亏电包能量标称赋值

master
tq 1 month ago
parent 5219494360
commit ba42ca9786

@ -71,7 +71,7 @@ public class UpdateDownBatteryInfoTask : ITask
continue;
}
if (info.Soc == null || info.Soc <= 0 || info.Soc > 100)
if (info.Soc == null || info.Soc <= 0 || info.Soc > 100 || info.NominalEnergy<=0)
{
continue;
}

Loading…
Cancel
Save