|
@@ -392,7 +392,7 @@ public class BackConfigService {
|
|
|
|
|
|
List<Companys> cpls = CacheContext.cpls;
|
|
|
|
|
|
- if(cpls.get(1).getChildren().size()>0) return cpls;
|
|
|
+ if(cpls.get(0).getChildren().size()>0) return cpls;
|
|
|
|
|
|
List<Windpowerstation> wpls = CacheContext.wpls;
|
|
|
List<Project> prols= CacheContext.prols;
|