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