作者 chencheng

kq-0620-31

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