1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-07 00:15:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

升级 MyBatis Generator 依赖版本,更新一些文件,同时修了一个小Bug

This commit is contained in:
2022-04-10 23:58:00 +08:00
parent 63d8192372
commit c9723573da
17 changed files with 66 additions and 64 deletions

View File

@@ -143,7 +143,8 @@ public class FileController extends BaseController {
case PUT:
if (isExist) throw new BusinessException(BusinessErrorCode.PARAMETER_VALIDATION_ERROR, "文件已存在");
// 添加一个scheduleTask用于检测用户是否上传了文件然后更新数据库中信息
fileService.addScheduleTask(expireMinute, bookSaveFolder, urlGUID, userModel.getId());
// TODO
// fileService.addScheduleTask(expireMinute, bookSaveFolder, urlGUID, userModel.getId());
break;
case GET:
if (!isExist) throw new BusinessException(BusinessErrorCode.PARAMETER_VALIDATION_ERROR, "文件不存在");