From e5e5bb84077e959344bfd41446ed5130cc4ab0c0 Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 21 Jun 2024 15:20:42 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 65f60a90d..93e48420d 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -233,14 +233,14 @@ - select count(1) as cnt from emis_waybill where bill_code=#{billCode} limit 1 - select count(1) as cnt from emis_waybill where bill_code=#{billCode} and bl_gen_subbill='1' and #{subNum} parcel_qty limit 1