|
@@ -750,7 +750,7 @@ namespace DataSharing.Province
|
|
|
public async Task SubmitCaseRecordFwAsync(CallNativeDto dto, CancellationToken cancellationToken)
|
|
|
{
|
|
|
//验证是否需要推送未接数据
|
|
|
- if (dto != null && dto.AnsweredTime == null)
|
|
|
+ if (dto != null && dto.AnsweredTime == null && dto.Direction == ECallDirection.In)
|
|
|
{
|
|
|
if (await IsPublishMissedCall(dto.EndTime, cancellationToken) == false)
|
|
|
return;
|