|
|
|
@ -398,7 +398,7 @@ public class EnforcementRegistrationController extends BaseController |
|
|
|
Collections.sort(statisticsIndicatorList); |
|
|
|
Collections.reverse(statisticsIndicatorList); |
|
|
|
if(statisticsIndicatorList.size()>=10){ |
|
|
|
return statisticsIndicatorList.subList(0,9); |
|
|
|
return statisticsIndicatorList.subList(0,10); |
|
|
|
} |
|
|
|
return statisticsIndicatorList; |
|
|
|
} |
|
|
|
@ -430,7 +430,7 @@ public class EnforcementRegistrationController extends BaseController |
|
|
|
Collections.sort(statisticsIndicatorList); |
|
|
|
Collections.reverse(statisticsIndicatorList); |
|
|
|
if(statisticsIndicatorList.size()>=10){ |
|
|
|
return statisticsIndicatorList.subList(0,9); |
|
|
|
return statisticsIndicatorList.subList(0,10); |
|
|
|
} |
|
|
|
return statisticsIndicatorList; |
|
|
|
} |
|
|
|
@ -457,7 +457,7 @@ public class EnforcementRegistrationController extends BaseController |
|
|
|
Collections.sort(statisticsIndicatorList); |
|
|
|
Collections.reverse(statisticsIndicatorList); |
|
|
|
if(statisticsIndicatorList.size()>=10){ |
|
|
|
return statisticsIndicatorList.subList(0,9); |
|
|
|
return statisticsIndicatorList.subList(0,10); |
|
|
|
} |
|
|
|
return statisticsIndicatorList; |
|
|
|
} |
|
|
|
|