shish 3 năm trước cách đây
mục cha
commit
fbc868be24
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;