Browse Source

no message

xingzai 1 year ago
parent
commit
4fe596800a
1 changed files with 1 additions and 0 deletions
  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)
 		}