src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -495,6 +495,15 @@ return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.logErrTime); } public Long getWrkStsComplete(){ if (Cools.isEmpty(this.wrkSts)){ return this.wrkSts; } if (this.ioType>10){ return this.wrkSts+2; }else { return this.wrkSts+2; } } }