wrong para name.
This commit is contained in:
parent
2f9e44d317
commit
cc97b9b68a
@ -332,7 +332,7 @@ public class ChargingController {
|
||||
ClientHandler handler = ChargingPileServer.getHandler(pileNo);
|
||||
if (handler != null && handler.isOpen()) {
|
||||
try {
|
||||
String connectorId = pileNo.substring(0, 16);
|
||||
String connectorId = orderNo.substring(0, 16);
|
||||
String gunkey = "gun:".concat(connectorId);
|
||||
String skey = gunkey.concat(".seqhex");
|
||||
String seq = seqHex(skey);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user