From cf17ac5e22d0994e9e6d1c1fcf230af641ccde62 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 11 Mar 2025 22:59:46 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisCreditCustomerMapper.xml | 4 ++-- .../src/main/resources/mapper/EmisCreditSalesmenMapper.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml b/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml index 8ceed860c..9bfb02ecb 100644 --- a/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCreditCustomerMapper.xml @@ -68,10 +68,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - and (a.cur_money/a.credit_money) = ]]> #{params.beginCurMoneyRate} + and (a.cur_money/a.credit_money)*100 = ]]> #{params.beginCurMoneyRate} - and (a.cur_money/a.credit_money) #{params.endCurMoneyRate} + and (a.cur_money/a.credit_money)*100 #{params.endCurMoneyRate} diff --git a/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml b/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml index 990119ead..acf0ebe8d 100644 --- a/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisCreditSalesmenMapper.xml @@ -57,10 +57,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - and (a.cur_money/a.credit_money) = ]]> #{params.beginCurMoneyRate} + and (a.cur_money/a.credit_money)*100 = ]]> #{params.beginCurMoneyRate} - and (a.cur_money/a.credit_money) #{params.endCurMoneyRate} + and (a.cur_money/a.credit_money)*100 #{params.endCurMoneyRate}