From cfa4cf97578ec6595534da5fa61d16c22b2c6cb0 Mon Sep 17 00:00:00 2001 From: linfso Date: Fri, 16 Aug 2024 15:57:22 +0800 Subject: [PATCH] md --- 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 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}