提交代码
This commit is contained in:
@ -282,8 +282,11 @@ namespace WCS.BLL.Manager
|
||||
if (shelf is SmartShelf)
|
||||
{
|
||||
var smartShelf = (SmartShelf)shelf;
|
||||
smartShelf?.WarningLight.CloseLight(smartShelf.TcpCleint);
|
||||
Logs.Write($"【定时任务】:监测警示灯关灯机制,关【{shelf.ShelfCode}】灯发送指令成功!");
|
||||
if(smartShelf.IsWarning == false)
|
||||
{
|
||||
smartShelf?.WarningLight.CloseLight(smartShelf.TcpCleint);
|
||||
Logs.Write($"【定时任务】:监测警示灯关灯机制,关【{shelf.ShelfCode}】灯发送指令成功!");
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Reference in New Issue
Block a user