作者 郭文星

'123'

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