文档库--我的消息搜索

This commit is contained in:
zhn
2022-03-03 18:54:43 +08:00
parent 42cca39d6f
commit a014b2b8c4
@@ -63,6 +63,9 @@
</if>
<if test="announcementSendModel.msgCategory !=null and announcementSendModel.msgCategory != ''">
and sa.msg_category = #{announcementSendModel.msgCategory}
</if>
<if test="announcementSendModel.msgContent !=null and announcementSendModel.msgContent != ''">
and sa.msg_content LIKE concat(concat('%',#{announcementSendModel.msgContent}),'%')
</if>
order by sas.read_flag,sa.send_time desc
</select>