|
@@ -179,6 +179,16 @@ func (this *YanxuanSpecialNoLoginController) Detail() {
|
|
br.Ret = 408
|
|
br.Ret = 408
|
|
return
|
|
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)
|
|
specialId, _ := this.GetInt("Id", 0)
|
|
|
|
|
|
@@ -198,7 +208,7 @@ func (this *YanxuanSpecialNoLoginController) Detail() {
|
|
item.IsCollect = 1
|
|
item.IsCollect = 1
|
|
}
|
|
}
|
|
item.Pv += item.HzPv // 添加弘则PV
|
|
item.Pv += item.HzPv // 添加弘则PV
|
|
- var resp models.CygxYanxuanSpecialResp
|
|
|
|
|
|
+
|
|
resp.HasPermission = 1
|
|
resp.HasPermission = 1
|
|
resp.CygxYanxuanSpecialItem = *item
|
|
resp.CygxYanxuanSpecialItem = *item
|
|
if item.DocUrl != "" {
|
|
if item.DocUrl != "" {
|