瀏覽代碼

财务权限

shish 2 年之前
父節點
當前提交
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;