过滤数据

This commit is contained in:
袁东强 2025-09-25 09:58:01 +08:00
parent 9e9a11cf1b
commit fbaad6cea2

View File

@ -274,6 +274,8 @@ public class IndexService {
group = "Operations";
} else if (zclSet.contains(String.valueOf( index))) {
group = "SupportAndServices";
}else {
continue;
}
if (!"1.0".equals(version) && StringUtils.isNotBlank(versionId)) {
id = versionId;