From 30098d2d57874babc7fee0bfacc687757358cf85 Mon Sep 17 00:00:00 2001 From: Lemon Date: Mon, 28 Oct 2024 10:42:08 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E7=AB=99=E7=82=B9=E5=88=97=E8=A1=A8=E4=B8=AD=E6=9E=AA=E5=8F=A3?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=BD=BF=E7=94=A8=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pile/service/impl/PileConnectorInfoServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c8d6d5731..b48c36d27 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 @@ -745,10 +745,10 @@ public class PileConnectorInfoServiceImpl implements PileConnectorInfoService { for (ConnectorInfoVO connectorVO : connectorList) { String redisKey = CacheConstants.PILE_CONNECTOR_STATUS_KEY + connectorVO.getPileConnectorCode(); - String status = redisCache.getCacheObject(redisKey); + // String status = redisCache.getCacheObject(redisKey); // if (StringUtils.isBlank(status)) { // } - status = connectorVO.getConnectorStatus(); + String status = connectorVO.getConnectorStatus(); if (StringUtils.equals(connectorVO.getChargingType(), Constants.ONE)) { // 快充 fastTotal += 1;