1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-14 20:41:38 +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

@@ -60,7 +60,8 @@ public class ScheduleTaskServiceImpl {
ScheduleTaskModel scheduleTaskModel = convertToModel(task);
switch (scheduleTaskModel.getAction()) {
case CHECK_FILE_IS_UPLOADED:
fileService.doScheduleTask(scheduleTaskModel);
// TODO
// fileService.doScheduleTask(scheduleTaskModel);
break;
default:
throw new BusinessException(BusinessErrorCode.UNKNOWN_ERROR, "未知的定时任务类型");