无用代码
This commit is contained in:
parent
0cff850c0c
commit
14865e38eb
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user