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