فهرست منبع

战研报告去掉作者限制

hsun 3 ماه پیش
والد
کامیت
03fb58336b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      services/document_manage_service/document_manage_service.go

+ 1 - 1
services/document_manage_service/document_manage_service.go

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