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);