From 9cec241f48b6eb05596bf5f5202a9797f661773a Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 09 Jan 2024 15:09:46 +0800
Subject: [PATCH] 添加证书申请审核状态

---
 src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml b/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml
index 1f74690..0742d25 100644
--- a/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml
+++ b/src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml
@@ -16,7 +16,8 @@
             ifnull(DATE_FORMAT(NOW(), '%Y') - SUBSTRING( bu.cardid,7,4),0) age,
             bu1.real_name applyName,
             bt1.dept_name applyUnit,
-            bu.user_type userType
+            bu.user_type userType,
+            bu.paper_time as userPaperTime
         FROM
             sys_accreditation_records sar
         left join

--
Gitblit v1.9.3