src/main/java/com/zy/asrs/entity/DocLog.java
@@ -77,7 +77,8 @@ @ApiModelProperty(value= "备注") private String memo; public DocLog() {} public DocLog() { } public DocLog(String docNum, Long docId, String docName, String matnr, Double qua, Integer success, Date sendTime, String memo) { this.docNum = docNum; @@ -154,7 +155,9 @@ } public String getSuccess$(){ if (null == this.success){ return null; } if (null == this.success) { return null; } switch (this.success){ case 1: return "成功";