From 8f6960f0d4883c85484438a906e48095565d32bf Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 27 Sep 2024 08:29:29 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml index 5876c3d40..eb4f49146 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml @@ -107,6 +107,7 @@ from emis_settle_bill a a.del_flag='0' + and a.salesmen = #{salesmen} and a.bill_month = #{billMonth} and a.open_bill_status = #{openBillStatus} and a.payment_status = #{paymentStatus} @@ -130,6 +131,7 @@ from emis_settle_bill a a.del_flag='0' + and a.salesmen = #{salesmen} and a.bill_month = #{billMonth} and a.open_bill_status = #{openBillStatus} and a.payment_status = #{paymentStatus} @@ -151,6 +153,7 @@ from emis_settle_bill a,emis_settle_pay_record b a.del_flag='0' and b.del_flag='0' and a.settle_bill_no=b.settle_bill_no and b.create_time a.payment_due_date + and a.salesmen = #{salesmen} and a.bill_month = #{billMonth} and a.open_bill_status = #{openBillStatus} and a.payment_status = #{paymentStatus} @@ -172,6 +175,7 @@ from emis_settle_bill a,emis_settle_pay_record b a.del_flag='0' and b.del_flag='0' and a.settle_bill_no=b.settle_bill_no and b.create_time ]]> a.payment_due_date + and a.salesmen = #{salesmen} and a.bill_month = #{billMonth} and a.open_bill_status = #{openBillStatus} and a.payment_status = #{paymentStatus}