diff --git a/bonus-modules/bonus-flowable/src/main/resources/mapper/BusinessMapper.xml b/bonus-modules/bonus-flowable/src/main/resources/mapper/BusinessMapper.xml index c41947c..e438ed4 100644 --- a/bonus-modules/bonus-flowable/src/main/resources/mapper/BusinessMapper.xml +++ b/bonus-modules/bonus-flowable/src/main/resources/mapper/BusinessMapper.xml @@ -415,6 +415,7 @@ select a.*, b.name, c.dept_name as section from (select pcc.user_id as userId, pcc.comment as reason, + pcc.create_time time, IFNULL(pcc.reject,'') as turnDownReason, case when pcc.agree = '1' then '审核通过' when pcc.agree = '2' then '审核驳回'