自动化立体仓库 - WMS系统
src/main/java/com/zy/asrs/task/CheckLocDetlExistScheduler.java
@@ -28,7 +28,7 @@
    private ConfigService configService;
    //每30分钟扫描一次
    @Scheduled(cron = "0 30 * * * ? ")
//    @Scheduled(cron = "0 30 * * * ? ")
    private void execute(){
        List<LocMast> locMasts = locMastService.selectLocDetlNotExist();
        if (locMasts.isEmpty()) {