|
@@ -670,11 +670,9 @@ namespace DataSharing.Application.Receivers
|
|
|
[CapSubscribe(Hotline.Share.Mq.EventNames.HotlineOrderUrgeInform)]
|
|
|
public async Task SendRemindCaseInfoAsync(PublishUrgeDto dto, CancellationToken cancellationToken)
|
|
|
{
|
|
|
- _logger.LogWarning("催办进来了"+ dto.Urge.OrgId);
|
|
|
//被催办部门为省上,才能调用接口
|
|
|
if (dto.Urge.OrgId == "001170"|| dto.Urge.OrgId == "001177")
|
|
|
{
|
|
|
- _logger.LogWarning("催办执行了" + dto.Urge.OrgId);
|
|
|
var data = _mapper.Map<RemindCaseInfoModel>(dto);
|
|
|
data.CliengGuid = dto.Urge.Id;
|
|
|
|
|
@@ -688,7 +686,7 @@ namespace DataSharing.Application.Receivers
|
|
|
|
|
|
//将待推送数据写入待推送表
|
|
|
await InitPushDataAsync("SendRemindCaseInfo", "remind_case_info", jsonData, pathType: EPathType.XieTong, cancellationToken: cancellationToken);
|
|
|
- _logger.LogWarning("催办写完了" + dto.Urge.OrgId);
|
|
|
+
|
|
|
//处理附件
|
|
|
await FileDataAsync(dto.Urge.FileJson, dto.Order.ProvinceNo, data.CliengGuid, EMaterialType.Process, dto.Order.AreaCode, cancellationToken);
|
|
|
}
|