From 6904763f0e74d9a9fa4dbc39f635d2aee39416c6 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期二, 30 九月 2025 09:34:22 +0800 Subject: [PATCH] 2025.9.30 --- 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