正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -27,7 +27,7 @@ class MonthCountController extends BaseController | @@ -27,7 +27,7 @@ class MonthCountController extends BaseController | ||
| 27 | * @time :2023/6/30 17:58 | 27 | * @time :2023/6/30 17:58 |
| 28 | */ | 28 | */ |
| 29 | public function lists(MonthCountLogic $monthCountLogic){ | 29 | public function lists(MonthCountLogic $monthCountLogic){ |
| 30 | - $lists = $monthCountLogic->getCountLists($this->map,$this->page,$this->row,$this->order); | 30 | + $lists = $monthCountLogic->getCountLists($this->map,$this->page,$this->row = 10,$this->order); |
| 31 | $this->response('success',Code::SUCCESS,$lists); | 31 | $this->response('success',Code::SUCCESS,$lists); |
| 32 | } | 32 | } |
| 33 | 33 |
-
请 注册 或 登录 后发表评论