From 53ce8de426561e7a43847afda23b5e24e6f76c4e Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期一, 19 一月 2026 17:29:55 +0800
Subject: [PATCH] 2026.1.19 1. 新增可配置的台账提交期限 2. 新增可配置的自巡查承诺
---
src/main/resources/mapper/NoticeMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/NoticeMapper.xml b/src/main/resources/mapper/NoticeMapper.xml
index 8960825..c5481ca 100644
--- a/src/main/resources/mapper/NoticeMapper.xml
+++ b/src/main/resources/mapper/NoticeMapper.xml
@@ -92,6 +92,9 @@
<if test="param2 != null">
and (a.EC_Extension1 like '%0;%' or a.EC_Extension1 like CONCAT('%',#{param2},';%'))
</if>
+ <if test="param4 != null">
+ and (a.EC_Extension2 is null or a.EC_Extension2 like CONCAT('%',#{param4},';%'))
+ </if>
)
)
and a.EC_IsInUse = true
--
Gitblit v1.9.3