自动化立体仓库 - WMS系统
*
L
2026-01-06 bc444fc52cffbb80d6fe70df46bc8267e69ef911
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -395,6 +395,21 @@
        return null;
    }
    public Integer getStaNoCar$(){
        BasDevpService service = SpringUtils.getBean(BasDevpService.class);
        BasDevp basDevp = service.selectById(this.sourceStaNo);
        if (!Cools.isEmpty(basDevp)){
            Integer devNoCar = basDevp.getDevNo();
            switch (devNoCar){
                case 1901:
                    return 122;
                default:
                    return devNoCar;
            }
        }
        return null;
    }
    public String getSourceLocNo$(){
        LocMastService service = SpringUtils.getBean(LocMastService.class);
        LocMast locMast = service.selectById(this.sourceLocNo);