src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -582,6 +582,21 @@ return 0; } public boolean booleanStaNoSignOther(){ if (this.staNo == null){ return true; } else { switch (this.staNo){ case 144: case 145: case 152: case 153: return false; } } return true; }