From e318da2d4d2e7311f174bedb19da15d8e3555040 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Wed, 19 Feb 2025 17:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=A1=E6=A0=B8=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bonus-flowable/src/main/resources/mapper/BusinessMapper.xml | 1 + 1 file changed, 1 insertion(+) 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 '审核驳回'