发送停止充电指令时,校验交易流水号是否一致

This commit is contained in:
2024-02-21 16:23:40 +08:00
parent fd83d930a5
commit ed099d777a
5 changed files with 16 additions and 9 deletions

View File

@@ -119,6 +119,6 @@ public class RealTimeMonitorData {
private String dateTime;
public String getPileConnectorCode() {
return this.pileSn + this.getConnectorCode();
return this.pileSn + this.connectorCode;
}
}