From 34d5e9a7c48aba07e8d7efe469ed2aaa0d883880 Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Mon, 7 Jul 2025 11:04:59 +0800 Subject: [PATCH] =?UTF-8?q?demand:=20=20TMS=E7=B3=BB=E7=BB=9F=20-=20?= =?UTF-8?q?=E8=BF=90=E8=BE=93=E7=AE=A1=E7=90=86=20-=20=E8=B4=A7=E7=89=A9?= =?UTF-8?q?=E7=BB=84=E6=89=B9=E6=AC=A1=20-=20=E6=8C=89=E7=85=A7=20?= =?UTF-8?q?=E6=88=90=E6=9C=AC=20=E5=B7=B2=E5=BD=95=E5=85=A5=20=E6=9C=AA?= =?UTF-8?q?=E5=BD=95=E5=85=A5=20=E6=97=A0=E6=B3=95=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=88=B0=E6=9C=AA=E5=BD=95=E5=85=A5=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=20=E6=98=BE=E7=A4=BA=20=E6=97=A0=E6=95=B0=E6=8D=AE=20committer?= =?UTF-8?q?:=20heyu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/EmisTmsSiteBatchMapper.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml index 30a136cdb..a34468616 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml @@ -190,7 +190,8 @@ and update_time = #{updateTime} and create_site=#{createSite} and update_site=#{updateSite} - and bl_entering=#{blEntering} + and bl_entering=#{blEntering} + and bl_entering='0' and ( batch_no like concat('%', #{searchValue},'%') or batch_name like concat('%', #{searchValue},'%') or car_no like concat('%', #{searchValue},'%') ) @@ -265,7 +266,8 @@ and update_time = #{updateTime} and create_site=#{createSite} and update_site=#{updateSite} - and bl_entering=#{blEntering} + and bl_entering=#{blEntering} + and bl_entering='0' and ( batch_no like concat('%', #{searchValue},'%') or batch_name like concat('%', #{searchValue},'%') or car_no like concat('%', #{searchValue},'%') )