作者 郭文星

123

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