瀏覽代碼

siganlr 7

leiy 1 年之前
父節點
當前提交
92bc86fde1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/GeneralMethod.cs

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/GeneralMethod.cs

@@ -86,7 +86,7 @@ namespace OASystem.API.OAMethodLib
                            Msg = $"您有一条{notificationTypeStr1}相关的消息!"
                        }
                    );
-                await _hubContext.Clients.Clients(connIds).ReceiveMessage(notificationTypeStr);
+                await _hubContext.Clients.Clients(connIds).ReceiveMessage($"您有一条{notificationTypeStr1}相关的消息!");
 
                 return true;
             }