|
@@ -376,8 +376,8 @@ namespace DataSharing.Application.Mappers
|
|
|
|
|
|
//12315个性化表单--投诉、举报
|
|
|
config.ForType<OrderExtensionDto, FormMarketInfo>()
|
|
|
- .Map(d => d.ApplBasQue, x => x.ComplainClassifyCode)
|
|
|
- .Map(d => d.ApplBasQueName, x => x.ComplainClassify)
|
|
|
+ .Map(d => d.ApplBasQue, x => x.OrderTypeCode == "scjgjjb" ? x.ReportClassifyCode : x.ComplainClassifyCode)
|
|
|
+ .Map(d => d.ApplBasQueName, x => x.OrderTypeCode == "scjgjjb" ? x.ReportClassify : x.ComplainClassify)
|
|
|
.Map(d => d.Zlh, x => x.PatentNo)
|
|
|
.Map(d => d.Zlqr, x => x.Patentee)
|
|
|
.Map(d => d.Fmmc, x => x.PatentName)
|