Browse Source

fix:报告筛选问题

Roc 8 months ago
parent
commit
a37648e8a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/report_v2.go

+ 1 - 1
controllers/report_v2.go

@@ -106,7 +106,7 @@ func (this *ReportController) ListReport() {
 	}
 	if classifyIdThird > 0 {
 		condition += ` AND a.classify_id_third = ? `
-		pars = append(pars, classifyIdSecond)
+		pars = append(pars, classifyIdThird)
 	}
 
 	if state > 0 {