From 4a26d62d33488776a9f4a1b9c8c55875664d119c Mon Sep 17 00:00:00 2001 From: CZ Date: Tue, 25 Jun 2024 11:52:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E7=94=B5=E8=AE=A2=E5=8D=95=E4=B8=AD?= =?UTF-8?q?=E4=BA=91=E5=B9=B3=E5=8F=B0=E8=AE=A2=E5=8D=95=E4=B8=ADsn?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Cloud/Client/CloudClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service/Cloud/Client/CloudClient.cs b/Service/Cloud/Client/CloudClient.cs index b3c6022..95b65f4 100644 --- a/Service/Cloud/Client/CloudClient.cs +++ b/Service/Cloud/Client/CloudClient.cs @@ -554,7 +554,7 @@ public class CloudClient : IMqttClientConnectedHandler, IMqttApplicationMessageR ChargeRecordUpLoad req = new ChargeRecordUpLoad() { chrsn = chargeOrder.CloudChargeOrder, - son = swapOrderSn, + son = swapOrder.CloudSn, bid = chargeOrder.BatteryNo, st = chargeOrder.StartTime ?? DateTime.Now, et = lastChargeOrder.EndTime ?? DateTime.Now,