445555
This commit is contained in:
parent
2cdb0daf3d
commit
e1f51949ed
@ -20,6 +20,7 @@
|
|||||||
<if test="labelName != null and labelName != ''">
|
<if test="labelName != null and labelName != ''">
|
||||||
a.label_name LIKE CONCAT('%', #{labelName}, '%')
|
a.label_name LIKE CONCAT('%', #{labelName}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
AND (a.article_num + a.video_num) > 1
|
||||||
</where>
|
</where>
|
||||||
<if test="order != null and !order.isEmpty()">
|
<if test="order != null and !order.isEmpty()">
|
||||||
ORDER BY
|
ORDER BY
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user