调整大屏统计代码
This commit is contained in:
parent
e7656ebb37
commit
caf88b6cd6
|
|
@ -714,8 +714,8 @@ public class BigScreenController {
|
||||||
maps.put(ScreenIndexSummaryEnum.TNSummry.getDesc(),avgTN);
|
maps.put(ScreenIndexSummaryEnum.TNSummry.getDesc(),avgTN);
|
||||||
maps.put(ScreenIndexSummaryEnum.TPSummry.getDesc(),avgTP);
|
maps.put(ScreenIndexSummaryEnum.TPSummry.getDesc(),avgTP);
|
||||||
maps.put(ScreenIndexSummaryEnum.NOSummry.getDesc(),avgNO);
|
maps.put(ScreenIndexSummaryEnum.NOSummry.getDesc(),avgNO);
|
||||||
maps.put(ScreenIndexSummaryEnum.CODSummry.getDesc(),avgCOD);
|
// maps.put(ScreenIndexSummaryEnum.CODSummry.getDesc(),avgCOD);
|
||||||
maps.put(ScreenIndexSummaryEnum.NHSummry.getDesc(),avgNH);
|
// maps.put(ScreenIndexSummaryEnum.NHSummry.getDesc(),avgNH);
|
||||||
|
|
||||||
screenIndexSummaryDetailVo.setDatas(maps);
|
screenIndexSummaryDetailVo.setDatas(maps);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1293,8 +1293,8 @@ public class IotCommonServiceImpl {
|
||||||
maps.put(ScreenIndexSummaryEnum.TNSummry.getDesc(),avgTN);
|
maps.put(ScreenIndexSummaryEnum.TNSummry.getDesc(),avgTN);
|
||||||
maps.put(ScreenIndexSummaryEnum.TPSummry.getDesc(),avgTP);
|
maps.put(ScreenIndexSummaryEnum.TPSummry.getDesc(),avgTP);
|
||||||
maps.put(ScreenIndexSummaryEnum.NOSummry.getDesc(),avgNO);
|
maps.put(ScreenIndexSummaryEnum.NOSummry.getDesc(),avgNO);
|
||||||
maps.put(ScreenIndexSummaryEnum.CODSummry.getDesc(),avgCOD);
|
// maps.put(ScreenIndexSummaryEnum.CODSummry.getDesc(),avgCOD);
|
||||||
maps.put(ScreenIndexSummaryEnum.NHSummry.getDesc(),avgNH);
|
// maps.put(ScreenIndexSummaryEnum.NHSummry.getDesc(),avgNH);
|
||||||
|
|
||||||
screenIndexSummaryDetailVo.setDatas(maps);
|
screenIndexSummaryDetailVo.setDatas(maps);
|
||||||
//时间
|
//时间
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue