Commit 3f6756c8 authored by chenzhao's avatar chenzhao

修改代码

parent 300d6101
...@@ -116,9 +116,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator { ...@@ -116,9 +116,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
} }
@Override @Override
public ResultsData getNationWideInfo(int current, int size, String stationBasicId, String equipmentNumber) { public ResultsData getNationWideInfo(int current, int size, String gateway, String equipmentNumber) {
StationBasic stationBasic = stationBasicMapper.selectById(stationBasicId);
String gateway = stationBasic.getFanGatewayId();
Page<IndexDto> page = new Page<IndexDto>(); Page<IndexDto> page = new Page<IndexDto>();
page.setCurrent(current); page.setCurrent(current);
page.setSize(size); page.setSize(size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment