소스 검색

Merge branch 'cygx_5.0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 3 년 전
부모
커밋
aa85256cc0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -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() {