Skip to content
Snippets Groups Projects
Commit 843db7bd authored by wxy0715's avatar wxy0715
Browse files

增加remark

parent ff7ff07f
Branches
No related merge requests found
Pipeline #100775 canceled with stage
......@@ -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)
)
......
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