src/main/java/com/zy/asrs/task/RepositionLED.java
@@ -84,7 +84,7 @@ * 上报WMS货物搬离 * @throws IOException */ @Scheduled(cron = "0/3 * * * * ? ") // @Scheduled(cron = "0/3 * * * * ? ") public void execute() throws IOException { List<TaskWrk> taskWrks=taskWrkService.selectList(new EntityWrapper<TaskWrk>().eq("wrk_sts",17)); for(TaskWrk taskWrk:taskWrks){