From af31f0a78ec1932cec1a7e99482e7d850e60576e Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Thu, 27 Nov 2025 17:23:17 +0800
Subject: [PATCH] 功能修改
---
multi-system/src/main/resources/mapper/system/StandardizedTemplateMapper.xml | 4 ++++
1 files changed, 4 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 36d95d4..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,9 @@
<if test="deptId !=null">
dept_id = #{deptId},
</if>
+ <if test="department !=null">
+ department = #{department},
+ </if>
<if test="stage != null and stage != ''">
stage = #{stage},
</if>
@@ -104,6 +107,7 @@
st. `update_by`,
st. `update_time`,
st.industry_type_id,
+ st.`department`,
cit.`name` as industryTypeName
FROM
standardized_template st
--
Gitblit v1.9.2