终端入网检测
1.终端入网检测添加经纬度的录入功能; 2.同步台账时,不是系统电站的需要将经纬度同步 二、监测点台账录入 1.关联终端下拉框里面的数据展示终端编号,不展示终端名称
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user