自动化立体仓库 - WMS系统
pang.jiabao
2024-09-03 53e508d8a4c33447e4725a1ab744e2dfca3e11df
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -378,21 +378,22 @@
    }
    public String getStaNo$(){
        BasDevpService service = SpringUtils.getBean(BasDevpService.class);
        BasDevp basDevp = service.selectById(this.staNo);
        if (!Cools.isEmpty(basDevp)){
            return String.valueOf(basDevp.getDevNo());
        }
        return null;
//        BasDevpService service = SpringUtils.getBean(BasDevpService.class);
//        BasDevp basDevp = service.selectById(this.staNo);
//        if (!Cools.isEmpty(basDevp)){
//            return String.valueOf(basDevp.getDevNo());
//        }
        return String.valueOf(this.staNo);
    }
    public String getSourceStaNo$(){
        BasDevpService service = SpringUtils.getBean(BasDevpService.class);
        BasDevp basDevp = service.selectById(this.sourceStaNo);
        if (!Cools.isEmpty(basDevp)){
            return String.valueOf(basDevp.getDevNo());
        }
        return null;
//        BasDevpService service = SpringUtils.getBean(BasDevpService.class);
//        BasDevp basDevp = service.selectById(this.sourceStaNo);
//        if (!Cools.isEmpty(basDevp)){
//            return String.valueOf(basDevp.getDevNo());
//        }
        return String.valueOf(this.sourceStaNo);
    }
    public String getSourceLocNo$(){