diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index 557c6d4a6..70984813d 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -510,6 +510,9 @@
and payment_remark like concat('%', #{paymentRemark}, '%')
and order_remark like concat('%', #{orderRemark}, '%')
+ and a.send_site_code= #{sendSiteCode}
+
+
and a.remark like concat('%', #{remark}, '%')
and a.create_by= #{createBy}
and a.update_by=#{updateBy}