1.增加手动自检功能,主页增加状态显示

This commit is contained in:
hehaibing-1996
2024-06-11 14:03:06 +08:00
parent a87a93ea11
commit 95437c2ccf
24 changed files with 576 additions and 123 deletions

View File

@ -75,8 +75,15 @@ namespace WCS.BLL.Manager
case WarningTypeEnum.:
SolveLoss(warningInManager);
break;
case WarningTypeEnum.:
SolveLoss(warningInManager);
break;
}
}
else if (solveType == SolveTypeEnum.)
{
//不发指令了
}
//消除报警缓存信息
lock (flag)