浏览代码

Merge branch 'feature/340' into debug

hsun 2 月之前
父节点
当前提交
8a88d7fc7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)