#
yxFwq
2024-09-14 7c7a75e9506f6b2bb3cb6718abf909e8acb6da3c
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;
        }
    }
}