|
@@ -766,7 +766,7 @@ public class HomePageServiceImpl extends ServiceImpl<WindTowerDataParentTableMap
|
|
//测风塔List
|
|
//测风塔List
|
|
ArrayList<Map<String, Object>> towerList = new ArrayList<>();
|
|
ArrayList<Map<String, Object>> towerList = new ArrayList<>();
|
|
//拐点坐标List
|
|
//拐点坐标List
|
|
- ArrayList<List<Coordinates>> coordinateList = new ArrayList<>();
|
|
|
|
|
|
+ ArrayList<List<List<Coordinates>>> coordinateList = new ArrayList<>();
|
|
//风机List
|
|
//风机List
|
|
ArrayList<FanTower> fanList = new ArrayList<>();
|
|
ArrayList<FanTower> fanList = new ArrayList<>();
|
|
for (ProjectInfo projectInfo : projectInfoList) {
|
|
for (ProjectInfo projectInfo : projectInfoList) {
|