|
@@ -1724,6 +1724,9 @@ func (this *SandboxController) ListV2() {
|
|
|
if len(childIds) > 0 {
|
|
|
ids := utils.IntArr2joinString(childIds,",")
|
|
|
condition += " AND sandbox_classify_id IN(" + ids + ") "
|
|
|
+ } else {
|
|
|
+ condition += " AND sandbox_classify_id = ? "
|
|
|
+ pars = append(pars, sandboxClassifyId)
|
|
|
}
|
|
|
}
|
|
|
if keyWord != "" {
|