|
|
@ -84,7 +84,7 @@ public class BinInfoRepository : BaseRepository<BinInfo>
|
|
|
|
public BinInfo? ChooseCacheBinBattery()
|
|
|
|
public BinInfo? ChooseCacheBinBattery()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return
|
|
|
|
return
|
|
|
|
QueryByClause(i => i.CacheBinFlag == 1 &&
|
|
|
|
QueryByClause(i => i.CacheBinFlag == 1 && i.CanSwapFlag==1 &&
|
|
|
|
i.Exists == 1 && i.Status == 1 && i.AmtLock == (int)InfoEnum.AmtBatLockStatus.UnLock);
|
|
|
|
i.Exists == 1 && i.Status == 1 && i.AmtLock == (int)InfoEnum.AmtBatLockStatus.UnLock);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|