From 6fae3010a8d62ef210953c5c54c2a8b06a9e3bcf Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 24 一月 2024 17:06:45 +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