From ff9c0a279cc65c396ffe537a44d9ed412e215ae7 Mon Sep 17 00:00:00 2001 From: ZhuDongming <zdm773644075@hotmail.com> Date: Sun, 05 Jan 2020 17:23:22 +0800 Subject: [PATCH] 更新大屏树形子菜单数量多无法设置的问题 --- src/main/java/com/moral/service/OrganizationLayoutService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/moral/service/OrganizationLayoutService.java b/src/main/java/com/moral/service/OrganizationLayoutService.java index 9f15695..e84e65d 100644 --- a/src/main/java/com/moral/service/OrganizationLayoutService.java +++ b/src/main/java/com/moral/service/OrganizationLayoutService.java @@ -17,4 +17,6 @@ void deleteRtdLayout(Integer orgId, Integer version); RealTimeDeviceLayout queryRtdLayoutWithUnit(Integer orgId, Integer versionNo); + + RealTimeDeviceLayout queryRtdLayoutWithUnit(Integer orgId, List<Integer> versionNos); } -- Gitblit v1.8.0