Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
4fe596800a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      services/cygx/article.go

+ 1 - 0
services/cygx/article.go

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