|
@@ -51,7 +51,6 @@ public class AdminRiderStationController {
|
|
|
@ApiOperation("骑手所在站点")
|
|
@ApiOperation("骑手所在站点")
|
|
|
@GetMapping(value = "/getRiderStationName")
|
|
@GetMapping(value = "/getRiderStationName")
|
|
|
public Result getRiderStationName(Integer userId){
|
|
public Result getRiderStationName(Integer userId){
|
|
|
- System.out.println("userId = " + userId);
|
|
|
|
|
return riderStationService.getRiderStationName(userId);
|
|
return riderStationService.getRiderStationName(userId);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|