|
...
|
...
|
@@ -27,7 +27,7 @@ class MonthCountController extends BaseController |
|
|
|
* @time :2023/6/30 17:58
|
|
|
|
*/
|
|
|
|
public function lists(MonthCountLogic $monthCountLogic){
|
|
|
|
$lists = $monthCountLogic->getCountLists($this->map,$this->page,$this->row,$this->order);
|
|
|
|
$lists = $monthCountLogic->getCountLists($this->map,$this->page,$this->row = 10,$this->order);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|