diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java index cfcddeed4..6f4258dae 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java @@ -594,6 +594,8 @@ public class PileConnectorInfoServiceImpl implements IPileConnectorInfoService { } String redisKey = CacheConstants.PUSH_STATION_CONNECTOR; redisCache.setCacheSet(redisKey, Sets.newHashSet(connectorInfoVO.getStationId())); + // 根据站点id删除缓存(2023.8.24修改站点信息枪口状态bug) + redisCache.deleteObject(CacheConstants.GET_UNIAPP_CONNECTOR_LIST_BY_STATION_ID + connectorInfoVO.getStationId()); } /**