xingzai hace 1 año
padre
commit
a0112d8719
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      services/article_history.go

+ 1 - 0
services/article_history.go

@@ -71,6 +71,7 @@ func ArticleHistoryStopTime(articleId, stopTime, outType int, user *models.WxUse
 		record.CompanyName = user.CompanyName
 		record.StopTime = stopTime
 		record.OutType = outType
+		record.RegisterPlatform = utils.REGISTER_PLATFORM
 		record.Source = "WEB"
 		newId, e := models.AddCygxArticleViewRecordNewpv(record)
 		if e != nil {