作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

商户申请

... ... @@ -52,6 +52,7 @@ class UserExpLogAudit extends Backend
return $this->selectpage();
}
list($where, $sort, $order, $offset, $limit) = $this->buildparams();
exit();
$total = $this->model
->with(['user'])
->where($where)
... ...