Browse Source

no message

xingzai 3 years ago
parent
commit
146a145934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -109,7 +109,7 @@ func (this *ActivityCoAntroller) ActivityList() {
 	}
 	}
 	var userType int
 	var userType int
 
 
-	if user.CompanyId == 1 {
+	if user.CompanyId <= 1 {
 		userType = 0
 		userType = 0
 	} else {
 	} else {