Browse Source

Merge branch 'hotfix/sci_hq_0326' into debug

hsun 1 week ago
parent
commit
e75271f0f4
1 changed files with 1 additions and 0 deletions
  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 {