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

+ 1 - 1
console/controllers/TestController.php

@@ -28,7 +28,7 @@ class TestController extends Controller
     {
         ini_set('memory_limit', '2045M');
         set_time_limit(0);
-        $shopList = ShopClass::getAllByCondition(['ptStyle' => 2], null, '*', null, true);
+        $shopList = ShopClass::getAllByCondition(['id' => ['in', [23580, 11094]]], null, '*', null, true);
         if (!empty($shopList)) {
             foreach ($shopList as $shop) {
                 $mainId = $shop->mainId ?? 0;