Browse Source

siganlr 7

leiy 1 year ago
parent
commit
92bc86fde1
1 changed files with 1 additions and 1 deletions
  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}相关的消息!"
                            Msg = $"您有一条{notificationTypeStr1}相关的消息!"
                        }
                        }
                    );
                    );
-                await _hubContext.Clients.Clients(connIds).ReceiveMessage(notificationTypeStr);
+                await _hubContext.Clients.Clients(connIds).ReceiveMessage($"您有一条{notificationTypeStr1}相关的消息!");
 
 
                 return true;
                 return true;
             }
             }