|
|
@ -48,8 +48,8 @@ public class BatteryMoveTask : ITask
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
List<BinInfo> queryListByClause =
|
|
|
|
List<BinInfo> queryListByClause =
|
|
|
|
_binInfoRepository.QueryListByClause(i => i.ChargeStatus == 4 && i.CacheBinFlag == 0 && i.Soc>=StaticStationInfo.SwapSoc,
|
|
|
|
_binInfoRepository.QueryListByClause(i => i.ChargeStatus == 4 && i.CacheBinFlag == 0 && i.Soc>=StaticStationInfo.SwapSoc
|
|
|
|
"battery_enter_seq asc");
|
|
|
|
&& i.AmtLock == 0 && i.Status == 1, "battery_enter_seq asc");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (queryListByClause.Count <= 0)
|
|
|
|
if (queryListByClause.Count <= 0)
|
|
|
|