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;
             }