From 648a1baed82e51208a28bac7e956fa1a2f0fe309 Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 14 Dec 2024 20:02:50 +0800 Subject: [PATCH] md --- emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 15317fb..986ea13 100644 --- a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -370,7 +370,7 @@ and a.id = #{id} and ( FIND_IN_SET(`order_sn`,#{orderSn}) or order_sn like concat('%', #{orderSn}, '%') ) - + and ( bill_code like concat('%', #{billCode}, '%') @@ -382,7 +382,7 @@ - + and ( FIND_IN_SET(`bill_code`,#{billCode}) or bill_code like concat('%', #{billCode}, '%') ) and cust_order_id=#{custOrderId}