REQ-3540: 添加校验

This commit is contained in:
yanglin 2025-03-19 20:30:41 +08:00
parent cdac07f9a1
commit 1c963a022b

View File

@ -36,7 +36,7 @@ public interface IndexNodeScope {
case TEMPLATE_DATABASE:
return true;
default:
return scope().getDatabaseType() != DatabaseType.NONE;
return scope().getLimitChildrenCount();
}
}