From 38ecc1885b3a83bb97a9ef5697d992e28be79553 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 11 Mar 2025 23:04:24 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisCreditCustomerMapper.xml | 6 +++--- .../src/main/resources/mapper/EmisCreditSalesmenMapper.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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 )