src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -551,6 +551,38 @@ return 0; } public boolean booleanStaNoSign(){ if (this.staNo == null){ return false; } else { switch (this.staNo){ case 310: case 312: case 126: case 131: return true; } } return false; } public Integer getStaNoBying(){ if (this.staNo == null){ return 0; } else { switch (this.staNo){ case 310: case 312: return 212; case 126: case 131: return 119; } } return 0; } }