Browse Source

Merge branch 'cygx_8.2.1' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 years ago
parent
commit
b1eb598569
1 changed files with 3 additions and 0 deletions
  1. 3 0
      controllers/article.go

+ 3 - 0
controllers/article.go

@@ -97,6 +97,9 @@ func (this *ArticleController) Detail() {
 				br.ErrMsg = "判断是否已申请过试用失败,Err:" + err.Error()
 				return
 			}
+			if hasPermission == 2 {
+				hasPermission = 3
+			}
 			popupMsg = "需要升级行业套餐权限才可查看此报告,请联系对口销售"
 			resp.PopupMsg = popupMsg
 			resp.HasPermission = hasPermission