This commit is contained in:
wucongxing8150 2025-07-30 15:29:25 +08:00
parent 2cdb0daf3d
commit e1f51949ed

View File

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