画像排序
This commit is contained in:
parent
a073c1815c
commit
1d6b088320
@ -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">
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user