From 08d8b029b10706b135713424e9b2a1b6e3839372 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期日, 23 八月 2020 22:40:01 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity
---
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 797542a..50c459f 100644
--- a/java110-db/src/main/resources/mapper/community/NoticeServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/community/NoticeServiceDaoImplMapper.xml
@@ -135,6 +135,9 @@
<if test="userId !=null and userId != ''">
and t.user_id= #{userId}
</if>
+ <if test="state !=null and state != ''">
+ and t.state= #{state}
+ </if>
<if test="noticeId !=null and noticeId != ''">
and t.notice_id= #{noticeId}
</if>
--
Gitblit v1.8.0