mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -279,6 +279,9 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
|
||||
String redisKey = CacheConstants.SELECT_PILE_STATION_INFO_BY_ID + pileStationInfo.getId();
|
||||
redisCache.deleteObject(redisKey);
|
||||
|
||||
String templateRedisKey = CacheConstants.QUERY_STATION_BILLING_TEMPLATE_LIST + pileStationInfo.getId();
|
||||
redisCache.deleteObject(templateRedisKey);
|
||||
|
||||
// 先查询一下当前数据库的充电站数据
|
||||
PileStationInfo queryStationInfo = selectPileStationInfoById(pileStationInfo.getId());
|
||||
String oldMerchantId = String.valueOf(queryStationInfo.getMerchantId());
|
||||
|
||||
@@ -49,6 +49,9 @@ public class BillingTemplateVO {
|
||||
// 占桩费率(单位:元/分钟)
|
||||
private BigDecimal occupyFee;
|
||||
|
||||
// 停车免费描述
|
||||
private String parkFeeDescribe;
|
||||
|
||||
// 尖时段电费
|
||||
private BigDecimal sharpElectricityPrice;
|
||||
// 尖时段服务费
|
||||
|
||||
Reference in New Issue
Block a user