#
luxiaotao1123
2022-02-13 fc545bfecf1a42228dec6b1258e5f8ac2ee43a68
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());
        }