From 96a2b6c968d82a6a0c9362c9bdb42e168aceebc5 Mon Sep 17 00:00:00 2001 From: Lemon Date: Thu, 24 Aug 2023 10:38:10 +0800 Subject: [PATCH] =?UTF-8?q?bugfix=20=20=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E7=AB=99=E7=82=B9=E4=BF=A1=E6=81=AF=E6=9E=AA=E5=8F=A3=E7=A9=BA?= =?UTF-8?q?=E9=97=B2=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/pile/service/impl/PileConnectorInfoServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) 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()); } /**