|
@@ -1297,7 +1297,7 @@ func (this *ReportController) Detail() {
|
|
|
for _, v := range listLog {
|
|
|
item := new(models.ReportSelectionChartPermission)
|
|
|
if existMap[v.ChartPermissionId] == 0 {
|
|
|
- item.PermissionName = v.PermissionName + "领域深度调研和报告"
|
|
|
+ item.PermissionName = v.PermissionName + "领域深度报告和调研"
|
|
|
item.IcoLink = v.IcoLink
|
|
|
listSonLog, err := models.GetReportSelectionlogSonListAll(articleId, v.ChartPermissionId)
|
|
|
if err != nil && err.Error() != utils.ErrNoRow() {
|