mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 10:30:12 +08:00
update 推送高德
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user