From 0c5e744bd9b52147c7fc273ec8fe7bd7afea0ebb Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 05 三月 2024 15:42:21 +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