Browse Source

增加首页过滤项

menglu 3 years ago
parent
commit
cfeaef9fd4

+ 1 - 1
ibms-data-sdk/src/main/java/com/persagy/ibms/data/sdk/util/RWDRepositoryUtil.java

@@ -224,7 +224,7 @@ public class RWDRepositoryUtil {
 		}
 
 		{
-			String[] parentPathArray = { "场景数据'首页'模块统计'模块" };
+			String[] parentPathArray = { "场景数据'首页'模块统计'模块", "场景数据'首页'模块统计'设备运行统计" };
 			for (String parentPath : parentPathArray) {
 				List<Object> tmpList = PathUtil.getByPath(sceneObject, parentPath);
 				for (Object tmp : tmpList) {