mapList=influxdbUtil.query("SELECT * FROM indicators_"+stationBasic.getFanGatewayId()+" where frontModule=~/逆变器/ and(equipmentIndexName='日发电量' or equipmentIndexName='月发电量' or equipmentIndexName='年发电量' or equipmentIndexName='有功功率')");
mapList=influxdbUtil.query("SELECT * FROM indicators_"+stationBasic.getFanGatewayId()+" where frontModule=~/逆变器/ and(equipmentIndexName='日发电量' or equipmentIndexName='月发电量' or equipmentIndexName='年发电量' or equipmentIndexName='有功功率')");
//日-月-年-发电量需要保留四位小数问题修改
//日-月-年-发电量需要保留四位小数问题修改
for(Stringcolumn:columnList){
for(Stringcolumn:columnList){
...
@@ -639,7 +655,7 @@ public class MonitorFanIdxController extends BaseController {
...
@@ -639,7 +655,7 @@ public class MonitorFanIdxController extends BaseController {