shish 2 年 前
コミット
5ca2073784
1 ファイル変更2 行追加0 行削除
  1. 2 0
      console/controllers/TestController.php

+ 2 - 0
console/controllers/TestController.php

@@ -27,6 +27,8 @@ class TestController extends Controller
     //更新时间
     public function actionExpendTime()
     {
+        ini_set('memory_limit', '2045M');
+        set_time_limit(0);
         $sql = "UPDATE xhGhsCustom SET recentExpend='2024-02-01 01:01:00'";
         Yii::$app->db->createCommand($sql)->execute();
         $sql = "UPDATE xhGhs SET recentExpend='2024-02-01 01:01:00'";