提交 8d285d41 authored 作者: liuhaiquan's avatar liuhaiquan

修改付款详情字段

上级 93d86677
...@@ -37,7 +37,7 @@ public class CarrierOwnerPaymentController { ...@@ -37,7 +37,7 @@ public class CarrierOwnerPaymentController {
} }
@ApiOperation(value = "付款详情",notes = "<br>By:刘海泉") @ApiOperation(value = "付款详情",notes = "<br>By:刘海泉")
@PostMapping("/getOwnerPaymentDetail") @GetMapping("/getOwnerPaymentDetail")
@UnitCovert(param = false) @UnitCovert(param = false)
public Result<CarrierOwnerPaymentVO> getOwnerPaymentDetail(@RequestParam("id") @NotNull(message = "id不能为空") Integer id) { public Result<CarrierOwnerPaymentVO> getOwnerPaymentDetail(@RequestParam("id") @NotNull(message = "id不能为空") Integer id) {
CarrierOwnerPaymentVO vo = ownerPaymentService.getOwnerPaymentDetail(id); CarrierOwnerPaymentVO vo = ownerPaymentService.getOwnerPaymentDetail(id);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论