自动化立体仓库 - WMS系统
Administrator
2025-01-08 33a0abc327f4de8bd2100b756e2240299e75afe4
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){