首页,风机列表中查询实时数据加上 风机锁定参数
This commit is contained in:
parent
8068b7ab77
commit
5263c5981d
@ -91,6 +91,9 @@ public class WindTurbinesPageService {
|
||||
attributesList.add("iyplevel");
|
||||
//电网故障停机
|
||||
attributesList.add("gridlostdetected");
|
||||
//是否锁定
|
||||
attributesList.add("Locked");
|
||||
|
||||
for (SysEquipmentVo item : sysEquipmentVos) {
|
||||
//构建查询属性参数
|
||||
SnapshotValueQueryParam snapshotValueQueryParam = new SnapshotValueQueryParam();
|
||||
|
@ -67,6 +67,9 @@ public class HomeServiceImpl implements HomeService {
|
||||
attributesList.add("igenpower");
|
||||
//日发电量(kwh)
|
||||
attributesList.add("ikwhthisday");
|
||||
//是否锁定
|
||||
attributesList.add("Locked");
|
||||
|
||||
for (SysEquipmentVo item : sysEquipmentVos) {
|
||||
//构建查询属性参数
|
||||
SnapshotValueQueryParam snapshotValueQueryParam = new SnapshotValueQueryParam();
|
||||
|
Loading…
Reference in New Issue
Block a user