|
@@ -92,8 +92,8 @@ public class RepalCustomerController extends BaseController {
|
|
|
return BeanResponse.success(CodeMsg.SUCCESS,repalCustomerService.deleteCustomer(custId,getUser()));
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("获取客户下的账款列表(应收or应付)")
|
|
|
- @RequestMapping(value = "/page/cust", method = RequestMethod.GET)
|
|
|
+ @ApiOperation("获取客户下的账款列表")
|
|
|
+ @RequestMapping(value = "/bill/page", method = RequestMethod.GET)
|
|
|
public BeanResponse<VOPage<RepalBillPageVO>> getCustRepalBillPage(@RequestParam(value = "pageNum",defaultValue = "1")Integer pageNum,
|
|
|
@RequestParam(value = "pageSize",defaultValue = "10")Integer pageSize,
|
|
|
@RequestParam("custId")Long custId) {
|