shish 2 năm trước cách đây
mục cha
commit
bc5a9dce95
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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('这个需要超管才能操作');
         }