Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
401329e001
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/article.go

+ 1 - 0
controllers/article.go

@@ -530,6 +530,7 @@ func (this *ArticleController) ArticleCollect() {
 		resp.Status = 1
 		// 文章收藏消息发送
 		go services.ArticleUserRemind(user, detail, 2)
+		go services.ArticleHistoryUserLabelLogAdd(articleId, user.UserId)
 	} else {
 		err = models.RemoveArticleCollect(uid, articleId)
 		if err != nil {