标签组排序统一

This commit is contained in:
苏竹红
2023-11-21 22:27:22 +08:00
parent e5fcc357b5
commit 9a30e345ee

View File

@@ -212,7 +212,7 @@
<if test="labelGroupId != null">
AND t2.id = #{labelGroupId}
</if>
ORDER BY t1.create_time DESC
ORDER BY t2.create_time asc ,t2.id asc
</select>
<select id="whetherGroupInUse" resultType="java.lang.Boolean">