diff --git a/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml b/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml index 70855d5..b59043c 100644 --- a/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml @@ -39,7 +39,8 @@ tap.apply_type AS approveType, ci.corp_name AS approveCorpName, d.name AS approveDeptName, - u.name AS approveUserName + u.name AS approveUserName, + tap.create_time AS createTime, FROM training_apply_process tap LEFT JOIN