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);