|
@@ -47,6 +47,6 @@ public class SceneLogServiceImpl extends ServiceImpl<SceneLogMapper, SceneLog> i
|
47
|
47
|
public ResponseBean getBuildingLogs(Integer pageNum, Integer pageSize, String buildingId, List<TaPersonBuilding> taPersonBuildingList, List<String> InstitutionIds) {
|
48
|
48
|
Page<BuildingLogVO> page = new Page<>(pageNum, pageSize);
|
49
|
49
|
List<BuildingLogVO> buildings = this.baseMapper.getBuildingLogs(page, buildingId, taPersonBuildingList, InstitutionIds);
|
50
|
|
- return ResponseBean.success(page);
|
|
50
|
+ return ResponseBean.success(buildings);
|
51
|
51
|
}
|
52
|
52
|
}
|