@@ -578,18 +581,19 @@ public class MonitorFanIdxController extends BaseController {
...
@@ -578,18 +581,19 @@ public class MonitorFanIdxController extends BaseController {
String[]columnLists=newString[]{"有功功率"};
String[]columnLists=newString[]{"有功功率"};
String[]syLists=newString[]{"总辐射累计","总辐射"};
String[]syLists=newString[]{"总辐射累计","总辐射"};
Map<String,Object>columnMap=newHashMap<>();
Map<String,Object>columnMap=newHashMap<>();
//日 月 年发电量同仅统计逆变器数据
List<Map<String,Object>>mapList;
mapList=influxdbUtil.query("SELECT * FROM indicators_"+stationBasic.getFanGatewayId()+" where frontModule=~/逆变器/ and(equipmentIndexName='日发电量' or equipmentIndexName='月发电量' or equipmentIndexName='年发电量' or equipmentIndexName='有功功率')");
Stringsql=" SELECT * FROM indicators_"+gatewayId+" WHERE (equipmentIndexName ='待机' or equipmentIndexName ='故障停机' or equipmentIndexName ='告警运行' or equipmentIndexName ='限额运行' or equipmentIndexName ='停机') and value = 'true'";