From ddaad70562d53c68ad80f221755d0ab985da3dee Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期一, 22 十二月 2025 20:20:11 +0800
Subject: [PATCH] yys 修改项目利率
---
src/main/resources/mapper/collaborativeApproval/NoticeMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/collaborativeApproval/NoticeMapper.xml b/src/main/resources/mapper/collaborativeApproval/NoticeMapper.xml
index faf9cdf..cc65841 100644
--- a/src/main/resources/mapper/collaborativeApproval/NoticeMapper.xml
+++ b/src/main/resources/mapper/collaborativeApproval/NoticeMapper.xml
@@ -16,8 +16,8 @@
<if test="ew.status != null">
and n.status = #{ew.status}
</if>
- <if test="ew.expiration_date != null ">
- and n.expiration_date >= DATE_FORMAT(#{ew.expiration_date},'%Y-%m-%d')
+ <if test="ew.currentDate != null">
+ and n.expiration_date >= DATE_FORMAT(#{ew.currentDate},'%Y-%m-%d')
</if>
</where>
</select>
--
Gitblit v1.9.3