#
luxiaotao1123
2022-02-22 0c780a71262676dacde56cb4011f3c68f37a5cf8
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());
        }