update 推送高德

This commit is contained in:
Lemon
2023-07-18 08:33:34 +08:00
parent 9950506524
commit 6656f86c8c
5 changed files with 20 additions and 2 deletions

View File

@@ -545,6 +545,9 @@ public class PileConnectorInfoServiceImpl implements IPileConnectorInfoService {
if (connectorInfoVO == null) {
return;
}
if (!StringUtils.equals(Constants.ONE, connectorInfoVO.getAMapFlag())) {
return;
}
String redisKey = CacheConstants.PUSH_STATION_CONNECTOR;
redisCache.setCacheSet(redisKey, Sets.newHashSet(connectorInfoVO.getStationId()));
}