文档库--我的消息搜索
This commit is contained in:
+3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user