From e2e9527f4d556443bf9853925e2ac742fc8dfb36 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Wed, 3 Sep 2025 20:51:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/material/codeCollection/WsMaInfoMapper.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml index 750e9bc4..a2867f62 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/codeCollection/WsMaInfoMapper.xml @@ -133,7 +133,7 @@ phone, result FROM ws_ma_info wmi - WHERE is_active = '1' + WHERE 1=1 and ( ma_name like concat('%', #{keyWord}, '%') or ma_model like concat('%', #{keyWord}, '%') or @@ -185,7 +185,6 @@ WHERE ma_code = #{maCode} and ma_name = #{maName} and ma_model = #{maModel} - and is_active = '1'