mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-12 01:04:00 +08:00
update
This commit is contained in:
@@ -275,8 +275,8 @@ public class indexController extends BaseController {
|
|||||||
overviewVO.setMonthlyAvgElectricity(monthlyAvg != null ? monthlyAvg.toPlainString() : "0");
|
overviewVO.setMonthlyAvgElectricity(monthlyAvg != null ? monthlyAvg.toPlainString() : "0");
|
||||||
overviewVO.setTotalGuns(totalGunsFuture.get());
|
overviewVO.setTotalGuns(totalGunsFuture.get());
|
||||||
overviewVO.setOnlinePiles(onlinePilesFuture.get());
|
overviewVO.setOnlinePiles(onlinePilesFuture.get());
|
||||||
overviewVO.setOnlineStations(dcPileNums);
|
overviewVO.setDcPileNums(dcPileNums);
|
||||||
overviewVO.setOnlineGuns(acPileNums);
|
overviewVO.setAcPileNums(acPileNums);
|
||||||
|
|
||||||
// 节能减排计算
|
// 节能减排计算
|
||||||
BigDecimal totalElecKwh = new BigDecimal(totalChargingDegree);
|
BigDecimal totalElecKwh = new BigDecimal(totalChargingDegree);
|
||||||
|
|||||||
@@ -72,12 +72,12 @@ public class BigDataOverviewVO {
|
|||||||
/**
|
/**
|
||||||
* 直流充电桩数量
|
* 直流充电桩数量
|
||||||
*/
|
*/
|
||||||
private Long onlineStations;
|
private Long dcPileNums;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 交流充电桩数量
|
* 交流充电桩数量
|
||||||
*/
|
*/
|
||||||
private Long onlineGuns;
|
private Long acPileNums;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 累计碳减排量(吨)
|
* 累计碳减排量(吨)
|
||||||
|
|||||||
Reference in New Issue
Block a user