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;