画像排序
This commit is contained in:
parent
a073c1815c
commit
1d6b088320
@ -360,7 +360,7 @@
|
|||||||
<if test="portraitStatus != null">
|
<if test="portraitStatus != null">
|
||||||
and lfc.portrait_status = #{portraitStatus}
|
and lfc.portrait_status = #{portraitStatus}
|
||||||
</if>
|
</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>
|
</select>
|
||||||
|
|
||||||
<insert id="insertLabelFieldContentList">
|
<insert id="insertLabelFieldContentList">
|
||||||
|
|||||||
@ -253,7 +253,7 @@
|
|||||||
and task_partition_dict_id is null
|
and task_partition_dict_id is null
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</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>
|
||||||
|
|
||||||
<select id="selectLabelFieldNameByTaskPartitionDictIds"
|
<select id="selectLabelFieldNameByTaskPartitionDictIds"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user