From 14865e38ebeb25c15783941289ef23baa4f8f544 Mon Sep 17 00:00:00 2001 From: ZZ Date: Mon, 22 Nov 2021 17:25:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xhpc/evcs/notification/NotificationStationStatusTask.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/notification/NotificationStationStatusTask.java b/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/notification/NotificationStationStatusTask.java index 1cee44c8..47349b44 100644 --- a/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/notification/NotificationStationStatusTask.java +++ b/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/notification/NotificationStationStatusTask.java @@ -55,9 +55,6 @@ public class NotificationStationStatusTask extends CoreDispatcher { xhpcStationInternetBlacklistRepo.findByChargingStationIdAndInternetUserId(Long.valueOf(stationTerminalKey.split(":")[1]), xhpcInternetUser.getId()).orElse(null); if (xhpcStationInternetBlacklist != null) continue; - String operatorId3rdptyEvcs = xhpcInternetUser.getOperatorIdEvcs(); - operatorId3rdptyEvcs = operatorId3rdptyEvcs.length() == 9 ? operatorId3rdptyEvcs : - operatorId3rdptyEvcs.substring(8, 17); AuthSecretToken authSecretTokenOut = authSecretTokenRepository.findByOperatorId3irdptyAndSecretTokenType(xhpcInternetUser.getOperatorIdEvcs(), SECRET_TOKEN_TYPE_OUT).orElse(null); log.debug("nss pushing to: {}", authSecretTokenOut.getOperatorId3irdpty());