Browse Source

Merge branch 'master' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai 6 months ago
parent
commit
700a10812a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      services/activity_special.go

+ 3 - 1
services/activity_special.go

@@ -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