From cf4a5deced71464d424ce5931774f6df0c4c6bb3 Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期三, 26 十一月 2025 16:30:07 +0800
Subject: [PATCH] 修改新增

---
 multi-system/src/main/resources/mapper/system/StandardizedTemplateMapper.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/multi-system/src/main/resources/mapper/system/StandardizedTemplateMapper.xml b/multi-system/src/main/resources/mapper/system/StandardizedTemplateMapper.xml
index f38ade6..c555dad 100644
--- a/multi-system/src/main/resources/mapper/system/StandardizedTemplateMapper.xml
+++ b/multi-system/src/main/resources/mapper/system/StandardizedTemplateMapper.xml
@@ -31,6 +31,12 @@
             <if test="deptId !=null">
                 dept_id = #{deptId},
             </if>
+            <if test="department !=null">
+                department = #{department},
+            </if>
+            <if test="stage != null and stage != ''">
+                stage = #{stage},
+            </if>
             <if test="delFlag != null and delFlag != ''" >
                 del_flag = #{delFlag},
             </if>
@@ -62,6 +68,7 @@
             st. `classify`,
             st. `dept_id`,
             sd.`dept_name`,
+            st.`stage`,
             st. `del_flag`,
             st. `create_by`,
             st. `create_time`,
@@ -93,12 +100,14 @@
         st. `classify`,
         st. `dept_id`,
         sd.`dept_name`,
+        st. `stage`,
         st. `del_flag`,
         st. `create_by`,
         st. `create_time`,
         st. `update_by`,
         st. `update_time`,
         st.industry_type_id,
+        st.`department`,
         cit.`name` as industryTypeName
         FROM
         standardized_template st

--
Gitblit v1.9.2