dss 2 年之前
父节点
当前提交
16b90078b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/CallCenter.Application/Handlers/CallState/AlertExtToOuterNotificationHandler.cs

+ 1 - 1
src/CallCenter.Application/Handlers/CallState/AlertExtToOuterNotificationHandler.cs

@@ -83,7 +83,7 @@ namespace CallCenter.Application.Handlers
                         };
                         await _callDetailRepository.AddAsync(detail, cancellationToken);
 
-                        await _realtimeService.AlertAsync(workModel.UserId, new AlertDto() { Id = model.Id, From = telNo, To = notification.Outer.To, CallType = ECallType.ExtToOuter, ConversationId = notification.Outer.Id }, cancellationToken);
+                        await _realtimeService.AlertAsync(workModel.UserId, new AlertDto() { Id = callId, From = telNo, To = notification.Outer.To, CallType = ECallType.ExtToOuter, ConversationId = notification.Outer.Id }, cancellationToken);
                     }
                 }
             }