作者 xwp
1 个管道 的构建 通过 耗费 1 秒

客户管理调试

... ... @@ -43,11 +43,13 @@ class User extends Backend
$total = $this->model
->with('group')
->where($where)
->where(['mobile' => ['<>','']])
->order($sort, $order)
->count();
$list = $this->model
->with('group')
->where($where)
->where(['mobile' => ['<>','']])
->order($sort, $order)
->limit($offset, $limit)
->select();
... ...