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