diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index 2c34fbbb7..b74f5f32a 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 send_site_code=#{sendSiteCode}
+ and FIND_IN_SET(`send_site_code`,#{sendSiteCode})
and send_date = #{sendDate}
and dispatch_man_code=#{dispatchManCode}
and dispatch_site_code=#{dispatchSiteCode}