Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projectplan
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
projectplan
Commits
843db7bd
Commit
843db7bd
authored
2 years ago
by
wxy0715
Browse files
Options
Downloads
Patches
Plain Diff
增加remark
parent
ff7ff07f
Branches
Branches containing commit
No related merge requests found
Pipeline
#100775
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ServiceSite/src/main/java/com/seasky/projectplan/infrastructure/reader/preditionTwo/PredictionQueryServiceImpl.java
+1
-2
1 addition, 2 deletions
...cture/reader/preditionTwo/PredictionQueryServiceImpl.java
with
1 addition
and
2 deletions
ServiceSite/src/main/java/com/seasky/projectplan/infrastructure/reader/preditionTwo/PredictionQueryServiceImpl.java
+
1
−
2
View file @
843db7bd
...
...
@@ -97,8 +97,7 @@ public class PredictionQueryServiceImpl implements PredictionQueryService {
List
<
String
>
listToPageData
=
PageUtil
.
getListToPageData
(
predictionQry
.
getPageIndex
(),
predictionQry
.
getPageSize
(),
projectCodeList
).
getRecords
();
predictionOutList
=
predictionOutList
.
stream
()
.
filter
(
item
->
listToPageData
.
contains
(
item
.
getProjectCode
()))
.
sorted
(
Comparator
.
comparing
(
PredictionCacheOut:
:
getDepartmentName
).
reversed
()
.
thenComparing
(
PredictionCacheOut:
:
getProjectCode
)
.
sorted
(
Comparator
.
comparing
(
PredictionCacheOut:
:
getProjectCode
).
reversed
()
.
thenComparing
(
PredictionCacheOut:
:
getSapCode
)
.
thenComparing
(
PredictionCacheOut:
:
getSapKMCode
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment