@@ -606,7 +606,9 @@ func GetSpecialTripUserSchedule(userId int) (total int, err error) {
// GetActivitySpecialList 获取专项调研列表
func GetActivitySpecialList(user *models.WxUserItem, currentIndex, pageSize int, keywords, conditionActivity, activeState string) (list []*models.CygxActivitySpecialDetail, total int, err error) {
-
+ if user.CompanyId <= 1 {
+ return
+ }
state := 4
if activeState == "3" {
state = 3