From 993d23c47942d39eaaf881da8cacd6350dfca227 Mon Sep 17 00:00:00 2001 From: yxFwq <1> Date: 星期三, 16 十月 2024 08:49:12 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/WrkMast.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/WrkMast.java b/src/main/java/com/zy/asrs/entity/WrkMast.java index aaef397..18c3ff5 100644 --- a/src/main/java/com/zy/asrs/entity/WrkMast.java +++ b/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; + } + } + } -- Gitblit v1.9.1