shish 3 лет назад
Родитель
Сommit
bc1fcbee35
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      console/controllers/ProductController.php

+ 2 - 2
console/controllers/ProductController.php

@@ -19,8 +19,8 @@ class ProductController extends Controller
         ini_set('memory_limit', '2045M');
         set_time_limit(0);
 
-        $id = 36523;
-        //$id = 520;
+        //$id = 36523;
+        $id = 520;
         $shop = ShopClass::getById($id, true);
         $mainId = $shop->mainId ?? 0;