#
zwl
2025-06-08 91eca979b480dff62809368a5c6563c9e0fcc851
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){