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