@@ -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) {