提交 6efa29b6 authored 作者: huyufan's avatar huyufan

bug修复

上级 a95d3261
......@@ -53,7 +53,7 @@ public class CarrierOwnerPaymentController {
return Result.ok();
}
@ApiOperation(value = "款重新支付(只更改借款状态)",notes = "<br>By:胡宇帆")
@ApiOperation(value = "款重新支付(只更改借款状态)",notes = "<br>By:胡宇帆")
@GetMapping("/ownerPaymentRetryPay")
public Result<Object> ownerPaymentRetryPay(@RequestParam(value = "id") @NotBlank Integer id) {
ownerPaymentService.ownerPaymentRetryPay(id);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论