src/main/java/zy/cloud/wms/manager/entity/Order.java
@@ -399,7 +399,7 @@ public String getDocType$(){ DocTypeService service = SpringUtils.getBean(DocTypeService.class); DocType docType = service.selectById(this.docType); DocType docType = service.selectByNumAndHost(this.docType, this.hostId); if (!Cools.isEmpty(docType)){ return String.valueOf(docType.getDocName()); }