Browse Source

fix:ppt转报告

Roc 9 months ago
parent
commit
9e2e6aaa3c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/report_v2.go

+ 1 - 0
controllers/report_v2.go

@@ -129,6 +129,7 @@ func (this *ReportController) ListReport() {
 	// 筛选报告类型,1:公共研报,2:共享研报,3:我的研报
 	case 1:
 		condition += ` AND a.is_public_publish = ? `
+		// TODO 临时使用,提测上线前得打开注释
 		//condition += `  AND a.state in (2,6) `
 		pars = append(pars, 1)
 	case 3: