|
@@ -93,8 +93,8 @@ namespace DataSharing.Province
|
|
|
_logger.LogInformation(name, dto.Request);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+ dto.IsSuccess = true;
|
|
|
+ await _dsSendTaskRepository.UpdateAsync(dto, cancellationToken);
|
|
|
//ProvinceResponse result = new();
|
|
|
//var configProvince = _channelConfigurationManager.GetConfigurationProvince();
|
|
|
//if (dto.PathType == EPathType.HuiJu) //汇聚推送
|