Browse Source

no message

xingzai 11 months ago
parent
commit
21e0252541
1 changed files with 4 additions and 0 deletions
  1. 4 0
      controllers/article.go

+ 4 - 0
controllers/article.go

@@ -210,6 +210,10 @@ func (this *ArticleController) Detail() {
 	if detail.ArticleTypeId == 14 {
 		detail.IsApplyAppointmentExpert = true //判断文章类型是否属于专家访谈  查研观向11.0
 	}
+	if user.UserId == 0 {
+		hasPermission = 1
+	}
+
 	resp.HasPermission = hasPermission
 	resp.HaveResearch = haveResearch