diff --git a/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml b/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml index 3856d0175..9d66a49a5 100644 --- a/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml @@ -122,7 +122,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ) and a.trans_line_type=c.line_code and a.cust_no=#{monthlyPayCode} - and FIND_IN_SET(c.trans_type,#{trans_type}) + and FIND_IN_SET(c.trans_type,#{transType}) and a.send_date ]]> #{startDate} and a.send_date #{endDate} diff --git a/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml b/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml index df6635c8b..b3588aef4 100644 --- a/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml @@ -109,7 +109,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ) and a.trans_line_type=c.line_code and a.salesmen=#{salesmen} - and FIND_IN_SET(c.trans_type,#{trans_type}) + and FIND_IN_SET(c.trans_type,#{transType}) and a.send_date ]]> #{startDate} and a.send_date #{endDate}