From 9a65990f8ef1afa8aaa59d110aa30453276001ca Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 10 Nov 2024 18:48:50 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisWaybillCargoMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillCargoMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillCargoMapper.xml index a79a04232..42a4ba40a 100644 --- a/emis-biz/src/main/resources/mapper/EmisWaybillCargoMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisWaybillCargoMapper.xml @@ -58,9 +58,9 @@ from emis_waybill a,emis_waybill_cargo b a.del_flag='0' and b.del_flag='0' and b.waybill_id=a.id and a.order_type='0' - and ( FIND_IN_SET(b.`order_sn`,#{orderSn}) or b.order_sn like concat('%', #{orderSn}, '%') ) + and ( FIND_IN_SET(a.`order_sn`,#{orderSn}) or a.order_sn like concat('%', #{orderSn}, '%') ) - and ( FIND_IN_SET(b.`bill_code`,#{billCode}) or b.bill_code like concat('%', #{billCode}, '%') ) + and ( FIND_IN_SET(a.`bill_code`,#{billCode}) or a.bill_code like concat('%', #{billCode}, '%') ) and (