Browse Source

Merge branch 'release_hotfix_exprot' of Fengwo/hotline into release

dengshengshuang 3 months ago
parent
commit
84eb689e2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Hotline.Application/CallCenter/TianRunCallApplication.cs

+ 1 - 1
src/Hotline.Application/CallCenter/TianRunCallApplication.cs

@@ -111,7 +111,7 @@ namespace Hotline.Application.CallCenter
 
         public override async Task<string> PublishVisitRelevanceCallIdAsync(OrderRelevanceCallIdDto dto, CancellationToken cancellationToken)
         {
-            return null;
+            return await Task.FromResult(dto.CallId);
         }
 
         public override async Task OrderVisitRelevanceCallIdAsync(VisitDto dto, CancellationToken cancellationToken)