自动化立体仓库 - WMS系统
1
zhangc
2025-04-17 bdfe4b740175f29858c870d710ec6ff5d4dc6ef0
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()) {