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>