|
@@ -377,7 +377,7 @@
|
|
#{id}
|
|
#{id}
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
- order by sort,sort_num,create_time
|
|
|
|
|
|
+ order by archive_sort,sort,sort_num,create_time
|
|
</select>
|
|
</select>
|
|
<select id="getArchiveFileByFileIds" resultMap="archiveFileResultMap">
|
|
<select id="getArchiveFileByFileIds" resultMap="archiveFileResultMap">
|
|
select * from u_archive_file where is_deleted = 0
|
|
select * from u_archive_file where is_deleted = 0
|
|
@@ -387,7 +387,7 @@
|
|
#{id}
|
|
#{id}
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
- order by sort,sort_num,create_time
|
|
|
|
|
|
+ order by archive_sort,sort,sort_num,create_time
|
|
</select>
|
|
</select>
|
|
<select id="getListByProjectId" resultType="org.springblade.business.entity.ArchiveFile">
|
|
<select id="getListByProjectId" resultType="org.springblade.business.entity.ArchiveFile">
|
|
select *
|
|
select *
|