From 6ed897b971ceaa44bbe427e42b78a5006d38b59f Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 28 Jul 2024 19:58:18 +0800 Subject: [PATCH] md' --- .../resources/mapper/EmisWaybillMapper.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) 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'