|
|
|
@ -51,7 +51,7 @@ public class StatisticalPaneImpl implements StatisticalPaneService { |
|
|
|
Map<String,Long> btsbmNow=complaintStatisticsListNow.stream().collect(Collectors.groupingBy(ComplaintStatistics::getComplaintDepartmentId,Collectors.counting())); |
|
|
|
Map<String,Long> btsbmLast=complaintStatisticsListLast.stream().collect(Collectors.groupingBy(ComplaintStatistics::getComplaintDepartmentId,Collectors.counting())); |
|
|
|
StatisticsIndicatorPart p3=new StatisticsIndicatorPart(); |
|
|
|
p3.setName("入企不扫码"); |
|
|
|
p3.setName("被投诉部门"); |
|
|
|
p3.setTotal(btsbmNow.size()); |
|
|
|
p3.setHuan(btsbmNow.size()-btsbmLast.size()); |
|
|
|
StatisticsIndicatorPart p=new StatisticsIndicatorPart(); |
|
|
|
|