正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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) |
-
请 注册 或 登录 后发表评论