shish 3 vuotta sitten
vanhempi
commit
eb6b8e5ea8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app-ghs/controllers/OrderController.php

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

@@ -953,7 +953,7 @@ class OrderController extends BaseController
 
 
         if (isset($shopAdmin->super) == false || $shopAdmin->super != 1) {
         if (isset($shopAdmin->super) == false || $shopAdmin->super != 1) {
             if ($hasPay == dict::getDict('hasPay', 'payed')) {
             if ($hasPay == dict::getDict('hasPay', 'payed')) {
-                util::fail('没有权限');
+                //util::fail('没有权限');
             }
             }
         }
         }