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