|
@@ -127,7 +127,7 @@ public class TopDivideLogController extends BaseController {
|
|
@ApiOperation("查询月份订单列表")
|
|
@ApiOperation("查询月份订单列表")
|
|
@PreAuthorize("@ss.hasPermi('system:log:list')")
|
|
@PreAuthorize("@ss.hasPermi('system:log:list')")
|
|
@GetMapping("/monthOrderList")
|
|
@GetMapping("/monthOrderList")
|
|
- public TableDataInfo<TopDivideOrderVo> getMonthOrderList(TopDivideOrderQueryBo bo) {
|
|
|
|
|
|
+ public TableDataInfo<TopDivideOrderVo> getMonthOrderList(TopDivideMonthOrderQueryBo bo) {
|
|
startPage();
|
|
startPage();
|
|
List<TopDivideOrderVo> list = iTopDivideOrderService.getMonthOrderList(bo);
|
|
List<TopDivideOrderVo> list = iTopDivideOrderService.getMonthOrderList(bo);
|
|
return getDataTable(list);
|
|
return getDataTable(list);
|