Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
5f14629640
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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)
 		}