REQ-3540: 添加校验
This commit is contained in:
parent
cdac07f9a1
commit
1c963a022b
@ -36,7 +36,7 @@ public interface IndexNodeScope {
|
||||
case TEMPLATE_DATABASE:
|
||||
return true;
|
||||
default:
|
||||
return scope().getDatabaseType() != DatabaseType.NONE;
|
||||
return scope().getLimitChildrenCount();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user