123
This commit is contained in:
@ -1344,6 +1344,8 @@ namespace WCS.BLL.Services.Service
|
||||
}
|
||||
}
|
||||
}
|
||||
//发送间隔
|
||||
Thread.Sleep(300);
|
||||
foreach (string shelfcode in WarnLightShelfCode)
|
||||
{
|
||||
List<ShelfInfo> si = DbHelp.db.Queryable<ShelfInfo>().Where(it => it.ShelfCode == shelfcode).ToList();
|
||||
|
Reference in New Issue
Block a user