From 3f567146e494e67af0fc113712ee4bd4aa207b22 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 08 三月 2024 18:53:37 +0800
Subject: [PATCH] MegerIsRemove.java提交
---
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