diff --git a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml index bbaa9ca82..89186a8a5 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml @@ -73,7 +73,7 @@ and id = #{id} and FIND_IN_SET(a.`settle_bill_no`,#{settleBillNo}) and settle_bill_name like concat('%', #{settleBillName}, '%') - and settle_type= #{settleType}, + and settle_type= #{settleType} and settle_start_date = #{settleStartDate} and settle_end_date = #{settleEndDate} and bill_month = #{billMonth}