#
zwl
2025-07-17 ad1e8689ec793467a59add4b137b44d7ee9466c9
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){