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