远控查询修改
This commit is contained in:
@ -63,8 +63,8 @@ public class StationRemoteController {
|
|||||||
|
|
||||||
@PostMapping("search")
|
@PostMapping("search")
|
||||||
@ApiOperation(value = "查询远控电站信息")
|
@ApiOperation(value = "查询远控电站信息")
|
||||||
public DataResult<StationRemoteControl> search(@RequestBody Integer stationId) {
|
public DataResult<StationRemoteControl> search(@RequestBody StationRemoteControlPageVo vo) {
|
||||||
StationRemoteControl stationRemoteControl=stationRemoteControlService.search(stationId);
|
StationRemoteControl stationRemoteControl=stationRemoteControlService.search(vo.getStationId());
|
||||||
return DataResult.success(stationRemoteControl);
|
return DataResult.success(stationRemoteControl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user