zy-asrs-wms/src/main/java/com/zy/asrs/wms/controller/OrderController.java
@@ -95,6 +95,10 @@ if (!Cools.isEmpty(param.get("doc_type"))) { wrapper.eq(Order::getDocType, param.get("doc_type")); } if (!Cools.isEmpty(param.get("docName"))) { DocType docType = docTypeService.getOne(new LambdaQueryWrapper<DocType>().eq(DocType::getDocName, param.get("docName"))); wrapper.eq(Order::getDocType, docType.getDocId()); } if (!Cools.isEmpty(param.get("settle"))) { wrapper.eq(Order::getSettle, param.get("settle")); }