diff --git a/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml b/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml index 9bfb02ecb..9dac1f964 100644 --- a/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml @@ -64,18 +64,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.cur_money = ]]> #{params.beginCurMoney} - and a.cur_money #{params.endCurMoney} + and a.cur_money #{params.endCurMoney} and (a.cur_money/a.credit_money)*100 = ]]> #{params.beginCurMoneyRate} - and (a.cur_money/a.credit_money)*100 #{params.endCurMoneyRate} + and (a.cur_money/a.credit_money)*100 #{params.endCurMoneyRate} - and ( a.start_date #{params.sendDate} ) and ( #{params.sendDate} a.end_date ) + and ( a.start_date #{params.sendDate} ) and ( #{params.sendDate} a.end_date ) diff --git a/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml b/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml index acf0ebe8d..703708344 100644 --- a/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml @@ -53,18 +53,18 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.cur_money = ]]> #{params.beginCurMoney} - and a.cur_money #{params.endCurMoney} + and a.cur_money #{params.endCurMoney} and (a.cur_money/a.credit_money)*100 = ]]> #{params.beginCurMoneyRate} - and (a.cur_money/a.credit_money)*100 #{params.endCurMoneyRate} + and (a.cur_money/a.credit_money)*100 #{params.endCurMoneyRate} - and ( a.start_date #{params.sendDate} ) and ( #{params.sendDate} a.end_date ) + and ( a.start_date #{params.sendDate} ) and ( #{params.sendDate} a.end_date )