Ver Fonte

Merge remote-tracking branch 'origin/debug' into debug

zwxi há 9 meses atrás
pai
commit
47be43ab20
1 ficheiros alterados com 1 adições e 1 exclusões
  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 {