提交 7c3d45c9 authored 作者: jiangwenye's avatar jiangwenye

期且未还款的记录

上级 1f0893f4
......@@ -13,10 +13,7 @@ import io.swagger.annotations.ApiOperation;
import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
@Slf4j
......@@ -47,7 +44,7 @@ public class CarrierOwnerRepaymentController {
}
@ApiOperation(value = "逾期且未还款的记录",notes = "<br>By:jiwngwenye")
@PostMapping("/ownerRepaymentOverdueList")
@GetMapping("/ownerRepaymentOverdueList")
@UnitCovert(param = false)
public Result<PageData<OwnerRepaymentVO>> ownerRepaymentOverdueList() {
IPage<OwnerRepaymentVO> page = ownerRepaymentService.ownerRepaymentOverdueList();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论