mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-14 20:41:38 +08:00
升级 MyBatis Generator 依赖版本,更新一些文件,同时修了一个小Bug
This commit is contained in:
@@ -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, "未知的定时任务类型");
|
||||
|
Reference in New Issue
Block a user