From 8cce2fa7f486a3e5c26e01793dfac0f126ab65bf Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Wed, 20 Aug 2025 17:27:19 +0800 Subject: [PATCH] =?UTF-8?q?demand:=20=20TMS-=E8=BF=90=E8=BE=93=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E6=BC=8F=E7=BB=84=E6=89=B9=E6=AC=A1=E6=89=AB?= =?UTF-8?q?=E6=8F=8F-=E9=92=88=E5=AF=B9=E5=88=86=E6=89=B9=E7=BB=84?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E5=88=A4=E6=96=AD=E4=B8=8D=E5=87=86=E7=A1=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D=20=20=20=E8=BF=90=E5=8D=95?= =?UTF-8?q?=E6=80=BB=E8=BF=90=E8=B4=B9=E8=AE=A1=E7=AE=97=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=A4=9A=E4=B8=AA=E4=BA=A7=E5=93=81=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit committer: heyu --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index e217d8836..cd53168f0 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -3851,7 +3851,6 @@ and ((a.virtual_remark is null or a.virtual_remark = '' or a.virtual_remark = ' ')or a.receive_country != '0095') and a.order_status not in ('0','2') - and a.bill_code='T7080300154556' and not exists ( select 1 from emis_waybill_batch_status b where a.bill_code = b.bill_code and b.site_batch_status = '1' and b.del_flag = '0' )