From a8b458570fea9039e464150da723b9415b95a64c Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 01 二月 2024 16:30:05 +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 &lt; #{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 &lt; #{taxTime}

--
Gitblit v1.9.3