From 495f75b4bc210b3e0339c08f9d17e42d5d42da88 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 7 May 2025 08:12:41 +0800 Subject: [PATCH] md --- .../mapper/EmisTmsScanRecordMapper.xml | 2 +- .../mapper/EmisWaybillAttachmentMapper.xml | 2 +- .../resources/mapper/EmisWaybillMapper.xml | 22 +++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml index 5c1ad494c..d89d0b530 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsScanRecordMapper.xml @@ -284,7 +284,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 9b89de642..8f5a6b7a8 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillAttachmentMapper.xml @@ -32,7 +32,7 @@ and ( FIND_IN_SET(`bill_code`,#{billCode}) or bill_code like concat('%', #{billCode}, '%') ) --> - + and `bill_code`=#{billCode} diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 716817620..e6471f685 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -511,7 +511,7 @@