This commit is contained in:
wucongxing8150 2025-07-30 15:46:14 +08:00
parent 4a48ba3757
commit c46a83500a

View File

@ -20,7 +20,7 @@
<if test="labelName != null and labelName != ''">
a.label_name LIKE CONCAT('%', #{labelName}, '%')
</if>
AND (a.article_num + a.video_num) > 1
AND (a.article_num + a.video_num) >= 1
</where>
<if test="order != null and !order.isEmpty()">
ORDER BY