This commit is contained in:
123
2024-06-29 20:18:53 +08:00
parent 743f114e62
commit 512bb1fa7a

View File

@ -1344,6 +1344,8 @@ namespace WCS.BLL.Services.Service
} }
} }
} }
//发送间隔
Thread.Sleep(300);
foreach (string shelfcode in WarnLightShelfCode) foreach (string shelfcode in WarnLightShelfCode)
{ {
List<ShelfInfo> si = DbHelp.db.Queryable<ShelfInfo>().Where(it => it.ShelfCode == shelfcode).ToList(); List<ShelfInfo> si = DbHelp.db.Queryable<ShelfInfo>().Where(it => it.ShelfCode == shelfcode).ToList();