mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 02:20:12 +08:00
bugfix 小程序站点信息枪口空闲状态
This commit is contained in:
@@ -594,6 +594,8 @@ public class PileConnectorInfoServiceImpl implements IPileConnectorInfoService {
|
|||||||
}
|
}
|
||||||
String redisKey = CacheConstants.PUSH_STATION_CONNECTOR;
|
String redisKey = CacheConstants.PUSH_STATION_CONNECTOR;
|
||||||
redisCache.setCacheSet(redisKey, Sets.newHashSet(connectorInfoVO.getStationId()));
|
redisCache.setCacheSet(redisKey, Sets.newHashSet(connectorInfoVO.getStationId()));
|
||||||
|
// 根据站点id删除缓存(2023.8.24修改站点信息枪口状态bug)
|
||||||
|
redisCache.deleteObject(CacheConstants.GET_UNIAPP_CONNECTOR_LIST_BY_STATION_ID + connectorInfoVO.getStationId());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user