From f2232ff897ba49302a943cfbfe53d05869d56e08 Mon Sep 17 00:00:00 2001
From: aike <17730485278@139.com>
Date: Sat, 11 Apr 2026 14:51:16 +0800
Subject: [PATCH] =?UTF-8?q?demand:=20=20=20=20=20=E5=85=AC=E5=8F=B8?=
=?UTF-8?q?=E5=BC=80=E7=A5=A8=E4=B8=BB=E4=BD=93=E5=A2=9E=E5=8A=A0=E6=8E=92?=
=?UTF-8?q?=E5=BA=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml
index dba8adfa1..47428d11d 100644
--- a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml
@@ -1362,7 +1362,7 @@
and deduction_reason = #{deductionReason}
and other_reason = #{otherReason}
and open_bill_status = #{openBillStatus}
- and FIND_IN_SET( payment_status, {paymentStatus} )
+ and FIND_IN_SET( payment_status, #{paymentStatus} )
and charge_status = #{chargeStatus}
and send_piece_sum = #{sendPieceSum}
and piece_number = #{pieceNumber}