画像排序

This commit is contained in:
zhangheng 2024-07-03 16:29:47 +08:00
parent a073c1815c
commit 1d6b088320
2 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@
<if test="portraitStatus != null">
and lfc.portrait_status = #{portraitStatus}
</if>
Order by tpd.task_partition_sort,lfc.portrait_sn,lfc.content_sort
Order by tpd.task_partition_sort,lfc.portrait_sn,lfi.field_sort
</select>
<insert id="insertLabelFieldContentList">

View File

@ -253,7 +253,7 @@
and task_partition_dict_id is null
</if>
</where>
Order by ttd.task_type_sort,tpd.task_partition_sort
Order by ttd.task_type_sort,tpd.task_partition_sort,lfi.field_sort
</select>
<select id="selectLabelFieldNameByTaskPartitionDictIds"