工作台-我的任务优化

Signed-off-by: vilson <545522390@qq.com>
This commit is contained in:
vilson 2020-03-03 22:14:52 +08:00
parent 826c9c4e79
commit 903fb7e276

View File

@ -498,7 +498,7 @@ class Task extends CommonModel
if ($page < 1) {
$page = 1;
}
$offset = ($page - 1) * $page;
$offset = ($page - 1) * $pageSize;
$limit = $pageSize;
$prefix = config('database.prefix');
$doneSql = '';