bugfix 小程序站点信息枪口空闲状态

This commit is contained in:
Lemon
2023-08-24 10:38:10 +08:00
parent 2c019b4d46
commit 96a2b6c968

View File

@@ -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());
}
/**