xiziwen 3 天之前
父節點
當前提交
277b3e643c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = '全球市场中心 PCI Research'`
+	condition += ` and a.author = '战研中心 PCIR'`
 	// 已发布的报告
 	condition += ` and a.state = 2`