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