shish 1 rok pred
rodič
commit
09e134c7ae
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      app-ghs/controllers/StatKdController.php

+ 4 - 0
app-ghs/controllers/StatKdController.php

@@ -13,6 +13,10 @@ class StatKdController extends BaseController
     //各渠道收入 ssh 20220711
     public function actionProfile()
     {
+
+        ini_set('memory_limit', '5045M');
+        set_time_limit(0);
+
         //查看财务的权限
         $lookMoney = ShopAdminClass::lookMoneyPower($this->shopAdmin, $this->shop);
         if ($lookMoney == 0) {