作者 郭文星

123

@@ -350,7 +350,7 @@ class Business extends Base @@ -350,7 +350,7 @@ class Business extends Base
350 350
351 //查询员工 351 //查询员工
352 $page = $this->request->post('page', 1); 352 $page = $this->request->post('page', 1);
353 - $total = $this->request->post('total', 10); 353 + $total = $this->request->post('total', 10000);
354 $where["verification_store_id"] = ["=", $this->store_id]; 354 $where["verification_store_id"] = ["=", $this->store_id];
355 $staff=Db::name('verification_staff') 355 $staff=Db::name('verification_staff')
356 ->where($where) 356 ->where($where)