自动化立体仓库 - WCS系统
Junjie
2023-11-29 39d84984a674ead4ce589c292565c5cef2631fda
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());
        }
    }
}