xingzai 1 ano atrás
pai
commit
5f14629640
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      services/cygx/article.go

+ 6 - 0
services/cygx/article.go

@@ -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)
 		}