From 3cfbb4178cacea701c4ff28201ab4fe477edca39 Mon Sep 17 00:00:00 2001
From: cwchen <1048842385@qq.com>
Date: Wed, 22 Jan 2025 10:41:40 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BB=98=E6=AC=BE=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E8=AE=A1=E5=88=92id?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mappers/business/SupAoolyMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/mappers/business/SupAoolyMapper.xml b/src/main/resources/mappers/business/SupAoolyMapper.xml
index 2620053..2aa624f 100644
--- a/src/main/resources/mappers/business/SupAoolyMapper.xml
+++ b/src/main/resources/mappers/business/SupAoolyMapper.xml
@@ -100,7 +100,7 @@
+
+
\ No newline at end of file
diff --git a/src/main/resources/mappers/business/backstage/PlanAuditMapper.xml b/src/main/resources/mappers/business/backstage/PlanAuditMapper.xml
index 716b7ee..5610158 100644
--- a/src/main/resources/mappers/business/backstage/PlanAuditMapper.xml
+++ b/src/main/resources/mappers/business/backstage/PlanAuditMapper.xml
@@ -19,7 +19,8 @@
spa.create_time AS createTime,
spa.remark,
spa.status,
- spa.status_type AS statusType
+ spa.status_type AS statusType,
+ spa.audit_num AS auditNum
FROM st_plan_apply spa
LEFT JOIN bm_project tbp ON spa.project_id = tbp.bid_id
@@ -43,11 +44,57 @@
+
+
+
+
+
+
+
+
\ No newline at end of file