shish 6 月之前
父节点
当前提交
8c82a26f4f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      console/controllers/TestController.php

+ 1 - 1
console/controllers/TestController.php

@@ -42,7 +42,7 @@ class TestController extends Controller
     {
         ini_set('memory_limit', '2045M');
         set_time_limit(0);
-        $mainId = 26374;
+        $mainId = 38976;
         $customList = \bizGhs\custom\classes\CustomClass::getAllByCondition(['ownMainId' => $mainId], null, '*', null, true);
         if (!empty($customList)) {
             foreach ($customList as $custom) {