shish 2 лет назад
Родитель
Сommit
bc5a9dce95
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/BookController.php

+ 1 - 1
app-ghs/controllers/BookController.php

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