|
|
@@ -98,7 +98,7 @@ public class CockpitServiceImpl implements CockpitService {
|
|
|
r.sort(new Comparator<OrgGA38StatisticVo>() {
|
|
|
@Override
|
|
|
public int compare(OrgGA38StatisticVo o1, OrgGA38StatisticVo o2) {
|
|
|
- return NumberUtil.compare(o1.getReachRate(), o2.getReachRate());
|
|
|
+ return NumberUtil.compare(o2.getReachRate(),o1.getReachRate());
|
|
|
}
|
|
|
});
|
|
|
|