From 52944a4a3c6d8e547ef1a2886311f99634f2dc82 Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Mon, 1 Dec 2025 15:31:55 +0800 Subject: [PATCH] =?UTF-8?q?demand:=20=20=20TMS=E7=B3=BB=E7=BB=9F=20-=20?= =?UTF-8?q?=E8=B4=B9=E7=94=A8=E7=A1=AE=E8=AE=A4=E7=AE=A1=E7=90=86=20-=20?= =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E4=B8=AD=E5=BF=83=E8=B4=B9=E7=94=A8=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8-=E5=88=86=E6=89=B9=E8=BF=90=E5=8D=95=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E4=BF=AE=E6=94=B9=E4=BB=B6=E6=95=B0=E9=87=8D=E9=87=8F?= =?UTF-8?q?=E4=BD=93=E7=A7=AFbug=E4=BF=AE=E5=A4=8D=20committer:=20heyu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/EmisTmsSiteBatchDtlMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchDtlMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchDtlMapper.xml index e396d2c4f..8aa8367e0 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchDtlMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchDtlMapper.xml @@ -83,6 +83,8 @@ #{status} + and exists (select 1 from emis_tms_site_batch batch where batch.batch_no = + emis_tms_site_batch_dtl.batch_no and batch.del_flag='0')