|
@@ -291,6 +291,7 @@ func HandleArticleAndYanxuanRecordList(items []*cygx.CygxArticleAndYanxuanRecord
|
|
|
item.CompanyName = v.CompanyName
|
|
|
item.SellerName = sellNameMap[v.CompanyId]
|
|
|
item.RegisterPlatform = v.RegisterPlatform
|
|
|
+ item.StopTime = strconv.Itoa(v.StopTime)
|
|
|
itemsResp = append(itemsResp, item)
|
|
|
}
|
|
|
|