mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 14:05:04 +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());
|
||||
|
||||
Reference in New Issue
Block a user