完善软件逻辑
This commit is contained in:
@ -2337,7 +2337,7 @@ namespace WCS.BLL.HardWare
|
||||
{
|
||||
//获取当前板所有库位
|
||||
var storeInfos = DbHelp.db.Queryable<StoreInfo>()
|
||||
.Where(t => t.BoardId == boardId)
|
||||
.Where(t => t.BoardId == boardId && t.ShelfId == ShelfId)
|
||||
.ToList();
|
||||
//当前设置的板库位数
|
||||
var boardStoreNumber = storeInfos.Count();
|
||||
|
Reference in New Issue
Block a user