Sfoglia il codice sorgente

Merge branch 'need/cygx_981' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 6 mesi fa
parent
commit
b7e5d117b1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)