3 Commits 30b6206405 ... fc5b9b9a62

Auteur SHA1 Message Date
  xiziwen fc5b9b9a62 Merge branch 'master' of http://8.136.199.33:3000/eta_server/eta_api il y a 3 jours
  xiziwen 17dcc95365 Merge branch 'out_report_2.1' il y a 3 jours
  xiziwen cf4a2065bd fix il y a 3 jours
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      services/document_manage_service/document_manage_service.go

+ 1 - 1
services/document_manage_service/document_manage_service.go

@@ -237,7 +237,7 @@ func RuiSiReportList(classifyIdFirst, classifyIdSecond, classifyIdThird int, cha
 	}
 
 	// 作者为 全球市场战略研究中心 PCI Research
-	condition += ` and a.author = '战研中心 PCIR'`
+	condition += ` and a.author = '全球市场中心 PCI Research'`
 	// 已发布的报告
 	condition += ` and a.state = 2`