Ver Fonte

Merge branch 'cygx_p1_812' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai há 1 ano atrás
pai
commit
0b9d0b7ede
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      services/article.go

+ 1 - 1
services/article.go

@@ -279,7 +279,7 @@ func GetArticNewLabelWhithActivity3Month() (labelMap map[int]bool, err error) {
 
 // GetSpecialArticleDetailUserPower 处理用户查看专项调研文章详情的权限
 func GetSpecialArticleDetailUserPower(user *models.WxUserItem, articleInfo *models.ArticleDetail) (havePower bool, err error) {
-	permissionStr, e := GetCompanyPermission(user.CompanyId)
+	permissionStr, e := GetCompanyPermissionUpgrade(user.CompanyId)
 	if e != nil {
 		err = errors.New("GetCompanyPermissionUpgrade, Err: " + e.Error())
 		return