标签组排序统一
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user