Parcourir la source

Merge branch 'fix/report_v2' into custom

Roc il y a 4 mois
Parent
commit
ea9ee2a620
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controllers/report_v2.go

+ 1 - 1
controllers/report_v2.go

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