|
@ -51,7 +51,7 @@ public class RateController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@PostMapping("/searchById") |
|
|
@PostMapping("/searchById") |
|
|
public Result searchById( Rate rate) { |
|
|
|
|
|
|
|
|
public Result searchById(@RequestBody Rate rate) { |
|
|
return Result.success(rateService.getById(rate.getRateId())); |
|
|
return Result.success(rateService.getById(rate.getRateId())); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|