...
|
...
|
@@ -315,7 +315,7 @@ class Business extends Base |
|
|
//查询员工
|
|
|
$page = $this->request->post('page', 1);
|
|
|
$total = $this->request->post('total', 10);
|
|
|
$where["a.verification_store_id"] = ["=", $this->store_id];
|
|
|
$where["verification_store_id"] = ["=", $this->store_id];
|
|
|
$staff=Db::name('verification_staff')
|
|
|
->where($where)
|
|
|
->paginate($total, false, ['page' => $page])
|
...
|
...
|
|