This commit is contained in:
123
2024-06-29 20:05:05 +08:00
parent 3f249ca4ce
commit 743f114e62
2 changed files with 7 additions and 5 deletions

View File

@ -979,6 +979,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();