xingzai 1 anno fa
parent
commit
5f14629640
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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)
 		}