diff --git a/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml b/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml index 7113ad6..914c686 100644 --- a/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml @@ -40,7 +40,8 @@ ci.corp_name AS approveCorpName, d.name AS approveDeptName, u.name AS approveUserName, - tap.create_time AS createTime + tap.create_time AS createTime, + tap.approval_time AS approvalTime FROM training_apply_process tap LEFT JOIN