|
@@ -507,6 +507,8 @@ namespace Hotline.Api.Controllers
|
|
|
throw UserFriendlyException.SameMessage("通话记录已经关联工单");
|
|
|
|
|
|
order.CallId = dto.CallId;
|
|
|
+ order.FromPhone = trRecord.CPN;
|
|
|
+ order.TransferPhone = trRecord.Gateway;
|
|
|
await _orderRepository.UpdateAsync(order, HttpContext.RequestAborted);
|
|
|
trRecord.CallOrderType = ECallOrderType.Order;
|
|
|
trRecord.ExternalId = order.Id;
|