lsh
2024-08-09 e3b8bc50db4cf9d5fcac58b56d1cb7e25154c3a6
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -380,6 +380,29 @@
        }
        return null;
    }
    public Integer getStaNoConvert(Integer crnNo){
        switch (this.staNo){
            case 114:
                switch (crnNo){
                    case 1:
                        return 114;
                    case 2:
                        return 107;
                    case 3:
                        return 211;
                }
            case 214:
                switch (crnNo){
                    case 1:
                        return 111;
                    case 2:
                        return 207;
                    case 3:
                        return 214;
                }
        }
        return this.staNo;
    }
    public String getSourceStaNo$(){
        BasDevpService service = SpringUtils.getBean(BasDevpService.class);