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

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

Roc 10 сар өмнө
parent
commit
e28a0b3944

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