mirror of
https://gitee.com/czh-dev/upload-hub
synced 2026-09-06 07:56:58 +08:00
fix:文件分页添加排序
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
package cn.czh.controller;
|
package cn.czh.controller;
|
||||||
|
|
||||||
import cn.czh.base.BusinessException;
|
|
||||||
import cn.czh.base.Result;
|
import cn.czh.base.Result;
|
||||||
import cn.czh.entity.StorageConfig;
|
import cn.czh.entity.StorageConfig;
|
||||||
import cn.czh.service.IStorageConfigService;
|
import cn.czh.service.IStorageConfigService;
|
||||||
|
|||||||
@@ -13,5 +13,6 @@
|
|||||||
</if>
|
</if>
|
||||||
and is_finish = 1
|
and is_finish = 1
|
||||||
</where>
|
</where>
|
||||||
|
order by id desc
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user