zjj
2023-12-02 d296b68e131d3b9dd7601e5581da3d610d2a3c90
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());
        }
    }
}