Explorar el Código

Merge branch 'fix/report_v2' into custom

Roc hace 6 meses
padre
commit
ea9ee2a620
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 != `` {