#
TQS
2024-08-15 78bb4bd47e4d492ff75cc407c574ff75db199afe
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -380,6 +380,31 @@
        }
        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;
                }
                break;
            case 214:
                switch (crnNo){
                    case 1:
                        return 111;
                    case 2:
                        return 207;
                    case 3:
                        return 214;
                }
                break;
        }
        return this.staNo;
    }
    public String getSourceStaNo$(){
        BasDevpService service = SpringUtils.getBean(BasDevpService.class);