提交 a77bced1 编写于 作者: W wolfcode

Update LogController.php

上级 c309a835
......@@ -28,8 +28,8 @@ class LogController extends AdminController
if (empty($month)) $month = date('Ym');
try {
$count = $this->model->setMonth($month)->where($where)->count();
$list = $this->model->setMonth($month)->with(['admin'])->where($where)->orderByDesc($this->order)->paginate($limit)->items();
} catch (\PDOException | \Exception $exception) {
$list = $this->model->setMonth($month)->where($where)->orderByDesc($this->order)->with(['admin'])->paginate($limit)->items();
} catch (\PDOException|\Exception $exception) {
$count = 0;
$list = [];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册