|
@@ -204,6 +204,8 @@ namespace DataSharing.Host.Controllers
|
|
|
if (!await _getCaseDistrecordSendRepository.AnyAsync(p => p.CaseSerial == response.custom.CASE_SERIAL && p.RowGuid == item.RowGuid, HttpContext.RequestAborted))
|
|
|
{
|
|
|
var tempData = _mapper.Map<DsGetCaseDistrecordSend>(item);
|
|
|
+ tempData.CaseSerial = response.custom.CASE_SERIAL;
|
|
|
+ tempData.AreaCode = _sharingConfigurationManager.GetCityCode();
|
|
|
await _getCaseDistrecordSendRepository.AddAsync(tempData);
|
|
|
|
|
|
#region 宜宾正常流程推送
|