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