|
@@ -123,7 +123,7 @@ func (this *ChartPermissionAuthController) ReportDetail() {
|
|
|
}
|
|
|
}
|
|
|
if userType == 1 {
|
|
|
- condition += ` AND permission_name != '研选'`
|
|
|
+ condition += ` AND permission_name != '买方研选'`
|
|
|
}
|
|
|
list, err := models.GetChartPermissionReportAll(condition)
|
|
|
if err != nil {
|
|
@@ -140,7 +140,7 @@ func (this *ChartPermissionAuthController) ReportDetail() {
|
|
|
} else {
|
|
|
resp.List = append(resp.List, v)
|
|
|
}
|
|
|
- if services.GetShowSustainable() && v.PermissionName == "研选" {
|
|
|
+ if services.GetShowSustainable() && v.PermissionName == utils.CHART_PERMISSION_NAME_MF_YANXUAN {
|
|
|
resp.List[k].IsShowSustainable = true
|
|
|
}
|
|
|
}
|