From 8b84212ad980755f11fa73eb71dfa805b9768f75 Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 14 Dec 2024 17:52:54 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisWaybillMapper.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml index 7aff69c..df6e776 100644 --- a/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml +++ b/emis-oms-biz/src/main/resources/mapper/EmisWaybillMapper.xml @@ -537,6 +537,8 @@ and a.user_id = #{userId} + + and a.customer_code=#{customerCode} @@ -552,6 +554,10 @@ and a.payment_status='0' + + and a.payment_status=#{params.paymentType} + + and not exists( select 1 from emis_waybill_problem_info ewpi where a.bill_code=ewpi.bill_code and ewpi.del_flag='0' and ewpi.`problem_type` !=null and ewpi.`problem_type` in(173,170,151) )