统计报表接口,数据梳理接口
This commit is contained in:
@@ -146,13 +146,29 @@ public class FranchiseReportServiceImpl implements FranchiseReportService {
|
|||||||
return Collections.emptyList();
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
sortByName(list);
|
sortByName(list);
|
||||||
if(CollectionUtils.isEmpty(request.getJoinGroupName()) && CollectionUtils.isEmpty(request.getRegionIds())){
|
// if(CollectionUtils.isEmpty(request.getJoinGroupName()) && CollectionUtils.isEmpty(request.getRegionIds())){
|
||||||
//集团维度
|
// //集团维度
|
||||||
List<FranchiseReportResponse> joinGroupList = new ArrayList<>();
|
// List<FranchiseReportResponse> joinGroupList = new ArrayList<>();
|
||||||
Map<String, FranchiseReportResponse> listMap = list.stream().collect(Collectors.toMap(FranchiseReportResponse::getJoinGroupName, Function.identity()));
|
// Map<String, FranchiseReportResponse> listMap = list.stream().collect(Collectors.toMap(FranchiseReportResponse::getJoinGroupName, Function.identity()));
|
||||||
|
// }
|
||||||
}
|
List<FranchiseReportResponse> ab = new ArrayList<FranchiseReportResponse>();
|
||||||
return list;
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
ab.addAll(list);
|
||||||
|
return ab;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void sortByName(List<FranchiseReportResponse> list) {
|
public static void sortByName(List<FranchiseReportResponse> list) {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user