|
@@ -77,7 +77,7 @@ namespace DataSharing.Application.Mappers
|
|
|
.Map(d => d.ProcessName, x => x.WorkflowTrace.HandlerName)
|
|
|
.Map(d => d.ProcessNote, x => string.IsNullOrEmpty(x.WorkflowTrace.Opinion) == false ? x.WorkflowTrace.Opinion : x.Order.ActualOpinion)
|
|
|
.Map(d => d.EndAreaCode, x => string.IsNullOrEmpty(x.WorkflowTrace.HandlerOrgAreaCode) == false ? x.WorkflowTrace.HandlerOrgAreaCode : x.Order.AreaCode)
|
|
|
- .Map(d => d.EndAreaName, x => string.IsNullOrEmpty(x.Order.County) == false ? x.Order.County : x.Order.City)// x.WorkflowTrace.HandlerOrgAreaName
|
|
|
+ .Map(d => d.EndAreaName, x => string.IsNullOrEmpty(x.WorkflowTrace.HandlerOrgAreaName) == false ? x.WorkflowTrace.HandlerOrgAreaName : "宜宾市")// x.WorkflowTrace.HandlerOrgAreaName
|
|
|
|
|
|
.Map(d => d.CaseId, x => x.WorkflowTrace.Id)
|
|
|
.Map(d => d.AreaCode, x => x.Order.AreaCode)
|
|
@@ -92,7 +92,7 @@ namespace DataSharing.Application.Mappers
|
|
|
.Map(d => d.ProcessName, x => x.WorkflowTrace.HandlerName)
|
|
|
.Map(d => d.ProcessNote, x => string.IsNullOrEmpty(x.WorkflowTrace.Opinion) == false ? x.WorkflowTrace.Opinion : x.Order.ActualOpinion)
|
|
|
.Map(d => d.EndAreaCode, x => string.IsNullOrEmpty(x.WorkflowTrace.HandlerOrgAreaCode) == false ? x.WorkflowTrace.HandlerOrgAreaCode : x.Order.AreaCode)
|
|
|
- .Map(d => d.EndAreaName, x => string.IsNullOrEmpty(x.Order.County) == false ? x.Order.County : x.Order.City)// x.WorkflowTrace.HandlerOrgAreaName
|
|
|
+ .Map(d => d.EndAreaName, x => string.IsNullOrEmpty(x.WorkflowTrace.HandlerOrgAreaName) == false ? x.WorkflowTrace.HandlerOrgAreaName : "宜宾市")// x.WorkflowTrace.HandlerOrgAreaName
|
|
|
.Map(d => d.TrowGuid, x => x.WorkflowTrace.Id)
|
|
|
.Map(d => d.AreaCode, x => x.Order.AreaCode)
|
|
|
.Map(d => d.CliengGuid, x => x.WorkflowTrace.Id)
|
|
@@ -160,7 +160,7 @@ namespace DataSharing.Application.Mappers
|
|
|
.Map(d => d.FdBack, x => x.Order.ActualOpinion)
|
|
|
.Map(d => d.AreaCode, x => x.Order.AreaCode)
|
|
|
.Map(d => d.EndAreaCode, x => string.IsNullOrEmpty(x.Order.ActualHandleOrgAreaCode) == false ? x.Order.ActualHandleOrgAreaCode : x.Order.AreaCode)
|
|
|
- .Map(d => d.EndAreaName, x => string.IsNullOrEmpty(x.Order.County) == false ? x.Order.County : x.Order.City)
|
|
|
+ .Map(d => d.EndAreaName, x => string.IsNullOrEmpty(x.Order.ActualHandleOrgAreaName) == false ? x.Order.ActualHandleOrgAreaName : "宜宾市")
|
|
|
.Map(d => d.SignTimeBf, x => x.Order.ExpiredTime)
|
|
|
.Map(d => d.SignTime, x => x.Order.ActualHandleStepAcceptTime)
|
|
|
.Map(d => d.FdBackTimeBf, x => x.Order.ExpiredTime)
|
|
@@ -181,7 +181,7 @@ namespace DataSharing.Application.Mappers
|
|
|
.Map(d => d.FdBack, x => x.ActualOpinion)
|
|
|
.Map(d => d.AreaCode, x => x.AreaCode)
|
|
|
.Map(d => d.EndAreaCode, x => string.IsNullOrEmpty(x.ActualHandleOrgAreaCode) == false ? x.ActualHandleOrgAreaCode : x.AreaCode)
|
|
|
- .Map(d => d.EndAreaName, x => string.IsNullOrEmpty(x.County) == false ? x.County : x.City)
|
|
|
+ .Map(d => d.EndAreaName, x => string.IsNullOrEmpty(x.ActualHandleOrgAreaName) == false ? x.ActualHandleOrgAreaName : "宜宾市")
|
|
|
.Map(d => d.SignTime, x => x.ActualHandleStepAcceptTime)
|
|
|
.Map(d => d.FdBackTime, x => x.ActualHandleTime)
|
|
|
.Map(d => d.HandleTimeLong, x => x.HandleDurationWorkday)
|