From ee99290acc01bf294b44f39194f93762d7a3de2d Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 28 二月 2024 18:50:16 +0800 Subject: [PATCH] 代码提交 --- ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailMapper.xml b/ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailMapper.xml index 3ff8a43..72576e4 100644 --- a/ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailMapper.xml +++ b/ruoyi-project/src/main/resources/mapper/project/ServiceFunddetailMapper.xml @@ -268,7 +268,7 @@ where a.FundID = b.id and a.tax_time < #{taxTime} and a.tax_time >= #{firstDay} - and a.IDCardNo = #{IDCard} + and TRIM(a.IDCardNo) = #{IDCard} and a.del_flag != 1 and b.id != #{fundID} and b.fundtaxtime < #{taxTime} -- Gitblit v1.9.3