@@ -579,18 +581,19 @@ public class MonitorFanIdxController extends BaseController {
...
@@ -579,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='有功功率')");