Parcourir la source

修改公司显示顺序

xieshengjie il y a 2 ans
Parent
commit
9251719341

+ 5 - 0
web/runeconomy-xk/src/main/java/com/gyee/runeconomy/service/bmk/BenchmarkingService.java

@@ -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) {