浏览代码

Merge branch 'hotfix/sci_hq_0326' into debug

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

+ 1 - 0
controllers/data_manage/sci_hq_data.go

@@ -358,6 +358,7 @@ func (this *SciHqDataController) BatchIndexList() {
 			childIds = append(childIds, v.ClassifyId)
 		}
 		if len(childIds) > 0 {
+			childIds = append(childIds, req.ClassifyId)
 			condition += `AND classify_id IN (?)`
 			pars = append(pars, childIds)
 		} else {