From 116672837be377e9efe2c124f6a438ebbed1ec60 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 1 Apr 2025 07:56:23 +0800 Subject: [PATCH] md --- .../mapper/EmisTmsScanRecordMapper.xml | 1 + .../mapper/EmisWaybillAttachmentMapper.xml | 2 +- .../resources/mapper/EmisWaybillMapper.xml | 72 ++++++++++++++++--- 3 files changed, 64 insertions(+), 11 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml index 4735ff3f6..9a1e8f7e9 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml @@ -283,6 +283,7 @@ and ( FIND_IN_SET(`order_sn`,#{orderSn}) or order_sn like concat('%', #{orderSn}, '%') ) + and `bill_code`=#{billCode} diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml index 4b1f3df41..6b46ec2c0 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml @@ -29,7 +29,7 @@ and id = #{id} and waybill_id = #{waybillId} diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 072ae53ef..e99fe0820 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -492,8 +492,16 @@