src/main/java/com/zy/asrs/entity/Order.java
@@ -348,7 +348,7 @@ DocTypeService service = SpringUtils.getBean(DocTypeService.class); DocType docType = service.selectById(this.docType); if (!Cools.isEmpty(docType)){ return String.valueOf(docType.getDocName()); return String.valueOf(docType.getDocName$()); } return null; }