Răsfoiți Sursa

财务权限

shish 2 ani în urmă
părinte
comite
98ced0ea30
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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);
         $lookMoney = ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
         if ($lookMoney == 0) {
         if ($lookMoney == 0) {
-            util::fail('无法查看');
+            //util::fail('无法查看');
         }
         }
         $mainId = $this->mainId;
         $mainId = $this->mainId;