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

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

@@ -17,7 +17,7 @@ class StatCgController extends BaseController
         //查看财务的权限
         $lookMoney = ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
         if ($lookMoney == 0) {
-            util::fail('无法查看');
+            //util::fail('无法查看');
         }
         $mainId = $this->mainId;