From 23f3afa2a869a01e063875c9519dae7419e8a767 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期一, 31 十月 2022 10:57:26 +0800 Subject: [PATCH] #合并出库服务器错误问题修复 --- src/main/java/com/zy/asrs/entity/WrkMast.java | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/WrkMast.java b/src/main/java/com/zy/asrs/entity/WrkMast.java index 668b6b8..69a19c4 100644 --- a/src/main/java/com/zy/asrs/entity/WrkMast.java +++ b/src/main/java/com/zy/asrs/entity/WrkMast.java @@ -495,13 +495,6 @@ return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.errorTime); } - public void setErrorMemo(String errorMemo) { - if (errorMemo.length() > 255) { - errorMemo = errorMemo.substring(0, 150); - } - this.errorMemo = errorMemo; - } - public String getLogErrTime$(){ if (Cools.isEmpty(this.logErrTime)){ return ""; -- Gitblit v1.9.1