Преглед изворни кода

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)