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}