TANG JIANG 1 жил өмнө
parent
commit
db3a6079e9

+ 1 - 1
src/DataSharing/Province/PusherProviderService.cs

@@ -155,7 +155,7 @@ namespace DataSharing.Province
                 #endregion
 
                 #region 处理通话记录推送时间
-                if (dto.TaskType == "SubmitCaseInfo")
+                if (dto.TaskType == "SubmitCaseRecord")
                 {
                     var telCall = await _dsTelCallRepository.GetAsync(p => p.TaskId == dto.Id, cancellationToken);
                     if (telCall != null)