Эх сурвалжийг харах

Merge remote-tracking branch 'origin/feature/340'

Roc 3 сар өмнө
parent
commit
a415e3a4a4

+ 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)