新增用户动态信息接口
This commit is contained in:
parent
9f1941e82d
commit
784c690596
@ -90,7 +90,7 @@
|
|||||||
WHERE
|
WHERE
|
||||||
t1.is_delete = 0
|
t1.is_delete = 0
|
||||||
<if test="keywords != null and keywords != ''">
|
<if test="keywords != null and keywords != ''">
|
||||||
<!-- 这里添加检索关键字 -->
|
t1.title LIKE CONCAT('%', #{keywords}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="startTime != null and startTime != ''">
|
<if test="startTime != null and startTime != ''">
|
||||||
AND
|
AND
|
||||||
|
Loading…
Reference in New Issue
Block a user