#
whycq
2024-01-31 b3b9b700ca5121dd0f9472df2e1527ed5f47e887
src/main/java/com/zy/asrs/task/TaskLogScheduler.java
@@ -48,7 +48,7 @@
    @Value("${wms.movePath}")
    private String movePath;
    @Scheduled(cron = "0/3 * * * * ? ")
    //@Scheduled(cron = "0/3 * * * * ? ")
    public void execute() throws IOException {
        for (TaskWrk taskWrk : taskWrkService.selectToBeHistoryData()) {
            TaskStatusFeedbackParam taskStatusFeedbackParam = new TaskStatusFeedbackParam(taskWrk);