|
@@ -84,6 +84,8 @@ public class PlatformAreaServiceImpl extends AbstractCrudService<PlatformAreaMap
|
|
|
platformAreaVo.setSiteCount(siteCount);
|
|
|
platformAreaVo.setDeviceCount(deviceCount);
|
|
|
platformAreaVo.setSite(siteList);
|
|
|
+ platformAreaVo.setId(platformAreaList.get(0).getId());
|
|
|
+ platformAreaVo.setEnable(platformAreaList.get(0).getEnable());
|
|
|
List<PlatformAreaVo> platformAreaVoList = new ArrayList<>();
|
|
|
platformAreaVoList.add(platformAreaVo);
|
|
|
|