Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dcs-doc-expand
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
server
dcs-doc-expand
Commits
06e9f4b9
Commit
06e9f4b9
authored
Sep 30, 2024
by
wangyangyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文档:文档和目录查询 查询条件修改
parent
7406afe1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ExtDxDocumentServiceImpl.java
...nt/core/service/impl/expand/ExtDxDocumentServiceImpl.java
+1
-0
No files found.
dcs-doc-expand-core/src/main/java/com/yonde/dcs/document/core/service/impl/expand/ExtDxDocumentServiceImpl.java
View file @
06e9f4b9
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment