Commit 06e9f4b9 authored by wangyangyang's avatar wangyangyang

文档:文档和目录查询 查询条件修改

parent 7406afe1
...@@ -86,6 +86,7 @@ public class ExtDxDocumentServiceImpl<V extends DxDocumentVO> extends DocumentSe ...@@ -86,6 +86,7 @@ public class ExtDxDocumentServiceImpl<V extends DxDocumentVO> extends DocumentSe
SpecSearch specSearch = SpecSearch.builder() SpecSearch specSearch = SpecSearch.builder()
.searchQueryCondition(documentCondition) .searchQueryCondition(documentCondition)
.searchTypes(new ArrayList<>())
.build(); .build();
DxPageImpl<V> docPage = this.findByConfigSpec(specSearch); DxPageImpl<V> docPage = this.findByConfigSpec(specSearch);
result.put("DxDocument", docPage); result.put("DxDocument", docPage);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment