自动化立体仓库 - WMS系统
#
lsh
2024-01-23 6a31e3759855f9649a323d2a8dd0dfed0cc43319
src/main/java/com/zy/asrs/task/BarcodeUploadScheduler.java
@@ -16,7 +16,7 @@
    @Autowired
    private BarcodeUploadHandler barcodeUploadHandler;
    @Scheduled(cron = "0/3 * * * * ? ")
//    @Scheduled(cron = "0/3 * * * * ? ")
    private void execute(){//条码上传中控
        int[] staNos =new int[]{215,219};
        for (int staNo : staNos){