终端入网检测

1.终端入网检测添加经纬度的录入功能;

2.同步台账时,不是系统电站的需要将经纬度同步

二、监测点台账录入

1.关联终端下拉框里面的数据展示终端编号,不展示终端名称
This commit is contained in:
hzj
2024-07-31 15:19:51 +08:00
parent 1d664fee19
commit d972bbef80
4 changed files with 17 additions and 2 deletions

View File

@@ -362,6 +362,8 @@ public class SupervisionTempLineDebugPOServiceImpl extends ServiceImpl<Supervisi
subStationParam.setName(tempDevice.getSubstationName());
subStationParam.setSort(0);
subStationParam.setScale(tempDevice.getSubstationVoltageLevel());
subStationParam.setLat(tempDevice.getLatitude());
subStationParam.setLng(tempDevice.getLongitude());
syncTerminalParam.setSubStationParam(subStationParam);
}