Преглед изворни кода

Merge branch 'fix/report_v2' into custom

Roc пре 4 месеци
родитељ
комит
ea9ee2a620
1 измењених фајлова са 1 додато и 1 уклоњено
  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 != `` {