From 235a2be052544e41cef217920d4e55fee730995e Mon Sep 17 00:00:00 2001 From: 于紫祥_1901 <email@yuzixiang_1910> Date: Tue, 23 Jun 2020 09:54:30 +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