소스 검색

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