通知公告动态

This commit is contained in:
zhanglipeng
2021-05-31 09:27:14 +08:00
parent 678ad365ae
commit ea3a1cfbe5
4 changed files with 163 additions and 70 deletions

View File

@ -36,6 +36,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="noticeType != null and noticeType != ''">
AND notice_type = #{noticeType}
</if>
<if test="status != null and status != ''">
AND status = #{status}
</if>
<if test="createBy != null and createBy != ''">
AND create_by like concat('%', #{createBy}, '%')
</if>