src/main/java/zy/cloud/wms/manager/controller/WorkController.java
@@ -200,7 +200,7 @@ @RequestMapping("/docType/all/get") @ManagerAuth public R getDocTypeData() { List<DocType> docTypes = docTypeService.selectList(new EntityWrapper<DocType>().eq("status", 1).eq("host_id", getHostId()).orderBy("create_time", false)); List<DocType> docTypes = docTypeService.selectList(new EntityWrapper<DocType>().eq("status", 1).eq("host_id", getHostId()).orderBy("create_time", false).eq("doc_class",1)); return R.ok().add(docTypes); }