Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
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
鲁鑫
topsun-bpm
Commits
4094a273
Commit
4094a273
authored
Jun 24, 2024
by
刘学辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整物料查询的接口
parent
233326a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
ResourceSearchController.java
...om/huigou/topsun/controller/ResourceSearchController.java
+5
-1
No files found.
topsun/src/main/java/com/huigou/topsun/controller/ResourceSearchController.java
View file @
4094a273
...
@@ -169,7 +169,11 @@ public class ResourceSearchController {
...
@@ -169,7 +169,11 @@ public class ResourceSearchController {
.
collect
(
Collectors
.
toList
());
.
collect
(
Collectors
.
toList
());
}
}
mapList
=
newMapList
;
if
(
StringUtil
.
isNotBlank
(
sdo
.
getString
(
"wlfl1"
))||
StringUtil
.
isNotBlank
(
sdo
.
getString
(
"noWlfl1"
))){
//排除物料分类1
mapList
=
newMapList
;
}
}
}
...
...
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