wrong para name.

This commit is contained in:
zz 2022-03-15 17:17:27 +08:00
parent 2f9e44d317
commit cc97b9b68a

View File

@ -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);