Переглянути джерело

Merge branch 'fix_bug_2021_12_09' of hongze/hongze_cygx into master

hongze 3 роки тому
батько
коміт
49b13b1bb4
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      controllers/article.go

+ 1 - 0
controllers/article.go

@@ -497,6 +497,7 @@ func (this *ArticleCommonController) Detail() {
 			}
 		}
 	}
+	resp.HasPermission = 1
 	detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
 	detail.SellerList = sellerList
 	resp.Detail = detail