正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -28,6 +28,8 @@ class MonthCountController extends BaseController | @@ -28,6 +28,8 @@ class MonthCountController extends BaseController | ||
| 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,$this->order); |
| 31 | + var_dump($lists); | ||
| 32 | + die(); | ||
| 31 | $this->response('success',Code::SUCCESS,$lists); | 33 | $this->response('success',Code::SUCCESS,$lists); |
| 32 | } | 34 | } |
| 33 | 35 |
-
请 注册 或 登录 后发表评论