浏览代码

Merge branch 'need/cygx_1044' of http://8.136.199.33:3000/hongze/hongze_clpt into debug

zhangchuanxing 4 天之前
父节点
当前提交
e76346ebf0
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11 1
      controllers/yanxuan_special.go

+ 11 - 1
controllers/yanxuan_special.go

@@ -179,6 +179,16 @@ func (this *YanxuanSpecialNoLoginController) Detail() {
 		br.Ret = 408
 		return
 	}
+	var resp models.CygxYanxuanSpecialResp
+	// 高毅资产的联系人,有权限的行业也不能查看报告详情页。提示无权限页面
+	if user.CompanyId == utils.GAO_YI_ZI_CHAN_COMPANY_ID {
+		resp.HasPermission = 3
+		br.Ret = 200
+		br.Success = true
+		br.Msg = "获取成功"
+		br.Data = resp
+		return
+	}
 
 	specialId, _ := this.GetInt("Id", 0)
 
@@ -198,7 +208,7 @@ func (this *YanxuanSpecialNoLoginController) Detail() {
 		item.IsCollect = 1
 	}
 	item.Pv += item.HzPv // 添加弘则PV
-	var resp models.CygxYanxuanSpecialResp
+
 	resp.HasPermission = 1
 	resp.CygxYanxuanSpecialItem = *item
 	if item.DocUrl != "" {