|
@@ -76,7 +76,7 @@ class BookController extends BaseController
|
|
|
$shop = $this->shop;
|
|
$shop = $this->shop;
|
|
|
|
|
|
|
|
$staff = $this->shopAdmin;
|
|
$staff = $this->shopAdmin;
|
|
|
- if($staff->founder!=2){
|
|
|
|
|
|
|
+ if($staff->founder!=2 && $staff->mobile!=15280215347){
|
|
|
util::fail('这个需要超管才能操作');
|
|
util::fail('这个需要超管才能操作');
|
|
|
}
|
|
}
|
|
|
|
|
|