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