java110
2021-06-16 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5
java110-db/src/main/resources/mapper/community/NoticeServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -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>