Commit e6ccd701 authored by caotao's avatar caotao

1.运行监盘夏造总概览功率修改

parent 7ba4a966
......@@ -595,7 +595,7 @@ public class MonitorFanIdxController extends BaseController {
}
for (String column : columnLists) {
Double result = commonService.getAvgvalueByIndicatior(gatewayId, column);
Double result = commonService.getTotalByIndicatior(gatewayId, column);
columnMap.put(column, String.format("%.2f",result));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment