xingzai 11 місяців тому
батько
коміт
21e0252541
1 змінених файлів з 4 додано та 0 видалено
  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