浏览代码

no message

xingzai 8 月之前
父节点
当前提交
71ae2599fd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/article_history_record_newpv.go

+ 1 - 0
models/article_history_record_newpv.go

@@ -64,6 +64,7 @@ func AddCygxArticleViewRecordNewpv(item *CygxArticleHistoryRecordNewpv) (lastId
 	record.Source = item.Source
 	record.CompanyStatus = userSeller.Status
 	record.SellerName = userSeller.SellerName
+	record.RegisterPlatform = utils.REGISTER_PLATFORM
 	record.Platfor = 1
 	lastId, err = o.Insert(record)