自动化立体仓库 - WMS系统
#
luxiaotao1123
2023-02-14 f93ab9ac611456ca8f1964aa46cad0a338fee87f
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 "";