作者 chencheng

kq-0620-31

... ... @@ -40,7 +40,7 @@ class Business extends Base
$storewhere['user_id']=$this->auth->id;
$staff = Db::name("verification_staff")->where($storewhere)->find();
if (empty($staff)) {
$this->error("暂无权限!".$this->auth->id);
$this->error("暂无权限!");
}
$this->staff = $staff;
$this->staff_id = $staff['id'];
... ...