Ver Fonte

no message

zhangchuanxing há 2 dias atrás
pai
commit
2842931801
1 ficheiros alterados com 11 adições e 1 exclusões
  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 != "" {