|
@@ -32,7 +32,7 @@ public class MercFeeCountController {
|
|
|
|
|
|
|
|
|
|
@PostMapping("page")
|
|
@PostMapping("page")
|
|
- @ApiOperation("收益概览-分页查询")
|
|
|
|
|
|
+ @ApiOperation("收益概览-分页")
|
|
public R<PageBean<MercFeeCountMonthDto.Vo>> page(@RequestBody MercFeeCountMonthDto.Page page) {
|
|
public R<PageBean<MercFeeCountMonthDto.Vo>> page(@RequestBody MercFeeCountMonthDto.Page page) {
|
|
page.setParentMercId(MercAuthUtils.getMercId());
|
|
page.setParentMercId(MercAuthUtils.getMercId());
|
|
return mercFeeCountMonthService.page(page);
|
|
return mercFeeCountMonthService.page(page);
|