1.禁用库位时钉钉消息通知、更新缓存中对应模组的启用/禁用状态

2.修复异常 模组管理中无法通过模组编码进行搜索
This commit is contained in:
hehaibing-1996
2024-05-28 08:42:56 +08:00
parent a73bb8e6b1
commit 5e179997c3
9 changed files with 48 additions and 14 deletions

View File

@ -88,7 +88,6 @@ namespace WCS.BLL.Manager
//货架是否还存在报警信息
shelfIsWarning = Warnings.Where(t => t.ShelfId == warning.ShelfId)
.Any();
//对应货架如果不存在报警信息了 指示灯回到对应的状态
if (!shelfIsWarning)
{