mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
小程序端接口添加停车费率描述字段
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());
|
||||
|
||||
Reference in New Issue
Block a user