From 512bb1fa7ae8298ae9b104221d2aace1d428f9f1 Mon Sep 17 00:00:00 2001 From: 123 <123> Date: Sat, 29 Jun 2024 20:18:53 +0800 Subject: [PATCH] 123 --- WCS.BLL/Services/Service/OutstoreService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WCS.BLL/Services/Service/OutstoreService.cs b/WCS.BLL/Services/Service/OutstoreService.cs index 555721d..574e31f 100644 --- a/WCS.BLL/Services/Service/OutstoreService.cs +++ b/WCS.BLL/Services/Service/OutstoreService.cs @@ -1344,6 +1344,8 @@ namespace WCS.BLL.Services.Service } } } + //发送间隔 + Thread.Sleep(300); foreach (string shelfcode in WarnLightShelfCode) { List si = DbHelp.db.Queryable().Where(it => it.ShelfCode == shelfcode).ToList();