标签组排序统一
This commit is contained in:
@@ -231,7 +231,7 @@
|
|||||||
<if test="labelGroupName != null and labelGroupName != ''">
|
<if test="labelGroupName != null and labelGroupName != ''">
|
||||||
AND t1.label_group_name LIKE CONCAT('%', #{labelGroupName}, '%')
|
AND t1.label_group_name LIKE CONCAT('%', #{labelGroupName}, '%')
|
||||||
</if>
|
</if>
|
||||||
ORDER BY t1.create_time
|
ORDER BY t1.create_time,t1.create_time
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user