Browse Source

fix: 睿思研报查询条件

hsun 1 month ago
parent
commit
6f2d56a517
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/document_manage_service/document_manage_service.go

+ 1 - 1
services/document_manage_service/document_manage_service.go

@@ -504,7 +504,7 @@ func RuiSiReportListV2(classifyIdList, chartPermissionIdList []string, keyword,
 	var author string
 	//author := "战研中心 PCIR"
 	// 已发布/已审批的公开发布的报告
-	isPublic := 2
+	isPublic := 1
 	stateArr := []int{2, 6}
 
 	count, err := models.GetReportListByCollectCountV2(classifyIdFirst, classifyIdSecond, classifyIdThird, chartPermissionIdList, keyword, author, isPublic, stateArr)