From b992b368da14ccd6b5f8c45496eaff7f3003ca8a Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期一, 19 一月 2026 17:31:45 +0800
Subject: [PATCH] 2026.1.19 1. 新增用户业务配置表和用户业务配置结果记录表
---
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