소스 검색

no message

xingzai 6 달 전
부모
커밋
2b2e103734
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      models/article_history_record_newpv.go

+ 1 - 0
models/article_history_record_newpv.go

@@ -93,6 +93,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)
 	if err != nil {