mrzhssss
2022-01-05 6b089aaa14e671691fba884064fc9745144459fa
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);
    }