shish 3 years ago
parent
commit
bc1fcbee35
1 changed files with 2 additions and 2 deletions
  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;