浏览代码

Merge remote-tracking branch 'origin/debug' into debug

zwxi 9 月之前
父节点
当前提交
47be43ab20
共有 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 {