mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-25 09:39:46 +08:00
小程序查询站点信息添加 总空闲设备数 字段
This commit is contained in:
@@ -361,6 +361,7 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
|
|||||||
stationVO.setFastFree(fastFree);
|
stationVO.setFastFree(fastFree);
|
||||||
stationVO.setSlowTotal(slowTotal);
|
stationVO.setSlowTotal(slowTotal);
|
||||||
stationVO.setSlowFree(slowFree);
|
stationVO.setSlowFree(slowFree);
|
||||||
|
stationVO.setTotalFree(fastFree + slowFree);
|
||||||
|
|
||||||
// 查询当前时段电费
|
// 查询当前时段电费
|
||||||
CurrentTimePriceDetails currentTimePriceDetails = pileBillingTemplateService.getCurrentTimePriceDetails(stationVO.getStationId());
|
CurrentTimePriceDetails currentTimePriceDetails = pileBillingTemplateService.getCurrentTimePriceDetails(stationVO.getStationId());
|
||||||
|
|||||||
@@ -75,6 +75,11 @@ public class StationInfoVO {
|
|||||||
*/
|
*/
|
||||||
private int slowFree;
|
private int slowFree;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 总空闲枪口数
|
||||||
|
*/
|
||||||
|
private int totalFree;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 经度
|
* 经度
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user