Browse Source

Merge branch 'fix/report_v2' into custom

Roc 4 tháng trước cách đây
mục cha
commit
ea9ee2a620
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 != `` {