Browse Source

Merge branch 'cygx/cygx_14-5' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

zhangchuanxing 3 days ago
parent
commit
6fe564b823
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/company_permission.go

+ 1 - 1
controllers/company_permission.go

@@ -116,7 +116,7 @@ func (this *CompanyPermissionController) List() {
 			br.ErrMsg = "获取权限信息失败,Err:" + err.Error()
 			return
 		}
-		filterPermissionName := []string{"专家", "路演服务", "调研"} // 需要过滤不展示的行业
+		filterPermissionName := []string{"专家", "路演/专项点数", "海外调研"} // 需要过滤不展示的行业
 		if isShowYanXuanKouDian {
 			filterPermissionName = []string{"专家"} //申请转正,或者申请续约的时候 调研 行业需要进行展示
 		}