@@ -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`