zjj
2023-11-30 f6e955d57bf5e885afde54a8c6eefe80bc1bec26
src/main/java/com/zy/asrs/task/TaskLogScheduler.java
@@ -57,15 +57,4 @@
        }
    }
    //清理手动命令
    @Scheduled(cron = "0/3 * * * * ? ")
    public void ManualCommandClean() {
        List<CommandInfo> commandInfos = commandInfoService.selectCompleteManualCommand();
        for (CommandInfo commandInfo : commandInfos) {
            //指令转日志
            commandInfoService.saveToHistory(commandInfo.getId());
        }
    }
}