|
@ -286,7 +286,7 @@ public class RentContractInfoServiceImpl extends BaseServiceImpl<RentContractInf |
|
|
authority.setCommunityId(community.getCommunityId()); |
|
|
authority.setCommunityId(community.getCommunityId()); |
|
|
|
|
|
|
|
|
Map<String, Object> deviceParams = new HashMap<>(4); |
|
|
Map<String, Object> deviceParams = new HashMap<>(4); |
|
|
deviceParams.put("communityName", dto.getVillageName()); |
|
|
deviceParams.put("communityId", community.getCommunityId()); |
|
|
List<HikDeviceInfoDTO> deviceList = hikDeviceInfoService.list(deviceParams); |
|
|
List<HikDeviceInfoDTO> deviceList = hikDeviceInfoService.list(deviceParams); |
|
|
|
|
|
|
|
|
deviceList.forEach(device -> { |
|
|
deviceList.forEach(device -> { |
|
|