From 760a00af69796796e6c65660a586afb49a7de646 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Mon, 23 May 2022 18:04:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=AE=BE=E5=A4=87=E6=97=B6?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=A4=BE=E5=8C=BAID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/rent/service/impl/RentContractInfoServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/service/impl/RentContractInfoServiceImpl.java b/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/service/impl/RentContractInfoServiceImpl.java index 04c7366..9551e26 100644 --- a/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/service/impl/RentContractInfoServiceImpl.java +++ b/epmet-plugins-module/pli-power-base/pli-power-base-server/src/main/java/com/epmet/plugin/power/modules/rent/service/impl/RentContractInfoServiceImpl.java @@ -286,7 +286,7 @@ public class RentContractInfoServiceImpl extends BaseServiceImpl deviceParams = new HashMap<>(4); - deviceParams.put("communityName", dto.getVillageName()); + deviceParams.put("communityId", community.getCommunityId()); List deviceList = hikDeviceInfoService.list(deviceParams); deviceList.forEach(device -> {