Commit 3f6756c8 authored by chenzhao's avatar chenzhao

修改代码

parent 300d6101
......@@ -116,9 +116,7 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
}
@Override
public ResultsData getNationWideInfo(int current, int size, String stationBasicId, String equipmentNumber) {
StationBasic stationBasic = stationBasicMapper.selectById(stationBasicId);
String gateway = stationBasic.getFanGatewayId();
public ResultsData getNationWideInfo(int current, int size, String gateway, String equipmentNumber) {
Page<IndexDto> page = new Page<IndexDto>();
page.setCurrent(current);
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