Signed-off-by: hamjin <335908093@qq.com>
@@ -63,6 +63,7 @@
<if test="noticeType != null and noticeType != ''">
AND notice_type like concat('%', #{noticeType}, '%')
</if>
+ <if test="delFlag != null">and del_flag = #{delFlag}</if>
</where>
</select>