瀏覽代碼

fix:报告筛选问题

Roc 8 月之前
父節點
當前提交
a37648e8a9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/report_v2.go

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