From 7a0a3d837365330be38699894ce0167bade1de58 Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期三, 07 十二月 2022 15:00:26 +0800
Subject: [PATCH] 1、优化报修通知信息2、优化缴费审核3、优化发布公告信息4、优化页面显示性问题
---
java110-db/src/main/resources/mapper/community/NoticeServiceDaoImplMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/community/NoticeServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/community/NoticeServiceDaoImplMapper.xml
index 8ae2193..d5e6415 100755
--- a/java110-db/src/main/resources/mapper/community/NoticeServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/NoticeServiceDaoImplMapper.xml
@@ -217,6 +217,9 @@
<if test="noticeId !=null and noticeId != ''">
and t.notice_id= #{noticeId}
</if>
+ <if test="state !=null and state != ''">
+ and t.state= #{state}
+ </if>
</select>
</mapper>
\ No newline at end of file
--
Gitblit v1.8.0