src/main/java/com/zy/asrs/task/InOutSyncScheduler.java
@@ -63,7 +63,7 @@ } @Scheduled(cron = "0/30 * * * * ? ") // @Scheduled(cron = "0/30 * * * * ? ") private void syncBarcodeMat(){ List<MatBarcode> matBarcodeList = matBarcodeService.select100(); if (matBarcodeList.size() == 0){