新增用户动态信息接口

This commit is contained in:
WenG 2020-09-12 17:45:58 +08:00
parent 9f1941e82d
commit 784c690596

View File

@ -90,7 +90,7 @@
WHERE
t1.is_delete = 0
<if test="keywords != null and keywords != ''">
<!-- 这里添加检索关键字 -->
t1.title LIKE CONCAT('%', #{keywords}, '%')
</if>
<if test="startTime != null and startTime != ''">
AND