shish 2 سال پیش
والد
کامیت
1aacd97376
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      console/controllers/CustomController.php

+ 2 - 0
console/controllers/CustomController.php

@@ -26,6 +26,8 @@ class CustomController extends Controller
     //欠款信息不一致跟踪 ssh 20220307 ./yii custom/adjust-debt
     public function actionAdjustDebt()
     {
+        ini_set('memory_limit', '2045M');
+        set_time_limit(0);
         $shopList = ShopClass::getAllByCondition(['ptStyle' => 2], null, '*', null, true);
         if (empty($shopList)) {
             return false;