From 4fd7cac8121e30e12604f92fdf344a1348e12757 Mon Sep 17 00:00:00 2001 From: lxw Date: Wed, 19 Jun 2024 19:44:05 +0800 Subject: [PATCH] =?UTF-8?q?soc=20=E5=8F=96=E5=85=85=E7=94=B5=E6=9C=BA?= =?UTF-8?q?=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Execute/Api/TboxApi.cs | 1 - Service/Execute/Mgr/CommonMgr.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Service/Execute/Api/TboxApi.cs b/Service/Execute/Api/TboxApi.cs index b44832d..9c6f8fe 100644 --- a/Service/Execute/Api/TboxApi.cs +++ b/Service/Execute/Api/TboxApi.cs @@ -163,7 +163,6 @@ public class TBoxApi { string s = await _httpClient.GetStringAsync(url); - Log.Info($"TboxConnect resp = {s}"); return bool.Parse(s); } diff --git a/Service/Execute/Mgr/CommonMgr.cs b/Service/Execute/Mgr/CommonMgr.cs index 1cf583e..d5cbf12 100644 --- a/Service/Execute/Mgr/CommonMgr.cs +++ b/Service/Execute/Mgr/CommonMgr.cs @@ -194,7 +194,7 @@ public class CommonMgr if (carInfoBatteryInfos != null && carInfoBatteryInfos.Count > 0) { orderBatteryInfo.InBinInfo.BatteryNo = carInfoBatteryInfos[0].BatteryNo; - orderBatteryInfo.InBinInfo.Soc = carInfoBatteryInfos[0].Soc; + // orderBatteryInfo.InBinInfo.Soc = carInfoBatteryInfos[0].Soc; orderBatteryInfo.InBinInfo.Soe = carInfoBatteryInfos[0].Soe; orderBatteryInfo.InBinInfo.Soh = carInfoBatteryInfos[0].Soh; }