From de7ccc09601007d9fa223755286a106828f01f1c Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期五, 24 十月 2025 10:48:47 +0800
Subject: [PATCH] 增加配置

---
 gkhy-system/src/main/resources/mapper/system/DailySafetyInspectionMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gkhy-system/src/main/resources/mapper/system/DailySafetyInspectionMapper.xml b/gkhy-system/src/main/resources/mapper/system/DailySafetyInspectionMapper.xml
index 818dce4..403dd09 100644
--- a/gkhy-system/src/main/resources/mapper/system/DailySafetyInspectionMapper.xml
+++ b/gkhy-system/src/main/resources/mapper/system/DailySafetyInspectionMapper.xml
@@ -66,6 +66,9 @@
 <!--        <if test="researchGroup != null ">-->
 <!--            and a.research_group = #{researchGroup}-->
 <!--        </if>-->
+        <if test="createById != null ">
+            and a.create_by_id = #{createById}
+        </if>
         <if test="checkType != null ">
             and a.check_type = #{checkType}
         </if>

--
Gitblit v1.9.2