Browse Source

Merge branch 'master' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 1 year ago
parent
commit
4438cc5993
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/company_permission.go

+ 1 - 1
services/company_permission.go

@@ -154,7 +154,7 @@ func GetUserHasPermissionActivity(user *models.WxUserItem, activityInfo *models.
 		if applyCount > 0 {
 			hasPermission = 4
 		} else {
-			hasPermission = 5
+			hasPermission = 3
 		}
 		return
 	}