浏览代码

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

xingzai 6 月之前
父节点
当前提交
700a10812a
共有 1 个文件被更改,包括 3 次插入1 次删除
  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