标签组排序统一

This commit is contained in:
苏竹红
2023-11-13 15:11:13 +08:00
parent fcd0b44f34
commit 494a9b8690

View File

@@ -231,7 +231,7 @@
<if test="labelGroupName != null and labelGroupName != ''">
AND t1.label_group_name LIKE CONCAT('%', #{labelGroupName}, '%')
</if>
ORDER BY t1.create_time
ORDER BY t1.create_time,t1.create_time
</select>
</mapper>