|
@@ -225,7 +225,6 @@ public class RWDRepositoryUtil {
|
|
|
|
|
|
{
|
|
{
|
|
String[] parentPathArray = { "场景数据'首页'模块统计'模块" };
|
|
String[] parentPathArray = { "场景数据'首页'模块统计'模块" };
|
|
- List<SceneObject> sceneList = new ArrayList<SceneObject>();
|
|
|
|
for (String parentPath : parentPathArray) {
|
|
for (String parentPath : parentPathArray) {
|
|
List<Object> tmpList = PathUtil.getByPath(sceneObject, parentPath);
|
|
List<Object> tmpList = PathUtil.getByPath(sceneObject, parentPath);
|
|
for (Object tmp : tmpList) {
|
|
for (Object tmp : tmpList) {
|
|
@@ -244,8 +243,6 @@ public class RWDRepositoryUtil {
|
|
}
|
|
}
|
|
String SceneCode = SceneName2Code.get(SceneName);
|
|
String SceneCode = SceneName2Code.get(SceneName);
|
|
|
|
|
|
- sceneList.add(soScene);
|
|
|
|
-
|
|
|
|
if (!SceneVisible.containsKey(SceneCode)) {
|
|
if (!SceneVisible.containsKey(SceneCode)) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|