diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index b74f5f32a..2333de0e1 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -1139,7 +1139,7 @@
and register_date = #{registerDate}
and register_man_code= #{registerManCode}
and take_piece_employee_code=#{takePieceEmployeeCode}
- and FIND_IN_SET(`send_site_code`,#{sendSiteCode})
+
and send_date = #{sendDate}
and dispatch_man_code=#{dispatchManCode}
and dispatch_site_code=#{dispatchSiteCode}
@@ -1171,7 +1171,7 @@
and payment_remark like concat('%', #{paymentRemark}, '%')
and order_remark like concat('%', #{orderRemark}, '%')
- and a.send_site_code= #{sendSiteCode}
+ and FIND_IN_SET(`send_site_code`,#{sendSiteCode})
and a.remark like concat('%', #{remark}, '%')
and a.create_by= #{createBy}
@@ -1605,7 +1605,7 @@
and register_date = #{registerDate}
and register_man_code= #{registerManCode}
and take_piece_employee_code=#{takePieceEmployeeCode}
- and send_site_code=#{sendSiteCode}
+
and send_date = #{sendDate}
and dispatch_man_code=#{dispatchManCode}
and dispatch_site_code=#{dispatchSiteCode}
@@ -1637,7 +1637,7 @@
and payment_remark like concat('%', #{paymentRemark}, '%')
and order_remark like concat('%', #{orderRemark}, '%')
- and a.send_site_code= #{sendSiteCode}
+ and FIND_IN_SET(a.`send_site_code`,#{sendSiteCode})
and a.remark like concat('%', #{remark}, '%')
and a.create_by= #{createBy}