自动化立体仓库 - WMS系统
pang.jiabao
2024-07-06 81ff234d538ac13c5a9ba4617c7a036713aecde0
src/main/java/com/zy/asrs/task/ReportToDismantleTheStackScheduler.java
@@ -4,7 +4,6 @@
import com.zy.asrs.task.handler.ReportToDismantleTheStackHandler;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
/**
@@ -18,7 +17,7 @@
    @Autowired
    private ReportToDismantleTheStackHandler reportToDismantleTheStackHandler;
    @Scheduled(cron = "0/3 * * * * ? ")
//    @Scheduled(cron = "0/3 * * * * ? ")
    private void execute(){//拆垛信息上传
        int[] staNos =new int[]{118,119,120,121};
        for (int staNo : staNos){