xingzai 2 år sedan
förälder
incheckning
28f59fb7e6
1 ändrade filer med 1 tillägg och 1 borttagningar
  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
 	}