@@ -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;