#
whycq
2024-10-17 f6b64c46a1a9b5c2c900ae5d5b7906537701f447
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -515,4 +515,12 @@
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.logErrTime);
    }
    public Integer getIoTypeMes$(){
        if (this.ioType != 101){
            return 3;
        } else {
            return 1;
        }
    }
}