hsun 1 年之前
父节点
当前提交
1d431a8cbc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/data_manage/edb_info.go

+ 1 - 0
controllers/data_manage/edb_info.go

@@ -4398,6 +4398,7 @@ func (this *EdbInfoController) EdbChartList() {
 		}
 		if len(classifyIds) > 0 {
 			condition += fmt.Sprintf(` AND classify_id IN (%s) `, utils.GetOrmInReplace(len(classifyIds)))
+			pars = append(pars, classifyIds)
 		} else {
 			condition += ` AND 1=2 `
 		}