|
@@ -49,8 +49,13 @@ public class BenchmarkingService {
|
|
|
String regionId = first.get().getRegionId();
|
|
|
company.setId(regionId);
|
|
|
company.setAname(rgmap.get(regionId).getAname());
|
|
|
+ company.setOrderNum(0);
|
|
|
}
|
|
|
result.add(company);
|
|
|
+
|
|
|
+ SortUtils.sort(result,"orderNum",SortUtils.ASC);
|
|
|
+
|
|
|
+
|
|
|
return result;
|
|
|
}
|
|
|
public List<ProBasicPowerstation> wpByCplist(String companyids,String type) {
|