修改信息的message

This commit is contained in:
2025-01-20 11:40:20 +08:00
parent b7948415ae
commit 01e2395c3f

View File

@@ -107,7 +107,7 @@ namespace DOAN.Service.PBL
// 发送socket 通知
string message=$"MES产品编号{light.AssemblyPartNumber}或者版本{light.Version},在PBL中找不到。请维护PBL料架信息";
notificationHubContext.Clients.All.SendAsync("PBL_bom_except", light);
notificationHubContext.Clients.All.SendAsync("PBL_bom_except", message);
return false;
}