|
@@ -224,6 +224,12 @@ func HandleArticleAndYanxuanRecordList(items []*cygx.CygxArticleAndYanxuanRecord
|
|
|
}
|
|
|
item.ArticleId = v.SourceId
|
|
|
item.CreateTime = v.CreateTime
|
|
|
+ item.UserId = v.UserId
|
|
|
+ item.RealName = v.RealName
|
|
|
+ item.Mobile = v.Mobile
|
|
|
+ item.CompanyId = v.CompanyId
|
|
|
+ item.CompanyName = v.CompanyName
|
|
|
+ item.SellerName = v.SellerName
|
|
|
item.RegisterPlatform = v.RegisterPlatform
|
|
|
itemsResp = append(itemsResp, item)
|
|
|
}
|