@@ -271,6 +271,7 @@ func (this *ArticleController) Detail() {
}
if hasPersion {
+ hasPermission = 1
go services.ArticleHistory(articleId, user)
//30分钟之内阅读同一篇文章不错二次推送
key := "CYGX_ARTICLE_READ" + strconv.Itoa(articleId) + "_" + strconv.Itoa(uid)