refactor(property): 修改楼层查询接口
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
1fcfa11608
commit
00be7b4c47
@ -141,7 +141,7 @@ public class ZeroSensationPassageServiceImpl implements IZeroSensationPassageSer
|
|||||||
// 获取电梯信息
|
// 获取电梯信息
|
||||||
SisElevatorInfoVo ele = elevatorInfoService.queryById(deviceId);
|
SisElevatorInfoVo ele = elevatorInfoService.queryById(deviceId);
|
||||||
// 根据单元ID获取楼层信息
|
// 根据单元ID获取楼层信息
|
||||||
List<RemoteFloorVo> floorInfo = remoteFloorService.queryByUnitId(deviceId);
|
List<RemoteFloorVo> floorInfo = remoteFloorService.queryByBuildingId(ele.getBuildingId());
|
||||||
// 获取电梯⇄楼层关联信息
|
// 获取电梯⇄楼层关联信息
|
||||||
List<SisElevatorFloorRefVo> floorRefList = elevatorFloorRefService.queryByAuthGroupId(groupId);
|
List<SisElevatorFloorRefVo> floorRefList = elevatorFloorRefService.queryByAuthGroupId(groupId);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user