dss 2 年之前
父節點
當前提交
228df99059

+ 1 - 1
src/CallCenter.Application/Handlers/FlowControl/AnsweredVisitorToExtNotificationHandler.cs

@@ -24,7 +24,7 @@ namespace CallCenter.Application.Handlers
             if (model != null)
             {
                 model.CallStatus = ECallStatus.Answered;
-                model.ToNo = notification.TelNo;
+                //model.ToNo = notification.TelNo;
                 await _callRepository.UpdateAsync(model, cancellationToken);
                 var detail = new CallDetail()
                 {