|
@@ -506,7 +506,7 @@ public abstract class DefaultCallApplication : ICallApplication
|
|
|
.FirstAsync(cancellationToken);
|
|
|
if (orderCall is null || orderCall.CallNo.IsNullOrEmpty())
|
|
|
{
|
|
|
- _logger.LogError($"延迟更新工单通话, 工单: {orderId} 根据 order.id left join call_native 信息为空; 消息队列无须重试");
|
|
|
+ _logger.LogInformation($"延迟更新工单通话, 工单: {orderId} 根据 order.id left join call_native 信息为空; 消息队列无须重试");
|
|
|
return;
|
|
|
}
|
|
|
|