diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index d2e3fc22a..bc5102911 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -608,7 +608,6 @@
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}
@@ -622,8 +621,8 @@
and dispatch_underling_site_code=#{dispatchUnderlingSiteCode}
and destination_center_code=#{destinationCenterCode}
and market_man_code = #{marketManCode}
- and payee=#{payee}
- and salesmen like concat('%', #{salesmen}, '%')
+
+
and operate_employee_code=#{operateEmployeeCode}
and bl_is_question=#{blIsQuestion}
and problem_type=#{problemType}
@@ -640,7 +639,6 @@
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}
@@ -665,6 +663,19 @@
+
+ or a.payee=#{payee}
+
+
+
+ or a.salesmen=#{salesmen}
+
+
+
+
+ and a.send_site_code=#{sendSiteCode}
+
+
and a.bl_sign='1'