1
0.75 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.20 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
3
0.49 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.30 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.61 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.51 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ersatzteilfinder/400-exc-2010-modelcode-8303J6 "
"ersatzteilfinder/400-exc-2010-modelcode-8303J6/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR sales_channel_id IS NULL )) AND ((seo_path_info = 'ersatzteilfinder/400-exc-2010-modelcode-8303J6' OR seo_path_info = 'ersatzteilfinder/400-exc-2010-modelcode-8303J6/' ));
Copy
7
0.37 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"/ersatzteilfinder/400-exc-2010-modelcode-8303J6 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/400-exc-2010-modelcode-8303J6' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.96 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
9
0.48 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.41 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"PLtFqgaEKBNY3GgElKEXeQ1N2WiDF9qe "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'PLtFqgaEKBNY3GgElKEXeQ1N2WiDF9qe' ) LIMIT 1 ;
Copy
11
0.41 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.62 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x274605D71D2B4479A3882D8FD62BFF5C );
Copy
13
0.27 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C ));
Copy
14
0.27 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
15
0.42 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
16
0.32 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
17
0.32 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
18
0.23 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
19
0.14 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
20
0.37 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"W(\x19 ¥ÅRNì§ù\x7F 5†´*@ "
b"×ã`4ÛåIð‘7âù_\x1C\x01 "
b"÷ìlÙÏÄBgü─▀ÆÄg╚ï "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x572819A5C5524EECA7F97F3586B42A40 , 0xD7E36034DBE549F09137C3A2F95F1C01 , 0xF68D6CEBD88E426781C4DF928E67C88B ));
Copy
21
0.38 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF );
Copy
22
0.41 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
23
0.18 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 ) LIMIT 1 ;
Copy
24
0.16 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"PLtFqgaEKBNY3GgElKEXeQ1N2WiDF9qe "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'PLtFqgaEKBNY3GgElKEXeQ1N2WiDF9qe' ;
Copy
25
0.21 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
26
0.35 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 9ÎΈ\x1F EùƒØà€•¨\f z "
b"†;orw>Jj²»Úï\x06 бQ "
b"øÆQ{o*MÚ¹œVu“2!, "
b"\x01 ˜§RqMx!†F\x14 â\x7F ‚Õ® "
b"\x16 a®\x11 Õ\x12 J^É\x04\x15\x1F ù\x1E ┘5 "
b"\x17 \Ò7V\x1A O~„PŒM9ö‰î "
b""\x15 ÿ;4üBÉàãÛÔ\r Â\x16 < "
b""¶±\v opA\x1D –zM®ì—we "
b"dꙦvÎK˜¿½Dh\x04\x00 µ! "
b"nœ¯å[\x1D @o£Ô\x1C\e ÚûÇs "
b"‡¯—zš1@𮡹fî÷²4 "
b"ïïY¯w"C\x1A íd░rýÀ\x15 É "
b"¦5?²¶ÂM(¡@\x0E µZÊŽE "
b"¼Ú¦ïTõO?’y\t \r ~¥ôŽ "
b"┌kÀpëÂAU¢¤»█tüu+ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"JxKq\x15 éM\x0F µq.¡Ñ\x1E ‰Ï "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"_þz\x06 e¹@-¾Ç:d\t\x12 d, "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ "
b"»l™órþEj‰ŒgÏ¡Dåh "
b"f`uS+àOuž=ƒµlCáY "
b"º«\x1E\x1C ■╝D(ìÕ╚S│ãd┴ "
b"<\x04 À–õÌBïš-<¸íì\x10 ) "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"Íþ»\x00\x03 <Aà’¢©\x00 ¹bqp "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"""
.örVh\n
Mкƒ¢\x11\x16 ¤zû
"""
b"ViÞý\x03 ÎM†¥\x18 \r ÿ¸þ* "
b"`ZèœHF/‰\t »\x01 ŽóÚ "
b"e–Ö"\x19 fK%ŸÊ-ª}è1æ "
b"iÒ-À±\x07 L\x08 ™¥\t j’ÙÔH "
b"w(öc2\x15 Aü▒╠Õ╔ß─+Q "
b"z3\x13 ˜K«DÎŽ“ø¾Á©-> "
b"„é\e óÛÌAÈ·ôÉÂóŠS¤ "
b"ˆ>'ZTÊM"‡\x11 n,j¯\x03 \n "
b"Šiaz\x02 ìO\x15 “\e r¨äa¡\f "
b"«ÈÜ<®ºE࿵*y¯[Wr "
b"’[˺>Jè“Ä¢\x03 ü8=¸ "
b"¼†\x15 æœ;IÁ¯Æq480Êî "
b"ûð\x13 ·AsØ.pX\x07 õeÊ "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"Ê:+\x1C á¿Cl©╣þHRQØe "
b"ä,gl“±LŸª\x0F žÃíÝ›î "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0639CECE881F45F983D8E08095A80C7A , 0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0xF8C6517B6F2A4DDAB99C56759332212C , 0x0198A752714D7821864614E27F82D5AE , 0x1661A911E5124A5E9004151F971ED935 , 0x175CD237561A4F7E84508C4D39F689EE , 0x2215983B3481429085C6EAE20DB6163C , 0x22B6B10B6F70411D967A4DAEEC977765 , 0x64EA99A676CE4B98BFBD44680400B521 , 0x6E9CAFE55B1D406FA3D41C1BDAFBC773 , 0x87AF977A9A3140F0AEA1B966EEF7B234 , 0x8B8B59EE7722431AA164B072ECB71590 , 0xA6353FB2B6C24D28A1400EB55ACA8E45 , 0xBCDAA6EF54F54F3F9279090D7EA5F48E , 0xDA6BB77089B64155BDCFAFDB7481752B , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4A784B7115E94D0FB5712EA1D11E89CF , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x5FFE7A0665B9402DBEC73A640912642C , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xECDEC2C6269D4EE2A137FB8FF45F84E3 , 0xBB6C99F372FE456A898C67CFA144E568 , 0x666075532BE04F759E3D83B56C43E159 , 0xA7AE1E1CFEBC44288DE5C853B3C664C1 , 0x3C04C096F5CC42EF9A2D3CB8EDEC1029 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xCDFEBB00033C41E092A2A900B9627170 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x2EF67256680A4DD0BA83A21116A47AFB , 0x5669DEFD03CE4D86A518200DFFB8FE2A , 0x605AADE89C48462F8909BB018EF3DAAD , 0x6596D62219664B259FCA2DAA7DE831E6 , 0x69D22DC0B1074C0899A5096A92D9D448 , 0x7728946332154181B1CCE5C9E1C42B51 , 0x7A3313984BAB44CE8E93F8BEC1A92D3E , 0x84E91BF3DBCC41C8B7F4C9C2F38A53A4 , 0x883E275A54CA4D2287116E2C6AAF030A , 0x8A69617A02EC4F15931B72A8E461A10C , 0xABC8DC3CAEBA45E0BFB52A79AF5B5772 , 0xAD925BCBBA3E4AE893C4A203FC383DB8 , 0xBC8615E69C3B49C1AFC671343830CAEE , 0xC7AFD013F0FA41739D2E705807E465D2 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xD23A2B1CA0A8436CB8B9E74852519D65 , 0xE42C676C93B14C9FAA0F9EC3EDDD9BEE , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
27
0.19 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
28
0.35 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 );
Copy
29
0.17 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 ));
Copy
30
0.30 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A025C672BAA2BC445752AB337E );
Copy
31
0.17 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A025C672BAA2BC445752AB337E ));
Copy
32
0.28 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.19 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
34
0.15 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel_country` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
35
0.56 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
36
0.42 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `parent_id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `id` = 0x79A36140A28A4CE6AC6D0E2CED062741
;
Copy
37
2.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
1
12
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND (`category` . `level` > 1 AND `category` . `level` < = 12 )));
Copy
38
0.37 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
12
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND `category` . `level` = 12 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
39
0.41 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
40
0.57 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
41
0.29 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
42
0.23 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `currency` . `id` ;
Copy
43
0.37 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
44
0.35 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
45
1.25 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
46
0.64 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
47
0.35 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDDA3EC5FDB8042ACB8F8C841F70EFE8B ));
Copy
48
0.34 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
49
0.50 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
b"$)v‹Ì\x04 Eüƒð?·Í2\x02 % "
b"=\x16 uıã;O\x13 ©1\e ì}:\x1D × "
b"E;|™\x7F VO¾¼HZ4ä(r¡ "
b"iŒØ\e ’•Hæ³JkΧ¸v‘ "
b"”ú_›Ž¬JgŒÕ\x13 ð½ß\x1E r "
b"W}╗p/ìG\r ®x\x12\x1D 7╔B- "
b"\x1F äÀ\x13\x1F ¦BÓªLƒ\v ³ž¯A "
b"±¶ƒi‹\x11 @E±¢¿T½\x16 Õ, "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF , 0x2429768BCC0445FC83F03FB7CD320225 , 0x3D1675D5C63B4F13B8311B8D7D3A1D9E , 0x453B7C997F564FBEBC485A34E42872A1 , 0x698CD81B929548E6B34A6BCEA7B87691 , 0x94FA5F9B8EAC4A678CD513F0BDDF1E72 , 0x577DBB702F8D470DA978121D37C9422D , 0x1FE4C0131FA642D3AA4C830BB39EAF41 , 0xB1B683698B114045B1A2BF54BD16D52C );
Copy
50
0.32 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
51
0.47 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÇÑ6îÚ\v HtŸc{l9ØPÉ "
b"ùD\x14 Îm¨NÖ³PÑŸ‹"âÎ "
b"•t`\x05 zaJ<“@½¸ô\*ø "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xC7D136EEDA0B48749F637B6C39D850C9 , 0xF94414CE6DA84ED6B350D19F8B22E2CE , 0x957460057A614A3C9340BDB8F45C2AF8 , 0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
52
0.20 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
53
0.17 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.17 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x707FEF2F724A4547A0249D181B4679DF AND
pm . `active` = 1 ;
Copy
55
0.15 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
56
0.23 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
57
0.43 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
58
0.23 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x695477E02EF643E5A016B83ED4CDF63A ));
Copy
59
0.32 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x695477E02EF643E5A016B83ED4CDF63A )));
Copy
60
0.40 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ˜¬”\x08 Jraº\n
2‚Xó\x7F £
"""
b"\x01 ™âxˆ\x18\x7F I½ûb\x04\x16 xæä "
b"\x01 šÅp\x7F ÂzT˜«¡óP|\x1A Ñ "
b"""
\n
$Epê6B® }4•¢a`\x13
"""
b"\x1E Î[¢H'M\x1F ·ãæfÂi®" "
b"6ìyyYRGWš<l\x11 |‘+æ "
b"tÃNêP&@»ƒ\x19 ¸\x13 vpÂÕ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0198AC94084A7261BA0A328258F37FA3 , 0x0199E27888187F49BDFB62041678E6E4 , 0x019AC5707FC27A5498ABA1F3507C1AD1 , 0x0A244570EA3642AEA07D3495A2616013 , 0x1ECE5BA248274D1FB7E3E666C269AE22 , 0x36EC7979595247579A3C6C117C912BE6 , 0x74C34EEA502640BB8319B8137670C2D5 )));
Copy
61
0.50 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÿ¼öDfs\x0F ر‗:ª¦┬± "
b"\x01 ™âÅâìv\x05 \x06 ¥ÚÉÌ\x1D ® "
b"\x01 šÅ‡+>{ߣ‹aÀVÆÕê "
b"±ìM\x04\x1C ÷G)œºböç_|± "
b"D\x0E 1\x08 uªAê“\x10 ÑòÑ<VÎ "
b"Z±ŒØÍ}IR¶™cï)\x1E \• "
b"påi¾ÿQEÁ¬øíê—Â\x04 É "
b"19\x15 ,ªŸH%˜\x14 õ\x05 8ŸœC "
b"“Á…eƒ¡EÒšÙy:„ö*\x03 "
b"▀'É#dãC3åTë<IÍ\x7F » "
b"᯽[+\x15 Gƒ¯‹è¿‰…\x1A Ò "
b"æáìlIC\x04 ‘ײ…Žão™ "
b".Ö╗x\x01 èDì¿G(RP¥|½ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x0198AC944466730F9DF1F23AA6DDC2F1 , 0x0199E2C5E2EC7605AD06A5DAC9CC1DAE , 0x019AC5872B3E7BDFA38B61C056C6D5EA , 0xB1EC4D041CF747299CBA62F6E75F7CB1 , 0x440E310875AA41EA9310D1F2D13C56CE , 0x5AB18CD8CD7D4952B69963EF291E5C95 , 0x70E569BEFF5145C1ACF8EDEA97C204C9 , 0x3139152CAA9F48259814F505389F9C43 , 0x93C1856583A145D29AD9793A84F62A03 , 0xDF27902364C643338654893C49D67FAF , 0xE1AFBD5B2B154783AF8BE8BF89851AD2 , 0xE6ADE1EC6C49430491D7B2858EE36F99 , 0x2E99BB78018A448DA847285250BE7CAB )));
Copy
62
0.34 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ð"±&‰¬C]›¸\v\x02 ý—ûŸ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xF022B12689AC435D9BB80B02FD97FB9F );
Copy
63
0.25 ms
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = ? ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™\x0F A<X]ˆ1Ñ×[Ž›VÐv "
]
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (0x990F413C585D8831D1D75B8E9B56D076 );
Copy
64
1.37 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 šÅ–ó–wYŠ\x12 5h}oÝ, "
b"\x01 Üm¬Ùz╚×ÍÉX▒0tÚ "
b"y4èà\x03 DD*¥\x13 yøhLs "
b"\x13 ë¾p£—F…¥º ……+Øï "
b"u=$YCÆG«—šÂJÙ\x19 Çß "
b"""
>ú×¼T█K\n
ì>ÊÚrà6¬
"""
b"""
£#uñÝ\t J‚ŸPå\n
†k¯t
"""
b"ÚèfŽ\x15 §N4€+L$dW>b "
b"Û¨w\t %\x00 A߬†´$£æ¦] "
b"\x01 ÿ§AF\x16 }Öɽ┘░£*¦^ "
b"\x01 ˜õBï{u\x12 º–IM_àNS "
b"¹_ŒÃLöO–‡Ji\x1E •)\x05\x19 "
b"’Û¹&œ÷D;£\x16 |[^ðÁG "
b"}U\h¼)@òŽ('Ók¡Ä\e "
b"\x1A \┤ksYCÓïÙ┴ØÅAÜþ "
b"ÏÚDTF\@\x12 Œ\x1C ZO€rÀG "
b"\x01 šSk•0z~¼îbÊ0µ”\x00 "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.title` ,
`media.translation.title` as `media.title` ,
`media.translation.alt` ,
`media.translation.alt` as `media.alt` ,
`media.translation.customFields` ,
`media.translation.customFields` as `media.customFields`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . `media_id` ,
`media.translation` . `alt` as `media.translation.alt` ,
`media.translation` . `title` as `media.translation.title` ,
`media.translation` . `custom_fields` as `media.translation.customFields`
FROM
`media_translation` `media.translation`
WHERE
`media.translation` . `language_id` = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019AC596F39677598A1235687D6FDD2C , 0x019A6DB6AAEB7AC89ED69058B13074E9 , 0x7934E8E00344442AA51379F868AD4C73 , 0x13EBBE70A3974685A5BAA085852BD8EF , 0x753D245943C647AB979AC24AD919C7DF , 0x3EA39EAC54DB4B0A8D3ED2E9728536AA , 0xA32375F1DD094A829F50E50A866BAF74 , 0xDAE8668E15A74E34802B4C2464573E62 , 0xDBA87709250041DFAC86B424A3E6A65D , 0x0198F54146167D9990ABD9B09C2ADD5E , 0x0198F542EF7B7512BA96494D5FE04E53 , 0xB95F8CC34CF64F96874A691E95290519 , 0x92DBB9269CF7443BA3167C5B5EF0C147 , 0x7D555C68BC2940F28E2827D36BA1C41B , 0x1A5CB46B735943E08BEBC19D8F419AE7 , 0xCFDA4454465C40128C1C5A4F8072C047 , 0x019A536B95307A7EBCEE62CA30B59400 ));
Copy
65
0.34 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
735.14 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = ? AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > ? ))) AND NOT (`product` . `display_group` < = > ? ) AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"1 "
"null "
null
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = '1' AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > 'null' ))) AND NOT (`product` . `display_group` < = > NULL ) AND ((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10 ;
Copy
67
2.34 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
68
0.31 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
69
0.33 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
70
0.27 ms
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = ? ) AND ((NOT (`product_manufacturer` . `id` < = > ? ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((NOT (`product_manufacturer` . `id` < = > 0x79A36140A28A4CE6AC6D0E2CED062741 ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12 ;
Copy
71
0.95 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = ? ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"{ƒ0ÕpF<œ~·ó\x04 Ž{- "
b"áˆÍyÔFHïžk|Ã\q„ª "
b"""
Õ(\n
+·îJM„ñ}ðÆ~=ï
"""
b"▄0¬<ı█G4ÉØ[\x16 Â=){ "
b"\x0E QZ1ï½L\x1C ’ê’¥oìĽ "
b"†ÞþÊ2\x1A @8¯dD/Ú`ð\x01 "
b"¥« È)ãOo©<\v ;ýbüØ "
b"{ÿbŒ“üIćŠEÈ*ÜÄ} "
b"\x06 .│ì\uCvÀî\x14 ┘7!±ç "
b"3├¼\x1C ¥‗E,░Ï,ï\t bìz "
b"""
Å8þ\n
?\x17 Oйx¾¤ºÑ5Ø
"""
b"-¬®9x"C-®HÌ›~~¶í "
]
SELECT
`product_manufacturer` . `id` as `product_manufacturer.id` ,
`product_manufacturer` . `version_id` as `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` as `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` as `product_manufacturer.link` ,
`product_manufacturer` . `created_at` as `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` ,
`product_manufacturer.media` . `id` as `product_manufacturer.media.id` ,
`product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` ,
`product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` ,
`product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` ,
`product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` ,
`product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` ,
`product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` ,
`product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` ,
`product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` ,
`product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` ,
`product_manufacturer.media` . `config` as `product_manufacturer.media.config` ,
`product_manufacturer.media` . `path` as `product_manufacturer.media.path` ,
`product_manufacturer.media` . `private` as `product_manufacturer.media.private` ,
`product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` ,
`product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` ,
`product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` ,
`product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation.title` as `product_manufacturer.media.title` ,
`product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` ,
`product_manufacturer.media.translation.customFields` ,
`product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name` as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description` as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields` as `product_manufacturer.customFields`
FROM
`product_manufacturer`
LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id`
LEFT JOIN (
SELECT
`product_manufacturer.translation` . `product_manufacturer_id` ,
`product_manufacturer.translation` . `product_manufacturer_version_id` ,
`product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product_manufacturer.media.translation` . `media_id` ,
`product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields`
FROM
`media_translation` `product_manufacturer.media.translation`
WHERE
`product_manufacturer.media.translation` . `language_id` = ?
) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x7B8330D570AD463C9C7EB7F3048E7B2D , 0xE188CD79D44648EF9E6B7CC35C7184AA , 0xD5280A2BB7EE4A4D84F17DF0C67E3DEF , 0xDC30AA3CD5DB4734909D5B16B63D297B , 0x0E515A31EFBD4C1C92EA92A56FECC4BD , 0x86DEFECA321A4038AF64442FDA60F001 , 0xA5ABA0C829E34F6FA93C0B3BFD62FCD8 , 0x7BFF628C93FC49C4878A45C82ADCC47D , 0x062EB38D5C754376B78C14D93721F187 , 0x33C3AC1CBEF2452CB0D82C8B09628D7A , 0xC538FE0A3F174FD0B978BEA4BAD135D8 , 0x2DACAE397822432DAE48CC9B7E7EB6ED ));
Copy
72
0.57 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA )) GROUP BY `product` . `id` ;
Copy
73
1.78 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
74
0.25 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
75
0.42 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
76
3.28 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%8303J6% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%8303J6%' ;
Copy
77
45.27 ms
SELECT s . * , c . name , n . name as article_description , IF (p . active = 1 , lower (hex (p . id )), null ) as product_id FROM hobaIT_sparepartfinder AS s
LEFT JOIN hobaIT_csb_article_data AS c ON c . article_number = s . article_number
LEFT JOIN hobaIT_sparepartfinder_article_names n ON n . article_number = s . article_number
LEFT JOIN product AS p ON p . product_number = s . article_number
WHERE model_number = ? ORDER BY `group` , sequence_number ASC
Parameters :
[
1000170527
]
SELECT s . * , c . name , n . name as article_description , IF (p . active = 1 , lower (hex (p . id )), null ) as product_id FROM hobaIT_sparepartfinder AS s
LEFT JOIN hobaIT_csb_article_data AS c ON c . article_number = s . article_number
LEFT JOIN hobaIT_sparepartfinder_article_names n ON n . article_number = s . article_number
LEFT JOIN product AS p ON p . product_number = s . article_number
WHERE model_number = 1000170527 ORDER BY `group` , sequence_number ASC ;
Copy
78
19.81 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (4667 , 4950 , 4999 , 5058 , 5096 , 5111 , 5414 , 6799 , 6849 , 6936 , 6978 , 6982 , 6986 , 6994 , 6999 , 7003 , 7007 , 7010 , 7019 , 7033 , 7642 , 7656 , 7663 , 7794 , 8322 , 8445 , 8462 , 8467 , 8483 , 8511 , 8523 , 8527 , 8533 , 8539 , 8541 , 8549 , 8554 , 8556 , 8878 , 8905 , 8923 , 9166 , 9183 , 9186 , 9214 ) ORDER BY number , part_type ASC
SELECT
*
FROM
hobaIT_sparepartfinder_groups
WHERE
id IN (
4667 , 4950 , 4999 , 5058 , 5096 , 5111 , 5414 ,
6799 , 6849 , 6936 , 6978 , 6982 , 6986 ,
6994 , 6999 , 7003 , 7007 , 7010 , 7019 ,
7033 , 7642 , 7656 , 7663 , 7794 , 8322 ,
8445 , 8462 , 8467 , 8483 , 8511 , 8523 ,
8527 , 8533 , 8539 , 8541 , 8549 , 8554 ,
8556 , 8878 , 8905 , 8923 , 9166 , 9183 ,
9186 , 9214
)
ORDER BY
number ,
part_type ASC
Copy
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (4667 , 4950 , 4999 , 5058 , 5096 , 5111 , 5414 , 6799 , 6849 , 6936 , 6978 , 6982 , 6986 , 6994 , 6999 , 7003 , 7007 , 7010 , 7019 , 7033 , 7642 , 7656 , 7663 , 7794 , 8322 , 8445 , 8462 , 8467 , 8483 , 8511 , 8523 , 8527 , 8533 , 8539 , 8541 , 8549 , 8554 , 8556 , 8878 , 8905 , 8923 , 9166 , 9183 , 9186 , 9214 ) ORDER BY number , part_type ASC ;
Copy
79
207.41 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (4667 , 4950 , 4999 , 5058 , 5096 , 5111 , 5414 , 6799 , 6849 , 6936 , 6978 , 6982 , 6986 , 6994 , 6999 , 7003 , 7007 , 7010 , 7019 , 7033 , 7642 , 7656 , 7663 , 7794 , 8322 , 8445 , 8462 , 8467 , 8483 , 8511 , 8523 , 8527 , 8533 , 8539 , 8541 , 8549 , 8554 , 8556 , 8878 , 8905 , 8923 , 9166 , 9183 , 9186 , 9214 ) AND article_number IN ("44906890" , "40540400" , "40540401" , "40540402" , "40540403" , "40540404" , "40540405" , "40540406" , "40540407" , "40540408" , "40540409" , "40540410" , "40540411" , "40540412" , "40540413" , "40540414" , "40540415" , "40540417" , "40540418" , "40540419" , "40540423" , "40540425" , "40540426" , "40540427" , "40540447" , "40540448" , "40540449" , "40540450" , "40540494" , "40540774" , "40541383" , "40541391" , "40541393" , "40541402" , "40541403" , "40541404" , "40541405" , "40541406" , "40541408" , "40541414" , "40541416" , "40541417" , "48600063" , "48600064" , "48600065" , "48600069" , "48600095" , "48600096" , "48600097" , "48600099" , "48600100" , "48600102" , "48600116" , "48600139" , "48600217" , "48600325" , "48600327" , "48600329" , "48600331" , "48600332" , "48600333" , "48600479" , "40540477" , "43570120" , "44916098" , "44916130" , "44916180" , "48600061" , "48600062" , "48600213" , "48600214" , "48600215" , "48600216" , "48600346" , "48600351" , "48600357" , "48600480" , "48600555" , "48600607" , "36120284" , "36120298" , "36120312" , "36120314" , "36120325" , "36120327" , "36120328" , "36120329" , "36120330" , "36120331" , "36120332" , "36120334" , "36120335" , "36120336" , "36120337" , "36120338" , "36120339" , "36120340" , "36120342" , "36120343" , "36120344" , "36120345" , "36120346" , "36120349" , "36120350" , "36120604" , "40140275" , "50180010" , "46810490" , "46810491" , "46810492" , "46810493" , "46810494" , "46810495" , "46810496" , "46810497" , "46810498" , "46810499" , "46810500" , "46810501" , "46810502" , "46810503" , "46810504" , "46810505" , "46810507" , "46810508" , "46810509" , "46810510" , "46810512" , "46810513" , "46810517" , "46810518" , "46810519" , "46810520" , "46810521" , "46810522" , "46810523" , "46810524" , "46810525" , "46810604" , "46810606" , "46810607" , "46810608" , "46810610" , "46810611" , "46810612" , "46810615" , "46810624" , "46810631" , "46810633" , "46810636" , "46810637" , "46810638" , "46810639" , "46810640" , "46810641" , "46811580" , "46811582" , "46811046" , "50180006" , "50180007" , "50180008" , "50180012" , "50180019" , "50180022" , "50180024" , "50180026" , "50180027" , "50180028" , "50180031" , "50180032" , "50180033" , "50180034" , "50180035" , "50180036" , "50180037" , "50180038" , "50180039" , "50180040" , "50180041" , "50180043" , "50180044" , "50180045" , "50180046" , "50180047" , "50180048" , "50180049" , "50180050" , "50180051" , "50180052" , "50180053" , "50180054" , "50180055" , "50180056" , "50180057" , "50180058" , "50180059" , "50180060" , "50180061" , "50180062" , "50180063" , "50180064" , "50180065" , "50180066" , "50180067" , "50180068" , "50180069" , "50180070" , "50180071" , "50180072" , "50180073" , "50180074" , "50180075" , "50180076" , "50180077" , "50180078" , "50180079" , "50180080" , "50180177" , "50180210" , "48600212" , "50180634" , "50180653" , "50180654" , "50180655" , "50180656" , "50180657" , "50180662" , "50180665" , "50180666" , "50180209" , "50180330" , "50180578" , "50180635" , "40541061" , "36120469" , "36120471" , "46811637" , "48600460" , "50600065" , "50600002" , "14187J0601" , "0025080256" , "0025080306" , "0025080356" , "0912100250" , "0017060204" , "59001232020" , "59001234020" , "54801036000" , "59001038200" , "59001039100" , "54201081100" , "54601084100" , "54601184000" , "7800108500030" , "54201086000" , "59001092050" , "7800109410030" , "00050000920" , "00050000930" , "0025120506S" , "12187J0601" , "7800900124430" , "78009010144" , "54809011000" , "0625069068" , "0760354771" , "78009012000" , "78009174226" , "50309072100" , "7800907000030" , "50309073000" , "78009015000" , "51009100100" , "50310090050" , "77309060000" , "59009062013" , "77309081000" , "54809082000" , "54809081050" , "55003135000" , "54809081070" , "00050000905" , "54813060100" , "54813061200" , "54813062100" , "54813063000" , "50311051100" , "54813070000" , "0603100141" , "78013050044" , "54813051000" , "0025050126" , "54603062000" , "0025060206S" , "54813056000" , "0985060003" , "54813055000" , "0912100406" , "59001037000" , "46030045000" , "0625060002" , "54630044000" , "0025060126" , "54813064200" , "00062030000" , "78014001000" , "54814001050" , "44111038000" , "0081050181" , "78014009000" , "49011435100" , "54811001050" , "78014040000" , "78011093000" , "75014047000" , "0081250181" , "0017060203" , "54814025200" , "54814026200" , "44111015100" , "0125100003" , "0797100003" , "58414030000" , "54814028000" , "7801000114430" , "78010010144" , "59010011000" , "0625060058" , "0472047175" , "0760324771" , "78010016000" , "78010174193" , "58309072100" , "7801007000030" , "77310060000" , "50310073200" , "78010015000" , "58310051038" , "58310051042" , "58310151040" , "58310151045" , "58310151048" , "58310151049" , "58310151050" , "58310151051" , "58310151052" , "0019080266S" , "06923080003" , "50310165118" , "78010167118" , "50310166000" , "78010166000" , "54010100100" , "50210086000" , "77310085044" , "50310084000" , "50304040100" , "50310099000" , "00050000901" , "7730600111030" , "7730600300030" , "77306001020" , "54806008051" , "54806108052" , "54806008050" , "77306010000" , "78006012000" , "78006015000" , "77306016000" , "77306017000" , "77306018000" , "77306019000" , "78006026000" , "78006027000" , "77304066050" , "54811083100" , "59411075150" , "44011076100" , "44011076200" , "44011076305" , "44611207200" , "58211031100" , "50311050100" , "50311060200" , "80011034000" , "0009050103" , "78011061000" , "0125050003" , "0934050003" , "57013070000" , "0912050083" , "58011109110" , "49111425000" , "58511053000" , "50303018000" , "78011055000" , "58711086000" , "58211058000" , "58411059100" , "58411097100" , "58411098100" , "58440099000" , "59011080100" , "59011081100" , "0902060083" , "0019080206S" , "0966050203" , "0985050003" , "312305" , "312313" , "3210039" , "40006006000" , "50033029013" , "58012040150" , "58412040000" , "58412040050" , "58412041000" , "58412080000" , "58412080050" , "77303094100" , "78003040033" , "78008099100" , "78010165116" , "3211467EN" , "3CF8303J6EN" , "3CM089535JEN" , "78029099000" , "53012028200" , "50329080100" , "50329071000" , "60029070200" , "78029072000" , "78030000344" , "57031523125" , "60030063070" , "78036020090" , "75030010000" , "54830027000" , "59030023000" , "51030026100" , "58030020100" , "0770191015" , "58038022000" , "58030021000" , "0906100100" , "78030071000" , "78030087010" , "78030087000" , "78030087020" , "0025060756" , "0025060606" , "78030099000" , "7803000104415" , "7803002610015" , "78030027000" , "78030025000" , "0025060206" , "78030028000" , "0025060086" , "0603061001" , "49030090000" , "58030081000" , "78030080000" , "0025060256" , "0025060306" , "78030056100" , "78030057000" , "78030068000" , "04391010031" , "0625063020" , "78033232000" , "0019050103" , "0617253212" , "0760203261" , "78005024044" , "78033001050" , "78033005100" , "78033003000" , "78033006100" , "78033002000" , "56033030000" , "0405222613" , "78033033000" , "0471250120" , "78033031000" , "78033001110" , "0625062054" , "78033032000" , "0625062036" , "78033010000" , "78033011100" , "78033015000" , "78033013000" , "78033014000" , "78033016000" , "78033012100" , "0405222611" , "59033080000" , "0405202612" , "0471170015" , "0625062035" , "78033132000" , "49030023000" , "0760324571" , "0770020220" , "54633014100" , "50033029014" , "50033029015" , "59033034044" , "59034031000" , "59009062016" , "50232050001" , "0760142460" , "54632095000" , "54634050000" , "54634014100" , "54634020000" , "56534013100" , "78034005044" , "54634008044" , "78034020000" , "58038023200" , "50334018100" , "78034015144" , "78034012000" , "0012060303" , "77034024044" , "0025050206" , "54634052300" , "60034023000" , "78034019000" , "59034001000" , "0349000050" , "59034002000" , "0625618050" , "50233041000" , "78034003000" , "7803505200015" , "78035053000" , "0587060002" , "77335055100" , "0760102455" , "0760102440" , "78035054110" , "0625060001" , "78035054001" , "0402032180" , "78035054100" , "0471140100" , "0025060556" , "78036030000" , "78036031000" , "78036136000" , "59036027000" , "77036027000" , "78036028000" , "78036029000" , "78036132100" , "78036032100" , "78036033000" , "77036033000" , "78036061044" , "59036061091" , "78036061092" , "78036056100" , "78036060044" , "0770110015" , "78036081000" , "77036080000" , "78036080000" , "60036035200" , "60036035205" , "60036035210" , "60036035215" , "60036035220" , "60036035225" , "60036035230" , "60036035235" , "60036035240" , "60036035245" , "60036035250" , "60036035255" , "60036035260" , "60036035265" , "60036035270" , "60036035275" , "60036035280" , "60036035285" , "60036035290" , "60036035295" , "60036035300" , "60036035305" , "60036035310" , "60036035315" , "60036035320" , "60036035330" , "78036029144" , "78036028144" , "78036030010" , "78036020044" , "78030036000" , "7803605200033" , "78036053000" , "78036054100" , "75036052010" , "78036144100" , "0025060166" , "78036139000" , "78036041000" , "58030010200" , "78036024000" , "78036026000" , "78036025000" , "78030044000" , "77336089010" , "59030296000" , "59030061000" , "7730800704404" , "7800800100004" , "7730802200004" , "0024060106" , "50211086000" , "7800802200004" , "0081500181" , "54808020000" , "7730801000004" , "0024060206" , "0125060003" , "7800801300004" , "50314057050" , "54807048000" , "50308052000" , "77306001030" , "78008016000" , "78008016050" , "0017060303" , "54813080101" , "50313081200" , "54813082000" , "54813090300" , "54813083000" , "54813018000" , "54813075000" , "54613218000" , "62513020000" , "54814069000" , "54814069010" , "58314068000" , "54814069020" , "54814068100" , "55011022100" , "54814069050" , "0471009104" , "0021050003" , "54814060000" , "0081050121" , "58214069051" , "31008060000" , "0024060256" , "58314060050" , "78014033000" , "58011021300" , "58011024300" , "54813026000" , "78003035000" , "77013001144" , "50313003000" , "54813008300" , "50313005000" , "50313006100" , "54813002200" , "54813007300" , "50313004000" , "59013011000" , "54813020200" , "54802051000" , "7701301500101" , "77013014000" , "77013021000" , "77013019000" , "77013017000" , "77013018000" , "77013020000" , "61013020100" , "0025080356S" , "50213025000" , "7800300150033" , "77303002000" , "78003002010" , "78003002020" , "50307012000" , "0934080003" , "59003013000" , "54803092050" , "0738050250" , "54803092060" , "54403135000" , "54310086100" , "0025060356" , "78003040050" , "78003041050" , "54803044000" , "54603041000" , "0094032253" , "50303089000" , "78015019000" , "78003096000" , "77303053000" , "77303139000" , "77303053010" , "78003023044" , "58605083014" , "78003023090" , "78003023080" , "0770180020" , "78003023070" , "81203024000" , "78003023182" , "0770120020" , "78003023083" , "0770125015" , "78003023081" , "78003024100" , "78003023055" , "77005081000" , "77308013050" , "77005081050" , "77005081109" , "0137060003" , "77305069000" , "54605068000" , "54603048000" , "77005081065" , "77005081055" , "50305016000" , "58605083010" , "59405069000" , "77005081007" , "77005078315" , "77005081016" , "78005007000" , "77005009033" , "0011401200" , "00050000809" , "7800701306630" , "78007004000" , "0770110021" , "7800700804404" , "78007029000" , "77307026000" , "50307014000" , "59007016000" , "58031005000" , "51030022000" , "77307040000" , "77307040050" , "7730805410004B" , "0024060273" , "78003001055" , "56012001000" , "78029002000" , "80029004000" , "75029021000" , "77329034000" , "59031017200" , "15112017000" , "15112018100" , "60029018000" , "75029050000" , "75029051000" , "78029060000" , "59029019000" , "78029009000" , "78029005000" , "58012009000" , "75029047000" , "78029049100" , "75029172000" , "78029033100" , "51129003000" , "75029048000" , "6899785" , "58429059000" , "58429059200" , "78029008000" , "75029044020" , "75029044010" , "0113080802" , "77329030100" , "77033170044" , "54633037000" , "0760193070" , "59033055000" , "59033051039" , "0471190120" , "0988172405" , "78033053100" , "78033018100" , "59033054000" , "78033074000" , "0912060123" , "0405222610" , "59033069000" , "58033031000" , "58033028000" , "78033052000" , "0471170010" , "59033050100" , "77035007200" , "78035008000" , "77335016000" , "77335026000" , "10001020000" , "42013037400" , "58335099000" , "31007107001" , "78035027133" , "78035026033" , "0770320020" , "59435017000" , "0016040183" , "7733503400030" , "77335073000" , "41001052000" , "77335001000" , "0023060123" , "59011079000" , "58011109105" , "58311096000" , "0603142015" , "78035045000" , "58435041000" , "78035043000" , "0011400800" , "81235941044" , "78336010133" , "0912060208" , "78036012033" , "77336008010" , "0770010010" , "78036008100" , "0603242920" , "77036003100" , "0618182414" , "0618404712" , "78036013000" , "78036002100" , "78036001000" , "77036001050" , "0984060203" , "78036005100" , "78038001017" , "78038103233" , "0770320015" , "78038102100" , "0402041580" , "60038009000" , "0770440020" , "78038004000" , "0984050163S" , "0799060000" , "58038007755" , "78038001027" , "78038003000" , "59038011010" , "78038002000" , "0402251980" , "0402251180" , "0770125020" , "78038017000" , "78038018000" , "0770090015" , "78038015000" , "59038015100" , "77338005100" , "07703305178" , "77338041200" , "0401090003" , "58038023300" , "0908120153" , "00050000066" , "7803000210015" , "78030040000" , "77339034000" , "78339031000" , "78030095000" , "61030019050" , "78039090000" , "75039093000" , "0025050166" , "0402040980" , "0019040106S" , "78030002010" , "78039032000" , "59039006000" , "78039005000" , "80039004000" , "0137120000" , "49030021000" , "0888030050" , "0025060406" , "78040001000" , "0912060404" , "78040016004" , "78040029000" , "78040002000" , "78040016000" , "78040022000" , "78040028000" , "78040020133" , "75040026000" , "78330018100" , "78330015044" , "78330007100 I" , "78330007100 II" , "78030030100" , "78030032200" , "78030033000" , "77330074000" , "0625062071" , "0760354773" , "75030085000" , "78030029200" , "78032000333" , "78036014200" , "0888030037" , "0760354774" , "00050002309" , "78331001100" , "57331027044" , "57331046100" , "57331046050" , "54831025000" , "76231035051" , "59031029010" , "57331035100" , "59031035050" , "57331035153" , "59031035052" , "59031034000" , "59031034400" , "59031034500" , "59031034600" , "78031034000" , "78631034000" , "59031029000" , "57331032000" , "59031121000" , "54531623170" , "54531623172" , "54531623175" , "54531623178" , "54531623180" , "54531623182" , "54531623185" , "54531623188" , "54531607038" , "54531607040" , "54531607042" , "54531607048" , "59031051065" , "59031051070" , "59031051075" , "59031051080" , "59031051085" , "57331107100" , "59031017100" , "57331085000" , "57331009000" , "57331008000" , "78031096044" , "54631220000" , "54531621000" , "54831025100" , "76231155000" , "57331060000" , "57331057100" , "78031011000" , "54631085000" , "54631085040" , "54631085050" , "54631085060" , "54631085070" , "59031059000" , "77031048000" , "57331098000" , "0965050103" , "54531699000" , "57331062000" , "57331056000" , "57331059000" , "57331159000" , "57331038200" , "57331087000" , "57331084000" , "57331061000" , "59031013044" , "0910100003" , "59031040300" , "57331025000" , "59031077200" , "57331099000" , "78004030144" , "77304066000" , "77313047000" , "54804034000" , "0760253270" , "59404032000" , "59004031100" , "54603036000" , "78004070000" , "59009062019" , "0025060506" , "77304070030" , "50304090044" , "50329000044" , "78004060000" , "56509064100" , "0021060003" , "77304037000" , "54804038000" , "58404041100" , "77304066010" , "54603055051" , "78004060010" , "77304070310" , "59404230110" , "48600812S" , "48600481" , "48600046" , "46810340" , "48600736" , "48600698" , "48600429" , "48600013" , "48600347" , "48600070" , "48600400" , "48600428" , "48600557S" , "48600559" , "48600568" , "48600277" , "48600298" , "48600444" , "48600113" , "91410012S" , "91410013S" , "91410014S" , "91410015S" , "91410016S" , "91410017S" , "48600021" , "48600525" , "48600830S" , "48600299" , "48600511" , "48600576" , "48600382" , "48600455" , "48600575" , "40540486" , "48600764" , "48600763" , "48600048" , "48600860SA" , "48600861S1" , "48600163" , "48600202" , "48600586S" , "48600047" , "46811499" , "35480320" , "48600004" , "48600141" , "48600765S1" , "48600431S2" , "48600036" , "48600037" , "48600038" , "48600053" , "T511" , "R14016" , "50180733SA" , "50180213S10" , "46180007" , "R12012" , "50180095" , "52000085" , "46810893" , "36120151" , "46811208" , "50180520S" , "50180327" , "50180818" , "50180114" , "91210070S" , "91210069S" , "91210068S" , "91210055S" , "91210054S" , "91210053S" , "50180273" , "50180463S" , "50180352" , "50180627" , "50180099" , "50180135" , "50180675" , "50180764" , "50180631" , "50180197" , "50180603S" , "50180113" , "50180107" , "50180604" , "50180605S" , "50180103" , "46180119" , "50180606" , "50180126" , "50180626" , "50180600" , "50180512SA2" , "50180105" , "40540603" , "48600028" , "50180222" , "50180434S" , "50180342S1" , "R12015" , "7800200100017" , "59411074000" , "50311070000" , "0934040003" , "13011070060" , "77002010100" , "0084040223" , "54802021200" , "0985040203" , "50311029000" , "54802030044" , "54802031000" , "54802032000" , "54802003000" , "54802052000" , "54802037000" , "54802038100" , "54802005100" , "54802046000" , "78002050000" , "54832063000" , "78031078000" , "77002091000" , "78330038100" , "78030035000" , "58530014000" , "52308399100" , "78308091300" , "78032001144" , "56532095000" , "78032015000" , "78032020000" , "78032002200" , "78032009000" , "78032003100" , "78032005000" , "58432081000" , "78032011000" , "78032010100" , "78032054100" , "77332018000" , "0936181505" , "78032057000" , "54637097200" , "54637098200" , "0993012000" , "0770300015" , "59032065000" , "54832061044" , "54832066000" , "54832067000" , "54832069000" , "50329050000" , "78032111100" , "78032010200" , "78032057044" , "78032011110" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
4667 , 4950 , 4999 , 5058 , 5096 , 5111 , 5414 ,
6799 , 6849 , 6936 , 6978 , 6982 , 6986 ,
6994 , 6999 , 7003 , 7007 , 7010 , 7019 ,
7033 , 7642 , 7656 , 7663 , 7794 , 8322 ,
8445 , 8462 , 8467 , 8483 , 8511 , 8523 ,
8527 , 8533 , 8539 , 8541 , 8549 , 8554 ,
8556 , 8878 , 8905 , 8923 , 9166 , 9183 ,
9186 , 9214
)
AND article_number IN (
"44906890" ,
"40540400" ,
"40540401" ,
"40540402" ,
"40540403" ,
"40540404" ,
"40540405" ,
"40540406" ,
"40540407" ,
"40540408" ,
"40540409" ,
"40540410" ,
"40540411" ,
"40540412" ,
"40540413" ,
"40540414" ,
"40540415" ,
"40540417" ,
"40540418" ,
"40540419" ,
"40540423" ,
"40540425" ,
"40540426" ,
"40540427" ,
"40540447" ,
"40540448" ,
"40540449" ,
"40540450" ,
"40540494" ,
"40540774" ,
"40541383" ,
"40541391" ,
"40541393" ,
"40541402" ,
"40541403" ,
"40541404" ,
"40541405" ,
"40541406" ,
"40541408" ,
"40541414" ,
"40541416" ,
"40541417" ,
"48600063" ,
"48600064" ,
"48600065" ,
"48600069" ,
"48600095" ,
"48600096" ,
"48600097" ,
"48600099" ,
"48600100" ,
"48600102" ,
"48600116" ,
"48600139" ,
"48600217" ,
"48600325" ,
"48600327" ,
"48600329" ,
"48600331" ,
"48600332" ,
"48600333" ,
"48600479" ,
"40540477" ,
"43570120" ,
"44916098" ,
"44916130" ,
"44916180" ,
"48600061" ,
"48600062" ,
"48600213" ,
"48600214" ,
"48600215" ,
"48600216" ,
"48600346" ,
"48600351" ,
"48600357" ,
"48600480" ,
"48600555" ,
"48600607" ,
"36120284" ,
"36120298" ,
"36120312" ,
"36120314" ,
"36120325" ,
"36120327" ,
"36120328" ,
"36120329" ,
"36120330" ,
"36120331" ,
"36120332" ,
"36120334" ,
"36120335" ,
"36120336" ,
"36120337" ,
"36120338" ,
"36120339" ,
"36120340" ,
"36120342" ,
"36120343" ,
"36120344" ,
"36120345" ,
"36120346" ,
"36120349" ,
"36120350" ,
"36120604" ,
"40140275" ,
"50180010" ,
"46810490" ,
"46810491" ,
"46810492" ,
"46810493" ,
"46810494" ,
"46810495" ,
"46810496" ,
"46810497" ,
"46810498" ,
"46810499" ,
"46810500" ,
"46810501" ,
"46810502" ,
"46810503" ,
"46810504" ,
"46810505" ,
"46810507" ,
"46810508" ,
"46810509" ,
"46810510" ,
"46810512" ,
"46810513" ,
"46810517" ,
"46810518" ,
"46810519" ,
"46810520" ,
"46810521" ,
"46810522" ,
"46810523" ,
"46810524" ,
"46810525" ,
"46810604" ,
"46810606" ,
"46810607" ,
"46810608" ,
"46810610" ,
"46810611" ,
"46810612" ,
"46810615" ,
"46810624" ,
"46810631" ,
"46810633" ,
"46810636" ,
"46810637" ,
"46810638" ,
"46810639" ,
"46810640" ,
"46810641" ,
"46811580" ,
"46811582" ,
"46811046" ,
"50180006" ,
"50180007" ,
"50180008" ,
"50180012" ,
"50180019" ,
"50180022" ,
"50180024" ,
"50180026" ,
"50180027" ,
"50180028" ,
"50180031" ,
"50180032" ,
"50180033" ,
"50180034" ,
"50180035" ,
"50180036" ,
"50180037" ,
"50180038" ,
"50180039" ,
"50180040" ,
"50180041" ,
"50180043" ,
"50180044" ,
"50180045" ,
"50180046" ,
"50180047" ,
"50180048" ,
"50180049" ,
"50180050" ,
"50180051" ,
"50180052" ,
"50180053" ,
"50180054" ,
"50180055" ,
"50180056" ,
"50180057" ,
"50180058" ,
"50180059" ,
"50180060" ,
"50180061" ,
"50180062" ,
"50180063" ,
"50180064" ,
"50180065" ,
"50180066" ,
"50180067" ,
"50180068" ,
"50180069" ,
"50180070" ,
"50180071" ,
"50180072" ,
"50180073" ,
"50180074" ,
"50180075" ,
"50180076" ,
"50180077" ,
"50180078" ,
"50180079" ,
"50180080" ,
"50180177" ,
"50180210" ,
"48600212" ,
"50180634" ,
"50180653" ,
"50180654" ,
"50180655" ,
"50180656" ,
"50180657" ,
"50180662" ,
"50180665" ,
"50180666" ,
"50180209" ,
"50180330" ,
"50180578" ,
"50180635" ,
"40541061" ,
"36120469" ,
"36120471" ,
"46811637" ,
"48600460" ,
"50600065" ,
"50600002" ,
"14187J0601" ,
"0025080256" ,
"0025080306" ,
"0025080356" ,
"0912100250" ,
"0017060204" ,
"59001232020" ,
"59001234020" ,
"54801036000" ,
"59001038200" ,
"59001039100" ,
"54201081100" ,
"54601084100" ,
"54601184000" ,
"7800108500030" ,
"54201086000" ,
"59001092050" ,
"7800109410030" ,
"00050000920" ,
"00050000930" ,
"0025120506S" ,
"12187J0601" ,
"7800900124430" ,
"78009010144" ,
"54809011000" ,
"0625069068" ,
"0760354771" ,
"78009012000" ,
"78009174226" ,
"50309072100" ,
"7800907000030" ,
"50309073000" ,
"78009015000" ,
"51009100100" ,
"50310090050" ,
"77309060000" ,
"59009062013" ,
"77309081000" ,
"54809082000" ,
"54809081050" ,
"55003135000" ,
"54809081070" ,
"00050000905" ,
"54813060100" ,
"54813061200" ,
"54813062100" ,
"54813063000" ,
"50311051100" ,
"54813070000" ,
"0603100141" ,
"78013050044" ,
"54813051000" ,
"0025050126" ,
"54603062000" ,
"0025060206S" ,
"54813056000" ,
"0985060003" ,
"54813055000" ,
"0912100406" ,
"59001037000" ,
"46030045000" ,
"0625060002" ,
"54630044000" ,
"0025060126" ,
"54813064200" ,
"00062030000" ,
"78014001000" ,
"54814001050" ,
"44111038000" ,
"0081050181" ,
"78014009000" ,
"49011435100" ,
"54811001050" ,
"78014040000" ,
"78011093000" ,
"75014047000" ,
"0081250181" ,
"0017060203" ,
"54814025200" ,
"54814026200" ,
"44111015100" ,
"0125100003" ,
"0797100003" ,
"58414030000" ,
"54814028000" ,
"7801000114430" ,
"78010010144" ,
"59010011000" ,
"0625060058" ,
"0472047175" ,
"0760324771" ,
"78010016000" ,
"78010174193" ,
"58309072100" ,
"7801007000030" ,
"77310060000" ,
"50310073200" ,
"78010015000" ,
"58310051038" ,
"58310051042" ,
"58310151040" ,
"58310151045" ,
"58310151048" ,
"58310151049" ,
"58310151050" ,
"58310151051" ,
"58310151052" ,
"0019080266S" ,
"06923080003" ,
"50310165118" ,
"78010167118" ,
"50310166000" ,
"78010166000" ,
"54010100100" ,
"50210086000" ,
"77310085044" ,
"50310084000" ,
"50304040100" ,
"50310099000" ,
"00050000901" ,
"7730600111030" ,
"7730600300030" ,
"77306001020" ,
"54806008051" ,
"54806108052" ,
"54806008050" ,
"77306010000" ,
"78006012000" ,
"78006015000" ,
"77306016000" ,
"77306017000" ,
"77306018000" ,
"77306019000" ,
"78006026000" ,
"78006027000" ,
"77304066050" ,
"54811083100" ,
"59411075150" ,
"44011076100" ,
"44011076200" ,
"44011076305" ,
"44611207200" ,
"58211031100" ,
"50311050100" ,
"50311060200" ,
"80011034000" ,
"0009050103" ,
"78011061000" ,
"0125050003" ,
"0934050003" ,
"57013070000" ,
"0912050083" ,
"58011109110" ,
"49111425000" ,
"58511053000" ,
"50303018000" ,
"78011055000" ,
"58711086000" ,
"58211058000" ,
"58411059100" ,
"58411097100" ,
"58411098100" ,
"58440099000" ,
"59011080100" ,
"59011081100" ,
"0902060083" ,
"0019080206S" ,
"0966050203" ,
"0985050003" ,
"312305" ,
"312313" ,
"3210039" ,
"40006006000" ,
"50033029013" ,
"58012040150" ,
"58412040000" ,
"58412040050" ,
"58412041000" ,
"58412080000" ,
"58412080050" ,
"77303094100" ,
"78003040033" ,
"78008099100" ,
"78010165116" ,
"3211467EN" ,
"3CF8303J6EN" ,
"3CM089535JEN" ,
"78029099000" ,
"53012028200" ,
"50329080100" ,
"50329071000" ,
"60029070200" ,
"78029072000" ,
"78030000344" ,
"57031523125" ,
"60030063070" ,
"78036020090" ,
"75030010000" ,
"54830027000" ,
"59030023000" ,
"51030026100" ,
"58030020100" ,
"0770191015" ,
"58038022000" ,
"58030021000" ,
"0906100100" ,
"78030071000" ,
"78030087010" ,
"78030087000" ,
"78030087020" ,
"0025060756" ,
"0025060606" ,
"78030099000" ,
"7803000104415" ,
"7803002610015" ,
"78030027000" ,
"78030025000" ,
"0025060206" ,
"78030028000" ,
"0025060086" ,
"0603061001" ,
"49030090000" ,
"58030081000" ,
"78030080000" ,
"0025060256" ,
"0025060306" ,
"78030056100" ,
"78030057000" ,
"78030068000" ,
"04391010031" ,
"0625063020" ,
"78033232000" ,
"0019050103" ,
"0617253212" ,
"0760203261" ,
"78005024044" ,
"78033001050" ,
"78033005100" ,
"78033003000" ,
"78033006100" ,
"78033002000" ,
"56033030000" ,
"0405222613" ,
"78033033000" ,
"0471250120" ,
"78033031000" ,
"78033001110" ,
"0625062054" ,
"78033032000" ,
"0625062036" ,
"78033010000" ,
"78033011100" ,
"78033015000" ,
"78033013000" ,
"78033014000" ,
"78033016000" ,
"78033012100" ,
"0405222611" ,
"59033080000" ,
"0405202612" ,
"0471170015" ,
"0625062035" ,
"78033132000" ,
"49030023000" ,
"0760324571" ,
"0770020220" ,
"54633014100" ,
"50033029014" ,
"50033029015" ,
"59033034044" ,
"59034031000" ,
"59009062016" ,
"50232050001" ,
"0760142460" ,
"54632095000" ,
"54634050000" ,
"54634014100" ,
"54634020000" ,
"56534013100" ,
"78034005044" ,
"54634008044" ,
"78034020000" ,
"58038023200" ,
"50334018100" ,
"78034015144" ,
"78034012000" ,
"0012060303" ,
"77034024044" ,
"0025050206" ,
"54634052300" ,
"60034023000" ,
"78034019000" ,
"59034001000" ,
"0349000050" ,
"59034002000" ,
"0625618050" ,
"50233041000" ,
"78034003000" ,
"7803505200015" ,
"78035053000" ,
"0587060002" ,
"77335055100" ,
"0760102455" ,
"0760102440" ,
"78035054110" ,
"0625060001" ,
"78035054001" ,
"0402032180" ,
"78035054100" ,
"0471140100" ,
"0025060556" ,
"78036030000" ,
"78036031000" ,
"78036136000" ,
"59036027000" ,
"77036027000" ,
"78036028000" ,
"78036029000" ,
"78036132100" ,
"78036032100" ,
"78036033000" ,
"77036033000" ,
"78036061044" ,
"59036061091" ,
"78036061092" ,
"78036056100" ,
"78036060044" ,
"0770110015" ,
"78036081000" ,
"77036080000" ,
"78036080000" ,
"60036035200" ,
"60036035205" ,
"60036035210" ,
"60036035215" ,
"60036035220" ,
"60036035225" ,
"60036035230" ,
"60036035235" ,
"60036035240" ,
"60036035245" ,
"60036035250" ,
"60036035255" ,
"60036035260" ,
"60036035265" ,
"60036035270" ,
"60036035275" ,
"60036035280" ,
"60036035285" ,
"60036035290" ,
"60036035295" ,
"60036035300" ,
"60036035305" ,
"60036035310" ,
"60036035315" ,
"60036035320" ,
"60036035330" ,
"78036029144" ,
"78036028144" ,
"78036030010" ,
"78036020044" ,
"78030036000" ,
"7803605200033" ,
"78036053000" ,
"78036054100" ,
"75036052010" ,
"78036144100" ,
"0025060166" ,
"78036139000" ,
"78036041000" ,
"58030010200" ,
"78036024000" ,
"78036026000" ,
"78036025000" ,
"78030044000" ,
"77336089010" ,
"59030296000" ,
"59030061000" ,
"7730800704404" ,
"7800800100004" ,
"7730802200004" ,
"0024060106" ,
"50211086000" ,
"7800802200004" ,
"0081500181" ,
"54808020000" ,
"7730801000004" ,
"0024060206" ,
"0125060003" ,
"7800801300004" ,
"50314057050" ,
"54807048000" ,
"50308052000" ,
"77306001030" ,
"78008016000" ,
"78008016050" ,
"0017060303" ,
"54813080101" ,
"50313081200" ,
"54813082000" ,
"54813090300" ,
"54813083000" ,
"54813018000" ,
"54813075000" ,
"54613218000" ,
"62513020000" ,
"54814069000" ,
"54814069010" ,
"58314068000" ,
"54814069020" ,
"54814068100" ,
"55011022100" ,
"54814069050" ,
"0471009104" ,
"0021050003" ,
"54814060000" ,
"0081050121" ,
"58214069051" ,
"31008060000" ,
"0024060256" ,
"58314060050" ,
"78014033000" ,
"58011021300" ,
"58011024300" ,
"54813026000" ,
"78003035000" ,
"77013001144" ,
"50313003000" ,
"54813008300" ,
"50313005000" ,
"50313006100" ,
"54813002200" ,
"54813007300" ,
"50313004000" ,
"59013011000" ,
"54813020200" ,
"54802051000" ,
"7701301500101" ,
"77013014000" ,
"77013021000" ,
"77013019000" ,
"77013017000" ,
"77013018000" ,
"77013020000" ,
"61013020100" ,
"0025080356S" ,
"50213025000" ,
"7800300150033" ,
"77303002000" ,
"78003002010" ,
"78003002020" ,
"50307012000" ,
"0934080003" ,
"59003013000" ,
"54803092050" ,
"0738050250" ,
"54803092060" ,
"54403135000" ,
"54310086100" ,
"0025060356" ,
"78003040050" ,
"78003041050" ,
"54803044000" ,
"54603041000" ,
"0094032253" ,
"50303089000" ,
"78015019000" ,
"78003096000" ,
"77303053000" ,
"77303139000" ,
"77303053010" ,
"78003023044" ,
"58605083014" ,
"78003023090" ,
"78003023080" ,
"0770180020" ,
"78003023070" ,
"81203024000" ,
"78003023182" ,
"0770120020" ,
"78003023083" ,
"0770125015" ,
"78003023081" ,
"78003024100" ,
"78003023055" ,
"77005081000" ,
"77308013050" ,
"77005081050" ,
"77005081109" ,
"0137060003" ,
"77305069000" ,
"54605068000" ,
"54603048000" ,
"77005081065" ,
"77005081055" ,
"50305016000" ,
"58605083010" ,
"59405069000" ,
"77005081007" ,
"77005078315" ,
"77005081016" ,
"78005007000" ,
"77005009033" ,
"0011401200" ,
"00050000809" ,
"7800701306630" ,
"78007004000" ,
"0770110021" ,
"7800700804404" ,
"78007029000" ,
"77307026000" ,
"50307014000" ,
"59007016000" ,
"58031005000" ,
"51030022000" ,
"77307040000" ,
"77307040050" ,
"7730805410004B" ,
"0024060273" ,
"78003001055" ,
"56012001000" ,
"78029002000" ,
"80029004000" ,
"75029021000" ,
"77329034000" ,
"59031017200" ,
"15112017000" ,
"15112018100" ,
"60029018000" ,
"75029050000" ,
"75029051000" ,
"78029060000" ,
"59029019000" ,
"78029009000" ,
"78029005000" ,
"58012009000" ,
"75029047000" ,
"78029049100" ,
"75029172000" ,
"78029033100" ,
"51129003000" ,
"75029048000" ,
"6899785" ,
"58429059000" ,
"58429059200" ,
"78029008000" ,
"75029044020" ,
"75029044010" ,
"0113080802" ,
"77329030100" ,
"77033170044" ,
"54633037000" ,
"0760193070" ,
"59033055000" ,
"59033051039" ,
"0471190120" ,
"0988172405" ,
"78033053100" ,
"78033018100" ,
"59033054000" ,
"78033074000" ,
"0912060123" ,
"0405222610" ,
"59033069000" ,
"58033031000" ,
"58033028000" ,
"78033052000" ,
"0471170010" ,
"59033050100" ,
"77035007200" ,
"78035008000" ,
"77335016000" ,
"77335026000" ,
"10001020000" ,
"42013037400" ,
"58335099000" ,
"31007107001" ,
"78035027133" ,
"78035026033" ,
"0770320020" ,
"59435017000" ,
"0016040183" ,
"7733503400030" ,
"77335073000" ,
"41001052000" ,
"77335001000" ,
"0023060123" ,
"59011079000" ,
"58011109105" ,
"58311096000" ,
"0603142015" ,
"78035045000" ,
"58435041000" ,
"78035043000" ,
"0011400800" ,
"81235941044" ,
"78336010133" ,
"0912060208" ,
"78036012033" ,
"77336008010" ,
"0770010010" ,
"78036008100" ,
"0603242920" ,
"77036003100" ,
"0618182414" ,
"0618404712" ,
"78036013000" ,
"78036002100" ,
"78036001000" ,
"77036001050" ,
"0984060203" ,
"78036005100" ,
"78038001017" ,
"78038103233" ,
"0770320015" ,
"78038102100" ,
"0402041580" ,
"60038009000" ,
"0770440020" ,
"78038004000" ,
"0984050163S" ,
"0799060000" ,
"58038007755" ,
"78038001027" ,
"78038003000" ,
"59038011010" ,
"78038002000" ,
"0402251980" ,
"0402251180" ,
"0770125020" ,
"78038017000" ,
"78038018000" ,
"0770090015" ,
"78038015000" ,
"59038015100" ,
"77338005100" ,
"07703305178" ,
"77338041200" ,
"0401090003" ,
"58038023300" ,
"0908120153" ,
"00050000066" ,
"7803000210015" ,
"78030040000" ,
"77339034000" ,
"78339031000" ,
"78030095000" ,
"61030019050" ,
"78039090000" ,
"75039093000" ,
"0025050166" ,
"0402040980" ,
"0019040106S" ,
"78030002010" ,
"78039032000" ,
"59039006000" ,
"78039005000" ,
"80039004000" ,
"0137120000" ,
"49030021000" ,
"0888030050" ,
"0025060406" ,
"78040001000" ,
"0912060404" ,
"78040016004" ,
"78040029000" ,
"78040002000" ,
"78040016000" ,
"78040022000" ,
"78040028000" ,
"78040020133" ,
"75040026000" ,
"78330018100" ,
"78330015044" ,
"78330007100 I" ,
"78330007100 II" ,
"78030030100" ,
"78030032200" ,
"78030033000" ,
"77330074000" ,
"0625062071" ,
"0760354773" ,
"75030085000" ,
"78030029200" ,
"78032000333" ,
"78036014200" ,
"0888030037" ,
"0760354774" ,
"00050002309" ,
"78331001100" ,
"57331027044" ,
"57331046100" ,
"57331046050" ,
"54831025000" ,
"76231035051" ,
"59031029010" ,
"57331035100" ,
"59031035050" ,
"57331035153" ,
"59031035052" ,
"59031034000" ,
"59031034400" ,
"59031034500" ,
"59031034600" ,
"78031034000" ,
"78631034000" ,
"59031029000" ,
"57331032000" ,
"59031121000" ,
"54531623170" ,
"54531623172" ,
"54531623175" ,
"54531623178" ,
"54531623180" ,
"54531623182" ,
"54531623185" ,
"54531623188" ,
"54531607038" ,
"54531607040" ,
"54531607042" ,
"54531607048" ,
"59031051065" ,
"59031051070" ,
"59031051075" ,
"59031051080" ,
"59031051085" ,
"57331107100" ,
"59031017100" ,
"57331085000" ,
"57331009000" ,
"57331008000" ,
"78031096044" ,
"54631220000" ,
"54531621000" ,
"54831025100" ,
"76231155000" ,
"57331060000" ,
"57331057100" ,
"78031011000" ,
"54631085000" ,
"54631085040" ,
"54631085050" ,
"54631085060" ,
"54631085070" ,
"59031059000" ,
"77031048000" ,
"57331098000" ,
"0965050103" ,
"54531699000" ,
"57331062000" ,
"57331056000" ,
"57331059000" ,
"57331159000" ,
"57331038200" ,
"57331087000" ,
"57331084000" ,
"57331061000" ,
"59031013044" ,
"0910100003" ,
"59031040300" ,
"57331025000" ,
"59031077200" ,
"57331099000" ,
"78004030144" ,
"77304066000" ,
"77313047000" ,
"54804034000" ,
"0760253270" ,
"59404032000" ,
"59004031100" ,
"54603036000" ,
"78004070000" ,
"59009062019" ,
"0025060506" ,
"77304070030" ,
"50304090044" ,
"50329000044" ,
"78004060000" ,
"56509064100" ,
"0021060003" ,
"77304037000" ,
"54804038000" ,
"58404041100" ,
"77304066010" ,
"54603055051" ,
"78004060010" ,
"77304070310" ,
"59404230110" ,
"48600812S" ,
"48600481" ,
"48600046" ,
"46810340" ,
"48600736" ,
"48600698" ,
"48600429" ,
"48600013" ,
"48600347" ,
"48600070" ,
"48600400" ,
"48600428" ,
"48600557S" ,
"48600559" ,
"48600568" ,
"48600277" ,
"48600298" ,
"48600444" ,
"48600113" ,
"91410012S" ,
"91410013S" ,
"91410014S" ,
"91410015S" ,
"91410016S" ,
"91410017S" ,
"48600021" ,
"48600525" ,
"48600830S" ,
"48600299" ,
"48600511" ,
"48600576" ,
"48600382" ,
"48600455" ,
"48600575" ,
"40540486" ,
"48600764" ,
"48600763" ,
"48600048" ,
"48600860SA" ,
"48600861S1" ,
"48600163" ,
"48600202" ,
"48600586S" ,
"48600047" ,
"46811499" ,
"35480320" ,
"48600004" ,
"48600141" ,
"48600765S1" ,
"48600431S2" ,
"48600036" ,
"48600037" ,
"48600038" ,
"48600053" ,
"T511" ,
"R14016" ,
"50180733SA" ,
"50180213S10" ,
"46180007" ,
"R12012" ,
"50180095" ,
"52000085" ,
"46810893" ,
"36120151" ,
"46811208" ,
"50180520S" ,
"50180327" ,
"50180818" ,
"50180114" ,
"91210070S" ,
"91210069S" ,
"91210068S" ,
"91210055S" ,
"91210054S" ,
"91210053S" ,
"50180273" ,
"50180463S" ,
"50180352" ,
"50180627" ,
"50180099" ,
"50180135" ,
"50180675" ,
"50180764" ,
"50180631" ,
"50180197" ,
"50180603S" ,
"50180113" ,
"50180107" ,
"50180604" ,
"50180605S" ,
"50180103" ,
"46180119" ,
"50180606" ,
"50180126" ,
"50180626" ,
"50180600" ,
"50180512SA2" ,
"50180105" ,
"40540603" ,
"48600028" ,
"50180222" ,
"50180434S" ,
"50180342S1" ,
"R12015" ,
"7800200100017" ,
"59411074000" ,
"50311070000" ,
"0934040003" ,
"13011070060" ,
"77002010100" ,
"0084040223" ,
"54802021200" ,
"0985040203" ,
"50311029000" ,
"54802030044" ,
"54802031000" ,
"54802032000" ,
"54802003000" ,
"54802052000" ,
"54802037000" ,
"54802038100" ,
"54802005100" ,
"54802046000" ,
"78002050000" ,
"54832063000" ,
"78031078000" ,
"77002091000" ,
"78330038100" ,
"78030035000" ,
"58530014000" ,
"52308399100" ,
"78308091300" ,
"78032001144" ,
"56532095000" ,
"78032015000" ,
"78032020000" ,
"78032002200" ,
"78032009000" ,
"78032003100" ,
"78032005000" ,
"58432081000" ,
"78032011000" ,
"78032010100" ,
"78032054100" ,
"77332018000" ,
"0936181505" ,
"78032057000" ,
"54637097200" ,
"54637098200" ,
"0993012000" ,
"0770300015" ,
"59032065000" ,
"54832061044" ,
"54832066000" ,
"54832067000" ,
"54832069000" ,
"50329050000" ,
"78032111100" ,
"78032010200" ,
"78032057044" ,
"78032011110"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (4667 , 4950 , 4999 , 5058 , 5096 , 5111 , 5414 , 6799 , 6849 , 6936 , 6978 , 6982 , 6986 , 6994 , 6999 , 7003 , 7007 , 7010 , 7019 , 7033 , 7642 , 7656 , 7663 , 7794 , 8322 , 8445 , 8462 , 8467 , 8483 , 8511 , 8523 , 8527 , 8533 , 8539 , 8541 , 8549 , 8554 , 8556 , 8878 , 8905 , 8923 , 9166 , 9183 , 9186 , 9214 ) AND article_number IN ("44906890" , "40540400" , "40540401" , "40540402" , "40540403" , "40540404" , "40540405" , "40540406" , "40540407" , "40540408" , "40540409" , "40540410" , "40540411" , "40540412" , "40540413" , "40540414" , "40540415" , "40540417" , "40540418" , "40540419" , "40540423" , "40540425" , "40540426" , "40540427" , "40540447" , "40540448" , "40540449" , "40540450" , "40540494" , "40540774" , "40541383" , "40541391" , "40541393" , "40541402" , "40541403" , "40541404" , "40541405" , "40541406" , "40541408" , "40541414" , "40541416" , "40541417" , "48600063" , "48600064" , "48600065" , "48600069" , "48600095" , "48600096" , "48600097" , "48600099" , "48600100" , "48600102" , "48600116" , "48600139" , "48600217" , "48600325" , "48600327" , "48600329" , "48600331" , "48600332" , "48600333" , "48600479" , "40540477" , "43570120" , "44916098" , "44916130" , "44916180" , "48600061" , "48600062" , "48600213" , "48600214" , "48600215" , "48600216" , "48600346" , "48600351" , "48600357" , "48600480" , "48600555" , "48600607" , "36120284" , "36120298" , "36120312" , "36120314" , "36120325" , "36120327" , "36120328" , "36120329" , "36120330" , "36120331" , "36120332" , "36120334" , "36120335" , "36120336" , "36120337" , "36120338" , "36120339" , "36120340" , "36120342" , "36120343" , "36120344" , "36120345" , "36120346" , "36120349" , "36120350" , "36120604" , "40140275" , "50180010" , "46810490" , "46810491" , "46810492" , "46810493" , "46810494" , "46810495" , "46810496" , "46810497" , "46810498" , "46810499" , "46810500" , "46810501" , "46810502" , "46810503" , "46810504" , "46810505" , "46810507" , "46810508" , "46810509" , "46810510" , "46810512" , "46810513" , "46810517" , "46810518" , "46810519" , "46810520" , "46810521" , "46810522" , "46810523" , "46810524" , "46810525" , "46810604" , "46810606" , "46810607" , "46810608" , "46810610" , "46810611" , "46810612" , "46810615" , "46810624" , "46810631" , "46810633" , "46810636" , "46810637" , "46810638" , "46810639" , "46810640" , "46810641" , "46811580" , "46811582" , "46811046" , "50180006" , "50180007" , "50180008" , "50180012" , "50180019" , "50180022" , "50180024" , "50180026" , "50180027" , "50180028" , "50180031" , "50180032" , "50180033" , "50180034" , "50180035" , "50180036" , "50180037" , "50180038" , "50180039" , "50180040" , "50180041" , "50180043" , "50180044" , "50180045" , "50180046" , "50180047" , "50180048" , "50180049" , "50180050" , "50180051" , "50180052" , "50180053" , "50180054" , "50180055" , "50180056" , "50180057" , "50180058" , "50180059" , "50180060" , "50180061" , "50180062" , "50180063" , "50180064" , "50180065" , "50180066" , "50180067" , "50180068" , "50180069" , "50180070" , "50180071" , "50180072" , "50180073" , "50180074" , "50180075" , "50180076" , "50180077" , "50180078" , "50180079" , "50180080" , "50180177" , "50180210" , "48600212" , "50180634" , "50180653" , "50180654" , "50180655" , "50180656" , "50180657" , "50180662" , "50180665" , "50180666" , "50180209" , "50180330" , "50180578" , "50180635" , "40541061" , "36120469" , "36120471" , "46811637" , "48600460" , "50600065" , "50600002" , "14187J0601" , "0025080256" , "0025080306" , "0025080356" , "0912100250" , "0017060204" , "59001232020" , "59001234020" , "54801036000" , "59001038200" , "59001039100" , "54201081100" , "54601084100" , "54601184000" , "7800108500030" , "54201086000" , "59001092050" , "7800109410030" , "00050000920" , "00050000930" , "0025120506S" , "12187J0601" , "7800900124430" , "78009010144" , "54809011000" , "0625069068" , "0760354771" , "78009012000" , "78009174226" , "50309072100" , "7800907000030" , "50309073000" , "78009015000" , "51009100100" , "50310090050" , "77309060000" , "59009062013" , "77309081000" , "54809082000" , "54809081050" , "55003135000" , "54809081070" , "00050000905" , "54813060100" , "54813061200" , "54813062100" , "54813063000" , "50311051100" , "54813070000" , "0603100141" , "78013050044" , "54813051000" , "0025050126" , "54603062000" , "0025060206S" , "54813056000" , "0985060003" , "54813055000" , "0912100406" , "59001037000" , "46030045000" , "0625060002" , "54630044000" , "0025060126" , "54813064200" , "00062030000" , "78014001000" , "54814001050" , "44111038000" , "0081050181" , "78014009000" , "49011435100" , "54811001050" , "78014040000" , "78011093000" , "75014047000" , "0081250181" , "0017060203" , "54814025200" , "54814026200" , "44111015100" , "0125100003" , "0797100003" , "58414030000" , "54814028000" , "7801000114430" , "78010010144" , "59010011000" , "0625060058" , "0472047175" , "0760324771" , "78010016000" , "78010174193" , "58309072100" , "7801007000030" , "77310060000" , "50310073200" , "78010015000" , "58310051038" , "58310051042" , "58310151040" , "58310151045" , "58310151048" , "58310151049" , "58310151050" , "58310151051" , "58310151052" , "0019080266S" , "06923080003" , "50310165118" , "78010167118" , "50310166000" , "78010166000" , "54010100100" , "50210086000" , "77310085044" , "50310084000" , "50304040100" , "50310099000" , "00050000901" , "7730600111030" , "7730600300030" , "77306001020" , "54806008051" , "54806108052" , "54806008050" , "77306010000" , "78006012000" , "78006015000" , "77306016000" , "77306017000" , "77306018000" , "77306019000" , "78006026000" , "78006027000" , "77304066050" , "54811083100" , "59411075150" , "44011076100" , "44011076200" , "44011076305" , "44611207200" , "58211031100" , "50311050100" , "50311060200" , "80011034000" , "0009050103" , "78011061000" , "0125050003" , "0934050003" , "57013070000" , "0912050083" , "58011109110" , "49111425000" , "58511053000" , "50303018000" , "78011055000" , "58711086000" , "58211058000" , "58411059100" , "58411097100" , "58411098100" , "58440099000" , "59011080100" , "59011081100" , "0902060083" , "0019080206S" , "0966050203" , "0985050003" , "312305" , "312313" , "3210039" , "40006006000" , "50033029013" , "58012040150" , "58412040000" , "58412040050" , "58412041000" , "58412080000" , "58412080050" , "77303094100" , "78003040033" , "78008099100" , "78010165116" , "3211467EN" , "3CF8303J6EN" , "3CM089535JEN" , "78029099000" , "53012028200" , "50329080100" , "50329071000" , "60029070200" , "78029072000" , "78030000344" , "57031523125" , "60030063070" , "78036020090" , "75030010000" , "54830027000" , "59030023000" , "51030026100" , "58030020100" , "0770191015" , "58038022000" , "58030021000" , "0906100100" , "78030071000" , "78030087010" , "78030087000" , "78030087020" , "0025060756" , "0025060606" , "78030099000" , "7803000104415" , "7803002610015" , "78030027000" , "78030025000" , "0025060206" , "78030028000" , "0025060086" , "0603061001" , "49030090000" , "58030081000" , "78030080000" , "0025060256" , "0025060306" , "78030056100" , "78030057000" , "78030068000" , "04391010031" , "0625063020" , "78033232000" , "0019050103" , "0617253212" , "0760203261" , "78005024044" , "78033001050" , "78033005100" , "78033003000" , "78033006100" , "78033002000" , "56033030000" , "0405222613" , "78033033000" , "0471250120" , "78033031000" , "78033001110" , "0625062054" , "78033032000" , "0625062036" , "78033010000" , "78033011100" , "78033015000" , "78033013000" , "78033014000" , "78033016000" , "78033012100" , "0405222611" , "59033080000" , "0405202612" , "0471170015" , "0625062035" , "78033132000" , "49030023000" , "0760324571" , "0770020220" , "54633014100" , "50033029014" , "50033029015" , "59033034044" , "59034031000" , "59009062016" , "50232050001" , "0760142460" , "54632095000" , "54634050000" , "54634014100" , "54634020000" , "56534013100" , "78034005044" , "54634008044" , "78034020000" , "58038023200" , "50334018100" , "78034015144" , "78034012000" , "0012060303" , "77034024044" , "0025050206" , "54634052300" , "60034023000" , "78034019000" , "59034001000" , "0349000050" , "59034002000" , "0625618050" , "50233041000" , "78034003000" , "7803505200015" , "78035053000" , "0587060002" , "77335055100" , "0760102455" , "0760102440" , "78035054110" , "0625060001" , "78035054001" , "0402032180" , "78035054100" , "0471140100" , "0025060556" , "78036030000" , "78036031000" , "78036136000" , "59036027000" , "77036027000" , "78036028000" , "78036029000" , "78036132100" , "78036032100" , "78036033000" , "77036033000" , "78036061044" , "59036061091" , "78036061092" , "78036056100" , "78036060044" , "0770110015" , "78036081000" , "77036080000" , "78036080000" , "60036035200" , "60036035205" , "60036035210" , "60036035215" , "60036035220" , "60036035225" , "60036035230" , "60036035235" , "60036035240" , "60036035245" , "60036035250" , "60036035255" , "60036035260" , "60036035265" , "60036035270" , "60036035275" , "60036035280" , "60036035285" , "60036035290" , "60036035295" , "60036035300" , "60036035305" , "60036035310" , "60036035315" , "60036035320" , "60036035330" , "78036029144" , "78036028144" , "78036030010" , "78036020044" , "78030036000" , "7803605200033" , "78036053000" , "78036054100" , "75036052010" , "78036144100" , "0025060166" , "78036139000" , "78036041000" , "58030010200" , "78036024000" , "78036026000" , "78036025000" , "78030044000" , "77336089010" , "59030296000" , "59030061000" , "7730800704404" , "7800800100004" , "7730802200004" , "0024060106" , "50211086000" , "7800802200004" , "0081500181" , "54808020000" , "7730801000004" , "0024060206" , "0125060003" , "7800801300004" , "50314057050" , "54807048000" , "50308052000" , "77306001030" , "78008016000" , "78008016050" , "0017060303" , "54813080101" , "50313081200" , "54813082000" , "54813090300" , "54813083000" , "54813018000" , "54813075000" , "54613218000" , "62513020000" , "54814069000" , "54814069010" , "58314068000" , "54814069020" , "54814068100" , "55011022100" , "54814069050" , "0471009104" , "0021050003" , "54814060000" , "0081050121" , "58214069051" , "31008060000" , "0024060256" , "58314060050" , "78014033000" , "58011021300" , "58011024300" , "54813026000" , "78003035000" , "77013001144" , "50313003000" , "54813008300" , "50313005000" , "50313006100" , "54813002200" , "54813007300" , "50313004000" , "59013011000" , "54813020200" , "54802051000" , "7701301500101" , "77013014000" , "77013021000" , "77013019000" , "77013017000" , "77013018000" , "77013020000" , "61013020100" , "0025080356S" , "50213025000" , "7800300150033" , "77303002000" , "78003002010" , "78003002020" , "50307012000" , "0934080003" , "59003013000" , "54803092050" , "0738050250" , "54803092060" , "54403135000" , "54310086100" , "0025060356" , "78003040050" , "78003041050" , "54803044000" , "54603041000" , "0094032253" , "50303089000" , "78015019000" , "78003096000" , "77303053000" , "77303139000" , "77303053010" , "78003023044" , "58605083014" , "78003023090" , "78003023080" , "0770180020" , "78003023070" , "81203024000" , "78003023182" , "0770120020" , "78003023083" , "0770125015" , "78003023081" , "78003024100" , "78003023055" , "77005081000" , "77308013050" , "77005081050" , "77005081109" , "0137060003" , "77305069000" , "54605068000" , "54603048000" , "77005081065" , "77005081055" , "50305016000" , "58605083010" , "59405069000" , "77005081007" , "77005078315" , "77005081016" , "78005007000" , "77005009033" , "0011401200" , "00050000809" , "7800701306630" , "78007004000" , "0770110021" , "7800700804404" , "78007029000" , "77307026000" , "50307014000" , "59007016000" , "58031005000" , "51030022000" , "77307040000" , "77307040050" , "7730805410004B" , "0024060273" , "78003001055" , "56012001000" , "78029002000" , "80029004000" , "75029021000" , "77329034000" , "59031017200" , "15112017000" , "15112018100" , "60029018000" , "75029050000" , "75029051000" , "78029060000" , "59029019000" , "78029009000" , "78029005000" , "58012009000" , "75029047000" , "78029049100" , "75029172000" , "78029033100" , "51129003000" , "75029048000" , "6899785" , "58429059000" , "58429059200" , "78029008000" , "75029044020" , "75029044010" , "0113080802" , "77329030100" , "77033170044" , "54633037000" , "0760193070" , "59033055000" , "59033051039" , "0471190120" , "0988172405" , "78033053100" , "78033018100" , "59033054000" , "78033074000" , "0912060123" , "0405222610" , "59033069000" , "58033031000" , "58033028000" , "78033052000" , "0471170010" , "59033050100" , "77035007200" , "78035008000" , "77335016000" , "77335026000" , "10001020000" , "42013037400" , "58335099000" , "31007107001" , "78035027133" , "78035026033" , "0770320020" , "59435017000" , "0016040183" , "7733503400030" , "77335073000" , "41001052000" , "77335001000" , "0023060123" , "59011079000" , "58011109105" , "58311096000" , "0603142015" , "78035045000" , "58435041000" , "78035043000" , "0011400800" , "81235941044" , "78336010133" , "0912060208" , "78036012033" , "77336008010" , "0770010010" , "78036008100" , "0603242920" , "77036003100" , "0618182414" , "0618404712" , "78036013000" , "78036002100" , "78036001000" , "77036001050" , "0984060203" , "78036005100" , "78038001017" , "78038103233" , "0770320015" , "78038102100" , "0402041580" , "60038009000" , "0770440020" , "78038004000" , "0984050163S" , "0799060000" , "58038007755" , "78038001027" , "78038003000" , "59038011010" , "78038002000" , "0402251980" , "0402251180" , "0770125020" , "78038017000" , "78038018000" , "0770090015" , "78038015000" , "59038015100" , "77338005100" , "07703305178" , "77338041200" , "0401090003" , "58038023300" , "0908120153" , "00050000066" , "7803000210015" , "78030040000" , "77339034000" , "78339031000" , "78030095000" , "61030019050" , "78039090000" , "75039093000" , "0025050166" , "0402040980" , "0019040106S" , "78030002010" , "78039032000" , "59039006000" , "78039005000" , "80039004000" , "0137120000" , "49030021000" , "0888030050" , "0025060406" , "78040001000" , "0912060404" , "78040016004" , "78040029000" , "78040002000" , "78040016000" , "78040022000" , "78040028000" , "78040020133" , "75040026000" , "78330018100" , "78330015044" , "78330007100 I" , "78330007100 II" , "78030030100" , "78030032200" , "78030033000" , "77330074000" , "0625062071" , "0760354773" , "75030085000" , "78030029200" , "78032000333" , "78036014200" , "0888030037" , "0760354774" , "00050002309" , "78331001100" , "57331027044" , "57331046100" , "57331046050" , "54831025000" , "76231035051" , "59031029010" , "57331035100" , "59031035050" , "57331035153" , "59031035052" , "59031034000" , "59031034400" , "59031034500" , "59031034600" , "78031034000" , "78631034000" , "59031029000" , "57331032000" , "59031121000" , "54531623170" , "54531623172" , "54531623175" , "54531623178" , "54531623180" , "54531623182" , "54531623185" , "54531623188" , "54531607038" , "54531607040" , "54531607042" , "54531607048" , "59031051065" , "59031051070" , "59031051075" , "59031051080" , "59031051085" , "57331107100" , "59031017100" , "57331085000" , "57331009000" , "57331008000" , "78031096044" , "54631220000" , "54531621000" , "54831025100" , "76231155000" , "57331060000" , "57331057100" , "78031011000" , "54631085000" , "54631085040" , "54631085050" , "54631085060" , "54631085070" , "59031059000" , "77031048000" , "57331098000" , "0965050103" , "54531699000" , "57331062000" , "57331056000" , "57331059000" , "57331159000" , "57331038200" , "57331087000" , "57331084000" , "57331061000" , "59031013044" , "0910100003" , "59031040300" , "57331025000" , "59031077200" , "57331099000" , "78004030144" , "77304066000" , "77313047000" , "54804034000" , "0760253270" , "59404032000" , "59004031100" , "54603036000" , "78004070000" , "59009062019" , "0025060506" , "77304070030" , "50304090044" , "50329000044" , "78004060000" , "56509064100" , "0021060003" , "77304037000" , "54804038000" , "58404041100" , "77304066010" , "54603055051" , "78004060010" , "77304070310" , "59404230110" , "48600812S" , "48600481" , "48600046" , "46810340" , "48600736" , "48600698" , "48600429" , "48600013" , "48600347" , "48600070" , "48600400" , "48600428" , "48600557S" , "48600559" , "48600568" , "48600277" , "48600298" , "48600444" , "48600113" , "91410012S" , "91410013S" , "91410014S" , "91410015S" , "91410016S" , "91410017S" , "48600021" , "48600525" , "48600830S" , "48600299" , "48600511" , "48600576" , "48600382" , "48600455" , "48600575" , "40540486" , "48600764" , "48600763" , "48600048" , "48600860SA" , "48600861S1" , "48600163" , "48600202" , "48600586S" , "48600047" , "46811499" , "35480320" , "48600004" , "48600141" , "48600765S1" , "48600431S2" , "48600036" , "48600037" , "48600038" , "48600053" , "T511" , "R14016" , "50180733SA" , "50180213S10" , "46180007" , "R12012" , "50180095" , "52000085" , "46810893" , "36120151" , "46811208" , "50180520S" , "50180327" , "50180818" , "50180114" , "91210070S" , "91210069S" , "91210068S" , "91210055S" , "91210054S" , "91210053S" , "50180273" , "50180463S" , "50180352" , "50180627" , "50180099" , "50180135" , "50180675" , "50180764" , "50180631" , "50180197" , "50180603S" , "50180113" , "50180107" , "50180604" , "50180605S" , "50180103" , "46180119" , "50180606" , "50180126" , "50180626" , "50180600" , "50180512SA2" , "50180105" , "40540603" , "48600028" , "50180222" , "50180434S" , "50180342S1" , "R12015" , "7800200100017" , "59411074000" , "50311070000" , "0934040003" , "13011070060" , "77002010100" , "0084040223" , "54802021200" , "0985040203" , "50311029000" , "54802030044" , "54802031000" , "54802032000" , "54802003000" , "54802052000" , "54802037000" , "54802038100" , "54802005100" , "54802046000" , "78002050000" , "54832063000" , "78031078000" , "77002091000" , "78330038100" , "78030035000" , "58530014000" , "52308399100" , "78308091300" , "78032001144" , "56532095000" , "78032015000" , "78032020000" , "78032002200" , "78032009000" , "78032003100" , "78032005000" , "58432081000" , "78032011000" , "78032010100" , "78032054100" , "77332018000" , "0936181505" , "78032057000" , "54637097200" , "54637098200" , "0993012000" , "0770300015" , "59032065000" , "54832061044" , "54832066000" , "54832067000" , "54832069000" , "50329050000" , "78032111100" , "78032010200" , "78032057044" , "78032011110" );
Copy
80
0.38 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1000170527
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1000170527 ;
Copy
81
0.24 ms
SELECT s . product_number as product_number , lower (hex (p . id )) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p . product_number = s . product_number WHERE model_number = ?
Parameters :
[
"1000170527 "
]
SELECT s . product_number as product_number , lower (hex (p . id )) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p . product_number = s . product_number WHERE model_number = '1000170527' ;
Copy
82
21.41 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"É^│\~\x7F J&©£o:è·'q "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b")üÊt»\x1A IøÜ=a¼Ë─▀¹ "
b"Ï╬ü,f\x7F L\x14 ê\x18 ç╩╗×r} "
b"–—48WÂMÝ‚PéQ\çÿ! "
b"ðš•¶6\x11 E\t ¿ôN,SÖàÊ "
b"zý\f ¾ìöE`ÅÌ}IÍ'æÜ "
b"N\r 9▓C;IƒøoïËÃ┘ì\x19 "
b"âÝ\x08 U¨jL9ž\x1D bý%Ã]/ "
b"´Söà╠LE&£|┬eìı¥º "
b"\x1A ê"Œ jHï¿÷(Rª1Ôh "
b"sô߬e=ORªT#Üo&\x07 Þ "
b"بT+xöG:™ôhþ+*ìP "
b"m®P?’kEä…+“C\x06 ØÁç "
b"×Ë\x1D XÔÎOiœ®ô˜“\x16 rÚ "
b"ècÞDAQN‚ºmçÒRÝ“5 "
b"”O\x0F «EöJh”¼ï|Ÿ$Fä "
b"•Åk\x02 €ÿC˜¦šì¼KJ\e º "
b" TÎ&\x1D tKÍ¥Ã\x04 •þSó% "
b"'┬ìy\f J?ìÉ\x1F ┘ê\x05 ƒ╚ "
b"}0ðBÝJS¿\r Í\x11 ¶Ø\x1E "
b"0\x17 le/›H3€Kå].\I\x1F "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"…úÕrX7F㸆-S$H„ö "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"Õ¾A¨õ£G‡¡FzpÝû~É "
b"""
€.æÎ\n
[Bλœ\x07 <A\n
\x08\f
"""
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"ízšf>\r @!’4â@«G£“ "
b"â7ËXû╦Cûÿ\x14 ▄ÅU:lì "
b"\x13 §¿Ëo9KR™œ3ÿ\x1F\x1A\x01 Ñ "
b"è¶ü¯–ÑDß’861Ò>Û» "
b"╚\x1E\x18 ╗ì╩HnØ═,0ú[½< "
b"\x07 <ŠË£Ax„l’^{d9o "
b"½/;Ñ…´KØš0FUy\x7F o‚ "
b"ñ\x03 ×)'6E°²{´ŒÐK)\x0E "
b"┐á§ÃÖ\r GÍÅþëi0Ó.X "
b"&-\x10 ªL_M.¸\x08 .£7\e\x01\x08 "
b"€°³K£G1“²ùüEâ\x18 ÷ "
b"JþßÿBì@O”-™²\x02 þ%p "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"‡ž,Hr\x14 E|³Ì`nÚGõI "
b"î]æ\x17\x19 ŠKC’Ú윦n‚Þ "
b"ž“_Hß”C2ii1º,ýä "
b"¾Š¸®ú”Od†\x10 £sÇÙÆ\x12 "
b"BÅüŠ<\e KJ²Ó\x07 ç"\x14 ¦x "
b"L”aªŸ#Gˑۿck1œ? "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"·\x06 È\x11 ╩÷I¿áåÆ\x10 Êïüé "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"┴ü╝\x04 ´ÜEÞî1╗1¡█ôæ "
b"ºvËqÑ\x06 A\x1A §í\x00 ñ0E£* "
b"3j\x16 Õ:ð@æ•—\x16 dof͵ "
b"\x12\x0F j1XªNS¤YM›/\r Ðý "
b"""
\\x14 ½CRøBU®T.º\n
Ì\x0E ]
"""
b"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"\r ÐKiˆ(H‹\x12 ©Þ¯|_å "
b"FüUôÎ╦N\x05 ïÞ├[Gu°» "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"È®\x7F\x03 iFK«—èËi˜ÚZ7 "
b"ié#u»fHçƒWqþŒlžž "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"ìOe'\x02 ¥@¥ì_ıP\x18 ì\x0F E "
b"„»Œ2—àDÁ§—œì/¶·û "
b"\v\x05\x1D\x02\x01 ŠD÷ŽÐ€à˜T\x01 "
b"€0\x0E y\x18 G!‰ð`\x0F ,Êái "
b"iØ\\x13 FYB╣®Ú6û3¤¼ù "
b"╝^\x02 ‗YÁHÕàÌuüU─HÐ "
b"IÂb”\x0E cF'¨:-‰\x00 ËË2 "
b"""
¸ÔoB]ÚH\n
”¦2ˆêù¦}
"""
b"\x07 %»ÍÁ€C¾„\x1F eMüÜ¡å "
b"®\e n\x11\x01 —C•…\x1F h{{eI1 "
b"\x0E Óõo\x15 -Ee‹\x11\t ±©þ¬h "
b"Á%°üï╣Iu¢ma,Kf\x15 ù "
b"±íÒJ\x12 @ü‰ÀåHÍ\x04 ,Ÿ "
b"‘|\r ÔqqJD¢ôd0\x18 -\x7F Ø "
b"ÛNµ*╠IDµìÄÉaÈb\x11 ¬ "
b" AÜ0\f ÒE?˜‡Ï\f 'ªA¡ "
b"$&í±-ôGj¡\x05 îm¥z¬T "
b"▒█ìÑ2·@ØÂRpÝ/¦{┴ "
b"9oоÆuJÖ€'Q¤•:äü "
b"u—\x17 "|vCá¶ñ\x18\x15 ¢\x03 ³£ "
b"ÿ9·84\x1A N\x00 ›>¥\x14\x00 7v\x14 "
b"[ØV©p`Ló¼┬u2ƒ▒[^ "
b"í:²¥|¹Lì—9*-NOÂø "
b"╔>═Û\x10 ¯A®Ñç«©Å\e\x08 ¾ "
b"ÈZ5XÝ-@\ ôI\x1A kRaO "
b"̧'\x00 ?õL“•¯E\x11 •ç'š "
b"Lë\x08 ëh>H¸¿ý˜„AËàÏ "
b"ºý}¥\x00 D@è·Qx¸\x11\e\x19 — "
b".=É÷G{E\x13 ¼…ÿŠ>VW£ "
b"°0\x06 û÷5J“¥(ûqÁ']¸ "
b"I‡\x13 L6¾J+ QÒÆûõ¿í "
b"çW]TÉþD?˜ÅÏÅ\r ùØ "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"2s7Ø,ÿGz‹)i팔\x19\x1A "
b"£í."\x04 ñJ\x10 ŽÌI#dÊóU "
b")ظd\x06 "F3▒UO\x17 À┬ùt "
b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"&>P§\x0F bCy™Å+úôÑ H "
b"˜\t ™waˆFþ€áAfš6ÖÕ "
b"Ù!î!=DD\x1D ¿%SŒÿPo½ "
b"•G\x13 ØWK8¯¢9Œ{Öl\x0F "
b"r`º+W‡H¬¶úê‘"\x19\v "
b"\x19 ^yk¡±N┼ŃÂGçXÄ■ "
b",áJ╝│ØE¶║6y┼Ë\x19 ç╩ "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"Ï^mU†¥MĪ‘(–×E×" "
b"Fæ¡ÞÛPB~™«c|snÑv "
b"ì,²ÈѧKYÉ*\x11 à\x1D\x03 >T "
b"ò@nþ8.OI“~ƒ\x7F â[ó< "
b"\f êÅ\x16 ö#Eñò\x0F Ñ■C╗üà "
b"Ø:>\x11 ÕFC³½p…~qS®¾ "
b"óÁ\x1C ýHüEK·ðôm›Î3õ "
b". '2\e a@J¾ïcò|\x02 Èå "
b"""
àpÆ\x06 \n
\x1D I*µWÍ0\r ñ\n
h
"""
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"\x02 á4®\x0E ¶G\x19 µÏEGç]ÄÕ "
b"|‘°¿¡“MF«?Òüf†uU "
b"ï\t B\x17 ·”@ŸµJWÕi–| "
b"\x18 ð‡º2¶@{ºË§Áõ·%œ "
b"J7t!ZóD–—\x14 -Ôã¹_˜ "
b"À".—<…E\x07 ˜¾ˆPîSQú "
b"¨\x05 úÑ´N4ñ\x11 ¥_Ø\x07\t 3 "
b"A\x01\x18 Èæ\v JF¿§¨\x14 y •Š "
b"sèéø]LI=¶rñl<‘e“ "
b"wéôõªìDqÜn\t ®¹²Üè "
b"RDo‘e\x7F A«¶\x14 )ïíª\x1E "
b"\x07 úÚD›–B?¨C?n±\x16 IK "
b"fy ü…}EŒ…Lj »œÜ4 "
b"\t íÉg#Gª†±Œ‰úJ´µ "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"À“ŠÌÞ\x1F At½\x12 Wa&)ïœ "
b"¹˜ \x00 rûGe›´\r Çù—Oî "
b"„Ûˆ-^ê@7®\x04 »þ¿K‚\x19 "
b"íÊ\x10 þ2▒J╗Øð"w\x1C -jP "
b"2¼]•c\x01 EÚ¬ççK\t\x05\x13 < "
b"\x1D\x02 r\x7F #³Fß’96àÛ†ÇT "
b"èg\x08 »┼dKAÁtüv9ôÜ\x1C "
b"¥Öü╔Ĭ@}ñ\t `¼\x1D +█Ê "
b"9aäÔµiO2§\x1C ŸT^\x14 c× "
b"Þ┬Q#}2@¥ì?õ┤▒ÖıL "
b"Äd*çãáDh·ã„óv@\x05 0 "
b"\x1D ØúÊjLD▀¡Ö\x0F Ú\x1A\x01 »k "
b"Gýf¶Í¾C‘›¯è\e ÈÛ©n "
b"\x02 ™T\x13 ÖÂHãŠøI¶1âl\r "
b"M¾2Ü+WE¾ìÄG®Í"Íû "
b"5\x17 fÛ$ƒC\t …,ˆoEÓË "
b"ŧ”\x1E įA—¯Þ›U:ºÝ‚ "
b"\x0E úq¯ƒ†B6¯pîÕâG}{ "
b"Þ`èÉ\x1A ¢KÚ¡\x13 *߇iC- "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b"v:bÿÈRK^ŒÞnKcÒ\x0F ‡ "
b"Ù^Zì‰rHD¤ka‚O±Çt "
b"¼h#\x18 õúEðˆ&ˆ²d½>¿ "
b"æc\x11 C┬ÿL/Ø║'‗¬\x18 ╠ñ "
b"¥x5Ü\x1E *M7¤ãuÜ}§ìp "
b"ü‰†ë¿òMÏŠ*=¥~§³â "
b"þ\x03 Ÿ\x02\x19 nK\¦XéÀ¶{a* "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b""¯³>NåG÷¼Éûg,©Ý÷ "
b"Å5\x02 ËtßK×öå#1µZPz "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"\r {î ° I7—Ì©bò\x13 ?Ï "
b"ý┴>\x05 ĺOÖØë\x02 ^‗N \f "
b"ÏÀ¡\x7F\x17 ÉC?×ú┘R(ÌcÉ "
b"o5Îvë®KNª\f ³ÏÌ}~º "
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"ŠÐú\x1C µLDV®‘ÇK ß\x0F ³ "
b"4¦)ìtxC|²þt¿!ì¬2 "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"W°e!ÓþJ¿“M+VX6 < "
b"]Hõe¨óNèïÅÆä@\t ÁS "
b"\x10 y¼çGðD“ ·„³ 8Jœ "
b"$VŽ\x10 [\x1C Lã›p\x04 ¹e`ì "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"zÂ`▀\x1F JîØt®ß½\f 8} "
b"¨_ßâš<Jê¥+ªË|Oé\ "
b"└Ö\f µ├└FT┐ì´,6F¹X "
b"f2ÙwoèKº–\x10 )xNM\e p "
b"'v\v Ú\x08 @@è›L´ë^×\x05\x02 "
b"■r\v M̯IüÁObÄ3pËD "
b"\x17 åZVl_JÏ©\x04 ?\x13\t \Qv "
b"\x10 z¶6╝\x06 CÂ▒\x04 ¯tÅÁìv "
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"θC…7\x01 B$½\x02 V¢þÿ\x1D f "
b"¿ \x03 Ò'ŒA‰¶9N\r ØJ‡c "
b"ÀŸ \Ù4Jkƒ±ê|\x01\x13 oF "
b"þW)É┐ÉFJ¥1jç\x14 ┼]º "
b"û,a~ìÖO÷░┬Z¡\x04\x02 +g "
b"]ÂW[ñOIè´Ä?ÛI7ç3 "
b"»\x1C \n \x12 x¡D€š“\x00 X¥-j„ "
b"ÖׯÅßıBÇ¢▀þ\x19 mT\x11 "
b"ÖûËkÁûLO³Å7Nõµ¶| "
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"""
oµwüf\n
Jy®Éq┤qı
"""
b"oƒý!Ï¢Cà–A°5Z(\x17 Ò "
b"VÕ\x0E H°"Iĵ»Ìä\x1A\x1C\x07 * "
b"Ž\f dô\x17 &A‡¯¶\x00 ójÌm" "
b"!9pÉv\r MÓ×Ò└Ä·ò▓║ "
b"6Å\x15 -L¯C¬°ºfÕ\x00\x10 ib "
b"$ÆÅÐV\x01 AP®ªÐExš@… "
b"""
›)CŸÒD[«\\n
\x1E ²©9ø
"""
b"Àm¥‹ä^DŒ½¯àHøú4¿ "
b"Éx\x00 Í▒¼DCÅGıq*#\x1E c "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b"\x0F 0y‹á›Kô•\x13 ˆ=Uù\x1E u "
b"úú¹æü^@─ï¤▀¡Æ4█# "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"KÛú\x7F ¸9K#ì±\x10\x06 V\x18 h╔ "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"‡‹Qò\x1D éM*œÖ¦üTdýv "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"Ý[ †n±LÀˆ{Þ[Ø\x0E Ù¾ "
b"[¨^É ¯L-®çB▒uý> "
b"Ë›;/›ÌKl––¯ëMl\x1A = "
b"""
\x04 ðî‚14OƘ©™U‰\n
}…
"""
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"_ïâ¿ó\x1C F6“Q\x1C *I\x16 Á® "
b"Å*ÚæxFIãº\x1A ó$ á■\x06 "
b"âbÓ\x07 W²B\x04 ØB6³]Þ‗¡ "
b"\x1A (F#A°IÞ¥(—¼·‡m: "
b"BÞÛ…šÒBã³sC\x1E Ä\x13 gâ "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"ÚÉ/ÝØuAÞ•g|\x1F V\x15 uî "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"\x1F ‘÷¿˜þL¤¤¨ô=\x1F *!\x17 "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"Ê\x1A ùU^ëF_£åEÎÒa\x05 c "
b"PKÙ_2æ@░ì®b¯½¨Å┤ "
b"†ñó´úéJ[Œ2®º\x06 üØù "
b"OÆ\x01 ÆÚÔI\x1D \x04 ®{øYN\x03 "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"áZý’™-E³·4{]lFG\e "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"\x17 ëÜâZzE‰¡]ç\x19 ¿\x02 jª "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"€ 2• \x0F @¢½\x06 Șëî_ "
b"Ø6¦?ÈæAn¹…\x18 ü÷\x1E ¢{ "
b"–ÕŸ\r nIB\x07 ªRyPqµˆÑ "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"º0u\f\x1A\x06 KÇ•X^¹d\f «6 "
b"®ðœU·\x15 Nd£d×\x15 D\x06\x1D a "
b"ö\t ±Ê8\x02 Iº¥\x19 ¯'ìpÃ\x16 "
b"úÚ4U_¸J\x1D †ô\x00 k\x0F gÀŽ "
b"‗D¡ÎrtJÎâ'Ø`u1┤R "
b"Æ\v á6JãM?É=AáBM9Å "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"p¶FÔ`ÞNA‚\x19 EB?U¨ë "
b"b\x1F\x06 ²\x17 └CüòÁ\x0E ¨ QûÌ "
b"\x05 üeät|Boôqç§+\x00\x1D "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"óþTÈM?Ht„\x18 n!B0˜ "
b"’¤\x13 ý¾ËJ©™8”ròM\x07 © "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"Øy\t þ}`L\x13 •yò÷,/Óu "
b"H’˜\r ŒòB:€\x16 k\f †IöÏ "
b"C\f 5 E\x02 D–£êK\x18 $ÔC› "
b"ôùñH]ÙE=¹ñ\x7F\x11 Prfd "
b"""
±Î¸{<ÂI╬íÔ\n
l*ì┤"
"""
b"IGÍ¢,┬JiêÉòßW╩\x11 Ù "
b"žwwâÿ\L\x0E ¼Ò\x19 ÜC´ï¼ "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b"¦\x17\x00 øñH@A║IÓãÄ#ÁÅ "
b"û½TyG°G¸░Ø©æ21¶î "
b"^@ÓÓ^ÉHª°;Y\x01 [ï6Š "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b"µ"B\f 2gD'ûÉÎ#█\x04 í' "
b"::ãr;åFłʪ\x1D èBÖ§ "
b"Gm 6R4OJ²eprû¬#[ "
b"\x00 ãÉ-#LdªDîo1Ö5· "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"(·\x03 Ù–ûKZ«TŒ\x02 YGè| "
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"Ã5\x1F 1’mG‚š<l-k[I× "
b"䤸bb\x15 CΊ\x17 wr\x1F Þ4\x1D "
b"ÈSôé²D„º‹\x0E Ü\x19 Û\x07 Œ "
b"J1\e {F/CA¶Êª\x14\e xÎ\x17 "
b"\±ÁâGÙHŠ›¡¾5îþô) "
b"Ø]§Îª#J#ºYÜË`┼┤\x1F "
b"\x1E BÆ@l±@üÂvbLÚ\x18 ò; "
b"Iõ|̳¢M¨¡ë}r\x16 ]ßM "
b"áó/‡žyJL¨Ä ¤´ƒ_ä "
b"}\x14 ¶*êF}¡¼qd%l¸L "
b"\x13 %¡öš\x14 H]šUSûoZ\x13 ú "
b"*s=ð■Ì@\x10 Øz§aä)E¾ "
b"Ò„\x02 Þ+\x00 Eà |Þ{r}æÎ "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"l%“²¥>F¥¡ŽËÄ<5„F "
b"!™R\x0E ²àDįÍP>-â¯u "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"(þAÿ¬>LÑûÞ-Tü\x06 ë\x04 "
b"""
3┬jS \n
@\t ╝!Õüþã#Y
"""
b"6pJ├àêM\x7F Åìr]\e Ü÷m "
b"ëÑq\x07 VHE\x1D ´D•ylBâ™ "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"À–é¶{$Oç‰0ŸúRuÑ7 "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"v¬]ÇÒ\x02 K”˜<,0èUÞT "
b"\×\x18 D¥gAåÉ░╗╝Ý\x1A öµ "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"""
d-ìïÉ\n
Mk€ý+Äì_sÖ
"""
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"Wé¡\x11 ,ÿNŠœw˜¼-Š“) "
b"`£Ì’\x18 ÊG!š\x0E <\x04 £\x02 8“ "
b"""
&À‹¶°ðCó€\n
\x17\x1C ãâÄÝ
"""
b"¼›S#òjH~¡ß\x00 {L¿¹\x00 "
b"¥èÿëDüE\x04 │\x12 \eÆ\x15\x10 ç "
b"»"\x04 EH.CÿµzYγƒ\x1F Ó "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"ÃÝ\x15 pÌoJŒ§š<ù[¦)» "
b"|\t püº`I\x03 Œ¡\x11 Ug„r\f "
b"µs\v ¤,ü@■àÅEmÆ╔═& "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b"A¿cV>ÿAM–{ÙÃÄb¦B "
b"ð鎅ó\x04 BŽhý¯ÿ9Ér "
b"╩┬\x19 ‗7\x14 K=¬OÉO&d·¦ "
b"ÛT`ýyYA—ˆìAKã”} "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"""
JÚ{äÉEOð—É/„'Ì\n
\e
"""
b"Z|\e +W\t Io¼y„Æ\x0F «gÄ "
b"/LÆóÜ\r IË—¿o™l=bp "
b"êèQ`YüM\x15 ›¬Žs\x1D èë\x06 "
b"Øðëq“,D†g\x14\x0E 3\x12 …^ "
b"cwƒéa7D°™¥ ª´n2ª "
b"¼JÎöT•Eà‹fh\x08 lë(‚ "
b"@\e (I3´Ju™(ö¢·1GÁ "
b"œc\x1F †Ã‚Hï†s\x1E 3ÙvDÚ "
b"=\x04 ë\x1E <jN\v ›!V´Ç“N2 "
b"«û¼1ÀBu‚QêæQ\x1C 4V "
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"ÕÇËÉ‚NO‚‚Åx\x00 lï£J "
b"Ù”A7N\x18 LP©Ì±Þ´ £\x0E "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"€˜èåpÿC<—Ãc±´íê\x1C "
b"?Í╝¬dVG¯×1o}▓*VØ "
b"|Z‡CÓrDã†iõ¥ÃÓm\x0F "
b"³g@─ÅkCQ¼\x1A ¥àçÀí▄ "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"£e@\v *K\x1E É{ì▓Ðˬ] "
b"\x16 ð÷Èa!L¦™í~9£&±Ï "
b"TÂlX\x15 ÛIÝ€*×E\x03\x0F ›> "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"¯\x13\t\x17 ‚RJv¨Gs¸¿R¢j "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b" ºH\f etF/´\x1D çnìå£\x13 "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"ý|\x15 j¤\x00 I˜™k\x1E í=`:Ä "
b"#-\x7F íÎÓMÖÆÅ\x0E )(Hû "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"\f ]š«ç:N•®83¸`,ð` "
b"J╝¤þ®ØK+¬LeÑs─í` "
b"0Y±õ-ÕEå¿Ýv/óÑÍñ "
b"Ϥ64\x03 ñIF‘óÕ^¹9‹% "
b"""
MÅ┤7Ö5Fd¡\x17\x15\x13 #r\n
\x07
"""
b"OÍ╝ëı▒NOÅgk╗e¡ÿP "
b"ÊIûcmÜC߯ë Ä÷Ü\x07 & "
b"þ vQfsBðž*¸„¶\x1F _) "
b"\t\x12 ¥öš>Lݧ}\x12 ³({¦À "
b"(\x12\x01 ò¾ûG■Ø▒~─#├Yc "
b"Ãg\x02 ØØØA«ôKém#ı`\x17 "
b"T;\x03 ³õ\e E■òÉ\x13 Ø!\x10 ─\t "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"¶\x0E =’øøF6ŸÙHÈøÃR\x19 "
b"gÅ/çîVF‰¼ÔÜ}U–pû "
b"""
l\x7F Ç·æÎL&´\x13 \n
ŒL¤}ü
"""
b"À\x01 1íüXIʼf»M┬\v ╝´ "
b"o╚\x1C Ô▓üF\x04 ¥ç\x18 Ü]│n\x0F "
b"Û\x0F ØCÆ\x1C MÊøòØ\x15 Õ1\x13 É "
b"┴\x06\x7F ºõ+H3Å·\r ÄÉ$┴x "
b"""
0©z\n
\x02 XDü”;®‰}}ï…
"""
b"àÂj¸\x16 ÂB\¡\x01 רÜ}Å\x15 "
b"\x1F ¾ö'—€LЄòú\x02\x15 +|µ "
b"""
4s_ÙÌZ@J”\n
f˜`\x1A xª
"""
b"V†Cp¦ùI\x0F ¿!¬^³.Ç¢ "
b"ݦú±?\x1D H╩®└pnôØ▄Ò "
b"áÕ‰~‡Gä‡f\x0F z\x07 Î\x1C ( "
b";ª\x1E niÓHÄ£\x0F 0BÅ‗┬, "
b"xößNʯEd»Q\x03 MvšÓù "
b"И\x1A ïϳI”¤\x11 ’!þ'\x08 ½ "
b"""
ÓÚävœ\x1F HM‰,\n
JáC2°
"""
b"ã®Àg“0E¢“KÑã…l&: "
b"£\x06 ì■└LǽØ\x04 O¬Zê¦ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"#+Ó\x03 =:Au¡.ª\x02\x13 SUq "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"¯\x04 }%n<Fi¨=UÍ'Ò3¬ "
b"ï^Á}G9DM‹¦ª=µ\x7F r\e "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"‡ƒ0Pl€H¥¸Ëà[á#›\x17 "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"Üj8øIö@•¸ªõU՛ا "
b"‹\x11 Tý¯GØ´\x06 ŒcDu¯¨ "
b"ÊIÛ`å\x1A J"Š »ä\x7F Øor "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"[;\2pÌGA¨ÛqÑ0Ãåâ "
b"\x1A ±Yh‚âI?ªŸ\t Ò\x7F ×\t r "
b"³ãÊ»ã4Jå—/».\x06 õâÐ "
b"&£Â\x0F ¾_O·▓*"¤\x03 \Øh "
b")"áÆRÑF@µ)}—šgì\x1D "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"<ƒa¶i\x07 E$»í?Ò1\x1F\x0F\x0E "
b"\r ©1p/ÂE¤“8p•íTý\x19 "
b"mÊóXÑN^‰\x01 õ0¬vKõ "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"\x7F ]”Ž\x7F IÛº\x1F\x11 d\x02 —aè "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"®#\x13 i{G@\x1C ‹Àc&w`±Ž "
b"""
`¶÷¬7\x1D F׸@¦\n
U>\x16 Ù
"""
b"C■¸ÄÅåK½å\x19 LBä\x06 gó "
b"Ð_.œ:^Kˆ…ÈÓíŠD7Ê "
b"Q¶šiVËFÜŒa{÷Í[Ãß "
b"T\x04 ÎÝN^N¼™`\x1C ë…Ÿ¢\r "
b"¾µG»3AA—–M*üzy&Ë "
b"î?R1r¹H㣊v“*¯©§ "
b"‚{ˆê ‰M2‘ô7\x01 txÆb "
b"F┬tgü\x10 IéÉÌkÀXã░░ "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"”ÞØ\x07 Þ\x1D MT‡ãü˜ñ£\x0E ÷ "
b"<ä’JH`Eµ«\t æ¤Ú•îó "
b"î\x1A t\x18 ╦ñI░É┼7åõë1\t "
b"í¢BúDGCÅ»·Câ `ŽJ "
b"…3\x08 B\x1F lMs™1|9¦†ñ. "
b"ðו¸B\e JF¡ë륡á¨: "
b"ä;*\x0E ª\x17 BÊ€ú@¸ö¦žå "
b"0/„Þt”@r²;\x03 \\x0F hø& "
b"_├EU░õI─╗øëPü\x7F ¬Ï "
b"^7°¦¢MAâø¡59ìL\x15 "
b"qÕ\x1E T’\x1A GR¾\x16 sÝIÎÎì "
b""\x1C 8u¶†D1½‹‘\x05 ‚Î\v "
b"R'·ÖîÝEݨï-\x06 ÂÌg‚ "
b"úB8nòXLâªä¶\x07 Îûß\x0F "
b"T¡¡ÉıÐBYæC½«\x18 Ò\x1E F "
b"\x02 ║┌É1ºO*Âæ\x13 .0▒.á "
b"YÓQóWiNküñP¦¤,®÷ "
b"š\x14\x05 ]\x10 ]AÛŠÏ\x02 r†dÎ, "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"\x1A ìçÉkpEïê\x02 ½ÈNæEõ "
b"·Ý\x01 HÀ»H´¬ÑøM‡6#Æ "
b"Ž[óÁ_ÕA9Šv©Õl\x10 ¯\x1E "
b"7-ÞòK9Fñ‹\x01 ùZt̾> "
b"o\ó¼HôG ³Ú¿¨µ}fo "
b"³C\v Ø&ºD┌ô[2Òñ\x18 Ù¹ "
b"V%\x1D\x06 ÉéG\x7F Š/ô”ÊçPS "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"„šÑØ\x02 ³Cí‹Ùl®íH·« "
b"""
A\n
ÿ]VÅKu³Õy”‚k(x
"""
b"Ô║*[Æ@FJØV{Ù´«§\x01 "
b"ò\x1F FªÍßH\x04 ŸÅ)}m/;c "
b"¶-ô'j‘E»±\x05 ¯å§ß&€ "
b"¢Eøýж@±Œ\x1F\x19 Âå®<: "
b"m,ûyDÉE ÿƒ\x13 ±_k / "
b"¥ìú{K\x0F D°å\x0F dPµÛl\x1C "
b"œ¥u»)aCK›g\x1E Ûå\x02 bÜ "
b"°ÀÆE]-@]¯<c.\x14 ^6p "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"Œ\x04 ˰\x16 çEŘϤ•Í—\x16 " "
b"<þr²˜ÉCL³Ó\e -ÿ\x0F 2ø "
b"@:Á5JC/¢‡A•§·‘M "
b"Äi)UAùJÚ¬\x1A\x04 JâF¤\f "
b"\x1A o\x00 æ¥BGž‰\x7F\x1A ÁYç\x14 ¨ "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"ãà╠¼F\x16 J═ÅØß'ºä¡ç "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"~PTQ\x1A eM0“\x11 1aR×ØÇ "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"U1\x11 ï7¦My¬6¦Ñ+eÐõ "
b"MÞ\x15 ÂíßG=┤S¯\x05\x02 ÅaÆ "
b"z?dx{SOØ┐1ÌplJñe "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"1³F®í[F«§fCž‘SA "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"═*1·|O\x04 ┐\e\x04\x1A ú7│Ø "
b"\x07 :\e YF╚Cöì│┌ÕZÈÏ┬ "
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"\x7F j[®Y¡D5¢Þ/ÿþÓ\x11 - "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"×]AÞÉ·IŸ³\x0E\x1F „xs²4 "
b"¡Qb\x10 ?*B‰³pàëIqðÊ "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"`e,*“HHì§7#ïƒæW\e "
b"|Flx1¹K\x1F °\x11 hÍ\x1D ó\x18 Ï "
b"siì│)rCùƒ\x0E ÿ·\x10 Ü]Ú "
b"nJh‚M~J\x14 š\x12 5—ŸÄö9 "
b"P½\]\x13 ÕF\e ‡\x15 úS\ZâC "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"\e ÉÖ%šßG¼ŽÇÁ\x08 ½@² "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"–öF-ÕéDKªŠe\x10 ‘X%Ó "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"WC\x06 ÁôôJЖˆû-\x06 ˆQ "
b"\x0E 'MÀ╚ªK`ö8¿Ø¹<ô\x13 "
b"u]XüLÃN\x15 ¤ñðâ;\x05 Æ‹ "
b"ô\x19 Ûvl\x1D K\x17 ‚µ-úbÙ¹ß "
b"\x7F hlA?RM\x07 íıÆì╗:\x7F ¶ "
b"'Т\x1C ŒÝFÓ¦õÐ\x17 P´?\x1A "
b"kD´dÞ\x1A MH½_®Vh²tñ "
b"‰ÀñiÀ»Kr¡J]GÀÌF "
b"╬>\x17 ■*5@èè╗þÿ╝ÄÅ- "
b"מÈ?¿\n A÷ IL!cJ\x00 "
b"l`\x03 (7\x04 E"ótècÓì+è "
b"£rSN¶¶CƵ[Gï\x15 šN6 "
b"µt†H5\v CV£–DRÒ¸\¬ "
b"Û0í]¶>H±‡Ô”\x0F }‘u\x10 "
b"R\x10 óƒ\v ¨H>¤©G¥\x06 iÑ\x16 "
b"ßÊ%8Õå@¸”ŽÏV®WÀt "
b"ƒ0ìs[╦E┐ê]²wsÿ{\x14 "
b"╠¥└\e b\x15 D{òìiq@I║~ "
b"·þw$¡åOú‘á?\r E\x0E Ï "
b"="ô\x16 wÙIv“b\x16 ôK}\x1D – "
b"ü-\x1D g\x12 ÿG\x13 áÖ┤╣┼4µ= "
b"ÕãuœõO0°>\÷™ˆt\x13 "
b"\x14 ¨}Rì~B²¶¼³a\x12 W®™ "
b"\v ˆÇ°š\t J̨\x11 0«\r °\x01 ¤ "
b"‹ \x07 9.XBC¬¦„mÇ\e ±e "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b"Øw¤ÀÕ4F‘¿^^\x10 ªƒ†K "
b"Ë^ÉÀ/┐J\f à\x03\x07 òVG-ä "
b"Õ;Û\x06 "▀H¹ÑÇæ&"\x0F ì/ "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"┤n¹ö\v ]Ny¿ìÏ\x19\x08 6íÿ "
b"—f\x0E óVWBR†¹\‚ܰ/- "
b"÷Ó!šnÌIÆ€\x1D ô-\x03\x00 %) "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"r×\f gæGMܱû©e±.ÍŠ "
b"#a\x11 _\x14 -Iáµú*ÿVku\x14 "
b"┐ãOýôøBwüZ̹ô\x02 òí "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"¨9\x14 ¾^¹L$½Ç\x03 ñ—yÕ| "
b"█ñám#ÉG╔î┼ƒå\v\x14 ¢o "
b"²_¦\f ÓÅL\x16 ªƒ\x1E Œ¸\x06 WÙ "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"╚}\x07 Å▀\I\t Çã\x04 ½¯ÀúÏ "
b">Y\x01 Q╣\x0F KâÉx\x17 £L[!┐ "
b"&Èq5\x0E óDXˆ\f ¦_'vƹ "
b"\x1C 1—\x1C ä\x0E I‹‚ñ(\f\x07 Á¶5 "
b"Áñ0צ“B²œ\x1D 4a\x04\x00\x04 £ "
b"¯õ€Ø6REWˆTT^5g_· "
b":zùúÆöD; Uš4jx1C "
b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌ "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b"¸P\x05 0¼\x15 J\x19 Å▀Nv°\x00 ▓╬ "
b"”\x07 ÀØn M“•\x00 J¬\x16 V+a "
b"TÅJ\x15 ▀0EzñÖ\x12 └ê\x0E\f 2 "
b"3\x14 ¬“XóG‰‹µ³ùÚSׇ "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"¨Y Ɖ€E\x07 ‘Ž|\x0F ØJü¡ "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"ûÎÇ®╚JK.Üv┬oØý¬N "
b"vØt^ròKZ§Ðöò»Ýw\v "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"!=ƒ§¥xBIŽ\x0F ó`\x1D F\x1C ‡ "
b"ÑÝÇK#EM¨“ÚQ\x14 °ÁZD "
b"¥\x08 Bû\f FM┼É\e gD‗à╩! "
b"–©,\x0E ‰’Ne¤Ö \x01 ʹ‚¸ "
b"§\x18 üA?\x08 I9Ü;ÜÔÁ稱 "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"\x05 žñBoòN¥ºZÆoØJY\x1A "
b"J8╦┴¹╚I┘öÉräîé¡Ò "
b"AyPjy~J~´åÍèÒÊ\e n "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"à╝ɱO\x02 @Ç¥h\x16 ¡½╩üï "
b"åí¯¡╝yB═ü]É}&}d3 "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
b"\x1C âß6ÓÂAL¿æ@°M¬bh "
b"I%\x07 €ŠdD¯‰©¾L‘Íg+ "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"=ÐÆXMjB\e ©†L*R-4\x00 "
b"}ÂÙ0\x0F 4O*·Yd\e\f\x02 cÔ "
b" ŽhU Mšš\x14 åþ<\x0F 7õ "
b"V0Î)\x1A |JÕŒ’ƒ„+öYO "
b".1Ôý³uNü×b¶`╗╣}3 "
b"""
~ ╬\x14 ÿÎOIüU«l\n
.¤6
"""
b"[Âð½ÏLEBƒ‡®ì¶Ü\x06 g "
b"ßB┘£¯E'Éá;└\x05 ¨░a "
b"!g~\e „6MB®Å·Í]VÖR "
b"s\v ,\x18 l+LŽŒ°Û{Ä`ûœ "
b"‹/çë\x1F 7AÌŽ±LüñàÝí "
b"¯!*Ã\x19 †NŸº1â\x1F\x01 ?´k "
b"†>Ñ\e\t I¨¬½0ú¤Å,h "
b"╬\x18 8\x19 « C}دz‗I\x00 ½Õ "
b"S³ \x11 '…CÞ³v\x1E ă6™g "
b"ø\x06 >\x03 ÐJÍ¢}–\x0F •ñŒb "
b"©¦‰úh\x17 L)£ù¾3øÙÔ "
b"-ÏÞíº^O,·‚\x13 €¢ä=ñ "
b"¶Ü!V=qMÁ½\x02 ÒÅ4HwL "
b"b,åZ'Ý@a¦c7Ø`#\x7F Ï "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b":Žèï¤=F›¤D![Æ€zè "
b"T}’¾{þB„Š_Qé\x16\x02\e œ "
b"/î±\x18\x12 oAKˆ'0\f¶ô) "
b"Ê\x00 ƒtí`AQòż=³õ\r « "
b"├û\x11 P‗öK═ƒÉ└ñOúh½ "
b"\x15 ┌÷·:@ÛÉ╚¬1─³Í\x16 "
b"\x01 RÐ\x00 ø4H\x1D ¾µ}œ‚/‰— "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"sDèjàgJ\x18 ×jwÈcì·È "
b"‹³Z\x7F D±OO–Åü¸+hˆu "
b"!¥8ÂCkKužÒNØG!Zx "
b"^““oí¢DÙ†òÔ;\x04 -n "
b"""
▒\n
▒:Já@\x07 Åcp`PÑ}Õ
"""
b"1ÍÇÏ\x02 “@¯€JÖÏ\x1A \\f . "
b"G[êÇ2KHlŒ\x05 · ”\t\x07 ï "
b"ÔŸËZ®\v @ʨýeGÂ[H\x1E "
b"\r 'Ð\e|M\x0E €;¡NÏ©`« "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b"ï€þ2™sCx•\x18\x0F [ØÒ†³ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"Ü\x02 ‘Fa^CFµ7¥"þV7› "
b"¡=‚^ÛÂHrš\x11 *ÌûËܯ "
b"s(ŸÂq B’ž@0ÎÖãÄ® "
b"¥†È$fÉJ/ž.qƒÔJ\t r "
b"$ÃN\x1D =ÆGwƒ;…àh¡;~ "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"¹\x1D pÉSPG\x16 î¹\x06 é‗½ëï "
b"(pÃG\x1D ÛC\x17 ¼âÆ0ætçù "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"\x11 = u§IJé¡ÉÝÊÞJ▒µ "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"\Oök\x06 ™Jd‘¬\x10 ó‹\x0F —F "
b"na²\x1E ¿\x18 E\x0F ‚‹E1µ±ÑÅ "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"¿ìv|@¤NÒª»|d›™—< "
b"}S!ʳÙLÞˆ€ójh^vè "
b"\x07 a2▀═7HïÀ»╠+ÿ¼\x19 Ø "
b"üÌ┴óYºE\x06 ╣´äº\╩\f \n "
b"ü<öp\x01 äKgǼ\x11 Cá\x05 îP "
b"V±Ø\x7F _?G\x1F Å*|\x11 ²I÷p "
b"vÇâ·\╝MØô└ßÎ2>3Ó "
b"Ð LÇV\x00 N\x1F ìª║mú¹·< "
b"""
z\x07 ê\n
ÓÐN!…ËAËâTË0
"""
b"œù“‘N<I’¹<G›&\x1F ¹’ "
b"\x1C ‰¾V{\x7F IU‚zoJøvÒæ "
b"ª|«r©ÙMùš\x7F }ÁœÛ%m "
b"\x0E\x12 Œü>ÊDú°‰Ï'Pxyþ "
b"kh┴ô!+JèÑò└C´¡ÅJ "
b"u«õbá4L¯¯å\t %³¾\r ~ "
b"z\x08 nŒB\x01 Fž“+J\x18 7\x11\x05 + "
b"Æ'0ìÔËJ¥öôW\e 'Y(ð "
b"ÂÂ\x18 ½┘üDÂû\x11 ¨╠/├\x10 n "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"Î\e „+ÌcAü¹×\x15 /ˆïÇH "
b"""
Ä\x12 ^éäÎCÊ·§FÂ\n
ã‘)
"""
b"åDäàØ*@BÖUd6Á\x10 ¿Ñ "
b"Qš=>÷ŠHç£Ù>‰*ëÚ¾ "
b"ýp\x11 ß'§J‰®Š+ð¹%ˆá "
b"!cC\v 4ùH;¸Mà…Ör÷\x15 "
b"!4 L!±A¿‰\x14 ÷®8\x13 n\x12 "
b"█▄ô\x10 ìÙK▄Ñ░U¦\x1C GL« "
b"*ñ‚KiºCųÜ9Œu‡…ì "
b"\r Évm&\x10 GYæ\x04 b\x07 é┬ın "
b"³¡╠ØI½Mì┐gÏ*xá\x16 á "
b"IP…1\e 1GO íòs=\x1A …? "
b"øjºø4*Hg¯ s(Á©\x17 ã "
b"i\x16 îð5┐GÝøð.#&ü╚ö "
b"Ðq#Ne\x11 @EŸ'Â"œJçˆ "
b"®±ÛGÚDï¿|ü<5Z0Ø "
b"¾XïÕT~Gù–ßÅ\v ãn-… "
b"?]ý—¥TE÷µìd\e ‡u¼– "
b"9─\f\v j0BÂåÅu\x18 è¦\x17\x12 "
b"l¯¡à3\x00 J€œeÏhÛ˜O1 "
b"wFt+ ”F\x04 ¦öXÒ¥\x1D ³› "
b"üü.\v óMB=¼\x08 8x\x1A S«p "
b"L¡²7Þ3E ® \x15 ŸÐS\x01 ¥ "
b"\x07 ÿ'É\x01 ÕG¡║Éx╬³I#N "
b"½ÑE─\x14\x06 A=ì£àRësäú "
b"ã®ó¸$ôA.ƒ\x08 E¾·²Ó\x08 "
b"┬\x16 º╚üãMä¿5\x7F ý─²®7 "
b"ì!([{ûL{³Ô]Ô{W\x03\x1D "
b"Šáp\x06 ösK\x03 žÇ\x02\x1A ì\x14\x1D ] "
b"<þÏ”{ÂB[‘®Àà{ƒ¸i "
b"\x17\x16 ·\x06 Ž·Bà˜\x0F üãûÎ\x7F V "
b"ŒPˆüT²IM©B\x05 ~Ò†T¿ "
b"†;øfaîJD’0w&Óå0 "
b"""
ð\n
×ÚoƒGž’e\x7F ¯H‚\e î
"""
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"ü╚q°âzF║ÑÔ"\x1F È!C¢ "
b"–§"Tî\x1D C̬Úyž<9ðS "
b"2¡VvY\NÏÉÑÉ\x16 b}h* "
b"ù»Á”)ÒD¼\x17\x05 ¶ƒÈ\x1A ¯ "
b"Éë)äý.D7 W(UÚÊ5N "
b"\x00 J‡\e £ÚH]¥ç´àÙ¿º‹ "
b"\x08 ¯\x16 ñ\x07 sN(À3├┤Î│Ž "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"\x1D q\x02 ÎOEC\e ’ó{áþ\f\x02 \n "
b"ñ\t\x03 ‹«3I*‡?󯝨ÝY "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"(@2[\x01 Iöµ-óVªV3Ä "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"Ÿ?¯‰ŒOG‡©\x14 .ým-C\ "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"nt]d\x1E\x13 Lç\x04 –,Rðõí "
b"o\x16 zŸfKBƒ¢½Ps‘üã\x03 "
b"»ÖJ\x1D\x04 ÏD?«\x03 =íø&\r "
b"¸#öÀ»^Fȃ’»aó"\f þ "
b"¥èq1pßH÷€f\x1E ×xù¢ "
b"\x18 ~▀ÍYÃLIücø#à├\x00 È "
b"«Ô█ÿö└D$ì\x1A ·WÂ\x0E h╬ "
b"ì\x0F ▓Äõ\e N\x05 樣p\x0E 1èÛ "
b"ë¥(l\r CDfì"çàµ‗.ð "
b"\x04 üäd,>HÂ╝ñåÛJ┘²┐ "
b"…c\x1D ¦‚ŠLV¦\x08 ¬\x08 Äõ\x14 Ê "
b"\x19 üõîŒØCh±ï´±Œ`\x08 < "
b"\x08\x1A æøü\x1A KjÑõN'ßì±Î "
b"ú8rRE¯Is«¦\x1C n\r ÈmQ "
b"¦┬?@·WFƒì\x0F ■\x7F ò®qî "
b"\r ¬tÒ?ñH\x03 ½¿w]aE(” "
b"^å¦$§;F«—œøÉH੎ "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b":²\x15 #àcIm‹ˆ[,ÒÀs' "
b"·.Ç9—J5ªy\x15 $½=â\x7F "
b"¶¬o\x1E ›¢NC ð¼\e Áq¼L "
b"\x15 ëªD'ÑGþ¼ÉÓŒMÓ\x03 ‚ "
b"JhºN%lI\x12 šÍåO¾ÿ‘¶ "
b"¬MºP\x16 ÄN$¡V)¬Z\x16 žÐ "
b"Å\x06 qæÍ\x18 O§¡âð®'x2x "
b"\v ¸B×f╗FpÉ!Ë+à\x10 V@ "
b"ï°=XÒRJÔ╝ýw\x16 Ç3┼Å "
b"õ¡rªî•Ièžo\t ‰H¤òŸ "
b"æÍê'm╔C\x1E ®`Ïn+xɵ "
b"Cž\x14\x06 0ªE\x1F ª\x15 <\x15 ¬\x1F ü\x1C "
b"y\x1A ß’ØçO|ª\x07 V5\x12 4zÔ "
b"”\x07 I{\x11 VLÿ–5¹á“\x17 »0 "
b"GðÉ—¡¸Hº¸TÓçpi€´ "
b"EYlØÂUKʦ:\x15 ¬ü?’¬ "
b"AÅ¢Ç3NR’¿x\x07 Z\x06 úv "
b"""
\x14 &å®g|CÑŽ¼wz›m\n
ß
"""
b"r║çTƒÄO\x19 üçcé[`\x18 É "
b"`¨D'q├O¬ê\x13 YìecÖz "
b"┼9 \x06 ûüD&è\x07 H4\x08 "2ë "
b",¼‹Ÿý\x00 HSŸ@“·æ\n ü6 "
b"Xm&Aù÷I╠ÑúX0«▓}ì "
b"x\f Ë3ÞéBö³lÄ\x15\v >Ì9 "
b"éÎYäÐÎM\x17 í\x08 ö\x16 iâ╝Ø "
b"²EÒ“\x18 |Kç\e ý½L}g‹ "
b"\x11 |ó\x17 ÅiOºí®ª?nûÞå "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"lK└-ì}IòúlJk\e ¯Íí "
b"""
rôµ\x06\x03 ÒF\x04 \n
R›n\x11 ò\x02
"""
b"xÍút\x03 SBª‰\x03 ÏÏxÕ\x05 « "
b"Gh)\x04 ╦fMIüé¹|┬6/_ "
b"ØéÐp6`A¿€{¹¤õÓËø "
b"X[$\x14 9dI-’ÜuØ1\x08 ãý "
b"@WlÃ2\x16 E\x1C ·ÔpØ ùÇÍ "
b""\x0E\x04 £ÕßG'²[Eh×²åŒ "
b"Ú@Çr\x18 Fc°5á³ù‡j$ "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"ìe\x01 ~Æ—D‡±\x03 c¿ñ½\t "
b"Hè%ê[\r J\x13 ‚¶rØ®+ëÛ "
b"\x03 9Bב"C\ŽÌp‘N,˜{ "
b"jÓ\x10 û\eO&¶À\t T²×µ\x15 "
b"¨2\x02 åXðJy–SOÅ\x13 =A» "
b"ÃÙºK\x19 £EYºE\x04 Ø6Cê7 "
b"¶˜\x13 t«KKŽ•zczÀÏfÜ "
b"rZ‘D½\x03 N\Š\x06 fæ\e [$Ù "
b"»r¸\x0F .UK†£™ò\x18 7yA/ "
b"CÌ\x19 ±ìÇM│ÇódQ╚(G$ "
b"sâþè8¯K.û6ü╚}¢z┴ "
b""░ì▀¼\e K=ó\x1F ╗86ÙþT "
b"▒╗h®[=GLüüûôƒØIZ "
b"ð]èC–CAo‹\x14 Š\x10\x19 @%è "
b"Ø\x04 Rúæå@)ìq§»\x0F §+s "
b"&ù\x02\f 9ÅD©—á±\x1F MK<ò "
b"\x15 &\x03 ÁÂ\x12 @n³iÀá=!ZÓ "
b"@ô—R†FAž§À\x1C ÆEú‚o "
b":5½$\x02 bD!€ÎA\x07 X]ÿ£ "
b"*àÃÉž]A›ˆÕG\x1F\t LÖü "
b"{\x7F å`ÝœG\x08 ¸ê4\x02 à\x01 Öú "
b"‘C„ºÄ\x10 O…•\r \x06 ½?JÛl "
b"\x17\x1A =(ä±Lì–êoõ\x18 g2° "
b"q\x02 Ž~…+I×°Uãì#AÎR "
b"\x08 X/%®ùH_¶OÅXg|h¿ "
b"÷pŒsZµH΂\x16 LºÒ\x17 ¼è "
b"÷’åÎŽ5G}±\f ôïiÏjª "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"\x1F ¶î?░ÞJ┼ìJÜÞaÃ┘z "
b"ªpï\x7F ¦:@T¬ÜÚðxÊ®/ "
b"’šx†y¬DŠ‚JG\x12 >h%9 "
b"ç½\x1C\x08 îŸB\x0F ‚\x18 >s\x02 †Cñ "
b"Òz·i—/Hͺ2ûuÌÕ%Õ "
b"}På([ÃAi¬he¼-‘L• "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b" Ö¢˜\x0F ‡E‡•Ð\x12 6+ô¨à "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"9¼+Eî\x1D Jc‰{¤þg˜È§ "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"xÈ£·u-MH’–\x14 []üÉà "
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"Õ6v˜\x02 wFcŽI4ð\x16 ðüó "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"ïàk£\x1F A7›µî»H,@ù "
b"d*x˜ŽÏD‘–d¤Õ0~É‘ "
b"Η¸ôÍ_Bê³™\x1F â¼Ýâè "
b"O\x00 fæàHOG£vÝP\x05\x7F "œ "
b"ÌÛ_ËÏ\x07 IÍŠ¸§ëH¡Í… "
b"cıüÇ·\x7F MXê³&DS\x1C /r "
b"@ñ@Ô³LL¹»q Y†ž»R "
b"@8]„àüMn§Öà?LÖ•È "
b"²¼~ÙúíEY¬[“Ý\r yð± "
b"ÁËÞm&\x08 Fö‰ð>\x03 Ó=æ£ "
b"´{E0¡jAHšJÝä<°Ú^ "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b"\x10 ކU5ºGv´Ÿ£\x1D á+(* "
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"\f +\f (ì¶AȾ©\x00 üj®gt "
b"<4¨™o\x01 H΢¿ðh™Éχ "
b"*ªiw\x13 ¦Ka•Xö‚ê;m# "
b"´\x1F A│£WEá½z)ÅDª\r Ë "
b"æ*ÖQnäDîÅ█\e ¯Td\x06 n "
b"›¥@=<ŽG\e º0—-)´-ì "
b"i\x10 ,öëLGYƒ³g^H㉖ "
b"ªÞi×n^DÉ»sÖ»Ö)à "
b"V)'¼x‡L\f ‚À\x07 Ç¢¥‘· "
b"îä_ZÂ\x0E Lç¦êÓíFÛõD "
b"LP÷À‰ÐNz¸Ž^£<^\x7F ù "
b"yÒù\x1F ã¤L¶–dÇ Ð¼»< "
b"""
\n
R&Tø¨F°¹k†\e }Ê\r ¾
"""
b"(├§¨üüF©ù┼\x18 V¶B▀ÿ "
b"¾È¯Î¾ÆN\x07 Éáw▀ûî■Ø "
b"ÅWnÚ?;A‗É┴2m¿\x1A ╣² "
b"züu\x13 iGF,‹eR\r ôVÚ’ "
b"„’Ó–$\t BS¥.ý‰§ôÝ4 "
b";Z0i¹!B#£Þm–‚³‘o "
b"]»ê\v ¼eH▀»i┴ü½\x14\t "
b"d>³N÷èLEú<SظN\x05 © "
b"║┐▒`<²JåíßåíÅ╚ZÉ "
b"=fbcb;J"œ\x01\x17 BHh·Í "
b"DŽÀ|ËXGF‰DÇ@|Âí³ "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
b"Ðè$¬ì˜B=¬Îļß!ˆ\x16 "
b"÷o░±%+E\x1F édÅ>╦¡½C "
b"ÿì'(\t mG~║oJZ«1▓Ô "
b"0Ô\x03 ä\x12\x02 FJ§|V¢'í_\x17 "
b"?ˆBðíåI¡†¥\x13 #šBc– "
b"ÀJüõ´■IÈ╝\x01\x14 R6▀ËÝ "
b"\x11 ‹Í¤P¥A¸„ï\x1E K\x04 Á×5 "
b"┤\t G╚gFBÙÖt╗üüe9Á "
b"ü¶Ù╠'µL\x10 øSå\x04 ┐¿&ü "
b"O\x19 Í\x13 Ï´G>£v)ähU\x13 Þ "
b"¼Æû’N5CR§ÆË³\r Üë’ "
b"\x07\x00 *Œt÷O\v µí…Ø¥ž‡[ "
b"df\x11 ±\x05 ÍOX¢Êe,‘ß)u "
b"ÇMc·n¼J\¿ÏõG»ØS\e "
b"úš\x14 ]ò-Fk–¼Á6\f ¸qw "
b"Öú¬|Ü„D™–b~‰H¹…Ù "
b"Wozf%¤K@´ª\x14 øXÓõ( "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"\x11 °"{j£NN˜\x14 hÚW‚Æ¥ "
b"¶š-Ù-ÌO6Œž¼ÑáëÃä "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"""
±ÖÌ\x03 ╣\x02 D\n
ôÉ─\x16 |Ñ▄Á
"""
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"Y gΒaAܢQ\r )ݯAa "
b"Á8ô¦Œ\x11 Eɽ‡×\f\x16 ò\x04 ( "
b"ÚÅw┼:yF╗û¾\x15\x1D l\f\x11 û "
b"¯\x02 ¯(J\x1E C@©ÖW\x10 ì\x0F i* "
b"…áêC\x15 ôM¿ºl§–PÐÚ¶ "
b"╦ü│·V²Kk»_mÅf╬Ù "
b"\x06 ÆÀ\x06 è8BÈœÀY\e œN\x01 h "
b"x7o¦¬ŸK\x02 €ãp=L\x1F\x12 ¿ "
b"5ß뿞×Nó–Ù|ÊÛR¬Ó "
b"\x13 ßI╦\x12 ýNRü¥\x12 /\x1E XÐÜ "
b"ÄtþÕX\x17 Lh¯ê³w\v\x18\x0F J "
b"""
á\n
¯\x1F\x02 ¼J·Žü\f „=bp3
"""
b"[%Y\f iùJ\e ˆœ\v [\r ”®æ "
b"""
Ñ?\n
Щ[C7ü/\x02 AZ½·©
"""
b"\x16 ªÿçƒ\x06 A˜š#\v ü¸v¯• "
b"Qß°V½AK0ކ`\x0E KûA¸ "
b"┬\x19 ùËìÚ@\x17 û®\e 0ðêJ "
b"5\x06 ô)åVH†‘ž{R·q^ú "
b"2¶ıðOg@7À²qC:üKë "
b"""
\x07 »ÄÌ«zOÀƒ\x06 ¡õ\x0E $\n
Ù
"""
b"g5ÅÙ,‗EQ¼║┼)$Cî "
b"X×┤j¾BO?¬øØð▓▀ýÓ "
b"D╦?\f ¿$L\x10 ù╔O\x19 ýdØ\x1C "
b"Ìl¦õGÞJj†6µßΚÊ\x12 "
b"keðN»ÓJƒ³Á\x10 7‚e\x00 Æ "
b"oá©k•õMÕ‚ve¸½S;f "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"¿l\x14 Ç\x14 .M¢¼ªü-°7ç€ "
b"ý8•îm‚A™š²—eçõ~N "
b"Zì\x1C 2┤\MT©?É;┼¯,T "
b"ý¢×\x03 ÈlO\x13 ¾Y‰e:³K… "
b"Ð*¥4\x04 >L Â\x00 ½e\x14 .üh "
b"║w└v=¹G\x15 ç`¡º3\É "
b"“÷ a·VBÚ„˜~‚8D…¾ "
b"O╬aúü$F├òË¥ÇÏ\x1F rV "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"^AÀÙ:\v C/¢›8#ÿ\x10 +Å "
b"®àúù¼Eû†ç_½’ËT\x05 "
b"kŒ×¼ƒ\x7F M0‘Ÿ#Uî믵 "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"@·ì»+ıCÆ╩\x10 ÏJ]¦9 "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"?ßBo¼µNþŪÏi¿l\x04\f "
b"gÞmg0LK„‚éX«rš‚ô "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b"¤\x19\x05 iÝ)J2±Œƒ6à©'Ë "
b"Dõ¦Tø'BX¶}±\x04 ú¼ûv "
b"‰mFqÕÐJƒ…\x06 ©žÐyIÐ "
b" uY“b”H\“[0áU;ÖÚ "
b"™ê× \x07 AB\x01 ¶’‹\x05 û»¥N "
b"hÇo\x18 ^…N\e ªmÅ\x10 hÔÎÛ "
b"_▓û─é¼MÄÁà¦O\x1C Úèü "
b"\x0F <Ä¡ÛùM×@]‡Ð]g, "
b"\x17 <½ú\r QJÌ╝éBL\x03 Ø0║ "
b"ºŸ¦Ý\x11 &E\x06 €<~‚ú\x1A %˜ "
b"îûN2$ç@P»<çË??žî "
b"""
\n
âé0y\f HsÄSÉÒ¹]^,
"""
b"卨\x06 Ê\e EÎú\x1C ¬è╦Ïæ┐ "
b"÷ä\x17 |n\x02 D¢¯æiuJõam "
b"K6Å\f ¶NJ\x03 ¶¿~oÎÇ‹0 "
b"""
ŽQA0[ŸMŽ–¨\n
ŠÕ§qý
"""
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"™ËÇå¢áE\x04 ”Ñ9Ÿ_5V6 "
b"”ì—T~’MI©\x10\x10 .Æ\x15 )ß "
b"Ñ<d\x07 É¡H•¬ð¼4\x05 †âý "
b"O┌[û\x17\x06 H߯d╗ıØQl╝ "
b"Ò:‚•õ\x03 C’ƒôS\x17 +aÝ\x1E "
b"´7W\x1C\x19 ƒD\x03 éÔÀ[█aÉ "
b"\x05\x1C 9Sà(Fò–ßõȇ\x05 9f "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"\x01 †C,¢MA迬&îLJCç "
b"Q#V=JøDüº±H┬┴C┴e "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"q\t ÊBØàA%€åv\t ìÍ¿Í "
b"t)aÒ!öEC¸1Uy››Ì~ "
b"È\x10 NeŽyNÚ€†æÒec·ÿ "
b"""
\x10 åYH¦.Fþ©ÀÏ;0\x16 \n
ê
"""
b""\x10 ■K▓í@┴üæô©áL╣< "
b", \v "zîD£úÛ©ıü▓±9 "
b"ξk\x1C I[LxŽaéH»¼Òº "
]
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
)
)
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
GROUP BY
`product` . `id`
Copy
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F8394B87A1D447CA2D59221198C6689 , 0x2981D274AF1A499B9A3D61ACD3C4DFFB , 0xD8CE812C667F4C14881887CABB9E727D , 0x9697343857C24DDD8250E9515CE7FF21 , 0xF09A95B636114509BFF44E2C53D6E0CA , 0x7AEC0CF38D9445608FDE7D49D627919A , 0x4E0D39B2433B499F9B6F8BD3C7D98D19 , 0xE2DD0855A86A4C399E1D62FD25C35D2F , 0xEF539485CC4C45269C7CC2658DD5BEA7 , 0x1AEA228CA06A48EFBFF72852AA31D468 , 0x73F4DFAC653D4F52AA5423DC6F2607DE , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0x6DAE503F926B45E4852B934306D8C1E7 , 0xD7CB1D58D4CE4F699CAEF498931672DA , 0xE863DE4441514E82BA6DE7D252DD9335 , 0x944F0FAB45F64A6894BCEF7C9F2446E4 , 0x95C56B0280FF4398A69AECBC4B4A1BBA , 0xA054CE261D744BCDA5C30495FE53F325 , 0x27F0C28D790C4A3F8D901FD988059FC8 , 0x7D30C3B042DD4A53BF0DCD11B6D81EAD , 0x30176C652F9B4833804BE55D2E5C491F , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0x85FAD572583746E3B8862D53244884F6 , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xD5BE41A8F5A34787A1467A70DDFB7EC9 , 0x802EE6CE0A5B42CEBB9C073C410A080C , 0xA30AB8A9979644639A6C8FA69703B204 , 0xED7A9A663E0D40219234E240AB47A393 , 0x8337D35896CB43969814DC8F553A6C8D , 0x13A7BFCB6F394B52999C33FF1F1A01D1 , 0xE8B6FCAF96D144DF92383631D23EDBBB , 0xC81E18BB8DCA486E9DCD2C30A35BAB3C , 0x073C8ACBA3AD4178846C925E7B64396F , 0xBD2F3BD185B44BD89A304655797F6F82 , 0xF103D729273645B0B27BB48CD04B290E , 0xBFA0F5C7990D47D68FE7896930E02E58 , 0x262D10AA4C5F4D2EB8082EA3371B0108 , 0x80B0B34BA3AD473193B2F9FC45E218F7 , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0x0751E34C31CB441494CA9B76E9C11E4A , 0x879E2C487214457CB3CC606EDA47F549 , 0xEE5DE617198A4B4392DAEC9CA66E82DE , 0x9E935F48DF944332AD696931BA2CFDE4 , 0xBE8AB8AEFA944F648610A373C7D9C612 , 0x42C5FC8A3C1B4B4AB2D307E72214A678 , 0x4C9461AA9F2347CB91DBBF636B319C3F , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xFA06D411CAF649A8A0869210D28B8182 , 0x0479080E315E4D1CAF8E7132ACFB851B , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x8D1E147F008D40F5BA902C23610374FC , 0xC181BC04EF9A45E88C31BB31ADDB9391 , 0xBA76CB71D106411AA7ED00F13045A32A , 0x336A16D53AF040E6959716646F66CDB5 , 0x120F6A3158AA4E53A4594D9B2F0DD0FD , 0x5C14BD4352F84255AE542EBA0ACC0E5D , 0x764D49F8E36C481EBF908D3A59D16427 , 0x0DD04B698828488BAD12A9DEAF7C5FE5 , 0x46815593D7CB4E058BE8C35B4775F8AF , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0xF4C112A32B344491B74F59D7A1223E89 , 0xC8AE7F0369464BAB97E8CB6998DA5A37 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x592C8C118FD34494B2F8A1E7017C4208 , 0x8D4F652702BE40BE8D5FD550188D0F45 , 0x84BB8C3297E044C1A7979CEC2FB6B7FB , 0x0B051D02018A44F7AD8ED080E0985401 , 0x80300E7918A0472189F0600F2CCAE169 , 0x699D5C13465942B9A9E9369633CFAC97 , 0xBC5E02F259B548E585DE758155C448D1 , 0x49C262940E634627A83A2D8900CBCB32 , 0xB8D46F425DDA480A94A63288EAF9A67D , 0x0725BBCDC18043BE841F654DFCDCA1E5 , 0xAE1B6E1101974395851F687B7B654931 , 0x0ED3F56F152D45658B1109B1A9FEAC68 , 0xB525F8818BB94975BD6D612C4B661597 , 0xB1ADEDD24A1240FC89C0E548CD042C9F , 0x917C0DD471714A44A2F46430182D7FD8 , 0xEA4EE62ACC4944E68D8E9061D46211AA , 0x2041DC300CD2453F9887CF0C27AA41A1 , 0x2426EDB12DF4476AA105EE6DA57AAC54 , 0xB1DB8DA532FA409DB65270ED2FDD7BC1 , 0x396FD0BEC6754AD6802751A4953AE4FC , 0x759717227C7643E1B6F11815A203B3A3 , 0xFF39B738341A4E009B3EA51400377614 , 0x5B9D56B870604CA2ACC275329FB15B5E , 0xED3AB2A57CB94CEC97392A2D4E4FC2F8 , 0xC93ECDEA10EE41A9A587AEB88F1B08F3 , 0xC85A3558DD2D405CA0F4491A6B52614F , 0xCCA727003FF54C9395AF451195E7279A , 0x4CEB08EB683E48B8BFFD988441CBE0CF , 0xBAFD7DA5004440E8B75178B8111B1997 , 0x2E3DC9F7477B4513BC85FF8A3E5657A3 , 0xB03006FBF7354A93A528FB71C1275DB8 , 0x4987134C36BE4A2BA051D2C6FBF5BFED , 0xE7575D54C9FE443F98C5CFC50DF9C398 , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x327337D82CFF477A8B2969ED8C94191A , 0xA3ED2E2204F14A108ECC492364CAF355 , 0x299DF76406224633B1554F17B7C29774 , 0x90C5EDE0B2E94251B2824DA55F903453 , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0x263E50A70F62437999C52BFAF4D12048 , 0x98099977618846FE80E141669A36D6D5 , 0xD921EE213D44441DBF25538CFF506FBD , 0xAD954713D8574B38AFA2398C7BD66C0F , 0x7260BA2B578748ACB6FAEA9122190BA0 , 0x195E796BADF14EC58F9FB64787588EFE , 0x2CA04ABCB39D45F4BA3679C5D31987CA , 0xBBA2A0852978402295F1C7E10D5E4803 , 0xCF5E6D5586A54DC4AA912896D745D722 , 0x46E6A1DEDB50427E99AB637C736ED176 , 0x8D2CFDD4A5F54B59902A11851D033E54 , 0xF2406EFE382E4F49937E837FE25BF33C , 0x0C888F16942345A4950FA5FE43BB8185 , 0xD83A3E11D54643B3BD70857E7153AEBE , 0xF3C11CFD48FC454BB7F0F46D9BCE33F5 , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0xE070C6060A1D492AB557CD300DF10A68 , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0x87E8A336732741CCBB5767709F69448F , 0x00F0B091171B4395B97FD73ABD185CD6 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0x02E134AE0EB64719B5CF4547E75DC4D5 , 0x7C91B0BFA1934D46AB3FD2FC66867555 , 0xEF094217B79440C29FB54A57D569967C , 0x18F087BA32B6407BBACBA7C1F5B7259C , 0x4A3774215AF3449697142DD4E3B95F98 , 0xC0222E973C85450798BE8850EE5351FA , 0xF9F005A3A5EF4E34A411BE5F9D070933 , 0x410118C8E60B4A46BFA7A81479A0958A , 0x73E8E9F85D4C493DB672F16C3C916593 , 0x778293E4A68D44719A6E09A9FBFD9A8A , 0x52446F91657F41ADABB61429EFEDAA1E , 0x07FADA449B96423FA8433F6EB116494B , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0x09A0EDC9672347AA86B18C89FA4AB4B5 , 0x5B097BD435E848F699E62A1F4D526C7F , 0xC0938ACCDE1F4174BD1257612629EF9C , 0xB998200072FB47659BB40DC7F9974FEE , 0x84DB882D5EEA4037AE04BBFEBF4B8219 , 0xA1D210E732B14ABB9DD022771C2D6A50 , 0x32BC5D95630145DAACE7E74B0905133C , 0x1D02727F23B346DF923936E0DB86C754 , 0x8A6708AFC5644B41B574817639939A1C , 0xBE9981C98EAA407DA40960AC1D2BDBD2 , 0x3961E4D4B5694F32A71C9F545E1463D7 , 0xE8C251237D3240BE8D3FE4B4B199D54C , 0xC4642AE7E3E14468B7E384F376400530 , 0x1D9DA3D26A4C44DFAD990FE91A01AF6B , 0x47FD66B6CDBE43919BAFE81BC8DBA96E , 0x02995413D6C248E38AF849B631E26C0D , 0x4DF3329A2B5745F38D8E47A9D622D696 , 0x351766DB24834309852CC2886F45D3CB , 0xC5A7941EC4AF4197AFDE9B553ABADD82 , 0x0EFA71AF83864236AF70EED5E2477D7B , 0xDE60E8C91AA24BDAA1132ADF8769432D , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0xF316E9150A4A4575938B7AB049475F03 , 0x763A62FFC8524B5E8CDE6E4B63D20F87 , 0xD95E5AEC89724844A46B61824FB1C774 , 0xBC682318F5FA45F0882688B264BD3EBF , 0x91631143C2984C2F9DBA27F2AA18CCA4 , 0xA57835DC1E2A4D37A4E375DC7DA7EC70 , 0xFC8986EBBFF24DCF8A2A3DA57EA7B3E2 , 0xFE039F02196E4B5CA658E9C0B67B612A , 0x004686D8F760498391F52EA7C8BDB640 , 0x22EEFC3E4E8647F6AC9096672CB8EDF6 , 0x8F3502D374E14B9E94862331E65A507A , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x0D7BEEA0B0A0493797CCA962F2133FCF , 0xECC13E058EA74F999D89025EF24E200C , 0xD8B7AD7F1790433F9EA3D95228DE6390 , 0x6F35CE76EBAE4B4EAA0CB3CFCC7D7EBA , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x8AD0FA1CB54C4456AE91C74BA0DF0FB3 , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0x513820E734B841BFB7A36D40271268FD , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0x57B06521D3FE4ABF934D2B565836203C , 0x5D48E465F9A24E8A8B8F92844009B553 , 0x1079BCE747F04493A0B784B320384A9C , 0x24568E105B1C4CE39B7004ADB96560EC , 0xBC64A70A35A6418D817E62896EBE84C3 , 0x7AB660DF1FF04A8C9D74A9E1AB0C387D , 0xA85FDFE29A3C4AEAA52BAACB7C4FE95C , 0xC0990CE6C3C04654BF8DEF2C3646FB58 , 0x6632D9776FE84BBA961029784E4D1B70 , 0x27760BDA084040E89B4CB4EB5ED70502 , 0xFE720B4DDEEE4981B54F628E3370D344 , 0x17E55A566C5F4ACFA9043F13095C5176 , 0x107AF436BC0643B6B104EE748FB58D76 , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0x3084543115D3461F8706A53EA1608DEB , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0xCEB8438537014224BD0256A2FEFF1D66 , 0xBFA003D2278C4189B6394E0DD84A8763 , 0xC09FA05CD9344A6B83B1EA7C01136F46 , 0xE7572990BF90464ABE316A8714C55DA7 , 0x962C617E8D994FF6B0C25AAD04022B67 , 0x5DC2575BF14F49E8B4C43FDB4937E733 , 0xBB1C0A1278A144809A930058A52D6A84 , 0x999EEE8FE1D54280BDDFE719F06D5411 , 0xD6FBCB6BC1FB4C4FB3C5374EF5B5B67C , 0x91C10139F3F946DD995878D8E2922800 , 0x6FE67781660A4A79A99071B4718EF0F1 , 0x6F83FD21CFA243E09641B0355A2817D2 , 0x56D50E48B02249C4B5BBCCE41A1C072A , 0x8E0C64F417264187AFB600F36ACC6D22 , 0x21397090760D4DE09EE3C08EFA95B2BA , 0x36C5152D4CAF43ACB0BA66D500106962 , 0x24C6C5D056014150AEAAD045789A4085 , 0x9B2943C29FD2445BAB5C0A1EB2A939F8 , 0xC06DA58BE45E448CBDAFE048F8FA34BF , 0x907800D6B1AC44438F47D5712A231E63 , 0x5AD0A75B35EA40B780720CF5B915396A , 0x02049224C56347179FA4C013E2CFCD8F , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0xA002E63BB53B45EDA2AADA59424ED928 , 0x0F30798BE19B4BF49513883D55F91E75 , 0xA3A3FB91815E40C48BCFDFAD9234DB23 , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0x4BEAA37FF7394B238DF11006561868C9 , 0x81152C3787A148D4B16100936B96453D , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x878B51F21DE94D2A9CD6A6FC5464FD76 , 0x224646719CA8445684E02EC785FF051A , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xDD5BA0866EB14CC0887BDE5BD80ED9BE , 0x5BF95E9020EE4C2DA987F042B175EC3E , 0xCB9B3B2F9BCC4B6C9696AFEB4D6C1A3D , 0x04F0EE8231344FC698A99955890A7D85 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x8F1332EB43334D159175A80ED6E45057 , 0x5FEFE2BFF31C463693511C2A4916C1AE , 0x8F2AE991784649C6A71AA22420A0FE06 , 0x8362E00757FD42049D4236FC5DE8F2AD , 0x1A28462341B049DEA52897BCB7876D3A , 0x42DEDB859AD242E3B373431EC41367E2 , 0xDC7487729044444198EAAD719A5CACA7 , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0xDAC92FDDD87541DE95677C1F561575EE , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0x1F91F7BF98FE4CA4A4A8F43D1F2A2117 , 0xA41A2B49D4C44939A167DA5473798789 , 0x18669F63D98C4A49938345F9056FBB26 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0xCA1AF9555EEB465FA3E545CED2610563 , 0x504BEB5F329140B08DA962EEABF98FB4 , 0x86F1F3B4FAE94A5B8C32AEBA06FCD8F9 , 0x4FC601C6DAD4491DA004AE7BF8594E03 , 0xAA1FA94E3C954A688DA24F834C65163B , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x06CC3C21BE7F4F78A486F73054751394 , 0xE15AFD92992D45B3B7347B5D6C46471B , 0x29424506F7C34F70A500C369ECDEA554 , 0x17EBDCE25A7A4589A15DE719BF026AAA , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x7266F2F810B64D63B49DABA3C14C709A , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x147C921683254C869D791B762F581652 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xADF28C1B866641CA80805EDA0F657E47 , 0x6279E85C754A43909DE87F0D3B858351 , 0x31735EE394174546B9A835372AFA3ED9 , 0x80A03295200F40A2BD06C38898EBEE5F , 0xD836A63FC8E6416EB98518FCF71EA27B , 0x96D59F0D6E494207AA52795071B588D1 , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0xBA30750C1A064BC795585EB9640CAB36 , 0xAEF09C55B7154E64A364D71544061D61 , 0x9409F1D2380249A7BE19EE278D70C716 , 0xFADA34555FB84A1D86F4006B0F67C08E , 0xF244ADD772744AD783279D607531B452 , 0x920BA0364AC64D3F903D41A0424D398F , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0x0198CC7F3E447214A848528DE060A0ED , 0x70B646D460DE4E41821945423F55A8EB , 0x621F06FD17C0438195B50EF9FF5196DE , 0x05816584747C426F9371C7F5F52B001D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x329849610CF643A8973EC27B03DE6BEA , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xF3FE54C84D3F487484186E2142AD3098 , 0x92A413FDBECB4AA999389472F24D07A9 , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0xC06B5E575C4A457FBD37EF869C02513B , 0x513AB9793DD541E6A6DFF9033F99756F , 0x75950F9A8A9E479799900E82895BD54D , 0xD87909FE7D604C139579F2F72C2FD375 , 0x4892980D8CF2423A80166B0C8649F6CF , 0x430C352045024496A3EA4B1824D4439B , 0xF4F9F1485DD9453DB9F17F1150726664 , 0xF1D7F77B3CB649CEA1E20A6C2A8DB422 , 0x4947D6BD2CC24A69889095E157CA11EB , 0x9E7777E2FF5C4C0EBCD219DC43B4EFBC , 0x8BB5548A73A7428D980BA256D3E41E6F , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x58E15680A170476CBA641C844883EF0B , 0x2B02765382A240218B667C601097AE5A , 0xDD17009BA4484041BA49E0C68E23B58F , 0x96AB547947F847F7B09DB8913231F48C , 0x5E40D3D35EC948AAB03B59015BEF368A , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xC7C27C6EB6D54599839A560978452979 , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0xE622420C326744279690D723DB04A127 , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x476DA03652344F4AB2657072FBAC235B , 0x0020C6902D234C64A6448C6F319935FA , 0xBD9B273F45AC40478A3165D9F8580223 , 0x28B703D996FB4B5AAB548C025947E87C , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0xC3351F31926D47829A3C6C2D6B5B49D7 , 0xE4A4B862621543CE8A1777721FDE341D , 0xC853C3B4E9B24484BA8B0EDC19DB078C , 0x4A311B7B462F4341B6CAAA141B78CE17 , 0x5CB1C1E247D9488A9BA1BE35EEFEF429 , 0x9D5DF5D7A6234A23A7599AD360C5B41F , 0x1E4292406CF14081B676624CE918953B , 0x49F57CCCB3A24DA8A1EB7D72165DDF4D , 0xE1F32F879E794A4CA8C4A0A4B4835FE4 , 0x7D1420B62AEA467DA1BC7164256CB84C , 0x1325A1F69A14485D9A5553FB6F5A13FA , 0x2A733DD0FEDE40109D7AF561842945F3 , 0xD28402DE2B0045E0A07CDE7B727DE6CE , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0x6C2593B2A53E46A5A18ECBC43C358446 , 0x2199520EB2E044C4AFCD503E2DE2AF75 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x882A0D90845C46C9BB019659A615F235 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x665373766F2B4618A12287E0A3D70E26 , 0x28E74198AA3E4CA596E82D5481068904 , 0x33C26A53FF0A4009BC21E581E7C62359 , 0x36704AC385884D7F8F8D725D1B9AF66D , 0xEBD171075648451DB44495796C42E299 , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xC096E9B67B244FE789309FFA5275D137 , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0x76AC5DC7D2024B94983C2C30E855DE54 , 0x5C9E1844BE67418690B0BBBCED1A94E6 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0x642DECEFC90A4D6B80FD2BC4EC5F73D6 , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0x57E9A1112CFF4E8A9C7798BC2D8A9329 , 0x60A3CC9218CA47219A0E3C04A3023893 , 0x26C08BB6B0F043F3800A171CE3E2C4DD , 0xBC9B5323F26A487EA1DF007B4CBFB900 , 0xBE8A988944814504B3125C6592151087 , 0xBB220445482E43FFB57A59CEB3831FD3 , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xC3DD1570CC6F4A8CA79A3CF95BA629BB , 0x7C0970FCBA6049038CA111556784720C , 0xE6730BCF2C8140FE858F456D92C9CD26 , 0xBD6868C11D384880AF8A46FBEC986BAF , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x41BF63563EFF414D967BD9C3C462A642 , 0xF0E98E85F304428EAD68FDAFFF39C972 , 0xCAC219F237144B3DAA4F904F2664FADD , 0xDB5460FD7959419788EC414BE3947D20 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0x4ADA7BE4C9454FF097C92F8427CC0A1B , 0x5A7C1B2B5709496FBC7984C60FAB67C4 , 0x2F4CC6F3DC0D49CB97BF6F996C3D6270 , 0xEAE8516059FC4D159BAC8E731DE8EB06 , 0xD8F0EB71932C44AD8667140E3312855E , 0x637783E9613744B099A5A0AAB46E32AA , 0xBC4ACEF6549545E08B6668086CEB2882 , 0x401B284933B44A759928F6A2B73147C1 , 0x9C631F86C38248EF86731E33D97644DA , 0x3D04EB1E3C6A4E0B9B2156B4C7934E32 , 0xABFBC2BC31C042758251EAE6511C3456 , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0xD5C7CBC9824E4F8282C578006CEFA34A , 0xD99441374E184C50A9CCB1DEB4A0A30E , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0x8098E8E570FF433C97C363B1B4EDEA1C , 0x3FD6BCAA645647EE9E316F7DB22A569D , 0x7C5A8743D37244E38669F5A5C3D36D0F , 0xFC6740C48F6B4351AC1ABE8587B7A1DC , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0x9C65400B2AF04B1E907B8DB2D1D3AA5D , 0x16F0F7C861214CA699ED7E39A326B1CF , 0x54C26C5815DB49DD802AD745030F9B3E , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xAF13091782524A76A84773B8BF52A26A , 0x6CAC5C8418864D1E83240AF4A4918714 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0xFD7C156AA4004998996B1EED3D603AC4 , 0x232D7FA1D7E04D99928F0E2029284896 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x0C5D9AABE73A4E95AE3833B8602CF060 , 0x4ABCCFE7A99D4B2BAA4C65A573C4A160 , 0x3059B1F52DD545E5BFDD762FF3D1CDF1 , 0xCFA4363403F1494691F3D55EB9398B25 , 0x4D8FB43799354664AD17151323720A07 , 0x4FD6BC89D5B14E4F8F676BBB65AD9850 , 0xCA49FB636DDC43DFAFEBA0C4F7DC0726 , 0xFEA07651667342F09E2AB884B61F5F29 , 0x0912A5F69A3E4CDDA77D12B3287BA6C0 , 0x28120195F39647FE9DB17EC423C35963 , 0xC767029D9D9D41AE934B826D23D56017 , 0x543B03FCE41B45FE9590139D2110C409 , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x0BF055A00C2344CAAA7693F157D818A0 , 0xB60E3D92F8F846369FD948C8F8C35219 , 0x67C52FE7EE564689BCD4DC7D559670FB , 0x6C7FC7B7E6CE4C26B4130A8C4CA47DFC , 0xB70131A1815849D2AC66AF4DC20BBCEF , 0x6FC81CE2B2814604BE87189A5DB36E0F , 0xEA0F9D43921C4DD29B959D15E5311390 , 0xC1067FA7E42B48338FFA0D8E9024C178 , 0x30A97A0A025844FC943BAE897D7DEF85 , 0xE0C26AB816C2425CA101D7D8DC7DC515 , 0x1FBEF62797804CD084F2FA02152B7CB5 , 0x34735FD9CC5A404A940A6698601A78AA , 0x56864370A6F9490FBF21AC5EB32EC7A2 , 0xEDDDA3F13F1D48CAA9C0706E939DDCE3 , 0xE1D5897E87AD47E487660F7A07CE1C28 , 0x3BA61E6E69E0488E9C0F30428FF2C22C , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0xD0981AEFCFB34994A4119221FE2708BD , 0xD3DAE4769C1F484D892C0A4AE14332B0 , 0xE3AEC067933045A2934BD1E3856C263A , 0x9C06F08DFEC04C80AB9D044FAA5A88DD , 0x940DE9504E2B4067BB89E8DE2687044F , 0x232BD3033D3A4175A12EAA0213535571 , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x94F84AB90215495590411FEE68CAD100 , 0xD6F6780A31854142974C0372BF28C77F , 0xAF047D256E3C4669A83D55CD27D233AC , 0xEF5EC17D4739444D8BA6AA3DB57F721B , 0xD588741B684A4310B31DA17036B4104B , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x878330506C8048A5B8CBE05BE1239B17 , 0x302C26630EE74FF28738A844ED269886 , 0xA4A8C86177954121A5C1D21756B47A2B , 0xDC6A38F849F64095B8AAF555D59BD8A7 , 0x8B1154FDAFAD47D8B4068C634475AFA8 , 0xCA49DB60E51A4A228A20BBE47FD86F72 , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x5B3B5C3270CC4741A8DB71D130C3E5E2 , 0x1AB1596882E2493FAA9F09D27FD70972 , 0xB3E3CABBE3344AE5972FBB2E06F5E2D0 , 0x269CB60FF35F4FFAB22A22CF035C9D68 , 0x2922E1C652D14640B5297D979A67EC1D , 0x2070C1C33600459DB6737C6F3F590C27 , 0x3C8361B669074524BBED3FD2311F0F0E , 0x0DA931702FC245A493387095ED54FD19 , 0x6DC38AF358D14E5E8901F530AC764BF5 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x7FA05D948E7F49DBBA1F1164029761E8 , 0xB574E4D3CD984C71A4C4B44847328506 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0xAE2313697B47401C8BC063267760B18E , 0x60B6F7AC371D46D7B840A60A553E16D9 , 0x43FEF78E8F864BAB86194C42840667A2 , 0xD05F2E9C3A5E4B8885C8D3ED8A4437CA , 0x51B69A6956CB46DC8C617BF7CD5BC3DF , 0x5404CEDD4E5E4EBC99601CEB859FA20D , 0xBEB547BB33414197964D2AFC7A7926CB , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0x827B88EAA0894D3291F437017478C662 , 0x46C274678110498290DE6BB758C6B0B0 , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x94DED807DE1D4D5487E3FC98F1A30EF7 , 0x3CE4924A486045B5AB09E6A4DA95EEF3 , 0x8C1A7418CBA449B090C53786E4893109 , 0xEDA242FA444743C5BBB743E220608E4A , 0x853308421F6C4D7399317C39A686F12E , 0xF0D795B8421B4A46A1EBEBA5A1E1A83A , 0xE43B2A0EAA1742CA80FA40B8F6A69EE5 , 0x302F84DE74944072B23B035C0F68F826 , 0x5FC34555B0E449C4BB9B8950817FAAD8 , 0x5E37F8DDBD4D41839BAD35398D4CF015 , 0x71D51E54921A4752BE1673DD49CECEEC , 0x221C3875B6864431BD8B910582ADCE0B , 0x5227B7D6EEDD45DDA8EF2D06C2CC6782 , 0xFA42386EF2584CE2AAE4B607CEFBDF0F , 0x54ADAD90D5D142599143ABAE18E31E46 , 0x02BADA9031A74F2AB691132E30B12EA0 , 0x59E051A257694E6B81A450DDCF2CA9F6 , 0x9A14055D105D41DB8ACF02728664CE2C , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x0FCD4135A9E846B49CF849BE143569BA , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x25CFD871B70546579654582382E68C0F , 0x9221DB64CBC54FF0BE53254824AACE1B , 0xB068C8733E6D4375B4D47487242D4AD1 , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x046A73EDCF054114A12A7D5993B944A1 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0x93E012735E1F423F9C55286DC1F61059 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x0E1DB1394451456AB9D549E752CAEABC , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xEC555BCAE6BF4709829E2D5EF208806D , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0x9D8094E327FE44A6844669EADE9F4575 , 0x1A8D87906B70458B8802ABD44E9145E4 , 0xB7DD0148C0BB48B4ACD1F84D873623C6 , 0x8E5BF3C15FD541398A76A9D56C10AF1E , 0x372DDEF24B3946F18B01F95A74CCBE3E , 0x6F5CF3BC48F447A0B3DABFA8B57D666F , 0xFC430B9D26A744DA935B32E3A418EBFB , 0x56251D06C9E9477F8A2FF494CAE75053 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x849AD1D802B343ED8BD96CAEED48B7AB , 0x410AFF5D56C54B75B3D57994826B2878 , 0xE2BA2A5B9240464A9D567BEBEFAEF501 , 0xF21F46AACDDF48049FC5297D6D2F3B63 , 0xB62DF4276A9145BBB105AFE5A7DF2680 , 0xA245F8FD8AB640B18C1F19C2E5AE3C3A , 0x6D2C967944904520989F13F15F6B202F , 0xBE8DA37B4B0F44F8860F6450E6EA6C1C , 0x9CA575BB2961434B9B671EDBE50262DC , 0xB0C0C6455D2D405DAF3C632E145E3670 , 0x0A38581650A342BB97478E5552350B97 , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x8C04CBB016E745C598CFA495CD971622 , 0x3CFE72B298C9434CB3D31B2DFF0F32F8 , 0x403AADC1354A432FA2874195A7B7914D , 0xC469295541F94ADAAC1A044AE246A40C , 0x1A6F00E6A542479E897F1AC159E714A8 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0xC685CCAC46164ACD8F9DE127A784AD87 , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0x7E5054511A654D309311316152D7D8C7 , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0x553111EF37A64D79AC36A6D12B65D0F5 , 0x4DE815B6A1E1473DB453EE05028F6192 , 0x7A3F64787B534F9DBF31DE706C4AA465 , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0x31B346AEED5B46ABA76643C29E915341 , 0xF147C0DBD17246929F9D708A5E94E51C , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0xCD2A31B6FA7C4F04BF1B041AA337B39D , 0x073A1B5946C843948DB3DAE55AD4D8C2 , 0x9E854FCC08194421BB34FF19988AE0F9 , 0x7F6A5BAE59A14435A2DE2FFFFED3112D , 0xC193C5C3677240BA8498CB282694A75A , 0x7A768155A21E446DB594B41749495D52 , 0xD75D41DEC9B7499FB30E1F847873B234 , 0xA15162103F2A4289B370E0EB4971F0CA , 0xC624EA737DDA423890C8B30499EDC4CE , 0x60652C2A934848ECA73723EF83E6571B , 0x7C466C7831B94B1FB01168CD1DF318CF , 0x73698DB3297243979F0E98FA109A5DE9 , 0x6E4A68824D7E4A149A1235979FC4F639 , 0x50BD5C5D13D5461B8715FA535C5AE243 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x1BC9D6259ADF47BC8EC7ADC108BD40B2 , 0x65D37E8611A24D6A81A53A335F092210 , 0x96F6462DD5E9444BAA8A6510915825D3 , 0xEA72A169AA5D4806A0542A9C12611C18 , 0x574306C1F4F44AD09688FB2D06CB8651 , 0x0E274DB7C8A64B609438A89DFB3C9313 , 0x755D58FC4CC34E15A4F1F0E23B05C68B , 0xF419DB766C1D4B1782B52DFA62D9B9DF , 0x7F686C413F524D07A1D5928DBB3A7FF4 , 0x27D0A21C8CDD46D3A6F5D01750B43F1A , 0x6B44B464DE1A4D48BD5FAE5668B274F1 , 0x89C0F169C0BB4B72A14A5D47C0CC4620 , 0xCE3E17FE2A35408A8ABBE798BC8E8F2D , 0xD79EC83FBF0A41F7A049AD4C21634A00 , 0x6C60032837044522A2748A63E08D2B8A , 0xA372534EB6B643C6B55B47EF159A4E36 , 0xB5748648350B4356A3964452D2B85CAC , 0xDB30ED5DB63E48B187D4940F7D917510 , 0x5210F3830BA8483EA4A947A50669D116 , 0xDFCA2538D5E540B8948ECF56AE57C074 , 0x9F308D735BCB45BF885DFD7773987B14 , 0xCCBEC01B6215447B958D69714049BA7E , 0xB7FE7724A1E54FFA91C3A13F0D450ECF , 0x3D22F41677D94976936216F44B7D1D96 , 0x812D1D6712984713A099B4B9C534E63D , 0xD5E375AD9CF54F30B03E5CF799887413 , 0x14A87D52EC7E42B2B6BCB3611257AE99 , 0x0B88C7B09A094ACCA81130AB0DB001A4 , 0x8BA007392E584243ACA6846DC71BB165 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0xD877A4C0D5344691BF5E5E10AA83864B , 0xD35E90B72FBF4A0C8503079556472D84 , 0xE53BEA0622DF48FBA5809126220F8D2F , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0xD398C2DDEBC444F6A74DC3133125987F , 0xB46EFB940B5D4E79A88DD8190836A198 , 0x97660EF35657425286B95C82DCB02F2D , 0xF7D3219A6ECC49C6801DF42D03002529 , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x2361115F142D49E1B5FA2AFF566B7514 , 0xBFC64FEC939B4277815ADEFB930295A1 , 0x004B11B664424995968A6294D4EA4AE7 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0xA83914BE5EB94C24BDC703F19779D57C , 0xDBA4A06D239047C98CC59F860B14BD6F , 0xB25FA60CD3C54C16AA831E8CB80657D9 , 0xD97333CA46504A8389743BADBC47D068 , 0xC87D078FDF5C490980C604ABEEB7A3D8 , 0x3E590151B90F4B839078179C4C5B21BF , 0x26C871350EF34458880CA65F2776C6B9 , 0x1C31971CE40E498B82F1280C07C1B635 , 0xC1F130D7A69342B29C1D3461040004A3 , 0xAFF580D8365245578854545E35675FB7 , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0xE0E0FA773C904C77ADA7689AC2B747DA , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0xF7500530AC154A198FDF4E76F800B2CE , 0x9407C0D86E204D9395004AAC16562B61 , 0x548F4A15DF30457AA49912C0880E0C32 , 0x3314AC9358F347898BB5B3F9DA53D787 , 0x053C65372B1843198294BD3272C59C18 , 0xA85920C689804507918E7C0FD84AFCA1 , 0x481078A8A1154B838281D129F2C084CB , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x96D780A9C84A4B2E9A76C26F9DECAA4E , 0x76D8745E72F24B5AA7D0F6F2BBDD770B , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x1A4D42041C444323AA4F77F41576C402 , 0x213D83A7A57842498E0FF3601D461C87 , 0xD1DDC74B23454DA893DA5114B0C15A44 , 0xBE0842960C464DC5901B6744F285CA21 , 0x96A92C0E89924E65A4D62001CAB982B8 , 0xF51881413F0849399A3B9AE2B587F9F1 , 0x96B1AAD594D544018CF15516AF8B6D20 , 0x059EF1426FF24EA5BA5AC66FD84A591A , 0x4A38CBC1FBC849D9949072848C82ADE3 , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x85BC90F14F024080BE6816ADABCA818B , 0x86A1EEADBC7942CD815D907D267D6433 , 0xFFCCEF673D88431094FE4BEC714ADEA1 , 0x1CE2DF36D3C2414CBFE640B04DAC6268 , 0x492507808A6444AF89A9BE4C91CD672B , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0x3DD0C6584D6A421BA9864C2A522D3400 , 0x7DC2D9300F344F2AB759641B0C0263D4 , 0xA08E685520AD4D9A9A14E5FE3C0F37F5 , 0x5630CE291A7C4AD58C9283842BF6594F , 0x2E31E2ECFC754E819E62F460BBB97D33 , 0x7EFFCE1498D74F498155AE6C0A2ECF36 , 0x5BC2F0BDCF4C45428387AEECB6DC0667 , 0xE142D9B69CEE452790A03BC005F9B061 , 0x21677E1B84364D42AEC5B7CD5D56D652 , 0x730B2C186C2B4C8E8CB0DB7BC460FB9C , 0x8B2FE7EB1F3741CC8EB14CFCF1E0DDED , 0xAF212AC319864E9FBA31E21F013FB46B , 0x863EADD11B0949A8ACBD30FAA4C52C68 , 0xCE183819AE20437D9DEE7AF24900ABE5 , 0x53B32011278543DEB3761EC483369967 , 0xF806A03E03D04ACDA27D960F95F18C62 , 0xA9A689FA68174C29A3F9BE33ADF8D9D4 , 0x2DCFDEEDBA5E4F2CB7821380A2E43DF1 , 0xF49A21563D714DB5AB02E38F3448774C , 0x622CE55A27DD4061A66337D860237FCF , 0x67797097E13F42EDA86257C71C427A28 , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0x3A8EE8EFA43D469BA444215BC6807AE8 , 0x547D92BE7BFE42848A5F51E916021B9C , 0x2FEEB118126F414B8827305C66B6F429 , 0xD2009F74A1604151958FAC3DFCE40DAE , 0xC3961150F2944BCD9F90C0A44FA368AB , 0x15FFDAF6FA3A40EA90C8AA31C4FCD616 , 0x0152D000F834481DBEB57D9C822F8997 , 0x590789E000FA4A49AE4B28CED70716D4 , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0x73448A6A85674A189E6A77D4638DFAD4 , 0x8BB35A7F44B14F4F96C5FCB82B688875 , 0x21A538C2436B4B759ED24ED847215A78 , 0x5E93936FEDA244D986F2D4AD3B042D6E , 0xB10AB13A4AA040078F63706050A57DE5 , 0x31CDC7CF029340AF804AD6CF1A5C0C2E , 0x475BEAC7324B486C8C05B7A0940907EF , 0xD49FCB5AAE0B40CAA8FD6547C25B481E , 0x0D27D05C657C4D0E803BA14ECFA960AB , 0xD56C6BF640604937A1F931112F5BF865 , 0x9D1BC34EE7854870A3837049CC03BAFC , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x2C56BD038B1749599BFB21B25E67D770 , 0xEF80FE329973437895180F5BD8D286B3 , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xDC029146615E4346B537A522FE56379B , 0xA13D825EDBC248729A112ACCFBCBDCAF , 0x73289FC2712042929E4030CED6E3C4AE , 0xA586C82466C94A2F9E2E7183D44A0972 , 0x24C34E1D3DC64777833B85E068A13B7E , 0xA276F2EADC434AB081123CB10365ECEF , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0x3D621B0536104DAFB046FD07C68DC2BB , 0xFB1D7090535047168CFB0682F2AB898B , 0x2870C3471DDB4317BCE2C630E674E7F9 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x113DFF75F5494A82AD90EDD2E84AB1E6 , 0xD73E16D28EFF419D9649067012F694A2 , 0x5C4FF66B06994A6491AC10F38B0F9746 , 0x6E61B21EBF18450F828B4531B5B1D1C5 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0xBFEC767C40A44ED2AABB7C649B99973C , 0x7D5321CAB3D94CDE8880F36A685E76E8 , 0x076132DFCD37488BB7AFCC2B98AC199D , 0x81DEC1A259A74506B9EF84A75CCA0C0A , 0x813C947001844B6780AC1143A0058C50 , 0x56F19D7F5F3F471F8F2A7C11FD49F670 , 0x768083FA5CBC4D9D93C0E1D7323E33E0 , 0xD1204C8056004E1F8DA6BA6DA3FBFA3C , 0x7A07EA0AD3D04E2185CB41CBE254CB30 , 0x9CF993914E3C4992B93C479B261FB992 , 0x1C89BE567B7F4955827A6F4AF876D2E6 , 0xAA7CAB72A9D94DF99A7F7DC19CDB256D , 0x0E128CFC3ECA44FAB089CF27507879FE , 0x6B68C193212B4A8AA595C043EFAD8F4A , 0x75ABF562E1344CAFAFE50925B3BE0D7E , 0x7A086E8C4201469E932B4A183711052B , 0x9227308DE2D34ABE9493571B275928D0 , 0xB6B618ABD98144B69611F9CC2FC3106E , 0x68DC61545AA34F3CA50FC30D697CF926 , 0xCE1B842BCC6341FCB9D7152F88EFC748 , 0xC4125EE9E4CE43CAB7A746C20AE39129 , 0x864484859D2A404299556436B510A8A5 , 0x519A3D3EF78A48E7A3D93E892AEBDABE , 0xFD7011DF27A74A89AE8A2BF0B92588E1 , 0x2163430B34F9483BB84DE085D672F715 , 0x2134204C21B141BF8914F7AE38136E12 , 0xDBDC93108DEB4BDCA5B055DD1C474CAE , 0x2AF1824B69BA43C5B3DC398C758785EC , 0x0D90766D261047599104620782C2D56E , 0xFCADCC9D49AB4D8DBF67D82A78A016A0 , 0x495085311B31474FA0EDF2733D1A853F , 0xF86ABAF8342A4867AFA07328C1A917E3 , 0x69168CD035BF47ED9BD02E232681C894 , 0xD071234E651140459F27C2229C4AE788 , 0xA9F1EA47E9F0448BA87C813C355A309D , 0xBE58EFD5547E47F996DFC50BE36E2D85 , 0x3F5DFD97A55445F7B5EC641B8775BC96 , 0x39C40C0B6A3042B6868F75188ADD1712 , 0x6CAFA1E033004A809C65CF68DB984F31 , 0x7746742BA0944604A6F658D2A51DB39B , 0x81812E0BA24D423DAC0838781A53AE70 , 0x4CA1B237DE3345A0AE20159FD05301A5 , 0x0798279001E547ADBA9078CEFC49234E , 0xABA545C41406413D8D9C8552897384A3 , 0xE3AEF3B824F4412E830845BEB7B2D308 , 0xC216A7C881C64D84A8357FECC4FDA937 , 0xEC21285B7BFB4C7BB3D45DD47B57031D , 0x8AE17006F6734B039EC7021AEC141D5D , 0x3CFECF947BC2425B91AEC0E07B83B869 , 0x1716B7068EB742E0980FFCE3FBCE7F56 , 0x8C5088FC54B2494DA942057ED28654BF , 0x863BF86661EE4A4492307726D3E530AD , 0xF00AD7DA6F83479E92657FAF48821BEE , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x81C871F8837A46BAA5E2221FD42143BD , 0x96A72254EE1D43CCACDA799E3C39F053 , 0x32AD5676595C4ED890A59016627D682A , 0xF9BBC19429D244BCAD1705B683C81AAF , 0xC9EB29E4FD2E4437A0572855DACA354E , 0x004A871BA3DA485DA5E7B4E0D9BFBA8B , 0x08EE16A407734E28B733C3B4D7B38FAB , 0xC5AB144F495C45D1AF742173EB811222 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x1D7102CE4F45431B92F37BE1FE0C020A , 0xF109038BAB33492A873FF3C6AFD8DD59 , 0x30705084226B46CCB71816AD2BC4F02F , 0x28AD40325B0149F6B52DF356AA5633C4 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x9F3FAF898C4F4787A9142EFD6D2D435C , 0x09BC02B79AC2487D899FE2620F19ED24 , 0x6E745D641E134CE7AD04962C52F0F5ED , 0x6F167A9F664B4283A2BD507391FCE303 , 0xBBD64A1D04CF443FAB033DEDADF8260D , 0xB823F6C0BB5E46C88392BB61F3220CFE , 0xA5E8713170DF48F780661ED778ADF9A2 , 0x187EDFD659C74C4981639B2385C300D4 , 0xAEE2DB9894C044248D1AFA57B60E68CE , 0x8D0FB28EE41B4E0591F99C700E318AEA , 0x89BE286C0D4344668D228785E6F22ED0 , 0x048184642C3E48B6BCA486EA4AD9FDBF , 0x85631DA6828A4C56A608AC08C4F514CA , 0x19FCF5EE8CD84368B1EFB4B18C60083C , 0x081A919B811A4B6AA5E44E27E18DF1D7 , 0xFA38725245AF4973ABA61C6E0DC86D51 , 0xDDC23F40FA57469F8D0FFE7F95A9718C , 0x0DAC74D23FF14803BDBF775D61452894 , 0x5EE5A624A73B46AB979CF8C948E0A98E , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x3AB21523E063496D8B885B2CD2C07327 , 0xB7AD2EC739974A35AA791524BD3DE27F , 0xB6AC6F1E9BA24E43A0F0BC1BC171BC4C , 0x15EBAA4427D147FEBCC9D38C4DD30382 , 0x4A68BA4E256C49129ACDE54FBEFF91B6 , 0xAC4DBA5016C44E24A15629AC5A169ED0 , 0xC50671E6CD184FA7A1E2F0AE27783278 , 0x0BF7429E66BB46709021D32B85105640 , 0x8BF83D58E3524AE2BCEC77168033C58F , 0xF5A172AAEE9549E89E6F098948A4F29F , 0x91D688276DC9431EA960D86E2B7890E6 , 0x439E140630AA451FAA153C15AC1FFC1C , 0x791ADF92D8E74F7CAA07563512347AD4 , 0x9407497B11564CFF9635B9E19317BB30 , 0x47F0C997A1B848BAB854D3E7706980B4 , 0x45596CD8C2554BCAA63A15ACFC3F92AC , 0x41C5A2C7AD334E5292BF78075A06FA76 , 0x1426E5AE677C43D18EBC777A9B6D0ADF , 0x72BA87549F8E4F19818763825B601890 , 0x60F9442771C34FAA8813598D6563997A , 0xC5392006968144268A07483408223289 , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x586D264197F649CCA5A35830AEB27D8D , 0x780CCB33DEE942F6B36CC4150B3ECC39 , 0x82D75984D1D74D17A10894166983BC9D , 0xB245D293187C4BC3A71BFDBD4C7D678B , 0x117CA2178F694FA7A1A9A63F6E96E886 , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x6C4BC02D8D7D4995A36C4A6B1BEED6A1 , 0x72F4B50603D24604A00A529B6E11F202 , 0x78CDFA74035342AA8903CFCF78D505AB , 0x47682904CB664D498182FB7CC2362F5F , 0xD8E9D070366041BF807BB9A4F5D3CBF8 , 0x585B24143964492D92DC75D83108E3FD , 0x40576CC33216451CB7D470D820F9C7CD , 0x220E04A3D5DF4727B25B4568D7B2E58C , 0xDA40ADC772184663B035E1B3F9876A24 , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0x374A8B121E614557BCBD11AB82F22701 , 0xEC65017EC6974487B10363BFADF1BD09 , 0x48E825EA5B0D4A1382B672D8AE2BEBDB , 0x033942D79122435C8ECC70914E2C987B , 0x6AD310FB5C654F26B6C00954B2D7B515 , 0xA83202E558F04A7996534FC5133D41BB , 0xC7EBA74B199C4559A745049D36438837 , 0xB6981374AB4B4B8E957A637AC0CF66DC , 0x725A9144BD034E5C8A0666E61B5B24D9 , 0xBB72B80F2E554B86A399F2183779412F , 0x43DE19F18D804DB380A26451C8284724 , 0x7383E78A38EE4B2E963681C87DBD7AC1 , 0x22B08DDFAC1B4B3DA21FBB3836EBE754 , 0xB1BB68A95B3D474C818196939F9D495A , 0xF05DE8439643416F8B148A10194025E8 , 0x9D0452A3918640298D71F5AF0FF52B73 , 0x26F9020C39C544A997E1B11F4D4B3CF2 , 0x152603C1C212406EB369C0E13D215AD3 , 0x40F497528646419EA7C01CC645FA826F , 0x3A35BD240262442180CE4107585DFFA3 , 0x2AE0C3C99E5D419B88D5471F094CD6FC , 0x7B7FE560DD9C4708B8EA3402E001D6FA , 0x914384BAC4104F85950D06BD3F4ADB6C , 0x171A3D28E4B14CEC96EA6FF5186732B0 , 0x71028E7E852B49D7B055E3EC2341CE52 , 0x08582F25AEF9485FB64FC558677C68BF , 0xF7708C735AB548CE82164CBAD217BCE8 , 0xF792E5CE8E35477DB10CF4EF69CF6AAA , 0xF475575C0F7E4845A3312B585AF9979C , 0x1FF48C3FB0E84AC58D4A9AE861C7D97A , 0xAA70EF7FA63A4054ACDCDAF078CAAE2F , 0x929A788679AC448A824A47123E682539 , 0xE7BD1C08EE9F420F82183E73028643F1 , 0xD27AB769972F48CDBA32FB75CCD525D5 , 0x7D50E5285BC34169AC6865BC2D914C95 , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xC225ABF84EDE4935B34646A1881258C8 , 0x20D6A2980F87458795D012362BF4A8E0 , 0x42843C39F20E4F23A599575776B060C2 , 0x39BC2B45EE1D4A63897BA4FE6798C8A7 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x78C8A3B7752D4D489296145B5DFCC9C3 , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x28916ADF88504C208540D811B87234CB , 0xD5367698027746638E4934F016F0FCF3 , 0xEFCA09A8202A4A6E94E79822F11576EE , 0xEFE06BA31FAD41379BB5EEBB482C40F9 , 0x642A78988ECF44919664A4D5307EC991 , 0xCE97B8F4CD5F42EAB3991FE2BCDDE2E8 , 0x4F0066E6E0484F47A376DD50057F229C , 0xCCDB5FCBCF0749CD8AB8A7EB48A1CD85 , 0x63D58180FA7F4D5888FC2644531C2F72 , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0xB2BC7ED9FAED4559AC5B93DD0D79F0B1 , 0xC1CBDE6D260846F689F03E03D33DE6A3 , 0xB47B4530A16A41489A4ADDE43CB0DA5E , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0x108E865535BA4776B49FA31DE12B282A , 0x4633EC13DA664845AA7E3659B8411011 , 0x0C2B0C28ECB641C8BEA900FC6AAE6774 , 0x3C34A8996F0148CEA2BFF06899C9CF87 , 0x2AAA697713A64B619558F682EA3B6D23 , 0xEF1F41B39C5745A0AB7A298F44A60DD3 , 0x912A99516E84448C8FDB1BEE5464066E , 0x9BA5403D3C8E471BBA30972D29B42DEC , 0x69102CF6EB4C475983B3675E48E38996 , 0xA6E8699E6E5E44F090AF7399AF9929C7 , 0x562927BC78874C0C82C007C7A2A591B7 , 0xEEE45F5AC20E4CE7A6EAD3ED46DBF544 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x28C3F5F9818146B897C51856F442DF98 , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0x7AFC75136947462C8B65520DF456DA92 , 0x8492D39624094253A52EFD89A7F4DD34 , 0x3B5A3069B9214223A3DE6D9682B3916F , 0x5DAF880BAC6548DFAF69C181AB1409F0 , 0x643EFC4EF68A4C45A33C539DF74E05B8 , 0xBABFB1603CFD4A86A1E186A18FC85A90 , 0x3D666263623B4A229C0117424868B7CD , 0x448EC07CCB5847468944C7407CC2EDB3 , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0xD0E824ACEC98423DACCEC4BCDF218816 , 0xF66FB0F1252B451F82648F3ECBADAB43 , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0x30D403E41202464AA77C56A227ED5F17 , 0x3F8842F0EDE549A186A513239A426396 , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0x118BCDA450A541B884EF1E4B04C1D735 , 0xB40947C8674642EB9974BB81816539B5 , 0x81F4EBCC27E64C109B538604BFA82681 , 0x4F19CD13CFB4473EA37629E4685513DE , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x646611B105CD4F58A2CA652C91DF2975 , 0xC74D63B76EBC4A5CBFCFF547BBD8531B , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xD6FAAC7CDC84449996627E8948B985D9 , 0x576F7A6625A44B40B4AA14F858D3F528 , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0xDF6258B4B02845A592C304FE986AE052 , 0x11B0227B6AA34E4E981468DA5782C6A5 , 0xB69A2DD92DCC4F368C9EBCD1E1EBC3E4 , 0x4570100A52C74FB0B920361946661659 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xF199DE03B902440A9390C4167CA5DCB5 , 0x3CEB37A732424262915D394BDED5A67B , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0x59A0678CED61418BA2510D299BD84161 , 0xC138F4A68C1145C9BD87D70C16F20428 , 0xE98F77C53A7946BB96F3151D6C0C1196 , 0xAF02AF284A1E4340A9D65710EC0F692A , 0x85E1EA4315F44DBFBA6CA79650D0DAB6 , 0xCB81B3FA56FD4B6BAF5F6D8FF066CEEB , 0x06C6C006E83842C89CC0591B9C4E0168 , 0x78376FA6AC9F4B0280E3703D4C1F12BF , 0x35DFEBBF9ED74EF396D97CCADB52ACD3 , 0x13E149CB12EC4E5281BE122F1E58D19A , 0xC474FED558174C68AFEAB3770B180F4A , 0xE10AAF1F02BC4AB78EFC0C843D627033 , 0x5B25590C69F94A1B889C0B5B0D94AEE6 , 0xA53F0AD1B85B4337812F02415AABFAB8 , 0x16AAFFE7830641989A230BFCB876AF95 , 0x51DFB056BD414B308E86600E4BFB41B8 , 0xC21997D38DE9401796A9F01B30D0884A , 0x3506F429E5564886919E7B52B7715EFA , 0x32F4D5D04F674037B7FD71433A814B89 , 0x07BBC4CCAB7A4FC08306A1F50E240AD9 , 0x67358FEB2CF24551ACF0BAC52924438C , 0x589EB46AF3424F3FAA9B9DD0B2DFECE0 , 0x44CB3F0CA8244C1097C94F19EC649D1C , 0xCC6CA6F547DE4A6A8636B5DFCE9ACA12 , 0x6B65F04EBBD34A83B3C11037826500C6 , 0x6FE1A96B95F54DD5827665B8BD533B66 , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0xBF6C14C7142E4DA2BCAAFC2DB037E780 , 0xFD3895EE6D8241999AB29765E7F57E4E , 0x5A8D1C32B45C4D54B83F903BC5EE2C54 , 0xFDA2D703C86C4F13BE5989653AB34B85 , 0xD12ABE34043E4C20B600AB65142E8168 , 0xBA77C0763DFB47158760B6ADA7335C90 , 0x93F72061B75642DA84987E82384485BE , 0x4FCE61A3812446C395D3BE80D81F7256 , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0x5E41C0D93A0B432FA29B3823FF102BC5 , 0xAEE0FAF9BCAD45FB86E75FBD92CB5405 , 0x6B8CD7BC837F4D30919F2355EEEBAFB5 , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0x60542CBAE796468CA7F948DF15869B80 , 0xA34A206FC24F407E9AF91E9F21B0028D , 0x40FA8DAF2BD543F092CA10D84A5DDD39 , 0xDDF563281CC74AB3832A044EEFAC1891 , 0x3FE1426FACE64EE78FA6D869A86C040C , 0x67DE6D67304C4B8482E958AB729A82F4 , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0xA4190569DD294A32B18C8336E0A927CB , 0x44F5A654F8274258B67DB104FABCFB76 , 0x896D4671D5D04A838506A99ED07949D0 , 0xA07559936294485C935B30E1553BD6DA , 0x99EAD72007414201B6928B05FBBBA54E , 0x68C76F185E854E1BAA6DC51068D4CEDB , 0x5FB296C482AC4D8EB585DD4F1CE98A81 , 0x0F3CC4A1DBF94DC397405D87D05D672C , 0x173CABA30D514ADEBC82424C039D30BA , 0xBA9FA6DD11264506803C7E82FA1A2598 , 0xEEFB4E3224E74050BB3CE7CB3F3F9EEE , 0x0A838230790C48738E5390E3FB5D5E2C , 0x86F99D06D21B45D7A31CAA8ACBD891BF , 0xF7E4177C6E0244A2AFE669754AF5616D , 0x4B36C50CB64E4A03B6BF7E6FCEC78B30 , 0x8E5141305B9F4D8E96A80A8AD5A771FD , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x99CBC7E5A2E1450494D1399F5F355636 , 0x94EC97547E924D49A910102EC61529DF , 0xD13C6407C9A14895ACF0BC340586E2FD , 0x4FDA5B96170648E19264BBD59D516CBC , 0xD23A8295F503439283F453172B61DD1E , 0xEF37571C199F440382E2B75BDB6190F0 , 0x051C3953E02846F296DFF5C887053966 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x0186432CA24D41E8BFAC26EEC78743E7 , 0x5123563D4A9B4481A7F148C2C143C165 , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xF596F4DB96B9481999ADD056F10D6B8A , 0x7109CA42D8E0412580E57609ECCDBFCD , 0x742961D221F64543B83155799B9BCC7E , 0xC8104E658E794EDA8086E6D26563B7FF , 0x10E55948A62E46FEA9C0CF3B30160AEA , 0x2210FE4BB2A140C1819193B8A04CB93C , 0x2CFF0B227A8C449CA3EAB8D581B2F139 , 0xCEBE6B1C495B4C788E61E948BBBCD2BA )) GROUP BY `product` . `id` ;
Copy
83
82.69 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"É^│\~\x7F J&©£o:è·'q "
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b")üÊt»\x1A IøÜ=a¼Ë─▀¹ "
b"Ï╬ü,f\x7F L\x14 ê\x18 ç╩╗×r} "
b"–—48WÂMÝ‚PéQ\çÿ! "
b"ðš•¶6\x11 E\t ¿ôN,SÖàÊ "
b"zý\f ¾ìöE`ÅÌ}IÍ'æÜ "
b"N\r 9▓C;IƒøoïËÃ┘ì\x19 "
b"âÝ\x08 U¨jL9ž\x1D bý%Ã]/ "
b"´Söà╠LE&£|┬eìı¥º "
b"\x1A ê"Œ jHï¿÷(Rª1Ôh "
b"sô߬e=ORªT#Üo&\x07 Þ "
b"بT+xöG:™ôhþ+*ìP "
b"m®P?’kEä…+“C\x06 ØÁç "
b"×Ë\x1D XÔÎOiœ®ô˜“\x16 rÚ "
b"ècÞDAQN‚ºmçÒRÝ“5 "
b"”O\x0F «EöJh”¼ï|Ÿ$Fä "
b"•Åk\x02 €ÿC˜¦šì¼KJ\e º "
b" TÎ&\x1D tKÍ¥Ã\x04 •þSó% "
b"'┬ìy\f J?ìÉ\x1F ┘ê\x05 ƒ╚ "
b"}0ðBÝJS¿\r Í\x11 ¶Ø\x1E "
b"0\x17 le/›H3€Kå].\I\x1F "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"…úÕrX7F㸆-S$H„ö "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"Õ¾A¨õ£G‡¡FzpÝû~É "
b"""
€.æÎ\n
[Bλœ\x07 <A\n
\x08\f
"""
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"ízšf>\r @!’4â@«G£“ "
b"â7ËXû╦Cûÿ\x14 ▄ÅU:lì "
b"\x13 §¿Ëo9KR™œ3ÿ\x1F\x1A\x01 Ñ "
b"è¶ü¯–ÑDß’861Ò>Û» "
b"╚\x1E\x18 ╗ì╩HnØ═,0ú[½< "
b"\x07 <ŠË£Ax„l’^{d9o "
b"½/;Ñ…´KØš0FUy\x7F o‚ "
b"ñ\x03 ×)'6E°²{´ŒÐK)\x0E "
b"┐á§ÃÖ\r GÍÅþëi0Ó.X "
b"&-\x10 ªL_M.¸\x08 .£7\e\x01\x08 "
b"€°³K£G1“²ùüEâ\x18 ÷ "
b"JþßÿBì@O”-™²\x02 þ%p "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"‡ž,Hr\x14 E|³Ì`nÚGõI "
b"î]æ\x17\x19 ŠKC’Ú윦n‚Þ "
b"ž“_Hß”C2ii1º,ýä "
b"¾Š¸®ú”Od†\x10 £sÇÙÆ\x12 "
b"BÅüŠ<\e KJ²Ó\x07 ç"\x14 ¦x "
b"L”aªŸ#Gˑۿck1œ? "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"·\x06 È\x11 ╩÷I¿áåÆ\x10 Êïüé "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"┴ü╝\x04 ´ÜEÞî1╗1¡█ôæ "
b"ºvËqÑ\x06 A\x1A §í\x00 ñ0E£* "
b"3j\x16 Õ:ð@æ•—\x16 dof͵ "
b"\x12\x0F j1XªNS¤YM›/\r Ðý "
b"""
\\x14 ½CRøBU®T.º\n
Ì\x0E ]
"""
b"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"\r ÐKiˆ(H‹\x12 ©Þ¯|_å "
b"FüUôÎ╦N\x05 ïÞ├[Gu°» "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"È®\x7F\x03 iFK«—èËi˜ÚZ7 "
b"ié#u»fHçƒWqþŒlžž "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"ìOe'\x02 ¥@¥ì_ıP\x18 ì\x0F E "
b"„»Œ2—àDÁ§—œì/¶·û "
b"\v\x05\x1D\x02\x01 ŠD÷ŽÐ€à˜T\x01 "
b"€0\x0E y\x18 G!‰ð`\x0F ,Êái "
b"iØ\\x13 FYB╣®Ú6û3¤¼ù "
b"╝^\x02 ‗YÁHÕàÌuüU─HÐ "
b"IÂb”\x0E cF'¨:-‰\x00 ËË2 "
b"""
¸ÔoB]ÚH\n
”¦2ˆêù¦}
"""
b"\x07 %»ÍÁ€C¾„\x1F eMüÜ¡å "
b"®\e n\x11\x01 —C•…\x1F h{{eI1 "
b"\x0E Óõo\x15 -Ee‹\x11\t ±©þ¬h "
b"Á%°üï╣Iu¢ma,Kf\x15 ù "
b"±íÒJ\x12 @ü‰ÀåHÍ\x04 ,Ÿ "
b"‘|\r ÔqqJD¢ôd0\x18 -\x7F Ø "
b"ÛNµ*╠IDµìÄÉaÈb\x11 ¬ "
b" AÜ0\f ÒE?˜‡Ï\f 'ªA¡ "
b"$&í±-ôGj¡\x05 îm¥z¬T "
b"▒█ìÑ2·@ØÂRpÝ/¦{┴ "
b"9oоÆuJÖ€'Q¤•:äü "
b"u—\x17 "|vCá¶ñ\x18\x15 ¢\x03 ³£ "
b"ÿ9·84\x1A N\x00 ›>¥\x14\x00 7v\x14 "
b"[ØV©p`Ló¼┬u2ƒ▒[^ "
b"í:²¥|¹Lì—9*-NOÂø "
b"╔>═Û\x10 ¯A®Ñç«©Å\e\x08 ¾ "
b"ÈZ5XÝ-@\ ôI\x1A kRaO "
b"̧'\x00 ?õL“•¯E\x11 •ç'š "
b"Lë\x08 ëh>H¸¿ý˜„AËàÏ "
b"ºý}¥\x00 D@è·Qx¸\x11\e\x19 — "
b".=É÷G{E\x13 ¼…ÿŠ>VW£ "
b"°0\x06 û÷5J“¥(ûqÁ']¸ "
b"I‡\x13 L6¾J+ QÒÆûõ¿í "
b"çW]TÉþD?˜ÅÏÅ\r ùØ "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"2s7Ø,ÿGz‹)i팔\x19\x1A "
b"£í."\x04 ñJ\x10 ŽÌI#dÊóU "
b")ظd\x06 "F3▒UO\x17 À┬ùt "
b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"&>P§\x0F bCy™Å+úôÑ H "
b"˜\t ™waˆFþ€áAfš6ÖÕ "
b"Ù!î!=DD\x1D ¿%SŒÿPo½ "
b"•G\x13 ØWK8¯¢9Œ{Öl\x0F "
b"r`º+W‡H¬¶úê‘"\x19\v "
b"\x19 ^yk¡±N┼ŃÂGçXÄ■ "
b",áJ╝│ØE¶║6y┼Ë\x19 ç╩ "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"Ï^mU†¥MĪ‘(–×E×" "
b"Fæ¡ÞÛPB~™«c|snÑv "
b"ì,²ÈѧKYÉ*\x11 à\x1D\x03 >T "
b"ò@nþ8.OI“~ƒ\x7F â[ó< "
b"\f êÅ\x16 ö#Eñò\x0F Ñ■C╗üà "
b"Ø:>\x11 ÕFC³½p…~qS®¾ "
b"óÁ\x1C ýHüEK·ðôm›Î3õ "
b". '2\e a@J¾ïcò|\x02 Èå "
b"""
àpÆ\x06 \n
\x1D I*µWÍ0\r ñ\n
h
"""
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"\x02 á4®\x0E ¶G\x19 µÏEGç]ÄÕ "
b"|‘°¿¡“MF«?Òüf†uU "
b"ï\t B\x17 ·”@ŸµJWÕi–| "
b"\x18 ð‡º2¶@{ºË§Áõ·%œ "
b"J7t!ZóD–—\x14 -Ôã¹_˜ "
b"À".—<…E\x07 ˜¾ˆPîSQú "
b"¨\x05 úÑ´N4ñ\x11 ¥_Ø\x07\t 3 "
b"A\x01\x18 Èæ\v JF¿§¨\x14 y •Š "
b"sèéø]LI=¶rñl<‘e“ "
b"wéôõªìDqÜn\t ®¹²Üè "
b"RDo‘e\x7F A«¶\x14 )ïíª\x1E "
b"\x07 úÚD›–B?¨C?n±\x16 IK "
b"fy ü…}EŒ…Lj »œÜ4 "
b"\t íÉg#Gª†±Œ‰úJ´µ "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"À“ŠÌÞ\x1F At½\x12 Wa&)ïœ "
b"¹˜ \x00 rûGe›´\r Çù—Oî "
b"„Ûˆ-^ê@7®\x04 »þ¿K‚\x19 "
b"íÊ\x10 þ2▒J╗Øð"w\x1C -jP "
b"2¼]•c\x01 EÚ¬ççK\t\x05\x13 < "
b"\x1D\x02 r\x7F #³Fß’96àÛ†ÇT "
b"èg\x08 »┼dKAÁtüv9ôÜ\x1C "
b"¥Öü╔Ĭ@}ñ\t `¼\x1D +█Ê "
b"9aäÔµiO2§\x1C ŸT^\x14 c× "
b"Þ┬Q#}2@¥ì?õ┤▒ÖıL "
b"Äd*çãáDh·ã„óv@\x05 0 "
b"\x1D ØúÊjLD▀¡Ö\x0F Ú\x1A\x01 »k "
b"Gýf¶Í¾C‘›¯è\e ÈÛ©n "
b"\x02 ™T\x13 ÖÂHãŠøI¶1âl\r "
b"M¾2Ü+WE¾ìÄG®Í"Íû "
b"5\x17 fÛ$ƒC\t …,ˆoEÓË "
b"ŧ”\x1E įA—¯Þ›U:ºÝ‚ "
b"\x0E úq¯ƒ†B6¯pîÕâG}{ "
b"Þ`èÉ\x1A ¢KÚ¡\x13 *߇iC- "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b"v:bÿÈRK^ŒÞnKcÒ\x0F ‡ "
b"Ù^Zì‰rHD¤ka‚O±Çt "
b"¼h#\x18 õúEðˆ&ˆ²d½>¿ "
b"æc\x11 C┬ÿL/Ø║'‗¬\x18 ╠ñ "
b"¥x5Ü\x1E *M7¤ãuÜ}§ìp "
b"ü‰†ë¿òMÏŠ*=¥~§³â "
b"þ\x03 Ÿ\x02\x19 nK\¦XéÀ¶{a* "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b""¯³>NåG÷¼Éûg,©Ý÷ "
b"Å5\x02 ËtßK×öå#1µZPz "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"\r {î ° I7—Ì©bò\x13 ?Ï "
b"ý┴>\x05 ĺOÖØë\x02 ^‗N \f "
b"ÏÀ¡\x7F\x17 ÉC?×ú┘R(ÌcÉ "
b"o5Îvë®KNª\f ³ÏÌ}~º "
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"ŠÐú\x1C µLDV®‘ÇK ß\x0F ³ "
b"4¦)ìtxC|²þt¿!ì¬2 "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"W°e!ÓþJ¿“M+VX6 < "
b"]Hõe¨óNèïÅÆä@\t ÁS "
b"\x10 y¼çGðD“ ·„³ 8Jœ "
b"$VŽ\x10 [\x1C Lã›p\x04 ¹e`ì "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"zÂ`▀\x1F JîØt®ß½\f 8} "
b"¨_ßâš<Jê¥+ªË|Oé\ "
b"└Ö\f µ├└FT┐ì´,6F¹X "
b"f2ÙwoèKº–\x10 )xNM\e p "
b"'v\v Ú\x08 @@è›L´ë^×\x05\x02 "
b"■r\v M̯IüÁObÄ3pËD "
b"\x17 åZVl_JÏ©\x04 ?\x13\t \Qv "
b"\x10 z¶6╝\x06 CÂ▒\x04 ¯tÅÁìv "
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"θC…7\x01 B$½\x02 V¢þÿ\x1D f "
b"¿ \x03 Ò'ŒA‰¶9N\r ØJ‡c "
b"ÀŸ \Ù4Jkƒ±ê|\x01\x13 oF "
b"þW)É┐ÉFJ¥1jç\x14 ┼]º "
b"û,a~ìÖO÷░┬Z¡\x04\x02 +g "
b"]ÂW[ñOIè´Ä?ÛI7ç3 "
b"»\x1C \n \x12 x¡D€š“\x00 X¥-j„ "
b"ÖׯÅßıBÇ¢▀þ\x19 mT\x11 "
b"ÖûËkÁûLO³Å7Nõµ¶| "
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"""
oµwüf\n
Jy®Éq┤qı
"""
b"oƒý!Ï¢Cà–A°5Z(\x17 Ò "
b"VÕ\x0E H°"Iĵ»Ìä\x1A\x1C\x07 * "
b"Ž\f dô\x17 &A‡¯¶\x00 ójÌm" "
b"!9pÉv\r MÓ×Ò└Ä·ò▓║ "
b"6Å\x15 -L¯C¬°ºfÕ\x00\x10 ib "
b"$ÆÅÐV\x01 AP®ªÐExš@… "
b"""
›)CŸÒD[«\\n
\x1E ²©9ø
"""
b"Àm¥‹ä^DŒ½¯àHøú4¿ "
b"Éx\x00 Í▒¼DCÅGıq*#\x1E c "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b"\x0F 0y‹á›Kô•\x13 ˆ=Uù\x1E u "
b"úú¹æü^@─ï¤▀¡Æ4█# "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"KÛú\x7F ¸9K#ì±\x10\x06 V\x18 h╔ "
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"‡‹Qò\x1D éM*œÖ¦üTdýv "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"Ý[ †n±LÀˆ{Þ[Ø\x0E Ù¾ "
b"[¨^É ¯L-®çB▒uý> "
b"Ë›;/›ÌKl––¯ëMl\x1A = "
b"""
\x04 ðî‚14OƘ©™U‰\n
}…
"""
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"_ïâ¿ó\x1C F6“Q\x1C *I\x16 Á® "
b"Å*ÚæxFIãº\x1A ó$ á■\x06 "
b"âbÓ\x07 W²B\x04 ØB6³]Þ‗¡ "
b"\x1A (F#A°IÞ¥(—¼·‡m: "
b"BÞÛ…šÒBã³sC\x1E Ä\x13 gâ "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"ÚÉ/ÝØuAÞ•g|\x1F V\x15 uî "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"\x1F ‘÷¿˜þL¤¤¨ô=\x1F *!\x17 "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"Ê\x1A ùU^ëF_£åEÎÒa\x05 c "
b"PKÙ_2æ@░ì®b¯½¨Å┤ "
b"†ñó´úéJ[Œ2®º\x06 üØù "
b"OÆ\x01 ÆÚÔI\x1D \x04 ®{øYN\x03 "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"áZý’™-E³·4{]lFG\e "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b"\x17 ëÜâZzE‰¡]ç\x19 ¿\x02 jª "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"€ 2• \x0F @¢½\x06 Șëî_ "
b"Ø6¦?ÈæAn¹…\x18 ü÷\x1E ¢{ "
b"–ÕŸ\r nIB\x07 ªRyPqµˆÑ "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"º0u\f\x1A\x06 KÇ•X^¹d\f «6 "
b"®ðœU·\x15 Nd£d×\x15 D\x06\x1D a "
b"ö\t ±Ê8\x02 Iº¥\x19 ¯'ìpÃ\x16 "
b"úÚ4U_¸J\x1D †ô\x00 k\x0F gÀŽ "
b"‗D¡ÎrtJÎâ'Ø`u1┤R "
b"Æ\v á6JãM?É=AáBM9Å "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"p¶FÔ`ÞNA‚\x19 EB?U¨ë "
b"b\x1F\x06 ²\x17 └CüòÁ\x0E ¨ QûÌ "
b"\x05 üeät|Boôqç§+\x00\x1D "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"óþTÈM?Ht„\x18 n!B0˜ "
b"’¤\x13 ý¾ËJ©™8”ròM\x07 © "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"Øy\t þ}`L\x13 •yò÷,/Óu "
b"H’˜\r ŒòB:€\x16 k\f †IöÏ "
b"C\f 5 E\x02 D–£êK\x18 $ÔC› "
b"ôùñH]ÙE=¹ñ\x7F\x11 Prfd "
b"""
±Î¸{<ÂI╬íÔ\n
l*ì┤"
"""
b"IGÍ¢,┬JiêÉòßW╩\x11 Ù "
b"žwwâÿ\L\x0E ¼Ò\x19 ÜC´ï¼ "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b"¦\x17\x00 øñH@A║IÓãÄ#ÁÅ "
b"û½TyG°G¸░Ø©æ21¶î "
b"^@ÓÓ^ÉHª°;Y\x01 [ï6Š "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b"µ"B\f 2gD'ûÉÎ#█\x04 í' "
b"::ãr;åFłʪ\x1D èBÖ§ "
b"Gm 6R4OJ²eprû¬#[ "
b"\x00 ãÉ-#LdªDîo1Ö5· "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"(·\x03 Ù–ûKZ«TŒ\x02 YGè| "
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"Ã5\x1F 1’mG‚š<l-k[I× "
b"䤸bb\x15 CΊ\x17 wr\x1F Þ4\x1D "
b"ÈSôé²D„º‹\x0E Ü\x19 Û\x07 Œ "
b"J1\e {F/CA¶Êª\x14\e xÎ\x17 "
b"\±ÁâGÙHŠ›¡¾5îþô) "
b"Ø]§Îª#J#ºYÜË`┼┤\x1F "
b"\x1E BÆ@l±@üÂvbLÚ\x18 ò; "
b"Iõ|̳¢M¨¡ë}r\x16 ]ßM "
b"áó/‡žyJL¨Ä ¤´ƒ_ä "
b"}\x14 ¶*êF}¡¼qd%l¸L "
b"\x13 %¡öš\x14 H]šUSûoZ\x13 ú "
b"*s=ð■Ì@\x10 Øz§aä)E¾ "
b"Ò„\x02 Þ+\x00 Eà |Þ{r}æÎ "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"l%“²¥>F¥¡ŽËÄ<5„F "
b"!™R\x0E ²àDįÍP>-â¯u "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"(þAÿ¬>LÑûÞ-Tü\x06 ë\x04 "
b"""
3┬jS \n
@\t ╝!Õüþã#Y
"""
b"6pJ├àêM\x7F Åìr]\e Ü÷m "
b"ëÑq\x07 VHE\x1D ´D•ylBâ™ "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"À–é¶{$Oç‰0ŸúRuÑ7 "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"v¬]ÇÒ\x02 K”˜<,0èUÞT "
b"\×\x18 D¥gAåÉ░╗╝Ý\x1A öµ "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"""
d-ìïÉ\n
Mk€ý+Äì_sÖ
"""
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"Wé¡\x11 ,ÿNŠœw˜¼-Š“) "
b"`£Ì’\x18 ÊG!š\x0E <\x04 £\x02 8“ "
b"""
&À‹¶°ðCó€\n
\x17\x1C ãâÄÝ
"""
b"¼›S#òjH~¡ß\x00 {L¿¹\x00 "
b"¥èÿëDüE\x04 │\x12 \eÆ\x15\x10 ç "
b"»"\x04 EH.CÿµzYγƒ\x1F Ó "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"ÃÝ\x15 pÌoJŒ§š<ù[¦)» "
b"|\t püº`I\x03 Œ¡\x11 Ug„r\f "
b"µs\v ¤,ü@■àÅEmÆ╔═& "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b"A¿cV>ÿAM–{ÙÃÄb¦B "
b"ð鎅ó\x04 BŽhý¯ÿ9Ér "
b"╩┬\x19 ‗7\x14 K=¬OÉO&d·¦ "
b"ÛT`ýyYA—ˆìAKã”} "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"""
JÚ{äÉEOð—É/„'Ì\n
\e
"""
b"Z|\e +W\t Io¼y„Æ\x0F «gÄ "
b"/LÆóÜ\r IË—¿o™l=bp "
b"êèQ`YüM\x15 ›¬Žs\x1D èë\x06 "
b"Øðëq“,D†g\x14\x0E 3\x12 …^ "
b"cwƒéa7D°™¥ ª´n2ª "
b"¼JÎöT•Eà‹fh\x08 lë(‚ "
b"@\e (I3´Ju™(ö¢·1GÁ "
b"œc\x1F †Ã‚Hï†s\x1E 3ÙvDÚ "
b"=\x04 ë\x1E <jN\v ›!V´Ç“N2 "
b"«û¼1ÀBu‚QêæQ\x1C 4V "
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"ÕÇËÉ‚NO‚‚Åx\x00 lï£J "
b"Ù”A7N\x18 LP©Ì±Þ´ £\x0E "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"€˜èåpÿC<—Ãc±´íê\x1C "
b"?Í╝¬dVG¯×1o}▓*VØ "
b"|Z‡CÓrDã†iõ¥ÃÓm\x0F "
b"³g@─ÅkCQ¼\x1A ¥àçÀí▄ "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"£e@\v *K\x1E É{ì▓Ðˬ] "
b"\x16 ð÷Èa!L¦™í~9£&±Ï "
b"TÂlX\x15 ÛIÝ€*×E\x03\x0F ›> "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"¯\x13\t\x17 ‚RJv¨Gs¸¿R¢j "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b" ºH\f etF/´\x1D çnìå£\x13 "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"ý|\x15 j¤\x00 I˜™k\x1E í=`:Ä "
b"#-\x7F íÎÓMÖÆÅ\x0E )(Hû "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"\f ]š«ç:N•®83¸`,ð` "
b"J╝¤þ®ØK+¬LeÑs─í` "
b"0Y±õ-ÕEå¿Ýv/óÑÍñ "
b"Ϥ64\x03 ñIF‘óÕ^¹9‹% "
b"""
MÅ┤7Ö5Fd¡\x17\x15\x13 #r\n
\x07
"""
b"OÍ╝ëı▒NOÅgk╗e¡ÿP "
b"ÊIûcmÜC߯ë Ä÷Ü\x07 & "
b"þ vQfsBðž*¸„¶\x1F _) "
b"\t\x12 ¥öš>Lݧ}\x12 ³({¦À "
b"(\x12\x01 ò¾ûG■Ø▒~─#├Yc "
b"Ãg\x02 ØØØA«ôKém#ı`\x17 "
b"T;\x03 ³õ\e E■òÉ\x13 Ø!\x10 ─\t "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"¶\x0E =’øøF6ŸÙHÈøÃR\x19 "
b"gÅ/çîVF‰¼ÔÜ}U–pû "
b"""
l\x7F Ç·æÎL&´\x13 \n
ŒL¤}ü
"""
b"À\x01 1íüXIʼf»M┬\v ╝´ "
b"o╚\x1C Ô▓üF\x04 ¥ç\x18 Ü]│n\x0F "
b"Û\x0F ØCÆ\x1C MÊøòØ\x15 Õ1\x13 É "
b"┴\x06\x7F ºõ+H3Å·\r ÄÉ$┴x "
b"""
0©z\n
\x02 XDü”;®‰}}ï…
"""
b"àÂj¸\x16 ÂB\¡\x01 רÜ}Å\x15 "
b"\x1F ¾ö'—€LЄòú\x02\x15 +|µ "
b"""
4s_ÙÌZ@J”\n
f˜`\x1A xª
"""
b"V†Cp¦ùI\x0F ¿!¬^³.Ç¢ "
b"ݦú±?\x1D H╩®└pnôØ▄Ò "
b"áÕ‰~‡Gä‡f\x0F z\x07 Î\x1C ( "
b";ª\x1E niÓHÄ£\x0F 0BÅ‗┬, "
b"xößNʯEd»Q\x03 MvšÓù "
b"И\x1A ïϳI”¤\x11 ’!þ'\x08 ½ "
b"""
ÓÚävœ\x1F HM‰,\n
JáC2°
"""
b"ã®Àg“0E¢“KÑã…l&: "
b"£\x06 ì■└LǽØ\x04 O¬Zê¦ "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"#+Ó\x03 =:Au¡.ª\x02\x13 SUq "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"¯\x04 }%n<Fi¨=UÍ'Ò3¬ "
b"ï^Á}G9DM‹¦ª=µ\x7F r\e "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"‡ƒ0Pl€H¥¸Ëà[á#›\x17 "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"Üj8øIö@•¸ªõU՛ا "
b"‹\x11 Tý¯GØ´\x06 ŒcDu¯¨ "
b"ÊIÛ`å\x1A J"Š »ä\x7F Øor "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"[;\2pÌGA¨ÛqÑ0Ãåâ "
b"\x1A ±Yh‚âI?ªŸ\t Ò\x7F ×\t r "
b"³ãÊ»ã4Jå—/».\x06 õâÐ "
b"&£Â\x0F ¾_O·▓*"¤\x03 \Øh "
b")"áÆRÑF@µ)}—šgì\x1D "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"<ƒa¶i\x07 E$»í?Ò1\x1F\x0F\x0E "
b"\r ©1p/ÂE¤“8p•íTý\x19 "
b"mÊóXÑN^‰\x01 õ0¬vKõ "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"\x7F ]”Ž\x7F IÛº\x1F\x11 d\x02 —aè "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"®#\x13 i{G@\x1C ‹Àc&w`±Ž "
b"""
`¶÷¬7\x1D F׸@¦\n
U>\x16 Ù
"""
b"C■¸ÄÅåK½å\x19 LBä\x06 gó "
b"Ð_.œ:^Kˆ…ÈÓíŠD7Ê "
b"Q¶šiVËFÜŒa{÷Í[Ãß "
b"T\x04 ÎÝN^N¼™`\x1C ë…Ÿ¢\r "
b"¾µG»3AA—–M*üzy&Ë "
b"î?R1r¹H㣊v“*¯©§ "
b"‚{ˆê ‰M2‘ô7\x01 txÆb "
b"F┬tgü\x10 IéÉÌkÀXã░░ "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"”ÞØ\x07 Þ\x1D MT‡ãü˜ñ£\x0E ÷ "
b"<ä’JH`Eµ«\t æ¤Ú•îó "
b"î\x1A t\x18 ╦ñI░É┼7åõë1\t "
b"í¢BúDGCÅ»·Câ `ŽJ "
b"…3\x08 B\x1F lMs™1|9¦†ñ. "
b"ðו¸B\e JF¡ë륡á¨: "
b"ä;*\x0E ª\x17 BÊ€ú@¸ö¦žå "
b"0/„Þt”@r²;\x03 \\x0F hø& "
b"_├EU░õI─╗øëPü\x7F ¬Ï "
b"^7°¦¢MAâø¡59ìL\x15 "
b"qÕ\x1E T’\x1A GR¾\x16 sÝIÎÎì "
b""\x1C 8u¶†D1½‹‘\x05 ‚Î\v "
b"R'·ÖîÝEݨï-\x06 ÂÌg‚ "
b"úB8nòXLâªä¶\x07 Îûß\x0F "
b"T¡¡ÉıÐBYæC½«\x18 Ò\x1E F "
b"\x02 ║┌É1ºO*Âæ\x13 .0▒.á "
b"YÓQóWiNküñP¦¤,®÷ "
b"š\x14\x05 ]\x10 ]AÛŠÏ\x02 r†dÎ, "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"\x1A ìçÉkpEïê\x02 ½ÈNæEõ "
b"·Ý\x01 HÀ»H´¬ÑøM‡6#Æ "
b"Ž[óÁ_ÕA9Šv©Õl\x10 ¯\x1E "
b"7-ÞòK9Fñ‹\x01 ùZt̾> "
b"o\ó¼HôG ³Ú¿¨µ}fo "
b"³C\v Ø&ºD┌ô[2Òñ\x18 Ù¹ "
b"V%\x1D\x06 ÉéG\x7F Š/ô”ÊçPS "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"„šÑØ\x02 ³Cí‹Ùl®íH·« "
b"""
A\n
ÿ]VÅKu³Õy”‚k(x
"""
b"Ô║*[Æ@FJØV{Ù´«§\x01 "
b"ò\x1F FªÍßH\x04 ŸÅ)}m/;c "
b"¶-ô'j‘E»±\x05 ¯å§ß&€ "
b"¢Eøýж@±Œ\x1F\x19 Âå®<: "
b"m,ûyDÉE ÿƒ\x13 ±_k / "
b"¥ìú{K\x0F D°å\x0F dPµÛl\x1C "
b"œ¥u»)aCK›g\x1E Ûå\x02 bÜ "
b"°ÀÆE]-@]¯<c.\x14 ^6p "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"Œ\x04 ˰\x16 çEŘϤ•Í—\x16 " "
b"<þr²˜ÉCL³Ó\e -ÿ\x0F 2ø "
b"@:Á5JC/¢‡A•§·‘M "
b"Äi)UAùJÚ¬\x1A\x04 JâF¤\f "
b"\x1A o\x00 æ¥BGž‰\x7F\x1A ÁYç\x14 ¨ "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"ãà╠¼F\x16 J═ÅØß'ºä¡ç "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"~PTQ\x1A eM0“\x11 1aR×ØÇ "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"U1\x11 ï7¦My¬6¦Ñ+eÐõ "
b"MÞ\x15 ÂíßG=┤S¯\x05\x02 ÅaÆ "
b"z?dx{SOØ┐1ÌplJñe "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"1³F®í[F«§fCž‘SA "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"═*1·|O\x04 ┐\e\x04\x1A ú7│Ø "
b"\x07 :\e YF╚Cöì│┌ÕZÈÏ┬ "
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"\x7F j[®Y¡D5¢Þ/ÿþÓ\x11 - "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"×]AÞÉ·IŸ³\x0E\x1F „xs²4 "
b"¡Qb\x10 ?*B‰³pàëIqðÊ "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"`e,*“HHì§7#ïƒæW\e "
b"|Flx1¹K\x1F °\x11 hÍ\x1D ó\x18 Ï "
b"siì│)rCùƒ\x0E ÿ·\x10 Ü]Ú "
b"nJh‚M~J\x14 š\x12 5—ŸÄö9 "
b"P½\]\x13 ÕF\e ‡\x15 úS\ZâC "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"\e ÉÖ%šßG¼ŽÇÁ\x08 ½@² "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"–öF-ÕéDKªŠe\x10 ‘X%Ó "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"WC\x06 ÁôôJЖˆû-\x06 ˆQ "
b"\x0E 'MÀ╚ªK`ö8¿Ø¹<ô\x13 "
b"u]XüLÃN\x15 ¤ñðâ;\x05 Æ‹ "
b"ô\x19 Ûvl\x1D K\x17 ‚µ-úbÙ¹ß "
b"\x7F hlA?RM\x07 íıÆì╗:\x7F ¶ "
b"'Т\x1C ŒÝFÓ¦õÐ\x17 P´?\x1A "
b"kD´dÞ\x1A MH½_®Vh²tñ "
b"‰ÀñiÀ»Kr¡J]GÀÌF "
b"╬>\x17 ■*5@èè╗þÿ╝ÄÅ- "
b"מÈ?¿\n A÷ IL!cJ\x00 "
b"l`\x03 (7\x04 E"ótècÓì+è "
b"£rSN¶¶CƵ[Gï\x15 šN6 "
b"µt†H5\v CV£–DRÒ¸\¬ "
b"Û0í]¶>H±‡Ô”\x0F }‘u\x10 "
b"R\x10 óƒ\v ¨H>¤©G¥\x06 iÑ\x16 "
b"ßÊ%8Õå@¸”ŽÏV®WÀt "
b"ƒ0ìs[╦E┐ê]²wsÿ{\x14 "
b"╠¥└\e b\x15 D{òìiq@I║~ "
b"·þw$¡åOú‘á?\r E\x0E Ï "
b"="ô\x16 wÙIv“b\x16 ôK}\x1D – "
b"ü-\x1D g\x12 ÿG\x13 áÖ┤╣┼4µ= "
b"ÕãuœõO0°>\÷™ˆt\x13 "
b"\x14 ¨}Rì~B²¶¼³a\x12 W®™ "
b"\v ˆÇ°š\t J̨\x11 0«\r °\x01 ¤ "
b"‹ \x07 9.XBC¬¦„mÇ\e ±e "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b"Øw¤ÀÕ4F‘¿^^\x10 ªƒ†K "
b"Ë^ÉÀ/┐J\f à\x03\x07 òVG-ä "
b"Õ;Û\x06 "▀H¹ÑÇæ&"\x0F ì/ "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"┤n¹ö\v ]Ny¿ìÏ\x19\x08 6íÿ "
b"—f\x0E óVWBR†¹\‚ܰ/- "
b"÷Ó!šnÌIÆ€\x1D ô-\x03\x00 %) "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"r×\f gæGMܱû©e±.ÍŠ "
b"#a\x11 _\x14 -Iáµú*ÿVku\x14 "
b"┐ãOýôøBwüZ̹ô\x02 òí "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"¨9\x14 ¾^¹L$½Ç\x03 ñ—yÕ| "
b"█ñám#ÉG╔î┼ƒå\v\x14 ¢o "
b"²_¦\f ÓÅL\x16 ªƒ\x1E Œ¸\x06 WÙ "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"╚}\x07 Å▀\I\t Çã\x04 ½¯ÀúÏ "
b">Y\x01 Q╣\x0F KâÉx\x17 £L[!┐ "
b"&Èq5\x0E óDXˆ\f ¦_'vƹ "
b"\x1C 1—\x1C ä\x0E I‹‚ñ(\f\x07 Á¶5 "
b"Áñ0צ“B²œ\x1D 4a\x04\x00\x04 £ "
b"¯õ€Ø6REWˆTT^5g_· "
b":zùúÆöD; Uš4jx1C "
b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌ "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b"¸P\x05 0¼\x15 J\x19 Å▀Nv°\x00 ▓╬ "
b"”\x07 ÀØn M“•\x00 J¬\x16 V+a "
b"TÅJ\x15 ▀0EzñÖ\x12 └ê\x0E\f 2 "
b"3\x14 ¬“XóG‰‹µ³ùÚSׇ "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"¨Y Ɖ€E\x07 ‘Ž|\x0F ØJü¡ "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"ûÎÇ®╚JK.Üv┬oØý¬N "
b"vØt^ròKZ§Ðöò»Ýw\v "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"!=ƒ§¥xBIŽ\x0F ó`\x1D F\x1C ‡ "
b"ÑÝÇK#EM¨“ÚQ\x14 °ÁZD "
b"¥\x08 Bû\f FM┼É\e gD‗à╩! "
b"–©,\x0E ‰’Ne¤Ö \x01 ʹ‚¸ "
b"§\x18 üA?\x08 I9Ü;ÜÔÁ稱 "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"\x05 žñBoòN¥ºZÆoØJY\x1A "
b"J8╦┴¹╚I┘öÉräîé¡Ò "
b"AyPjy~J~´åÍèÒÊ\e n "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"à╝ɱO\x02 @Ç¥h\x16 ¡½╩üï "
b"åí¯¡╝yB═ü]É}&}d3 "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
b"\x1C âß6ÓÂAL¿æ@°M¬bh "
b"I%\x07 €ŠdD¯‰©¾L‘Íg+ "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"=ÐÆXMjB\e ©†L*R-4\x00 "
b"}ÂÙ0\x0F 4O*·Yd\e\f\x02 cÔ "
b" ŽhU Mšš\x14 åþ<\x0F 7õ "
b"V0Î)\x1A |JÕŒ’ƒ„+öYO "
b".1Ôý³uNü×b¶`╗╣}3 "
b"""
~ ╬\x14 ÿÎOIüU«l\n
.¤6
"""
b"[Âð½ÏLEBƒ‡®ì¶Ü\x06 g "
b"ßB┘£¯E'Éá;└\x05 ¨░a "
b"!g~\e „6MB®Å·Í]VÖR "
b"s\v ,\x18 l+LŽŒ°Û{Ä`ûœ "
b"‹/çë\x1F 7AÌŽ±LüñàÝí "
b"¯!*Ã\x19 †NŸº1â\x1F\x01 ?´k "
b"†>Ñ\e\t I¨¬½0ú¤Å,h "
b"╬\x18 8\x19 « C}دz‗I\x00 ½Õ "
b"S³ \x11 '…CÞ³v\x1E ă6™g "
b"ø\x06 >\x03 ÐJÍ¢}–\x0F •ñŒb "
b"©¦‰úh\x17 L)£ù¾3øÙÔ "
b"-ÏÞíº^O,·‚\x13 €¢ä=ñ "
b"¶Ü!V=qMÁ½\x02 ÒÅ4HwL "
b"b,åZ'Ý@a¦c7Ø`#\x7F Ï "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b":Žèï¤=F›¤D![Æ€zè "
b"T}’¾{þB„Š_Qé\x16\x02\e œ "
b"/î±\x18\x12 oAKˆ'0\f¶ô) "
b"Ê\x00 ƒtí`AQòż=³õ\r « "
b"├û\x11 P‗öK═ƒÉ└ñOúh½ "
b"\x15 ┌÷·:@ÛÉ╚¬1─³Í\x16 "
b"\x01 RÐ\x00 ø4H\x1D ¾µ}œ‚/‰— "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"sDèjàgJ\x18 ×jwÈcì·È "
b"‹³Z\x7F D±OO–Åü¸+hˆu "
b"!¥8ÂCkKužÒNØG!Zx "
b"^““oí¢DÙ†òÔ;\x04 -n "
b"""
▒\n
▒:Já@\x07 Åcp`PÑ}Õ
"""
b"1ÍÇÏ\x02 “@¯€JÖÏ\x1A \\f . "
b"G[êÇ2KHlŒ\x05 · ”\t\x07 ï "
b"ÔŸËZ®\v @ʨýeGÂ[H\x1E "
b"\r 'Ð\e|M\x0E €;¡NÏ©`« "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b"ï€þ2™sCx•\x18\x0F [ØÒ†³ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"Ü\x02 ‘Fa^CFµ7¥"þV7› "
b"¡=‚^ÛÂHrš\x11 *ÌûËܯ "
b"s(ŸÂq B’ž@0ÎÖãÄ® "
b"¥†È$fÉJ/ž.qƒÔJ\t r "
b"$ÃN\x1D =ÆGwƒ;…àh¡;~ "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"¹\x1D pÉSPG\x16 î¹\x06 é‗½ëï "
b"(pÃG\x1D ÛC\x17 ¼âÆ0ætçù "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"\x11 = u§IJé¡ÉÝÊÞJ▒µ "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"\Oök\x06 ™Jd‘¬\x10 ó‹\x0F —F "
b"na²\x1E ¿\x18 E\x0F ‚‹E1µ±ÑÅ "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"¿ìv|@¤NÒª»|d›™—< "
b"}S!ʳÙLÞˆ€ójh^vè "
b"\x07 a2▀═7HïÀ»╠+ÿ¼\x19 Ø "
b"üÌ┴óYºE\x06 ╣´äº\╩\f \n "
b"ü<öp\x01 äKgǼ\x11 Cá\x05 îP "
b"V±Ø\x7F _?G\x1F Å*|\x11 ²I÷p "
b"vÇâ·\╝MØô└ßÎ2>3Ó "
b"Ð LÇV\x00 N\x1F ìª║mú¹·< "
b"""
z\x07 ê\n
ÓÐN!…ËAËâTË0
"""
b"œù“‘N<I’¹<G›&\x1F ¹’ "
b"\x1C ‰¾V{\x7F IU‚zoJøvÒæ "
b"ª|«r©ÙMùš\x7F }ÁœÛ%m "
b"\x0E\x12 Œü>ÊDú°‰Ï'Pxyþ "
b"kh┴ô!+JèÑò└C´¡ÅJ "
b"u«õbá4L¯¯å\t %³¾\r ~ "
b"z\x08 nŒB\x01 Fž“+J\x18 7\x11\x05 + "
b"Æ'0ìÔËJ¥öôW\e 'Y(ð "
b"ÂÂ\x18 ½┘üDÂû\x11 ¨╠/├\x10 n "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"Î\e „+ÌcAü¹×\x15 /ˆïÇH "
b"""
Ä\x12 ^éäÎCÊ·§FÂ\n
ã‘)
"""
b"åDäàØ*@BÖUd6Á\x10 ¿Ñ "
b"Qš=>÷ŠHç£Ù>‰*ëÚ¾ "
b"ýp\x11 ß'§J‰®Š+ð¹%ˆá "
b"!cC\v 4ùH;¸Mà…Ör÷\x15 "
b"!4 L!±A¿‰\x14 ÷®8\x13 n\x12 "
b"█▄ô\x10 ìÙK▄Ñ░U¦\x1C GL« "
b"*ñ‚KiºCųÜ9Œu‡…ì "
b"\r Évm&\x10 GYæ\x04 b\x07 é┬ın "
b"³¡╠ØI½Mì┐gÏ*xá\x16 á "
b"IP…1\e 1GO íòs=\x1A …? "
b"øjºø4*Hg¯ s(Á©\x17 ã "
b"i\x16 îð5┐GÝøð.#&ü╚ö "
b"Ðq#Ne\x11 @EŸ'Â"œJçˆ "
b"®±ÛGÚDï¿|ü<5Z0Ø "
b"¾XïÕT~Gù–ßÅ\v ãn-… "
b"?]ý—¥TE÷µìd\e ‡u¼– "
b"9─\f\v j0BÂåÅu\x18 è¦\x17\x12 "
b"l¯¡à3\x00 J€œeÏhÛ˜O1 "
b"wFt+ ”F\x04 ¦öXÒ¥\x1D ³› "
b"üü.\v óMB=¼\x08 8x\x1A S«p "
b"L¡²7Þ3E ® \x15 ŸÐS\x01 ¥ "
b"\x07 ÿ'É\x01 ÕG¡║Éx╬³I#N "
b"½ÑE─\x14\x06 A=ì£àRësäú "
b"ã®ó¸$ôA.ƒ\x08 E¾·²Ó\x08 "
b"┬\x16 º╚üãMä¿5\x7F ý─²®7 "
b"ì!([{ûL{³Ô]Ô{W\x03\x1D "
b"Šáp\x06 ösK\x03 žÇ\x02\x1A ì\x14\x1D ] "
b"<þÏ”{ÂB[‘®Àà{ƒ¸i "
b"\x17\x16 ·\x06 Ž·Bà˜\x0F üãûÎ\x7F V "
b"ŒPˆüT²IM©B\x05 ~Ò†T¿ "
b"†;øfaîJD’0w&Óå0 "
b"""
ð\n
×ÚoƒGž’e\x7F ¯H‚\e î
"""
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"ü╚q°âzF║ÑÔ"\x1F È!C¢ "
b"–§"Tî\x1D C̬Úyž<9ðS "
b"2¡VvY\NÏÉÑÉ\x16 b}h* "
b"ù»Á”)ÒD¼\x17\x05 ¶ƒÈ\x1A ¯ "
b"Éë)äý.D7 W(UÚÊ5N "
b"\x00 J‡\e £ÚH]¥ç´àÙ¿º‹ "
b"\x08 ¯\x16 ñ\x07 sN(À3├┤Î│Ž "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"\x1D q\x02 ÎOEC\e ’ó{áþ\f\x02 \n "
b"ñ\t\x03 ‹«3I*‡?󯝨ÝY "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"(@2[\x01 Iöµ-óVªV3Ä "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"Ÿ?¯‰ŒOG‡©\x14 .ým-C\ "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"nt]d\x1E\x13 Lç\x04 –,Rðõí "
b"o\x16 zŸfKBƒ¢½Ps‘üã\x03 "
b"»ÖJ\x1D\x04 ÏD?«\x03 =íø&\r "
b"¸#öÀ»^Fȃ’»aó"\f þ "
b"¥èq1pßH÷€f\x1E ×xù¢ "
b"\x18 ~▀ÍYÃLIücø#à├\x00 È "
b"«Ô█ÿö└D$ì\x1A ·WÂ\x0E h╬ "
b"ì\x0F ▓Äõ\e N\x05 樣p\x0E 1èÛ "
b"ë¥(l\r CDfì"çàµ‗.ð "
b"\x04 üäd,>HÂ╝ñåÛJ┘²┐ "
b"…c\x1D ¦‚ŠLV¦\x08 ¬\x08 Äõ\x14 Ê "
b"\x19 üõîŒØCh±ï´±Œ`\x08 < "
b"\x08\x1A æøü\x1A KjÑõN'ßì±Î "
b"ú8rRE¯Is«¦\x1C n\r ÈmQ "
b"¦┬?@·WFƒì\x0F ■\x7F ò®qî "
b"\r ¬tÒ?ñH\x03 ½¿w]aE(” "
b"^å¦$§;F«—œøÉH੎ "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b":²\x15 #àcIm‹ˆ[,ÒÀs' "
b"·.Ç9—J5ªy\x15 $½=â\x7F "
b"¶¬o\x1E ›¢NC ð¼\e Áq¼L "
b"\x15 ëªD'ÑGþ¼ÉÓŒMÓ\x03 ‚ "
b"JhºN%lI\x12 šÍåO¾ÿ‘¶ "
b"¬MºP\x16 ÄN$¡V)¬Z\x16 žÐ "
b"Å\x06 qæÍ\x18 O§¡âð®'x2x "
b"\v ¸B×f╗FpÉ!Ë+à\x10 V@ "
b"ï°=XÒRJÔ╝ýw\x16 Ç3┼Å "
b"õ¡rªî•Ièžo\t ‰H¤òŸ "
b"æÍê'm╔C\x1E ®`Ïn+xɵ "
b"Cž\x14\x06 0ªE\x1F ª\x15 <\x15 ¬\x1F ü\x1C "
b"y\x1A ß’ØçO|ª\x07 V5\x12 4zÔ "
b"”\x07 I{\x11 VLÿ–5¹á“\x17 »0 "
b"GðÉ—¡¸Hº¸TÓçpi€´ "
b"EYlØÂUKʦ:\x15 ¬ü?’¬ "
b"AÅ¢Ç3NR’¿x\x07 Z\x06 úv "
b"""
\x14 &å®g|CÑŽ¼wz›m\n
ß
"""
b"r║çTƒÄO\x19 üçcé[`\x18 É "
b"`¨D'q├O¬ê\x13 YìecÖz "
b"┼9 \x06 ûüD&è\x07 H4\x08 "2ë "
b",¼‹Ÿý\x00 HSŸ@“·æ\n ü6 "
b"Xm&Aù÷I╠ÑúX0«▓}ì "
b"x\f Ë3ÞéBö³lÄ\x15\v >Ì9 "
b"éÎYäÐÎM\x17 í\x08 ö\x16 iâ╝Ø "
b"²EÒ“\x18 |Kç\e ý½L}g‹ "
b"\x11 |ó\x17 ÅiOºí®ª?nûÞå "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"lK└-ì}IòúlJk\e ¯Íí "
b"""
rôµ\x06\x03 ÒF\x04 \n
R›n\x11 ò\x02
"""
b"xÍút\x03 SBª‰\x03 ÏÏxÕ\x05 « "
b"Gh)\x04 ╦fMIüé¹|┬6/_ "
b"ØéÐp6`A¿€{¹¤õÓËø "
b"X[$\x14 9dI-’ÜuØ1\x08 ãý "
b"@WlÃ2\x16 E\x1C ·ÔpØ ùÇÍ "
b""\x0E\x04 £ÕßG'²[Eh×²åŒ "
b"Ú@Çr\x18 Fc°5á³ù‡j$ "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"ìe\x01 ~Æ—D‡±\x03 c¿ñ½\t "
b"Hè%ê[\r J\x13 ‚¶rØ®+ëÛ "
b"\x03 9Bב"C\ŽÌp‘N,˜{ "
b"jÓ\x10 û\eO&¶À\t T²×µ\x15 "
b"¨2\x02 åXðJy–SOÅ\x13 =A» "
b"ÃÙºK\x19 £EYºE\x04 Ø6Cê7 "
b"¶˜\x13 t«KKŽ•zczÀÏfÜ "
b"rZ‘D½\x03 N\Š\x06 fæ\e [$Ù "
b"»r¸\x0F .UK†£™ò\x18 7yA/ "
b"CÌ\x19 ±ìÇM│ÇódQ╚(G$ "
b"sâþè8¯K.û6ü╚}¢z┴ "
b""░ì▀¼\e K=ó\x1F ╗86ÙþT "
b"▒╗h®[=GLüüûôƒØIZ "
b"ð]èC–CAo‹\x14 Š\x10\x19 @%è "
b"Ø\x04 Rúæå@)ìq§»\x0F §+s "
b"&ù\x02\f 9ÅD©—á±\x1F MK<ò "
b"\x15 &\x03 ÁÂ\x12 @n³iÀá=!ZÓ "
b"@ô—R†FAž§À\x1C ÆEú‚o "
b":5½$\x02 bD!€ÎA\x07 X]ÿ£ "
b"*àÃÉž]A›ˆÕG\x1F\t LÖü "
b"{\x7F å`ÝœG\x08 ¸ê4\x02 à\x01 Öú "
b"‘C„ºÄ\x10 O…•\r \x06 ½?JÛl "
b"\x17\x1A =(ä±Lì–êoõ\x18 g2° "
b"q\x02 Ž~…+I×°Uãì#AÎR "
b"\x08 X/%®ùH_¶OÅXg|h¿ "
b"÷pŒsZµH΂\x16 LºÒ\x17 ¼è "
b"÷’åÎŽ5G}±\f ôïiÏjª "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"\x1F ¶î?░ÞJ┼ìJÜÞaÃ┘z "
b"ªpï\x7F ¦:@T¬ÜÚðxÊ®/ "
b"’šx†y¬DŠ‚JG\x12 >h%9 "
b"ç½\x1C\x08 îŸB\x0F ‚\x18 >s\x02 †Cñ "
b"Òz·i—/Hͺ2ûuÌÕ%Õ "
b"}På([ÃAi¬he¼-‘L• "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b" Ö¢˜\x0F ‡E‡•Ð\x12 6+ô¨à "
b"B„<9ò\x0E O#¥™WWv°`Â "
b"9¼+Eî\x1D Jc‰{¤þg˜È§ "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"xÈ£·u-MH’–\x14 []üÉà "
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"Õ6v˜\x02 wFcŽI4ð\x16 ðüó "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"ïàk£\x1F A7›µî»H,@ù "
b"d*x˜ŽÏD‘–d¤Õ0~É‘ "
b"Η¸ôÍ_Bê³™\x1F â¼Ýâè "
b"O\x00 fæàHOG£vÝP\x05\x7F "œ "
b"ÌÛ_ËÏ\x07 IÍŠ¸§ëH¡Í… "
b"cıüÇ·\x7F MXê³&DS\x1C /r "
b"@ñ@Ô³LL¹»q Y†ž»R "
b"@8]„àüMn§Öà?LÖ•È "
b"²¼~ÙúíEY¬[“Ý\r yð± "
b"ÁËÞm&\x08 Fö‰ð>\x03 Ó=æ£ "
b"´{E0¡jAHšJÝä<°Ú^ "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b"\x10 ކU5ºGv´Ÿ£\x1D á+(* "
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"\f +\f (ì¶AȾ©\x00 üj®gt "
b"<4¨™o\x01 H΢¿ðh™Éχ "
b"*ªiw\x13 ¦Ka•Xö‚ê;m# "
b"´\x1F A│£WEá½z)ÅDª\r Ë "
b"æ*ÖQnäDîÅ█\e ¯Td\x06 n "
b"›¥@=<ŽG\e º0—-)´-ì "
b"i\x10 ,öëLGYƒ³g^H㉖ "
b"ªÞi×n^DÉ»sÖ»Ö)à "
b"V)'¼x‡L\f ‚À\x07 Ç¢¥‘· "
b"îä_ZÂ\x0E Lç¦êÓíFÛõD "
b"LP÷À‰ÐNz¸Ž^£<^\x7F ù "
b"yÒù\x1F ã¤L¶–dÇ Ð¼»< "
b"""
\n
R&Tø¨F°¹k†\e }Ê\r ¾
"""
b"(├§¨üüF©ù┼\x18 V¶B▀ÿ "
b"¾È¯Î¾ÆN\x07 Éáw▀ûî■Ø "
b"ÅWnÚ?;A‗É┴2m¿\x1A ╣² "
b"züu\x13 iGF,‹eR\r ôVÚ’ "
b"„’Ó–$\t BS¥.ý‰§ôÝ4 "
b";Z0i¹!B#£Þm–‚³‘o "
b"]»ê\v ¼eH▀»i┴ü½\x14\t "
b"d>³N÷èLEú<SظN\x05 © "
b"║┐▒`<²JåíßåíÅ╚ZÉ "
b"=fbcb;J"œ\x01\x17 BHh·Í "
b"DŽÀ|ËXGF‰DÇ@|Âí³ "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
b"Ðè$¬ì˜B=¬Îļß!ˆ\x16 "
b"÷o░±%+E\x1F édÅ>╦¡½C "
b"ÿì'(\t mG~║oJZ«1▓Ô "
b"0Ô\x03 ä\x12\x02 FJ§|V¢'í_\x17 "
b"?ˆBðíåI¡†¥\x13 #šBc– "
b"ÀJüõ´■IÈ╝\x01\x14 R6▀ËÝ "
b"\x11 ‹Í¤P¥A¸„ï\x1E K\x04 Á×5 "
b"┤\t G╚gFBÙÖt╗üüe9Á "
b"ü¶Ù╠'µL\x10 øSå\x04 ┐¿&ü "
b"O\x19 Í\x13 Ï´G>£v)ähU\x13 Þ "
b"¼Æû’N5CR§ÆË³\r Üë’ "
b"\x07\x00 *Œt÷O\v µí…Ø¥ž‡[ "
b"df\x11 ±\x05 ÍOX¢Êe,‘ß)u "
b"ÇMc·n¼J\¿ÏõG»ØS\e "
b"úš\x14 ]ò-Fk–¼Á6\f ¸qw "
b"Öú¬|Ü„D™–b~‰H¹…Ù "
b"Wozf%¤K@´ª\x14 øXÓõ( "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"\x11 °"{j£NN˜\x14 hÚW‚Æ¥ "
b"¶š-Ù-ÌO6Œž¼ÑáëÃä "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"""
±ÖÌ\x03 ╣\x02 D\n
ôÉ─\x16 |Ñ▄Á
"""
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"Y gΒaAܢQ\r )ݯAa "
b"Á8ô¦Œ\x11 Eɽ‡×\f\x16 ò\x04 ( "
b"ÚÅw┼:yF╗û¾\x15\x1D l\f\x11 û "
b"¯\x02 ¯(J\x1E C@©ÖW\x10 ì\x0F i* "
b"…áêC\x15 ôM¿ºl§–PÐÚ¶ "
b"╦ü│·V²Kk»_mÅf╬Ù "
b"\x06 ÆÀ\x06 è8BÈœÀY\e œN\x01 h "
b"x7o¦¬ŸK\x02 €ãp=L\x1F\x12 ¿ "
b"5ß뿞×Nó–Ù|ÊÛR¬Ó "
b"\x13 ßI╦\x12 ýNRü¥\x12 /\x1E XÐÜ "
b"ÄtþÕX\x17 Lh¯ê³w\v\x18\x0F J "
b"""
á\n
¯\x1F\x02 ¼J·Žü\f „=bp3
"""
b"[%Y\f iùJ\e ˆœ\v [\r ”®æ "
b"""
Ñ?\n
Щ[C7ü/\x02 AZ½·©
"""
b"\x16 ªÿçƒ\x06 A˜š#\v ü¸v¯• "
b"Qß°V½AK0ކ`\x0E KûA¸ "
b"┬\x19 ùËìÚ@\x17 û®\e 0ðêJ "
b"5\x06 ô)åVH†‘ž{R·q^ú "
b"2¶ıðOg@7À²qC:üKë "
b"""
\x07 »ÄÌ«zOÀƒ\x06 ¡õ\x0E $\n
Ù
"""
b"g5ÅÙ,‗EQ¼║┼)$Cî "
b"X×┤j¾BO?¬øØð▓▀ýÓ "
b"D╦?\f ¿$L\x10 ù╔O\x19 ýdØ\x1C "
b"Ìl¦õGÞJj†6µßΚÊ\x12 "
b"keðN»ÓJƒ³Á\x10 7‚e\x00 Æ "
b"oá©k•õMÕ‚ve¸½S;f "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"¿l\x14 Ç\x14 .M¢¼ªü-°7ç€ "
b"ý8•îm‚A™š²—eçõ~N "
b"Zì\x1C 2┤\MT©?É;┼¯,T "
b"ý¢×\x03 ÈlO\x13 ¾Y‰e:³K… "
b"Ð*¥4\x04 >L Â\x00 ½e\x14 .üh "
b"║w└v=¹G\x15 ç`¡º3\É "
b"“÷ a·VBÚ„˜~‚8D…¾ "
b"O╬aúü$F├òË¥ÇÏ\x1F rV "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"^AÀÙ:\v C/¢›8#ÿ\x10 +Å "
b"®àúù¼Eû†ç_½’ËT\x05 "
b"kŒ×¼ƒ\x7F M0‘Ÿ#Uî믵 "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"@·ì»+ıCÆ╩\x10 ÏJ]¦9 "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"?ßBo¼µNþŪÏi¿l\x04\f "
b"gÞmg0LK„‚éX«rš‚ô "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b"¤\x19\x05 iÝ)J2±Œƒ6à©'Ë "
b"Dõ¦Tø'BX¶}±\x04 ú¼ûv "
b"‰mFqÕÐJƒ…\x06 ©žÐyIÐ "
b" uY“b”H\“[0áU;ÖÚ "
b"™ê× \x07 AB\x01 ¶’‹\x05 û»¥N "
b"hÇo\x18 ^…N\e ªmÅ\x10 hÔÎÛ "
b"_▓û─é¼MÄÁà¦O\x1C Úèü "
b"\x0F <Ä¡ÛùM×@]‡Ð]g, "
b"\x17 <½ú\r QJÌ╝éBL\x03 Ø0║ "
b"ºŸ¦Ý\x11 &E\x06 €<~‚ú\x1A %˜ "
b"îûN2$ç@P»<çË??žî "
b"""
\n
âé0y\f HsÄSÉÒ¹]^,
"""
b"卨\x06 Ê\e EÎú\x1C ¬è╦Ïæ┐ "
b"÷ä\x17 |n\x02 D¢¯æiuJõam "
b"K6Å\f ¶NJ\x03 ¶¿~oÎÇ‹0 "
b"""
ŽQA0[ŸMŽ–¨\n
ŠÕ§qý
"""
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"™ËÇå¢áE\x04 ”Ñ9Ÿ_5V6 "
b"”ì—T~’MI©\x10\x10 .Æ\x15 )ß "
b"Ñ<d\x07 É¡H•¬ð¼4\x05 †âý "
b"O┌[û\x17\x06 H߯d╗ıØQl╝ "
b"Ò:‚•õ\x03 C’ƒôS\x17 +aÝ\x1E "
b"´7W\x1C\x19 ƒD\x03 éÔÀ[█aÉ "
b"\x05\x1C 9Sà(Fò–ßõȇ\x05 9f "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"\x01 †C,¢MA迬&îLJCç "
b"Q#V=JøDüº±H┬┴C┴e "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"q\t ÊBØàA%€åv\t ìÍ¿Í "
b"t)aÒ!öEC¸1Uy››Ì~ "
b"È\x10 NeŽyNÚ€†æÒec·ÿ "
b"""
\x10 åYH¦.Fþ©ÀÏ;0\x16 \n
ê
"""
b""\x10 ■K▓í@┴üæô©áL╣< "
b", \v "zîD£úÛ©ıü▓±9 "
b"ξk\x1C I[LxŽaéH»¼Òº "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`product_category` `product.categories.mapping`
WHERE
`product.categories.mapping` . `product_id` = `product` . `categories`
AND `product.categories.mapping` . product_version_id = `product` . version_id
) as `product.categories.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F8394B87A1D447CA2D59221198C6689 , 0x2981D274AF1A499B9A3D61ACD3C4DFFB , 0xD8CE812C667F4C14881887CABB9E727D , 0x9697343857C24DDD8250E9515CE7FF21 , 0xF09A95B636114509BFF44E2C53D6E0CA , 0x7AEC0CF38D9445608FDE7D49D627919A , 0x4E0D39B2433B499F9B6F8BD3C7D98D19 , 0xE2DD0855A86A4C399E1D62FD25C35D2F , 0xEF539485CC4C45269C7CC2658DD5BEA7 , 0x1AEA228CA06A48EFBFF72852AA31D468 , 0x73F4DFAC653D4F52AA5423DC6F2607DE , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0x6DAE503F926B45E4852B934306D8C1E7 , 0xD7CB1D58D4CE4F699CAEF498931672DA , 0xE863DE4441514E82BA6DE7D252DD9335 , 0x944F0FAB45F64A6894BCEF7C9F2446E4 , 0x95C56B0280FF4398A69AECBC4B4A1BBA , 0xA054CE261D744BCDA5C30495FE53F325 , 0x27F0C28D790C4A3F8D901FD988059FC8 , 0x7D30C3B042DD4A53BF0DCD11B6D81EAD , 0x30176C652F9B4833804BE55D2E5C491F , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0x85FAD572583746E3B8862D53244884F6 , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xD5BE41A8F5A34787A1467A70DDFB7EC9 , 0x802EE6CE0A5B42CEBB9C073C410A080C , 0xA30AB8A9979644639A6C8FA69703B204 , 0xED7A9A663E0D40219234E240AB47A393 , 0x8337D35896CB43969814DC8F553A6C8D , 0x13A7BFCB6F394B52999C33FF1F1A01D1 , 0xE8B6FCAF96D144DF92383631D23EDBBB , 0xC81E18BB8DCA486E9DCD2C30A35BAB3C , 0x073C8ACBA3AD4178846C925E7B64396F , 0xBD2F3BD185B44BD89A304655797F6F82 , 0xF103D729273645B0B27BB48CD04B290E , 0xBFA0F5C7990D47D68FE7896930E02E58 , 0x262D10AA4C5F4D2EB8082EA3371B0108 , 0x80B0B34BA3AD473193B2F9FC45E218F7 , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0x0751E34C31CB441494CA9B76E9C11E4A , 0x879E2C487214457CB3CC606EDA47F549 , 0xEE5DE617198A4B4392DAEC9CA66E82DE , 0x9E935F48DF944332AD696931BA2CFDE4 , 0xBE8AB8AEFA944F648610A373C7D9C612 , 0x42C5FC8A3C1B4B4AB2D307E72214A678 , 0x4C9461AA9F2347CB91DBBF636B319C3F , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xFA06D411CAF649A8A0869210D28B8182 , 0x0479080E315E4D1CAF8E7132ACFB851B , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x8D1E147F008D40F5BA902C23610374FC , 0xC181BC04EF9A45E88C31BB31ADDB9391 , 0xBA76CB71D106411AA7ED00F13045A32A , 0x336A16D53AF040E6959716646F66CDB5 , 0x120F6A3158AA4E53A4594D9B2F0DD0FD , 0x5C14BD4352F84255AE542EBA0ACC0E5D , 0x764D49F8E36C481EBF908D3A59D16427 , 0x0DD04B698828488BAD12A9DEAF7C5FE5 , 0x46815593D7CB4E058BE8C35B4775F8AF , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0xF4C112A32B344491B74F59D7A1223E89 , 0xC8AE7F0369464BAB97E8CB6998DA5A37 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x592C8C118FD34494B2F8A1E7017C4208 , 0x8D4F652702BE40BE8D5FD550188D0F45 , 0x84BB8C3297E044C1A7979CEC2FB6B7FB , 0x0B051D02018A44F7AD8ED080E0985401 , 0x80300E7918A0472189F0600F2CCAE169 , 0x699D5C13465942B9A9E9369633CFAC97 , 0xBC5E02F259B548E585DE758155C448D1 , 0x49C262940E634627A83A2D8900CBCB32 , 0xB8D46F425DDA480A94A63288EAF9A67D , 0x0725BBCDC18043BE841F654DFCDCA1E5 , 0xAE1B6E1101974395851F687B7B654931 , 0x0ED3F56F152D45658B1109B1A9FEAC68 , 0xB525F8818BB94975BD6D612C4B661597 , 0xB1ADEDD24A1240FC89C0E548CD042C9F , 0x917C0DD471714A44A2F46430182D7FD8 , 0xEA4EE62ACC4944E68D8E9061D46211AA , 0x2041DC300CD2453F9887CF0C27AA41A1 , 0x2426EDB12DF4476AA105EE6DA57AAC54 , 0xB1DB8DA532FA409DB65270ED2FDD7BC1 , 0x396FD0BEC6754AD6802751A4953AE4FC , 0x759717227C7643E1B6F11815A203B3A3 , 0xFF39B738341A4E009B3EA51400377614 , 0x5B9D56B870604CA2ACC275329FB15B5E , 0xED3AB2A57CB94CEC97392A2D4E4FC2F8 , 0xC93ECDEA10EE41A9A587AEB88F1B08F3 , 0xC85A3558DD2D405CA0F4491A6B52614F , 0xCCA727003FF54C9395AF451195E7279A , 0x4CEB08EB683E48B8BFFD988441CBE0CF , 0xBAFD7DA5004440E8B75178B8111B1997 , 0x2E3DC9F7477B4513BC85FF8A3E5657A3 , 0xB03006FBF7354A93A528FB71C1275DB8 , 0x4987134C36BE4A2BA051D2C6FBF5BFED , 0xE7575D54C9FE443F98C5CFC50DF9C398 , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x327337D82CFF477A8B2969ED8C94191A , 0xA3ED2E2204F14A108ECC492364CAF355 , 0x299DF76406224633B1554F17B7C29774 , 0x90C5EDE0B2E94251B2824DA55F903453 , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0x263E50A70F62437999C52BFAF4D12048 , 0x98099977618846FE80E141669A36D6D5 , 0xD921EE213D44441DBF25538CFF506FBD , 0xAD954713D8574B38AFA2398C7BD66C0F , 0x7260BA2B578748ACB6FAEA9122190BA0 , 0x195E796BADF14EC58F9FB64787588EFE , 0x2CA04ABCB39D45F4BA3679C5D31987CA , 0xBBA2A0852978402295F1C7E10D5E4803 , 0xCF5E6D5586A54DC4AA912896D745D722 , 0x46E6A1DEDB50427E99AB637C736ED176 , 0x8D2CFDD4A5F54B59902A11851D033E54 , 0xF2406EFE382E4F49937E837FE25BF33C , 0x0C888F16942345A4950FA5FE43BB8185 , 0xD83A3E11D54643B3BD70857E7153AEBE , 0xF3C11CFD48FC454BB7F0F46D9BCE33F5 , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0xE070C6060A1D492AB557CD300DF10A68 , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0x87E8A336732741CCBB5767709F69448F , 0x00F0B091171B4395B97FD73ABD185CD6 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0x02E134AE0EB64719B5CF4547E75DC4D5 , 0x7C91B0BFA1934D46AB3FD2FC66867555 , 0xEF094217B79440C29FB54A57D569967C , 0x18F087BA32B6407BBACBA7C1F5B7259C , 0x4A3774215AF3449697142DD4E3B95F98 , 0xC0222E973C85450798BE8850EE5351FA , 0xF9F005A3A5EF4E34A411BE5F9D070933 , 0x410118C8E60B4A46BFA7A81479A0958A , 0x73E8E9F85D4C493DB672F16C3C916593 , 0x778293E4A68D44719A6E09A9FBFD9A8A , 0x52446F91657F41ADABB61429EFEDAA1E , 0x07FADA449B96423FA8433F6EB116494B , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0x09A0EDC9672347AA86B18C89FA4AB4B5 , 0x5B097BD435E848F699E62A1F4D526C7F , 0xC0938ACCDE1F4174BD1257612629EF9C , 0xB998200072FB47659BB40DC7F9974FEE , 0x84DB882D5EEA4037AE04BBFEBF4B8219 , 0xA1D210E732B14ABB9DD022771C2D6A50 , 0x32BC5D95630145DAACE7E74B0905133C , 0x1D02727F23B346DF923936E0DB86C754 , 0x8A6708AFC5644B41B574817639939A1C , 0xBE9981C98EAA407DA40960AC1D2BDBD2 , 0x3961E4D4B5694F32A71C9F545E1463D7 , 0xE8C251237D3240BE8D3FE4B4B199D54C , 0xC4642AE7E3E14468B7E384F376400530 , 0x1D9DA3D26A4C44DFAD990FE91A01AF6B , 0x47FD66B6CDBE43919BAFE81BC8DBA96E , 0x02995413D6C248E38AF849B631E26C0D , 0x4DF3329A2B5745F38D8E47A9D622D696 , 0x351766DB24834309852CC2886F45D3CB , 0xC5A7941EC4AF4197AFDE9B553ABADD82 , 0x0EFA71AF83864236AF70EED5E2477D7B , 0xDE60E8C91AA24BDAA1132ADF8769432D , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0xF316E9150A4A4575938B7AB049475F03 , 0x763A62FFC8524B5E8CDE6E4B63D20F87 , 0xD95E5AEC89724844A46B61824FB1C774 , 0xBC682318F5FA45F0882688B264BD3EBF , 0x91631143C2984C2F9DBA27F2AA18CCA4 , 0xA57835DC1E2A4D37A4E375DC7DA7EC70 , 0xFC8986EBBFF24DCF8A2A3DA57EA7B3E2 , 0xFE039F02196E4B5CA658E9C0B67B612A , 0x004686D8F760498391F52EA7C8BDB640 , 0x22EEFC3E4E8647F6AC9096672CB8EDF6 , 0x8F3502D374E14B9E94862331E65A507A , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x0D7BEEA0B0A0493797CCA962F2133FCF , 0xECC13E058EA74F999D89025EF24E200C , 0xD8B7AD7F1790433F9EA3D95228DE6390 , 0x6F35CE76EBAE4B4EAA0CB3CFCC7D7EBA , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x8AD0FA1CB54C4456AE91C74BA0DF0FB3 , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0x513820E734B841BFB7A36D40271268FD , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0x57B06521D3FE4ABF934D2B565836203C , 0x5D48E465F9A24E8A8B8F92844009B553 , 0x1079BCE747F04493A0B784B320384A9C , 0x24568E105B1C4CE39B7004ADB96560EC , 0xBC64A70A35A6418D817E62896EBE84C3 , 0x7AB660DF1FF04A8C9D74A9E1AB0C387D , 0xA85FDFE29A3C4AEAA52BAACB7C4FE95C , 0xC0990CE6C3C04654BF8DEF2C3646FB58 , 0x6632D9776FE84BBA961029784E4D1B70 , 0x27760BDA084040E89B4CB4EB5ED70502 , 0xFE720B4DDEEE4981B54F628E3370D344 , 0x17E55A566C5F4ACFA9043F13095C5176 , 0x107AF436BC0643B6B104EE748FB58D76 , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0x3084543115D3461F8706A53EA1608DEB , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0xCEB8438537014224BD0256A2FEFF1D66 , 0xBFA003D2278C4189B6394E0DD84A8763 , 0xC09FA05CD9344A6B83B1EA7C01136F46 , 0xE7572990BF90464ABE316A8714C55DA7 , 0x962C617E8D994FF6B0C25AAD04022B67 , 0x5DC2575BF14F49E8B4C43FDB4937E733 , 0xBB1C0A1278A144809A930058A52D6A84 , 0x999EEE8FE1D54280BDDFE719F06D5411 , 0xD6FBCB6BC1FB4C4FB3C5374EF5B5B67C , 0x91C10139F3F946DD995878D8E2922800 , 0x6FE67781660A4A79A99071B4718EF0F1 , 0x6F83FD21CFA243E09641B0355A2817D2 , 0x56D50E48B02249C4B5BBCCE41A1C072A , 0x8E0C64F417264187AFB600F36ACC6D22 , 0x21397090760D4DE09EE3C08EFA95B2BA , 0x36C5152D4CAF43ACB0BA66D500106962 , 0x24C6C5D056014150AEAAD045789A4085 , 0x9B2943C29FD2445BAB5C0A1EB2A939F8 , 0xC06DA58BE45E448CBDAFE048F8FA34BF , 0x907800D6B1AC44438F47D5712A231E63 , 0x5AD0A75B35EA40B780720CF5B915396A , 0x02049224C56347179FA4C013E2CFCD8F , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0xA002E63BB53B45EDA2AADA59424ED928 , 0x0F30798BE19B4BF49513883D55F91E75 , 0xA3A3FB91815E40C48BCFDFAD9234DB23 , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0x4BEAA37FF7394B238DF11006561868C9 , 0x81152C3787A148D4B16100936B96453D , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x878B51F21DE94D2A9CD6A6FC5464FD76 , 0x224646719CA8445684E02EC785FF051A , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xDD5BA0866EB14CC0887BDE5BD80ED9BE , 0x5BF95E9020EE4C2DA987F042B175EC3E , 0xCB9B3B2F9BCC4B6C9696AFEB4D6C1A3D , 0x04F0EE8231344FC698A99955890A7D85 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x8F1332EB43334D159175A80ED6E45057 , 0x5FEFE2BFF31C463693511C2A4916C1AE , 0x8F2AE991784649C6A71AA22420A0FE06 , 0x8362E00757FD42049D4236FC5DE8F2AD , 0x1A28462341B049DEA52897BCB7876D3A , 0x42DEDB859AD242E3B373431EC41367E2 , 0xDC7487729044444198EAAD719A5CACA7 , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0xDAC92FDDD87541DE95677C1F561575EE , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0x1F91F7BF98FE4CA4A4A8F43D1F2A2117 , 0xA41A2B49D4C44939A167DA5473798789 , 0x18669F63D98C4A49938345F9056FBB26 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0xCA1AF9555EEB465FA3E545CED2610563 , 0x504BEB5F329140B08DA962EEABF98FB4 , 0x86F1F3B4FAE94A5B8C32AEBA06FCD8F9 , 0x4FC601C6DAD4491DA004AE7BF8594E03 , 0xAA1FA94E3C954A688DA24F834C65163B , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x06CC3C21BE7F4F78A486F73054751394 , 0xE15AFD92992D45B3B7347B5D6C46471B , 0x29424506F7C34F70A500C369ECDEA554 , 0x17EBDCE25A7A4589A15DE719BF026AAA , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x7266F2F810B64D63B49DABA3C14C709A , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x147C921683254C869D791B762F581652 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xADF28C1B866641CA80805EDA0F657E47 , 0x6279E85C754A43909DE87F0D3B858351 , 0x31735EE394174546B9A835372AFA3ED9 , 0x80A03295200F40A2BD06C38898EBEE5F , 0xD836A63FC8E6416EB98518FCF71EA27B , 0x96D59F0D6E494207AA52795071B588D1 , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0xBA30750C1A064BC795585EB9640CAB36 , 0xAEF09C55B7154E64A364D71544061D61 , 0x9409F1D2380249A7BE19EE278D70C716 , 0xFADA34555FB84A1D86F4006B0F67C08E , 0xF244ADD772744AD783279D607531B452 , 0x920BA0364AC64D3F903D41A0424D398F , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0x0198CC7F3E447214A848528DE060A0ED , 0x70B646D460DE4E41821945423F55A8EB , 0x621F06FD17C0438195B50EF9FF5196DE , 0x05816584747C426F9371C7F5F52B001D , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x329849610CF643A8973EC27B03DE6BEA , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xF3FE54C84D3F487484186E2142AD3098 , 0x92A413FDBECB4AA999389472F24D07A9 , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0xC06B5E575C4A457FBD37EF869C02513B , 0x513AB9793DD541E6A6DFF9033F99756F , 0x75950F9A8A9E479799900E82895BD54D , 0xD87909FE7D604C139579F2F72C2FD375 , 0x4892980D8CF2423A80166B0C8649F6CF , 0x430C352045024496A3EA4B1824D4439B , 0xF4F9F1485DD9453DB9F17F1150726664 , 0xF1D7F77B3CB649CEA1E20A6C2A8DB422 , 0x4947D6BD2CC24A69889095E157CA11EB , 0x9E7777E2FF5C4C0EBCD219DC43B4EFBC , 0x8BB5548A73A7428D980BA256D3E41E6F , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x58E15680A170476CBA641C844883EF0B , 0x2B02765382A240218B667C601097AE5A , 0xDD17009BA4484041BA49E0C68E23B58F , 0x96AB547947F847F7B09DB8913231F48C , 0x5E40D3D35EC948AAB03B59015BEF368A , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xC7C27C6EB6D54599839A560978452979 , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0xE622420C326744279690D723DB04A127 , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x476DA03652344F4AB2657072FBAC235B , 0x0020C6902D234C64A6448C6F319935FA , 0xBD9B273F45AC40478A3165D9F8580223 , 0x28B703D996FB4B5AAB548C025947E87C , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0xC3351F31926D47829A3C6C2D6B5B49D7 , 0xE4A4B862621543CE8A1777721FDE341D , 0xC853C3B4E9B24484BA8B0EDC19DB078C , 0x4A311B7B462F4341B6CAAA141B78CE17 , 0x5CB1C1E247D9488A9BA1BE35EEFEF429 , 0x9D5DF5D7A6234A23A7599AD360C5B41F , 0x1E4292406CF14081B676624CE918953B , 0x49F57CCCB3A24DA8A1EB7D72165DDF4D , 0xE1F32F879E794A4CA8C4A0A4B4835FE4 , 0x7D1420B62AEA467DA1BC7164256CB84C , 0x1325A1F69A14485D9A5553FB6F5A13FA , 0x2A733DD0FEDE40109D7AF561842945F3 , 0xD28402DE2B0045E0A07CDE7B727DE6CE , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0x6C2593B2A53E46A5A18ECBC43C358446 , 0x2199520EB2E044C4AFCD503E2DE2AF75 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x882A0D90845C46C9BB019659A615F235 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x665373766F2B4618A12287E0A3D70E26 , 0x28E74198AA3E4CA596E82D5481068904 , 0x33C26A53FF0A4009BC21E581E7C62359 , 0x36704AC385884D7F8F8D725D1B9AF66D , 0xEBD171075648451DB44495796C42E299 , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xC096E9B67B244FE789309FFA5275D137 , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0x76AC5DC7D2024B94983C2C30E855DE54 , 0x5C9E1844BE67418690B0BBBCED1A94E6 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0x642DECEFC90A4D6B80FD2BC4EC5F73D6 , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0x57E9A1112CFF4E8A9C7798BC2D8A9329 , 0x60A3CC9218CA47219A0E3C04A3023893 , 0x26C08BB6B0F043F3800A171CE3E2C4DD , 0xBC9B5323F26A487EA1DF007B4CBFB900 , 0xBE8A988944814504B3125C6592151087 , 0xBB220445482E43FFB57A59CEB3831FD3 , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xC3DD1570CC6F4A8CA79A3CF95BA629BB , 0x7C0970FCBA6049038CA111556784720C , 0xE6730BCF2C8140FE858F456D92C9CD26 , 0xBD6868C11D384880AF8A46FBEC986BAF , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x41BF63563EFF414D967BD9C3C462A642 , 0xF0E98E85F304428EAD68FDAFFF39C972 , 0xCAC219F237144B3DAA4F904F2664FADD , 0xDB5460FD7959419788EC414BE3947D20 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0x4ADA7BE4C9454FF097C92F8427CC0A1B , 0x5A7C1B2B5709496FBC7984C60FAB67C4 , 0x2F4CC6F3DC0D49CB97BF6F996C3D6270 , 0xEAE8516059FC4D159BAC8E731DE8EB06 , 0xD8F0EB71932C44AD8667140E3312855E , 0x637783E9613744B099A5A0AAB46E32AA , 0xBC4ACEF6549545E08B6668086CEB2882 , 0x401B284933B44A759928F6A2B73147C1 , 0x9C631F86C38248EF86731E33D97644DA , 0x3D04EB1E3C6A4E0B9B2156B4C7934E32 , 0xABFBC2BC31C042758251EAE6511C3456 , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0xD5C7CBC9824E4F8282C578006CEFA34A , 0xD99441374E184C50A9CCB1DEB4A0A30E , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0x8098E8E570FF433C97C363B1B4EDEA1C , 0x3FD6BCAA645647EE9E316F7DB22A569D , 0x7C5A8743D37244E38669F5A5C3D36D0F , 0xFC6740C48F6B4351AC1ABE8587B7A1DC , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0x9C65400B2AF04B1E907B8DB2D1D3AA5D , 0x16F0F7C861214CA699ED7E39A326B1CF , 0x54C26C5815DB49DD802AD745030F9B3E , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xAF13091782524A76A84773B8BF52A26A , 0x6CAC5C8418864D1E83240AF4A4918714 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0xFD7C156AA4004998996B1EED3D603AC4 , 0x232D7FA1D7E04D99928F0E2029284896 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x0C5D9AABE73A4E95AE3833B8602CF060 , 0x4ABCCFE7A99D4B2BAA4C65A573C4A160 , 0x3059B1F52DD545E5BFDD762FF3D1CDF1 , 0xCFA4363403F1494691F3D55EB9398B25 , 0x4D8FB43799354664AD17151323720A07 , 0x4FD6BC89D5B14E4F8F676BBB65AD9850 , 0xCA49FB636DDC43DFAFEBA0C4F7DC0726 , 0xFEA07651667342F09E2AB884B61F5F29 , 0x0912A5F69A3E4CDDA77D12B3287BA6C0 , 0x28120195F39647FE9DB17EC423C35963 , 0xC767029D9D9D41AE934B826D23D56017 , 0x543B03FCE41B45FE9590139D2110C409 , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x0BF055A00C2344CAAA7693F157D818A0 , 0xB60E3D92F8F846369FD948C8F8C35219 , 0x67C52FE7EE564689BCD4DC7D559670FB , 0x6C7FC7B7E6CE4C26B4130A8C4CA47DFC , 0xB70131A1815849D2AC66AF4DC20BBCEF , 0x6FC81CE2B2814604BE87189A5DB36E0F , 0xEA0F9D43921C4DD29B959D15E5311390 , 0xC1067FA7E42B48338FFA0D8E9024C178 , 0x30A97A0A025844FC943BAE897D7DEF85 , 0xE0C26AB816C2425CA101D7D8DC7DC515 , 0x1FBEF62797804CD084F2FA02152B7CB5 , 0x34735FD9CC5A404A940A6698601A78AA , 0x56864370A6F9490FBF21AC5EB32EC7A2 , 0xEDDDA3F13F1D48CAA9C0706E939DDCE3 , 0xE1D5897E87AD47E487660F7A07CE1C28 , 0x3BA61E6E69E0488E9C0F30428FF2C22C , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0xD0981AEFCFB34994A4119221FE2708BD , 0xD3DAE4769C1F484D892C0A4AE14332B0 , 0xE3AEC067933045A2934BD1E3856C263A , 0x9C06F08DFEC04C80AB9D044FAA5A88DD , 0x940DE9504E2B4067BB89E8DE2687044F , 0x232BD3033D3A4175A12EAA0213535571 , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x94F84AB90215495590411FEE68CAD100 , 0xD6F6780A31854142974C0372BF28C77F , 0xAF047D256E3C4669A83D55CD27D233AC , 0xEF5EC17D4739444D8BA6AA3DB57F721B , 0xD588741B684A4310B31DA17036B4104B , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x878330506C8048A5B8CBE05BE1239B17 , 0x302C26630EE74FF28738A844ED269886 , 0xA4A8C86177954121A5C1D21756B47A2B , 0xDC6A38F849F64095B8AAF555D59BD8A7 , 0x8B1154FDAFAD47D8B4068C634475AFA8 , 0xCA49DB60E51A4A228A20BBE47FD86F72 , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x5B3B5C3270CC4741A8DB71D130C3E5E2 , 0x1AB1596882E2493FAA9F09D27FD70972 , 0xB3E3CABBE3344AE5972FBB2E06F5E2D0 , 0x269CB60FF35F4FFAB22A22CF035C9D68 , 0x2922E1C652D14640B5297D979A67EC1D , 0x2070C1C33600459DB6737C6F3F590C27 , 0x3C8361B669074524BBED3FD2311F0F0E , 0x0DA931702FC245A493387095ED54FD19 , 0x6DC38AF358D14E5E8901F530AC764BF5 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x7FA05D948E7F49DBBA1F1164029761E8 , 0xB574E4D3CD984C71A4C4B44847328506 , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0xAE2313697B47401C8BC063267760B18E , 0x60B6F7AC371D46D7B840A60A553E16D9 , 0x43FEF78E8F864BAB86194C42840667A2 , 0xD05F2E9C3A5E4B8885C8D3ED8A4437CA , 0x51B69A6956CB46DC8C617BF7CD5BC3DF , 0x5404CEDD4E5E4EBC99601CEB859FA20D , 0xBEB547BB33414197964D2AFC7A7926CB , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0x827B88EAA0894D3291F437017478C662 , 0x46C274678110498290DE6BB758C6B0B0 , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x94DED807DE1D4D5487E3FC98F1A30EF7 , 0x3CE4924A486045B5AB09E6A4DA95EEF3 , 0x8C1A7418CBA449B090C53786E4893109 , 0xEDA242FA444743C5BBB743E220608E4A , 0x853308421F6C4D7399317C39A686F12E , 0xF0D795B8421B4A46A1EBEBA5A1E1A83A , 0xE43B2A0EAA1742CA80FA40B8F6A69EE5 , 0x302F84DE74944072B23B035C0F68F826 , 0x5FC34555B0E449C4BB9B8950817FAAD8 , 0x5E37F8DDBD4D41839BAD35398D4CF015 , 0x71D51E54921A4752BE1673DD49CECEEC , 0x221C3875B6864431BD8B910582ADCE0B , 0x5227B7D6EEDD45DDA8EF2D06C2CC6782 , 0xFA42386EF2584CE2AAE4B607CEFBDF0F , 0x54ADAD90D5D142599143ABAE18E31E46 , 0x02BADA9031A74F2AB691132E30B12EA0 , 0x59E051A257694E6B81A450DDCF2CA9F6 , 0x9A14055D105D41DB8ACF02728664CE2C , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x0FCD4135A9E846B49CF849BE143569BA , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x25CFD871B70546579654582382E68C0F , 0x9221DB64CBC54FF0BE53254824AACE1B , 0xB068C8733E6D4375B4D47487242D4AD1 , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x046A73EDCF054114A12A7D5993B944A1 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0x93E012735E1F423F9C55286DC1F61059 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x0E1DB1394451456AB9D549E752CAEABC , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xEC555BCAE6BF4709829E2D5EF208806D , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0x9D8094E327FE44A6844669EADE9F4575 , 0x1A8D87906B70458B8802ABD44E9145E4 , 0xB7DD0148C0BB48B4ACD1F84D873623C6 , 0x8E5BF3C15FD541398A76A9D56C10AF1E , 0x372DDEF24B3946F18B01F95A74CCBE3E , 0x6F5CF3BC48F447A0B3DABFA8B57D666F , 0xFC430B9D26A744DA935B32E3A418EBFB , 0x56251D06C9E9477F8A2FF494CAE75053 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x849AD1D802B343ED8BD96CAEED48B7AB , 0x410AFF5D56C54B75B3D57994826B2878 , 0xE2BA2A5B9240464A9D567BEBEFAEF501 , 0xF21F46AACDDF48049FC5297D6D2F3B63 , 0xB62DF4276A9145BBB105AFE5A7DF2680 , 0xA245F8FD8AB640B18C1F19C2E5AE3C3A , 0x6D2C967944904520989F13F15F6B202F , 0xBE8DA37B4B0F44F8860F6450E6EA6C1C , 0x9CA575BB2961434B9B671EDBE50262DC , 0xB0C0C6455D2D405DAF3C632E145E3670 , 0x0A38581650A342BB97478E5552350B97 , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x8C04CBB016E745C598CFA495CD971622 , 0x3CFE72B298C9434CB3D31B2DFF0F32F8 , 0x403AADC1354A432FA2874195A7B7914D , 0xC469295541F94ADAAC1A044AE246A40C , 0x1A6F00E6A542479E897F1AC159E714A8 , 0x6086C696ED2C4AB0B2631CF6889048BD , 0xC685CCAC46164ACD8F9DE127A784AD87 , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0x7E5054511A654D309311316152D7D8C7 , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0x553111EF37A64D79AC36A6D12B65D0F5 , 0x4DE815B6A1E1473DB453EE05028F6192 , 0x7A3F64787B534F9DBF31DE706C4AA465 , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0x31B346AEED5B46ABA76643C29E915341 , 0xF147C0DBD17246929F9D708A5E94E51C , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0xCD2A31B6FA7C4F04BF1B041AA337B39D , 0x073A1B5946C843948DB3DAE55AD4D8C2 , 0x9E854FCC08194421BB34FF19988AE0F9 , 0x7F6A5BAE59A14435A2DE2FFFFED3112D , 0xC193C5C3677240BA8498CB282694A75A , 0x7A768155A21E446DB594B41749495D52 , 0xD75D41DEC9B7499FB30E1F847873B234 , 0xA15162103F2A4289B370E0EB4971F0CA , 0xC624EA737DDA423890C8B30499EDC4CE , 0x60652C2A934848ECA73723EF83E6571B , 0x7C466C7831B94B1FB01168CD1DF318CF , 0x73698DB3297243979F0E98FA109A5DE9 , 0x6E4A68824D7E4A149A1235979FC4F639 , 0x50BD5C5D13D5461B8715FA535C5AE243 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x1BC9D6259ADF47BC8EC7ADC108BD40B2 , 0x65D37E8611A24D6A81A53A335F092210 , 0x96F6462DD5E9444BAA8A6510915825D3 , 0xEA72A169AA5D4806A0542A9C12611C18 , 0x574306C1F4F44AD09688FB2D06CB8651 , 0x0E274DB7C8A64B609438A89DFB3C9313 , 0x755D58FC4CC34E15A4F1F0E23B05C68B , 0xF419DB766C1D4B1782B52DFA62D9B9DF , 0x7F686C413F524D07A1D5928DBB3A7FF4 , 0x27D0A21C8CDD46D3A6F5D01750B43F1A , 0x6B44B464DE1A4D48BD5FAE5668B274F1 , 0x89C0F169C0BB4B72A14A5D47C0CC4620 , 0xCE3E17FE2A35408A8ABBE798BC8E8F2D , 0xD79EC83FBF0A41F7A049AD4C21634A00 , 0x6C60032837044522A2748A63E08D2B8A , 0xA372534EB6B643C6B55B47EF159A4E36 , 0xB5748648350B4356A3964452D2B85CAC , 0xDB30ED5DB63E48B187D4940F7D917510 , 0x5210F3830BA8483EA4A947A50669D116 , 0xDFCA2538D5E540B8948ECF56AE57C074 , 0x9F308D735BCB45BF885DFD7773987B14 , 0xCCBEC01B6215447B958D69714049BA7E , 0xB7FE7724A1E54FFA91C3A13F0D450ECF , 0x3D22F41677D94976936216F44B7D1D96 , 0x812D1D6712984713A099B4B9C534E63D , 0xD5E375AD9CF54F30B03E5CF799887413 , 0x14A87D52EC7E42B2B6BCB3611257AE99 , 0x0B88C7B09A094ACCA81130AB0DB001A4 , 0x8BA007392E584243ACA6846DC71BB165 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0xD877A4C0D5344691BF5E5E10AA83864B , 0xD35E90B72FBF4A0C8503079556472D84 , 0xE53BEA0622DF48FBA5809126220F8D2F , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0xD398C2DDEBC444F6A74DC3133125987F , 0xB46EFB940B5D4E79A88DD8190836A198 , 0x97660EF35657425286B95C82DCB02F2D , 0xF7D3219A6ECC49C6801DF42D03002529 , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x2361115F142D49E1B5FA2AFF566B7514 , 0xBFC64FEC939B4277815ADEFB930295A1 , 0x004B11B664424995968A6294D4EA4AE7 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0xA83914BE5EB94C24BDC703F19779D57C , 0xDBA4A06D239047C98CC59F860B14BD6F , 0xB25FA60CD3C54C16AA831E8CB80657D9 , 0xD97333CA46504A8389743BADBC47D068 , 0xC87D078FDF5C490980C604ABEEB7A3D8 , 0x3E590151B90F4B839078179C4C5B21BF , 0x26C871350EF34458880CA65F2776C6B9 , 0x1C31971CE40E498B82F1280C07C1B635 , 0xC1F130D7A69342B29C1D3461040004A3 , 0xAFF580D8365245578854545E35675FB7 , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0xE0E0FA773C904C77ADA7689AC2B747DA , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0xF7500530AC154A198FDF4E76F800B2CE , 0x9407C0D86E204D9395004AAC16562B61 , 0x548F4A15DF30457AA49912C0880E0C32 , 0x3314AC9358F347898BB5B3F9DA53D787 , 0x053C65372B1843198294BD3272C59C18 , 0xA85920C689804507918E7C0FD84AFCA1 , 0x481078A8A1154B838281D129F2C084CB , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x96D780A9C84A4B2E9A76C26F9DECAA4E , 0x76D8745E72F24B5AA7D0F6F2BBDD770B , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x1A4D42041C444323AA4F77F41576C402 , 0x213D83A7A57842498E0FF3601D461C87 , 0xD1DDC74B23454DA893DA5114B0C15A44 , 0xBE0842960C464DC5901B6744F285CA21 , 0x96A92C0E89924E65A4D62001CAB982B8 , 0xF51881413F0849399A3B9AE2B587F9F1 , 0x96B1AAD594D544018CF15516AF8B6D20 , 0x059EF1426FF24EA5BA5AC66FD84A591A , 0x4A38CBC1FBC849D9949072848C82ADE3 , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x85BC90F14F024080BE6816ADABCA818B , 0x86A1EEADBC7942CD815D907D267D6433 , 0xFFCCEF673D88431094FE4BEC714ADEA1 , 0x1CE2DF36D3C2414CBFE640B04DAC6268 , 0x492507808A6444AF89A9BE4C91CD672B , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0x3DD0C6584D6A421BA9864C2A522D3400 , 0x7DC2D9300F344F2AB759641B0C0263D4 , 0xA08E685520AD4D9A9A14E5FE3C0F37F5 , 0x5630CE291A7C4AD58C9283842BF6594F , 0x2E31E2ECFC754E819E62F460BBB97D33 , 0x7EFFCE1498D74F498155AE6C0A2ECF36 , 0x5BC2F0BDCF4C45428387AEECB6DC0667 , 0xE142D9B69CEE452790A03BC005F9B061 , 0x21677E1B84364D42AEC5B7CD5D56D652 , 0x730B2C186C2B4C8E8CB0DB7BC460FB9C , 0x8B2FE7EB1F3741CC8EB14CFCF1E0DDED , 0xAF212AC319864E9FBA31E21F013FB46B , 0x863EADD11B0949A8ACBD30FAA4C52C68 , 0xCE183819AE20437D9DEE7AF24900ABE5 , 0x53B32011278543DEB3761EC483369967 , 0xF806A03E03D04ACDA27D960F95F18C62 , 0xA9A689FA68174C29A3F9BE33ADF8D9D4 , 0x2DCFDEEDBA5E4F2CB7821380A2E43DF1 , 0xF49A21563D714DB5AB02E38F3448774C , 0x622CE55A27DD4061A66337D860237FCF , 0x67797097E13F42EDA86257C71C427A28 , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0x3A8EE8EFA43D469BA444215BC6807AE8 , 0x547D92BE7BFE42848A5F51E916021B9C , 0x2FEEB118126F414B8827305C66B6F429 , 0xD2009F74A1604151958FAC3DFCE40DAE , 0xC3961150F2944BCD9F90C0A44FA368AB , 0x15FFDAF6FA3A40EA90C8AA31C4FCD616 , 0x0152D000F834481DBEB57D9C822F8997 , 0x590789E000FA4A49AE4B28CED70716D4 , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0x73448A6A85674A189E6A77D4638DFAD4 , 0x8BB35A7F44B14F4F96C5FCB82B688875 , 0x21A538C2436B4B759ED24ED847215A78 , 0x5E93936FEDA244D986F2D4AD3B042D6E , 0xB10AB13A4AA040078F63706050A57DE5 , 0x31CDC7CF029340AF804AD6CF1A5C0C2E , 0x475BEAC7324B486C8C05B7A0940907EF , 0xD49FCB5AAE0B40CAA8FD6547C25B481E , 0x0D27D05C657C4D0E803BA14ECFA960AB , 0xD56C6BF640604937A1F931112F5BF865 , 0x9D1BC34EE7854870A3837049CC03BAFC , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x2C56BD038B1749599BFB21B25E67D770 , 0xEF80FE329973437895180F5BD8D286B3 , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xDC029146615E4346B537A522FE56379B , 0xA13D825EDBC248729A112ACCFBCBDCAF , 0x73289FC2712042929E4030CED6E3C4AE , 0xA586C82466C94A2F9E2E7183D44A0972 , 0x24C34E1D3DC64777833B85E068A13B7E , 0xA276F2EADC434AB081123CB10365ECEF , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0x3D621B0536104DAFB046FD07C68DC2BB , 0xFB1D7090535047168CFB0682F2AB898B , 0x2870C3471DDB4317BCE2C630E674E7F9 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x113DFF75F5494A82AD90EDD2E84AB1E6 , 0xD73E16D28EFF419D9649067012F694A2 , 0x5C4FF66B06994A6491AC10F38B0F9746 , 0x6E61B21EBF18450F828B4531B5B1D1C5 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0xBFEC767C40A44ED2AABB7C649B99973C , 0x7D5321CAB3D94CDE8880F36A685E76E8 , 0x076132DFCD37488BB7AFCC2B98AC199D , 0x81DEC1A259A74506B9EF84A75CCA0C0A , 0x813C947001844B6780AC1143A0058C50 , 0x56F19D7F5F3F471F8F2A7C11FD49F670 , 0x768083FA5CBC4D9D93C0E1D7323E33E0 , 0xD1204C8056004E1F8DA6BA6DA3FBFA3C , 0x7A07EA0AD3D04E2185CB41CBE254CB30 , 0x9CF993914E3C4992B93C479B261FB992 , 0x1C89BE567B7F4955827A6F4AF876D2E6 , 0xAA7CAB72A9D94DF99A7F7DC19CDB256D , 0x0E128CFC3ECA44FAB089CF27507879FE , 0x6B68C193212B4A8AA595C043EFAD8F4A , 0x75ABF562E1344CAFAFE50925B3BE0D7E , 0x7A086E8C4201469E932B4A183711052B , 0x9227308DE2D34ABE9493571B275928D0 , 0xB6B618ABD98144B69611F9CC2FC3106E , 0x68DC61545AA34F3CA50FC30D697CF926 , 0xCE1B842BCC6341FCB9D7152F88EFC748 , 0xC4125EE9E4CE43CAB7A746C20AE39129 , 0x864484859D2A404299556436B510A8A5 , 0x519A3D3EF78A48E7A3D93E892AEBDABE , 0xFD7011DF27A74A89AE8A2BF0B92588E1 , 0x2163430B34F9483BB84DE085D672F715 , 0x2134204C21B141BF8914F7AE38136E12 , 0xDBDC93108DEB4BDCA5B055DD1C474CAE , 0x2AF1824B69BA43C5B3DC398C758785EC , 0x0D90766D261047599104620782C2D56E , 0xFCADCC9D49AB4D8DBF67D82A78A016A0 , 0x495085311B31474FA0EDF2733D1A853F , 0xF86ABAF8342A4867AFA07328C1A917E3 , 0x69168CD035BF47ED9BD02E232681C894 , 0xD071234E651140459F27C2229C4AE788 , 0xA9F1EA47E9F0448BA87C813C355A309D , 0xBE58EFD5547E47F996DFC50BE36E2D85 , 0x3F5DFD97A55445F7B5EC641B8775BC96 , 0x39C40C0B6A3042B6868F75188ADD1712 , 0x6CAFA1E033004A809C65CF68DB984F31 , 0x7746742BA0944604A6F658D2A51DB39B , 0x81812E0BA24D423DAC0838781A53AE70 , 0x4CA1B237DE3345A0AE20159FD05301A5 , 0x0798279001E547ADBA9078CEFC49234E , 0xABA545C41406413D8D9C8552897384A3 , 0xE3AEF3B824F4412E830845BEB7B2D308 , 0xC216A7C881C64D84A8357FECC4FDA937 , 0xEC21285B7BFB4C7BB3D45DD47B57031D , 0x8AE17006F6734B039EC7021AEC141D5D , 0x3CFECF947BC2425B91AEC0E07B83B869 , 0x1716B7068EB742E0980FFCE3FBCE7F56 , 0x8C5088FC54B2494DA942057ED28654BF , 0x863BF86661EE4A4492307726D3E530AD , 0xF00AD7DA6F83479E92657FAF48821BEE , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x81C871F8837A46BAA5E2221FD42143BD , 0x96A72254EE1D43CCACDA799E3C39F053 , 0x32AD5676595C4ED890A59016627D682A , 0xF9BBC19429D244BCAD1705B683C81AAF , 0xC9EB29E4FD2E4437A0572855DACA354E , 0x004A871BA3DA485DA5E7B4E0D9BFBA8B , 0x08EE16A407734E28B733C3B4D7B38FAB , 0xC5AB144F495C45D1AF742173EB811222 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x1D7102CE4F45431B92F37BE1FE0C020A , 0xF109038BAB33492A873FF3C6AFD8DD59 , 0x30705084226B46CCB71816AD2BC4F02F , 0x28AD40325B0149F6B52DF356AA5633C4 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x9F3FAF898C4F4787A9142EFD6D2D435C , 0x09BC02B79AC2487D899FE2620F19ED24 , 0x6E745D641E134CE7AD04962C52F0F5ED , 0x6F167A9F664B4283A2BD507391FCE303 , 0xBBD64A1D04CF443FAB033DEDADF8260D , 0xB823F6C0BB5E46C88392BB61F3220CFE , 0xA5E8713170DF48F780661ED778ADF9A2 , 0x187EDFD659C74C4981639B2385C300D4 , 0xAEE2DB9894C044248D1AFA57B60E68CE , 0x8D0FB28EE41B4E0591F99C700E318AEA , 0x89BE286C0D4344668D228785E6F22ED0 , 0x048184642C3E48B6BCA486EA4AD9FDBF , 0x85631DA6828A4C56A608AC08C4F514CA , 0x19FCF5EE8CD84368B1EFB4B18C60083C , 0x081A919B811A4B6AA5E44E27E18DF1D7 , 0xFA38725245AF4973ABA61C6E0DC86D51 , 0xDDC23F40FA57469F8D0FFE7F95A9718C , 0x0DAC74D23FF14803BDBF775D61452894 , 0x5EE5A624A73B46AB979CF8C948E0A98E , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x3AB21523E063496D8B885B2CD2C07327 , 0xB7AD2EC739974A35AA791524BD3DE27F , 0xB6AC6F1E9BA24E43A0F0BC1BC171BC4C , 0x15EBAA4427D147FEBCC9D38C4DD30382 , 0x4A68BA4E256C49129ACDE54FBEFF91B6 , 0xAC4DBA5016C44E24A15629AC5A169ED0 , 0xC50671E6CD184FA7A1E2F0AE27783278 , 0x0BF7429E66BB46709021D32B85105640 , 0x8BF83D58E3524AE2BCEC77168033C58F , 0xF5A172AAEE9549E89E6F098948A4F29F , 0x91D688276DC9431EA960D86E2B7890E6 , 0x439E140630AA451FAA153C15AC1FFC1C , 0x791ADF92D8E74F7CAA07563512347AD4 , 0x9407497B11564CFF9635B9E19317BB30 , 0x47F0C997A1B848BAB854D3E7706980B4 , 0x45596CD8C2554BCAA63A15ACFC3F92AC , 0x41C5A2C7AD334E5292BF78075A06FA76 , 0x1426E5AE677C43D18EBC777A9B6D0ADF , 0x72BA87549F8E4F19818763825B601890 , 0x60F9442771C34FAA8813598D6563997A , 0xC5392006968144268A07483408223289 , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x586D264197F649CCA5A35830AEB27D8D , 0x780CCB33DEE942F6B36CC4150B3ECC39 , 0x82D75984D1D74D17A10894166983BC9D , 0xB245D293187C4BC3A71BFDBD4C7D678B , 0x117CA2178F694FA7A1A9A63F6E96E886 , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x6C4BC02D8D7D4995A36C4A6B1BEED6A1 , 0x72F4B50603D24604A00A529B6E11F202 , 0x78CDFA74035342AA8903CFCF78D505AB , 0x47682904CB664D498182FB7CC2362F5F , 0xD8E9D070366041BF807BB9A4F5D3CBF8 , 0x585B24143964492D92DC75D83108E3FD , 0x40576CC33216451CB7D470D820F9C7CD , 0x220E04A3D5DF4727B25B4568D7B2E58C , 0xDA40ADC772184663B035E1B3F9876A24 , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0x374A8B121E614557BCBD11AB82F22701 , 0xEC65017EC6974487B10363BFADF1BD09 , 0x48E825EA5B0D4A1382B672D8AE2BEBDB , 0x033942D79122435C8ECC70914E2C987B , 0x6AD310FB5C654F26B6C00954B2D7B515 , 0xA83202E558F04A7996534FC5133D41BB , 0xC7EBA74B199C4559A745049D36438837 , 0xB6981374AB4B4B8E957A637AC0CF66DC , 0x725A9144BD034E5C8A0666E61B5B24D9 , 0xBB72B80F2E554B86A399F2183779412F , 0x43DE19F18D804DB380A26451C8284724 , 0x7383E78A38EE4B2E963681C87DBD7AC1 , 0x22B08DDFAC1B4B3DA21FBB3836EBE754 , 0xB1BB68A95B3D474C818196939F9D495A , 0xF05DE8439643416F8B148A10194025E8 , 0x9D0452A3918640298D71F5AF0FF52B73 , 0x26F9020C39C544A997E1B11F4D4B3CF2 , 0x152603C1C212406EB369C0E13D215AD3 , 0x40F497528646419EA7C01CC645FA826F , 0x3A35BD240262442180CE4107585DFFA3 , 0x2AE0C3C99E5D419B88D5471F094CD6FC , 0x7B7FE560DD9C4708B8EA3402E001D6FA , 0x914384BAC4104F85950D06BD3F4ADB6C , 0x171A3D28E4B14CEC96EA6FF5186732B0 , 0x71028E7E852B49D7B055E3EC2341CE52 , 0x08582F25AEF9485FB64FC558677C68BF , 0xF7708C735AB548CE82164CBAD217BCE8 , 0xF792E5CE8E35477DB10CF4EF69CF6AAA , 0xF475575C0F7E4845A3312B585AF9979C , 0x1FF48C3FB0E84AC58D4A9AE861C7D97A , 0xAA70EF7FA63A4054ACDCDAF078CAAE2F , 0x929A788679AC448A824A47123E682539 , 0xE7BD1C08EE9F420F82183E73028643F1 , 0xD27AB769972F48CDBA32FB75CCD525D5 , 0x7D50E5285BC34169AC6865BC2D914C95 , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xC225ABF84EDE4935B34646A1881258C8 , 0x20D6A2980F87458795D012362BF4A8E0 , 0x42843C39F20E4F23A599575776B060C2 , 0x39BC2B45EE1D4A63897BA4FE6798C8A7 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x78C8A3B7752D4D489296145B5DFCC9C3 , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x28916ADF88504C208540D811B87234CB , 0xD5367698027746638E4934F016F0FCF3 , 0xEFCA09A8202A4A6E94E79822F11576EE , 0xEFE06BA31FAD41379BB5EEBB482C40F9 , 0x642A78988ECF44919664A4D5307EC991 , 0xCE97B8F4CD5F42EAB3991FE2BCDDE2E8 , 0x4F0066E6E0484F47A376DD50057F229C , 0xCCDB5FCBCF0749CD8AB8A7EB48A1CD85 , 0x63D58180FA7F4D5888FC2644531C2F72 , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0xB2BC7ED9FAED4559AC5B93DD0D79F0B1 , 0xC1CBDE6D260846F689F03E03D33DE6A3 , 0xB47B4530A16A41489A4ADDE43CB0DA5E , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0x108E865535BA4776B49FA31DE12B282A , 0x4633EC13DA664845AA7E3659B8411011 , 0x0C2B0C28ECB641C8BEA900FC6AAE6774 , 0x3C34A8996F0148CEA2BFF06899C9CF87 , 0x2AAA697713A64B619558F682EA3B6D23 , 0xEF1F41B39C5745A0AB7A298F44A60DD3 , 0x912A99516E84448C8FDB1BEE5464066E , 0x9BA5403D3C8E471BBA30972D29B42DEC , 0x69102CF6EB4C475983B3675E48E38996 , 0xA6E8699E6E5E44F090AF7399AF9929C7 , 0x562927BC78874C0C82C007C7A2A591B7 , 0xEEE45F5AC20E4CE7A6EAD3ED46DBF544 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x28C3F5F9818146B897C51856F442DF98 , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0x7AFC75136947462C8B65520DF456DA92 , 0x8492D39624094253A52EFD89A7F4DD34 , 0x3B5A3069B9214223A3DE6D9682B3916F , 0x5DAF880BAC6548DFAF69C181AB1409F0 , 0x643EFC4EF68A4C45A33C539DF74E05B8 , 0xBABFB1603CFD4A86A1E186A18FC85A90 , 0x3D666263623B4A229C0117424868B7CD , 0x448EC07CCB5847468944C7407CC2EDB3 , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0xD0E824ACEC98423DACCEC4BCDF218816 , 0xF66FB0F1252B451F82648F3ECBADAB43 , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0x30D403E41202464AA77C56A227ED5F17 , 0x3F8842F0EDE549A186A513239A426396 , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0x118BCDA450A541B884EF1E4B04C1D735 , 0xB40947C8674642EB9974BB81816539B5 , 0x81F4EBCC27E64C109B538604BFA82681 , 0x4F19CD13CFB4473EA37629E4685513DE , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x646611B105CD4F58A2CA652C91DF2975 , 0xC74D63B76EBC4A5CBFCFF547BBD8531B , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xD6FAAC7CDC84449996627E8948B985D9 , 0x576F7A6625A44B40B4AA14F858D3F528 , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0xDF6258B4B02845A592C304FE986AE052 , 0x11B0227B6AA34E4E981468DA5782C6A5 , 0xB69A2DD92DCC4F368C9EBCD1E1EBC3E4 , 0x4570100A52C74FB0B920361946661659 , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xF199DE03B902440A9390C4167CA5DCB5 , 0x3CEB37A732424262915D394BDED5A67B , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0x59A0678CED61418BA2510D299BD84161 , 0xC138F4A68C1145C9BD87D70C16F20428 , 0xE98F77C53A7946BB96F3151D6C0C1196 , 0xAF02AF284A1E4340A9D65710EC0F692A , 0x85E1EA4315F44DBFBA6CA79650D0DAB6 , 0xCB81B3FA56FD4B6BAF5F6D8FF066CEEB , 0x06C6C006E83842C89CC0591B9C4E0168 , 0x78376FA6AC9F4B0280E3703D4C1F12BF , 0x35DFEBBF9ED74EF396D97CCADB52ACD3 , 0x13E149CB12EC4E5281BE122F1E58D19A , 0xC474FED558174C68AFEAB3770B180F4A , 0xE10AAF1F02BC4AB78EFC0C843D627033 , 0x5B25590C69F94A1B889C0B5B0D94AEE6 , 0xA53F0AD1B85B4337812F02415AABFAB8 , 0x16AAFFE7830641989A230BFCB876AF95 , 0x51DFB056BD414B308E86600E4BFB41B8 , 0xC21997D38DE9401796A9F01B30D0884A , 0x3506F429E5564886919E7B52B7715EFA , 0x32F4D5D04F674037B7FD71433A814B89 , 0x07BBC4CCAB7A4FC08306A1F50E240AD9 , 0x67358FEB2CF24551ACF0BAC52924438C , 0x589EB46AF3424F3FAA9B9DD0B2DFECE0 , 0x44CB3F0CA8244C1097C94F19EC649D1C , 0xCC6CA6F547DE4A6A8636B5DFCE9ACA12 , 0x6B65F04EBBD34A83B3C11037826500C6 , 0x6FE1A96B95F54DD5827665B8BD533B66 , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0xBF6C14C7142E4DA2BCAAFC2DB037E780 , 0xFD3895EE6D8241999AB29765E7F57E4E , 0x5A8D1C32B45C4D54B83F903BC5EE2C54 , 0xFDA2D703C86C4F13BE5989653AB34B85 , 0xD12ABE34043E4C20B600AB65142E8168 , 0xBA77C0763DFB47158760B6ADA7335C90 , 0x93F72061B75642DA84987E82384485BE , 0x4FCE61A3812446C395D3BE80D81F7256 , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0x5E41C0D93A0B432FA29B3823FF102BC5 , 0xAEE0FAF9BCAD45FB86E75FBD92CB5405 , 0x6B8CD7BC837F4D30919F2355EEEBAFB5 , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0x60542CBAE796468CA7F948DF15869B80 , 0xA34A206FC24F407E9AF91E9F21B0028D , 0x40FA8DAF2BD543F092CA10D84A5DDD39 , 0xDDF563281CC74AB3832A044EEFAC1891 , 0x3FE1426FACE64EE78FA6D869A86C040C , 0x67DE6D67304C4B8482E958AB729A82F4 , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0xA4190569DD294A32B18C8336E0A927CB , 0x44F5A654F8274258B67DB104FABCFB76 , 0x896D4671D5D04A838506A99ED07949D0 , 0xA07559936294485C935B30E1553BD6DA , 0x99EAD72007414201B6928B05FBBBA54E , 0x68C76F185E854E1BAA6DC51068D4CEDB , 0x5FB296C482AC4D8EB585DD4F1CE98A81 , 0x0F3CC4A1DBF94DC397405D87D05D672C , 0x173CABA30D514ADEBC82424C039D30BA , 0xBA9FA6DD11264506803C7E82FA1A2598 , 0xEEFB4E3224E74050BB3CE7CB3F3F9EEE , 0x0A838230790C48738E5390E3FB5D5E2C , 0x86F99D06D21B45D7A31CAA8ACBD891BF , 0xF7E4177C6E0244A2AFE669754AF5616D , 0x4B36C50CB64E4A03B6BF7E6FCEC78B30 , 0x8E5141305B9F4D8E96A80A8AD5A771FD , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x99CBC7E5A2E1450494D1399F5F355636 , 0x94EC97547E924D49A910102EC61529DF , 0xD13C6407C9A14895ACF0BC340586E2FD , 0x4FDA5B96170648E19264BBD59D516CBC , 0xD23A8295F503439283F453172B61DD1E , 0xEF37571C199F440382E2B75BDB6190F0 , 0x051C3953E02846F296DFF5C887053966 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x0186432CA24D41E8BFAC26EEC78743E7 , 0x5123563D4A9B4481A7F148C2C143C165 , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xF596F4DB96B9481999ADD056F10D6B8A , 0x7109CA42D8E0412580E57609ECCDBFCD , 0x742961D221F64543B83155799B9BCC7E , 0xC8104E658E794EDA8086E6D26563B7FF , 0x10E55948A62E46FEA9C0CF3B30160AEA , 0x2210FE4BB2A140C1819193B8A04CB93C , 0x2CFF0B227A8C449CA3EAB8D581B2F139 , 0xCEBE6B1C495B4C788E61E948BBBCD2BA ));
Copy
84
3.69 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 ãÉ-#LdªDîo1Ö5· "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b"\x00 J‡\e £ÚH]¥ç´àÙ¿º‹ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"\x01 RÐ\x00 ø4H\x1D ¾µ}œ‚/‰— "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"\x01 †C,¢MA迬&îLJCç "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x02 ™T\x13 ÖÂHãŠøI¶1âl\r "
b"\x02 ║┌É1ºO*Âæ\x13 .0▒.á "
b"\x02 á4®\x0E ¶G\x19 µÏEGç]ÄÕ "
b"\x03 9Bב"C\ŽÌp‘N,˜{ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"\x04 üäd,>HÂ╝ñåÛJ┘²┐ "
b"""
\x04 ðî‚14OƘ©™U‰\n
}…
"""
b"\x05\x1C 9Sà(Fò–ßõȇ\x05 9f "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"\x05 üeät|Boôqç§+\x00\x1D "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x05 žñBoòN¥ºZÆoØJY\x1A "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"\x06 ÆÀ\x06 è8BÈœÀY\e œN\x01 h "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"\x07\x00 *Œt÷O\v µí…Ø¥ž‡[ "
b"\x07 %»ÍÁ€C¾„\x1F eMüÜ¡å "
b"\x07 :\e YF╚Cöì│┌ÕZÈÏ┬ "
b"\x07 <ŠË£Ax„l’^{d9o "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"\x07 a2▀═7HïÀ»╠+ÿ¼\x19 Ø "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"\x07 ÿ'É\x01 ÕG¡║Éx╬³I#N "
b"""
\x07 »ÄÌ«zOÀƒ\x06 ¡õ\x0E $\n
Ù
"""
b"\x07 úÚD›–B?¨C?n±\x16 IK "
b"\x08\x1A æøü\x1A KjÑõN'ßì±Î "
b"\x08 X/%®ùH_¶OÅXg|h¿ "
b"\x08 ¯\x16 ñ\x07 sN(À3├┤Î│Ž "
b"\t\x12 ¥öš>Lݧ}\x12 ³({¦À "
b"\t íÉg#Gª†±Œ‰úJ´µ "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\n
R&Tø¨F°¹k†\e }Ê\r ¾
"""
b"""
\n
âé0y\f HsÄSÉÒ¹]^,
"""
b"\v\x05\x1D\x02\x01 ŠD÷ŽÐ€à˜T\x01 "
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"\v ˆÇ°š\t J̨\x11 0«\r °\x01 ¤ "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"\v ¸B×f╗FpÉ!Ë+à\x10 V@ "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\f +\f (ì¶AȾ©\x00 üj®gt "
b"\f ]š«ç:N•®83¸`,ð` "
b"\f êÅ\x16 ö#Eñò\x0F Ñ■C╗üà "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"\r 'Ð\e|M\x0E €;¡NÏ©`« "
b"\r {î ° I7—Ì©bò\x13 ?Ï "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b"\r Évm&\x10 GYæ\x04 b\x07 é┬ın "
b"\r ©1p/ÂE¤“8p•íTý\x19 "
b"\r ¬tÒ?ñH\x03 ½¿w]aE(” "
b"\r ÐKiˆ(H‹\x12 ©Þ¯|_å "
b"\x0E\x12 Œü>ÊDú°‰Ï'Pxyþ "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b"\x0E 'MÀ╚ªK`ö8¿Ø¹<ô\x13 "
b"\x0E Óõo\x15 -Ee‹\x11\t ±©þ¬h "
b"\x0E úq¯ƒ†B6¯pîÕâG}{ "
b"\x0F 0y‹á›Kô•\x13 ˆ=Uù\x1E u "
b"\x0F <Ä¡ÛùM×@]‡Ð]g, "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b"\x10 y¼çGðD“ ·„³ 8Jœ "
b"\x10 z¶6╝\x06 CÂ▒\x04 ¯tÅÁìv "
b"\x10 ކU5ºGv´Ÿ£\x1D á+(* "
b"""
\x10 åYH¦.Fþ©ÀÏ;0\x16 \n
ê
"""
b"\x11 = u§IJé¡ÉÝÊÞJ▒µ "
b"\x11 |ó\x17 ÅiOºí®ª?nûÞå "
b"\x11 ‹Í¤P¥A¸„ï\x1E K\x04 Á×5 "
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"\x11 °"{j£NN˜\x14 hÚW‚Æ¥ "
b"\x12\x0F j1XªNS¤YM›/\r Ðý "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x13 %¡öš\x14 H]šUSûoZ\x13 ú "
b"\x13 §¿Ëo9KR™œ3ÿ\x1F\x1A\x01 Ñ "
b"\x13 ßI╦\x12 ýNRü¥\x12 /\x1E XÐÜ "
b"""
\x14 &å®g|CÑŽ¼wz›m\n
ß
"""
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x14 ¨}Rì~B²¶¼³a\x12 W®™ "
b"\x15 &\x03 ÁÂ\x12 @n³iÀá=!ZÓ "
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"\x15 ëªD'ÑGþ¼ÉÓŒMÓ\x03 ‚ "
b"\x15 ┌÷·:@ÛÉ╚¬1─³Í\x16 "
b"\x16 ªÿçƒ\x06 A˜š#\v ü¸v¯• "
b"\x16 ð÷Èa!L¦™í~9£&±Ï "
b"\x17\x16 ·\x06 Ž·Bà˜\x0F üãûÎ\x7F V "
b"\x17\x1A =(ä±Lì–êoõ\x18 g2° "
b"\x17 <½ú\r QJÌ╝éBL\x03 Ø0║ "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"\x17 åZVl_JÏ©\x04 ?\x13\t \Qv "
b"\x17 ëÜâZzE‰¡]ç\x19 ¿\x02 jª "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"\x18 ~▀ÍYÃLIücø#à├\x00 È "
b"\x18 ð‡º2¶@{ºË§Áõ·%œ "
b"\x19 ^yk¡±N┼ŃÂGçXÄ■ "
b"\x19 üõîŒØCh±ï´±Œ`\x08 < "
b"\x1A (F#A°IÞ¥(—¼·‡m: "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"\x1A o\x00 æ¥BGž‰\x7F\x1A ÁYç\x14 ¨ "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"\x1A ìçÉkpEïê\x02 ½ÈNæEõ "
b"\x1A ±Yh‚âI?ªŸ\t Ò\x7F ×\t r "
b"\x1A ê"Œ jHï¿÷(Rª1Ôh "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\e ÉÖ%šßG¼ŽÇÁ\x08 ½@² "
b"\x1C 1—\x1C ä\x0E I‹‚ñ(\f\x07 Á¶5 "
b"\x1C ‰¾V{\x7F IU‚zoJøvÒæ "
b"\x1C âß6ÓÂAL¿æ@°M¬bh "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"\x1D\x02 r\x7F #³Fß’96àÛ†ÇT "
b"\x1D q\x02 ÎOEC\e ’ó{áþ\f\x02 \n "
b"\x1D ØúÊjLD▀¡Ö\x0F Ú\x1A\x01 »k "
b"\x1E BÆ@l±@üÂvbLÚ\x18 ò; "
b"\x1F ‘÷¿˜þL¤¤¨ô=\x1F *!\x17 "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"\x1F ¾ö'—€LЄòú\x02\x15 +|µ "
b"\x1F ¶î?░ÞJ┼ìJÜÞaÃ┘z "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" AÜ0\f ÒE?˜‡Ï\f 'ªA¡ "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b" Ö¢˜\x0F ‡E‡•Ð\x12 6+ô¨à "
b"!4 L!±A¿‰\x14 ÷®8\x13 n\x12 "
b"!9pÉv\r MÓ×Ò└Ä·ò▓║ "
b"!=ƒ§¥xBIŽ\x0F ó`\x1D F\x1C ‡ "
b"!cC\v 4ùH;¸Mà…Ör÷\x15 "
b"!g~\e „6MB®Å·Í]VÖR "
b"!™R\x0E ²àDįÍP>-â¯u "
b"!¥8ÂCkKužÒNØG!Zx "
b""\x0E\x04 £ÕßG'²[Eh×²åŒ "
b""\x10 ■K▓í@┴üæô©áL╣< "
b""\x1C 8u¶†D1½‹‘\x05 ‚Î\v "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b""░ì▀¼\e K=ó\x1F ╗86ÙþT "
b""¯³>NåG÷¼Éûg,©Ý÷ "
b"#+Ó\x03 =:Au¡.ª\x02\x13 SUq "
b"#-\x7F íÎÓMÖÆÅ\x0E )(Hû "
b"#a\x11 _\x14 -Iáµú*ÿVku\x14 "
b"$&í±-ôGj¡\x05 îm¥z¬T "
b"$VŽ\x10 [\x1C Lã›p\x04 ¹e`ì "
b"$ÃN\x1D =ÆGwƒ;…àh¡;~ "
b"$ÆÅÐV\x01 AP®ªÐExš@… "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"&-\x10 ªL_M.¸\x08 .£7\e\x01\x08 "
b"&>P§\x0F bCy™Å+úôÑ H "
b"&£Â\x0F ¾_O·▓*"¤\x03 \Øh "
b"""
&À‹¶°ðCó€\n
\x17\x1C ãâÄÝ
"""
b"&Èq5\x0E óDXˆ\f ¦_'vƹ "
b"&ù\x02\f 9ÅD©—á±\x1F MK<ò "
b"'v\v Ú\x08 @@è›L´ë^×\x05\x02 "
b"'Т\x1C ŒÝFÓ¦õÐ\x17 P´?\x1A "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"'┬ìy\f J?ìÉ\x1F ┘ê\x05 ƒ╚ "
b"(\x12\x01 ò¾ûG■Ø▒~─#├Yc "
b"(pÃG\x1D ÛC\x17 ¼âÆ0ætçù "
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(@2[\x01 Iöµ-óVªV3Ä "
b"(·\x03 Ù–ûKZ«TŒ\x02 YGè| "
b"(├§¨üüF©ù┼\x18 V¶B▀ÿ "
b"(þAÿ¬>LÑûÞ-Tü\x06 ë\x04 "
b")"áÆRÑF@µ)}—šgì\x1D "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b")üÊt»\x1A IøÜ=a¼Ë─▀¹ "
b")ظd\x06 "F3▒UO\x17 À┬ùt "
b"*s=ð■Ì@\x10 Øz§aä)E¾ "
b"*ªiw\x13 ¦Ka•Xö‚ê;m# "
b"*àÃÉž]A›ˆÕG\x1F\t LÖü "
b"*ñ‚KiºCųÜ9Œu‡…ì "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b",áJ╝│ØE¶║6y┼Ë\x19 ç╩ "
b",¼‹Ÿý\x00 HSŸ@“·æ\n ü6 "
b", \v "zîD£úÛ©ıü▓±9 "
b"-ÏÞíº^O,·‚\x13 €¢ä=ñ "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b". '2\e a@J¾ïcò|\x02 Èå "
b".1Ôý³uNü×b¶`╗╣}3 "
b".=É÷G{E\x13 ¼…ÿŠ>VW£ "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"/LÆóÜ\r IË—¿o™l=bp "
b"/î±\x18\x12 oAKˆ'0\f¶ô) "
b"0\x17 le/›H3€Kå].\I\x1F "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0/„Þt”@r²;\x03 \\x0F hø& "
b"0Y±õ-ÕEå¿Ýv/óÑÍñ "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"""
0©z\n
\x02 XDü”;®‰}}ï…
"""
b"0Ô\x03 ä\x12\x02 FJ§|V¢'í_\x17 "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"1³F®í[F«§fCž‘SA "
b"1ÍÇÏ\x02 “@¯€JÖÏ\x1A \\f . "
b"2s7Ø,ÿGz‹)i팔\x19\x1A "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"2¡VvY\NÏÉÑÉ\x16 b}h* "
b"2¼]•c\x01 EÚ¬ççK\t\x05\x13 < "
b"2¶ıðOg@7À²qC:üKë "
b"3\x14 ¬“XóG‰‹µ³ùÚSׇ "
b"3j\x16 Õ:ð@æ•—\x16 dof͵ "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
b"""
3┬jS \n
@\t ╝!Õüþã#Y
"""
b"""
4s_ÙÌZ@J”\n
f˜`\x1A xª
"""
b"4¦)ìtxC|²þt¿!ì¬2 "
b"5\x06 ô)åVH†‘ž{R·q^ú "
b"5\x17 fÛ$ƒC\t …,ˆoEÓË "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"5ß뿞×Nó–Ù|ÊÛR¬Ó "
b"6pJ├àêM\x7F Åìr]\e Ü÷m "
b"6Å\x15 -L¯C¬°ºfÕ\x00\x10 ib "
b"7-ÞòK9Fñ‹\x01 ùZt̾> "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"9aäÔµiO2§\x1C ŸT^\x14 c× "
b"9oоÆuJÖ€'Q¤•:äü "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b"9¼+Eî\x1D Jc‰{¤þg˜È§ "
b"9─\f\v j0BÂåÅu\x18 è¦\x17\x12 "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b":5½$\x02 bD!€ÎA\x07 X]ÿ£ "
b"::ãr;åFłʪ\x1D èBÖ§ "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b":zùúÆöD; Uš4jx1C "
b":Žèï¤=F›¤D![Æ€zè "
b":²\x15 #àcIm‹ˆ[,ÒÀs' "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b";Z0i¹!B#£Þm–‚³‘o "
b";ª\x1E niÓHÄ£\x0F 0BÅ‗┬, "
b"<4¨™o\x01 H΢¿ðh™Éχ "
b"<ƒa¶i\x07 E$»í?Ò1\x1F\x0F\x0E "
b"<ä’JH`Eµ«\t æ¤Ú•îó "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"<þr²˜ÉCL³Ó\e -ÿ\x0F 2ø "
b"<þÏ”{ÂB[‘®Àà{ƒ¸i "
b"=\x04 ë\x1E <jN\v ›!V´Ç“N2 "
b"="ô\x16 wÙIv“b\x16 ôK}\x1D – "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"=fbcb;J"œ\x01\x17 BHh·Í "
b"=ÐÆXMjB\e ©†L*R-4\x00 "
b">Y\x01 Q╣\x0F KâÉx\x17 £L[!┐ "
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"?]ý—¥TE÷µìd\e ‡u¼– "
b"?ˆBðíåI¡†¥\x13 #šBc– "
b"?Í╝¬dVG¯×1o}▓*VØ "
b"?ßBo¼µNþŪÏi¿l\x04\f "
b"@\e (I3´Ju™(ö¢·1GÁ "
b"@8]„àüMn§Öà?LÖ•È "
b"@:Á5JC/¢‡A•§·‘M "
b"@WlÃ2\x16 E\x1C ·ÔpØ ùÇÍ "
b"@ñ@Ô³LL¹»q Y†ž»R "
b"@ô—R†FAž§À\x1C ÆEú‚o "
b"@·ì»+ıCÆ╩\x10 ÏJ]¦9 "
b"A\x01\x18 Èæ\v JF¿§¨\x14 y •Š "
b"""
A\n
ÿ]VÅKu³Õy”‚k(x
"""
b"AyPjy~J~´åÍèÒÊ\e n "
b"A¿cV>ÿAM–{ÙÃÄb¦B "
b"AÅ¢Ç3NR’¿x\x07 Z\x06 úv "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B„<9ò\x0E O#¥™WWv°`Â "
b"BÅüŠ<\e KJ²Ó\x07 ç"\x14 ¦x "
b"BÞÛ…šÒBã³sC\x1E Ä\x13 gâ "
b"C\f 5 E\x02 D–£êK\x18 $ÔC› "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"Cž\x14\x06 0ªE\x1F ª\x15 <\x15 ¬\x1F ü\x1C "
b"CÌ\x19 ±ìÇM│ÇódQ╚(G$ "
b"C■¸ÄÅåK½å\x19 LBä\x06 gó "
b"DŽÀ|ËXGF‰DÇ@|Âí³ "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"D╦?\f ¿$L\x10 ù╔O\x19 ýdØ\x1C "
b"Dõ¦Tø'BX¶}±\x04 ú¼ûv "
b"EYlØÂUKʦ:\x15 ¬ü?’¬ "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"FüUôÎ╦N\x05 ïÞ├[Gu°» "
b"F┬tgü\x10 IéÉÌkÀXã░░ "
b"Fæ¡ÞÛPB~™«c|snÑv "
b"G[êÇ2KHlŒ\x05 · ”\t\x07 ï "
b"Gh)\x04 ╦fMIüé¹|┬6/_ "
b"Gm 6R4OJ²eprû¬#[ "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"GðÉ—¡¸Hº¸TÓçpi€´ "
b"Gýf¶Í¾C‘›¯è\e ÈÛ©n "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"H’˜\r ŒòB:€\x16 k\f †IöÏ "
b"Hè%ê[\r J\x13 ‚¶rØ®+ëÛ "
b"I%\x07 €ŠdD¯‰©¾L‘Íg+ "
b"IGÍ¢,┬JiêÉòßW╩\x11 Ù "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"IP…1\e 1GO íòs=\x1A …? "
b"I‡\x13 L6¾J+ QÒÆûõ¿í "
b"IÂb”\x0E cF'¨:-‰\x00 ËË2 "
b"Iõ|̳¢M¨¡ë}r\x16 ]ßM "
b"J1\e {F/CA¶Êª\x14\e xÎ\x17 "
b"J7t!ZóD–—\x14 -Ôã¹_˜ "
b"J8╦┴¹╚I┘öÉräîé¡Ò "
b"JhºN%lI\x12 šÍåO¾ÿ‘¶ "
b"J╝¤þ®ØK+¬LeÑs─í` "
b"""
JÚ{äÉEOð—É/„'Ì\n
\e
"""
b"JþßÿBì@O”-™²\x02 þ%p "
b"K6Å\f ¶NJ\x03 ¶¿~oÎÇ‹0 "
b"KÛú\x7F ¸9K#ì±\x10\x06 V\x18 h╔ "
b"LP÷À‰ÐNz¸Ž^£<^\x7F ù "
b"L”aªŸ#Gˑۿck1œ? "
b"L¡²7Þ3E ® \x15 ŸÐS\x01 ¥ "
b"Lë\x08 ëh>H¸¿ý˜„AËàÏ "
b"""
MÅ┤7Ö5Fd¡\x17\x15\x13 #r\n
\x07
"""
b"MÞ\x15 ÂíßG=┤S¯\x05\x02 ÅaÆ "
b"M¾2Ü+WE¾ìÄG®Í"Íû "
b"N\r 9▓C;IƒøoïËÃ┘ì\x19 "
b"O\x00 fæàHOG£vÝP\x05\x7F "œ "
b"O\x19 Í\x13 Ï´G>£v)ähU\x13 Þ "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"OÆ\x01 ÆÚÔI\x1D \x04 ®{øYN\x03 "
b"O╬aúü$F├òË¥ÇÏ\x1F rV "
b"OÍ╝ëı▒NOÅgk╗e¡ÿP "
b"O┌[û\x17\x06 H߯d╗ıØQl╝ "
b"PKÙ_2æ@░ì®b¯½¨Å┤ "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"P½\]\x13 ÕF\e ‡\x15 úS\ZâC "
b"Q#V=JøDüº±H┬┴C┴e "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"Qš=>÷ŠHç£Ù>‰*ëÚ¾ "
b"Q¶šiVËFÜŒa{÷Í[Ãß "
b"Qß°V½AK0ކ`\x0E KûA¸ "
b"R\x10 óƒ\v ¨H>¤©G¥\x06 iÑ\x16 "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"R'·ÖîÝEݨï-\x06 ÂÌg‚ "
b"RDo‘e\x7F A«¶\x14 )ïíª\x1E "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"S³ \x11 '…CÞ³v\x1E ă6™g "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"T\x04 ÎÝN^N¼™`\x1C ë…Ÿ¢\r "
b"T;\x03 ³õ\e E■òÉ\x13 Ø!\x10 ─\t "
b"T}’¾{þB„Š_Qé\x16\x02\e œ "
b"TÅJ\x15 ▀0EzñÖ\x12 └ê\x0E\f 2 "
b"T¡¡ÉıÐBYæC½«\x18 Ò\x1E F "
b"TÂlX\x15 ÛIÝ€*×E\x03\x0F ›> "
b"U1\x11 ï7¦My¬6¦Ñ+eÐõ "
b"V%\x1D\x06 ÉéG\x7F Š/ô”ÊçPS "
b"V)'¼x‡L\f ‚À\x07 Ç¢¥‘· "
b"V0Î)\x1A |JÕŒ’ƒ„+öYO "
b"V†Cp¦ùI\x0F ¿!¬^³.Ç¢ "
b"VÕ\x0E H°"Iĵ»Ìä\x1A\x1C\x07 * "
b"V±Ø\x7F _?G\x1F Å*|\x11 ²I÷p "
b"WC\x06 ÁôôJЖˆû-\x06 ˆQ "
b"Wozf%¤K@´ª\x14 øXÓõ( "
b"W°e!ÓþJ¿“M+VX6 < "
b"Wé¡\x11 ,ÿNŠœw˜¼-Š“) "
b"X[$\x14 9dI-’ÜuØ1\x08 ãý "
b"Xm&Aù÷I╠ÑúX0«▓}ì "
b"X×┤j¾BO?¬øØð▓▀ýÓ "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"Y gΒaAܢQ\r )ݯAa "
b"YÓQóWiNküñP¦¤,®÷ "
b"Z|\e +W\t Io¼y„Æ\x0F «gÄ "
b"Zì\x1C 2┤\MT©?É;┼¯,T "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"[%Y\f iùJ\e ˆœ\v [\r ”®æ "
b"[;\2pÌGA¨ÛqÑ0Ãåâ "
b"[ØV©p`Ló¼┬u2ƒ▒[^ "
b"[Âð½ÏLEBƒ‡®ì¶Ü\x06 g "
b"[¨^É ¯L-®çB▒uý> "
b"""
\\x14 ½CRøBU®T.º\n
Ì\x0E ]
"""
b"\Oök\x06 ™Jd‘¬\x10 ó‹\x0F —F "
b"\×\x18 D¥gAåÉ░╗╝Ý\x1A öµ "
b"\±ÁâGÙHŠ›¡¾5îþô) "
b"]Hõe¨óNèïÅÆä@\t ÁS "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"]»ê\v ¼eH▀»i┴ü½\x14\t "
b"]ÂW[ñOIè´Ä?ÛI7ç3 "
b"^7°¦¢MAâø¡59ìL\x15 "
b"^@ÓÓ^ÉHª°;Y\x01 [ï6Š "
b"^AÀÙ:\v C/¢›8#ÿ\x10 +Å "
b"^““oí¢DÙ†òÔ;\x04 -n "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"^å¦$§;F«—œøÉH੎ "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"_▓û─é¼MÄÁà¦O\x1C Úèü "
b"_├EU░õI─╗øëPü\x7F ¬Ï "
b"_ïâ¿ó\x1C F6“Q\x1C *I\x16 Á® "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"`e,*“HHì§7#ïƒæW\e "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"`£Ì’\x18 ÊG!š\x0E <\x04 £\x02 8“ "
b"""
`¶÷¬7\x1D F׸@¦\n
U>\x16 Ù
"""
b"`¨D'q├O¬ê\x13 YìecÖz "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"b\x1F\x06 ²\x17 └CüòÁ\x0E ¨ QûÌ "
b"b,åZ'Ý@a¦c7Ø`#\x7F Ï "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"cwƒéa7D°™¥ ª´n2ª "
b"cıüÇ·\x7F MXê³&DS\x1C /r "
b"d*x˜ŽÏD‘–d¤Õ0~É‘ "
b"""
d-ìïÉ\n
Mk€ý+Äì_sÖ
"""
b"d>³N÷èLEú<SظN\x05 © "
b"df\x11 ±\x05 ÍOX¢Êe,‘ß)u "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"f2ÙwoèKº–\x10 )xNM\e p "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"fy ü…}EŒ…Lj »œÜ4 "
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"g5ÅÙ,‗EQ¼║┼)$Cî "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"gÅ/çîVF‰¼ÔÜ}U–pû "
b"gÞmg0LK„‚éX«rš‚ô "
b"hÇo\x18 ^…N\e ªmÅ\x10 hÔÎÛ "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"i\x10 ,öëLGYƒ³g^H㉖ "
b"i\x16 îð5┐GÝøð.#&ü╚ö "
b"iØ\\x13 FYB╣®Ú6û3¤¼ù "
b"ié#u»fHçƒWqþŒlžž "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"jÓ\x10 û\eO&¶À\t T²×µ\x15 "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"kD´dÞ\x1A MH½_®Vh²tñ "
b"keðN»ÓJƒ³Á\x10 7‚e\x00 Æ "
b"kh┴ô!+JèÑò└C´¡ÅJ "
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"kŒ×¼ƒ\x7F M0‘Ÿ#Uî믵 "
b"l%“²¥>F¥¡ŽËÄ<5„F "
b"lK└-ì}IòúlJk\e ¯Íí "
b"l`\x03 (7\x04 E"ótècÓì+è "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"""
l\x7F Ç·æÎL&´\x13 \n
ŒL¤}ü
"""
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"l¯¡à3\x00 J€œeÏhÛ˜O1 "
b"m,ûyDÉE ÿƒ\x13 ±_k / "
b"m®P?’kEä…+“C\x06 ØÁç "
b"mÊóXÑN^‰\x01 õ0¬vKõ "
b"nJh‚M~J\x14 š\x12 5—ŸÄö9 "
b"na²\x1E ¿\x18 E\x0F ‚‹E1µ±ÑÅ "
b"nt]d\x1E\x13 Lç\x04 –,Rðõí "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"o\x16 zŸfKBƒ¢½Ps‘üã\x03 "
b"o5Îvë®KNª\f ³ÏÌ}~º "
b"o\ó¼HôG ³Ú¿¨µ}fo "
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"oƒý!Ï¢Cà–A°5Z(\x17 Ò "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"o╚\x1C Ô▓üF\x04 ¥ç\x18 Ü]│n\x0F "
b"oá©k•õMÕ‚ve¸½S;f "
b"""
oµwüf\n
Jy®Éq┤qı
"""
b"p¶FÔ`ÞNA‚\x19 EB?U¨ë "
b"q\x02 Ž~…+I×°Uãì#AÎR "
b"q\t ÊBØàA%€åv\t ìÍ¿Í "
b"qÕ\x1E T’\x1A GR¾\x16 sÝIÎÎì "
b"rZ‘D½\x03 N\Š\x06 fæ\e [$Ù "
b"r`º+W‡H¬¶úê‘"\x19\v "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"r║çTƒÄO\x19 üçcé[`\x18 É "
b"r×\f gæGMܱû©e±.ÍŠ "
b"""
rôµ\x06\x03 ÒF\x04 \n
R›n\x11 ò\x02
"""
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"s\v ,\x18 l+LŽŒ°Û{Ä`ûœ "
b"s(ŸÂq B’ž@0ÎÖãÄ® "
b"sDèjàgJ\x18 ×jwÈcì·È "
b"siì│)rCùƒ\x0E ÿ·\x10 Ü]Ú "
b"sâþè8¯K.û6ü╚}¢z┴ "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"sèéø]LI=¶rñl<‘e“ "
b"sô߬e=ORªT#Üo&\x07 Þ "
b"t)aÒ!öEC¸1Uy››Ì~ "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"u]XüLÃN\x15 ¤ñðâ;\x05 Æ‹ "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"u—\x17 "|vCá¶ñ\x18\x15 ¢\x03 ³£ "
b"u«õbá4L¯¯å\t %³¾\r ~ "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"v:bÿÈRK^ŒÞnKcÒ\x0F ‡ "
b"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"vÇâ·\╝MØô└ßÎ2>3Ó "
b"v¬]ÇÒ\x02 K”˜<,0èUÞT "
b"vØt^ròKZ§Ðöò»Ýw\v "
b"wFt+ ”F\x04 ¦öXÒ¥\x1D ³› "
b"wéôõªìDqÜn\t ®¹²Üè "
b"x\f Ë3ÞéBö³lÄ\x15\v >Ì9 "
b"x7o¦¬ŸK\x02 €ãp=L\x1F\x12 ¿ "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"xÈ£·u-MH’–\x14 []üÉà "
b"xÍút\x03 SBª‰\x03 ÏÏxÕ\x05 « "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"xößNʯEd»Q\x03 MvšÓù "
b"y\x1A ß’ØçO|ª\x07 V5\x12 4zÔ "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"yÒù\x1F ã¤L¶–dÇ Ð¼»< "
b"""
z\x07 ê\n
ÓÐN!…ËAËâTË0
"""
b"z\x08 nŒB\x01 Fž“+J\x18 7\x11\x05 + "
b"z?dx{SOØ┐1ÌplJñe "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"zÂ`▀\x1F JîØt®ß½\f 8} "
b"zý\f ¾ìöE`ÅÌ}IÍ'æÜ "
b"züu\x13 iGF,‹eR\r ôVÚ’ "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b"{\x7F å`ÝœG\x08 ¸ê4\x02 à\x01 Öú "
b"|\t püº`I\x03 Œ¡\x11 Ug„r\f "
b"|Flx1¹K\x1F °\x11 hÍ\x1D ó\x18 Ï "
b"|Z‡CÓrDã†iõ¥ÃÓm\x0F "
b"|‘°¿¡“MF«?Òüf†uU "
b"}\x14 ¶*êF}¡¼qd%l¸L "
b"}0ðBÝJS¿\r Í\x11 ¶Ø\x1E "
b"}På([ÃAi¬he¼-‘L• "
b"}S!ʳÙLÞˆ€ójh^vè "
b"}ÂÙ0\x0F 4O*·Yd\e\f\x02 cÔ "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"~PTQ\x1A eM0“\x11 1aR×ØÇ "
b"""
~ ╬\x14 ÿÎOIüU«l\n
.¤6
"""
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"\x7F hlA?RM\x07 íıÆì╗:\x7F ¶ "
b"\x7F j[®Y¡D5¢Þ/ÿþÓ\x11 - "
b"\x7F ]”Ž\x7F IÛº\x1F\x11 d\x02 —aè "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b"""
€.æÎ\n
[Bλœ\x07 <A\n
\x08\f
"""
b"€0\x0E y\x18 G!‰ð`\x0F ,Êái "
b"€˜èåpÿC<—Ãc±´íê\x1C "
b"€ 2• \x0F @¢½\x06 Șëî_ "
b"€°³K£G1“²ùüEâ\x18 ÷ "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"ü-\x1D g\x12 ÿG\x13 áÖ┤╣┼4µ= "
b"ü<öp\x01 äKgǼ\x11 Cá\x05 îP "
b"üü.\v óMB=¼\x08 8x\x1A S«p "
b"ü╚q°âzF║ÑÔ"\x1F È!C¢ "
b"üÌ┴óYºE\x06 ╣´äº\╩\f \n "
b"ü¶Ù╠'µL\x10 øSå\x04 ┐¿&ü "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"‚{ˆê ‰M2‘ô7\x01 txÆb "
b"éÎYäÐÎM\x17 í\x08 ö\x16 iâ╝Ø "
b"â7ËXû╦Cûÿ\x14 ▄ÅU:lì "
b"âbÓ\x07 W²B\x04 ØB6³]Þ‗¡ "
b"„’Ó–$\t BS¥.ý‰§ôÝ4 "
b"„šÑØ\x02 ³Cí‹Ùl®íH·« "
b"„»Œ2—àDÁ§—œì/¶·û "
b"„Ûˆ-^ê@7®\x04 »þ¿K‚\x19 "
b"…3\x08 B\x1F lMs™1|9¦†ñ. "
b"…c\x1D ¦‚ŠLV¦\x08 ¬\x08 Äõ\x14 Ê "
b"à╝ɱO\x02 @Ç¥h\x16 ¡½╩üï "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"…áêC\x15 ôM¿ºl§–PÐÚ¶ "
b"…úÕrX7F㸆-S$H„ö "
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"†;øfaîJD’0w&Óå0 "
b"†>Ñ\e\t I¨¬½0ú¤Å,h "
b"åDäàØ*@BÖUd6Á\x10 ¿Ñ "
b"åí¯¡╝yB═ü]É}&}d3 "
b"†ñó´úéJ[Œ2®º\x06 üØù "
b"卨\x06 Ê\e EÎú\x1C ¬è╦Ïæ┐ "
b"‡ƒ0Pl€H¥¸Ëà[á#›\x17 "
b"‡‹Qò\x1D éM*œÖ¦üTdýv "
b"‡ž,Hr\x14 E|³Ì`nÚGõI "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"‰mFqÕÐJƒ…\x06 ©žÐyIÐ "
b"ë¥(l\r CDfì"çàµ‗.ð "
b"‰ÀñiÀ»Kr¡J]GÀÌF "
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"èg\x08 »┼dKAÁtüv9ôÜ\x1C "
b"ŠÐú\x1C µLDV®‘ÇK ß\x0F ³ "
b"Šáp\x06 ösK\x03 žÇ\x02\x1A ì\x14\x1D ] "
b"‹\x11 Tý¯GØ´\x06 ŒcDu¯¨ "
b"‹/çë\x1F 7AÌŽ±LüñàÝí "
b"‹ \x07 9.XBC¬¦„mÇ\e ±e "
b"‹³Z\x7F D±OO–Åü¸+hˆu "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"ï°=XÒRJÔ╝ýw\x16 Ç3┼Å "
b"Œ\x04 ˰\x16 çEŘϤ•Í—\x16 " "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"î\x1A t\x18 ╦ñI░É┼7åõë1\t "
b"ŒPˆüT²IM©B\x05 ~Ò†T¿ "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"ì\x0F ▓Äõ\e N\x05 樣p\x0E 1èÛ "
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"ì,²ÈѧKYÉ*\x11 à\x1D\x03 >T "
b"ìOe'\x02 ¥@¥ì_ıP\x18 ì\x0F E "
b"Ž\f dô\x17 &A‡¯¶\x00 ójÌm" "
b"""
ŽQA0[ŸMŽ–¨\n
ŠÕ§qý
"""
b"Ž[óÁ_ÕA9Šv©Õl\x10 ¯\x1E "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"Å*ÚæxFIãº\x1A ó$ á■\x06 "
b"Å5\x02 ËtßK×öå#1µZPz "
b"ÅWnÚ?;A‗É┴2m¿\x1A ╣² "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"É^│\~\x7F J&©£o:è·'q "
b"Éx\x00 Í▒¼DCÅGıq*#\x1E c "
b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S "
b"æ*ÖQnäDîÅ█\e ¯Td\x06 n "
b"‘C„ºÄ\x10 O…•\r \x06 ½?JÛl "
b"æc\x11 C┬ÿL/Ø║'‗¬\x18 ╠ñ "
b"‘|\r ÔqqJD¢ôd0\x18 -\x7F Ø "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"æÍê'm╔C\x1E ®`Ïn+xɵ "
b"Æ\v á6JãM?É=AáBM9Å "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"Æ'0ìÔËJ¥öôW\e 'Y(ð "
b"’šx†y¬DŠ‚JG\x12 >h%9 "
b"’¤\x13 ý¾ËJ©™8”ròM\x07 © "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"“÷ a·VBÚ„˜~‚8D…¾ "
b"”\x07 I{\x11 VLÿ–5¹á“\x17 »0 "
b"”\x07 ÀØn M“•\x00 J¬\x16 V+a "
b"ö\t ±Ê8\x02 Iº¥\x19 ¯'ìpÃ\x16 "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"”O\x0F «EöJh”¼ï|Ÿ$Fä "
b"”ÞØ\x07 Þ\x1D MT‡ãü˜ñ£\x0E ÷ "
b"”ì—T~’MI©\x10\x10 .Æ\x15 )ß "
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"•Åk\x02 €ÿC˜¦šì¼KJ\e º "
b"û,a~ìÖO÷░┬Z¡\x04\x02 +g "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"–—48WÂMÝ‚PéQ\çÿ! "
b"–§"Tî\x1D C̬Úyž<9ðS "
b"–©,\x0E ‰’Ne¤Ö \x01 ʹ‚¸ "
b"û½TyG°G¸░Ø©æ21¶î "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"–ÕŸ\r nIB\x07 ªRyPqµˆÑ "
b"ûÎÇ®╚JK.Üv┬oØý¬N "
b"–öF-ÕéDKªŠe\x10 ‘X%Ó "
b"—f\x0E óVWBR†¹\‚ܰ/- "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"˜\t ™waˆFþ€áAfš6ÖÕ "
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"ÿì'(\t mG~║oJZ«1▓Ô "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"ÖׯÅßıBÇ¢▀þ\x19 mT\x11 "
b"™ËÇå¢áE\x04 ”Ñ9Ÿ_5V6 "
b"™ê× \x07 AB\x01 ¶’‹\x05 û»¥N "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"š\x14\x05 ]\x10 ]AÛŠÏ\x02 r†dÎ, "
b"""
›)CŸÒD[«\\n
\x1E ²©9ø
"""
b"›¥@=<ŽG\e º0—-)´-ì "
b"£\x06 ì■└LǽØ\x04 O¬Zê¦ "
b"œc\x1F †Ã‚Hï†s\x1E 3ÙvDÚ "
b"£e@\v *K\x1E É{ì▓Ðˬ] "
b"œ¥u»)aCK›g\x1E Ûå\x02 bÜ "
b"œù“‘N<I’¹<G›&\x1F ¹’ "
b"Ø\x04 Rúæå@)ìq§»\x0F §+s "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"Ø]§Îª#J#ºYÜË`┼┤\x1F "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"žwwâÿ\L\x0E ¼Ò\x19 ÜC´ï¼ "
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"ž“_Hß”C2ii1º,ýä "
b"ƒ0ìs[╦E┐ê]²wsÿ{\x14 "
b"Ÿ?¯‰ŒOG‡©\x14 .ým-C\ "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b" TÎ&\x1D tKÍ¥Ã\x04 •þSó% "
b" uY“b”H\“[0áU;ÖÚ "
b" ŽhU Mšš\x14 åþ<\x0F 7õ "
b" ºH\f etF/´\x1D çnìå£\x13 "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"¡=‚^ÛÂHrš\x11 *ÌûËܯ "
b"¡Qb\x10 ?*B‰³pàëIqðÊ "
b"íÊ\x10 þ2▒J╗Øð"w\x1C -jP "
b"¢Eøýж@±Œ\x1F\x19 Âå®<: "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"£rSN¶¶CƵ[Gï\x15 šN6 "
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"úú¹æü^@─ï¤▀¡Æ4█# "
b"£í."\x04 ñJ\x10 ŽÌI#dÊóU "
b"¤\x19\x05 iÝ)J2±Œƒ6à©'Ë "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"""
Ñ?\n
Щ[C7ü/\x02 AZ½·©
"""
b"¥x5Ü\x1E *M7¤ãuÜ}§ìp "
b"¥†È$fÉJ/ž.qƒÔJ\t r "
b"¥èq1pßH÷€f\x1E ×xù¢ "
b"ªÞi×n^DÉ»sÖ»Ö)à "
b"¨2\x02 åXðJy–SOÅ\x13 =A» "
b"¨9\x14 ¾^¹L$½Ç\x03 ñ—yÕ| "
b"¨Y Ɖ€E\x07 ‘Ž|\x0F ØJü¡ "
b"¨_ßâš<Jê¥+ªË|Oé\ "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"©¦‰úh\x17 L)£ù¾3øÙÔ "
b"®±ÛGÚDï¿|ü<5Z0Ø "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªpï\x7F ¦:@T¬ÜÚðxÊ®/ "
b"ª|«r©ÙMùš\x7F }ÁœÛ%m "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"½ÑE─\x14\x06 A=ì£àRësäú "
b"«û¼1ÀBu‚QêæQ\x1C 4V "
b"¬MºP\x16 ÄN$¡V)¬Z\x16 žÐ "
b"•G\x13 ØWK8¯¢9Œ{Öl\x0F "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"®\e n\x11\x01 —C•…\x1F h{{eI1 "
b"®#\x13 i{G@\x1C ‹Àc&w`±Ž "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"®àúù¼Eû†ç_½’ËT\x05 "
b"«Ô█ÿö└D$ì\x1A ·WÂ\x0E h╬ "
b"®ðœU·\x15 Nd£d×\x15 D\x06\x1D a "
b"¯\x02 ¯(J\x1E C@©ÖW\x10 ì\x0F i* "
b"¯\x04 }%n<Fi¨=UÍ'Ò3¬ "
b"¯\x13\t\x17 ‚RJv¨Gs¸¿R¢j "
b"¯!*Ã\x19 †NŸº1â\x1F\x01 ?´k "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"¯õ€Ø6REWˆTT^5g_· "
b"°0\x06 û÷5J“¥(ûqÁ']¸ "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"°ÀÆE]-@]¯<c.\x14 ^6p "
b"""
▒\n
▒:Já@\x07 Åcp`PÑ}Õ
"""
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"±íÒJ\x12 @ü‰ÀåHÍ\x04 ,Ÿ "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"▒╗h®[=GLüüûôƒØIZ "
b"▒█ìÑ2·@ØÂRpÝ/¦{┴ "
b"²EÒ“\x18 |Kç\e ý½L}g‹ "
b"²_¦\f ÓÅL\x16 ªƒ\x1E Œ¸\x06 WÙ "
b"²¼~ÙúíEY¬[“Ý\r yð± "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"³ãÊ»ã4Jå—/».\x06 õâÐ "
b"┤\t G╚gFBÙÖt╗üüe9Á "
b"┤n¹ö\v ]Ny¿ìÏ\x19\x08 6íÿ "
b"´{E0¡jAHšJÝä<°Ú^ "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"Á%°üï╣Iu¢ma,Kf\x15 ù "
b"µt†H5\v CV£–DRÒ¸\¬ "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"¶\x0E =’øøF6ŸÙHÈøÃR\x19 "
b"¶-ô'j‘E»±\x05 ¯å§ß&€ "
b"¶˜\x13 t«KKŽ•zczÀÏfÜ "
b"¶š-Ù-ÌO6Œž¼ÑáëÃä "
b"¶¬o\x1E ›¢NC ð¼\e Áq¼L "
b"ÂÂ\x18 ½┘üDÂû\x11 ¨╠/├\x10 n "
b"À\x01 1íüXIʼf»M┬\v ╝´ "
b"ÀJüõ´■IÈ╝\x01\x14 R6▀ËÝ "
b"·.Ç9—J5ªy\x15 $½=â\x7F "
b"·Ý\x01 HÀ»H´¬ÑøM‡6#Æ "
b"·þw$¡åOú‘á?\r E\x0E Ï "
b"¸#öÀ»^Fȃ’»aó"\f þ "
b"""
¸ÔoB]ÚH\n
”¦2ˆêù¦}
"""
b"¹˜ \x00 rûGe›´\r Çù—Oî "
b"º0u\f\x1A\x06 KÇ•X^¹d\f «6 "
b"ºvËqÑ\x06 A\x1A §í\x00 ñ0E£* "
b"║w└v=¹G\x15 ç`¡º3\É "
b"ºŸ¦Ý\x11 &E\x06 €<~‚ú\x1A %˜ "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"║┐▒`<²JåíßåíÅ╚ZÉ "
b"ºý}¥\x00 D@è·Qx¸\x11\e\x19 — "
b"»\x1C \n \x12 x¡D€š“\x00 X¥-j„ "
b"»"\x04 EH.CÿµzYγƒ\x1F Ó "
b"»r¸\x0F .UK†£™ò\x18 7yA/ "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"»ÖJ\x1D\x04 ÏD?«\x03 =íø&\r "
b"¼JÎöT•Eà‹fh\x08 lë(‚ "
b"╝^\x02 ‗YÁHÕàÌuüU─HÐ "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"¼h#\x18 õúEðˆ&ˆ²d½>¿ "
b"¼›S#òjH~¡ß\x00 {L¿¹\x00 "
b"¼Æû’N5CR§ÆË³\r Üë’ "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"½/;Ñ…´KØš0FUy\x7F o‚ "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"¥\x08 Bû\f FM┼É\e gD‗à╩! "
b"¾XïÕT~Gù–ßÅ\v ãn-… "
b"¥èÿëDüE\x04 │\x12 \eÆ\x15\x10 ç "
b"¾Š¸®ú”Od†\x10 £sÇÙÆ\x12 "
b"¥ìú{K\x0F D°å\x0F dPµÛl\x1C "
b"¥Öü╔Ĭ@}ñ\t `¼\x1D +█Ê "
b"¾µG»3AA—–M*üzy&Ë "
b"¿l\x14 Ç\x14 .M¢¼ªü-°7ç€ "
b"¿ \x03 Ò'ŒA‰¶9N\r ØJ‡c "
b"┐á§ÃÖ\r GÍÅþëi0Ó.X "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"┐ãOýôøBwüZ̹ô\x02 òí "
b"¿ìv|@¤NÒª»|d›™—< "
b"À".—<…E\x07 ˜¾ˆPîSQú "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Àm¥‹ä^DŒ½¯àHøú4¿ "
b"À“ŠÌÞ\x1F At½\x12 Wa&)ïœ "
b"À–é¶{$Oç‰0ŸúRuÑ7 "
b"└Ö\f µ├└FT┐ì´,6F¹X "
b"ÀŸ \Ù4Jkƒ±ê|\x01\x13 oF "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"┴\x06\x7F ºõ+H3Å·\r ÄÉ$┴x "
b"Á8ô¦Œ\x11 Eɽ‡×\f\x16 ò\x04 ( "
b"┴ü╝\x04 ´ÜEÞî1╗1¡█ôæ "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"ÁËÞm&\x08 Fö‰ð>\x03 Ó=æ£ "
b"Áñ0צ“B²œ\x1D 4a\x04\x00\x04 £ "
b"┬\x16 º╚üãMä¿5\x7F ý─²®7 "
b"┬\x19 ùËìÚ@\x17 û®\e 0ðêJ "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b"Ã5\x1F 1’mG‚š<l-k[I× "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b"├û\x11 P‗öK═ƒÉ└ñOúh½ "
b"ÃÝ\x15 pÌoJŒ§š<ù[¦)» "
b"""
Ä\x12 ^éäÎCÊ·§FÂ\n
ã‘)
"""
b"Äd*çãáDh·ã„óv@\x05 0 "
b"Äi)UAùJÚ¬\x1A\x04 JâF¤\f "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"ÄtþÕX\x17 Lh¯ê³w\v\x18\x0F J "
b"Å\x06 qæÍ\x18 O§¡âð®'x2x "
b"┼9 \x06 ûüD&è\x07 H4\x08 "2ë "
b"ŧ”\x1E įA—¯Þ›U:ºÝ‚ "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"ãà╠¼F\x16 J═ÅØß'ºä¡ç "
b"ÇMc·n¼J\¿ÏõG»ØS\e "
b"Ãg\x02 ØØØA«ôKém#ı`\x17 "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"ÃÙºK\x19 £EYºE\x04 Ø6Cê7 "
b"È\x10 NeŽyNÚ€†æÒec·ÿ "
b"╚\x1E\x18 ╗ì╩HnØ═,0ú[½< "
b"ÈSôé²D„º‹\x0E Ü\x19 Û\x07 Œ "
b"ÈZ5XÝ-@\ ôI\x1A kRaO "
b"╚}\x07 Å▀\I\t Çã\x04 ½¯ÀúÏ "
b"È®\x7F\x03 iFK«—èËi˜ÚZ7 "
b"╔>═Û\x10 ¯A®Ñç«©Å\e\x08 ¾ "
b"Éë)äý.D7 W(UÚÊ5N "
b"Ê\x1A ùU^ëF_£åEÎÒa\x05 c "
b"ÊIÛ`å\x1A J"Š »ä\x7F Øor "
b"ÊIûcmÜC߯ë Ä÷Ü\x07 & "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"╩┬\x19 ‗7\x14 K=¬OÉO&d·¦ "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"╦ü│·V²Kk»_mÅf╬Ù "
b"Ë›;/›ÌKl––¯ëMl\x1A = "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"Ìl¦õGÞJj†6µßΚÊ\x12 "
b"̧'\x00 ?õL“•¯E\x11 •ç'š "
b"╠¥└\e b\x15 D{òìiq@I║~ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"ÌÛ_ËÏ\x07 IÍŠ¸§ëH¡Í… "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b"═*1·|O\x04 ┐\e\x04\x1A ú7│Ø "
b"╬\x18 8\x19 « C}دz‗I\x00 ½Õ "
b"Î\e „+ÌcAü¹×\x15 /ˆïÇH "
b"╬>\x17 ■*5@èè╗þÿ╝ÄÅ- "
b"Η¸ôÍ_Bê³™\x1F â¼Ýâè "
b"θC…7\x01 B$½\x02 V¢þÿ\x1D f "
b"ξk\x1C I[LxŽaéH»¼Òº "
b"Ï^mU†¥MĪ‘(–×E×" "
b"Ϥ64\x03 ñIF‘óÕ^¹9‹% "
b"Ð_.œ:^Kˆ…ÈÓíŠD7Ê "
b"Ðq#Ne\x11 @EŸ'Â"œJçˆ "
b"И\x1A ïϳI”¤\x11 ’!þ'\x08 ½ "
b"Ðè$¬ì˜B=¬Îļß!ˆ\x16 "
b"Ð LÇV\x00 N\x1F ìª║mú¹·< "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"Ð*¥4\x04 >L Â\x00 ½e\x14 .üh "
b"Ñ<d\x07 É¡H•¬ð¼4\x05 †âý "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ÑÝÇK#EM¨“ÚQ\x14 °ÁZD "
b"Ê\x00 ƒtí`AQòż=³õ\r « "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"Ò:‚•õ\x03 C’ƒôS\x17 +aÝ\x1E "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"Òz·i—/Hͺ2ûuÌÕ%Õ "
b"Ò„\x02 Þ+\x00 Eà |Þ{r}æÎ "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"Ë^ÉÀ/┐J\f à\x03\x07 òVG-ä "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"""
ÓÚävœ\x1F HM‰,\n
JáC2°
"""
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"ÔŸËZ®\v @ʨýeGÂ[H\x1E "
b"Õ6v˜\x02 wFcŽI4ð\x16 ðüó "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"Õ¾A¨õ£G‡¡FzpÝû~É "
b"ÕÇËÉ‚NO‚‚Åx\x00 lï£J "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"ÕãuœõO0°>\÷™ˆt\x13 "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"Öú¬|Ü„D™–b~‰H¹…Ù "
b"ÖûËkÁûLO³Å7Nõµ¶| "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"×]AÞÉ·IŸ³\x0E\x1F „xs²4 "
b"מÈ?¿\n A÷ IL!cJ\x00 "
b"×Ë\x1D XÔÎOiœ®ô˜“\x16 rÚ "
b"Ø6¦?ÈæAn¹…\x18 ü÷\x1E ¢{ "
b"Ø:>\x11 ÕFC³½p…~qS®¾ "
b"Øw¤ÀÕ4F‘¿^^\x10 ªƒ†K "
b"Øy\t þ}`L\x13 •yò÷,/Óu "
b"بT+xöG:™ôhþ+*ìP "
b"ÏÀ¡\x7F\x17 ÉC?×ú┘R(ÌcÉ "
b"Ï╬ü,f\x7F L\x14 ê\x18 ç╩╗×r} "
b"ØéÐp6`A¿€{¹¤õÓËø "
b"Øðëq“,D†g\x14\x0E 3\x12 …^ "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"Ù!î!=DD\x1D ¿%SŒÿPo½ "
b"Ù^Zì‰rHD¤ka‚O±Çt "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"Ù”A7N\x18 LP©Ì±Þ´ £\x0E "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"Ú@Çr\x18 Fc°5á³ù‡j$ "
b"ÚÉ/ÝØuAÞ•g|\x1F V\x15 uî "
b"Û0í]¶>H±‡Ô”\x0F }‘u\x10 "
b"ÛT`ýyYA—ˆìAKã”} "
b"█ñám#ÉG╔î┼ƒå\v\x14 ¢o "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"█▄ô\x10 ìÙK▄Ñ░U¦\x1C GL« "
b"Ü\x02 ‘Fa^CFµ7¥"þV7› "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"Üj8øIö@•¸ªõU՛ا "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"¦\x17\x00 øñH@A║IÓãÄ#ÁÅ "
b"Ý[ †n±LÀˆ{Þ[Ø\x0E Ù¾ "
b"¦┬?@·WFƒì\x0F ■\x7F ò®qî "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"Þ`èÉ\x1A ¢KÚ¡\x13 *߇iC- "
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"ßÊ%8Õå@¸”ŽÏV®WÀt "
b"""
àpÆ\x06 \n
\x1D I*µWÍ0\r ñ\n
h
"""
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"àÂj¸\x16 ÂB\¡\x01 רÜ}Å\x15 "
b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌ "
b"""
á\n
¯\x1F\x02 ¼J·Žü\f „=bp3
"""
b"ßB┘£¯E'Éá;└\x05 ¨░a "
b"áZý’™-E³·4{]lFG\e "
b"áÕ‰~‡Gä‡f\x0F z\x07 Î\x1C ( "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"áó/‡žyJL¨Ä ¤´ƒ_ä "
b"Ô║*[Æ@FJØV{Ù´«§\x01 "
b"âÝ\x08 U¨jL9ž\x1D bý%Ã]/ "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"ã®Àg“0E¢“KÑã…l&: "
b"ã®ó¸$ôA.ƒ\x08 E¾·²Ó\x08 "
b"ä;*\x0E ª\x17 BÊ€ú@¸ö¦žå "
b"䤸bb\x15 CΊ\x17 wr\x1F Þ4\x1D "
b"Õ;Û\x06 "▀H¹ÑÇæ&"\x0F ì/ "
b"µ"B\f 2gD'ûÉÎ#█\x04 í' "
b"µs\v ¤,ü@■àÅEmÆ╔═& "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"þW)É┐ÉFJ¥1jç\x14 ┼]º "
b"çW]TÉþD?˜ÅÏÅ\r ùØ "
b"ç½\x1C\x08 îŸB\x0F ‚\x18 >s\x02 †Cñ "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"ècÞDAQN‚ºmçÒRÝ“5 "
b"è¶ü¯–ÑDß’861Ò>Û» "
b"Þ┬Q#}2@¥ì?õ┤▒ÖıL "
b"ÚÅw┼:yF╗û¾\x15\x1D l\f\x11 û "
b"Û\x0F ØCÆ\x1C MÊøòØ\x15 Õ1\x13 É "
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b"ÛNµ*╠IDµìÄÉaÈb\x11 ¬ "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"êèQ`YüM\x15 ›¬Žs\x1D èë\x06 "
b"ëÑq\x07 VHE\x1D ´D•ylBâ™ "
b"ì!([{ûL{³Ô]Ô{W\x03\x1D "
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b"ìe\x01 ~Æ—D‡±\x03 c¿ñ½\t "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"ý┴>\x05 ĺOÖØë\x02 ^‗N \f "
b"í:²¥|¹Lì—9*-NOÂø "
b"ízšf>\r @!’4â@«G£“ "
b"í¢BúDGCÅ»·Câ `ŽJ "
b"ݦú±?\x1D H╩®└pnôØ▄Ò "
b"î?R1r¹H㣊v“*¯©§ "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"î]æ\x17\x19 ŠKC’Ú윦n‚Þ "
b"îä_ZÂ\x0E Lç¦êÓíFÛõD "
b"îûN2$ç@P»<çË??žî "
b"ï\t B\x17 ·”@ŸµJWÕi–| "
b"´\x1F A│£WEá½z)ÅDª\r Ë "
b"´7W\x1C\x19 ƒD\x03 éÔÀ[█aÉ "
b"´Söà╠LE&£|┬eìı¥º "
b"ï^Á}G9DM‹¦ª=µ\x7F r\e "
b"ï€þ2™sCx•\x18\x0F [ØÒ†³ "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"ïàk£\x1F A7›µî»H,@ù "
b"""
ð\n
×ÚoƒGž’e\x7F ¯H‚\e î
"""
b"ð]èC–CAo‹\x14 Š\x10\x19 @%è "
b"ðš•¶6\x11 E\t ¿ôN,SÖàÊ "
b"ðו¸B\e JF¡ë륡á¨: "
b"ð鎅ó\x04 BŽhý¯ÿ9Ér "
b"ñ\x03 ×)'6E°²{´ŒÐK)\x0E "
b"ñ\t\x03 ‹«3I*‡?󯝨ÝY "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"""
±ÖÌ\x03 ╣\x02 D\n
ôÉ─\x16 |Ñ▄Á
"""
b"""
±Î¸{<ÂI╬íÔ\n
l*ì┤"
"""
b"ò\x1F FªÍßH\x04 ŸÅ)}m/;c "
b"ò@nþ8.OI“~ƒ\x7F â[ó< "
b"‗D¡ÎrtJÎâ'Ø`u1┤R "
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b"óÁ\x1C ýHüEK·ðôm›Î3õ "
b"¾È¯Î¾ÆN\x07 Éáw▀ûî■Ø "
b"óþTÈM?Ht„\x18 n!B0˜ "
b"ô\x19 Ûvl\x1D K\x17 ‚µ-úbÙ¹ß "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"¶Ü!V=qMÁ½\x02 ÒÅ4HwL "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"ôùñH]ÙE=¹ñ\x7F\x11 Prfd "
b"§\x18 üA?\x08 I9Ü;ÜÔÁ稱 "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"õ¡rªî•Ièžo\t ‰H¤òŸ "
b"÷o░±%+E\x1F édÅ>╦¡½C "
b"¸P\x05 0¼\x15 J\x19 Å▀Nv°\x00 ▓╬ "
b"÷pŒsZµH΂\x16 LºÒ\x17 ¼è "
b"÷’åÎŽ5G}±\f ôïiÏjª "
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"÷Ó!šnÌIÆ€\x1D ô-\x03\x00 %) "
b"÷ä\x17 |n\x02 D¢¯æiuJõam "
b"ø\x06 >\x03 ÐJÍ¢}–\x0F •ñŒb "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"øjºø4*Hg¯ s(Á©\x17 ã "
b"ù»Á”)ÒD¼\x17\x05 ¶ƒÈ\x1A ¯ "
b"¨\x05 úÑ´N4ñ\x11 ¥_Ø\x07\t 3 "
b"·\x06 È\x11 ╩÷I¿áåÆ\x10 Êïüé "
b"ú8rRE¯Is«¦\x1C n\r ÈmQ "
b"úB8nòXLâªä¶\x07 Îûß\x0F "
b"úš\x14 ]ò-Fk–¼Á6\f ¸qw "
b"úÚ4U_¸J\x1D †ô\x00 k\x0F gÀŽ "
b"¹\x1D pÉSPG\x16 î¹\x06 é‗½ëï "
b"³C\v Ø&ºD┌ô[2Òñ\x18 Ù¹ "
b"³g@─ÅkCQ¼\x1A ¥àçÀí▄ "
b"ü‰†ë¿òMÏŠ*=¥~§³â "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"³¡╠ØI½Mì┐gÏ*xá\x16 á "
b"ý8•îm‚A™š²—eçõ~N "
b"ýp\x11 ß'§J‰®Š+ð¹%ˆá "
b"ý|\x15 j¤\x00 I˜™k\x1E í=`:Ä "
b"ý¢×\x03 ÈlO\x13 ¾Y‰e:³K… "
b"þ\x03 Ÿ\x02\x19 nK\¦XéÀ¶{a* "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"■r\v M̯IüÁObÄ3pËD "
b"þ vQfsBðž*¸„¶\x1F _) "
b"ÿ9·84\x1A N\x00 ›>¥\x14\x00 7v\x14 "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
b"W\x02 ü!NJBC‚pA\x7F ¤skÅ "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x0020C6902D234C64A6448C6F319935FA , 0x004686D8F760498391F52EA7C8BDB640 , 0x004A871BA3DA485DA5E7B4E0D9BFBA8B , 0x004B11B664424995968A6294D4EA4AE7 , 0x00F0B091171B4395B97FD73ABD185CD6 , 0x0152D000F834481DBEB57D9C822F8997 , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0x0186432CA24D41E8BFAC26EEC78743E7 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0x0198CC7F3E447214A848528DE060A0ED , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x02049224C56347179FA4C013E2CFCD8F , 0x02995413D6C248E38AF849B631E26C0D , 0x02BADA9031A74F2AB691132E30B12EA0 , 0x02E134AE0EB64719B5CF4547E75DC4D5 , 0x033942D79122435C8ECC70914E2C987B , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x046A73EDCF054114A12A7D5993B944A1 , 0x0479080E315E4D1CAF8E7132ACFB851B , 0x048184642C3E48B6BCA486EA4AD9FDBF , 0x04F0EE8231344FC698A99955890A7D85 , 0x051C3953E02846F296DFF5C887053966 , 0x053C65372B1843198294BD3272C59C18 , 0x05816584747C426F9371C7F5F52B001D , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x059EF1426FF24EA5BA5AC66FD84A591A , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x06C6C006E83842C89CC0591B9C4E0168 , 0x06CC3C21BE7F4F78A486F73054751394 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x0725BBCDC18043BE841F654DFCDCA1E5 , 0x073A1B5946C843948DB3DAE55AD4D8C2 , 0x073C8ACBA3AD4178846C925E7B64396F , 0x0751E34C31CB441494CA9B76E9C11E4A , 0x076132DFCD37488BB7AFCC2B98AC199D , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0x0798279001E547ADBA9078CEFC49234E , 0x07BBC4CCAB7A4FC08306A1F50E240AD9 , 0x07FADA449B96423FA8433F6EB116494B , 0x081A919B811A4B6AA5E44E27E18DF1D7 , 0x08582F25AEF9485FB64FC558677C68BF , 0x08EE16A407734E28B733C3B4D7B38FAB , 0x0912A5F69A3E4CDDA77D12B3287BA6C0 , 0x09A0EDC9672347AA86B18C89FA4AB4B5 , 0x09BC02B79AC2487D899FE2620F19ED24 , 0x0A38581650A342BB97478E5552350B97 , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x0A838230790C48738E5390E3FB5D5E2C , 0x0B051D02018A44F7AD8ED080E0985401 , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0x0B88C7B09A094ACCA81130AB0DB001A4 , 0x0BF055A00C2344CAAA7693F157D818A0 , 0x0BF7429E66BB46709021D32B85105640 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x0C2B0C28ECB641C8BEA900FC6AAE6774 , 0x0C5D9AABE73A4E95AE3833B8602CF060 , 0x0C888F16942345A4950FA5FE43BB8185 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0x0D27D05C657C4D0E803BA14ECFA960AB , 0x0D7BEEA0B0A0493797CCA962F2133FCF , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x0D90766D261047599104620782C2D56E , 0x0DA931702FC245A493387095ED54FD19 , 0x0DAC74D23FF14803BDBF775D61452894 , 0x0DD04B698828488BAD12A9DEAF7C5FE5 , 0x0E128CFC3ECA44FAB089CF27507879FE , 0x0E1DB1394451456AB9D549E752CAEABC , 0x0E274DB7C8A64B609438A89DFB3C9313 , 0x0ED3F56F152D45658B1109B1A9FEAC68 , 0x0EFA71AF83864236AF70EED5E2477D7B , 0x0F30798BE19B4BF49513883D55F91E75 , 0x0F3CC4A1DBF94DC397405D87D05D672C , 0x0FCD4135A9E846B49CF849BE143569BA , 0x1079BCE747F04493A0B784B320384A9C , 0x107AF436BC0643B6B104EE748FB58D76 , 0x108E865535BA4776B49FA31DE12B282A , 0x10E55948A62E46FEA9C0CF3B30160AEA , 0x113DFF75F5494A82AD90EDD2E84AB1E6 , 0x117CA2178F694FA7A1A9A63F6E96E886 , 0x118BCDA450A541B884EF1E4B04C1D735 , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0x11B0227B6AA34E4E981468DA5782C6A5 , 0x120F6A3158AA4E53A4594D9B2F0DD0FD , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x1325A1F69A14485D9A5553FB6F5A13FA , 0x13A7BFCB6F394B52999C33FF1F1A01D1 , 0x13E149CB12EC4E5281BE122F1E58D19A , 0x1426E5AE677C43D18EBC777A9B6D0ADF , 0x147C921683254C869D791B762F581652 , 0x14A87D52EC7E42B2B6BCB3611257AE99 , 0x152603C1C212406EB369C0E13D215AD3 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x15EBAA4427D147FEBCC9D38C4DD30382 , 0x15FFDAF6FA3A40EA90C8AA31C4FCD616 , 0x16AAFFE7830641989A230BFCB876AF95 , 0x16F0F7C861214CA699ED7E39A326B1CF , 0x1716B7068EB742E0980FFCE3FBCE7F56 , 0x171A3D28E4B14CEC96EA6FF5186732B0 , 0x173CABA30D514ADEBC82424C039D30BA , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x17E55A566C5F4ACFA9043F13095C5176 , 0x17EBDCE25A7A4589A15DE719BF026AAA , 0x18669F63D98C4A49938345F9056FBB26 , 0x187EDFD659C74C4981639B2385C300D4 , 0x18F087BA32B6407BBACBA7C1F5B7259C , 0x195E796BADF14EC58F9FB64787588EFE , 0x19FCF5EE8CD84368B1EFB4B18C60083C , 0x1A28462341B049DEA52897BCB7876D3A , 0x1A4D42041C444323AA4F77F41576C402 , 0x1A6F00E6A542479E897F1AC159E714A8 , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0x1A8D87906B70458B8802ABD44E9145E4 , 0x1AB1596882E2493FAA9F09D27FD70972 , 0x1AEA228CA06A48EFBFF72852AA31D468 , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x1BC9D6259ADF47BC8EC7ADC108BD40B2 , 0x1C31971CE40E498B82F1280C07C1B635 , 0x1C89BE567B7F4955827A6F4AF876D2E6 , 0x1CE2DF36D3C2414CBFE640B04DAC6268 , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0x1D02727F23B346DF923936E0DB86C754 , 0x1D7102CE4F45431B92F37BE1FE0C020A , 0x1D9DA3D26A4C44DFAD990FE91A01AF6B , 0x1E4292406CF14081B676624CE918953B , 0x1F91F7BF98FE4CA4A4A8F43D1F2A2117 , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x1FBEF62797804CD084F2FA02152B7CB5 , 0x1FF48C3FB0E84AC58D4A9AE861C7D97A , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2041DC300CD2453F9887CF0C27AA41A1 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x20D6A2980F87458795D012362BF4A8E0 , 0x2134204C21B141BF8914F7AE38136E12 , 0x21397090760D4DE09EE3C08EFA95B2BA , 0x213D83A7A57842498E0FF3601D461C87 , 0x2163430B34F9483BB84DE085D672F715 , 0x21677E1B84364D42AEC5B7CD5D56D652 , 0x2199520EB2E044C4AFCD503E2DE2AF75 , 0x21A538C2436B4B759ED24ED847215A78 , 0x220E04A3D5DF4727B25B4568D7B2E58C , 0x2210FE4BB2A140C1819193B8A04CB93C , 0x221C3875B6864431BD8B910582ADCE0B , 0x224646719CA8445684E02EC785FF051A , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0x22B08DDFAC1B4B3DA21FBB3836EBE754 , 0x22EEFC3E4E8647F6AC9096672CB8EDF6 , 0x232BD3033D3A4175A12EAA0213535571 , 0x232D7FA1D7E04D99928F0E2029284896 , 0x2361115F142D49E1B5FA2AFF566B7514 , 0x2426EDB12DF4476AA105EE6DA57AAC54 , 0x24568E105B1C4CE39B7004ADB96560EC , 0x24C34E1D3DC64777833B85E068A13B7E , 0x24C6C5D056014150AEAAD045789A4085 , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0x25CFD871B70546579654582382E68C0F , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x262D10AA4C5F4D2EB8082EA3371B0108 , 0x263E50A70F62437999C52BFAF4D12048 , 0x269CB60FF35F4FFAB22A22CF035C9D68 , 0x26C08BB6B0F043F3800A171CE3E2C4DD , 0x26C871350EF34458880CA65F2776C6B9 , 0x26F9020C39C544A997E1B11F4D4B3CF2 , 0x27760BDA084040E89B4CB4EB5ED70502 , 0x27D0A21C8CDD46D3A6F5D01750B43F1A , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x27F0C28D790C4A3F8D901FD988059FC8 , 0x28120195F39647FE9DB17EC423C35963 , 0x2870C3471DDB4317BCE2C630E674E7F9 , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0x28916ADF88504C208540D811B87234CB , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28AD40325B0149F6B52DF356AA5633C4 , 0x28B703D996FB4B5AAB548C025947E87C , 0x28C3F5F9818146B897C51856F442DF98 , 0x28E74198AA3E4CA596E82D5481068904 , 0x2922E1C652D14640B5297D979A67EC1D , 0x29424506F7C34F70A500C369ECDEA554 , 0x2981D274AF1A499B9A3D61ACD3C4DFFB , 0x299DF76406224633B1554F17B7C29774 , 0x2A733DD0FEDE40109D7AF561842945F3 , 0x2AAA697713A64B619558F682EA3B6D23 , 0x2AE0C3C99E5D419B88D5471F094CD6FC , 0x2AF1824B69BA43C5B3DC398C758785EC , 0x2B02765382A240218B667C601097AE5A , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x2C56BD038B1749599BFB21B25E67D770 , 0x2CA04ABCB39D45F4BA3679C5D31987CA , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x2CFF0B227A8C449CA3EAB8D581B2F139 , 0x2DCFDEEDBA5E4F2CB7821380A2E43DF1 , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0x2E31E2ECFC754E819E62F460BBB97D33 , 0x2E3DC9F7477B4513BC85FF8A3E5657A3 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0x2F4CC6F3DC0D49CB97BF6F996C3D6270 , 0x2FEEB118126F414B8827305C66B6F429 , 0x30176C652F9B4833804BE55D2E5C491F , 0x302C26630EE74FF28738A844ED269886 , 0x302F84DE74944072B23B035C0F68F826 , 0x3059B1F52DD545E5BFDD762FF3D1CDF1 , 0x30705084226B46CCB71816AD2BC4F02F , 0x3084543115D3461F8706A53EA1608DEB , 0x30A97A0A025844FC943BAE897D7DEF85 , 0x30D403E41202464AA77C56A227ED5F17 , 0x31735EE394174546B9A835372AFA3ED9 , 0x31B346AEED5B46ABA76643C29E915341 , 0x31CDC7CF029340AF804AD6CF1A5C0C2E , 0x327337D82CFF477A8B2969ED8C94191A , 0x329849610CF643A8973EC27B03DE6BEA , 0x32AD5676595C4ED890A59016627D682A , 0x32BC5D95630145DAACE7E74B0905133C , 0x32F4D5D04F674037B7FD71433A814B89 , 0x3314AC9358F347898BB5B3F9DA53D787 , 0x336A16D53AF040E6959716646F66CDB5 , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0x33C26A53FF0A4009BC21E581E7C62359 , 0x34735FD9CC5A404A940A6698601A78AA , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0x3506F429E5564886919E7B52B7715EFA , 0x351766DB24834309852CC2886F45D3CB , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x35DFEBBF9ED74EF396D97CCADB52ACD3 , 0x36704AC385884D7F8F8D725D1B9AF66D , 0x36C5152D4CAF43ACB0BA66D500106962 , 0x372DDEF24B3946F18B01F95A74CCBE3E , 0x374A8B121E614557BCBD11AB82F22701 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x3961E4D4B5694F32A71C9F545E1463D7 , 0x396FD0BEC6754AD6802751A4953AE4FC , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x39BC2B45EE1D4A63897BA4FE6798C8A7 , 0x39C40C0B6A3042B6868F75188ADD1712 , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x3A35BD240262442180CE4107585DFFA3 , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0x3A8EE8EFA43D469BA444215BC6807AE8 , 0x3AB21523E063496D8B885B2CD2C07327 , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x3B5A3069B9214223A3DE6D9682B3916F , 0x3BA61E6E69E0488E9C0F30428FF2C22C , 0x3C34A8996F0148CEA2BFF06899C9CF87 , 0x3C8361B669074524BBED3FD2311F0F0E , 0x3CE4924A486045B5AB09E6A4DA95EEF3 , 0x3CEB37A732424262915D394BDED5A67B , 0x3CFE72B298C9434CB3D31B2DFF0F32F8 , 0x3CFECF947BC2425B91AEC0E07B83B869 , 0x3D04EB1E3C6A4E0B9B2156B4C7934E32 , 0x3D22F41677D94976936216F44B7D1D96 , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x3D666263623B4A229C0117424868B7CD , 0x3DD0C6584D6A421BA9864C2A522D3400 , 0x3E590151B90F4B839078179C4C5B21BF , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x3F5DFD97A55445F7B5EC641B8775BC96 , 0x3F8842F0EDE549A186A513239A426396 , 0x3FD6BCAA645647EE9E316F7DB22A569D , 0x3FE1426FACE64EE78FA6D869A86C040C , 0x401B284933B44A759928F6A2B73147C1 , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0x403AADC1354A432FA2874195A7B7914D , 0x40576CC33216451CB7D470D820F9C7CD , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x40F497528646419EA7C01CC645FA826F , 0x40FA8DAF2BD543F092CA10D84A5DDD39 , 0x410118C8E60B4A46BFA7A81479A0958A , 0x410AFF5D56C54B75B3D57994826B2878 , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0x41BF63563EFF414D967BD9C3C462A642 , 0x41C5A2C7AD334E5292BF78075A06FA76 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x42843C39F20E4F23A599575776B060C2 , 0x42C5FC8A3C1B4B4AB2D307E72214A678 , 0x42DEDB859AD242E3B373431EC41367E2 , 0x430C352045024496A3EA4B1824D4439B , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x439E140630AA451FAA153C15AC1FFC1C , 0x43DE19F18D804DB380A26451C8284724 , 0x43FEF78E8F864BAB86194C42840667A2 , 0x448EC07CCB5847468944C7407CC2EDB3 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x44CB3F0CA8244C1097C94F19EC649D1C , 0x44F5A654F8274258B67DB104FABCFB76 , 0x45596CD8C2554BCAA63A15ACFC3F92AC , 0x4570100A52C74FB0B920361946661659 , 0x4633EC13DA664845AA7E3659B8411011 , 0x46815593D7CB4E058BE8C35B4775F8AF , 0x46C274678110498290DE6BB758C6B0B0 , 0x46E6A1DEDB50427E99AB637C736ED176 , 0x475BEAC7324B486C8C05B7A0940907EF , 0x47682904CB664D498182FB7CC2362F5F , 0x476DA03652344F4AB2657072FBAC235B , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0x47F0C997A1B848BAB854D3E7706980B4 , 0x47FD66B6CDBE43919BAFE81BC8DBA96E , 0x481078A8A1154B838281D129F2C084CB , 0x4892980D8CF2423A80166B0C8649F6CF , 0x48E825EA5B0D4A1382B672D8AE2BEBDB , 0x492507808A6444AF89A9BE4C91CD672B , 0x4947D6BD2CC24A69889095E157CA11EB , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x495085311B31474FA0EDF2733D1A853F , 0x4987134C36BE4A2BA051D2C6FBF5BFED , 0x49C262940E634627A83A2D8900CBCB32 , 0x49F57CCCB3A24DA8A1EB7D72165DDF4D , 0x4A311B7B462F4341B6CAAA141B78CE17 , 0x4A3774215AF3449697142DD4E3B95F98 , 0x4A38CBC1FBC849D9949072848C82ADE3 , 0x4A68BA4E256C49129ACDE54FBEFF91B6 , 0x4ABCCFE7A99D4B2BAA4C65A573C4A160 , 0x4ADA7BE4C9454FF097C92F8427CC0A1B , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x4B36C50CB64E4A03B6BF7E6FCEC78B30 , 0x4BEAA37FF7394B238DF11006561868C9 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x4C9461AA9F2347CB91DBBF636B319C3F , 0x4CA1B237DE3345A0AE20159FD05301A5 , 0x4CEB08EB683E48B8BFFD988441CBE0CF , 0x4D8FB43799354664AD17151323720A07 , 0x4DE815B6A1E1473DB453EE05028F6192 , 0x4DF3329A2B5745F38D8E47A9D622D696 , 0x4E0D39B2433B499F9B6F8BD3C7D98D19 , 0x4F0066E6E0484F47A376DD50057F229C , 0x4F19CD13CFB4473EA37629E4685513DE , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x4FC601C6DAD4491DA004AE7BF8594E03 , 0x4FCE61A3812446C395D3BE80D81F7256 , 0x4FD6BC89D5B14E4F8F676BBB65AD9850 , 0x4FDA5B96170648E19264BBD59D516CBC , 0x504BEB5F329140B08DA962EEABF98FB4 , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0x50BD5C5D13D5461B8715FA535C5AE243 , 0x5123563D4A9B4481A7F148C2C143C165 , 0x513820E734B841BFB7A36D40271268FD , 0x513AB9793DD541E6A6DFF9033F99756F , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x519A3D3EF78A48E7A3D93E892AEBDABE , 0x51B69A6956CB46DC8C617BF7CD5BC3DF , 0x51DFB056BD414B308E86600E4BFB41B8 , 0x5210F3830BA8483EA4A947A50669D116 , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x5227B7D6EEDD45DDA8EF2D06C2CC6782 , 0x52446F91657F41ADABB61429EFEDAA1E , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x53B32011278543DEB3761EC483369967 , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x5404CEDD4E5E4EBC99601CEB859FA20D , 0x543B03FCE41B45FE9590139D2110C409 , 0x547D92BE7BFE42848A5F51E916021B9C , 0x548F4A15DF30457AA49912C0880E0C32 , 0x54ADAD90D5D142599143ABAE18E31E46 , 0x54C26C5815DB49DD802AD745030F9B3E , 0x553111EF37A64D79AC36A6D12B65D0F5 , 0x56251D06C9E9477F8A2FF494CAE75053 , 0x562927BC78874C0C82C007C7A2A591B7 , 0x5630CE291A7C4AD58C9283842BF6594F , 0x56864370A6F9490FBF21AC5EB32EC7A2 , 0x56D50E48B02249C4B5BBCCE41A1C072A , 0x56F19D7F5F3F471F8F2A7C11FD49F670 , 0x574306C1F4F44AD09688FB2D06CB8651 , 0x576F7A6625A44B40B4AA14F858D3F528 , 0x57B06521D3FE4ABF934D2B565836203C , 0x57E9A1112CFF4E8A9C7798BC2D8A9329 , 0x585B24143964492D92DC75D83108E3FD , 0x586D264197F649CCA5A35830AEB27D8D , 0x589EB46AF3424F3FAA9B9DD0B2DFECE0 , 0x58E15680A170476CBA641C844883EF0B , 0x590789E000FA4A49AE4B28CED70716D4 , 0x592C8C118FD34494B2F8A1E7017C4208 , 0x59A0678CED61418BA2510D299BD84161 , 0x59E051A257694E6B81A450DDCF2CA9F6 , 0x5A7C1B2B5709496FBC7984C60FAB67C4 , 0x5A8D1C32B45C4D54B83F903BC5EE2C54 , 0x5AD0A75B35EA40B780720CF5B915396A , 0x5B097BD435E848F699E62A1F4D526C7F , 0x5B25590C69F94A1B889C0B5B0D94AEE6 , 0x5B3B5C3270CC4741A8DB71D130C3E5E2 , 0x5B9D56B870604CA2ACC275329FB15B5E , 0x5BC2F0BDCF4C45428387AEECB6DC0667 , 0x5BF95E9020EE4C2DA987F042B175EC3E , 0x5C14BD4352F84255AE542EBA0ACC0E5D , 0x5C4FF66B06994A6491AC10F38B0F9746 , 0x5C9E1844BE67418690B0BBBCED1A94E6 , 0x5CB1C1E247D9488A9BA1BE35EEFEF429 , 0x5D48E465F9A24E8A8B8F92844009B553 , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x5DAF880BAC6548DFAF69C181AB1409F0 , 0x5DC2575BF14F49E8B4C43FDB4937E733 , 0x5E37F8DDBD4D41839BAD35398D4CF015 , 0x5E40D3D35EC948AAB03B59015BEF368A , 0x5E41C0D93A0B432FA29B3823FF102BC5 , 0x5E93936FEDA244D986F2D4AD3B042D6E , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0x5EE5A624A73B46AB979CF8C948E0A98E , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x5FB296C482AC4D8EB585DD4F1CE98A81 , 0x5FC34555B0E449C4BB9B8950817FAAD8 , 0x5FEFE2BFF31C463693511C2A4916C1AE , 0x60542CBAE796468CA7F948DF15869B80 , 0x60652C2A934848ECA73723EF83E6571B , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x60A3CC9218CA47219A0E3C04A3023893 , 0x60B6F7AC371D46D7B840A60A553E16D9 , 0x60F9442771C34FAA8813598D6563997A , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x621F06FD17C0438195B50EF9FF5196DE , 0x622CE55A27DD4061A66337D860237FCF , 0x6279E85C754A43909DE87F0D3B858351 , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x637783E9613744B099A5A0AAB46E32AA , 0x63D58180FA7F4D5888FC2644531C2F72 , 0x642A78988ECF44919664A4D5307EC991 , 0x642DECEFC90A4D6B80FD2BC4EC5F73D6 , 0x643EFC4EF68A4C45A33C539DF74E05B8 , 0x646611B105CD4F58A2CA652C91DF2975 , 0x65D37E8611A24D6A81A53A335F092210 , 0x6632D9776FE84BBA961029784E4D1B70 , 0x665373766F2B4618A12287E0A3D70E26 , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x67358FEB2CF24551ACF0BAC52924438C , 0x67797097E13F42EDA86257C71C427A28 , 0x67C52FE7EE564689BCD4DC7D559670FB , 0x67DE6D67304C4B8482E958AB729A82F4 , 0x68C76F185E854E1BAA6DC51068D4CEDB , 0x68DC61545AA34F3CA50FC30D697CF926 , 0x69102CF6EB4C475983B3675E48E38996 , 0x69168CD035BF47ED9BD02E232681C894 , 0x699D5C13465942B9A9E9369633CFAC97 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x6AD310FB5C654F26B6C00954B2D7B515 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x6B44B464DE1A4D48BD5FAE5668B274F1 , 0x6B65F04EBBD34A83B3C11037826500C6 , 0x6B68C193212B4A8AA595C043EFAD8F4A , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x6B8CD7BC837F4D30919F2355EEEBAFB5 , 0x6C2593B2A53E46A5A18ECBC43C358446 , 0x6C4BC02D8D7D4995A36C4A6B1BEED6A1 , 0x6C60032837044522A2748A63E08D2B8A , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6C7FC7B7E6CE4C26B4130A8C4CA47DFC , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x6CAFA1E033004A809C65CF68DB984F31 , 0x6D2C967944904520989F13F15F6B202F , 0x6DAE503F926B45E4852B934306D8C1E7 , 0x6DC38AF358D14E5E8901F530AC764BF5 , 0x6E4A68824D7E4A149A1235979FC4F639 , 0x6E61B21EBF18450F828B4531B5B1D1C5 , 0x6E745D641E134CE7AD04962C52F0F5ED , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F167A9F664B4283A2BD507391FCE303 , 0x6F35CE76EBAE4B4EAA0CB3CFCC7D7EBA , 0x6F5CF3BC48F447A0B3DABFA8B57D666F , 0x6F8394B87A1D447CA2D59221198C6689 , 0x6F83FD21CFA243E09641B0355A2817D2 , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0x6FC81CE2B2814604BE87189A5DB36E0F , 0x6FE1A96B95F54DD5827665B8BD533B66 , 0x6FE67781660A4A79A99071B4718EF0F1 , 0x70B646D460DE4E41821945423F55A8EB , 0x71028E7E852B49D7B055E3EC2341CE52 , 0x7109CA42D8E0412580E57609ECCDBFCD , 0x71D51E54921A4752BE1673DD49CECEEC , 0x725A9144BD034E5C8A0666E61B5B24D9 , 0x7260BA2B578748ACB6FAEA9122190BA0 , 0x7266F2F810B64D63B49DABA3C14C709A , 0x72BA87549F8E4F19818763825B601890 , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x72F4B50603D24604A00A529B6E11F202 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x730B2C186C2B4C8E8CB0DB7BC460FB9C , 0x73289FC2712042929E4030CED6E3C4AE , 0x73448A6A85674A189E6A77D4638DFAD4 , 0x73698DB3297243979F0E98FA109A5DE9 , 0x7383E78A38EE4B2E963681C87DBD7AC1 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x73E8E9F85D4C493DB672F16C3C916593 , 0x73F4DFAC653D4F52AA5423DC6F2607DE , 0x742961D221F64543B83155799B9BCC7E , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x755D58FC4CC34E15A4F1F0E23B05C68B , 0x75950F9A8A9E479799900E82895BD54D , 0x759717227C7643E1B6F11815A203B3A3 , 0x75ABF562E1344CAFAFE50925B3BE0D7E , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x763A62FFC8524B5E8CDE6E4B63D20F87 , 0x764D49F8E36C481EBF908D3A59D16427 , 0x768083FA5CBC4D9D93C0E1D7323E33E0 , 0x76AC5DC7D2024B94983C2C30E855DE54 , 0x76D8745E72F24B5AA7D0F6F2BBDD770B , 0x7746742BA0944604A6F658D2A51DB39B , 0x778293E4A68D44719A6E09A9FBFD9A8A , 0x780CCB33DEE942F6B36CC4150B3ECC39 , 0x78376FA6AC9F4B0280E3703D4C1F12BF , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x78C8A3B7752D4D489296145B5DFCC9C3 , 0x78CDFA74035342AA8903CFCF78D505AB , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0x791ADF92D8E74F7CAA07563512347AD4 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x7A07EA0AD3D04E2185CB41CBE254CB30 , 0x7A086E8C4201469E932B4A183711052B , 0x7A3F64787B534F9DBF31DE706C4AA465 , 0x7A768155A21E446DB594B41749495D52 , 0x7AB660DF1FF04A8C9D74A9E1AB0C387D , 0x7AEC0CF38D9445608FDE7D49D627919A , 0x7AFC75136947462C8B65520DF456DA92 , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x7B7FE560DD9C4708B8EA3402E001D6FA , 0x7C0970FCBA6049038CA111556784720C , 0x7C466C7831B94B1FB01168CD1DF318CF , 0x7C5A8743D37244E38669F5A5C3D36D0F , 0x7C91B0BFA1934D46AB3FD2FC66867555 , 0x7D1420B62AEA467DA1BC7164256CB84C , 0x7D30C3B042DD4A53BF0DCD11B6D81EAD , 0x7D50E5285BC34169AC6865BC2D914C95 , 0x7D5321CAB3D94CDE8880F36A685E76E8 , 0x7DC2D9300F344F2AB759641B0C0263D4 , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7E5054511A654D309311316152D7D8C7 , 0x7EFFCE1498D74F498155AE6C0A2ECF36 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x7F686C413F524D07A1D5928DBB3A7FF4 , 0x7F6A5BAE59A14435A2DE2FFFFED3112D , 0x7FA05D948E7F49DBBA1F1164029761E8 , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x802EE6CE0A5B42CEBB9C073C410A080C , 0x80300E7918A0472189F0600F2CCAE169 , 0x8098E8E570FF433C97C363B1B4EDEA1C , 0x80A03295200F40A2BD06C38898EBEE5F , 0x80B0B34BA3AD473193B2F9FC45E218F7 , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x81152C3787A148D4B16100936B96453D , 0x812D1D6712984713A099B4B9C534E63D , 0x813C947001844B6780AC1143A0058C50 , 0x81812E0BA24D423DAC0838781A53AE70 , 0x81C871F8837A46BAA5E2221FD42143BD , 0x81DEC1A259A74506B9EF84A75CCA0C0A , 0x81F4EBCC27E64C109B538604BFA82681 , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x827B88EAA0894D3291F437017478C662 , 0x82D75984D1D74D17A10894166983BC9D , 0x8337D35896CB43969814DC8F553A6C8D , 0x8362E00757FD42049D4236FC5DE8F2AD , 0x8492D39624094253A52EFD89A7F4DD34 , 0x849AD1D802B343ED8BD96CAEED48B7AB , 0x84BB8C3297E044C1A7979CEC2FB6B7FB , 0x84DB882D5EEA4037AE04BBFEBF4B8219 , 0x853308421F6C4D7399317C39A686F12E , 0x85631DA6828A4C56A608AC08C4F514CA , 0x85BC90F14F024080BE6816ADABCA818B , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x85E1EA4315F44DBFBA6CA79650D0DAB6 , 0x85FAD572583746E3B8862D53244884F6 , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x863BF86661EE4A4492307726D3E530AD , 0x863EADD11B0949A8ACBD30FAA4C52C68 , 0x864484859D2A404299556436B510A8A5 , 0x86A1EEADBC7942CD815D907D267D6433 , 0x86F1F3B4FAE94A5B8C32AEBA06FCD8F9 , 0x86F99D06D21B45D7A31CAA8ACBD891BF , 0x878330506C8048A5B8CBE05BE1239B17 , 0x878B51F21DE94D2A9CD6A6FC5464FD76 , 0x879E2C487214457CB3CC606EDA47F549 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x87E8A336732741CCBB5767709F69448F , 0x882A0D90845C46C9BB019659A615F235 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x896D4671D5D04A838506A99ED07949D0 , 0x89BE286C0D4344668D228785E6F22ED0 , 0x89C0F169C0BB4B72A14A5D47C0CC4620 , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0x8A6708AFC5644B41B574817639939A1C , 0x8AD0FA1CB54C4456AE91C74BA0DF0FB3 , 0x8AE17006F6734B039EC7021AEC141D5D , 0x8B1154FDAFAD47D8B4068C634475AFA8 , 0x8B2FE7EB1F3741CC8EB14CFCF1E0DDED , 0x8BA007392E584243ACA6846DC71BB165 , 0x8BB35A7F44B14F4F96C5FCB82B688875 , 0x8BB5548A73A7428D980BA256D3E41E6F , 0x8BF83D58E3524AE2BCEC77168033C58F , 0x8C04CBB016E745C598CFA495CD971622 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x8C1A7418CBA449B090C53786E4893109 , 0x8C5088FC54B2494DA942057ED28654BF , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x8D0FB28EE41B4E0591F99C700E318AEA , 0x8D1E147F008D40F5BA902C23610374FC , 0x8D2CFDD4A5F54B59902A11851D033E54 , 0x8D4F652702BE40BE8D5FD550188D0F45 , 0x8E0C64F417264187AFB600F36ACC6D22 , 0x8E5141305B9F4D8E96A80A8AD5A771FD , 0x8E5BF3C15FD541398A76A9D56C10AF1E , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F2AE991784649C6A71AA22420A0FE06 , 0x8F3502D374E14B9E94862331E65A507A , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0x907800D6B1AC44438F47D5712A231E63 , 0x90C5EDE0B2E94251B2824DA55F903453 , 0x912A99516E84448C8FDB1BEE5464066E , 0x914384BAC4104F85950D06BD3F4ADB6C , 0x91631143C2984C2F9DBA27F2AA18CCA4 , 0x917C0DD471714A44A2F46430182D7FD8 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x91C10139F3F946DD995878D8E2922800 , 0x91D688276DC9431EA960D86E2B7890E6 , 0x920BA0364AC64D3F903D41A0424D398F , 0x9221DB64CBC54FF0BE53254824AACE1B , 0x9227308DE2D34ABE9493571B275928D0 , 0x929A788679AC448A824A47123E682539 , 0x92A413FDBECB4AA999389472F24D07A9 , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0x93E012735E1F423F9C55286DC1F61059 , 0x93F72061B75642DA84987E82384485BE , 0x9407497B11564CFF9635B9E19317BB30 , 0x9407C0D86E204D9395004AAC16562B61 , 0x9409F1D2380249A7BE19EE278D70C716 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x944F0FAB45F64A6894BCEF7C9F2446E4 , 0x94DED807DE1D4D5487E3FC98F1A30EF7 , 0x94EC97547E924D49A910102EC61529DF , 0x94F84AB90215495590411FEE68CAD100 , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0x95C56B0280FF4398A69AECBC4B4A1BBA , 0x962C617E8D994FF6B0C25AAD04022B67 , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0x9697343857C24DDD8250E9515CE7FF21 , 0x96A72254EE1D43CCACDA799E3C39F053 , 0x96A92C0E89924E65A4D62001CAB982B8 , 0x96AB547947F847F7B09DB8913231F48C , 0x96B1AAD594D544018CF15516AF8B6D20 , 0x96D59F0D6E494207AA52795071B588D1 , 0x96D780A9C84A4B2E9A76C26F9DECAA4E , 0x96F6462DD5E9444BAA8A6510915825D3 , 0x97660EF35657425286B95C82DCB02F2D , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x98099977618846FE80E141669A36D6D5 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x999EEE8FE1D54280BDDFE719F06D5411 , 0x99CBC7E5A2E1450494D1399F5F355636 , 0x99EAD72007414201B6928B05FBBBA54E , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9A14055D105D41DB8ACF02728664CE2C , 0x9B2943C29FD2445BAB5C0A1EB2A939F8 , 0x9BA5403D3C8E471BBA30972D29B42DEC , 0x9C06F08DFEC04C80AB9D044FAA5A88DD , 0x9C631F86C38248EF86731E33D97644DA , 0x9C65400B2AF04B1E907B8DB2D1D3AA5D , 0x9CA575BB2961434B9B671EDBE50262DC , 0x9CF993914E3C4992B93C479B261FB992 , 0x9D0452A3918640298D71F5AF0FF52B73 , 0x9D1BC34EE7854870A3837049CC03BAFC , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0x9D5DF5D7A6234A23A7599AD360C5B41F , 0x9D8094E327FE44A6844669EADE9F4575 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E7777E2FF5C4C0EBCD219DC43B4EFBC , 0x9E854FCC08194421BB34FF19988AE0F9 , 0x9E935F48DF944332AD696931BA2CFDE4 , 0x9F308D735BCB45BF885DFD7773987B14 , 0x9F3FAF898C4F4787A9142EFD6D2D435C , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0xA002E63BB53B45EDA2AADA59424ED928 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0xA054CE261D744BCDA5C30495FE53F325 , 0xA07559936294485C935B30E1553BD6DA , 0xA08E685520AD4D9A9A14E5FE3C0F37F5 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0xA13D825EDBC248729A112ACCFBCBDCAF , 0xA15162103F2A4289B370E0EB4971F0CA , 0xA1D210E732B14ABB9DD022771C2D6A50 , 0xA245F8FD8AB640B18C1F19C2E5AE3C3A , 0xA276F2EADC434AB081123CB10365ECEF , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xA30AB8A9979644639A6C8FA69703B204 , 0xA34A206FC24F407E9AF91E9F21B0028D , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA372534EB6B643C6B55B47EF159A4E36 , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0xA3A3FB91815E40C48BCFDFAD9234DB23 , 0xA3ED2E2204F14A108ECC492364CAF355 , 0xA4190569DD294A32B18C8336E0A927CB , 0xA41A2B49D4C44939A167DA5473798789 , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xA53F0AD1B85B4337812F02415AABFAB8 , 0xA57835DC1E2A4D37A4E375DC7DA7EC70 , 0xA586C82466C94A2F9E2E7183D44A0972 , 0xA5E8713170DF48F780661ED778ADF9A2 , 0xA6E8699E6E5E44F090AF7399AF9929C7 , 0xA83202E558F04A7996534FC5133D41BB , 0xA83914BE5EB94C24BDC703F19779D57C , 0xA85920C689804507918E7C0FD84AFCA1 , 0xA85FDFE29A3C4AEAA52BAACB7C4FE95C , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xA9A689FA68174C29A3F9BE33ADF8D9D4 , 0xA9F1EA47E9F0448BA87C813C355A309D , 0xAA1FA94E3C954A688DA24F834C65163B , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA70EF7FA63A4054ACDCDAF078CAAE2F , 0xAA7CAB72A9D94DF99A7F7DC19CDB256D , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xABA545C41406413D8D9C8552897384A3 , 0xABFBC2BC31C042758251EAE6511C3456 , 0xAC4DBA5016C44E24A15629AC5A169ED0 , 0xAD954713D8574B38AFA2398C7BD66C0F , 0xADF28C1B866641CA80805EDA0F657E47 , 0xAE1B6E1101974395851F687B7B654931 , 0xAE2313697B47401C8BC063267760B18E , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0xAEE0FAF9BCAD45FB86E75FBD92CB5405 , 0xAEE2DB9894C044248D1AFA57B60E68CE , 0xAEF09C55B7154E64A364D71544061D61 , 0xAF02AF284A1E4340A9D65710EC0F692A , 0xAF047D256E3C4669A83D55CD27D233AC , 0xAF13091782524A76A84773B8BF52A26A , 0xAF212AC319864E9FBA31E21F013FB46B , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xAFF580D8365245578854545E35675FB7 , 0xB03006FBF7354A93A528FB71C1275DB8 , 0xB068C8733E6D4375B4D47487242D4AD1 , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0xB0C0C6455D2D405DAF3C632E145E3670 , 0xB10AB13A4AA040078F63706050A57DE5 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0xB1ADEDD24A1240FC89C0E548CD042C9F , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xB1BB68A95B3D474C818196939F9D495A , 0xB1DB8DA532FA409DB65270ED2FDD7BC1 , 0xB245D293187C4BC3A71BFDBD4C7D678B , 0xB25FA60CD3C54C16AA831E8CB80657D9 , 0xB2BC7ED9FAED4559AC5B93DD0D79F0B1 , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0xB3E3CABBE3344AE5972FBB2E06F5E2D0 , 0xB40947C8674642EB9974BB81816539B5 , 0xB46EFB940B5D4E79A88DD8190836A198 , 0xB47B4530A16A41489A4ADDE43CB0DA5E , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xB525F8818BB94975BD6D612C4B661597 , 0xB5748648350B4356A3964452D2B85CAC , 0xB574E4D3CD984C71A4C4B44847328506 , 0xB60E3D92F8F846369FD948C8F8C35219 , 0xB62DF4276A9145BBB105AFE5A7DF2680 , 0xB6981374AB4B4B8E957A637AC0CF66DC , 0xB69A2DD92DCC4F368C9EBCD1E1EBC3E4 , 0xB6AC6F1E9BA24E43A0F0BC1BC171BC4C , 0xB6B618ABD98144B69611F9CC2FC3106E , 0xB70131A1815849D2AC66AF4DC20BBCEF , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0xB7AD2EC739974A35AA791524BD3DE27F , 0xB7DD0148C0BB48B4ACD1F84D873623C6 , 0xB7FE7724A1E54FFA91C3A13F0D450ECF , 0xB823F6C0BB5E46C88392BB61F3220CFE , 0xB8D46F425DDA480A94A63288EAF9A67D , 0xB998200072FB47659BB40DC7F9974FEE , 0xBA30750C1A064BC795585EB9640CAB36 , 0xBA76CB71D106411AA7ED00F13045A32A , 0xBA77C0763DFB47158760B6ADA7335C90 , 0xBA9FA6DD11264506803C7E82FA1A2598 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBABFB1603CFD4A86A1E186A18FC85A90 , 0xBAFD7DA5004440E8B75178B8111B1997 , 0xBB1C0A1278A144809A930058A52D6A84 , 0xBB220445482E43FFB57A59CEB3831FD3 , 0xBB72B80F2E554B86A399F2183779412F , 0xBBA2A0852978402295F1C7E10D5E4803 , 0xBBD64A1D04CF443FAB033DEDADF8260D , 0xBC4ACEF6549545E08B6668086CEB2882 , 0xBC5E02F259B548E585DE758155C448D1 , 0xBC64A70A35A6418D817E62896EBE84C3 , 0xBC682318F5FA45F0882688B264BD3EBF , 0xBC9B5323F26A487EA1DF007B4CBFB900 , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xBD2F3BD185B44BD89A304655797F6F82 , 0xBD6868C11D384880AF8A46FBEC986BAF , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0xBD9B273F45AC40478A3165D9F8580223 , 0xBE0842960C464DC5901B6744F285CA21 , 0xBE58EFD5547E47F996DFC50BE36E2D85 , 0xBE8A988944814504B3125C6592151087 , 0xBE8AB8AEFA944F648610A373C7D9C612 , 0xBE8DA37B4B0F44F8860F6450E6EA6C1C , 0xBE9981C98EAA407DA40960AC1D2BDBD2 , 0xBEB547BB33414197964D2AFC7A7926CB , 0xBF6C14C7142E4DA2BCAAFC2DB037E780 , 0xBFA003D2278C4189B6394E0DD84A8763 , 0xBFA0F5C7990D47D68FE7896930E02E58 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0xBFC64FEC939B4277815ADEFB930295A1 , 0xBFEC767C40A44ED2AABB7C649B99973C , 0xC0222E973C85450798BE8850EE5351FA , 0xC06B5E575C4A457FBD37EF869C02513B , 0xC06DA58BE45E448CBDAFE048F8FA34BF , 0xC0938ACCDE1F4174BD1257612629EF9C , 0xC096E9B67B244FE789309FFA5275D137 , 0xC0990CE6C3C04654BF8DEF2C3646FB58 , 0xC09FA05CD9344A6B83B1EA7C01136F46 , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xC1067FA7E42B48338FFA0D8E9024C178 , 0xC138F4A68C1145C9BD87D70C16F20428 , 0xC181BC04EF9A45E88C31BB31ADDB9391 , 0xC193C5C3677240BA8498CB282694A75A , 0xC1CBDE6D260846F689F03E03D33DE6A3 , 0xC1F130D7A69342B29C1D3461040004A3 , 0xC216A7C881C64D84A8357FECC4FDA937 , 0xC21997D38DE9401796A9F01B30D0884A , 0xC225ABF84EDE4935B34646A1881258C8 , 0xC3351F31926D47829A3C6C2D6B5B49D7 , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0xC3961150F2944BCD9F90C0A44FA368AB , 0xC3DD1570CC6F4A8CA79A3CF95BA629BB , 0xC4125EE9E4CE43CAB7A746C20AE39129 , 0xC4642AE7E3E14468B7E384F376400530 , 0xC469295541F94ADAAC1A044AE246A40C , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xC474FED558174C68AFEAB3770B180F4A , 0xC50671E6CD184FA7A1E2F0AE27783278 , 0xC5392006968144268A07483408223289 , 0xC5A7941EC4AF4197AFDE9B553ABADD82 , 0xC5AB144F495C45D1AF742173EB811222 , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0xC624EA737DDA423890C8B30499EDC4CE , 0xC685CCAC46164ACD8F9DE127A784AD87 , 0xC74D63B76EBC4A5CBFCFF547BBD8531B , 0xC767029D9D9D41AE934B826D23D56017 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0xC7C27C6EB6D54599839A560978452979 , 0xC7EBA74B199C4559A745049D36438837 , 0xC8104E658E794EDA8086E6D26563B7FF , 0xC81E18BB8DCA486E9DCD2C30A35BAB3C , 0xC853C3B4E9B24484BA8B0EDC19DB078C , 0xC85A3558DD2D405CA0F4491A6B52614F , 0xC87D078FDF5C490980C604ABEEB7A3D8 , 0xC8AE7F0369464BAB97E8CB6998DA5A37 , 0xC93ECDEA10EE41A9A587AEB88F1B08F3 , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xCA1AF9555EEB465FA3E545CED2610563 , 0xCA49DB60E51A4A228A20BBE47FD86F72 , 0xCA49FB636DDC43DFAFEBA0C4F7DC0726 , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0xCAC219F237144B3DAA4F904F2664FADD , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xCB81B3FA56FD4B6BAF5F6D8FF066CEEB , 0xCB9B3B2F9BCC4B6C9696AFEB4D6C1A3D , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0xCC6CA6F547DE4A6A8636B5DFCE9ACA12 , 0xCCA727003FF54C9395AF451195E7279A , 0xCCBEC01B6215447B958D69714049BA7E , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0xCCDB5FCBCF0749CD8AB8A7EB48A1CD85 , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0xCD2A31B6FA7C4F04BF1B041AA337B39D , 0xCE183819AE20437D9DEE7AF24900ABE5 , 0xCE1B842BCC6341FCB9D7152F88EFC748 , 0xCE3E17FE2A35408A8ABBE798BC8E8F2D , 0xCE97B8F4CD5F42EAB3991FE2BCDDE2E8 , 0xCEB8438537014224BD0256A2FEFF1D66 , 0xCEBE6B1C495B4C788E61E948BBBCD2BA , 0xCF5E6D5586A54DC4AA912896D745D722 , 0xCFA4363403F1494691F3D55EB9398B25 , 0xD05F2E9C3A5E4B8885C8D3ED8A4437CA , 0xD071234E651140459F27C2229C4AE788 , 0xD0981AEFCFB34994A4119221FE2708BD , 0xD0E824ACEC98423DACCEC4BCDF218816 , 0xD1204C8056004E1F8DA6BA6DA3FBFA3C , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xD12ABE34043E4C20B600AB65142E8168 , 0xD13C6407C9A14895ACF0BC340586E2FD , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD1DDC74B23454DA893DA5114B0C15A44 , 0xD2009F74A1604151958FAC3DFCE40DAE , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0xD23A8295F503439283F453172B61DD1E , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0xD27AB769972F48CDBA32FB75CCD525D5 , 0xD28402DE2B0045E0A07CDE7B727DE6CE , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0xD35E90B72FBF4A0C8503079556472D84 , 0xD398C2DDEBC444F6A74DC3133125987F , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xD3DAE4769C1F484D892C0A4AE14332B0 , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xD49FCB5AAE0B40CAA8FD6547C25B481E , 0xD5367698027746638E4934F016F0FCF3 , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xD56C6BF640604937A1F931112F5BF865 , 0xD588741B684A4310B31DA17036B4104B , 0xD5BE41A8F5A34787A1467A70DDFB7EC9 , 0xD5C7CBC9824E4F8282C578006CEFA34A , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD5E375AD9CF54F30B03E5CF799887413 , 0xD6F6780A31854142974C0372BF28C77F , 0xD6FAAC7CDC84449996627E8948B985D9 , 0xD6FBCB6BC1FB4C4FB3C5374EF5B5B67C , 0xD73E16D28EFF419D9649067012F694A2 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD75D41DEC9B7499FB30E1F847873B234 , 0xD79EC83FBF0A41F7A049AD4C21634A00 , 0xD7CB1D58D4CE4F699CAEF498931672DA , 0xD836A63FC8E6416EB98518FCF71EA27B , 0xD83A3E11D54643B3BD70857E7153AEBE , 0xD877A4C0D5344691BF5E5E10AA83864B , 0xD87909FE7D604C139579F2F72C2FD375 , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0xD8B7AD7F1790433F9EA3D95228DE6390 , 0xD8CE812C667F4C14881887CABB9E727D , 0xD8E9D070366041BF807BB9A4F5D3CBF8 , 0xD8F0EB71932C44AD8667140E3312855E , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0xD921EE213D44441DBF25538CFF506FBD , 0xD95E5AEC89724844A46B61824FB1C774 , 0xD97333CA46504A8389743BADBC47D068 , 0xD99441374E184C50A9CCB1DEB4A0A30E , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xDA40ADC772184663B035E1B3F9876A24 , 0xDAC92FDDD87541DE95677C1F561575EE , 0xDB30ED5DB63E48B187D4940F7D917510 , 0xDB5460FD7959419788EC414BE3947D20 , 0xDBA4A06D239047C98CC59F860B14BD6F , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0xDBDC93108DEB4BDCA5B055DD1C474CAE , 0xDC029146615E4346B537A522FE56379B , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xDC6A38F849F64095B8AAF555D59BD8A7 , 0xDC7487729044444198EAAD719A5CACA7 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xDD17009BA4484041BA49E0C68E23B58F , 0xDD5BA0866EB14CC0887BDE5BD80ED9BE , 0xDDC23F40FA57469F8D0FFE7F95A9718C , 0xDDF563281CC74AB3832A044EEFAC1891 , 0xDE60E8C91AA24BDAA1132ADF8769432D , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xDF6258B4B02845A592C304FE986AE052 , 0xDFCA2538D5E540B8948ECF56AE57C074 , 0xE070C6060A1D492AB557CD300DF10A68 , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0xE0C26AB816C2425CA101D7D8DC7DC515 , 0xE0E0FA773C904C77ADA7689AC2B747DA , 0xE10AAF1F02BC4AB78EFC0C843D627033 , 0xE142D9B69CEE452790A03BC005F9B061 , 0xE15AFD92992D45B3B7347B5D6C46471B , 0xE1D5897E87AD47E487660F7A07CE1C28 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xE1F32F879E794A4CA8C4A0A4B4835FE4 , 0xE2BA2A5B9240464A9D567BEBEFAEF501 , 0xE2DD0855A86A4C399E1D62FD25C35D2F , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0xE3AEC067933045A2934BD1E3856C263A , 0xE3AEF3B824F4412E830845BEB7B2D308 , 0xE43B2A0EAA1742CA80FA40B8F6A69EE5 , 0xE4A4B862621543CE8A1777721FDE341D , 0xE53BEA0622DF48FBA5809126220F8D2F , 0xE622420C326744279690D723DB04A127 , 0xE6730BCF2C8140FE858F456D92C9CD26 , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0xE7572990BF90464ABE316A8714C55DA7 , 0xE7575D54C9FE443F98C5CFC50DF9C398 , 0xE7BD1C08EE9F420F82183E73028643F1 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE863DE4441514E82BA6DE7D252DD9335 , 0xE8B6FCAF96D144DF92383631D23EDBBB , 0xE8C251237D3240BE8D3FE4B4B199D54C , 0xE98F77C53A7946BB96F3151D6C0C1196 , 0xEA0F9D43921C4DD29B959D15E5311390 , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xEA4EE62ACC4944E68D8E9061D46211AA , 0xEA72A169AA5D4806A0542A9C12611C18 , 0xEAE8516059FC4D159BAC8E731DE8EB06 , 0xEBD171075648451DB44495796C42E299 , 0xEC21285B7BFB4C7BB3D45DD47B57031D , 0xEC555BCAE6BF4709829E2D5EF208806D , 0xEC65017EC6974487B10363BFADF1BD09 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xECC13E058EA74F999D89025EF24E200C , 0xED3AB2A57CB94CEC97392A2D4E4FC2F8 , 0xED7A9A663E0D40219234E240AB47A393 , 0xEDA242FA444743C5BBB743E220608E4A , 0xEDDDA3F13F1D48CAA9C0706E939DDCE3 , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0xEE5DE617198A4B4392DAEC9CA66E82DE , 0xEEE45F5AC20E4CE7A6EAD3ED46DBF544 , 0xEEFB4E3224E74050BB3CE7CB3F3F9EEE , 0xEF094217B79440C29FB54A57D569967C , 0xEF1F41B39C5745A0AB7A298F44A60DD3 , 0xEF37571C199F440382E2B75BDB6190F0 , 0xEF539485CC4C45269C7CC2658DD5BEA7 , 0xEF5EC17D4739444D8BA6AA3DB57F721B , 0xEF80FE329973437895180F5BD8D286B3 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xEFCA09A8202A4A6E94E79822F11576EE , 0xEFE06BA31FAD41379BB5EEBB482C40F9 , 0xF00AD7DA6F83479E92657FAF48821BEE , 0xF05DE8439643416F8B148A10194025E8 , 0xF09A95B636114509BFF44E2C53D6E0CA , 0xF0D795B8421B4A46A1EBEBA5A1E1A83A , 0xF0E98E85F304428EAD68FDAFFF39C972 , 0xF103D729273645B0B27BB48CD04B290E , 0xF109038BAB33492A873FF3C6AFD8DD59 , 0xF147C0DBD17246929F9D708A5E94E51C , 0xF199DE03B902440A9390C4167CA5DCB5 , 0xF1D7F77B3CB649CEA1E20A6C2A8DB422 , 0xF21F46AACDDF48049FC5297D6D2F3B63 , 0xF2406EFE382E4F49937E837FE25BF33C , 0xF244ADD772744AD783279D607531B452 , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0xF316E9150A4A4575938B7AB049475F03 , 0xF3C11CFD48FC454BB7F0F46D9BCE33F5 , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0xF3FE54C84D3F487484186E2142AD3098 , 0xF419DB766C1D4B1782B52DFA62D9B9DF , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0xF475575C0F7E4845A3312B585AF9979C , 0xF49A21563D714DB5AB02E38F3448774C , 0xF4C112A32B344491B74F59D7A1223E89 , 0xF4F9F1485DD9453DB9F17F1150726664 , 0xF51881413F0849399A3B9AE2B587F9F1 , 0xF596F4DB96B9481999ADD056F10D6B8A , 0xF5A172AAEE9549E89E6F098948A4F29F , 0xF66FB0F1252B451F82648F3ECBADAB43 , 0xF7500530AC154A198FDF4E76F800B2CE , 0xF7708C735AB548CE82164CBAD217BCE8 , 0xF792E5CE8E35477DB10CF4EF69CF6AAA , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0xF7D3219A6ECC49C6801DF42D03002529 , 0xF7E4177C6E0244A2AFE669754AF5616D , 0xF806A03E03D04ACDA27D960F95F18C62 , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0xF86ABAF8342A4867AFA07328C1A917E3 , 0xF9BBC19429D244BCAD1705B683C81AAF , 0xF9F005A3A5EF4E34A411BE5F9D070933 , 0xFA06D411CAF649A8A0869210D28B8182 , 0xFA38725245AF4973ABA61C6E0DC86D51 , 0xFA42386EF2584CE2AAE4B607CEFBDF0F , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xFADA34555FB84A1D86F4006B0F67C08E , 0xFB1D7090535047168CFB0682F2AB898B , 0xFC430B9D26A744DA935B32E3A418EBFB , 0xFC6740C48F6B4351AC1ABE8587B7A1DC , 0xFC8986EBBFF24DCF8A2A3DA57EA7B3E2 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCADCC9D49AB4D8DBF67D82A78A016A0 , 0xFD3895EE6D8241999AB29765E7F57E4E , 0xFD7011DF27A74A89AE8A2BF0B92588E1 , 0xFD7C156AA4004998996B1EED3D603AC4 , 0xFDA2D703C86C4F13BE5989653AB34B85 , 0xFE039F02196E4B5CA658E9C0B67B612A , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE720B4DDEEE4981B54F628E3370D344 , 0xFEA07651667342F09E2AB884B61F5F29 , 0xFF39B738341A4E009B3EA51400377614 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFFCCEF673D88431094FE4BEC714ADEA1 , 0x5702FC214E4A42438270417FA4736BC5 )));
Copy
85
2.68 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"└sÜì┴╠Eü«%VïÙR└n "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"÷aÇ9╔\x04 K¹Ø\x04 iHtÐÞþ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\x03 펫M§¦³V¯=îÒà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\x03 펫M§¦³V¯=îÒà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"÷aÇ9╔\x04 K¹Ø\x04 iHtÐÞþ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b""A“r\f *JE¼–Ë-\x05 VUº "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x01 ù\x16 æ╗8\x7F\x7F ìoªè┼╝x░ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"DD$ÿ“‘J'¤\x01 é »3—n "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"╠Y\r ╝DÀ@\x16 ÿd═|ÿØ┌ð "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"6Zò,ñ+H(º'ù¾ø"zü "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"6Zò,ñ+H(º'ù¾ø"zü "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\x03 펫M§¦³V¯=îÒà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\x03 펫M§¦³V¯=îÒà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x0E ·êø\x06 *B<ÅÐ\x1A s░.(¶ "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b""A“r\f *JE¼–Ë-\x05 VUº "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"k¨üãƒ[Kʉ\e aê‚Õ‹Û "
b"\x01 ÿA╩║üsØäz«─IS5¦ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x01 —\x16 •‡¼~òƒ)(9\x11\x08 ®ö "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x05\x16 U\x07 \x12 Ijü\x13 yÌÇгL "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\x03 펫M§¦³V¯=îÒà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"ÑÃ>â#FM…ˆXìûNWɘ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"k¨üãƒ[Kʉ\e aê‚Õ‹Û "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"DD$ÿ“‘J'¤\x01 é »3—n "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"Ãd>Éô.B§ö±ZSiÿÝf "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"o═6\x1A ¯\x14 AßçUû¶®3+ì "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"÷aÇ9╔\x04 K¹Ø\x04 iHtÐÞþ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"""
\n
Å▒▀ã$Då│÷¡\x06 ╠^ÎÌ
"""
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"r +éJ8NÜî\x11 «j■*Øu "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"o═6\x1A ¯\x14 AßçUû¶®3+ì "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"öS0µ3[C¨º9ºì}DªT "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\x03 펫M§¦³V¯=îÒà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"÷aÇ9╔\x04 K¹Ø\x04 iHtÐÞþ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"Ã`\x00 éÉÏM║«?oKâ&ئ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x01 ¹üƒºWD╚Ño▄\t ü8\e ® "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"k¨üãƒ[Kʉ\e aê‚Õ‹Û "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"o═6\x1A ¯\x14 AßçUû¶®3+ì "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x01 ™/!Q<\x7F ʃ\x11 A¶z\v ¢¦ "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xC0739A8DC1CC4581AE25568BEB52C06E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF6618039C9044BFB9D04694874D1E8E7 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF6618039C9044BFB9D04694874D1E8E7 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x224193720C2A4A45BC96CB2D055655BA , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x01971691BB387F7F8D6FA68AC5BC78B0 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xCC590DBC44B740169864CD7C989DDAD0 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x365AF22CF12B4828BA27F9BEF8227AFC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x365AF22CF12B4828BA27F9BEF8227AFC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x0EFA889B062A423C8FD11A73B02E28F4 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x224193720C2A4A45BC96CB2D055655BA , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x6BA8FCE3835B4BCA891B61EA82D58BDB , 0x019841CABA81739D847AAEC4495335DD , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x0197169587BC7EF2832928391108AEF6 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x051655072012496A811379DE80D1FC4C , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xD1C33EE223464D858858ECFB4E57C998 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6BA8FCE3835B4BCA891B61EA82D58BDB , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x444424FF93914A27A401E920BB33976E , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xC7643E90932E42F594F15A536998ED66 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6FCD361AEE1441E1875596F4A9332B8D , 0xF59522A887F947D8864E42C4EBC39266 , 0xF6618039C9044BFB9D04694874D1E8E7 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x0A8FB1DFC6244486B3F6AD06CC5ED7DE , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x72202B824A384E9A8C11AE6AFE2A9D75 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6FCD361AEE1441E1875596F4A9332B8D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF65330B5335B43A8BA39BAEC7D44AA54 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF6618039C9044BFB9D04694874D1E8E7 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xC760008290D84DBAAE3F6F4B83269DDD , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x01FB819FA75744C8A56FDC0981381BA9 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6BA8FCE3835B4BCA891B61EA82D58BDB , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6FCD361AEE1441E1875596F4A9332B8D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x01992F21513C7FCA831141B67A0BA2A6 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
12.77 ms
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 ãÉ-#LdªDîo1Ö5· "
b"\x00 F†Ø÷`Iƒ‘õ.§È½¶@ "
b"\x00 J‡\e £ÚH]¥ç´àÙ¿º‹ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 ð°‘\x17\e C•¹\x7F ×:½\x18 \Ö "
b"\x01 RÐ\x00 ø4H\x1D ¾µ}œ‚/‰— "
b"\x01 nî\x08 é¢O%¼·ÈC\e BìC "
b"\x01 †C,¢MA迬&îLJCç "
b"\x01 Ž;BÇÆB4»4\x02 ÌÚ:8‰ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x01 Û$\x18 êyAÅ’=áÜ\x12 ÖE "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x02 ™T\x13 ÖÂHãŠøI¶1âl\r "
b"\x02 ║┌É1ºO*Âæ\x13 .0▒.á "
b"\x02 á4®\x0E ¶G\x19 µÏEGç]ÄÕ "
b"\x03 9Bב"C\ŽÌp‘N,˜{ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x04 y\x08\x0E 1^M\x1C ¯Žq2¬û…\e "
b"\x04 üäd,>HÂ╝ñåÛJ┘²┐ "
b"""
\x04 ðî‚14OƘ©™U‰\n
}…
"""
b"\x05\x1C 9Sà(Fò–ßõȇ\x05 9f "
b"\x05 <e7+\x18 C\x19 ‚”½2rÅœ\x18 "
b"\x05 üeät|Boôqç§+\x00\x1D "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x05 žñBoòN¥ºZÆoØJY\x1A "
b"\x06 K/\ߤEéìèhI\x03 ÀÆá "
b"\x06 ÆÀ\x06 è8BÈœÀY\e œN\x01 h "
b"\x06 Ì<!¾\x7F Ox¤†÷0Tu\x13 ” "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"\x07\x00 *Œt÷O\v µí…Ø¥ž‡[ "
b"\x07 %»ÍÁ€C¾„\x1F eMüÜ¡å "
b"\x07 :\e YF╚Cöì│┌ÕZÈÏ┬ "
b"\x07 <ŠË£Ax„l’^{d9o "
b"\x07 QãL1ËD\x14 ”Ê›véÁ\x1E J "
b"\x07 a2▀═7HïÀ»╠+ÿ¼\x19 Ø "
b"\x07 lyı'¥@®╝¤´.\x0F ;ÎÅ "
b"\x07 ŠÛsä3@,¬\x1D\x0F ·ž[øÇ "
b"\x07 ÿ'É\x01 ÕG¡║Éx╬³I#N "
b"""
\x07 »ÄÌ«zOÀƒ\x06 ¡õ\x0E $\n
Ù
"""
b"\x07 úÚD›–B?¨C?n±\x16 IK "
b"\x08\x1A æøü\x1A KjÑõN'ßì±Î "
b"\x08 X/%®ùH_¶OÅXg|h¿ "
b"\x08 ¯\x16 ñ\x07 sN(À3├┤Î│Ž "
b"\t\x12 ¥öš>Lݧ}\x12 ³({¦À "
b"\t íÉg#Gª†±Œ‰úJ´µ "
b"\t ¼\x02 ·šÂH}‰Ÿâb\x0F\x19 í$ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\n
R&Tø¨F°¹k†\e }Ê\r ¾
"""
b"""
\n
âé0y\f HsÄSÉÒ¹]^,
"""
b"\v\x05\x1D\x02\x01 ŠD÷ŽÐ€à˜T\x01 "
b"\v N\ÄÖ«N¨¸3\x08 b·(º\x1A "
b"\v ˆÇ°š\t J̨\x11 0«\r °\x01 ¤ "
b"\v ðU \f #Dʪv“ñWØ\x18 "
b"\v ¸B×f╗FpÉ!Ë+à\x10 V@ "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\f +\f (ì¶AȾ©\x00 üj®gt "
b"\f ]š«ç:N•®83¸`,ð` "
b"\f êÅ\x16 ö#Eñò\x0F Ñ■C╗üà "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"\r 'Ð\e|M\x0E €;¡NÏ©`« "
b"\r {î ° I7—Ì©bò\x13 ?Ï "
b"\r }só\x17 ØH\x06 ükHáN─}; "
b"\r Évm&\x10 GYæ\x04 b\x07 é┬ın "
b"\r ©1p/ÂE¤“8p•íTý\x19 "
b"\r ¬tÒ?ñH\x03 ½¿w]aE(” "
b"\r ÐKiˆ(H‹\x12 ©Þ¯|_å "
b"\x0E\x12 Œü>ÊDú°‰Ï'Pxyþ "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b"\x0E 'MÀ╚ªK`ö8¿Ø¹<ô\x13 "
b"\x0E Óõo\x15 -Ee‹\x11\t ±©þ¬h "
b"\x0E úq¯ƒ†B6¯pîÕâG}{ "
b"\x0F 0y‹á›Kô•\x13 ˆ=Uù\x1E u "
b"\x0F <Ä¡ÛùM×@]‡Ð]g, "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b"\x10 y¼çGðD“ ·„³ 8Jœ "
b"\x10 z¶6╝\x06 CÂ▒\x04 ¯tÅÁìv "
b"\x10 ކU5ºGv´Ÿ£\x1D á+(* "
b"""
\x10 åYH¦.Fþ©ÀÏ;0\x16 \n
ê
"""
b"\x11 = u§IJé¡ÉÝÊÞJ▒µ "
b"\x11 |ó\x17 ÅiOºí®ª?nûÞå "
b"\x11 ‹Í¤P¥A¸„ï\x1E K\x04 Á×5 "
b"\x11 ”Y€ÝcOŒ¿Ã"\f ºª+g "
b"\x11 °"{j£NN˜\x14 hÚW‚Æ¥ "
b"\x12\x0F j1XªNS¤YM›/\r Ðý "
b"\x12 8r█¤\x13 E‗í│űÂßÎ\t "
b"\x13 %¡öš\x14 H]šUSûoZ\x13 ú "
b"\x13 §¿Ëo9KR™œ3ÿ\x1F\x1A\x01 Ñ "
b"\x13 ßI╦\x12 ýNRü¥\x12 /\x1E XÐÜ "
b"""
\x14 &å®g|CÑŽ¼wz›m\n
ß
"""
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x14 ¨}Rì~B²¶¼³a\x12 W®™ "
b"\x15 &\x03 ÁÂ\x12 @n³iÀá=!ZÓ "
b"\x15 ╬-ÉÖáD\x03 »\x01 %r¨╚º9 "
b"\x15 ëªD'ÑGþ¼ÉÓŒMÓ\x03 ‚ "
b"\x15 ┌÷·:@ÛÉ╚¬1─³Í\x16 "
b"\x16 ªÿçƒ\x06 A˜š#\v ü¸v¯• "
b"\x16 ð÷Èa!L¦™í~9£&±Ï "
b"\x17\x16 ·\x06 Ž·Bà˜\x0F üãûÎ\x7F V "
b"\x17\x1A =(ä±Lì–êoõ\x18 g2° "
b"\x17 <½ú\r QJÌ╝éBL\x03 Ø0║ "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"\x17 åZVl_JÏ©\x04 ?\x13\t \Qv "
b"\x17 ëÜâZzE‰¡]ç\x19 ¿\x02 jª "
b"\x18 fŸcÙŒJI“ƒEù\x05 o»& "
b"\x18 ~▀ÍYÃLIücø#à├\x00 È "
b"\x18 ð‡º2¶@{ºË§Áõ·%œ "
b"\x19 ^yk¡±N┼ŃÂGçXÄ■ "
b"\x19 üõîŒØCh±ï´±Œ`\x08 < "
b"\x1A (F#A°IÞ¥(—¼·‡m: "
b"\x1A MB\x04\x1C DC#ªOwô\x15 vÄ\x02 "
b"\x1A o\x00 æ¥BGž‰\x7F\x1A ÁYç\x14 ¨ "
b"\x1A ŒÝü€ýGR£í¬¼iŸ¤S "
b"\x1A ìçÉkpEïê\x02 ½ÈNæEõ "
b"\x1A ±Yh‚âI?ªŸ\t Ò\x7F ×\t r "
b"\x1A ê"Œ jHï¿÷(Rª1Ôh "
b"\e +$·n\x1E M·“ÖÍš2.Žd "
b"\e ÉÖ%šßG¼ŽÇÁ\x08 ½@² "
b"\x1C 1—\x1C ä\x0E I‹‚ñ(\f\x07 Á¶5 "
b"\x1C ‰¾V{\x7F IU‚zoJøvÒæ "
b"\x1C âß6ÓÂAL¿æ@°M¬bh "
b"""
\x1C ï½ïð\v @\x05 µ\n
E¨\x18 |Eœ
"""
b"\x1D\x02 r\x7F #³Fß’96àÛ†ÇT "
b"\x1D q\x02 ÎOEC\e ’ó{áþ\f\x02 \n "
b"\x1D ØúÊjLD▀¡Ö\x0F Ú\x1A\x01 »k "
b"\x1E BÆ@l±@üÂvbLÚ\x18 ò; "
b"\x1F ‘÷¿˜þL¤¤¨ô=\x1F *!\x17 "
b"\x1F ÑlÐoËBªì~}î̽ËÖ "
b"\x1F ¾ö'—€LЄòú\x02\x15 +|µ "
b"\x1F ¶î?░ÞJ┼ìJÜÞaÃ┘z "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" AÜ0\f ÒE?˜‡Ï\f 'ªA¡ "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b" Ö¢˜\x0F ‡E‡•Ð\x12 6+ô¨à "
b"!4 L!±A¿‰\x14 ÷®8\x13 n\x12 "
b"!9pÉv\r MÓ×Ò└Ä·ò▓║ "
b"!=ƒ§¥xBIŽ\x0F ó`\x1D F\x1C ‡ "
b"!cC\v 4ùH;¸Mà…Ör÷\x15 "
b"!g~\e „6MB®Å·Í]VÖR "
b"!™R\x0E ²àDįÍP>-â¯u "
b"!¥8ÂCkKužÒNØG!Zx "
b""\x0E\x04 £ÕßG'²[Eh×²åŒ "
b""\x10 ■K▓í@┴üæô©áL╣< "
b""\x1C 8u¶†D1½‹‘\x05 ‚Î\v "
b""FFqœ¨DV„à.Ç…ÿ\x05\x1A "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b""░ì▀¼\e K=ó\x1F ╗86ÙþT "
b""¯³>NåG÷¼Éûg,©Ý÷ "
b"#+Ó\x03 =:Au¡.ª\x02\x13 SUq "
b"#-\x7F íÎÓMÖÆÅ\x0E )(Hû "
b"#a\x11 _\x14 -Iáµú*ÿVku\x14 "
b"$&í±-ôGj¡\x05 îm¥z¬T "
b"$VŽ\x10 [\x1C Lã›p\x04 ¹e`ì "
b"$ÃN\x1D =ÆGwƒ;…àh¡;~ "
b"$ÆÅÐV\x01 AP®ªÐExš@… "
b"""
%»Ò\n
*Å@í┤#U¯6µÀÞ
"""
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"&-\x10 ªL_M.¸\x08 .£7\e\x01\x08 "
b"&>P§\x0F bCy™Å+úôÑ H "
b"&£Â\x0F ¾_O·▓*"¤\x03 \Øh "
b"""
&À‹¶°ðCó€\n
\x17\x1C ãâÄÝ
"""
b"&Èq5\x0E óDXˆ\f ¦_'vƹ "
b"&ù\x02\f 9ÅD©—á±\x1F MK<ò "
b"'v\v Ú\x08 @@è›L´ë^×\x05\x02 "
b"'Т\x1C ŒÝFÓ¦õÐ\x17 P´?\x1A "
b"'ܱÈ\x16 ÊI“¸KuS;C£Á "
b"'┬ìy\f J?ìÉ\x1F ┘ê\x05 ƒ╚ "
b"(\x12\x01 ò¾ûG■Ø▒~─#├Yc "
b"(pÃG\x1D ÛC\x17 ¼âÆ0ætçù "
b"(É/Õç³M,ë\x07 y;³?º¹ "
b"(‘j߈PL …@Ø\x11 ¸r4Ë "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"(@2[\x01 Iöµ-óVªV3Ä "
b"(·\x03 Ù–ûKZ«TŒ\x02 YGè| "
b"(├§¨üüF©ù┼\x18 V¶B▀ÿ "
b"(þAÿ¬>LÑûÞ-Tü\x06 ë\x04 "
b")"áÆRÑF@µ)}—šgì\x1D "
b")BE\x06 ÷ÃOp¥\x00 ÃiìÞ¥T "
b")üÊt»\x1A IøÜ=a¼Ë─▀¹ "
b")ظd\x06 "F3▒UO\x17 À┬ùt "
b"*s=ð■Ì@\x10 Øz§aä)E¾ "
b"*ªiw\x13 ¦Ka•Xö‚ê;m# "
b"*àÃÉž]A›ˆÕG\x1F\t LÖü "
b"*ñ‚KiºCųÜ9Œu‡…ì "
b"+\x02 vS‚¢@!‹f|`\x10 —®Z "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b",V½\x03 ‹\x17 IY›û!²^g×p "
b",áJ╝│ØE¶║6y┼Ë\x19 ç╩ "
b",¼‹Ÿý\x00 HSŸ@“·æ\n ü6 "
b", \v "zîD£úÛ©ıü▓±9 "
b"-ÏÞíº^O,·‚\x13 €¢ä=ñ "
b"-°7 \f ¶@ı┤Ø\x1D t8L\r ð "
b". '2\e a@J¾ïcò|\x02 Èå "
b".1Ôý³uNü×b¶`╗╣}3 "
b".=É÷G{E\x13 ¼…ÿŠ>VW£ "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".‡ä*=ŒJ¥½M§ÐÈQ¿~ "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"/LÆóÜ\r IË—¿o™l=bp "
b"/î±\x18\x12 oAKˆ'0\f¶ô) "
b"0\x17 le/›H3€Kå].\I\x1F "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0/„Þt”@r²;\x03 \\x0F hø& "
b"0Y±õ-ÕEå¿Ýv/óÑÍñ "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"0äT1\x15 ËF\x1F ç\x06 Ñ>í`ìÙ "
b"""
0©z\n
\x02 XDü”;®‰}}ï…
"""
b"0Ô\x03 ä\x12\x02 FJ§|V¢'í_\x17 "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"1³F®í[F«§fCž‘SA "
b"1ÍÇÏ\x02 “@¯€JÖÏ\x1A \\f . "
b"2s7Ø,ÿGz‹)i팔\x19\x1A "
b"2˜Ia\f öC¨—>Â{\x03 Þkê "
b"2¡VvY\NÏÉÑÉ\x16 b}h* "
b"2¼]•c\x01 EÚ¬ççK\t\x05\x13 < "
b"2¶ıðOg@7À²qC:üKë "
b"3\x14 ¬“XóG‰‹µ³ùÚSׇ "
b"3j\x16 Õ:ð@æ•—\x16 dof͵ "
b"3™|Ý{VMàŸ^ŠVÝÄÙ\x11 "
b"""
3┬jS \n
@\t ╝!Õüþã#Y
"""
b"""
4s_ÙÌZ@J”\n
f˜`\x1A xª
"""
b"4¦)ìtxC|²þt¿!ì¬2 "
b"5\x06 ô)åVH†‘ž{R·q^ú "
b"5\x17 fÛ$ƒC\t …,ˆoEÓË "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"5ê7M┌¿B|üËY╔┬ı╬ø "
b"5ß뿞×Nó–Ù|ÊÛR¬Ó "
b"6pJ├àêM\x7F Åìr]\e Ü÷m "
b"6Å\x15 -L¯C¬°ºfÕ\x00\x10 ib "
b"7-ÞòK9Fñ‹\x01 ùZt̾> "
b"7J‹\x12\x1E aEW¼½\x11 «‚ò'\x01 "
b"8u\x11\x0E œ¢AE§5{Ø7z· "
b"8ÈþáÛhBž„¿-\x0F ÷Ï(Ñ "
b"9aäÔµiO2§\x1C ŸT^\x14 c× "
b"9oоÆuJÖ€'Q¤•:äü "
b"9Ö╩Í?¼N▒Ø┴┐\x15 8\x13 ùQ "
b"9¼+Eî\x1D Jc‰{¤þg˜È§ "
b"9─\f\v j0BÂåÅu\x18 è¦\x17\x12 "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b":5½$\x02 bD!€ÎA\x07 X]ÿ£ "
b"::ãr;åFłʪ\x1D èBÖ§ "
b":`o\x00 @OÞÅ█\x1D ¶ÎtýA "
b":zùúÆöD; Uš4jx1C "
b":Žèï¤=F›¤D![Æ€zè "
b":²\x15 #àcIm‹ˆ[,ÒÀs' "
b";\x1E PÍð╗L×òpEöM█ÜÅ "
b";Z0i¹!B#£Þm–‚³‘o "
b";ª\x1E niÓHÄ£\x0F 0BÅ‗┬, "
b"<4¨™o\x01 H΢¿ðh™Éχ "
b"<ƒa¶i\x07 E$»í?Ò1\x1F\x0F\x0E "
b"<ä’JH`Eµ«\t æ¤Ú•îó "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"<þr²˜ÉCL³Ó\e -ÿ\x0F 2ø "
b"<þÏ”{ÂB[‘®Àà{ƒ¸i "
b"=\x04 ë\x1E <jN\v ›!V´Ç“N2 "
b"="ô\x16 wÙIv“b\x16 ôK}\x1D – "
b"=b\e\x05 6\x10 M»░F²\x07 ãì┬╗ "
b"=fbcb;J"œ\x01\x17 BHh·Í "
b"=ÐÆXMjB\e ©†L*R-4\x00 "
b">Y\x01 Q╣\x0F KâÉx\x17 £L[!┐ "
b">Ë«÷ŒÞD?»â\f ?wFá\x05 "
b"?]ý—¥TE÷µìd\e ‡u¼– "
b"?ˆBðíåI¡†¥\x13 #šBc– "
b"?Í╝¬dVG¯×1o}▓*VØ "
b"?ßBo¼µNþŪÏi¿l\x04\f "
b"@\e (I3´Ju™(ö¢·1GÁ "
b"@8]„àüMn§Öà?LÖ•È "
b"@:Á5JC/¢‡A•§·‘M "
b"@WlÃ2\x16 E\x1C ·ÔpØ ùÇÍ "
b"@ñ@Ô³LL¹»q Y†ž»R "
b"@ô—R†FAž§À\x1C ÆEú‚o "
b"@·ì»+ıCÆ╩\x10 ÏJ]¦9 "
b"A\x01\x18 Èæ\v JF¿§¨\x14 y •Š "
b"""
A\n
ÿ]VÅKu³Õy”‚k(x
"""
b"AyPjy~J~´åÍèÒÊ\e n "
b"A¿cV>ÿAM–{ÙÃÄb¦B "
b"AÅ¢Ç3NR’¿x\x07 Z\x06 úv "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"B„<9ò\x0E O#¥™WWv°`Â "
b"BÅüŠ<\e KJ²Ó\x07 ç"\x14 ¦x "
b"BÞÛ…šÒBã³sC\x1E Ä\x13 gâ "
b"C\f 5 E\x02 D–£êK\x18 $ÔC› "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"Cž\x14\x06 0ªE\x1F ª\x15 <\x15 ¬\x1F ü\x1C "
b"CÌ\x19 ±ìÇM│ÇódQ╚(G$ "
b"C■¸ÄÅåK½å\x19 LBä\x06 gó "
b"DŽÀ|ËXGF‰DÇ@|Âí³ "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"D╦?\f ¿$L\x10 ù╔O\x19 ýdØ\x1C "
b"Dõ¦Tø'BX¶}±\x04 ú¼ûv "
b"EYlØÂUKʦ:\x15 ¬ü?’¬ "
b"""
Ep\x10 \n
RÇO°¹ 6\x19 Ff\x16 Y
"""
b"F3ì\x13 ÚfHEª~6Y¸A\x10\x11 "
b"FüUôÎ╦N\x05 ïÞ├[Gu°» "
b"F┬tgü\x10 IéÉÌkÀXã░░ "
b"Fæ¡ÞÛPB~™«c|snÑv "
b"G[êÇ2KHlŒ\x05 · ”\t\x07 ï "
b"Gh)\x04 ╦fMIüé¹|┬6/_ "
b"Gm 6R4OJ²eprû¬#[ "
b"GÉ=~\n \x00 Dá„d\x05 úQ×OÖ "
b"GðÉ—¡¸Hº¸TÓçpi€´ "
b"Gýf¶Í¾C‘›¯è\e ÈÛ©n "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"H’˜\r ŒòB:€\x16 k\f †IöÏ "
b"Hè%ê[\r J\x13 ‚¶rØ®+ëÛ "
b"I%\x07 €ŠdD¯‰©¾L‘Íg+ "
b"IGÍ¢,┬JiêÉòßW╩\x11 Ù "
b"INÙ5hýB܆¨à4\x0F \r Åp "
b"IP…1\e 1GO íòs=\x1A …? "
b"I‡\x13 L6¾J+ QÒÆûõ¿í "
b"IÂb”\x0E cF'¨:-‰\x00 ËË2 "
b"Iõ|̳¢M¨¡ë}r\x16 ]ßM "
b"J1\e {F/CA¶Êª\x14\e xÎ\x17 "
b"J7t!ZóD–—\x14 -Ôã¹_˜ "
b"J8╦┴¹╚I┘öÉräîé¡Ò "
b"JhºN%lI\x12 šÍåO¾ÿ‘¶ "
b"J╝¤þ®ØK+¬LeÑs─í` "
b"""
JÚ{äÉEOð—É/„'Ì\n
\e
"""
b"JþßÿBì@O”-™²\x02 þ%p "
b"K6Å\f ¶NJ\x03 ¶¿~oÎÇ‹0 "
b"KÛú\x7F ¸9K#ì±\x10\x06 V\x18 h╔ "
b"LP÷À‰ÐNz¸Ž^£<^\x7F ù "
b"L”aªŸ#Gˑۿck1œ? "
b"L¡²7Þ3E ® \x15 ŸÐS\x01 ¥ "
b"Lë\x08 ëh>H¸¿ý˜„AËàÏ "
b"""
MÅ┤7Ö5Fd¡\x17\x15\x13 #r\n
\x07
"""
b"MÞ\x15 ÂíßG=┤S¯\x05\x02 ÅaÆ "
b"M¾2Ü+WE¾ìÄG®Í"Íû "
b"N\r 9▓C;IƒøoïËÃ┘ì\x19 "
b"O\x00 fæàHOG£vÝP\x05\x7F "œ "
b"O\x19 Í\x13 Ï´G>£v)ähU\x13 Þ "
b"OjÞ]\x02\x1E AÁ¤üN[ÌŠ:> "
b"OÆ\x01 ÆÚÔI\x1D \x04 ®{øYN\x03 "
b"O╬aúü$F├òË¥ÇÏ\x1F rV "
b"OÍ╝ëı▒NOÅgk╗e¡ÿP "
b"O┌[û\x17\x06 H߯d╗ıØQl╝ "
b"PKÙ_2æ@░ì®b¯½¨Å┤ "
b"PíC*\x03 Ñ@\f ÄÌÑzãÉlÍ "
b"P½\]\x13 ÕF\e ‡\x15 úS\ZâC "
b"Q#V=JøDüº±H┬┴C┴e "
b"Q8 ç4¸A¿·£m@'\x12 hý "
b"Q:¹y=ÕAæ¦ßù\x03 ?™uo "
b"Qü┌ô┤¨OøüÂ\x17 Äc[_ "
b"Qš=>÷ŠHç£Ù>‰*ëÚ¾ "
b"Q¶šiVËFÜŒa{÷Í[Ãß "
b"Qß°V½AK0ކ`\x0E KûA¸ "
b"R\x10 óƒ\v ¨H>¤©G¥\x06 iÑ\x16 "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"R'·ÖîÝEݨï-\x06 ÂÌg‚ "
b"RDo‘e\x7F A«¶\x14 )ïíª\x1E "
b"RÃwGh\x08 K“³¹Î;\x15 ¼ž\t "
b"S³ \x11 '…CÞ³v\x1E ă6™g "
b"SÅ\x01 âÏAIo©¤.êGÃU¯ "
b"Sõá0┴HJ·¬:┘ª>|ì\f "
b"T\x04 ÎÝN^N¼™`\x1C ë…Ÿ¢\r "
b"T;\x03 ³õ\e E■òÉ\x13 Ø!\x10 ─\t "
b"T}’¾{þB„Š_Qé\x16\x02\e œ "
b"TÅJ\x15 ▀0EzñÖ\x12 └ê\x0E\f 2 "
b"T¡¡ÉıÐBYæC½«\x18 Ò\x1E F "
b"TÂlX\x15 ÛIÝ€*×E\x03\x0F ›> "
b"U1\x11 ï7¦My¬6¦Ñ+eÐõ "
b"V%\x1D\x06 ÉéG\x7F Š/ô”ÊçPS "
b"V)'¼x‡L\f ‚À\x07 Ç¢¥‘· "
b"V0Î)\x1A |JÕŒ’ƒ„+öYO "
b"V†Cp¦ùI\x0F ¿!¬^³.Ç¢ "
b"VÕ\x0E H°"Iĵ»Ìä\x1A\x1C\x07 * "
b"V±Ø\x7F _?G\x1F Å*|\x11 ²I÷p "
b"WC\x06 ÁôôJЖˆû-\x06 ˆQ "
b"Wozf%¤K@´ª\x14 øXÓõ( "
b"W°e!ÓþJ¿“M+VX6 < "
b"Wé¡\x11 ,ÿNŠœw˜¼-Š“) "
b"X[$\x14 9dI-’ÜuØ1\x08 ãý "
b"Xm&Aù÷I╠ÑúX0«▓}ì "
b"X×┤j¾BO?¬øØð▓▀ýÓ "
b"XáV€¡pGlºd\x1C „Hƒï\v "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"Y,î\x11 ÅËDö▓°íþ\x01 |B\x08 "
b"Y gΒaAܢQ\r )ݯAa "
b"YÓQóWiNküñP¦¤,®÷ "
b"Z|\e +W\t Io¼y„Æ\x0F «gÄ "
b"Zì\x1C 2┤\MT©?É;┼¯,T "
b"ZЧ[5ê@·€r\f õ¹\x15 9j "
b"[\t {Ô5èHö™æ*\x1F MRl\x7F "
b"[%Y\f iùJ\e ˆœ\v [\r ”®æ "
b"[;\2pÌGA¨ÛqÑ0Ãåâ "
b"[ØV©p`Ló¼┬u2ƒ▒[^ "
b"[Âð½ÏLEBƒ‡®ì¶Ü\x06 g "
b"[¨^É ¯L-®çB▒uý> "
b"""
\\x14 ½CRøBU®T.º\n
Ì\x0E ]
"""
b"\Oök\x06 ™Jd‘¬\x10 ó‹\x0F —F "
b"\×\x18 D¥gAåÉ░╗╝Ý\x1A öµ "
b"\±ÁâGÙHŠ›¡¾5îþô) "
b"]Hõe¨óNèïÅÆä@\t ÁS "
b"]w!ØÓ\x15 L\v ¼*ê7╚A°A "
b"]—Û›3 MôµË\x13 æ4€vÌ "
b"]»ê\v ¼eH▀»i┴ü½\x14\t "
b"]ÂW[ñOIè´Ä?ÛI7ç3 "
b"^7°¦¢MAâø¡59ìL\x15 "
b"^@ÓÓ^ÉHª°;Y\x01 [ï6Š "
b"^AÀÙ:\v C/¢›8#ÿ\x10 +Å "
b"^““oí¢DÙ†òÔ;\x04 -n "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"^å¦$§;F«—œøÉH੎ "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"_▓û─é¼MÄÁà¦O\x1C Úèü "
b"_├EU░õI─╗øëPü\x7F ¬Ï "
b"_ïâ¿ó\x1C F6“Q\x1C *I\x16 Á® "
b"`T,ºç–FŒ§ùHß\x15 †›€ "
b"`e,*“HHì§7#ïƒæW\e "
b"`åãûÝ,J░▓c\x1C ÷êÉH¢ "
b"`£Ì’\x18 ÊG!š\x0E <\x04 £\x02 8“ "
b"""
`¶÷¬7\x1D F׸@¦\n
U>\x16 Ù
"""
b"`¨D'q├O¬ê\x13 YìecÖz "
b"aÐÄ\x19 ÊAø¾Å›È\x11 Ï\x07 u "
b"aÞ½¡\x02\x00 C•š¤—ÊØq\x1D q "
b"b\x1F\x06 ²\x17 └CüòÁ\x0E ¨ QûÌ "
b"b,åZ'Ý@a¦c7Ø`#\x7F Ï "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"bý$÷ÙÞN?ŠÀ\x16 *öÇuG "
b"cwƒéa7D°™¥ ª´n2ª "
b"cıüÇ·\x7F MXê³&DS\x1C /r "
b"d*x˜ŽÏD‘–d¤Õ0~É‘ "
b"""
d-ìïÉ\n
Mk€ý+Äì_sÖ
"""
b"d>³N÷èLEú<SظN\x05 © "
b"df\x11 ±\x05 ÍOX¢Êe,‘ß)u "
b"eË~å\x11 óMjüÑ:3_\t "\x10 "
b"f2ÙwoèKº–\x10 )xNM\e p "
b"fSsvo+F\x18 ¡"‡à£×\x0E & "
b"fy ü…}EŒ…Lj »œÜ4 "
b"fÖZ¹«\x03 JÅžs|\x04 ÿjm6 "
b"g\x0E mÇ®\x10 MBŠ¡ÙѣŖû "
b"g5ÅÙ,‗EQ¼║┼)$Cî "
b"gyp—á?Bí¨bWÇ\x1C Bz( "
b"gÅ/çîVF‰¼ÔÜ}U–pû "
b"gÞmg0LK„‚éX«rš‚ô "
b"hÇo\x18 ^…N\e ªmÅ\x10 hÔÎÛ "
b"hÜaTZ£O<¥\x0F Ã\r i|ù& "
b"i\x10 ,öëLGYƒ³g^H㉖ "
b"i\x16 îð5┐GÝøð.#&ü╚ö "
b"iØ\\x13 FYB╣®Ú6û3¤¼ù "
b"ié#u»fHçƒWqþŒlžž "
b"""
jÉ›j\x18 zIЖ.@‰\n
É\x16 ÷
"""
b"jÓ\x10 û\eO&¶À\t T²×µ\x15 "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"kD´dÞ\x1A MH½_®Vh²tñ "
b"keðN»ÓJƒ³Á\x10 7‚e\x00 Æ "
b"kh┴ô!+JèÑò└C´¡ÅJ "
b"""
kzÒ{ÂÆN\n
║#³ÅGKÎ
"""
b"kŒ×¼ƒ\x7F M0‘Ÿ#Uî믵 "
b"l%“²¥>F¥¡ŽËÄ<5„F "
b"lK└-ì}IòúlJk\e ¯Íí "
b"l`\x03 (7\x04 E"ótècÓì+è "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"""
l\x7F Ç·æÎL&´\x13 \n
ŒL¤}ü
"""
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"l¯¡à3\x00 J€œeÏhÛ˜O1 "
b"m,ûyDÉE ÿƒ\x13 ±_k / "
b"m®P?’kEä…+“C\x06 ØÁç "
b"mÊóXÑN^‰\x01 õ0¬vKõ "
b"nJh‚M~J\x14 š\x12 5—ŸÄö9 "
b"na²\x1E ¿\x18 E\x0F ‚‹E1µ±ÑÅ "
b"nt]d\x1E\x13 Lç\x04 –,Rðõí "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"""
n┤ÙuÙ\x04 FðØï"╩Ì\n
║┐
"""
b"o\x16 zŸfKBƒ¢½Ps‘üã\x03 "
b"o5Îvë®KNª\f ³ÏÌ}~º "
b"o\ó¼HôG ³Ú¿¨µ}fo "
b"oƒ”¸z\x1D D|¢Õ’!\x19 Œf‰ "
b"oƒý!Ï¢Cà–A°5Z(\x17 Ò "
b"oÁ\x07 Ö¡âI\x12 œÆ.9½=µ³ "
b"o╚\x1C Ô▓üF\x04 ¥ç\x18 Ü]│n\x0F "
b"oá©k•õMÕ‚ve¸½S;f "
b"""
oµwüf\n
Jy®Éq┤qı
"""
b"p¶FÔ`ÞNA‚\x19 EB?U¨ë "
b"q\x02 Ž~…+I×°Uãì#AÎR "
b"q\t ÊBØàA%€åv\t ìÍ¿Í "
b"qÕ\x1E T’\x1A GR¾\x16 sÝIÎÎì "
b"rZ‘D½\x03 N\Š\x06 fæ\e [$Ù "
b"r`º+W‡H¬¶úê‘"\x19\v "
b"rf‗°\x10 ÂMc┤ؽú┴LpÜ "
b"r║çTƒÄO\x19 üçcé[`\x18 É "
b"r×\f gæGMܱû©e±.ÍŠ "
b"""
rôµ\x06\x03 ÒF\x04 \n
R›n\x11 ò\x02
"""
b"rôó³Ê\x0E L7ƒ+3*Wzdt "
b"s\v ,\x18 l+LŽŒ°Û{Ä`ûœ "
b"s(ŸÂq B’ž@0ÎÖãÄ® "
b"sDèjàgJ\x18 ×jwÈcì·È "
b"siì│)rCùƒ\x0E ÿ·\x10 Ü]Ú "
b"sâþè8¯K.û6ü╚}¢z┴ "
b"sÑ\x0E ì4E™™ŸäÙÀê\x1F À "
b"sèéø]LI=¶rñl<‘e“ "
b"sô߬e=ORªT#Üo&\x07 Þ "
b"t)aÒ!öEC¸1Uy››Ì~ "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"u]XüLÃN\x15 ¤ñðâ;\x05 Æ‹ "
b"uò\x0F Üè×GùÖÉ\x0E éë[ıM "
b"u—\x17 "|vCá¶ñ\x18\x15 ¢\x03 ³£ "
b"u«õbá4L¯¯å\t %³¾\r ~ "
b"u╔─ÅÈ\x18 @³áº\x0F ╔.¹!Ë "
b"v:bÿÈRK^ŒÞnKcÒ\x0F ‡ "
b"vMI°ÒlH\x1E ┐Éì:YÐd' "
b"vÇâ·\╝MØô└ßÎ2>3Ó "
b"v¬]ÇÒ\x02 K”˜<,0èUÞT "
b"vØt^ròKZ§Ðöò»Ýw\v "
b"wFt+ ”F\x04 ¦öXÒ¥\x1D ³› "
b"wéôõªìDqÜn\t ®¹²Üè "
b"x\f Ë3ÞéBö³lÄ\x15\v >Ì9 "
b"x7o¦¬ŸK\x02 €ãp=L\x1F\x12 ¿ "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"xÈ£·u-MH’–\x14 []üÉà "
b"xÍút\x03 SBª‰\x03 ÏÏxÕ\x05 « "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"xößNʯEd»Q\x03 MvšÓù "
b"y\x1A ß’ØçO|ª\x07 V5\x12 4zÔ "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"yÉÓ¦1ÞN\x08 ›%Áó±û\x7F d "
b"yÒù\x1F ã¤L¶–dÇ Ð¼»< "
b"""
z\x07 ê\n
ÓÐN!…ËAËâTË0
"""
b"z\x08 nŒB\x01 Fž“+J\x18 7\x11\x05 + "
b"z?dx{SOØ┐1ÌplJñe "
b"zvüUó\x1E DmÁö┤\x17 II]R "
b"zÂ`▀\x1F JîØt®ß½\f 8} "
b"zý\f ¾ìöE`ÅÌ}IÍ'æÜ "
b"züu\x13 iGF,‹eR\r ôVÚ’ "
b"{L»·║ðMMɶ\x12 Ö^]\x07 É "
b"{\x7F å`ÝœG\x08 ¸ê4\x02 à\x01 Öú "
b"|\t püº`I\x03 Œ¡\x11 Ug„r\f "
b"|Flx1¹K\x1F °\x11 hÍ\x1D ó\x18 Ï "
b"|Z‡CÓrDã†iõ¥ÃÓm\x0F "
b"|‘°¿¡“MF«?Òüf†uU "
b"}\x14 ¶*êF}¡¼qd%l¸L "
b"}0ðBÝJS¿\r Í\x11 ¶Ø\x1E "
b"}På([ÃAi¬he¼-‘L• "
b"}S!ʳÙLÞˆ€ójh^vè "
b"}ÂÙ0\x0F 4O*·Yd\e\f\x02 cÔ "
b"}¨M¬fªK╬¡\x01\x1F ôÁ]ïØ "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"~PTQ\x1A eM0“\x11 1aR×ØÇ "
b"""
~ ╬\x14 ÿÎOIüU«l\n
.¤6
"""
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"\x7F hlA?RM\x07 íıÆì╗:\x7F ¶ "
b"\x7F j[®Y¡D5¢Þ/ÿþÓ\x11 - "
b"\x7F ]”Ž\x7F IÛº\x1F\x11 d\x02 —aè "
b"\x7F Ùi0SÎND¥!ýÙ^dVÞ "
b"""
€.æÎ\n
[Bλœ\x07 <A\n
\x08\f
"""
b"€0\x0E y\x18 G!‰ð`\x0F ,Êái "
b"€˜èåpÿC<—Ãc±´íê\x1C "
b"€ 2• \x0F @¢½\x06 Șëî_ "
b"€°³K£G1“²ùüEâ\x18 ÷ "
b"""
€¿~¯9\x18 L•ƒ\n
Nî\r ³¨÷
"""
b"ü\x15 ,7çíHÈ▒a\x00 ôkûE= "
b"ü-\x1D g\x12 ÿG\x13 áÖ┤╣┼4µ= "
b"ü<öp\x01 äKgǼ\x11 Cá\x05 îP "
b"üü.\v óMB=¼\x08 8x\x1A S«p "
b"ü╚q°âzF║ÑÔ"\x1F È!C¢ "
b"üÌ┴óYºE\x06 ╣´äº\╩\f \n "
b"ü¶Ù╠'µL\x10 øSå\x04 ┐¿&ü "
b"égªÝÅóEâ█├ ║Ù\x07 9 "
b"‚{ˆê ‰M2‘ô7\x01 txÆb "
b"éÎYäÐÎM\x17 í\x08 ö\x16 iâ╝Ø "
b"â7ËXû╦Cûÿ\x14 ▄ÅU:lì "
b"âbÓ\x07 W²B\x04 ØB6³]Þ‗¡ "
b"„’Ó–$\t BS¥.ý‰§ôÝ4 "
b"„šÑØ\x02 ³Cí‹Ùl®íH·« "
b"„»Œ2—àDÁ§—œì/¶·û "
b"„Ûˆ-^ê@7®\x04 »þ¿K‚\x19 "
b"…3\x08 B\x1F lMs™1|9¦†ñ. "
b"…c\x1D ¦‚ŠLV¦\x08 ¬\x08 Äõ\x14 Ê "
b"à╝ɱO\x02 @Ç¥h\x16 ¡½╩üï "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"…áêC\x15 ôM¿ºl§–PÐÚ¶ "
b"…úÕrX7F㸆-S$H„ö "
b"†\x01 ú›¡DKU†H°Þ÷\x00 jX "
b"†;øfaîJD’0w&Óå0 "
b"†>Ñ\e\t I¨¬½0ú¤Å,h "
b"åDäàØ*@BÖUd6Á\x10 ¿Ñ "
b"åí¯¡╝yB═ü]É}&}d3 "
b"†ñó´úéJ[Œ2®º\x06 üØù "
b"卨\x06 Ê\e EÎú\x1C ¬è╦Ïæ┐ "
b"‡ƒ0Pl€H¥¸Ëà[á#›\x17 "
b"‡‹Qò\x1D éM*œÖ¦üTdýv "
b"‡ž,Hr\x14 E|³Ì`nÚGõI "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"çÞú6s'A╠╗WgpƒiDÅ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"‰mFqÕÐJƒ…\x06 ©žÐyIÐ "
b"ë¥(l\r CDfì"çàµ‗.ð "
b"‰ÀñiÀ»Kr¡J]GÀÌF "
b"ŠZÂ\x00 Ò]H™uá\e c\x02 ¾@ "
b"èg\x08 »┼dKAÁtüv9ôÜ\x1C "
b"ŠÐú\x1C µLDV®‘ÇK ß\x0F ³ "
b"Šáp\x06 ösK\x03 žÇ\x02\x1A ì\x14\x1D ] "
b"‹\x11 Tý¯GØ´\x06 ŒcDu¯¨ "
b"‹/çë\x1F 7AÌŽ±LüñàÝí "
b"‹ \x07 9.XBC¬¦„mÇ\e ±e "
b"‹³Z\x7F D±OO–Åü¸+hˆu "
b"ïÁTèsºBìÿ\v óVËõ\x1E o "
b"ï°=XÒRJÔ╝ýw\x16 Ç3┼Å "
b"Œ\x04 ˰\x16 çEŘϤ•Í—\x16 " "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"î\x1A t\x18 ╦ñI░É┼7åõë1\t "
b"ŒPˆüT²IM©B\x05 ~Ò†T¿ "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"ì\x0F ▓Äõ\e N\x05 樣p\x0E 1èÛ "
b"ì\x1E\x14\x7F\x00 ì@§║É,#a\x03 t³ "
b"ì,²ÈѧKYÉ*\x11 à\x1D\x03 >T "
b"ìOe'\x02 ¥@¥ì_ıP\x18 ì\x0F E "
b"Ž\f dô\x17 &A‡¯¶\x00 ójÌm" "
b"""
ŽQA0[ŸMŽ–¨\n
ŠÕ§qý
"""
b"Ž[óÁ_ÕA9Šv©Õl\x10 ¯\x1E "
b"Ž¥Ã\x19 ºÛ@¿±àò«èáB\x0F "
b"Å\x13 2ÙC3M\x15 æu¿\x0E ÍõPW "
b"Å*ÚæxFIãº\x1A ó$ á■\x06 "
b"Å5\x02 ËtßK×öå#1µZPz "
b"ÅWnÚ?;A‗É┴2m¿\x1A ╣² "
b"Å|┼®Ú\x1E AqìÑ‗ưBã. "
b"É^│\~\x7F J&©£o:è·'q "
b"Éx\x00 Í▒¼DCÅGıq*#\x1E c "
b"É┼ÝÓ▓ÚBQ▓éMÑ_É4S "
b"æ*ÖQnäDîÅ█\e ¯Td\x06 n "
b"‘C„ºÄ\x10 O…•\r \x06 ½?JÛl "
b"æc\x11 C┬ÿL/Ø║'‗¬\x18 ╠ñ "
b"‘|\r ÔqqJD¢ôd0\x18 -\x7F Ø "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"‘Á\x01 9óùFÝ™XxØâ’(\x00 "
b"æÍê'm╔C\x1E ®`Ïn+xɵ "
b"Æ\v á6JãM?É=AáBM9Å "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"Æ'0ìÔËJ¥öôW\e 'Y(ð "
b"’šx†y¬DŠ‚JG\x12 >h%9 "
b"’¤\x13 ý¾ËJ©™8”ròM\x07 © "
b"“@¸y"ÏOäš¡\x07 ìOålÅ "
b"ôU÷\x1C Ê├HÈâØÈ¹JVÝØ "
b"ôöìyë╣J╗¼Â Ò├ñý+ "
b"“¾-¹«sD\f ŸDÔßøi¶Û "
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"“÷ a·VBÚ„˜~‚8D…¾ "
b"”\x07 I{\x11 VLÿ–5¹á“\x17 »0 "
b"”\x07 ÀØn M“•\x00 J¬\x16 V+a "
b"ö\t ±Ê8\x02 Iº¥\x19 ¯'ìpÃ\x16 "
b"”\r éPN+@g»‰èÞ&‡\x04 O "
b"”O\x0F «EöJh”¼ï|Ÿ$Fä "
b"”ÞØ\x07 Þ\x1D MT‡ãü˜ñ£\x0E ÷ "
b"”ì—T~’MI©\x10\x10 .Æ\x15 )ß "
b"ö°J╣\x02\x15 IUÉA\x1F ¯h╩Ð\x00 "
b"•'¡HŸK"“èô°œ\x07 îŽ "
b"•Åk\x02 €ÿC˜¦šì¼KJ\e º "
b"û,a~ìÖO÷░┬Z¡\x04\x02 +g "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"–—48WÂMÝ‚PéQ\çÿ! "
b"–§"Tî\x1D C̬Úyž<9ðS "
b"–©,\x0E ‰’Ne¤Ö \x01 ʹ‚¸ "
b"û½TyG°G¸░Ø©æ21¶î "
b"–±ªÕ”ÕD\x01 ŒñU\x16 ¯‹m "
b"–ÕŸ\r nIB\x07 ªRyPqµˆÑ "
b"ûÎÇ®╚JK.Üv┬oØý¬N "
b"–öF-ÕéDKªŠe\x10 ‘X%Ó "
b"—f\x0E óVWBR†¹\‚ܰ/- "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"˜\t ™waˆFþ€áAfš6ÖÕ "
b"ÿBì½[ÇE╝╝¥v}Ë_Ë\x11 "
b"ÿèÒòú³C,░ó\v þÅZ\x1E "
b"ÿì'(\t mG~║oJZ«1▓Ô "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"ÖׯÅßıBÇ¢▀þ\x19 mT\x11 "
b"™ËÇå¢áE\x04 ”Ñ9Ÿ_5V6 "
b"™ê× \x07 AB\x01 ¶’‹\x05 û»¥N "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"š\x14\x05 ]\x10 ]AÛŠÏ\x02 r†dÎ, "
b"""
›)CŸÒD[«\\n
\x1E ²©9ø
"""
b"›¥@=<ŽG\e º0—-)´-ì "
b"£\x06 ì■└LǽØ\x04 O¬Zê¦ "
b"œc\x1F †Ã‚Hï†s\x1E 3ÙvDÚ "
b"£e@\v *K\x1E É{ì▓Ðˬ] "
b"œ¥u»)aCK›g\x1E Ûå\x02 bÜ "
b"œù“‘N<I’¹<G›&\x1F ¹’ "
b"Ø\x04 Rúæå@)ìq§»\x0F §+s "
b"Ø\e ├NþàHpúâpI╠\x03 ║³ "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"Ø]§Îª#J#ºYÜË`┼┤\x1F "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"žwwâÿ\L\x0E ¼Ò\x19 ÜC´ï¼ "
b"ž…OÌ\x08\x19 D!»4ÿ\x19 ˜Šàù "
b"ž“_Hß”C2ii1º,ýä "
b"ƒ0ìs[╦E┐ê]²wsÿ{\x14 "
b"Ÿ?¯‰ŒOG‡©\x14 .ým-C\ "
b"ŸcQ\x14 <.I‘§\x1D ezŠòÆñ "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b" TÎ&\x1D tKÍ¥Ã\x04 •þSó% "
b" uY“b”H\“[0áU;ÖÚ "
b" ŽhU Mšš\x14 åþ<\x0F 7õ "
b" ºH\f etF/´\x1D çnìå£\x13 "
b" ù¤\x1D 5×J€¦[ºÛ‰8¤i "
b"¡=‚^ÛÂHrš\x11 *ÌûËܯ "
b"¡Qb\x10 ?*B‰³pàëIqðÊ "
b"íÊ\x10 þ2▒J╗Øð"w\x1C -jP "
b"¢Eøýж@±Œ\x1F\x19 Âå®<: "
b"óv‗Û▄CJ░ü\x12 <▒\x03 eý´ "
b"""
¢³X°3\n
@\x19 ³Þ›.8Ñ\x17 S
"""
b"¢¾\x0F\x12 Ý´CJ§\x14 Ý£ÒnOÜ "
b"""
ú\n
©®ùûDcÜlŪù\x03 ▓\x04
"""
b"úJ o┬O@~ܨ\x1E ƒ!░\x02 ì "
b"£M\x06\x14 ÂáC5…áü<\x07 }ÊE "
b"£rSN¶¶CƵ[Gï\x15 šN6 "
b"£‚t÷\r EAŸ\x15 ¶¥ªøßJ "
b"úú¹æü^@─ï¤▀¡Æ4█# "
b"£í."\x04 ñJ\x10 ŽÌI#dÊóU "
b"¤\x19\x05 iÝ)J2±Œƒ6à©'Ë "
b"¤\x1A +IÔÄI9¡gÚTsy‡‰ "
b"¤„Ž`ÝîJ\t ¯E'ýÑ…N¼ "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"""
Ñ?\n
Щ[C7ü/\x02 AZ½·©
"""
b"¥x5Ü\x1E *M7¤ãuÜ}§ìp "
b"¥†È$fÉJ/ž.qƒÔJ\t r "
b"¥èq1pßH÷€f\x1E ×xù¢ "
b"ªÞi×n^DÉ»sÖ»Ö)à "
b"¨2\x02 åXðJy–SOÅ\x13 =A» "
b"¨9\x14 ¾^¹L$½Ç\x03 ñ—yÕ| "
b"¨Y Ɖ€E\x07 ‘Ž|\x0F ØJü¡ "
b"¨_ßâš<Jê¥+ªË|Oé\ "
b"¨mæ:\x08 °O°«cáý\x00 UÒ; "
b"©•RöB\x01 Iþ›oç\x1F\x1E ²#Ã "
b"©¦‰úh\x17 L)£ù¾3øÙÔ "
b"®±ÛGÚDï¿|ü<5Z0Ø "
b"¬\x1F ®N<òJhìóOâLe\x16 ; "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"ªpï\x7F ¦:@T¬ÜÚðxÊ®/ "
b"ª|«r©ÙMùš\x7F }ÁœÛ%m "
b"¬É\r U\x02 xMö¬Ù■æ²èyµ "
b"¬û}7Á┼MýØõ`▓Z+┘3 "
b"¬╦Å̪óIßï\x0E ÎB9Í┴ "
b"½ÑE─\x14\x06 A=ì£àRësäú "
b"«û¼1ÀBu‚QêæQ\x1C 4V "
b"¬MºP\x16 ÄN$¡V)¬Z\x16 žÐ "
b"•G\x13 ØWK8¯¢9Œ{Öl\x0F "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"®\e n\x11\x01 —C•…\x1F h{{eI1 "
b"®#\x13 i{G@\x1C ‹Àc&w`±Ž "
b"®J'‹\x07 wD·¡\x18 %½\x1A ;?9 "
b"®àúù¼Eû†ç_½’ËT\x05 "
b"«Ô█ÿö└D$ì\x1A ·WÂ\x0E h╬ "
b"®ðœU·\x15 Nd£d×\x15 D\x06\x1D a "
b"¯\x02 ¯(J\x1E C@©ÖW\x10 ì\x0F i* "
b"¯\x04 }%n<Fi¨=UÍ'Ò3¬ "
b"¯\x13\t\x17 ‚RJv¨Gs¸¿R¢j "
b"¯!*Ã\x19 †NŸº1â\x1F\x01 ?´k "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"¯õ€Ø6REWˆTT^5g_· "
b"°0\x06 û÷5J“¥(ûqÁ']¸ "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"░n\e {╣üDvùlCQ╬\x7F B▒ "
b"°ÀÆE]-@]¯<c.\x14 ^6p "
b"""
▒\n
▒:Já@\x07 Åcp`PÑ}Õ
"""
b"±9'7ÛnDMŒÉÜíêöƒ¬ "
b"±íÒJ\x12 @ü‰ÀåHÍ\x04 ,Ÿ "
b"±º…¾QÑ@ùXiü/é\x19 ] "
b"▒╗h®[=GLüüûôƒØIZ "
b"▒█ìÑ2·@ØÂRpÝ/¦{┴ "
b"²EÒ“\x18 |Kç\e ý½L}g‹ "
b"²_¦\f ÓÅL\x16 ªƒ\x1E Œ¸\x06 WÙ "
b"²¼~ÙúíEY¬[“Ý\r yð± "
b"²Ê%õT\x0F OÂþÿæx«—+ "
b"³ãÊ»ã4Jå—/».\x06 õâÐ "
b"┤\t G╚gFBÙÖt╗üüe9Á "
b"┤n¹ö\v ]Ny¿ìÏ\x19\x08 6íÿ "
b"´{E0¡jAHšJÝä<°Ú^ "
b"´š>eGxO\x1F µØ"Õ,É¥\x07 "
b"Á%°üï╣Iu¢ma,Kf\x15 ù "
b"µt†H5\v CV£–DRÒ¸\¬ "
b"µtäÓ͘Lq¤Ä´HG2…\x06 "
b"¶\x0E =’øøF6ŸÙHÈøÃR\x19 "
b"¶-ô'j‘E»±\x05 ¯å§ß&€ "
b"¶˜\x13 t«KKŽ•zczÀÏfÜ "
b"¶š-Ù-ÌO6Œž¼ÑáëÃä "
b"¶¬o\x1E ›¢NC ð¼\e Áq¼L "
b"ÂÂ\x18 ½┘üDÂû\x11 ¨╠/├\x10 n "
b"À\x01 1íüXIʼf»M┬\v ╝´ "
b"ÀJüõ´■IÈ╝\x01\x14 R6▀ËÝ "
b"·.Ç9—J5ªy\x15 $½=â\x7F "
b"·Ý\x01 HÀ»H´¬ÑøM‡6#Æ "
b"·þw$¡åOú‘á?\r E\x0E Ï "
b"¸#öÀ»^Fȃ’»aó"\f þ "
b"""
¸ÔoB]ÚH\n
”¦2ˆêù¦}
"""
b"¹˜ \x00 rûGe›´\r Çù—Oî "
b"º0u\f\x1A\x06 KÇ•X^¹d\f «6 "
b"ºvËqÑ\x06 A\x1A §í\x00 ñ0E£* "
b"║w└v=¹G\x15 ç`¡º3\É "
b"ºŸ¦Ý\x11 &E\x06 €<~‚ú\x1A %˜ "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"║┐▒`<²JåíßåíÅ╚ZÉ "
b"ºý}¥\x00 D@è·Qx¸\x11\e\x19 — "
b"»\x1C \n \x12 x¡D€š“\x00 X¥-j„ "
b"»"\x04 EH.CÿµzYγƒ\x1F Ó "
b"»r¸\x0F .UK†£™ò\x18 7yA/ "
b"»¢ …)x@"•ñÇá\r ^H\x03 "
b"»ÖJ\x1D\x04 ÏD?«\x03 =íø&\r "
b"¼JÎöT•Eà‹fh\x08 lë(‚ "
b"╝^\x02 ‗YÁHÕàÌuüU─HÐ "
b"""
╝dº\n
5ªAìü~bën¥ä├
"""
b"¼h#\x18 õúEðˆ&ˆ²d½>¿ "
b"¼›S#òjH~¡ß\x00 {L¿¹\x00 "
b"¼Æû’N5CR§ÆË³\r Üë’ "
b"¼ò^ÿ& O\x17 ´\x1F DáÄŽ\x04 š "
b"½/;Ñ…´KØš0FUy\x7F o‚ "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"½›'?E¬@GŠ1eÙøX\x02 # "
b"¥\x08 Bû\f FM┼É\e gD‗à╩! "
b"¾XïÕT~Gù–ßÅ\v ãn-… "
b"¥èÿëDüE\x04 │\x12 \eÆ\x15\x10 ç "
b"¾Š¸®ú”Od†\x10 £sÇÙÆ\x12 "
b"¥ìú{K\x0F D°å\x0F dPµÛl\x1C "
b"¥Öü╔Ĭ@}ñ\t `¼\x1D +█Ê "
b"¾µG»3AA—–M*üzy&Ë "
b"¿l\x14 Ç\x14 .M¢¼ªü-°7ç€ "
b"¿ \x03 Ò'ŒA‰¶9N\r ØJ‡c "
b"┐á§ÃÖ\r GÍÅþëi0Ó.X "
b"┐¼s╣¶ãM8ìö4÷ÎHï═ "
b"┐ãOýôøBwüZ̹ô\x02 òí "
b"¿ìv|@¤NÒª»|d›™—< "
b"À".—<…E\x07 ˜¾ˆPîSQú "
b"Àk^W\JE\x7F ½7\x02 Q; "
b"Àm¥‹ä^DŒ½¯àHøú4¿ "
b"À“ŠÌÞ\x1F At½\x12 Wa&)ïœ "
b"À–é¶{$Oç‰0ŸúRuÑ7 "
b"└Ö\f µ├└FT┐ì´,6F¹X "
b"ÀŸ \Ù4Jkƒ±ê|\x01\x13 oF "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"┴\x06\x7F ºõ+H3Å·\r ÄÉ$┴x "
b"Á8ô¦Œ\x11 Eɽ‡×\f\x16 ò\x04 ( "
b"┴ü╝\x04 ´ÜEÞî1╗1¡█ôæ "
b"Á“ÅÃgr@º„˜Ë(&”§Z "
b"ÁËÞm&\x08 Fö‰ð>\x03 Ó=æ£ "
b"Áñ0צ“B²œ\x1D 4a\x04\x00\x04 £ "
b"┬\x16 º╚üãMä¿5\x7F ý─²®7 "
b"┬\x19 ùËìÚ@\x17 û®\e 0ðêJ "
b"Â%«øNÞI5³FF¡ˆ\x12 XÈ "
b"Ã5\x1F 1’mG‚š<l-k[I× "
b"Ã>²ÙË\x03 L’º\iŠíº^5 "
b"├û\x11 P‗öK═ƒÉ└ñOúh½ "
b"ÃÝ\x15 pÌoJŒ§š<ù[¦)» "
b"""
Ä\x12 ^éäÎCÊ·§FÂ\n
ã‘)
"""
b"Äd*çãáDh·ã„óv@\x05 0 "
b"Äi)UAùJÚ¬\x1A\x04 JâF¤\f "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"ÄtþÕX\x17 Lh¯ê³w\v\x18\x0F J "
b"Å\x06 qæÍ\x18 O§¡âð®'x2x "
b"┼9 \x06 ûüD&è\x07 H4\x08 "2ë "
b"ŧ”\x1E įA—¯Þ›U:ºÝ‚ "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"┼╠╠Ã&>ANÅÝ▒LA\x1A ▀a "
b"ã$Ûs}┌B8É╚│\x04 ÖÝ─╬ "
b"ãà╠¼F\x16 J═ÅØß'ºä¡ç "
b"ÇMc·n¼J\¿ÏõG»ØS\e "
b"Ãg\x02 ØØØA«ôKém#ı`\x17 "
b"Ǫ¯óáÒKÚNZÊYÂ$\n "
b"ÇÂ|n¶ÕE™ƒšV\t xE)y "
b"ÃÙºK\x19 £EYºE\x04 Ø6Cê7 "
b"È\x10 NeŽyNÚ€†æÒec·ÿ "
b"╚\x1E\x18 ╗ì╩HnØ═,0ú[½< "
b"ÈSôé²D„º‹\x0E Ü\x19 Û\x07 Œ "
b"ÈZ5XÝ-@\ ôI\x1A kRaO "
b"╚}\x07 Å▀\I\t Çã\x04 ½¯ÀúÏ "
b"È®\x7F\x03 iFK«—èËi˜ÚZ7 "
b"╔>═Û\x10 ¯A®Ñç«©Å\e\x08 ¾ "
b"Éë)äý.D7 W(UÚÊ5N "
b"Ê\x1A ùU^ëF_£åEÎÒa\x05 c "
b"ÊIÛ`å\x1A J"Š »ä\x7F Øor "
b"ÊIûcmÜC߯ë Ä÷Ü\x07 & "
b"ÊÀèY¼WEW³_xÿ\t °èµ "
b"╩┬\x19 ‗7\x14 K=¬OÉO&d·¦ "
b"╩■<§ì5LÊ║Ô þ_─¸▄ "
b"╦ü│·V²Kk»_mÅf╬Ù "
b"Ë›;/›ÌKl––¯ëMl\x1A = "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"Ìl¦õGÞJj†6µßΚÊ\x12 "
b"̧'\x00 ?õL“•¯E\x11 •ç'š "
b"╠¥└\e b\x15 D{òìiq@I║~ "
b"ÌΆô¹ÏFBª›ÐæyÄ\x04 j "
b"ÌÛ_ËÏ\x07 IÍŠ¸§ëH¡Í… "
b"""
Í\x0E .@‰\n
M\x15 ‚\x1F #YòÄê+
"""
b"═*1·|O\x04 ┐\e\x04\x1A ú7│Ø "
b"╬\x18 8\x19 « C}دz‗I\x00 ½Õ "
b"Î\e „+ÌcAü¹×\x15 /ˆïÇH "
b"╬>\x17 ■*5@èè╗þÿ╝ÄÅ- "
b"Η¸ôÍ_Bê³™\x1F â¼Ýâè "
b"θC…7\x01 B$½\x02 V¢þÿ\x1D f "
b"ξk\x1C I[LxŽaéH»¼Òº "
b"Ï^mU†¥MĪ‘(–×E×" "
b"Ϥ64\x03 ñIF‘óÕ^¹9‹% "
b"Ð_.œ:^Kˆ…ÈÓíŠD7Ê "
b"Ðq#Ne\x11 @EŸ'Â"œJçˆ "
b"И\x1A ïϳI”¤\x11 ’!þ'\x08 ½ "
b"Ðè$¬ì˜B=¬Îļß!ˆ\x16 "
b"Ð LÇV\x00 N\x1F ìª║mú¹·< "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"Ð*¥4\x04 >L Â\x00 ½e\x14 .üh "
b"Ñ<d\x07 É¡H•¬ð¼4\x05 †âý "
b"Ðé\x07 i\f ¤N.▒ÛV╗ÎØD\x16 "
b"ÑÝÇK#EM¨“ÚQ\x14 °ÁZD "
b"Ê\x00 ƒtí`AQòż=³õ\r « "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"Ò:‚•õ\x03 C’ƒôS\x17 +aÝ\x1E "
b"ÊNÅy®:J¸┤øpÜ<H└O "
b"Òz·i—/Hͺ2ûuÌÕ%Õ "
b"Ò„\x02 Þ+\x00 Eà |Þ{r}æÎ "
b"Òòåaý\t OO½\x06 ÕË’˜Gc "
b"Ë^ÉÀ/┐J\f à\x03\x07 òVG-ä "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"ÓÉË8¡\x1F B¾£t禅¿Ø( "
b"""
ÓÚävœ\x1F HM‰,\n
JáC2°
"""
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"ÔŸËZ®\v @ʨýeGÂ[H\x1E "
b"Õ6v˜\x02 wFcŽI4ð\x16 ðüó "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"Õ¾A¨õ£G‡¡FzpÝû~É "
b"ÕÇËÉ‚NO‚‚Åx\x00 lï£J "
b"ÕÇôx)\x18 Dû½s¬á\x11 —úA "
b"ÕãuœõO0°>\÷™ˆt\x13 "
b"""
Ööx\n
1…AB—L\x03 r¿(Ç\x7F
"""
b"Öú¬|Ü„D™–b~‰H¹…Ù "
b"ÖûËkÁûLO³Å7Nõµ¶| "
b"Î>\x16 ÊÄ AØûI\x06 p\x12 ÷öó "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"×]AÞÉ·IŸ³\x0E\x1F „xs²4 "
b"מÈ?¿\n A÷ IL!cJ\x00 "
b"×Ë\x1D XÔÎOiœ®ô˜“\x16 rÚ "
b"Ø6¦?ÈæAn¹…\x18 ü÷\x1E ¢{ "
b"Ø:>\x11 ÕFC³½p…~qS®¾ "
b"Øw¤ÀÕ4F‘¿^^\x10 ªƒ†K "
b"Øy\t þ}`L\x13 •yò÷,/Óu "
b"بT+xöG:™ôhþ+*ìP "
b"ÏÀ¡\x7F\x17 ÉC?×ú┘R(ÌcÉ "
b"Ï╬ü,f\x7F L\x14 ê\x18 ç╩╗×r} "
b"ØéÐp6`A¿€{¹¤õÓËø "
b"Øðëq“,D†g\x14\x0E 3\x12 …^ "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"Ù!î!=DD\x1D ¿%SŒÿPo½ "
b"Ù^Zì‰rHD¤ka‚O±Çt "
b"Ùs3ÊFPJƒ‰t;¼GÐh "
b"Ù”A7N\x18 LP©Ì±Þ´ £\x0E "
b"ÙØx—½lI¸ƒŒ5n¤e¸Í "
b"Ú@Çr\x18 Fc°5á³ù‡j$ "
b"ÚÉ/ÝØuAÞ•g|\x1F V\x15 uî "
b"Û0í]¶>H±‡Ô”\x0F }‘u\x10 "
b"ÛT`ýyYA—ˆìAKã”} "
b"█ñám#ÉG╔î┼ƒå\v\x14 ¢o "
b"Û·Öe·®H:…ÝÀ\v\x00 ¦ôÿ "
b"█▄ô\x10 ìÙK▄Ñ░U¦\x1C GL« "
b"Ü\x02 ‘Fa^CFµ7¥"þV7› "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"Üj8øIö@•¸ªõU՛ا "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"ܼâW\v ÍB~›\x15 Ö\v ëpÂ\x06 "
b"¦\x17\x00 øñH@A║IÓãÄ#ÁÅ "
b"Ý[ †n±LÀˆ{Þ[Ø\x0E Ù¾ "
b"¦┬?@·WFƒì\x0F ■\x7F ò®qî "
b"Ýõc(\x1C ÇJ³ƒ*\x04 Nï¬\x18 ‘ "
b"Þ`èÉ\x1A ¢KÚ¡\x13 *߇iC- "
b"ßZX¸ÜÉI\x14 ¶aY\x12\x04\x1A û\x04 "
b"ßbX´°(E¥’Ã\x04 þ˜jàR "
b"ßÊ%8Õå@¸”ŽÏV®WÀt "
b"""
àpÆ\x06 \n
\x1D I*µWÍ0\r ñ\n
h
"""
b"à¶h\x0E æhN”€i¯\r mrÂÎ "
b"àÂj¸\x16 ÂB\¡\x01 רÜ}Å\x15 "
b"ÓÓ·w<ÉLw¡ºhÜ┬ÀG┌ "
b"""
á\n
¯\x1F\x02 ¼J·Žü\f „=bp3
"""
b"ßB┘£¯E'Éá;└\x05 ¨░a "
b"áZý’™-E³·4{]lFG\e "
b"áÕ‰~‡Gä‡f\x0F z\x07 Î\x1C ( "
b"áåÜnÉê@hŒ.Â\x08 ÑÃÉ "
b"áó/‡žyJL¨Ä ¤´ƒ_ä "
b"Ô║*[Æ@FJØV{Ù´«§\x01 "
b"âÝ\x08 U¨jL9ž\x1D bý%Ã]/ "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"ã$\x7F €§¿C묀õÑY¬\x05 ‰ "
b"ã®Àg“0E¢“KÑã…l&: "
b"ã®ó¸$ôA.ƒ\x08 E¾·²Ó\x08 "
b"ä;*\x0E ª\x17 BÊ€ú@¸ö¦žå "
b"䤸bb\x15 CΊ\x17 wr\x1F Þ4\x1D "
b"Õ;Û\x06 "▀H¹ÑÇæ&"\x0F ì/ "
b"µ"B\f 2gD'ûÉÎ#█\x04 í' "
b"µs\v ¤,ü@■àÅEmÆ╔═& "
b"ç\x12 :C½-L\x04 ·ø„õõôìƒ "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"þW)É┐ÉFJ¥1jç\x14 ┼]º "
b"çW]TÉþD?˜ÅÏÅ\r ùØ "
b"ç½\x1C\x08 îŸB\x0F ‚\x18 >s\x02 †Cñ "
b"þ═¡8ÇÿJÓ╗ƒ\v ñÅ\r 7═ "
b"ècÞDAQN‚ºmçÒRÝ“5 "
b"è¶ü¯–ÑDß’861Ò>Û» "
b"Þ┬Q#}2@¥ì?õ┤▒ÖıL "
b"ÚÅw┼:yF╗û¾\x15\x1D l\f\x11 û "
b"Û\x0F ØCÆ\x1C MÊøòØ\x15 Õ1\x13 É "
b"ê*§¼\x07 ¢LÑ\x1A ù—\f Œ8Ÿ "
b"ÛNµ*╠IDµìÄÉaÈb\x11 ¬ "
b"êr¡iª]H\x06 T*œ\x12 a\x1C\x18 "
b"êèQ`YüM\x15 ›¬Žs\x1D èë\x06 "
b"ëÑq\x07 VHE\x1D ´D•ylBâ™ "
b"ì!([{ûL{³Ô]Ô{W\x03\x1D "
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b"ìe\x01 ~Æ—D‡±\x03 c¿ñ½\t "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"ý┴>\x05 ĺOÖØë\x02 ^‗N \f "
b"í:²¥|¹Lì—9*-NOÂø "
b"ízšf>\r @!’4â@«G£“ "
b"í¢BúDGCÅ»·Câ `ŽJ "
b"ݦú±?\x1D H╩®└pnôØ▄Ò "
b"î?R1r¹H㣊v“*¯©§ "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"î]æ\x17\x19 ŠKC’Ú윦n‚Þ "
b"îä_ZÂ\x0E Lç¦êÓíFÛõD "
b"îûN2$ç@P»<çË??žî "
b"ï\t B\x17 ·”@ŸµJWÕi–| "
b"´\x1F A│£WEá½z)ÅDª\r Ë "
b"´7W\x1C\x19 ƒD\x03 éÔÀ[█aÉ "
b"´Söà╠LE&£|┬eìı¥º "
b"ï^Á}G9DM‹¦ª=µ\x7F r\e "
b"ï€þ2™sCx•\x18\x0F [ØÒ†³ "
b"ï³\x14 ݶ\x1F Mì…\x1D oõûY‚Ž "
b"ïÊ\t ¨ *Jn”ç˜"ñ\x15 vî "
b"ïàk£\x1F A7›µî»H,@ù "
b"""
ð\n
×ÚoƒGž’e\x7F ¯H‚\e î
"""
b"ð]èC–CAo‹\x14 Š\x10\x19 @%è "
b"ðš•¶6\x11 E\t ¿ôN,SÖàÊ "
b"ðו¸B\e JF¡ë륡á¨: "
b"ð鎅ó\x04 BŽhý¯ÿ9Ér "
b"ñ\x03 ×)'6E°²{´ŒÐK)\x0E "
b"ñ\t\x03 ‹«3I*‡?󯝨ÝY "
b"±G└█ÐrFƃØpè^öÕ\x1C "
b"""
±ÖÌ\x03 ╣\x02 D\n
ôÉ─\x16 |Ñ▄Á
"""
b"""
±Î¸{<ÂI╬íÔ\n
l*ì┤"
"""
b"ò\x1F FªÍßH\x04 ŸÅ)}m/;c "
b"ò@nþ8.OI“~ƒ\x7F â[ó< "
b"‗D¡ÎrtJÎâ'Ø`u1┤R "
b"‗\x7F\x12 ÂäáL▄ÅM\f ÏX┼║V "
b"""
ó\x16 é\x15 \n
JEu“‹z°IG_\x03
"""
b"óÁ\x1C ýHüEK·ðôm›Î3õ "
b"¾È¯Î¾ÆN\x07 Éáw▀ûî■Ø "
b"óþTÈM?Ht„\x18 n!B0˜ "
b"ô\x19 Ûvl\x1D K\x17 ‚µ-úbÙ¹ß "
b"ôWÆÃî@á¢u\x1A\x7F í©‚Ô "
b"ôuW\\x0F ~HE£1+XZù—œ "
b"¶Ü!V=qMÁ½\x02 ÒÅ4HwL "
b"ôÁ\x12 £+4D‘·OYס">‰ "
b"ôùñH]ÙE=¹ñ\x7F\x11 Prfd "
b"§\x18 üA?\x08 I9Ü;ÜÔÁ稱 "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"õ¡rªî•Ièžo\t ‰H¤òŸ "
b"÷o░±%+E\x1F édÅ>╦¡½C "
b"¸P\x05 0¼\x15 J\x19 Å▀Nv°\x00 ▓╬ "
b"÷pŒsZµH΂\x16 LºÒ\x17 ¼è "
b"÷’åÎŽ5G}±\f ôïiÏjª "
b"÷œGµNFGüŒÎ\x06 t¨“\x1D è "
b"÷Ó!šnÌIÆ€\x1D ô-\x03\x00 %) "
b"÷ä\x17 |n\x02 D¢¯æiuJõam "
b"ø\x06 >\x03 ÐJÍ¢}–\x0F •ñŒb "
b"°*ÅJ_j@\x08 Üæ?\x1F\x16 ┌ƒ═ "
b"øjºø4*Hg¯ s(Á©\x17 ã "
b"ù»Á”)ÒD¼\x17\x05 ¶ƒÈ\x1A ¯ "
b"¨\x05 úÑ´N4ñ\x11 ¥_Ø\x07\t 3 "
b"·\x06 È\x11 ╩÷I¿áåÆ\x10 Êïüé "
b"ú8rRE¯Is«¦\x1C n\r ÈmQ "
b"úB8nòXLâªä¶\x07 Îûß\x0F "
b"úš\x14 ]ò-Fk–¼Á6\f ¸qw "
b"úÚ4U_¸J\x1D †ô\x00 k\x0F gÀŽ "
b"¹\x1D pÉSPG\x16 î¹\x06 é‗½ëï "
b"³C\v Ø&ºD┌ô[2Òñ\x18 Ù¹ "
b"³g@─ÅkCQ¼\x1A ¥àçÀí▄ "
b"ü‰†ë¿òMÏŠ*=¥~§³â "
b"ü¡a:¥\x04 D`Žù:|¥Ö\x19 ê "
b"³¡╠ØI½Mì┐gÏ*xá\x16 á "
b"ý8•îm‚A™š²—eçõ~N "
b"ýp\x11 ß'§J‰®Š+ð¹%ˆá "
b"ý|\x15 j¤\x00 I˜™k\x1E í=`:Ä "
b"ý¢×\x03 ÈlO\x13 ¾Y‰e:³K… "
b"þ\x03 Ÿ\x02\x19 nK\¦XéÀ¶{a* "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"■r\v M̯IüÁObÄ3pËD "
b"þ vQfsBðž*¸„¶\x1F _) "
b"ÿ9·84\x1A N\x00 ›>¥\x14\x00 7v\x14 "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"ÿÌïg=ˆC\x10 ”þKìqJÞ¡ "
b"W\x02 ü!NJBC‚pA\x7F ¤skÅ "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x0020C6902D234C64A6448C6F319935FA , 0x004686D8F760498391F52EA7C8BDB640 , 0x004A871BA3DA485DA5E7B4E0D9BFBA8B , 0x004B11B664424995968A6294D4EA4AE7 , 0x00F0B091171B4395B97FD73ABD185CD6 , 0x0152D000F834481DBEB57D9C822F8997 , 0x016E8C0882BD4F25ACFAD4431B428D43 , 0x0186432CA24D41E8BFAC26EEC78743E7 , 0x018E3B42C7C64234BB3402CCDA3A3889 , 0x0198CC7F3E447214A848528DE060A0ED , 0x01DB2418EA7941C5923DE1DC12C39645 , 0x02049224C56347179FA4C013E2CFCD8F , 0x02995413D6C248E38AF849B631E26C0D , 0x02BADA9031A74F2AB691132E30B12EA0 , 0x02E134AE0EB64719B5CF4547E75DC4D5 , 0x033942D79122435C8ECC70914E2C987B , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x046A73EDCF054114A12A7D5993B944A1 , 0x0479080E315E4D1CAF8E7132ACFB851B , 0x048184642C3E48B6BCA486EA4AD9FDBF , 0x04F0EE8231344FC698A99955890A7D85 , 0x051C3953E02846F296DFF5C887053966 , 0x053C65372B1843198294BD3272C59C18 , 0x05816584747C426F9371C7F5F52B001D , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x059EF1426FF24EA5BA5AC66FD84A591A , 0x064B2F5CE1CF45828D8A684903B792A0 , 0x06C6C006E83842C89CC0591B9C4E0168 , 0x06CC3C21BE7F4F78A486F73054751394 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x07002A8C74F74F0BB5ED85D8A59E875B , 0x0725BBCDC18043BE841F654DFCDCA1E5 , 0x073A1B5946C843948DB3DAE55AD4D8C2 , 0x073C8ACBA3AD4178846C925E7B64396F , 0x0751E34C31CB441494CA9B76E9C11E4A , 0x076132DFCD37488BB7AFCC2B98AC199D , 0x076C79D527BE40A9BCCFEF2E0F3BD78F , 0x078ADB73E433402CAC1D0FB79E5BF8C7 , 0x0798279001E547ADBA9078CEFC49234E , 0x07BBC4CCAB7A4FC08306A1F50E240AD9 , 0x07FADA449B96423FA8433F6EB116494B , 0x081A919B811A4B6AA5E44E27E18DF1D7 , 0x08582F25AEF9485FB64FC558677C68BF , 0x08EE16A407734E28B733C3B4D7B38FAB , 0x0912A5F69A3E4CDDA77D12B3287BA6C0 , 0x09A0EDC9672347AA86B18C89FA4AB4B5 , 0x09BC02B79AC2487D899FE2620F19ED24 , 0x0A38581650A342BB97478E5552350B97 , 0x0A522654F8A846B0B96B861B7DCA0DBE , 0x0A838230790C48738E5390E3FB5D5E2C , 0x0B051D02018A44F7AD8ED080E0985401 , 0x0B4E5CC4D6AB4EA8B8330862B728BA1A , 0x0B88C7B09A094ACCA81130AB0DB001A4 , 0x0BF055A00C2344CAAA7693F157D818A0 , 0x0BF7429E66BB46709021D32B85105640 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x0C2B0C28ECB641C8BEA900FC6AAE6774 , 0x0C5D9AABE73A4E95AE3833B8602CF060 , 0x0C888F16942345A4950FA5FE43BB8185 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0x0D27D05C657C4D0E803BA14ECFA960AB , 0x0D7BEEA0B0A0493797CCA962F2133FCF , 0x0D7D73A2179D4806816B48A04EC47D3B , 0x0D90766D261047599104620782C2D56E , 0x0DA931702FC245A493387095ED54FD19 , 0x0DAC74D23FF14803BDBF775D61452894 , 0x0DD04B698828488BAD12A9DEAF7C5FE5 , 0x0E128CFC3ECA44FAB089CF27507879FE , 0x0E1DB1394451456AB9D549E752CAEABC , 0x0E274DB7C8A64B609438A89DFB3C9313 , 0x0ED3F56F152D45658B1109B1A9FEAC68 , 0x0EFA71AF83864236AF70EED5E2477D7B , 0x0F30798BE19B4BF49513883D55F91E75 , 0x0F3CC4A1DBF94DC397405D87D05D672C , 0x0FCD4135A9E846B49CF849BE143569BA , 0x1079BCE747F04493A0B784B320384A9C , 0x107AF436BC0643B6B104EE748FB58D76 , 0x108E865535BA4776B49FA31DE12B282A , 0x10E55948A62E46FEA9C0CF3B30160AEA , 0x113DFF75F5494A82AD90EDD2E84AB1E6 , 0x117CA2178F694FA7A1A9A63F6E96E886 , 0x118BCDA450A541B884EF1E4B04C1D735 , 0x11945980DD634F8CBFC3220CBAAA2B67 , 0x11B0227B6AA34E4E981468DA5782C6A5 , 0x120F6A3158AA4E53A4594D9B2F0DD0FD , 0x123872DBCF1345F2A1B38FF1B6E1D709 , 0x1325A1F69A14485D9A5553FB6F5A13FA , 0x13A7BFCB6F394B52999C33FF1F1A01D1 , 0x13E149CB12EC4E5281BE122F1E58D19A , 0x1426E5AE677C43D18EBC777A9B6D0ADF , 0x147C921683254C869D791B762F581652 , 0x14A87D52EC7E42B2B6BCB3611257AE99 , 0x152603C1C212406EB369C0E13D215AD3 , 0x15CE2D9099A04403AF012572F9C8A739 , 0x15EBAA4427D147FEBCC9D38C4DD30382 , 0x15FFDAF6FA3A40EA90C8AA31C4FCD616 , 0x16AAFFE7830641989A230BFCB876AF95 , 0x16F0F7C861214CA699ED7E39A326B1CF , 0x1716B7068EB742E0980FFCE3FBCE7F56 , 0x171A3D28E4B14CEC96EA6FF5186732B0 , 0x173CABA30D514ADEBC82424C039D30BA , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x17E55A566C5F4ACFA9043F13095C5176 , 0x17EBDCE25A7A4589A15DE719BF026AAA , 0x18669F63D98C4A49938345F9056FBB26 , 0x187EDFD659C74C4981639B2385C300D4 , 0x18F087BA32B6407BBACBA7C1F5B7259C , 0x195E796BADF14EC58F9FB64787588EFE , 0x19FCF5EE8CD84368B1EFB4B18C60083C , 0x1A28462341B049DEA52897BCB7876D3A , 0x1A4D42041C444323AA4F77F41576C402 , 0x1A6F00E6A542479E897F1AC159E714A8 , 0x1A8CDDFC80FD4752A3EDACBC699FA453 , 0x1A8D87906B70458B8802ABD44E9145E4 , 0x1AB1596882E2493FAA9F09D27FD70972 , 0x1AEA228CA06A48EFBFF72852AA31D468 , 0x1B2B24B76E1E4DB793D6CD9A322E8E64 , 0x1BC9D6259ADF47BC8EC7ADC108BD40B2 , 0x1C31971CE40E498B82F1280C07C1B635 , 0x1C89BE567B7F4955827A6F4AF876D2E6 , 0x1CE2DF36D3C2414CBFE640B04DAC6268 , 0x1CEFBDEFF00B4005B50A45A8187C459C , 0x1D02727F23B346DF923936E0DB86C754 , 0x1D7102CE4F45431B92F37BE1FE0C020A , 0x1D9DA3D26A4C44DFAD990FE91A01AF6B , 0x1E4292406CF14081B676624CE918953B , 0x1F91F7BF98FE4CA4A4A8F43D1F2A2117 , 0x1FA56CD16FD342A68D7E7D8CDEABD399 , 0x1FBEF62797804CD084F2FA02152B7CB5 , 0x1FF48C3FB0E84AC58D4A9AE861C7D97A , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x2041DC300CD2453F9887CF0C27AA41A1 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x20D6A2980F87458795D012362BF4A8E0 , 0x2134204C21B141BF8914F7AE38136E12 , 0x21397090760D4DE09EE3C08EFA95B2BA , 0x213D83A7A57842498E0FF3601D461C87 , 0x2163430B34F9483BB84DE085D672F715 , 0x21677E1B84364D42AEC5B7CD5D56D652 , 0x2199520EB2E044C4AFCD503E2DE2AF75 , 0x21A538C2436B4B759ED24ED847215A78 , 0x220E04A3D5DF4727B25B4568D7B2E58C , 0x2210FE4BB2A140C1819193B8A04CB93C , 0x221C3875B6864431BD8B910582ADCE0B , 0x224646719CA8445684E02EC785FF051A , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0x22B08DDFAC1B4B3DA21FBB3836EBE754 , 0x22EEFC3E4E8647F6AC9096672CB8EDF6 , 0x232BD3033D3A4175A12EAA0213535571 , 0x232D7FA1D7E04D99928F0E2029284896 , 0x2361115F142D49E1B5FA2AFF566B7514 , 0x2426EDB12DF4476AA105EE6DA57AAC54 , 0x24568E105B1C4CE39B7004ADB96560EC , 0x24C34E1D3DC64777833B85E068A13B7E , 0x24C6C5D056014150AEAAD045789A4085 , 0x25AFE30A2A8F40A1B42355EE36E6B7E8 , 0x25CFD871B70546579654582382E68C0F , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x262D10AA4C5F4D2EB8082EA3371B0108 , 0x263E50A70F62437999C52BFAF4D12048 , 0x269CB60FF35F4FFAB22A22CF035C9D68 , 0x26C08BB6B0F043F3800A171CE3E2C4DD , 0x26C871350EF34458880CA65F2776C6B9 , 0x26F9020C39C544A997E1B11F4D4B3CF2 , 0x27760BDA084040E89B4CB4EB5ED70502 , 0x27D0A21C8CDD46D3A6F5D01750B43F1A , 0x27DCB1C816CA4993B84B75533B43A3C1 , 0x27F0C28D790C4A3F8D901FD988059FC8 , 0x28120195F39647FE9DB17EC423C35963 , 0x2870C3471DDB4317BCE2C630E674E7F9 , 0x28902FE587FC4D2C8907793BFC3FA7FB , 0x28916ADF88504C208540D811B87234CB , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x28AD40325B0149F6B52DF356AA5633C4 , 0x28B703D996FB4B5AAB548C025947E87C , 0x28C3F5F9818146B897C51856F442DF98 , 0x28E74198AA3E4CA596E82D5481068904 , 0x2922E1C652D14640B5297D979A67EC1D , 0x29424506F7C34F70A500C369ECDEA554 , 0x2981D274AF1A499B9A3D61ACD3C4DFFB , 0x299DF76406224633B1554F17B7C29774 , 0x2A733DD0FEDE40109D7AF561842945F3 , 0x2AAA697713A64B619558F682EA3B6D23 , 0x2AE0C3C99E5D419B88D5471F094CD6FC , 0x2AF1824B69BA43C5B3DC398C758785EC , 0x2B02765382A240218B667C601097AE5A , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x2C56BD038B1749599BFB21B25E67D770 , 0x2CA04ABCB39D45F4BA3679C5D31987CA , 0x2CBC8B9FFD0048539F4093B7E60AFC36 , 0x2CFF0B227A8C449CA3EAB8D581B2F139 , 0x2DCFDEEDBA5E4F2CB7821380A2E43DF1 , 0x2DF837200CF440D5B49D1D74384C0DD0 , 0x2E2027321B61404ABEEF63F27C02C8E5 , 0x2E31E2ECFC754E819E62F460BBB97D33 , 0x2E3DC9F7477B4513BC85FF8A3E5657A3 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2E87E42A3D8C4AA5BD4DA7D0C851BF7E , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0x2F4CC6F3DC0D49CB97BF6F996C3D6270 , 0x2FEEB118126F414B8827305C66B6F429 , 0x30176C652F9B4833804BE55D2E5C491F , 0x302C26630EE74FF28738A844ED269886 , 0x302F84DE74944072B23B035C0F68F826 , 0x3059B1F52DD545E5BFDD762FF3D1CDF1 , 0x30705084226B46CCB71816AD2BC4F02F , 0x3084543115D3461F8706A53EA1608DEB , 0x30A97A0A025844FC943BAE897D7DEF85 , 0x30D403E41202464AA77C56A227ED5F17 , 0x31735EE394174546B9A835372AFA3ED9 , 0x31B346AEED5B46ABA76643C29E915341 , 0x31CDC7CF029340AF804AD6CF1A5C0C2E , 0x327337D82CFF477A8B2969ED8C94191A , 0x329849610CF643A8973EC27B03DE6BEA , 0x32AD5676595C4ED890A59016627D682A , 0x32BC5D95630145DAACE7E74B0905133C , 0x32F4D5D04F674037B7FD71433A814B89 , 0x3314AC9358F347898BB5B3F9DA53D787 , 0x336A16D53AF040E6959716646F66CDB5 , 0x33997CDD7B564DE09F5E8A56DDC4D911 , 0x33C26A53FF0A4009BC21E581E7C62359 , 0x34735FD9CC5A404A940A6698601A78AA , 0x34A629EC7478437CB2FE74BF21ECAC32 , 0x3506F429E5564886919E7B52B7715EFA , 0x351766DB24834309852CC2886F45D3CB , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x3588374DDAA8427C81D359C9C2D5CE9B , 0x35DFEBBF9ED74EF396D97CCADB52ACD3 , 0x36704AC385884D7F8F8D725D1B9AF66D , 0x36C5152D4CAF43ACB0BA66D500106962 , 0x372DDEF24B3946F18B01F95A74CCBE3E , 0x374A8B121E614557BCBD11AB82F22701 , 0x3875110E9CA24145A7357BD8377AADB7 , 0x38C8FEE1DB68429E84BF2D0FF7CF28D1 , 0x3961E4D4B5694F32A71C9F545E1463D7 , 0x396FD0BEC6754AD6802751A4953AE4FC , 0x3999CAD63FAC4EB19DC1BF1538139751 , 0x39BC2B45EE1D4A63897BA4FE6798C8A7 , 0x39C40C0B6A3042B6868F75188ADD1712 , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x3A35BD240262442180CE4107585DFFA3 , 0x3A3AE3723BE546C582CAAA1DE842D6A7 , 0x3A606F0040F04FE88FDB1DF4D774EC41 , 0x3A7AF9FAC6F6443BA0559A346A783143 , 0x3A8EE8EFA43D469BA444215BC6807AE8 , 0x3AB21523E063496D8B885B2CD2C07327 , 0x3B1E50D6D0BB4C9E957045944DDB9A8F , 0x3B5A3069B9214223A3DE6D9682B3916F , 0x3BA61E6E69E0488E9C0F30428FF2C22C , 0x3C34A8996F0148CEA2BFF06899C9CF87 , 0x3C8361B669074524BBED3FD2311F0F0E , 0x3CE4924A486045B5AB09E6A4DA95EEF3 , 0x3CEB37A732424262915D394BDED5A67B , 0x3CFE72B298C9434CB3D31B2DFF0F32F8 , 0x3CFECF947BC2425B91AEC0E07B83B869 , 0x3D04EB1E3C6A4E0B9B2156B4C7934E32 , 0x3D22F41677D94976936216F44B7D1D96 , 0x3D621B0536104DAFB046FD07C68DC2BB , 0x3D666263623B4A229C0117424868B7CD , 0x3DD0C6584D6A421BA9864C2A522D3400 , 0x3E590151B90F4B839078179C4C5B21BF , 0x3ECBABF78CDE443FBBE20C3F7746E105 , 0x3F5DFD97A55445F7B5EC641B8775BC96 , 0x3F8842F0EDE549A186A513239A426396 , 0x3FD6BCAA645647EE9E316F7DB22A569D , 0x3FE1426FACE64EE78FA6D869A86C040C , 0x401B284933B44A759928F6A2B73147C1 , 0x40385D84E0FC4D6EA7D6E03F4CD695C8 , 0x403AADC1354A432FA2874195A7B7914D , 0x40576CC33216451CB7D470D820F9C7CD , 0x40F140D4B34C4CB9BB712059869EBB52 , 0x40F497528646419EA7C01CC645FA826F , 0x40FA8DAF2BD543F092CA10D84A5DDD39 , 0x410118C8E60B4A46BFA7A81479A0958A , 0x410AFF5D56C54B75B3D57994826B2878 , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0x41BF63563EFF414D967BD9C3C462A642 , 0x41C5A2C7AD334E5292BF78075A06FA76 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x42843C39F20E4F23A599575776B060C2 , 0x42C5FC8A3C1B4B4AB2D307E72214A678 , 0x42DEDB859AD242E3B373431EC41367E2 , 0x430C352045024496A3EA4B1824D4439B , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x439E140630AA451FAA153C15AC1FFC1C , 0x43DE19F18D804DB380A26451C8284724 , 0x43FEF78E8F864BAB86194C42840667A2 , 0x448EC07CCB5847468944C7407CC2EDB3 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x44CB3F0CA8244C1097C94F19EC649D1C , 0x44F5A654F8274258B67DB104FABCFB76 , 0x45596CD8C2554BCAA63A15ACFC3F92AC , 0x4570100A52C74FB0B920361946661659 , 0x4633EC13DA664845AA7E3659B8411011 , 0x46815593D7CB4E058BE8C35B4775F8AF , 0x46C274678110498290DE6BB758C6B0B0 , 0x46E6A1DEDB50427E99AB637C736ED176 , 0x475BEAC7324B486C8C05B7A0940907EF , 0x47682904CB664D498182FB7CC2362F5F , 0x476DA03652344F4AB2657072FBAC235B , 0x47C93D7E0A0044E1846405FA51D74FD6 , 0x47F0C997A1B848BAB854D3E7706980B4 , 0x47FD66B6CDBE43919BAFE81BC8DBA96E , 0x481078A8A1154B838281D129F2C084CB , 0x4892980D8CF2423A80166B0C8649F6CF , 0x48E825EA5B0D4A1382B672D8AE2BEBDB , 0x492507808A6444AF89A9BE4C91CD672B , 0x4947D6BD2CC24A69889095E157CA11EB , 0x494ED93568FD42DC86A8E0340F0DC570 , 0x495085311B31474FA0EDF2733D1A853F , 0x4987134C36BE4A2BA051D2C6FBF5BFED , 0x49C262940E634627A83A2D8900CBCB32 , 0x49F57CCCB3A24DA8A1EB7D72165DDF4D , 0x4A311B7B462F4341B6CAAA141B78CE17 , 0x4A3774215AF3449697142DD4E3B95F98 , 0x4A38CBC1FBC849D9949072848C82ADE3 , 0x4A68BA4E256C49129ACDE54FBEFF91B6 , 0x4ABCCFE7A99D4B2BAA4C65A573C4A160 , 0x4ADA7BE4C9454FF097C92F8427CC0A1B , 0x4AFEDFFF42EC404F942D99B202FE2570 , 0x4B36C50CB64E4A03B6BF7E6FCEC78B30 , 0x4BEAA37FF7394B238DF11006561868C9 , 0x4C50F7C089D04E7AB88E5EA33C5E7FF9 , 0x4C9461AA9F2347CB91DBBF636B319C3F , 0x4CA1B237DE3345A0AE20159FD05301A5 , 0x4CEB08EB683E48B8BFFD988441CBE0CF , 0x4D8FB43799354664AD17151323720A07 , 0x4DE815B6A1E1473DB453EE05028F6192 , 0x4DF3329A2B5745F38D8E47A9D622D696 , 0x4E0D39B2433B499F9B6F8BD3C7D98D19 , 0x4F0066E6E0484F47A376DD50057F229C , 0x4F19CD13CFB4473EA37629E4685513DE , 0x4F6ADE5D021E41C1A4FC4E5BCC8A3A3E , 0x4FC601C6DAD4491DA004AE7BF8594E03 , 0x4FCE61A3812446C395D3BE80D81F7256 , 0x4FD6BC89D5B14E4F8F676BBB65AD9850 , 0x4FDA5B96170648E19264BBD59D516CBC , 0x504BEB5F329140B08DA962EEABF98FB4 , 0x50A1432A03A5400C8EDEA57AC6906CD6 , 0x50BD5C5D13D5461B8715FA535C5AE243 , 0x5123563D4A9B4481A7F148C2C143C165 , 0x513820E734B841BFB7A36D40271268FD , 0x513AB9793DD541E6A6DFF9033F99756F , 0x5181DA93B4F94F9B81B617F08E635B5F , 0x519A3D3EF78A48E7A3D93E892AEBDABE , 0x51B69A6956CB46DC8C617BF7CD5BC3DF , 0x51DFB056BD414B308E86600E4BFB41B8 , 0x5210F3830BA8483EA4A947A50669D116 , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x5227B7D6EEDD45DDA8EF2D06C2CC6782 , 0x52446F91657F41ADABB61429EFEDAA1E , 0x52C3774768084B93B3B9CE3B15BC9E09 , 0x53B32011278543DEB3761EC483369967 , 0x53C501E2CF41496FA9A42EEA47C355AF , 0x53E4A030C1484AFAAA3AD9A63E7C8D0C , 0x5404CEDD4E5E4EBC99601CEB859FA20D , 0x543B03FCE41B45FE9590139D2110C409 , 0x547D92BE7BFE42848A5F51E916021B9C , 0x548F4A15DF30457AA49912C0880E0C32 , 0x54ADAD90D5D142599143ABAE18E31E46 , 0x54C26C5815DB49DD802AD745030F9B3E , 0x553111EF37A64D79AC36A6D12B65D0F5 , 0x56251D06C9E9477F8A2FF494CAE75053 , 0x562927BC78874C0C82C007C7A2A591B7 , 0x5630CE291A7C4AD58C9283842BF6594F , 0x56864370A6F9490FBF21AC5EB32EC7A2 , 0x56D50E48B02249C4B5BBCCE41A1C072A , 0x56F19D7F5F3F471F8F2A7C11FD49F670 , 0x574306C1F4F44AD09688FB2D06CB8651 , 0x576F7A6625A44B40B4AA14F858D3F528 , 0x57B06521D3FE4ABF934D2B565836203C , 0x57E9A1112CFF4E8A9C7798BC2D8A9329 , 0x585B24143964492D92DC75D83108E3FD , 0x586D264197F649CCA5A35830AEB27D8D , 0x589EB46AF3424F3FAA9B9DD0B2DFECE0 , 0x58E15680A170476CBA641C844883EF0B , 0x590789E000FA4A49AE4B28CED70716D4 , 0x592C8C118FD34494B2F8A1E7017C4208 , 0x59A0678CED61418BA2510D299BD84161 , 0x59E051A257694E6B81A450DDCF2CA9F6 , 0x5A7C1B2B5709496FBC7984C60FAB67C4 , 0x5A8D1C32B45C4D54B83F903BC5EE2C54 , 0x5AD0A75B35EA40B780720CF5B915396A , 0x5B097BD435E848F699E62A1F4D526C7F , 0x5B25590C69F94A1B889C0B5B0D94AEE6 , 0x5B3B5C3270CC4741A8DB71D130C3E5E2 , 0x5B9D56B870604CA2ACC275329FB15B5E , 0x5BC2F0BDCF4C45428387AEECB6DC0667 , 0x5BF95E9020EE4C2DA987F042B175EC3E , 0x5C14BD4352F84255AE542EBA0ACC0E5D , 0x5C4FF66B06994A6491AC10F38B0F9746 , 0x5C9E1844BE67418690B0BBBCED1A94E6 , 0x5CB1C1E247D9488A9BA1BE35EEFEF429 , 0x5D48E465F9A24E8A8B8F92844009B553 , 0x5D77219DE0154C0BAC2A8837C841F841 , 0x5D97DB9B33204DF4B5CB13E6348076CC , 0x5DAF880BAC6548DFAF69C181AB1409F0 , 0x5DC2575BF14F49E8B4C43FDB4937E733 , 0x5E37F8DDBD4D41839BAD35398D4CF015 , 0x5E40D3D35EC948AAB03B59015BEF368A , 0x5E41C0D93A0B432FA29B3823FF102BC5 , 0x5E93936FEDA244D986F2D4AD3B042D6E , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0x5EE5A624A73B46AB979CF8C948E0A98E , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x5FB296C482AC4D8EB585DD4F1CE98A81 , 0x5FC34555B0E449C4BB9B8950817FAAD8 , 0x5FEFE2BFF31C463693511C2A4916C1AE , 0x60542CBAE796468CA7F948DF15869B80 , 0x60652C2A934848ECA73723EF83E6571B , 0x6086C696ED2C4AB0B2631CF6889048BD , 0x60A3CC9218CA47219A0E3C04A3023893 , 0x60B6F7AC371D46D7B840A60A553E16D9 , 0x60F9442771C34FAA8813598D6563997A , 0x61D0C4AD19CA41F8BEC59BC811CF0775 , 0x61DEBDA1020043959AA497CAD8711D71 , 0x621F06FD17C0438195B50EF9FF5196DE , 0x622CE55A27DD4061A66337D860237FCF , 0x6279E85C754A43909DE87F0D3B858351 , 0x62FD24F7D9DE4E3F8AC0162AF6C77547 , 0x637783E9613744B099A5A0AAB46E32AA , 0x63D58180FA7F4D5888FC2644531C2F72 , 0x642A78988ECF44919664A4D5307EC991 , 0x642DECEFC90A4D6B80FD2BC4EC5F73D6 , 0x643EFC4EF68A4C45A33C539DF74E05B8 , 0x646611B105CD4F58A2CA652C91DF2975 , 0x65D37E8611A24D6A81A53A335F092210 , 0x6632D9776FE84BBA961029784E4D1B70 , 0x665373766F2B4618A12287E0A3D70E26 , 0x6679A0FC857D458C854C6AA0BB9CDC34 , 0x66D65AB9AB034AC59E737C04FF6A6D36 , 0x670E6DC7AE104D428AA1D9D1A3C596FB , 0x67358FEB2CF24551ACF0BAC52924438C , 0x67797097E13F42EDA86257C71C427A28 , 0x67C52FE7EE564689BCD4DC7D559670FB , 0x67DE6D67304C4B8482E958AB729A82F4 , 0x68C76F185E854E1BAA6DC51068D4CEDB , 0x68DC61545AA34F3CA50FC30D697CF926 , 0x69102CF6EB4C475983B3675E48E38996 , 0x69168CD035BF47ED9BD02E232681C894 , 0x699D5C13465942B9A9E9369633CFAC97 , 0x69E92375BB6648E7835771FE8C6C9E9E , 0x6AC99B6A187A49D0962E40890AC916F7 , 0x6AD310FB5C654F26B6C00954B2D7B515 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x6B44B464DE1A4D48BD5FAE5668B274F1 , 0x6B65F04EBBD34A83B3C11037826500C6 , 0x6B68C193212B4A8AA595C043EFAD8F4A , 0x6B7AE37BB6924E0ABA23FC8F474BF0D7 , 0x6B8CD7BC837F4D30919F2355EEEBAFB5 , 0x6C2593B2A53E46A5A18ECBC43C358446 , 0x6C4BC02D8D7D4995A36C4A6B1BEED6A1 , 0x6C60032837044522A2748A63E08D2B8A , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6C7FC7B7E6CE4C26B4130A8C4CA47DFC , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x6CAFA1E033004A809C65CF68DB984F31 , 0x6D2C967944904520989F13F15F6B202F , 0x6DAE503F926B45E4852B934306D8C1E7 , 0x6DC38AF358D14E5E8901F530AC764BF5 , 0x6E4A68824D7E4A149A1235979FC4F639 , 0x6E61B21EBF18450F828B4531B5B1D1C5 , 0x6E745D641E134CE7AD04962C52F0F5ED , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x6EB4EB75EB0446D09D8B22CADE0ABABF , 0x6F167A9F664B4283A2BD507391FCE303 , 0x6F35CE76EBAE4B4EAA0CB3CFCC7D7EBA , 0x6F5CF3BC48F447A0B3DABFA8B57D666F , 0x6F8394B87A1D447CA2D59221198C6689 , 0x6F83FD21CFA243E09641B0355A2817D2 , 0x6FC107D6A1E249129CC62E39BD3DB5B3 , 0x6FC81CE2B2814604BE87189A5DB36E0F , 0x6FE1A96B95F54DD5827665B8BD533B66 , 0x6FE67781660A4A79A99071B4718EF0F1 , 0x70B646D460DE4E41821945423F55A8EB , 0x71028E7E852B49D7B055E3EC2341CE52 , 0x7109CA42D8E0412580E57609ECCDBFCD , 0x71D51E54921A4752BE1673DD49CECEEC , 0x725A9144BD034E5C8A0666E61B5B24D9 , 0x7260BA2B578748ACB6FAEA9122190BA0 , 0x7266F2F810B64D63B49DABA3C14C709A , 0x72BA87549F8E4F19818763825B601890 , 0x72D70C67E6474DDCB1FBA965B12ECD8A , 0x72F4B50603D24604A00A529B6E11F202 , 0x72F4F3B3CA0E4C37832B332A577A6474 , 0x730B2C186C2B4C8E8CB0DB7BC460FB9C , 0x73289FC2712042929E4030CED6E3C4AE , 0x73448A6A85674A189E6A77D4638DFAD4 , 0x73698DB3297243979F0E98FA109A5DE9 , 0x7383E78A38EE4B2E963681C87DBD7AC1 , 0x73D10EECAD344599999FE4D9C0EA1FC0 , 0x73E8E9F85D4C493DB672F16C3C916593 , 0x73F4DFAC653D4F52AA5423DC6F2607DE , 0x742961D221F64543B83155799B9BCC7E , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x755D58FC4CC34E15A4F1F0E23B05C68B , 0x75950F9A8A9E479799900E82895BD54D , 0x759717227C7643E1B6F11815A203B3A3 , 0x75ABF562E1344CAFAFE50925B3BE0D7E , 0x75C9C48FD41840FCA0A70FC92EFB21D3 , 0x763A62FFC8524B5E8CDE6E4B63D20F87 , 0x764D49F8E36C481EBF908D3A59D16427 , 0x768083FA5CBC4D9D93C0E1D7323E33E0 , 0x76AC5DC7D2024B94983C2C30E855DE54 , 0x76D8745E72F24B5AA7D0F6F2BBDD770B , 0x7746742BA0944604A6F658D2A51DB39B , 0x778293E4A68D44719A6E09A9FBFD9A8A , 0x780CCB33DEE942F6B36CC4150B3ECC39 , 0x78376FA6AC9F4B0280E3703D4C1F12BF , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x78C8A3B7752D4D489296145B5DFCC9C3 , 0x78CDFA74035342AA8903CFCF78D505AB , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x78F6DF4ECAAF4564BB51034D769AD3F9 , 0x791ADF92D8E74F7CAA07563512347AD4 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79C9D3A631DE4E089B25C1F3B1FB7F64 , 0x79D2F91FE3A44CB69664C720D0BCBB3C , 0x7A07EA0AD3D04E2185CB41CBE254CB30 , 0x7A086E8C4201469E932B4A183711052B , 0x7A3F64787B534F9DBF31DE706C4AA465 , 0x7A768155A21E446DB594B41749495D52 , 0x7AB660DF1FF04A8C9D74A9E1AB0C387D , 0x7AEC0CF38D9445608FDE7D49D627919A , 0x7AFC75136947462C8B65520DF456DA92 , 0x7B4CAFFABAD04D4D90F412995E5D0790 , 0x7B7FE560DD9C4708B8EA3402E001D6FA , 0x7C0970FCBA6049038CA111556784720C , 0x7C466C7831B94B1FB01168CD1DF318CF , 0x7C5A8743D37244E38669F5A5C3D36D0F , 0x7C91B0BFA1934D46AB3FD2FC66867555 , 0x7D1420B62AEA467DA1BC7164256CB84C , 0x7D30C3B042DD4A53BF0DCD11B6D81EAD , 0x7D50E5285BC34169AC6865BC2D914C95 , 0x7D5321CAB3D94CDE8880F36A685E76E8 , 0x7DC2D9300F344F2AB759641B0C0263D4 , 0x7DF94DAA66A64BCEAD011F93B55D8B9D , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7E5054511A654D309311316152D7D8C7 , 0x7EFFCE1498D74F498155AE6C0A2ECF36 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x7F686C413F524D07A1D5928DBB3A7FF4 , 0x7F6A5BAE59A14435A2DE2FFFFED3112D , 0x7FA05D948E7F49DBBA1F1164029761E8 , 0x7FD9693053CE4E44A521FDD95E6456DE , 0x802EE6CE0A5B42CEBB9C073C410A080C , 0x80300E7918A0472189F0600F2CCAE169 , 0x8098E8E570FF433C97C363B1B4EDEA1C , 0x80A03295200F40A2BD06C38898EBEE5F , 0x80B0B34BA3AD473193B2F9FC45E218F7 , 0x80BF7EAF39184C95830A4EEE0DB3A8F7 , 0x81152C3787A148D4B16100936B96453D , 0x812D1D6712984713A099B4B9C534E63D , 0x813C947001844B6780AC1143A0058C50 , 0x81812E0BA24D423DAC0838781A53AE70 , 0x81C871F8837A46BAA5E2221FD42143BD , 0x81DEC1A259A74506B9EF84A75CCA0C0A , 0x81F4EBCC27E64C109B538604BFA82681 , 0x8267A6ED8FA245F083DBC3FFBAEB0739 , 0x827B88EAA0894D3291F437017478C662 , 0x82D75984D1D74D17A10894166983BC9D , 0x8337D35896CB43969814DC8F553A6C8D , 0x8362E00757FD42049D4236FC5DE8F2AD , 0x8492D39624094253A52EFD89A7F4DD34 , 0x849AD1D802B343ED8BD96CAEED48B7AB , 0x84BB8C3297E044C1A7979CEC2FB6B7FB , 0x84DB882D5EEA4037AE04BBFEBF4B8219 , 0x853308421F6C4D7399317C39A686F12E , 0x85631DA6828A4C56A608AC08C4F514CA , 0x85BC90F14F024080BE6816ADABCA818B , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x85E1EA4315F44DBFBA6CA79650D0DAB6 , 0x85FAD572583746E3B8862D53244884F6 , 0x8601FA9BA1444B558648B0DEF7006A58 , 0x863BF86661EE4A4492307726D3E530AD , 0x863EADD11B0949A8ACBD30FAA4C52C68 , 0x864484859D2A404299556436B510A8A5 , 0x86A1EEADBC7942CD815D907D267D6433 , 0x86F1F3B4FAE94A5B8C32AEBA06FCD8F9 , 0x86F99D06D21B45D7A31CAA8ACBD891BF , 0x878330506C8048A5B8CBE05BE1239B17 , 0x878B51F21DE94D2A9CD6A6FC5464FD76 , 0x879E2C487214457CB3CC606EDA47F549 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x87E8A336732741CCBB5767709F69448F , 0x882A0D90845C46C9BB019659A615F235 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x896D4671D5D04A838506A99ED07949D0 , 0x89BE286C0D4344668D228785E6F22ED0 , 0x89C0F169C0BB4B72A14A5D47C0CC4620 , 0x8A5AC200D25D4899AD75E11B6302BE40 , 0x8A6708AFC5644B41B574817639939A1C , 0x8AD0FA1CB54C4456AE91C74BA0DF0FB3 , 0x8AE17006F6734B039EC7021AEC141D5D , 0x8B1154FDAFAD47D8B4068C634475AFA8 , 0x8B2FE7EB1F3741CC8EB14CFCF1E0DDED , 0x8BA007392E584243ACA6846DC71BB165 , 0x8BB35A7F44B14F4F96C5FCB82B688875 , 0x8BB5548A73A7428D980BA256D3E41E6F , 0x8BF83D58E3524AE2BCEC77168033C58F , 0x8C04CBB016E745C598CFA495CD971622 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x8C1A7418CBA449B090C53786E4893109 , 0x8C5088FC54B2494DA942057ED28654BF , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x8D0FB28EE41B4E0591F99C700E318AEA , 0x8D1E147F008D40F5BA902C23610374FC , 0x8D2CFDD4A5F54B59902A11851D033E54 , 0x8D4F652702BE40BE8D5FD550188D0F45 , 0x8E0C64F417264187AFB600F36ACC6D22 , 0x8E5141305B9F4D8E96A80A8AD5A771FD , 0x8E5BF3C15FD541398A76A9D56C10AF1E , 0x8EA5C319BADB40BFB1E0F2ABE8E1420F , 0x8F1332EB43334D159175A80ED6E45057 , 0x8F2AE991784649C6A71AA22420A0FE06 , 0x8F3502D374E14B9E94862331E65A507A , 0x8F576EE93F3B41F290C1326DA81AB9FD , 0x8F7CC5A9E91E41718DA5F292F842C62E , 0x905EB35C7E7F4A26B89C6F3A8AFA2771 , 0x907800D6B1AC44438F47D5712A231E63 , 0x90C5EDE0B2E94251B2824DA55F903453 , 0x912A99516E84448C8FDB1BEE5464066E , 0x914384BAC4104F85950D06BD3F4ADB6C , 0x91631143C2984C2F9DBA27F2AA18CCA4 , 0x917C0DD471714A44A2F46430182D7FD8 , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x91C10139F3F946DD995878D8E2922800 , 0x91D688276DC9431EA960D86E2B7890E6 , 0x920BA0364AC64D3F903D41A0424D398F , 0x9221DB64CBC54FF0BE53254824AACE1B , 0x9227308DE2D34ABE9493571B275928D0 , 0x929A788679AC448A824A47123E682539 , 0x92A413FDBECB4AA999389472F24D07A9 , 0x9340B87922CF4FE49AA107EC4FE56CC5 , 0x9355F61CD2C348D4839DD4FB4A56ED9D , 0x93948D7989B94ABBACB620E3C3A4EC2B , 0x93BE2DB9AB73440C9F44D4DFF869B6DB , 0x93E012735E1F423F9C55286DC1F61059 , 0x93F72061B75642DA84987E82384485BE , 0x9407497B11564CFF9635B9E19317BB30 , 0x9407C0D86E204D9395004AAC16562B61 , 0x9409F1D2380249A7BE19EE278D70C716 , 0x940DE9504E2B4067BB89E8DE2687044F , 0x944F0FAB45F64A6894BCEF7C9F2446E4 , 0x94DED807DE1D4D5487E3FC98F1A30EF7 , 0x94EC97547E924D49A910102EC61529DF , 0x94F84AB90215495590411FEE68CAD100 , 0x9527A1489FAD4B2293E8F4B09C07EE8E , 0x95C56B0280FF4398A69AECBC4B4A1BBA , 0x962C617E8D994FF6B0C25AAD04022B67 , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0x9697343857C24DDD8250E9515CE7FF21 , 0x96A72254EE1D43CCACDA799E3C39F053 , 0x96A92C0E89924E65A4D62001CAB982B8 , 0x96AB547947F847F7B09DB8913231F48C , 0x96B1AAD594D544018CF15516AF8B6D20 , 0x96D59F0D6E494207AA52795071B588D1 , 0x96D780A9C84A4B2E9A76C26F9DECAA4E , 0x96F6462DD5E9444BAA8A6510915825D3 , 0x97660EF35657425286B95C82DCB02F2D , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x98099977618846FE80E141669A36D6D5 , 0x98428DAB5B8045BCBCBE767DD35FD311 , 0x988AE395A3FC432CB0A2F00BE78F5A1E , 0x988D2728096D477EBA6F4A5AAE31B2E2 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x999EEE8FE1D54280BDDFE719F06D5411 , 0x99CBC7E5A2E1450494D1399F5F355636 , 0x99EAD72007414201B6928B05FBBBA54E , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9A14055D105D41DB8ACF02728664CE2C , 0x9B2943C29FD2445BAB5C0A1EB2A939F8 , 0x9BA5403D3C8E471BBA30972D29B42DEC , 0x9C06F08DFEC04C80AB9D044FAA5A88DD , 0x9C631F86C38248EF86731E33D97644DA , 0x9C65400B2AF04B1E907B8DB2D1D3AA5D , 0x9CA575BB2961434B9B671EDBE50262DC , 0x9CF993914E3C4992B93C479B261FB992 , 0x9D0452A3918640298D71F5AF0FF52B73 , 0x9D1BC34EE7854870A3837049CC03BAFC , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0x9D5DF5D7A6234A23A7599AD360C5B41F , 0x9D8094E327FE44A6844669EADE9F4575 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9E7777E2FF5C4C0EBCD219DC43B4EFBC , 0x9E854FCC08194421BB34FF19988AE0F9 , 0x9E935F48DF944332AD696931BA2CFDE4 , 0x9F308D735BCB45BF885DFD7773987B14 , 0x9F3FAF898C4F4787A9142EFD6D2D435C , 0x9F6351143C2E4991A71D657A8AF2C6F1 , 0xA002E63BB53B45EDA2AADA59424ED928 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0xA054CE261D744BCDA5C30495FE53F325 , 0xA07559936294485C935B30E1553BD6DA , 0xA08E685520AD4D9A9A14E5FE3C0F37F5 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA0F9A41D35D74A80A65BBADB8938A469 , 0xA13D825EDBC248729A112ACCFBCBDCAF , 0xA15162103F2A4289B370E0EB4971F0CA , 0xA1D210E732B14ABB9DD022771C2D6A50 , 0xA245F8FD8AB640B18C1F19C2E5AE3C3A , 0xA276F2EADC434AB081123CB10365ECEF , 0xA2B358B0330A4019B3DE9B2E38D11753 , 0xA2BE0F12DDB4434AA714DDA3D26E4FDC , 0xA30AB8A9979644639A6C8FA69703B204 , 0xA34A206FC24F407E9AF91E9F21B0028D , 0xA34D0614C2E1433585E1FC3C077DCA45 , 0xA372534EB6B643C6B55B47EF159A4E36 , 0xA38274ADF70D45419F15B6A5AAF8DF4A , 0xA3A3FB91815E40C48BCFDFAD9234DB23 , 0xA3ED2E2204F14A108ECC492364CAF355 , 0xA4190569DD294A32B18C8336E0A927CB , 0xA41A2B49D4C44939A167DA5473798789 , 0xA4848E60DDEE4A09AF4527FDD1854EBC , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xA53F0AD1B85B4337812F02415AABFAB8 , 0xA57835DC1E2A4D37A4E375DC7DA7EC70 , 0xA586C82466C94A2F9E2E7183D44A0972 , 0xA5E8713170DF48F780661ED778ADF9A2 , 0xA6E8699E6E5E44F090AF7399AF9929C7 , 0xA83202E558F04A7996534FC5133D41BB , 0xA83914BE5EB94C24BDC703F19779D57C , 0xA85920C689804507918E7C0FD84AFCA1 , 0xA85FDFE29A3C4AEAA52BAACB7C4FE95C , 0xA86DE63A08B04FB0AB63E1FD0055D23B , 0xA99552F6420149FE9B6FE71F1EB223C3 , 0xA9A689FA68174C29A3F9BE33ADF8D9D4 , 0xA9F1EA47E9F0448BA87C813C355A309D , 0xAA1FA94E3C954A688DA24F834C65163B , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAA70EF7FA63A4054ACDCDAF078CAAE2F , 0xAA7CAB72A9D94DF99A7F7DC19CDB256D , 0xAA900D5502784D94AAEBFE91FD8A79E6 , 0xAA967D37B5C54DEC9DE460B25A2BD933 , 0xAACB8FDEA6A249E18B0ED74239D6F0C1 , 0xABA545C41406413D8D9C8552897384A3 , 0xABFBC2BC31C042758251EAE6511C3456 , 0xAC4DBA5016C44E24A15629AC5A169ED0 , 0xAD954713D8574B38AFA2398C7BD66C0F , 0xADF28C1B866641CA80805EDA0F657E47 , 0xAE1B6E1101974395851F687B7B654931 , 0xAE2313697B47401C8BC063267760B18E , 0xAE4A278B077744B7A11825BD1A3B3F39 , 0xAEE0FAF9BCAD45FB86E75FBD92CB5405 , 0xAEE2DB9894C044248D1AFA57B60E68CE , 0xAEF09C55B7154E64A364D71544061D61 , 0xAF02AF284A1E4340A9D65710EC0F692A , 0xAF047D256E3C4669A83D55CD27D233AC , 0xAF13091782524A76A84773B8BF52A26A , 0xAF212AC319864E9FBA31E21F013FB46B , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xAFF580D8365245578854545E35675FB7 , 0xB03006FBF7354A93A528FB71C1275DB8 , 0xB068C8733E6D4375B4D47487242D4AD1 , 0xB06E1B7BB9814476976C4351CE7F42B1 , 0xB0C0C6455D2D405DAF3C632E145E3670 , 0xB10AB13A4AA040078F63706050A57DE5 , 0xB1392737DB6E444D8CC9DCEDEAF683AC , 0xB1ADEDD24A1240FC89C0E548CD042C9F , 0xB1BA85BE51D140C3B95869FC2FE9195D , 0xB1BB68A95B3D474C818196939F9D495A , 0xB1DB8DA532FA409DB65270ED2FDD7BC1 , 0xB245D293187C4BC3A71BFDBD4C7D678B , 0xB25FA60CD3C54C16AA831E8CB80657D9 , 0xB2BC7ED9FAED4559AC5B93DD0D79F0B1 , 0xB2CA25F5540F4FC2ADFEFFE678AB972B , 0xB3E3CABBE3344AE5972FBB2E06F5E2D0 , 0xB40947C8674642EB9974BB81816539B5 , 0xB46EFB940B5D4E79A88DD8190836A198 , 0xB47B4530A16A41489A4ADDE43CB0DA5E , 0xB49A3E6547784F1FB5D822D52CC9A507 , 0xB525F8818BB94975BD6D612C4B661597 , 0xB5748648350B4356A3964452D2B85CAC , 0xB574E4D3CD984C71A4C4B44847328506 , 0xB60E3D92F8F846369FD948C8F8C35219 , 0xB62DF4276A9145BBB105AFE5A7DF2680 , 0xB6981374AB4B4B8E957A637AC0CF66DC , 0xB69A2DD92DCC4F368C9EBCD1E1EBC3E4 , 0xB6AC6F1E9BA24E43A0F0BC1BC171BC4C , 0xB6B618ABD98144B69611F9CC2FC3106E , 0xB70131A1815849D2AC66AF4DC20BBCEF , 0xB74A81E4EFFE49D4BC01145236DFD3ED , 0xB7AD2EC739974A35AA791524BD3DE27F , 0xB7DD0148C0BB48B4ACD1F84D873623C6 , 0xB7FE7724A1E54FFA91C3A13F0D450ECF , 0xB823F6C0BB5E46C88392BB61F3220CFE , 0xB8D46F425DDA480A94A63288EAF9A67D , 0xB998200072FB47659BB40DC7F9974FEE , 0xBA30750C1A064BC795585EB9640CAB36 , 0xBA76CB71D106411AA7ED00F13045A32A , 0xBA77C0763DFB47158760B6ADA7335C90 , 0xBA9FA6DD11264506803C7E82FA1A2598 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBABFB1603CFD4A86A1E186A18FC85A90 , 0xBAFD7DA5004440E8B75178B8111B1997 , 0xBB1C0A1278A144809A930058A52D6A84 , 0xBB220445482E43FFB57A59CEB3831FD3 , 0xBB72B80F2E554B86A399F2183779412F , 0xBBA2A0852978402295F1C7E10D5E4803 , 0xBBD64A1D04CF443FAB033DEDADF8260D , 0xBC4ACEF6549545E08B6668086CEB2882 , 0xBC5E02F259B548E585DE758155C448D1 , 0xBC64A70A35A6418D817E62896EBE84C3 , 0xBC682318F5FA45F0882688B264BD3EBF , 0xBC9B5323F26A487EA1DF007B4CBFB900 , 0xBCC6FB924E354352A7C6CBB30DDCEB92 , 0xBCF25EFF26A04F17B41F44E1C48E049A , 0xBD2F3BD185B44BD89A304655797F6F82 , 0xBD6868C11D384880AF8A46FBEC986BAF , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0xBD9B273F45AC40478A3165D9F8580223 , 0xBE0842960C464DC5901B6744F285CA21 , 0xBE58EFD5547E47F996DFC50BE36E2D85 , 0xBE8A988944814504B3125C6592151087 , 0xBE8AB8AEFA944F648610A373C7D9C612 , 0xBE8DA37B4B0F44F8860F6450E6EA6C1C , 0xBE9981C98EAA407DA40960AC1D2BDBD2 , 0xBEB547BB33414197964D2AFC7A7926CB , 0xBF6C14C7142E4DA2BCAAFC2DB037E780 , 0xBFA003D2278C4189B6394E0DD84A8763 , 0xBFA0F5C7990D47D68FE7896930E02E58 , 0xBFAC73B9F4C64D388D9434F6D7488BCD , 0xBFC64FEC939B4277815ADEFB930295A1 , 0xBFEC767C40A44ED2AABB7C649B99973C , 0xC0222E973C85450798BE8850EE5351FA , 0xC06B5E575C4A457FBD37EF869C02513B , 0xC06DA58BE45E448CBDAFE048F8FA34BF , 0xC0938ACCDE1F4174BD1257612629EF9C , 0xC096E9B67B244FE789309FFA5275D137 , 0xC0990CE6C3C04654BF8DEF2C3646FB58 , 0xC09FA05CD9344A6B83B1EA7C01136F46 , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xC1067FA7E42B48338FFA0D8E9024C178 , 0xC138F4A68C1145C9BD87D70C16F20428 , 0xC181BC04EF9A45E88C31BB31ADDB9391 , 0xC193C5C3677240BA8498CB282694A75A , 0xC1CBDE6D260846F689F03E03D33DE6A3 , 0xC1F130D7A69342B29C1D3461040004A3 , 0xC216A7C881C64D84A8357FECC4FDA937 , 0xC21997D38DE9401796A9F01B30D0884A , 0xC225ABF84EDE4935B34646A1881258C8 , 0xC3351F31926D47829A3C6C2D6B5B49D7 , 0xC33EB2D9CB034C92BA5C698AEDBA5E35 , 0xC3961150F2944BCD9F90C0A44FA368AB , 0xC3DD1570CC6F4A8CA79A3CF95BA629BB , 0xC4125EE9E4CE43CAB7A746C20AE39129 , 0xC4642AE7E3E14468B7E384F376400530 , 0xC469295541F94ADAAC1A044AE246A40C , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xC474FED558174C68AFEAB3770B180F4A , 0xC50671E6CD184FA7A1E2F0AE27783278 , 0xC5392006968144268A07483408223289 , 0xC5A7941EC4AF4197AFDE9B553ABADD82 , 0xC5AB144F495C45D1AF742173EB811222 , 0xC5CCCCC7263E414E8FEDB14C411ADF61 , 0xC624EA737DDA423890C8B30499EDC4CE , 0xC685CCAC46164ACD8F9DE127A784AD87 , 0xC74D63B76EBC4A5CBFCFF547BBD8531B , 0xC767029D9D9D41AE934B826D23D56017 , 0xC7AAAFF3E1D24BDAAD4E5ACA59C2240A , 0xC7C27C6EB6D54599839A560978452979 , 0xC7EBA74B199C4559A745049D36438837 , 0xC8104E658E794EDA8086E6D26563B7FF , 0xC81E18BB8DCA486E9DCD2C30A35BAB3C , 0xC853C3B4E9B24484BA8B0EDC19DB078C , 0xC85A3558DD2D405CA0F4491A6B52614F , 0xC87D078FDF5C490980C604ABEEB7A3D8 , 0xC8AE7F0369464BAB97E8CB6998DA5A37 , 0xC93ECDEA10EE41A9A587AEB88F1B08F3 , 0xC9EB29E4FD2E4437A0572855DACA354E , 0xCA1AF9555EEB465FA3E545CED2610563 , 0xCA49DB60E51A4A228A20BBE47FD86F72 , 0xCA49FB636DDC43DFAFEBA0C4F7DC0726 , 0xCAC0E859BC574557B35F78FF09B0E8B5 , 0xCAC219F237144B3DAA4F904F2664FADD , 0xCAFE3CF58D354CD2BAE220E75FC4F7DC , 0xCB81B3FA56FD4B6BAF5F6D8FF066CEEB , 0xCB9B3B2F9BCC4B6C9696AFEB4D6C1A3D , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0xCC6CA6F547DE4A6A8636B5DFCE9ACA12 , 0xCCA727003FF54C9395AF451195E7279A , 0xCCBEC01B6215447B958D69714049BA7E , 0xCCCE86F4B9CF4642AA9BD0E679C4046A , 0xCCDB5FCBCF0749CD8AB8A7EB48A1CD85 , 0xCD0E2E40890A4D15821F2359F2C4EA2B , 0xCD2A31B6FA7C4F04BF1B041AA337B39D , 0xCE183819AE20437D9DEE7AF24900ABE5 , 0xCE1B842BCC6341FCB9D7152F88EFC748 , 0xCE3E17FE2A35408A8ABBE798BC8E8F2D , 0xCE97B8F4CD5F42EAB3991FE2BCDDE2E8 , 0xCEB8438537014224BD0256A2FEFF1D66 , 0xCEBE6B1C495B4C788E61E948BBBCD2BA , 0xCF5E6D5586A54DC4AA912896D745D722 , 0xCFA4363403F1494691F3D55EB9398B25 , 0xD05F2E9C3A5E4B8885C8D3ED8A4437CA , 0xD071234E651140459F27C2229C4AE788 , 0xD0981AEFCFB34994A4119221FE2708BD , 0xD0E824ACEC98423DACCEC4BCDF218816 , 0xD1204C8056004E1F8DA6BA6DA3FBFA3C , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xD12ABE34043E4C20B600AB65142E8168 , 0xD13C6407C9A14895ACF0BC340586E2FD , 0xD18207690CCF4E2EB1EA56BBD79D4416 , 0xD1DDC74B23454DA893DA5114B0C15A44 , 0xD2009F74A1604151958FAC3DFCE40DAE , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0xD23A8295F503439283F453172B61DD1E , 0xD24E8F79A93A4AF7B49B709A3C48C04F , 0xD27AB769972F48CDBA32FB75CCD525D5 , 0xD28402DE2B0045E0A07CDE7B727DE6CE , 0xD2F2E561FD094F4FBD06D5CB92984763 , 0xD35E90B72FBF4A0C8503079556472D84 , 0xD398C2DDEBC444F6A74DC3133125987F , 0xD3C9CB38A11F42BEA374E7A685BFD828 , 0xD3DAE4769C1F484D892C0A4AE14332B0 , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xD49FCB5AAE0B40CAA8FD6547C25B481E , 0xD5367698027746638E4934F016F0FCF3 , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xD56C6BF640604937A1F931112F5BF865 , 0xD588741B684A4310B31DA17036B4104B , 0xD5BE41A8F5A34787A1467A70DDFB7EC9 , 0xD5C7CBC9824E4F8282C578006CEFA34A , 0xD5C7F478291844FBBD73ACE11197FA41 , 0xD5E375AD9CF54F30B03E5CF799887413 , 0xD6F6780A31854142974C0372BF28C77F , 0xD6FAAC7CDC84449996627E8948B985D9 , 0xD6FBCB6BC1FB4C4FB3C5374EF5B5B67C , 0xD73E16D28EFF419D9649067012F694A2 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD75D41DEC9B7499FB30E1F847873B234 , 0xD79EC83FBF0A41F7A049AD4C21634A00 , 0xD7CB1D58D4CE4F699CAEF498931672DA , 0xD836A63FC8E6416EB98518FCF71EA27B , 0xD83A3E11D54643B3BD70857E7153AEBE , 0xD877A4C0D5344691BF5E5E10AA83864B , 0xD87909FE7D604C139579F2F72C2FD375 , 0xD8A8542B78F6473A99F468FE2B2AEC50 , 0xD8B7AD7F1790433F9EA3D95228DE6390 , 0xD8CE812C667F4C14881887CABB9E727D , 0xD8E9D070366041BF807BB9A4F5D3CBF8 , 0xD8F0EB71932C44AD8667140E3312855E , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0xD921EE213D44441DBF25538CFF506FBD , 0xD95E5AEC89724844A46B61824FB1C774 , 0xD97333CA46504A8389743BADBC47D068 , 0xD99441374E184C50A9CCB1DEB4A0A30E , 0xD9D87897BD6C49B8838C356EA465B8CD , 0xDA40ADC772184663B035E1B3F9876A24 , 0xDAC92FDDD87541DE95677C1F561575EE , 0xDB30ED5DB63E48B187D4940F7D917510 , 0xDB5460FD7959419788EC414BE3947D20 , 0xDBA4A06D239047C98CC59F860B14BD6F , 0xDBB7D665B7AE483A85DDC00B00A6F4FF , 0xDBDC93108DEB4BDCA5B055DD1C474CAE , 0xDC029146615E4346B537A522FE56379B , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xDC6A38F849F64095B8AAF555D59BD8A7 , 0xDC7487729044444198EAAD719A5CACA7 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDCBCE2570BCD427E9B15D60BEB70C206 , 0xDD17009BA4484041BA49E0C68E23B58F , 0xDD5BA0866EB14CC0887BDE5BD80ED9BE , 0xDDC23F40FA57469F8D0FFE7F95A9718C , 0xDDF563281CC74AB3832A044EEFAC1891 , 0xDE60E8C91AA24BDAA1132ADF8769432D , 0xDF5A58B8DCC94914B6615912041AFB04 , 0xDF6258B4B02845A592C304FE986AE052 , 0xDFCA2538D5E540B8948ECF56AE57C074 , 0xE070C6060A1D492AB557CD300DF10A68 , 0xE0B6680EE6684E948069AF0D6D72C2CE , 0xE0C26AB816C2425CA101D7D8DC7DC515 , 0xE0E0FA773C904C77ADA7689AC2B747DA , 0xE10AAF1F02BC4AB78EFC0C843D627033 , 0xE142D9B69CEE452790A03BC005F9B061 , 0xE15AFD92992D45B3B7347B5D6C46471B , 0xE1D5897E87AD47E487660F7A07CE1C28 , 0xE1E5DC6EC9EA40688C2EC208D1C3C9AD , 0xE1F32F879E794A4CA8C4A0A4B4835FE4 , 0xE2BA2A5B9240464A9D567BEBEFAEF501 , 0xE2DD0855A86A4C399E1D62FD25C35D2F , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0xE3247F80A7BF43EBAC80F5D159AC0589 , 0xE3AEC067933045A2934BD1E3856C263A , 0xE3AEF3B824F4412E830845BEB7B2D308 , 0xE43B2A0EAA1742CA80FA40B8F6A69EE5 , 0xE4A4B862621543CE8A1777721FDE341D , 0xE53BEA0622DF48FBA5809126220F8D2F , 0xE622420C326744279690D723DB04A127 , 0xE6730BCF2C8140FE858F456D92C9CD26 , 0xE7123A43BD2D4C04B7F884F5F5F4EC83 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0xE7572990BF90464ABE316A8714C55DA7 , 0xE7575D54C9FE443F98C5CFC50DF9C398 , 0xE7BD1C08EE9F420F82183E73028643F1 , 0xE7CDAD3880984AE0BB9F0BA48F0D37CD , 0xE863DE4441514E82BA6DE7D252DD9335 , 0xE8B6FCAF96D144DF92383631D23EDBBB , 0xE8C251237D3240BE8D3FE4B4B199D54C , 0xE98F77C53A7946BB96F3151D6C0C1196 , 0xEA0F9D43921C4DD29B959D15E5311390 , 0xEA2AA7BC07A24CD1AD1AF9970C8C389F , 0xEA4EE62ACC4944E68D8E9061D46211AA , 0xEA72A169AA5D4806A0542A9C12611C18 , 0xEAE8516059FC4D159BAC8E731DE8EB06 , 0xEBD171075648451DB44495796C42E299 , 0xEC21285B7BFB4C7BB3D45DD47B57031D , 0xEC555BCAE6BF4709829E2D5EF208806D , 0xEC65017EC6974487B10363BFADF1BD09 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xECC13E058EA74F999D89025EF24E200C , 0xED3AB2A57CB94CEC97392A2D4E4FC2F8 , 0xED7A9A663E0D40219234E240AB47A393 , 0xEDA242FA444743C5BBB743E220608E4A , 0xEDDDA3F13F1D48CAA9C0706E939DDCE3 , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0xEE5DE617198A4B4392DAEC9CA66E82DE , 0xEEE45F5AC20E4CE7A6EAD3ED46DBF544 , 0xEEFB4E3224E74050BB3CE7CB3F3F9EEE , 0xEF094217B79440C29FB54A57D569967C , 0xEF1F41B39C5745A0AB7A298F44A60DD3 , 0xEF37571C199F440382E2B75BDB6190F0 , 0xEF539485CC4C45269C7CC2658DD5BEA7 , 0xEF5EC17D4739444D8BA6AA3DB57F721B , 0xEF80FE329973437895180F5BD8D286B3 , 0xEFB314DDB61F4DEC851D6FF5FB59828E , 0xEFCA09A8202A4A6E94E79822F11576EE , 0xEFE06BA31FAD41379BB5EEBB482C40F9 , 0xF00AD7DA6F83479E92657FAF48821BEE , 0xF05DE8439643416F8B148A10194025E8 , 0xF09A95B636114509BFF44E2C53D6E0CA , 0xF0D795B8421B4A46A1EBEBA5A1E1A83A , 0xF0E98E85F304428EAD68FDAFFF39C972 , 0xF103D729273645B0B27BB48CD04B290E , 0xF109038BAB33492A873FF3C6AFD8DD59 , 0xF147C0DBD17246929F9D708A5E94E51C , 0xF199DE03B902440A9390C4167CA5DCB5 , 0xF1D7F77B3CB649CEA1E20A6C2A8DB422 , 0xF21F46AACDDF48049FC5297D6D2F3B63 , 0xF2406EFE382E4F49937E837FE25BF33C , 0xF244ADD772744AD783279D607531B452 , 0xF27F12B684A04CDC8F4D0CD858C5BA56 , 0xF316E9150A4A4575938B7AB049475F03 , 0xF3C11CFD48FC454BB7F0F46D9BCE33F5 , 0xF3D4EED7F3924E0790A077DF968CFE9D , 0xF3FE54C84D3F487484186E2142AD3098 , 0xF419DB766C1D4B1782B52DFA62D9B9DF , 0xF457C6C3ADEE40E1A2751A7FEDA982D4 , 0xF475575C0F7E4845A3312B585AF9979C , 0xF49A21563D714DB5AB02E38F3448774C , 0xF4C112A32B344491B74F59D7A1223E89 , 0xF4F9F1485DD9453DB9F17F1150726664 , 0xF51881413F0849399A3B9AE2B587F9F1 , 0xF596F4DB96B9481999ADD056F10D6B8A , 0xF5A172AAEE9549E89E6F098948A4F29F , 0xF66FB0F1252B451F82648F3ECBADAB43 , 0xF7500530AC154A198FDF4E76F800B2CE , 0xF7708C735AB548CE82164CBAD217BCE8 , 0xF792E5CE8E35477DB10CF4EF69CF6AAA , 0xF79C47B54E4647FC8CCE0674A8931DE8 , 0xF7D3219A6ECC49C6801DF42D03002529 , 0xF7E4177C6E0244A2AFE669754AF5616D , 0xF806A03E03D04ACDA27D960F95F18C62 , 0xF82A8F4A5F6A40089A913F1F16DA9FCD , 0xF86ABAF8342A4867AFA07328C1A917E3 , 0xF9BBC19429D244BCAD1705B683C81AAF , 0xF9F005A3A5EF4E34A411BE5F9D070933 , 0xFA06D411CAF649A8A0869210D28B8182 , 0xFA38725245AF4973ABA61C6E0DC86D51 , 0xFA42386EF2584CE2AAE4B607CEFBDF0F , 0xFA9A145DF22D466B96BCC1360CB87177 , 0xFADA34555FB84A1D86F4006B0F67C08E , 0xFB1D7090535047168CFB0682F2AB898B , 0xFC430B9D26A744DA935B32E3A418EBFB , 0xFC6740C48F6B4351AC1ABE8587B7A1DC , 0xFC8986EBBFF24DCF8A2A3DA57EA7B3E2 , 0xFCA1613AA50444608EF93A7CA5D619EA , 0xFCADCC9D49AB4D8DBF67D82A78A016A0 , 0xFD3895EE6D8241999AB29765E7F57E4E , 0xFD7011DF27A74A89AE8A2BF0B92588E1 , 0xFD7C156AA4004998996B1EED3D603AC4 , 0xFDA2D703C86C4F13BE5989653AB34B85 , 0xFE039F02196E4B5CA658E9C0B67B612A , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE720B4DDEEE4981B54F628E3370D344 , 0xFEA07651667342F09E2AB884B61F5F29 , 0xFF39B738341A4E009B3EA51400377614 , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xFFCCEF673D88431094FE4BEC714ADEA1 , 0x5702FC214E4A42438270417FA4736BC5 )));
Copy
87
0.44 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"³µÝl3BJŃÏ×%÷3Á÷ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0xFCE6ED6C33424A8F9FD89E25F633B5F6 );
Copy
88
0.30 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C ;
Copy
89
0.34 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/ersatzteilfinder/400-exc-2010-modelcode-8303J6 "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/ersatzteilfinder/400-exc-2010-modelcode-8303J6' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.44 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
91
0.21 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
92
0.17 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
93
0.24 ms
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = ? ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"VÞGÀŽÊMT“*¸Æ³Qqƒ "
]
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = 0x56DE47C08ECA4D54932AB8C6B3517183 );
Copy
94
0.25 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
95
0.16 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
97
0.22 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
;
Copy
98
0.45 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagGmvReporting "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagGmvReporting' );
Copy
99
0.39 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
100
0.19 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.66 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
102
0.25 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
103
0.24 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT path FROM category WHERE id = 0x79A36140A28A4CE6AC6D0E2CED062741 ;
Copy
104
0.16 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
105
0.84 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
106
0.41 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
107
0.95 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™²$ßâ\r Fé¬!¯Ü\x07 Á\x04 s "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x99B224DFE20D46E9AC21AFDC07C10473 );
Copy
108
0.71 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
109
0.53 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
110
0.55 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
111
0.66 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
112
42.24 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/ "
"/navigation/251448b91bc742de85643f5fccd89051 "
"/navigation/ec2a4d4fb4474b5088b03df523675f08 "
"/navigation/859156a63cc442008cc67aa14505a8ca "
"/navigation/4851ecc7788447bfb1e74f488e708249 "
"/navigation/2350ba14e89143198d72042128b8519f "
"/navigation/f3f47b57953b40afb23cd462dda41731 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58 "
"/navigation/07d6d4c2753d4315814435763a756eb6 "
"/navigation/4784c622e7b34b139d9852ed9fb53adb "
"/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c "
"/navigation/7ca22766fd2846b39712928cd77b169b "
"/navigation/cc590dbc44b740169864cd7c989ddad0 "
"/navigation/275477acc6364fcbb3d3bfbe17317800 "
"/navigation/57e065cd29a24cb3b2d9fc39fc2abf50 "
"/navigation/aefcfa1180634bb98635452ad2dcdbf7 "
"/navigation/bda1448fb6f1449eae78e06d3dd07df3 "
"/navigation/2c38112820554a9598f0c8e77373625c "
"/navigation/310cbec927954c1ca5d68a3a49b532c7 "
"/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/navigation/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/f19faba35fa04f30a1bdd354b051f625 "
"/navigation/4bc032eef6364672a0d09b8abe93d55e "
"/navigation/33b309eb71bc4c2a9976970795d500fa "
"/navigation/6dba75696b5148139136de033ffc6382 "
"/navigation/be2f3ca764534022a2ba79f972c9679d "
"/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6 "
"/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef "
"/navigation/7b7970e14b87448fb41d825fcec350d0 "
"/navigation/7d34ea33ebd2430b84ca71a999e7b708 "
"/navigation/abfa97de640b48c7a6afa067b88812bc "
"/navigation/1f423e85c6eb494980b22dde93e64a9c "
"/navigation/876b21ae9d7c41498115b90823beeb7b "
"/navigation/2b29710e5f0f44a8825513b4e6e2a98d "
"/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8 "
"/navigation/671bb3d9919346a1a0187fba6835a133 "
"/navigation/dfe70840626a4a9a88c56999fb42852b "
"/navigation/e4ae50f24b8d4d6483cbea48cedb146b "
"/navigation/73e9c784d8c448d8a7e304117eed2293 "
"/navigation/8fa76c45c7a14b1ca93353f7b1f85411 "
"/navigation/f2e70390e9e34ceda7549b53800c1e08 "
"/navigation/0bc41cae5ab441458dce00de02107388 "
"/navigation/5f149c7e1b2b48f9ae6364de8ce288fe "
"/navigation/903d01af296c4a2391205affb24423c2 "
"/navigation/89364c27afac40fa9ead1ec3136ec684 "
"/navigation/aecbd0f4de0742199dd75fadddec2013 "
"/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0 "
"/navigation/bccc5c020811472196379229044dc7fd "
"/navigation/2db3c8aa857a4bc6a6d11e3438350063 "
"/navigation/068567f45f424e389167089941c407ec "
"/navigation/165d387e909249889e89cd6584e6c81c "
"/navigation/20e44a7345fa48468f3d0e2298b4f067 "
"/navigation/224193720c2a4a45bc96cb2d055655ba "
"/navigation/3c24eab57c3d445698f26534ea18e660 "
"/navigation/444424ff93914a27a401e920bb33976e "
"/navigation/72202b824a384e9a8c11ae6afe2a9d75 "
"/navigation/7b182711a1294f69ae2266b5e37b5bc4 "
"/navigation/83868e2e81b340bfa067343e71965085 "
"/navigation/89d46426d44c4442993d4b524afc59a4 "
"/navigation/a16abde2699547c2b823b86c6b48d0d7 "
"/navigation/a3025fff20374024b907cddab6c39d43 "
"/navigation/d14cb43cbcf245eea471b31b87876e6d "
"/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d "
"/navigation/e5c66ca00fd140229735738d20618e8c "
"/navigation/b613bcea17d94cd68c0f1b01c96a843f "
"/navigation/f65330b5335b43a8ba39baec7d44aa54 "
"/navigation/fb3986cb89834cf3a3b42c5a651034a5 "
"/navigation/9eb6e1f2d32e4679aa85298c3e2fd678 "
"/navigation/a5d30272319c4e6f8577b8f344013d34 "
"/navigation/5be3b86f12b94044a39420702328fe79 "
"/navigation/e40c020ad4b74db7bc3e2e88c4c27be8 "
"/navigation/ab078ca87be74c748a7e971e766ceaf3 "
"/navigation/efef8f302349446dac0f0d67631b70cf "
"/navigation/f5e01e9054514b68a8653c5a4f2e5ee1 "
"/navigation/e485c99ca374414e851e1bae3f10af8e "
"/navigation/2fb093f95507419987f178312f1a3159 "
"/navigation/4823a61385b44ff1acf4e6382ddc6ed4 "
"/navigation/a6abb398e64e45f1895b6666ef5c48d1 "
"/navigation/00f37e830a0348d09705a9612c8c8cba "
"/navigation/71ca1150915f49e5a1f2fd538909d05a "
"/navigation/1c5e979155a844539448db12fd5ee768 "
"/navigation/8880adde82fa414eb680521ec3b57c4a "
"/navigation/edd74ffcfbd44ba9904d355f05d440a6 "
"/navigation/29bbfc2eb6d444f08a34e46f60b76e17 "
"/navigation/9228dba7d8ff47a897c5e6125f40dae0 "
"/navigation/500fe37e8fab4ec686d79803e58a8133 "
"/navigation/defbeb767ca44c1b970ab994d662a6a2 "
"/navigation/5d1b4c4fdc094289932a615f81db335b "
"/navigation/b3fcd7cc2e684a8b96f82adbb8615f55 "
"/navigation/1f6fc0d096e4433f847169a8653f9872 "
"/navigation/cdf0a23d5d72433783ef241128a9b070 "
"/navigation/273527558c5e4e2cb3168fbfbbf6db0e "
"/navigation/0fc49a5d23ec4742845d4d31898f67f2 "
"/navigation/9870b54fef794c4b87791c9dbc9b83b9 "
"/navigation/91314c7682154e58a203d7deb3c46e25 "
"/navigation/0198a84419397e96ae8527630cef7f63 "
"/navigation/019c03b8fcaa72dc9e2c6dd03b04916d "
"/navigation/5fdbefa88b0942d28155aa77fb9d1ef2 "
"/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27 "
"/navigation/6abcc304f8c84933a719a126f42a6651 "
"/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3 "
"/navigation/ea2fc00d192244b3b852128b45d74842 "
"/navigation/2a5c8fc96ef04011aef499b2fb4faca4 "
"/navigation/01971690d7e97455bdb6a13033fc4bea "
"/navigation/01971691bb387f7f8d6fa68ac5bc78b0 "
"/navigation/019a7cc2c0ed7c48bfd77766e7197c67 "
"/navigation/019841caba81739d847aaec4495335dd "
"/navigation/c760008290d84dbaae3f6f4b83269ddd "
"/navigation/019aea2480627a599fd1d0db6122e224 "
"/navigation/0197169587bc7ef2832928391108aef6 "
"/navigation/01992f21513c7fca831141b67a0ba2a6 "
"/navigation/0199288800f87feaabd6d217f0254df0 "
"/navigation/01983b68543b7476b25d1ed5006cd884 "
"/navigation/572804a509e74ad58d18d52ef0cfeb3c "
"/navigation/0199772279547efd8f94e76789b316b3 "
"/detail/907800d6b1ac44438f47d5712a231e63 "
"/detail/5ad0a75b35ea40b780720cf5b915396a "
"/detail/02049224c56347179fa4c013e2cfcd8f "
"/detail/5f7dd71082de4ff1825a3e4fc530b61b "
"/detail/6b1e1d2fc9aa44778a413fbac60b4ed6 "
"/detail/a002e63bb53b45eda2aada59424ed928 "
"/detail/0f30798be19b4bf49513883d55f91e75 "
"/detail/a3a3fb91815e40c48bcfdfad9234db23 "
"/detail/1b2b24b76e1e4db793d6cd9a322e8e64 "
"/detail/018e3b42c7c64234bb3402ccda3a3889 "
"/detail/4beaa37ff7394b238df11006561868c9 "
"/detail/81152c3787a148d4b16100936b96453d "
"/detail/3588374ddaa8427c81d359c9c2d5ce9b "
"/detail/878b51f21de94d2a9cd6a6fc5464fd76 "
"/detail/224646719ca8445684e02ec785ff051a "
"/detail/aa3031f9fd724dbc9fed884ea62b3cdd "
"/detail/dd5ba0866eb14cc0887bde5bd80ed9be "
"/detail/905eb35c7e7f4a26b89c6f3a8afa2771 "
"/detail/b1392737db6e444d8cc9dcedeaf683ac "
"/detail/6eb4eb75eb0446d09d8b22cade0ababf "
"/detail/6f8394b87a1d447ca2d59221198c6689 "
"/detail/2981d274af1a499b9a3d61acd3c4dffb "
"/detail/d8ce812c667f4c14881887cabb9e727d "
"/detail/9697343857c24ddd8250e9515ce7ff21 "
"/detail/f09a95b636114509bff44e2c53d6e0ca "
"/detail/7aec0cf38d9445608fde7d49d627919a "
"/detail/4e0d39b2433b499f9b6f8bd3c7d98d19 "
"/detail/e2dd0855a86a4c399e1d62fd25c35d2f "
"/detail/ef539485cc4c45269c7cc2658dd5bea7 "
"/detail/1aea228ca06a48efbff72852aa31d468 "
"/detail/73f4dfac653d4f52aa5423dc6f2607de "
"/detail/d8a8542b78f6473a99f468fe2b2aec50 "
"/detail/6dae503f926b45e4852b934306d8c1e7 "
"/detail/d7cb1d58d4ce4f699caef498931672da "
"/detail/e863de4441514e82ba6de7d252dd9335 "
"/detail/944f0fab45f64a6894bcef7c9f2446e4 "
"/detail/95c56b0280ff4398a69aecbc4b4a1bba "
"/detail/a054ce261d744bcda5c30495fe53f325 "
"/detail/27f0c28d790c4a3f8d901fd988059fc8 "
"/detail/7d30c3b042dd4a53bf0dcd11b6d81ead "
"/detail/30176c652f9b4833804be55d2e5c491f "
"/detail/e3247f80a7bf43ebac80f5d159ac0589 "
"/detail/85fad572583746e3b8862d53244884f6 "
"/detail/a2b358b0330a4019b3de9b2e38d11753 "
"/detail/d5be41a8f5a34787a1467a70ddfb7ec9 "
"/detail/802ee6ce0a5b42cebb9c073c410a080c "
"/detail/a30ab8a9979644639a6c8fa69703b204 "
"/detail/ed7a9a663e0d40219234e240ab47a393 "
"/detail/8337d35896cb43969814dc8f553a6c8d "
"/detail/13a7bfcb6f394b52999c33ff1f1a01d1 "
"/detail/e8b6fcaf96d144df92383631d23edbbb "
"/detail/c81e18bb8dca486e9dcd2c30a35bab3c "
"/detail/073c8acba3ad4178846c925e7b64396f "
"/detail/bd2f3bd185b44bd89a304655797f6f82 "
"/detail/f103d729273645b0b27bb48cd04b290e "
"/detail/bfa0f5c7990d47d68fe7896930e02e58 "
"/detail/262d10aa4c5f4d2eb8082ea3371b0108 "
"/detail/80b0b34ba3ad473193b2f9fc45e218f7 "
"/detail/4afedfff42ec404f942d99b202fe2570 "
"/detail/076c79d527be40a9bccfef2e0f3bd78f "
"/detail/ccce86f4b9cf4642aa9bd0e679c4046a "
"/detail/0751e34c31cb441494ca9b76e9c11e4a "
"/detail/879e2c487214457cb3cc606eda47f549 "
"/detail/ee5de617198a4b4392daec9ca66e82de "
"/detail/9e935f48df944332ad696931ba2cfde4 "
"/detail/be8ab8aefa944f648610a373c7d9c612 "
"/detail/42c5fc8a3c1b4b4ab2d307e72214a678 "
"/detail/4c9461aa9f2347cb91dbbf636b319c3f "
"/detail/cafe3cf58d354cd2bae220e75fc4f7dc "
"/detail/fa06d411caf649a8a0869210d28b8182 "
"/detail/0479080e315e4d1caf8e7132acfb851b "
"/detail/ae4a278b077744b7a11825bd1a3b3f39 "
"/detail/6b7ae37bb6924e0aba23fc8f474bf0d7 "
"/detail/8d1e147f008d40f5ba902c23610374fc "
"/detail/c181bc04ef9a45e88c31bb31addb9391 "
"/detail/ba76cb71d106411aa7ed00f13045a32a "
"/detail/336a16d53af040e6959716646f66cdb5 "
"/detail/120f6a3158aa4e53a4594d9b2f0dd0fd "
"/detail/5c14bd4352f84255ae542eba0acc0e5d "
"/detail/764d49f8e36c481ebf908d3a59d16427 "
"/detail/0dd04b698828488bad12a9deaf7c5fe5 "
"/detail/46815593d7cb4e058be8c35b4775f8af "
"/detail/9355f61cd2c348d4839dd4fb4a56ed9d "
"/detail/f4c112a32b344491b74f59d7a1223e89 "
"/detail/c8ae7f0369464bab97e8cb6998da5a37 "
"/detail/69e92375bb6648e7835771fe8c6c9e9e "
"/detail/494ed93568fd42dc86a8e0340f0dc570 "
"/detail/8ea5c319badb40bfb1e0f2abe8e1420f "
"/detail/53c501e2cf41496fa9a42eea47c355af "
"/detail/592c8c118fd34494b2f8a1e7017c4208 "
"/detail/8d4f652702be40be8d5fd550188d0f45 "
"/detail/84bb8c3297e044c1a7979cec2fb6b7fb "
"/detail/0b051d02018a44f7ad8ed080e0985401 "
"/detail/80300e7918a0472189f0600f2ccae169 "
"/detail/699d5c13465942b9a9e9369633cfac97 "
"/detail/bc5e02f259b548e585de758155c448d1 "
"/detail/49c262940e634627a83a2d8900cbcb32 "
"/detail/b8d46f425dda480a94a63288eaf9a67d "
"/detail/0725bbcdc18043be841f654dfcdca1e5 "
"/detail/ae1b6e1101974395851f687b7b654931 "
"/detail/0ed3f56f152d45658b1109b1a9feac68 "
"/detail/b525f8818bb94975bd6d612c4b661597 "
"/detail/b1adedd24a1240fc89c0e548cd042c9f "
"/detail/917c0dd471714a44a2f46430182d7fd8 "
"/detail/ea4ee62acc4944e68d8e9061d46211aa "
"/detail/2041dc300cd2453f9887cf0c27aa41a1 "
"/detail/2426edb12df4476aa105ee6da57aac54 "
"/detail/b1db8da532fa409db65270ed2fdd7bc1 "
"/detail/396fd0bec6754ad6802751a4953ae4fc "
"/detail/759717227c7643e1b6f11815a203b3a3 "
"/detail/ff39b738341a4e009b3ea51400377614 "
"/detail/5b9d56b870604ca2acc275329fb15b5e "
"/detail/ed3ab2a57cb94cec97392a2d4e4fc2f8 "
"/detail/c93ecdea10ee41a9a587aeb88f1b08f3 "
"/detail/c85a3558dd2d405ca0f4491a6b52614f "
"/detail/cca727003ff54c9395af451195e7279a "
"/detail/4ceb08eb683e48b8bffd988441cbe0cf "
"/detail/bafd7da5004440e8b75178b8111b1997 "
"/detail/2e3dc9f7477b4513bc85ff8a3e5657a3 "
"/detail/b03006fbf7354a93a528fb71c1275db8 "
"/detail/4987134c36be4a2ba051d2c6fbf5bfed "
"/detail/e7575d54c9fe443f98c5cfc50df9c398 "
"/detail/a86de63a08b04fb0ab63e1fd0055d23b "
"/detail/b06e1b7bb9814476976c4351ce7f42b1 "
"/detail/123872dbcf1345f2a1b38ff1b6e1d709 "
"/detail/01db2418ea7941c5923de1dc12c39645 "
"/detail/327337d82cff477a8b2969ed8c94191a "
"/detail/a3ed2e2204f14a108ecc492364caf355 "
"/detail/299df76406224633b1554f17b7c29774 "
"/detail/90c5ede0b2e94251b2824da55f903453 "
"/detail/078adb73e433402cac1d0fb79e5bf8c7 "
"/detail/263e50a70f62437999c52bfaf4d12048 "
"/detail/98099977618846fe80e141669a36d6d5 "
"/detail/d921ee213d44441dbf25538cff506fbd "
"/detail/ad954713d8574b38afa2398c7bd66c0f "
"/detail/7260ba2b578748acb6faea9122190ba0 "
"/detail/195e796badf14ec58f9fb64787588efe "
"/detail/2ca04abcb39d45f4ba3679c5d31987ca "
"/detail/bba2a0852978402295f1c7e10d5e4803 "
"/detail/cf5e6d5586a54dc4aa912896d745d722 "
"/detail/46e6a1dedb50427e99ab637c736ed176 "
"/detail/8d2cfdd4a5f54b59902a11851d033e54 "
"/detail/f2406efe382e4f49937e837fe25bf33c "
"/detail/0c888f16942345a4950fa5fe43bb8185 "
"/detail/d83a3e11d54643b3bd70857e7153aebe "
"/detail/f3c11cfd48fc454bb7f0f46d9bce33f5 "
"/detail/2e2027321b61404abeef63f27c02c8e5 "
"/detail/e070c6060a1d492ab557cd300df10a68 "
"/detail/93be2db9ab73440c9f44d4dff869b6db "
"/detail/87e8a336732741ccbb5767709f69448f "
"/detail/00f0b091171b4395b97fd73abd185cd6 "
"/detail/c7aaaff3e1d24bdaad4e5aca59c2240a "
"/detail/02e134ae0eb64719b5cf4547e75dc4d5 "
"/detail/7c91b0bfa1934d46ab3fd2fc66867555 "
"/detail/ef094217b79440c29fb54a57d569967c "
"/detail/18f087ba32b6407bbacba7c1f5b7259c "
"/detail/4a3774215af3449697142dd4e3b95f98 "
"/detail/c0222e973c85450798be8850ee5351fa "
"/detail/f9f005a3a5ef4e34a411be5f9d070933 "
"/detail/410118c8e60b4a46bfa7a81479a0958a "
"/detail/73e8e9f85d4c493db672f16c3c916593 "
"/detail/778293e4a68d44719a6e09a9fbfd9a8a "
"/detail/52446f91657f41adabb61429efedaa1e "
"/detail/07fada449b96423fa8433f6eb116494b "
"/detail/6679a0fc857d458c854c6aa0bb9cdc34 "
"/detail/09a0edc9672347aa86b18c89fa4ab4b5 "
"/detail/5b097bd435e848f699e62a1f4d526c7f "
"/detail/c0938accde1f4174bd1257612629ef9c "
"/detail/b998200072fb47659bb40dc7f9974fee "
"/detail/84db882d5eea4037ae04bbfebf4b8219 "
"/detail/a1d210e732b14abb9dd022771c2d6a50 "
"/detail/32bc5d95630145daace7e74b0905133c "
"/detail/1d02727f23b346df923936e0db86c754 "
"/detail/8a6708afc5644b41b574817639939a1c "
"/detail/be9981c98eaa407da40960ac1d2bdbd2 "
"/detail/3961e4d4b5694f32a71c9f545e1463d7 "
"/detail/e8c251237d3240be8d3fe4b4b199d54c "
"/detail/c4642ae7e3e14468b7e384f376400530 "
"/detail/1d9da3d26a4c44dfad990fe91a01af6b "
"/detail/47fd66b6cdbe43919bafe81bc8dba96e "
"/detail/02995413d6c248e38af849b631e26c0d "
"/detail/4df3329a2b5745f38d8e47a9d622d696 "
"/detail/351766db24834309852cc2886f45d3cb "
"/detail/c5a7941ec4af4197afde9b553abadd82 "
"/detail/0efa71af83864236af70eed5e2477d7b "
"/detail/de60e8c91aa24bdaa1132adf8769432d "
"/detail/670e6dc7ae104d428aa1d9d1a3c596fb "
"/detail/50a1432a03a5400c8edea57ac6906cd6 "
"/detail/f316e9150a4a4575938b7ab049475f03 "
"/detail/763a62ffc8524b5e8cde6e4b63d20f87 "
"/detail/d95e5aec89724844a46b61824fb1c774 "
"/detail/bc682318f5fa45f0882688b264bd3ebf "
"/detail/91631143c2984c2f9dba27f2aa18cca4 "
"/detail/a57835dc1e2a4d37a4e375dc7da7ec70 "
"/detail/fc8986ebbff24dcf8a2a3da57ea7b3e2 "
"/detail/fe039f02196e4b5ca658e9c0b67b612a "
"/detail/004686d8f760498391f52ea7c8bdb640 "
"/detail/22eefc3e4e8647f6ac9096672cb8edf6 "
"/detail/8f3502d374e14b9e94862331e65a507a "
"/detail/cd0e2e40890a4d15821f2359f2c4ea2b "
"/detail/3ecbabf78cde443fbbe20c3f7746e105 "
"/detail/0d7beea0b0a0493797cca962f2133fcf "
"/detail/ecc13e058ea74f999d89025ef24e200c "
"/detail/d8b7ad7f1790433f9ea3d95228de6390 "
"/detail/6f35ce76ebae4b4eaa0cb3cfcc7d7eba "
"/detail/8601fa9ba1444b558648b0def7006a58 "
"/detail/8ad0fa1cb54c4456ae91c74ba0df0fb3 "
"/detail/34a629ec7478437cb2fe74bf21ecac32 "
"/detail/cac0e859bc574557b35f78ff09b0e8b5 "
"/detail/f27f12b684a04cdc8f4d0cd858c5ba56 "
"/detail/513820e734b841bfb7a36d40271268fd "
"/detail/11945980dd634f8cbfc3220cbaaa2b67 "
"/detail/dbb7d665b7ae483a85ddc00b00a6f4ff "
"/detail/1cefbdeff00b4005b50a45a8187c459c "
"/detail/a38274adf70d45419f15b6a5aaf8df4a "
"/detail/7df94daa66a64bcead011f93b55d8b9d "
"/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e "
"/detail/e7123a43bd2d4c04b7f884f5f5f4ec83 "
"/detail/8a5ac200d25d4899ad75e11b6302be40 "
"/detail/57b06521d3fe4abf934d2b565836203c "
"/detail/5d48e465f9a24e8a8b8f92844009b553 "
"/detail/1079bce747f04493a0b784b320384a9c "
"/detail/24568e105b1c4ce39b7004adb96560ec "
"/detail/bc64a70a35a6418d817e62896ebe84c3 "
"/detail/7ab660df1ff04a8c9d74a9e1ab0c387d "
"/detail/a85fdfe29a3c4aeaa52baacb7c4fe95c "
"/detail/c0990ce6c3c04654bf8def2c3646fb58 "
"/detail/6632d9776fe84bba961029784e4d1b70 "
"/detail/27760bda084040e89b4cb4eb5ed70502 "
"/detail/fe720b4ddeee4981b54f628e3370d344 "
"/detail/17e55a566c5f4acfa9043f13095c5176 "
"/detail/107af436bc0643b6b104ee748fb58d76 "
"/detail/e0b6680ee6684e948069af0d6d72c2ce "
"/detail/3084543115d3461f8706a53ea1608deb "
"/detail/d2f2e561fd094f4fbd06d5cb92984763 "
"/detail/ceb8438537014224bd0256a2feff1d66 "
"/detail/bfa003d2278c4189b6394e0dd84a8763 "
"/detail/c09fa05cd9344a6b83b1ea7c01136f46 "
"/detail/e7572990bf90464abe316a8714c55da7 "
"/detail/962c617e8d994ff6b0c25aad04022b67 "
"/detail/5dc2575bf14f49e8b4c43fdb4937e733 "
"/detail/bb1c0a1278a144809a930058a52d6a84 "
"/detail/999eee8fe1d54280bddfe719f06d5411 "
"/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c "
"/detail/91c10139f3f946dd995878d8e2922800 "
"/detail/6fe67781660a4a79a99071b4718ef0f1 "
"/detail/6f83fd21cfa243e09641b0355a2817d2 "
"/detail/56d50e48b02249c4b5bbcce41a1c072a "
"/detail/8e0c64f417264187afb600f36acc6d22 "
"/detail/21397090760d4de09ee3c08efa95b2ba "
"/detail/36c5152d4caf43acb0ba66d500106962 "
"/detail/24c6c5d056014150aeaad045789a4085 "
"/detail/9b2943c29fd2445bab5c0a1eb2a939f8 "
"/detail/c06da58be45e448cbdafe048f8fa34bf "
"/detail/ccdb5fcbcf0749cd8ab8a7eb48a1cd85 "
"/detail/63d58180fa7f4d5888fc2644531c2f72 "
"/detail/40f140d4b34c4cb9bb712059869ebb52 "
"/detail/40385d84e0fc4d6ea7d6e03f4cd695c8 "
"/detail/b2bc7ed9faed4559ac5b93dd0d79f0b1 "
"/detail/c1cbde6d260846f689f03e03d33de6a3 "
"/detail/b47b4530a16a41489a4adde43cb0da5e "
"/detail/c5ccccc7263e414e8fedb14c411adf61 "
"/detail/108e865535ba4776b49fa31de12b282a "
"/detail/4633ec13da664845aa7e3659b8411011 "
"/detail/0c2b0c28ecb641c8bea900fc6aae6774 "
"/detail/3c34a8996f0148cea2bff06899c9cf87 "
"/detail/2aaa697713a64b619558f682ea3b6d23 "
"/detail/ef1f41b39c5745a0ab7a298f44a60dd3 "
"/detail/912a99516e84448c8fdb1bee5464066e "
"/detail/9ba5403d3c8e471bba30972d29b42dec "
"/detail/69102cf6eb4c475983b3675e48e38996 "
"/detail/a6e8699e6e5e44f090af7399af9929c7 "
"/detail/562927bc78874c0c82c007c7a2a591b7 "
"/detail/eee45f5ac20e4ce7a6ead3ed46dbf544 "
"/detail/4c50f7c089d04e7ab88e5ea33c5e7ff9 "
"/detail/79d2f91fe3a44cb69664c720d0bcbb3c "
"/detail/0a522654f8a846b0b96b861b7dca0dbe "
"/detail/28c3f5f9818146b897c51856f442df98 "
"/detail/f3d4eed7f3924e0790a077df968cfe9d "
"/detail/8f576ee93f3b41f290c1326da81ab9fd "
"/detail/7afc75136947462c8b65520df456da92 "
"/detail/8492d39624094253a52efd89a7f4dd34 "
"/detail/3b5a3069b9214223a3de6d9682b3916f "
"/detail/5daf880bac6548dfaf69c181ab1409f0 "
"/detail/643efc4ef68a4c45a33c539df74e05b8 "
"/detail/babfb1603cfd4a86a1e186a18fc85a90 "
"/detail/3d666263623b4a229c0117424868b7cd "
"/detail/448ec07ccb5847468944c7407cc2edb3 "
"/detail/f457c6c3adee40e1a2751a7feda982d4 "
"/detail/d0e824acec98423daccec4bcdf218816 "
"/detail/f66fb0f1252b451f82648f3ecbadab43 "
"/detail/988d2728096d477eba6f4a5aae31b2e2 "
"/detail/30d403e41202464aa77c56a227ed5f17 "
"/detail/3f8842f0ede549a186a513239a426396 "
"/detail/b74a81e4effe49d4bc01145236dfd3ed "
"/detail/118bcda450a541b884ef1e4b04c1d735 "
"/detail/b40947c8674642eb9974bb81816539b5 "
"/detail/81f4ebcc27e64c109b538604bfa82681 "
"/detail/4f19cd13cfb4473ea37629e4685513de "
"/detail/bcc6fb924e354352a7c6cbb30ddceb92 "
"/detail/07002a8c74f74f0bb5ed85d8a59e875b "
"/detail/646611b105cd4f58a2ca652c91df2975 "
"/detail/c74d63b76ebc4a5cbfcff547bbd8531b "
"/detail/fa9a145df22d466b96bcc1360cb87177 "
"/detail/d6faac7cdc84449996627e8948b985d9 "
"/detail/576f7a6625a44b40b4aa14f858d3f528 "
"/detail/33997cdd7b564de09f5e8a56ddc4d911 "
"/detail/df6258b4b02845a592c304fe986ae052 "
"/detail/11b0227b6aa34e4e981468da5782c6a5 "
"/detail/aee0faf9bcad45fb86e75fbd92cb5405 "
"/detail/6b8cd7bc837f4d30919f2355eeebafb5 "
"/detail/61d0c4ad19ca41f8bec59bc811cf0775 "
"/detail/60542cbae796468ca7f948df15869b80 "
"/detail/a34a206fc24f407e9af91e9f21b0028d "
"/detail/40fa8daf2bd543f092ca10d84a5ddd39 "
"/detail/ddf563281cc74ab3832a044eefac1891 "
"/detail/3fe1426face64ee78fa6d869a86c040c "
"/detail/882a0d90845c46c9bb019659a615f235 "
"/detail/67de6d67304c4b8482e958ab729a82f4 "
"/detail/2df837200cf440d5b49d1d74384c0dd0 "
"/detail/a4190569dd294a32b18c8336e0a927cb "
"/detail/44f5a654f8274258b67db104fabcfb76 "
"/detail/896d4671d5d04a838506a99ed07949d0 "
"/detail/a07559936294485c935b30e1553bd6da "
"/detail/dfca2538d5e540b8948ecf56ae57c074 "
"/detail/99ead72007414201b6928b05fbbba54e "
"/detail/31735ee394174546b9a835372afa3ed9 "
"/detail/68c76f185e854e1baa6dc51068d4cedb "
"/detail/5fb296c482ac4d8eb585dd4f1ce98a81 "
"/detail/0f3cc4a1dbf94dc397405d87d05d672c "
"/detail/3b1e50d6d0bb4c9e957045944ddb9a8f "
"/detail/41bf63563eff414d967bd9c3c462a642 "
"/detail/cac219f237144b3daa4f904f2664fadd "
"/detail/173caba30d514adebc82424c039d30ba "
"/detail/f0e98e85f304428ead68fdafff39c972 "
"/detail/ba9fa6dd11264506803c7e82fa1a2598 "
"/detail/eefb4e3224e74050bb3ce7cb3f3f9eee "
"/detail/0a838230790c48738e5390e3fb5d5e2c "
"/detail/86f99d06d21b45d7a31caa8acbd891bf "
"/detail/b25fa60cd3c54c16aa831e8cb80657d9 "
"/detail/d97333ca46504a8389743badbc47d068 "
"/detail/c87d078fdf5c490980c604abeeb7a3d8 "
"/detail/3e590151b90f4b839078179c4c5b21bf "
"/detail/26c871350ef34458880ca65f2776c6b9 "
"/detail/1c31971ce40e498b82f1280c07c1b635 "
"/detail/c1f130d7a69342b29c1d3461040004a3 "
"/detail/aff580d8365245578854545e35675fb7 "
"/detail/bd6868c11d384880af8a46fbec986baf "
"/detail/d3c9cb38a11f42bea374e7a685bfd828 "
"/detail/3a7af9fac6f6443ba0559a346a783143 "
"/detail/e0e0fa773c904c77ada7689ac2b747da "
"/detail/7b4caffabad04d4d90f412995e5d0790 "
"/detail/f7500530ac154a198fdf4e76f800b2ce "
"/detail/9407c0d86e204d9395004aac16562b61 "
"/detail/548f4a15df30457aa49912c0880e0c32 "
"/detail/60a3cc9218ca47219a0e3c04a3023893 "
"/detail/d877a4c0d5344691bf5e5e10aa83864b "
"/detail/d35e90b72fbf4a0c8503079556472d84 "
"/detail/e53bea0622df48fba5809126220f8d2f "
"/detail/9682ba01b1264647b8bc5e29f23fe6d9 "
"/detail/9e43a614f83540769b8d47b80b0090e8 "
"/detail/d398c2ddebc444f6a74dc3133125987f "
"/detail/6b44b464de1a4d48bd5fae5668b274f1 "
"/detail/b46efb940b5d4e79a88dd8190836a198 "
"/detail/97660ef35657425286b95c82dcb02f2d "
"/detail/0cf665757b114488b50086b62e4ba9f2 "
"/detail/f7d3219a6ecc49c6801df42d03002529 "
"/detail/d9d87897bd6c49b8838c356ea465b8cd "
"/detail/dcbce2570bcd427e9b15d60beb70c206 "
"/detail/ff5f7e5baeba4fda98a4c1abd9171bce "
"/detail/72d70c67e6474ddcb1fba965b12ecd8a "
"/detail/2361115f142d49e1b5fa2aff566b7514 "
"/detail/bfc64fec939b4277815adefb930295a1 "
"/detail/004b11b664424995968a6294d4ea4ae7 "
"/detail/baaf0501442649a780e5481b2d0ca46d "
"/detail/2e7b613304dd4c96824d1be6ffd83190 "
"/detail/99eb30031dc3465c8fe88a9c89476e57 "
"/detail/5a7c1b2b5709496fbc7984c60fab67c4 "
"/detail/6ac99b6a187a49d0962e40890ac916f7 "
"/detail/0b4e5cc4d6ab4ea8b8330862b728ba1a "
"/detail/0e274db7c8a64b609438a89dfb3c9313 "
"/detail/a83914be5eb94c24bdc703f19779d57c "
"/detail/dba4a06d239047c98cc59f860b14bd6f "
"/detail/4ada7be4c9454ff097c92f8427cc0a1b "
"/detail/b69a2dd92dcc4f368c9ebcd1e1ebc3e4 "
"/detail/4570100a52c74fb0b920361946661659 "
"/detail/b49a3e6547784f1fb5d822d52cc9a507 "
"/detail/efb314ddb61f4dec851d6ff5fb59828e "
"/detail/f199de03b902440a9390c4167ca5dcb5 "
"/detail/3ceb37a732424262915d394bded5a67b "
"/detail/fe32dccd36e644e6ad9daa7a5a2d8e29 "
"/detail/ec9d1beed74a4e4b8609a7964777dfc0 "
"/detail/59a0678ced61418ba2510d299bd84161 "
"/detail/c138f4a68c1145c9bd87d70c16f20428 "
"/detail/e98f77c53a7946bb96f3151d6c0c1196 "
"/detail/af02af284a1e4340a9d65710ec0f692a "
"/detail/85e1ea4315f44dbfba6ca79650d0dab6 "
"/detail/cb81b3fa56fd4b6baf5f6d8ff066ceeb "
"/detail/06c6c006e83842c89cc0591b9c4e0168 "
"/detail/78376fa6ac9f4b0280e3703d4c1f12bf "
"/detail/35dfebbf9ed74ef396d97ccadb52acd3 "
"/detail/13e149cb12ec4e5281be122f1e58d19a "
"/detail/c474fed558174c68afeab3770b180f4a "
"/detail/e10aaf1f02bc4ab78efc0c843d627033 "
"/detail/5b25590c69f94a1b889c0b5b0d94aee6 "
"/detail/a53f0ad1b85b4337812f02415aabfab8 "
"/detail/16aaffe7830641989a230bfcb876af95 "
"/detail/51dfb056bd414b308e86600e4bfb41b8 "
"/detail/c21997d38de9401796a9f01b30d0884a "
"/detail/3506f429e5564886919e7b52b7715efa "
"/detail/32f4d5d04f674037b7fd71433a814b89 "
"/detail/07bbc4ccab7a4fc08306a1f50e240ad9 "
"/detail/67358feb2cf24551acf0bac52924438c "
"/detail/589eb46af3424f3faa9b9dd0b2dfece0 "
"/detail/44cb3f0ca8244c1097c94f19ec649d1c "
"/detail/cc6ca6f547de4a6a8636b5dfce9aca12 "
"/detail/6b65f04ebbd34a83b3c11037826500c6 "
"/detail/6fe1a96b95f54dd5827665b8bd533b66 "
"/detail/1a8cddfc80fd4752a3edacbc699fa453 "
"/detail/bf6c14c7142e4da2bcaafc2db037e780 "
"/detail/fd3895ee6d8241999ab29765e7f57e4e "
"/detail/5a8d1c32b45c4d54b83f903bc5ee2c54 "
"/detail/fda2d703c86c4f13be5989653ab34b85 "
"/detail/d12abe34043e4c20b600ab65142e8168 "
"/detail/ba77c0763dfb47158760b6ada7335c90 "
"/detail/93f72061b75642da84987e82384485be "
"/detail/4fce61a3812446c395d3be80d81f7256 "
"/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7 "
"/detail/5e41c0d93a0b432fa29b3823ff102bc5 "
"/detail/5bf95e9020ee4c2da987f042b175ec3e "
"/detail/d27ab769972f48cdba32fb75ccd525d5 "
"/detail/6c2593b2a53e46a5a18ecbc43c358446 "
"/detail/d41eb0c222144539b4cc6be94b1d8925 "
"/detail/7d50e5285bc34169ac6865bc2d914c95 "
"/detail/a34d0614c2e1433585e1fc3c077dca45 "
"/detail/d5c7f478291844fbbd73ace11197fa41 "
"/detail/d18207690ccf4e2eb1ea56bbd79d4416 "
"/detail/c225abf84ede4935b34646a1881258c8 "
"/detail/20d6a2980f87458795d012362bf4a8e0 "
"/detail/42843c39f20e4f23a599575776b060c2 "
"/detail/39bc2b45ee1d4a63897ba4fe6798c8a7 "
"/detail/5d97db9b33204df4b5cb13e6348076cc "
"/detail/354dedc90e1846c0a478ee2e699cf29c "
"/detail/78c8a3b7752d4d489296145b5dfcc9c3 "
"/detail/ea2aa7bc07a24cd1ad1af9970c8c389f "
"/detail/a0f9a41d35d74a80a65bbadb8938a469 "
"/detail/9926731f6f8e4d65b1f505aab3e402cf "
"/detail/28916adf88504c208540d811b87234cb "
"/detail/0198cc7f3e447214a848528de060a0ed "
"/detail/d5367698027746638e4934f016f0fcf3 "
"/detail/efca09a8202a4a6e94e79822f11576ee "
"/detail/efe06ba31fad41379bb5eebb482c40f9 "
"/detail/642a78988ecf44919664a4d5307ec991 "
"/detail/ce97b8f4cd5f42eab3991fe2bcdde2e8 "
"/detail/4f0066e6e0484f47a376dd50057f229c "
"/detail/3314ac9358f347898bb5b3f9da53d787 "
"/detail/053c65372b1843198294bd3272c59c18 "
"/detail/a85920c689804507918e7c0fd84afca1 "
"/detail/481078a8a1154b838281d129f2c084cb "
"/detail/53e4a030c1484afaaa3ad9a63e7c8d0c "
"/detail/af2d7e408fe24e3cadadbcbe89317fc6 "
"/detail/96d780a9c84a4b2e9a76c26f9decaa4e "
"/detail/76d8745e72f24b5aa7d0f6f2bbdd770b "
"/detail/1ffe9d3abba04650b28f4122649d4f76 "
"/detail/1a4d42041c444323aa4f77f41576c402 "
"/detail/213d83a7a57842498e0ff3601d461c87 "
"/detail/d1ddc74b23454da893da5114b0c15a44 "
"/detail/be0842960c464dc5901b6744f285ca21 "
"/detail/96a92c0e89924e65a4d62001cab982b8 "
"/detail/c3351f31926d47829a3c6c2d6b5b49d7 "
"/detail/e4a4b862621543ce8a1777721fde341d "
"/detail/c853c3b4e9b24484ba8b0edc19db078c "
"/detail/4a311b7b462f4341b6caaa141b78ce17 "
"/detail/5cb1c1e247d9488a9ba1be35eefef429 "
"/detail/9d5df5d7a6234a23a7599ad360c5b41f "
"/detail/1e4292406cf14081b676624ce918953b "
"/detail/49f57cccb3a24da8a1eb7d72165ddf4d "
"/detail/e1f32f879e794a4ca8c4a0a4b4835fe4 "
"/detail/7d1420b62aea467da1bc7164256cb84c "
"/detail/1325a1f69a14485d9a5553fb6f5a13fa "
"/detail/2a733dd0fede40109d7af561842945f3 "
"/detail/d28402de2b0045e0a07cde7b727de6ce "
"/detail/5f6d55149da14310bd6a08c07d0aad98 "
"/detail/96b1aad594d544018cf15516af8b6d20 "
"/detail/059ef1426ff24ea5ba5ac66fd84a591a "
"/detail/4a38cbc1fbc849d9949072848c82ade3 "
"/detail/4179506a797e4a7eb4e5cde8d2ca1b6e "
"/detail/7e343212f7d849278d9336a7fe9d2d83 "
"/detail/85bc90f14f024080be6816adabca818b "
"/detail/86a1eeadbc7942cd815d907d267d6433 "
"/detail/ffccef673d88431094fe4bec714adea1 "
"/detail/1ce2df36d3c2414cbfe640b04dac6268 "
"/detail/492507808a6444af89a9be4c91cd672b "
"/detail/dc4bca56cd39464e9ef554ee88628a1a "
"/detail/dc7a596505de4d38b5d0a3c8caa61b9d "
"/detail/6279e85c754a43909de87f0d3b858351 "
"/detail/d8fe451bf5944fe9b5c195663d1560a6 "
"/detail/3dd0c6584d6a421ba9864c2a522d3400 "
"/detail/b0c0c6455d2d405daf3c632e145e3670 "
"/detail/0a38581650a342bb97478e5552350b97 "
"/detail/5181da93b4f94f9b81b617f08e635b5f "
"/detail/8c04cbb016e745c598cfa495cd971622 "
"/detail/3cfe72b298c9434cb3d31b2dff0f32f8 "
"/detail/403aadc1354a432fa2874195a7b7914d "
"/detail/c469295541f94adaac1a044ae246a40c "
"/detail/1a6f00e6a542479e897f1ac159e714a8 "
"/detail/6086c696ed2c4ab0b2631cf6889048bd "
"/detail/c685ccac46164acd8f9de127a784ad87 "
"/detail/2922e1c652d14640b5297d979a67ec1d "
"/detail/9340b87922cf4fe49aa107ec4fe56cc5 "
"/detail/7e5054511a654d309311316152d7d8c7 "
"/detail/421a3fdfd0d5460ab528e3707ca11a78 "
"/detail/553111ef37a64d79ac36a6d12b65d0f5 "
"/detail/4de815b6a1e1473db453ee05028f6192 "
"/detail/7a3f64787b534f9dbf31de706c4aa465 "
"/detail/e3226bf41a7842aab7f9cd436f1e8c3e "
"/detail/db5460fd7959419788ec414be3947d20 "
"/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad "
"/detail/bcf25eff26a04f17b41f44e1c48e049a "
"/detail/b1ba85be51d140c3b95869fc2fe9195d "
"/detail/d744bf7892ae4da48aba62c8bbf2d386 "
"/detail/cb9b3b2f9bcc4b6c9696afeb4d6c1a3d "
"/detail/04f0ee8231344fc698a99955890a7d85 "
"/detail/66d65ab9ab034ac59e737c04ff6a6d36 "
"/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e "
"/detail/8f1332eb43334d159175a80ed6e45057 "
"/detail/5fefe2bff31c463693511c2a4916c1ae "
"/detail/8f2ae991784649c6a71aa22420a0fe06 "
"/detail/8362e00757fd42049d4236fc5de8f2ad "
"/detail/1a28462341b049dea52897bcb7876d3a "
"/detail/42dedb859ad242e3b373431ec41367e2 "
"/detail/dc7487729044444198eaad719a5caca7 "
"/detail/5ead1daa63064d21abc7e3554d3a9640 "
"/detail/dac92fddd87541de95677c1f561575ee "
"/detail/1f91f7bf98fe4ca4a4a8f43d1f2a2117 "
"/detail/a41a2b49d4c44939a167da5473798789 "
"/detail/18669f63d98c4a49938345f9056fbb26 "
"/detail/79c9d3a631de4e089b25c1f3b1fb7f64 "
"/detail/ca1af9555eeb465fa3e545ced2610563 "
"/detail/504beb5f329140b08da962eeabf98fb4 "
"/detail/92a413fdbecb4aa999389472f24d07a9 "
"/detail/016e8c0882bd4f25acfad4431b428d43 "
"/detail/c06b5e575c4a457fbd37ef869c02513b "
"/detail/513ab9793dd541e6a6dff9033f99756f "
"/detail/75950f9a8a9e479799900e82895bd54d "
"/detail/d87909fe7d604c139579f2f72c2fd375 "
"/detail/4892980d8cf2423a80166b0c8649f6cf "
"/detail/430c352045024496a3ea4b1824d4439b "
"/detail/f4f9f1485dd9453db9f17f1150726664 "
"/detail/f1d7f77b3cb649cea1e20a6c2a8db422 "
"/detail/4947d6bd2cc24a69889095e157ca11eb "
"/detail/9e7777e2ff5c4c0ebcd219dc43b4efbc "
"/detail/8bb5548a73a7428d980ba256d3e41e6f "
"/detail/f82a8f4a5f6a40089a913f1f16da9fcd "
"/detail/5d77219de0154c0bac2a8837c841f841 "
"/detail/58e15680a170476cba641c844883ef0b "
"/detail/2b02765382a240218b667c601097ae5a "
"/detail/dd17009ba4484041ba49e0c68e23b58f "
"/detail/96ab547947f847f7b09db8913231f48c "
"/detail/5e40d3d35ec948aab03b59015bef368a "
"/detail/d24e8f79a93a4af7b49b709a3c48c04f "
"/detail/c7c27c6eb6d54599839a560978452979 "
"/detail/9f6351143c2e4991a71d657a8af2c6f1 "
"/detail/e622420c326744279690d723db04a127 "
"/detail/3a3ae3723be546c582caaa1de842d6a7 "
"/detail/476da03652344f4ab2657072fbac235b "
"/detail/0020c6902d234c64a6448c6f319935fa "
"/detail/bd9b273f45ac40478a3165d9f8580223 "
"/detail/28b703d996fb4b5aab548c025947e87c "
"/detail/98428dab5b8045bcbcbe767dd35fd311 "
"/detail/b2ca25f5540f4fc2adfeffe678ab972b "
"/detail/fca1613aa50444608ef93a7ca5d619ea "
"/detail/62fd24f7d9de4e3f8ac0162af6c77547 "
"/detail/2199520eb2e044c4afcd503e2de2af75 "
"/detail/3875110e9ca24145a7357bd8377aadb7 "
"/detail/665373766f2b4618a12287e0a3d70e26 "
"/detail/28e74198aa3e4ca596e82d5481068904 "
"/detail/33c26a53ff0a4009bc21e581e7c62359 "
"/detail/36704ac385884d7f8f8d725d1b9af66d "
"/detail/ebd171075648451db44495796c42e299 "
"/detail/c096e9b67b244fe789309ffa5275d137 "
"/detail/76ac5dc7d2024b94983c2c30e855de54 "
"/detail/5c9e1844be67418690b0bbbced1a94e6 "
"/detail/e71bc9b393fe4133bf1fb32b20fc1f32 "
"/detail/642decefc90a4d6b80fd2bc4ec5f73d6 "
"/detail/f79c47b54e4647fc8cce0674a8931de8 "
"/detail/57e9a1112cff4e8a9c7798bc2d8a9329 "
"/detail/26c08bb6b0f043f3800a171ce3e2c4dd "
"/detail/bc9b5323f26a487ea1df007b4cbfb900 "
"/detail/be8a988944814504b3125c6592151087 "
"/detail/bb220445482e43ffb57a59ceb3831fd3 "
"/detail/a99552f6420149fe9b6fe71f1eb223c3 "
"/detail/c3dd1570cc6f4a8ca79a3cf95ba629bb "
"/detail/e7cdad3880984ae0bb9f0ba48f0d37cd "
"/detail/7c0970fcba6049038ca111556784720c "
"/detail/e6730bcf2c8140fe858f456d92c9cd26 "
"/detail/31b346aeed5b46aba76643c29e915341 "
"/detail/f147c0dbd17246929f9d708a5e94e51c "
"/detail/93948d7989b94abbacb620e3c3a4ec2b "
"/detail/cd2a31b6fa7c4f04bf1b041aa337b39d "
"/detail/073a1b5946c843948db3dae55ad4d8c2 "
"/detail/9e854fcc08194421bb34ff19988ae0f9 "
"/detail/7f6a5bae59a14435a2de2ffffed3112d "
"/detail/c193c5c3677240ba8498cb282694a75a "
"/detail/e15afd92992d45b3b7347b5d6c46471b "
"/detail/7a768155a21e446db594b41749495d52 "
"/detail/29424506f7c34f70a500c369ecdea554 "
"/detail/89c0f169c0bb4b72a14a5d47c0cc4620 "
"/detail/ce3e17fe2a35408a8abbe798bc8e8f2d "
"/detail/d79ec83fbf0a41f7a049ad4c21634a00 "
"/detail/6c60032837044522a2748a63e08d2b8a "
"/detail/a372534eb6b643c6b55b47ef159a4e36 "
"/detail/b5748648350b4356a3964452d2b85cac "
"/detail/db30ed5db63e48b187d4940f7d917510 "
"/detail/5210f3830ba8483ea4a947a50669d116 "
"/detail/9f308d735bcb45bf885dfd7773987b14 "
"/detail/ccbec01b6215447b958d69714049ba7e "
"/detail/b7fe7724a1e54ffa91c3a13f0d450ecf "
"/detail/3d22f41677d94976936216f44b7d1d96 "
"/detail/812d1d6712984713a099b4b9c534e63d "
"/detail/d5e375ad9cf54f30b03e5cf799887413 "
"/detail/14a87d52ec7e42b2b6bcb3611257ae99 "
"/detail/0b88c7b09a094acca81130ab0db001a4 "
"/detail/8ba007392e584243aca6846dc71bb165 "
"/detail/3a606f0040f04fe88fdb1df4d774ec41 "
"/detail/86f1f3b4fae94a5b8c32aeba06fcd8f9 "
"/detail/4fc601c6dad4491da004ae7bf8594e03 "
"/detail/aa1fa94e3c954a688da24f834c65163b "
"/detail/1fa56cd16fd342a68d7e7d8cdeabd399 "
"/detail/06cc3c21be7f4f78a486f73054751394 "
"/detail/17ebdce25a7a4589a15de719bf026aaa "
"/detail/85c980ada17a46b68e810afbbada8659 "
"/detail/0d23ab14dc8848bfb34e5420bc24cce5 "
"/detail/ee56b117ca1d45d5aa1e74c5a31c88a8 "
"/detail/73d10eecad344599999fe4d9c0ea1fc0 "
"/detail/7266f2f810b64d63b49daba3c14c709a "
"/detail/c46d0d6318e14d67967aaac0a2f0873c "
"/detail/d229be6d5c914c2ba0f52c1a9c6813e4 "
"/detail/147c921683254c869d791b762f581652 "
"/detail/d123f99db9af4e07936a0b83cf30d5d7 "
"/detail/adf28c1b866641ca80805eda0f657e47 "
"/detail/d75d41dec9b7499fb30e1f847873b234 "
"/detail/a15162103f2a4289b370e0eb4971f0ca "
"/detail/c624ea737dda423890c8b30499edc4ce "
"/detail/60652c2a934848eca73723ef83e6571b "
"/detail/7c466c7831b94b1fb01168cd1df318cf "
"/detail/73698db3297243979f0e98fa109a5de9 "
"/detail/6e4a68824d7e4a149a1235979fc4f639 "
"/detail/50bd5c5d13d5461b8715fa535c5ae243 "
"/detail/88d90d9342fe4af58dcf5e3f548660f3 "
"/detail/1bc9d6259adf47bc8ec7adc108bd40b2 "
"/detail/65d37e8611a24d6a81a53a335f092210 "
"/detail/96f6462dd5e9444baa8a6510915825d3 "
"/detail/ea72a169aa5d4806a0542a9c12611c18 "
"/detail/574306c1f4f44ad09688fb2d06cb8651 "
"/detail/755d58fc4cc34e15a4f1f0e23b05c68b "
"/detail/f419db766c1d4b1782b52dfa62d9b9df "
"/detail/7f686c413f524d07a1d5928dbb3a7ff4 "
"/detail/27d0a21c8cdd46d3a6f5d01750b43f1a "
"/detail/80a03295200f40a2bd06c38898ebee5f "
"/detail/d836a63fc8e6416eb98518fcf71ea27b "
"/detail/96d59f0d6e494207aa52795071b588d1 "
"/detail/6fc107d6a1e249129cc62e39bd3db5b3 "
"/detail/ba30750c1a064bc795585eb9640cab36 "
"/detail/aef09c55b7154e64a364d71544061d61 "
"/detail/9409f1d2380249a7be19ee278d70c716 "
"/detail/fada34555fb84a1d86f4006b0f67c08e "
"/detail/f244add772744ad783279d607531b452 "
"/detail/920ba0364ac64d3f903d41a0424d398f "
"/detail/47c93d7e0a0044e1846405fa51d74fd6 "
"/detail/70b646d460de4e41821945423f55a8eb "
"/detail/621f06fd17c0438195b50ef9ff5196de "
"/detail/05816584747c426f9371c7f5f52b001d "
"/detail/329849610cf643a8973ec27b03de6bea "
"/detail/f3fe54c84d3f487484186e2142ad3098 "
"/detail/a4848e60ddee4a09af4527fdd1854ebc "
"/detail/2f4cc6f3dc0d49cb97bf6f996c3d6270 "
"/detail/eae8516059fc4d159bac8e731de8eb06 "
"/detail/d8f0eb71932c44ad8667140e3312855e "
"/detail/637783e9613744b099a5a0aab46e32aa "
"/detail/7dc2d9300f344f2ab759641b0c0263d4 "
"/detail/a08e685520ad4d9a9a14e5fe3c0f37f5 "
"/detail/5630ce291a7c4ad58c9283842bf6594f "
"/detail/2e31e2ecfc754e819e62f460bbb97d33 "
"/detail/7effce1498d74f498155ae6c0a2ecf36 "
"/detail/5bc2f0bdcf4c45428387aeecb6dc0667 "
"/detail/e142d9b69cee452790a03bc005f9b061 "
"/detail/21677e1b84364d42aec5b7cd5d56d652 "
"/detail/730b2c186c2b4c8e8cb0db7bc460fb9c "
"/detail/8b2fe7eb1f3741cc8eb14cfcf1e0dded "
"/detail/af212ac319864e9fba31e21f013fb46b "
"/detail/863eadd11b0949a8acbd30faa4c52c68 "
"/detail/ce183819ae20437d9dee7af24900abe5 "
"/detail/53b32011278543deb3761ec483369967 "
"/detail/f806a03e03d04acda27d960f95f18c62 "
"/detail/a9a689fa68174c29a3f9be33adf8d9d4 "
"/detail/2dcfdeedba5e4f2cb7821380a2e43df1 "
"/detail/f49a21563d714db5ab02e38f3448774c "
"/detail/622ce55a27dd4061a66337d860237fcf "
"/detail/67797097e13f42eda86257c71c427a28 "
"/detail/c33eb2d9cb034c92ba5c698aedba5e35 "
"/detail/3a8ee8efa43d469ba444215bc6807ae8 "
"/detail/547d92be7bfe42848a5f51e916021b9c "
"/detail/2feeb118126f414b8827305c66b6f429 "
"/detail/d2009f74a1604151958fac3dfce40dae "
"/detail/c3961150f2944bcd9f90c0a44fa368ab "
"/detail/15ffdaf6fa3a40ea90c8aa31c4fcd616 "
"/detail/9c65400b2af04b1e907b8db2d1d3aa5d "
"/detail/16f0f7c861214ca699ed7e39a326b1cf "
"/detail/54c26c5815db49dd802ad745030f9b3e "
"/detail/af13091782524a76a84773b8bf52a26a "
"/detail/6cac5c8418864d1e83240af4a4918714 "
"/detail/a0ba480c6574462fb41de76eece5a313 "
"/detail/799e29169fe34e0da8cd9d76df9a6365 "
"/detail/fd7c156aa4004998996b1eed3d603ac4 "
"/detail/232d7fa1d7e04d99928f0e2029284896 "
"/detail/0c5d9aabe73a4e95ae3833b8602cf060 "
"/detail/4abccfe7a99d4b2baa4c65a573c4a160 "
"/detail/3059b1f52dd545e5bfdd762ff3d1cdf1 "
"/detail/cfa4363403f1494691f3d55eb9398b25 "
"/detail/4d8fb43799354664ad17151323720a07 "
"/detail/4fd6bc89d5b14e4f8f676bbb65ad9850 "
"/detail/ca49fb636ddc43dfafeba0c4f7dc0726 "
"/detail/8d0fb28ee41b4e0591f99c700e318aea "
"/detail/89be286c0d4344668d228785e6f22ed0 "
"/detail/048184642c3e48b6bca486ea4ad9fdbf "
"/detail/85631da6828a4c56a608ac08c4f514ca "
"/detail/19fcf5ee8cd84368b1efb4b18c60083c "
"/detail/081a919b811a4b6aa5e44e27e18df1d7 "
"/detail/fa38725245af4973aba61c6e0dc86d51 "
"/detail/ddc23f40fa57469f8d0ffe7f95a9718c "
"/detail/0dac74d23ff14803bdbf775d61452894 "
"/detail/5ee5a624a73b46ab979cf8c948e0a98e "
"/detail/0d7d73a2179d4806816b48a04ec47d3b "
"/detail/27dcb1c816ca4993b84b75533b43a3c1 "
"/detail/3ab21523e063496d8b885b2cd2c07327 "
"/detail/bc4acef6549545e08b6668086ceb2882 "
"/detail/401b284933b44a759928f6a2b73147c1 "
"/detail/9c631f86c38248ef86731e33d97644da "
"/detail/3d04eb1e3c6a4e0b9b2156b4c7934e32 "
"/detail/abfbc2bc31c042758251eae6511c3456 "
"/detail/28902fe587fc4d2c8907793bfc3fa7fb "
"/detail/d5c7cbc9824e4f8282c578006cefa34a "
"/detail/d99441374e184c50a9ccb1deb4a0a30e "
"/detail/8cfed6c00ed74961888007e6baa2e64a "
"/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f "
"/detail/78842c1f55f842a3b0fca229c9bc9ab1 "
"/detail/9803ef0a5bd64df7925d48b7e0849934 "
"/detail/aacb8fdea6a249e18b0ed74239d6f0c1 "
"/detail/8098e8e570ff433c97c363b1b4edea1c "
"/detail/3fd6bcaa645647ee9e316f7db22a569d "
"/detail/7c5a8743d37244e38669f5a5c3d36d0f "
"/detail/fc6740c48f6b4351ac1abe8587b7a1dc "
"/detail/25afe30a2a8f40a1b42355ee36e6b7e8 "
"/detail/f7e4177c6e0244a2afe669754af5616d "
"/detail/4b36c50cb64e4a03b6bf7e6fcec78b30 "
"/detail/b7ad2ec739974a35aa791524bd3de27f "
"/detail/b6ac6f1e9ba24e43a0f0bc1bc171bc4c "
"/detail/15ebaa4427d147febcc9d38c4dd30382 "
"/detail/4a68ba4e256c49129acde54fbeff91b6 "
"/detail/ac4dba5016c44e24a15629ac5a169ed0 "
"/detail/c50671e6cd184fa7a1e2f0ae27783278 "
"/detail/0bf7429e66bb46709021d32b85105640 "
"/detail/8bf83d58e3524ae2bcec77168033c58f "
"/detail/f5a172aaee9549e89e6f098948a4f29f "
"/detail/91d688276dc9431ea960d86e2b7890e6 "
"/detail/439e140630aa451faa153c15ac1ffc1c "
"/detail/791adf92d8e74f7caa07563512347ad4 "
"/detail/9407497b11564cff9635b9e19317bb30 "
"/detail/47f0c997a1b848bab854d3e7706980b4 "
"/detail/45596cd8c2554bcaa63a15acfc3f92ac "
"/detail/41c5a2c7ad334e5292bf78075a06fa76 "
"/detail/1426e5ae677c43d18ebc777a9b6d0adf "
"/detail/72ba87549f8e4f19818763825b601890 "
"/detail/60f9442771c34faa8813598d6563997a "
"/detail/c5392006968144268a07483408223289 "
"/detail/2cbc8b9ffd0048539f4093b7e60afc36 "
"/detail/586d264197f649cca5a35830aeb27d8d "
"/detail/780ccb33dee942f6b36cc4150b3ecc39 "
"/detail/82d75984d1d74d17a10894166983bc9d "
"/detail/b245d293187c4bc3a71bfdbd4c7d678b "
"/detail/117ca2178f694fa7a1a9a63f6e96e886 "
"/detail/80bf7eaf39184c95830a4eee0db3a8f7 "
"/detail/72f4f3b3ca0e4c37832b332a577a6474 "
"/detail/6c4bc02d8d7d4995a36c4a6b1beed6a1 "
"/detail/72f4b50603d24604a00a529b6e11f202 "
"/detail/78cdfa74035342aa8903cfcf78d505ab "
"/detail/47682904cb664d498182fb7cc2362f5f "
"/detail/d8e9d070366041bf807bb9a4f5d3cbf8 "
"/detail/585b24143964492d92dc75d83108e3fd "
"/detail/40576cc33216451cb7d470d820f9c7cd "
"/detail/220e04a3d5df4727b25b4568d7b2e58c "
"/detail/da40adc772184663b035e1b3f9876a24 "
"/detail/aa900d5502784d94aaebfe91fd8a79e6 "
"/detail/374a8b121e614557bcbd11ab82f22701 "
"/detail/ec65017ec6974487b10363bfadf1bd09 "
"/detail/48e825ea5b0d4a1382b672d8ae2bebdb "
"/detail/033942d79122435c8ecc70914e2c987b "
"/detail/6ad310fb5c654f26b6c00954b2d7b515 "
"/detail/a83202e558f04a7996534fc5133d41bb "
"/detail/c7eba74b199c4559a745049d36438837 "
"/detail/b6981374ab4b4b8e957a637ac0cf66dc "
"/detail/725a9144bd034e5c8a0666e61b5b24d9 "
"/detail/bb72b80f2e554b86a399f2183779412f "
"/detail/43de19f18d804db380a26451c8284724 "
"/detail/7383e78a38ee4b2e963681c87dbd7ac1 "
"/detail/22b08ddfac1b4b3da21fbb3836ebe754 "
"/detail/b1bb68a95b3d474c818196939f9d495a "
"/detail/f05de8439643416f8b148a10194025e8 "
"/detail/9d0452a3918640298d71f5af0ff52b73 "
"/detail/26f9020c39c544a997e1b11f4d4b3cf2 "
"/detail/152603c1c212406eb369c0e13d215ad3 "
"/detail/40f497528646419ea7c01cc645fa826f "
"/detail/3a35bd240262442180ce4107585dffa3 "
"/detail/2ae0c3c99e5d419b88d5471f094cd6fc "
"/detail/7b7fe560dd9c4708b8ea3402e001d6fa "
"/detail/914384bac4104f85950d06bd3f4adb6c "
"/detail/171a3d28e4b14cec96ea6ff5186732b0 "
"/detail/71028e7e852b49d7b055e3ec2341ce52 "
"/detail/08582f25aef9485fb64fc558677c68bf "
"/detail/f7708c735ab548ce82164cbad217bce8 "
"/detail/f792e5ce8e35477db10cf4ef69cf6aaa "
"/detail/f475575c0f7e4845a3312b585af9979c "
"/detail/1ff48c3fb0e84ac58d4a9ae861c7d97a "
"/detail/aa70ef7fa63a4054acdcdaf078caae2f "
"/detail/929a788679ac448a824a47123e682539 "
"/detail/e7bd1c08ee9f420f82183e73028643f1 "
"/detail/fea07651667342f09e2ab884b61f5f29 "
"/detail/8e5141305b9f4d8e96a80a8ad5a771fd "
"/detail/8f7cc5a9e91e41718da5f292f842c62e "
"/detail/99cbc7e5a2e1450494d1399f5f355636 "
"/detail/94ec97547e924d49a910102ec61529df "
"/detail/d13c6407c9a14895acf0bc340586e2fd "
"/detail/4fda5b96170648e19264bbd59d516cbc "
"/detail/d23a8295f503439283f453172b61dd1e "
"/detail/ef37571c199f440382e2b75bdb6190f0 "
"/detail/051c3953e02846f296dff5c887053966 "
"/detail/988ae395a3fc432cb0a2f00be78f5a1e "
"/detail/0186432ca24d41e8bfac26eec78743e7 "
"/detail/5123563d4a9b4481a7f148c2c143c165 "
"/detail/aa967d37b5c54dec9de460b25a2bd933 "
"/detail/a2be0f12ddb4434aa714dda3d26e4fdc "
"/detail/f596f4db96b9481999add056f10d6b8a "
"/detail/7109ca42d8e0412580e57609eccdbfcd "
"/detail/742961d221f64543b83155799b9bcc7e "
"/detail/c8104e658e794eda8086e6d26563b7ff "
"/detail/10e55948a62e46fea9c0cf3b30160aea "
"/detail/2210fe4bb2a140c1819193b8a04cb93c "
"/detail/2cff0b227a8c449ca3eab8d581b2f139 "
"/detail/cebe6b1c495b4c788e61e948bbbcd2ba "
"/detail/0152d000f834481dbeb57d9c822f8997 "
"/detail/590789e000fa4a49ae4b28ced70716d4 "
"/detail/9527a1489fad4b2293e8f4b09c07ee8e "
"/detail/73448a6a85674a189e6a77d4638dfad4 "
"/detail/8bb35a7f44b14f4f96c5fcb82b688875 "
"/detail/21a538c2436b4b759ed24ed847215a78 "
"/detail/5e93936feda244d986f2d4ad3b042d6e "
"/detail/b10ab13a4aa040078f63706050a57de5 "
"/detail/31cdc7cf029340af804ad6cf1a5c0c2e "
"/detail/475beac7324b486c8c05b7a0940907ef "
"/detail/d49fcb5aae0b40caa8fd6547c25b481e "
"/detail/0d27d05c657c4d0e803ba14ecfa960ab "
"/detail/78f6df4ecaaf4564bb51034d769ad3f9 "
"/detail/d56c6bf640604937a1f931112f5bf865 "
"/detail/9d1bc34ee7854870a3837049cc03bafc "
"/detail/7fd9693053ce4e44a521fdd95e6456de "
"/detail/2c56bd038b1749599bfb21b25e67d770 "
"/detail/ef80fe329973437895180f5bd8d286b3 "
"/detail/a48bf32d3b29479db8f8984a1ab3903a "
"/detail/dc029146615e4346b537a522fe56379b "
"/detail/0912a5f69a3e4cdda77d12b3287ba6c0 "
"/detail/28120195f39647fe9db17ec423c35963 "
"/detail/c767029d9d9d41ae934b826d23d56017 "
"/detail/543b03fce41b45fe9590139d2110c409 "
"/detail/8267a6ed8fa245f083dbc3ffbaeb0739 "
"/detail/0bf055a00c2344caaa7693f157d818a0 "
"/detail/b60e3d92f8f846369fd948c8f8c35219 "
"/detail/67c52fe7ee564689bcd4dc7d559670fb "
"/detail/6c7fc7b7e6ce4c26b4130a8c4ca47dfc "
"/detail/b70131a1815849d2ac66af4dc20bbcef "
"/detail/6fc81ce2b2814604be87189a5db36e0f "
"/detail/ea0f9d43921c4dd29b959d15e5311390 "
"/detail/c1067fa7e42b48338ffa0d8e9024c178 "
"/detail/30a97a0a025844fc943bae897d7def85 "
"/detail/e0c26ab816c2425ca101d7d8dc7dc515 "
"/detail/1fbef62797804cd084f2fa02152b7cb5 "
"/detail/34735fd9cc5a404a940a6698601a78aa "
"/detail/56864370a6f9490fbf21ac5eb32ec7a2 "
"/detail/eddda3f13f1d48caa9c0706e939ddce3 "
"/detail/e1d5897e87ad47e487660f7a07ce1c28 "
"/detail/3ba61e6e69e0488e9c0f30428ff2c22c "
"/detail/d0981aefcfb34994a4119221fe2708bd "
"/detail/d3dae4769c1f484d892c0a4ae14332b0 "
"/detail/e3aec067933045a2934bd1e3856c263a "
"/detail/9c06f08dfec04c80ab9d044faa5a88dd "
"/detail/940de9504e2b4067bb89e8de2687044f "
"/detail/232bd3033d3a4175a12eaa0213535571 "
"/detail/064b2f5ce1cf45828d8a684903b792a0 "
"/detail/3999cad63fac4eb19dc1bf1538139751 "
"/detail/94f84ab90215495590411fee68cad100 "
"/detail/d6f6780a31854142974c0372bf28c77f "
"/detail/af047d256e3c4669a83d55cd27d233ac "
"/detail/ef5ec17d4739444d8ba6aa3db57f721b "
"/detail/d588741b684a4310b31da17036b4104b "
"/detail/7f4f2f2203544f86bae78b43e2af671b "
"/detail/61debda1020043959aa497cad8711d71 "
"/detail/97a8d0d52114451ebd70f2e5b619ce79 "
"/detail/878330506c8048a5b8cbe05be1239b17 "
"/detail/302c26630ee74ff28738a844ed269886 "
"/detail/a4a8c86177954121a5c1d21756b47a2b "
"/detail/dc6a38f849f64095b8aaf555d59bd8a7 "
"/detail/8b1154fdafad47d8b4068c634475afa8 "
"/detail/ca49db60e51a4a228a20bbe47fd86f72 "
"/detail/5222cb43c07d44d6bda426c18690cd73 "
"/detail/15ce2d9099a04403af012572f9c8a739 "
"/detail/5b3b5c3270cc4741a8db71d130c3e5e2 "
"/detail/1ab1596882e2493faa9f09d27fd70972 "
"/detail/b3e3cabbe3344ae5972fbb2e06f5e2d0 "
"/detail/269cb60ff35f4ffab22a22cf035c9d68 "
"/detail/2070c1c33600459db6737c6f3f590c27 "
"/detail/3c8361b669074524bbed3fd2311f0f0e "
"/detail/0da931702fc245a493387095ed54fd19 "
"/detail/6dc38af358d14e5e8901f530ac764bf5 "
"/detail/449941bbdc124da9934aea8639aeb553 "
"/detail/7fa05d948e7f49dbba1f1164029761e8 "
"/detail/b574e4d3cd984c71a4c4b44847328506 "
"/detail/52c3774768084b93b3b9ce3b15bc9e09 "
"/detail/ae2313697b47401c8bc063267760b18e "
"/detail/a13d825edbc248729a112accfbcbdcaf "
"/detail/73289fc2712042929e4030ced6e3c4ae "
"/detail/a586c82466c94a2f9e2e7183d44a0972 "
"/detail/24c34e1d3dc64777833b85e068a13b7e "
"/detail/a276f2eadc434ab081123cb10365ecef "
"/detail/df5a58b8dcc94914b6615912041afb04 "
"/detail/bfac73b9f4c64d388d9434f6d7488bcd "
"/detail/3d621b0536104dafb046fd07c68dc2bb "
"/detail/fb1d7090535047168cfb0682f2ab898b "
"/detail/2870c3471ddb4317bce2c630e674e7f9 "
"/detail/38c8fee1db68429e84bf2d0ff7cf28d1 "
"/detail/113dff75f5494a82ad90edd2e84ab1e6 "
"/detail/d73e16d28eff419d9649067012f694a2 "
"/detail/5c4ff66b06994a6491ac10f38b0f9746 "
"/detail/6e61b21ebf18450f828b4531b5b1d1c5 "
"/detail/289e9338267a4f9f9c8acebb1c389498 "
"/detail/bfec767c40a44ed2aabb7c649b99973c "
"/detail/7d5321cab3d94cde8880f36a685e76e8 "
"/detail/076132dfcd37488bb7afcc2b98ac199d "
"/detail/81dec1a259a74506b9ef84a75cca0c0a "
"/detail/813c947001844b6780ac1143a0058c50 "
"/detail/56f19d7f5f3f471f8f2a7c11fd49f670 "
"/detail/768083fa5cbc4d9d93c0e1d7323e33e0 "
"/detail/d1204c8056004e1f8da6ba6da3fbfa3c "
"/detail/7a07ea0ad3d04e2185cb41cbe254cb30 "
"/detail/9cf993914e3c4992b93c479b261fb992 "
"/detail/1c89be567b7f4955827a6f4af876d2e6 "
"/detail/60b6f7ac371d46d7b840a60a553e16d9 "
"/detail/43fef78e8f864bab86194c42840667a2 "
"/detail/d05f2e9c3a5e4b8885c8d3ed8a4437ca "
"/detail/51b69a6956cb46dc8c617bf7cd5bc3df "
"/detail/5404cedd4e5e4ebc99601ceb859fa20d "
"/detail/beb547bb33414197964d2afc7a7926cb "
"/detail/ee3f523172b948e3a38a76932aafa9a7 "
"/detail/827b88eaa0894d3291f437017478c662 "
"/detail/46c274678110498290de6bb758c6b0b0 "
"/detail/c0ce13b4cc094ebeaeae8b84145b1a2e "
"/detail/2627e9e8f6e2495ca9611aabcf11c9c2 "
"/detail/94ded807de1d4d5487e3fc98f1a30ef7 "
"/detail/3ce4924a486045b5ab09e6a4da95eef3 "
"/detail/8c1a7418cba449b090c53786e4893109 "
"/detail/eda242fa444743c5bbb743e220608e4a "
"/detail/853308421f6c4d7399317c39a686f12e "
"/detail/f0d795b8421b4a46a1ebeba5a1e1a83a "
"/detail/e43b2a0eaa1742ca80fa40b8f6a69ee5 "
"/detail/302f84de74944072b23b035c0f68f826 "
"/detail/5fc34555b0e449c4bb9b8950817faad8 "
"/detail/5e37f8ddbd4d41839bad35398d4cf015 "
"/detail/71d51e54921a4752be1673dd49ceceec "
"/detail/221c3875b6864431bd8b910582adce0b "
"/detail/5227b7d6eedd45dda8ef2d06c2cc6782 "
"/detail/fa42386ef2584ce2aae4b607cefbdf0f "
"/detail/54adad90d5d142599143abae18e31e46 "
"/detail/02bada9031a74f2ab691132e30b12ea0 "
"/detail/59e051a257694e6b81a450ddcf2ca9f6 "
"/detail/9a14055d105d41db8acf02728664ce2c "
"/detail/74da80176af94a41a1e564585fd5d4b6 "
"/detail/0381562c1f7d4f26be6a922e3f7c7cec "
"/detail/0fcd4135a9e846b49cf849be143569ba "
"/detail/3a0a89dd653e4c438162d400fe4450e6 "
"/detail/25cfd871b70546579654582382e68c0f "
"/detail/9221db64cbc54ff0be53254824aace1b "
"/detail/b068c8733e6d4375b4d47487242d4ad1 "
"/detail/4335c5ab23ba4b14a31783c2079f4e75 "
"/detail/8c13a50b7cde40a4900cd955e75ffc36 "
"/detail/0c0ca6470c144dd8ac25ba892dec27de "
"/detail/046a73edcf054114a12a7d5993b944a1 "
"/detail/06d9fcbef8a64198a063d3bacb31fe03 "
"/detail/798bf61efaaa478b93cdbfbf892188e1 "
"/detail/6e91fa8fc0e64d38a52867cf050be050 "
"/detail/9d35225392f14a8a91fd3fe4d3e4b2e2 "
"/detail/a036a1692b0a4a5b8d05e87213341a7f "
"/detail/93e012735e1f423f9c55286dc1f61059 "
"/detail/2b50c32def0640a2944ccbe759895f3f "
"/detail/0e1db1394451456ab9d549e752caeabc "
"/detail/2eb87d46b25e4f23bee6826e5a53fb1f "
"/detail/d54539ebb0bb4eb59a7ee95af2c4baac "
"/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea "
"/detail/ec555bcae6bf4709829e2d5ef208806d "
"/detail/224b6987209f4bd4a5168ae1af0b7636 "
"/detail/bd756dee9bba4d60b07d138dbdb64e4e "
"/detail/9d8094e327fe44a6844669eade9f4575 "
"/detail/1a8d87906b70458b8802abd44e9145e4 "
"/detail/b7dd0148c0bb48b4acd1f84d873623c6 "
"/detail/aa7cab72a9d94df99a7f7dc19cdb256d "
"/detail/0e128cfc3eca44fab089cf27507879fe "
"/detail/6b68c193212b4a8aa595c043efad8f4a "
"/detail/75abf562e1344cafafe50925b3be0d7e "
"/detail/7a086e8c4201469e932b4a183711052b "
"/detail/9227308de2d34abe9493571b275928d0 "
"/detail/b6b618abd98144b69611f9cc2fc3106e "
"/detail/68dc61545aa34f3ca50fc30d697cf926 "
"/detail/ce1b842bcc6341fcb9d7152f88efc748 "
"/detail/c4125ee9e4ce43cab7a746c20ae39129 "
"/detail/864484859d2a404299556436b510a8a5 "
"/detail/519a3d3ef78a48e7a3d93e892aebdabe "
"/detail/fd7011df27a74a89ae8a2bf0b92588e1 "
"/detail/2163430b34f9483bb84de085d672f715 "
"/detail/2134204c21b141bf8914f7ae38136e12 "
"/detail/dbdc93108deb4bdca5b055dd1c474cae "
"/detail/8e5bf3c15fd541398a76a9d56c10af1e "
"/detail/372ddef24b3946f18b01f95a74ccbe3e "
"/detail/6f5cf3bc48f447a0b3dabfa8b57d666f "
"/detail/fc430b9d26a744da935b32e3a418ebfb "
"/detail/56251d06c9e9477f8a2ff494cae75053 "
"/detail/78f5e0f7431f46aba083791cf7ade7e2 "
"/detail/849ad1d802b343ed8bd96caeed48b7ab "
"/detail/410aff5d56c54b75b3d57994826b2878 "
"/detail/e2ba2a5b9240464a9d567bebefaef501 "
"/detail/f21f46aacddf48049fc5297d6d2f3b63 "
"/detail/b62df4276a9145bbb105afe5a7df2680 "
"/detail/a245f8fd8ab640b18c1f19c2e5ae3c3a "
"/detail/6d2c967944904520989f13f15f6b202f "
"/detail/be8da37b4b0f44f8860f6450e6ea6c1c "
"/detail/9ca575bb2961434b9b671edbe50262dc "
"/detail/2af1824b69ba43c5b3dc398c758785ec "
"/detail/0d90766d261047599104620782c2d56e "
"/detail/fcadcc9d49ab4d8dbf67d82a78a016a0 "
"/detail/495085311b31474fa0edf2733d1a853f "
"/detail/f86abaf8342a4867afa07328c1a917e3 "
"/detail/69168cd035bf47ed9bd02e232681c894 "
"/detail/d071234e651140459f27c2229c4ae788 "
"/detail/a9f1ea47e9f0448ba87c813c355a309d "
"/detail/be58efd5547e47f996dfc50be36e2d85 "
"/detail/3f5dfd97a55445f7b5ec641b8775bc96 "
"/detail/39c40c0b6a3042b6868f75188add1712 "
"/detail/6cafa1e033004a809c65cf68db984f31 "
"/detail/7746742ba0944604a6f658d2a51db39b "
"/detail/81812e0ba24d423dac0838781a53ae70 "
"/detail/4ca1b237de3345a0ae20159fd05301a5 "
"/detail/0798279001e547adba9078cefc49234e "
"/detail/aba545c41406413d8d9c8552897384a3 "
"/detail/e3aef3b824f4412e830845beb7b2d308 "
"/detail/c216a7c881c64d84a8357fecc4fda937 "
"/detail/ec21285b7bfb4c7bb3d45dd47b57031d "
"/detail/8ae17006f6734b039ec7021aec141d5d "
"/detail/3cfecf947bc2425b91aec0e07b83b869 "
"/detail/1716b7068eb742e0980ffce3fbce7f56 "
"/detail/8c5088fc54b2494da942057ed28654bf "
"/detail/863bf86661ee4a4492307726d3e530ad "
"/detail/f00ad7da6f83479e92657faf48821bee "
"/detail/75c9c48fd41840fca0a70fc92efb21d3 "
"/detail/81c871f8837a46baa5e2221fd42143bd "
"/detail/96a72254ee1d43ccacda799e3c39f053 "
"/detail/32ad5676595c4ed890a59016627d682a "
"/detail/f9bbc19429d244bcad1705b683c81aaf "
"/detail/c9eb29e4fd2e4437a0572855daca354e "
"/detail/004a871ba3da485da5e7b4e0d9bfba8b "
"/detail/08ee16a407734e28b733c3b4d7b38fab "
"/detail/c5ab144f495c45d1af742173eb811222 "
"/detail/91c047d4ae304b3ba0514155f2e018b1 "
"/detail/1d7102ce4f45431b92f37be1fe0c020a "
"/detail/f109038bab33492a873ff3c6afd8dd59 "
"/detail/30705084226b46ccb71816ad2bc4f02f "
"/detail/28ad40325b0149f6b52df356aa5633c4 "
"/detail/058907348d8d410ebd3e4bb59fcf9b79 "
"/detail/6c7d9532c9a84299b0d35b0a3685dab8 "
"/detail/17c8ad20f8e743c5b4111f96115c9636 "
"/detail/9f3faf898c4f4787a9142efd6d2d435c "
"/detail/09bc02b79ac2487d899fe2620f19ed24 "
"/detail/6e745d641e134ce7ad04962c52f0f5ed "
"/detail/6f167a9f664b4283a2bd507391fce303 "
"/detail/bbd64a1d04cf443fab033dedadf8260d "
"/detail/b823f6c0bb5e46c88392bb61f3220cfe "
"/detail/a5e8713170df48f780661ed778adf9a2 "
"/detail/187edfd659c74c4981639b2385c300d4 "
"/detail/aee2db9894c044248d1afa57b60e68ce "
"/navigation/d1c8e7fd3f514b16a7c7c457c438b93f "
"/navigation/585d71242fa54b0fba56e331ed5adbe1 "
"/navigation/0199576db2937bbe9a41fb6156449782 "
"/navigation/08014c102bba43b09e93a823de238da1 "
"/navigation/04ac33f9be48438ba185ce8585682c3c "
"/navigation/ba9f9e3fd094425392c838f151773526 "
"/navigation/cda441a37060455fa34c8ce371928eb3 "
"/navigation/52242d7c7a3349359001e1b7b2c3df80 "
"/navigation/83586831f5bc43d6824ec80864e9314e "
"/navigation/0196d8a825c27a7e93a4b07323c246d6 "
"/navigation/ccd140695dc643408838c39c838a0a51 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58' , '/navigation/07d6d4c2753d4315814435763a756eb6' , '/navigation/4784c622e7b34b139d9852ed9fb53adb' , '/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c' , '/navigation/7ca22766fd2846b39712928cd77b169b' , '/navigation/cc590dbc44b740169864cd7c989ddad0' , '/navigation/275477acc6364fcbb3d3bfbe17317800' , '/navigation/57e065cd29a24cb3b2d9fc39fc2abf50' , '/navigation/aefcfa1180634bb98635452ad2dcdbf7' , '/navigation/bda1448fb6f1449eae78e06d3dd07df3' , '/navigation/2c38112820554a9598f0c8e77373625c' , '/navigation/310cbec927954c1ca5d68a3a49b532c7' , '/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/navigation/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/f19faba35fa04f30a1bdd354b051f625' , '/navigation/4bc032eef6364672a0d09b8abe93d55e' , '/navigation/33b309eb71bc4c2a9976970795d500fa' , '/navigation/6dba75696b5148139136de033ffc6382' , '/navigation/be2f3ca764534022a2ba79f972c9679d' , '/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6' , '/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef' , '/navigation/7b7970e14b87448fb41d825fcec350d0' , '/navigation/7d34ea33ebd2430b84ca71a999e7b708' , '/navigation/abfa97de640b48c7a6afa067b88812bc' , '/navigation/1f423e85c6eb494980b22dde93e64a9c' , '/navigation/876b21ae9d7c41498115b90823beeb7b' , '/navigation/2b29710e5f0f44a8825513b4e6e2a98d' , '/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8' , '/navigation/671bb3d9919346a1a0187fba6835a133' , '/navigation/dfe70840626a4a9a88c56999fb42852b' , '/navigation/e4ae50f24b8d4d6483cbea48cedb146b' , '/navigation/73e9c784d8c448d8a7e304117eed2293' , '/navigation/8fa76c45c7a14b1ca93353f7b1f85411' , '/navigation/f2e70390e9e34ceda7549b53800c1e08' , '/navigation/0bc41cae5ab441458dce00de02107388' , '/navigation/5f149c7e1b2b48f9ae6364de8ce288fe' , '/navigation/903d01af296c4a2391205affb24423c2' , '/navigation/89364c27afac40fa9ead1ec3136ec684' , '/navigation/aecbd0f4de0742199dd75fadddec2013' , '/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0' , '/navigation/bccc5c020811472196379229044dc7fd' , '/navigation/2db3c8aa857a4bc6a6d11e3438350063' , '/navigation/068567f45f424e389167089941c407ec' , '/navigation/165d387e909249889e89cd6584e6c81c' , '/navigation/20e44a7345fa48468f3d0e2298b4f067' , '/navigation/224193720c2a4a45bc96cb2d055655ba' , '/navigation/3c24eab57c3d445698f26534ea18e660' , '/navigation/444424ff93914a27a401e920bb33976e' , '/navigation/72202b824a384e9a8c11ae6afe2a9d75' , '/navigation/7b182711a1294f69ae2266b5e37b5bc4' , '/navigation/83868e2e81b340bfa067343e71965085' , '/navigation/89d46426d44c4442993d4b524afc59a4' , '/navigation/a16abde2699547c2b823b86c6b48d0d7' , '/navigation/a3025fff20374024b907cddab6c39d43' , '/navigation/d14cb43cbcf245eea471b31b87876e6d' , '/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d' , '/navigation/e5c66ca00fd140229735738d20618e8c' , '/navigation/b613bcea17d94cd68c0f1b01c96a843f' , '/navigation/f65330b5335b43a8ba39baec7d44aa54' , '/navigation/fb3986cb89834cf3a3b42c5a651034a5' , '/navigation/9eb6e1f2d32e4679aa85298c3e2fd678' , '/navigation/a5d30272319c4e6f8577b8f344013d34' , '/navigation/5be3b86f12b94044a39420702328fe79' , '/navigation/e40c020ad4b74db7bc3e2e88c4c27be8' , '/navigation/ab078ca87be74c748a7e971e766ceaf3' , '/navigation/efef8f302349446dac0f0d67631b70cf' , '/navigation/f5e01e9054514b68a8653c5a4f2e5ee1' , '/navigation/e485c99ca374414e851e1bae3f10af8e' , '/navigation/2fb093f95507419987f178312f1a3159' , '/navigation/4823a61385b44ff1acf4e6382ddc6ed4' , '/navigation/a6abb398e64e45f1895b6666ef5c48d1' , '/navigation/00f37e830a0348d09705a9612c8c8cba' , '/navigation/71ca1150915f49e5a1f2fd538909d05a' , '/navigation/1c5e979155a844539448db12fd5ee768' , '/navigation/8880adde82fa414eb680521ec3b57c4a' , '/navigation/edd74ffcfbd44ba9904d355f05d440a6' , '/navigation/29bbfc2eb6d444f08a34e46f60b76e17' , '/navigation/9228dba7d8ff47a897c5e6125f40dae0' , '/navigation/500fe37e8fab4ec686d79803e58a8133' , '/navigation/defbeb767ca44c1b970ab994d662a6a2' , '/navigation/5d1b4c4fdc094289932a615f81db335b' , '/navigation/b3fcd7cc2e684a8b96f82adbb8615f55' , '/navigation/1f6fc0d096e4433f847169a8653f9872' , '/navigation/cdf0a23d5d72433783ef241128a9b070' , '/navigation/273527558c5e4e2cb3168fbfbbf6db0e' , '/navigation/0fc49a5d23ec4742845d4d31898f67f2' , '/navigation/9870b54fef794c4b87791c9dbc9b83b9' , '/navigation/91314c7682154e58a203d7deb3c46e25' , '/navigation/0198a84419397e96ae8527630cef7f63' , '/navigation/019c03b8fcaa72dc9e2c6dd03b04916d' , '/navigation/5fdbefa88b0942d28155aa77fb9d1ef2' , '/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27' , '/navigation/6abcc304f8c84933a719a126f42a6651' , '/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3' , '/navigation/ea2fc00d192244b3b852128b45d74842' , '/navigation/2a5c8fc96ef04011aef499b2fb4faca4' , '/navigation/01971690d7e97455bdb6a13033fc4bea' , '/navigation/01971691bb387f7f8d6fa68ac5bc78b0' , '/navigation/019a7cc2c0ed7c48bfd77766e7197c67' , '/navigation/019841caba81739d847aaec4495335dd' , '/navigation/c760008290d84dbaae3f6f4b83269ddd' , '/navigation/019aea2480627a599fd1d0db6122e224' , '/navigation/0197169587bc7ef2832928391108aef6' , '/navigation/01992f21513c7fca831141b67a0ba2a6' , '/navigation/0199288800f87feaabd6d217f0254df0' , '/navigation/01983b68543b7476b25d1ed5006cd884' , '/navigation/572804a509e74ad58d18d52ef0cfeb3c' , '/navigation/0199772279547efd8f94e76789b316b3' , '/detail/907800d6b1ac44438f47d5712a231e63' , '/detail/5ad0a75b35ea40b780720cf5b915396a' , '/detail/02049224c56347179fa4c013e2cfcd8f' , '/detail/5f7dd71082de4ff1825a3e4fc530b61b' , '/detail/6b1e1d2fc9aa44778a413fbac60b4ed6' , '/detail/a002e63bb53b45eda2aada59424ed928' , '/detail/0f30798be19b4bf49513883d55f91e75' , '/detail/a3a3fb91815e40c48bcfdfad9234db23' , '/detail/1b2b24b76e1e4db793d6cd9a322e8e64' , '/detail/018e3b42c7c64234bb3402ccda3a3889' , '/detail/4beaa37ff7394b238df11006561868c9' , '/detail/81152c3787a148d4b16100936b96453d' , '/detail/3588374ddaa8427c81d359c9c2d5ce9b' , '/detail/878b51f21de94d2a9cd6a6fc5464fd76' , '/detail/224646719ca8445684e02ec785ff051a' , '/detail/aa3031f9fd724dbc9fed884ea62b3cdd' , '/detail/dd5ba0866eb14cc0887bde5bd80ed9be' , '/detail/905eb35c7e7f4a26b89c6f3a8afa2771' , '/detail/b1392737db6e444d8cc9dcedeaf683ac' , '/detail/6eb4eb75eb0446d09d8b22cade0ababf' , '/detail/6f8394b87a1d447ca2d59221198c6689' , '/detail/2981d274af1a499b9a3d61acd3c4dffb' , '/detail/d8ce812c667f4c14881887cabb9e727d' , '/detail/9697343857c24ddd8250e9515ce7ff21' , '/detail/f09a95b636114509bff44e2c53d6e0ca' , '/detail/7aec0cf38d9445608fde7d49d627919a' , '/detail/4e0d39b2433b499f9b6f8bd3c7d98d19' , '/detail/e2dd0855a86a4c399e1d62fd25c35d2f' , '/detail/ef539485cc4c45269c7cc2658dd5bea7' , '/detail/1aea228ca06a48efbff72852aa31d468' , '/detail/73f4dfac653d4f52aa5423dc6f2607de' , '/detail/d8a8542b78f6473a99f468fe2b2aec50' , '/detail/6dae503f926b45e4852b934306d8c1e7' , '/detail/d7cb1d58d4ce4f699caef498931672da' , '/detail/e863de4441514e82ba6de7d252dd9335' , '/detail/944f0fab45f64a6894bcef7c9f2446e4' , '/detail/95c56b0280ff4398a69aecbc4b4a1bba' , '/detail/a054ce261d744bcda5c30495fe53f325' , '/detail/27f0c28d790c4a3f8d901fd988059fc8' , '/detail/7d30c3b042dd4a53bf0dcd11b6d81ead' , '/detail/30176c652f9b4833804be55d2e5c491f' , '/detail/e3247f80a7bf43ebac80f5d159ac0589' , '/detail/85fad572583746e3b8862d53244884f6' , '/detail/a2b358b0330a4019b3de9b2e38d11753' , '/detail/d5be41a8f5a34787a1467a70ddfb7ec9' , '/detail/802ee6ce0a5b42cebb9c073c410a080c' , '/detail/a30ab8a9979644639a6c8fa69703b204' , '/detail/ed7a9a663e0d40219234e240ab47a393' , '/detail/8337d35896cb43969814dc8f553a6c8d' , '/detail/13a7bfcb6f394b52999c33ff1f1a01d1' , '/detail/e8b6fcaf96d144df92383631d23edbbb' , '/detail/c81e18bb8dca486e9dcd2c30a35bab3c' , '/detail/073c8acba3ad4178846c925e7b64396f' , '/detail/bd2f3bd185b44bd89a304655797f6f82' , '/detail/f103d729273645b0b27bb48cd04b290e' , '/detail/bfa0f5c7990d47d68fe7896930e02e58' , '/detail/262d10aa4c5f4d2eb8082ea3371b0108' , '/detail/80b0b34ba3ad473193b2f9fc45e218f7' , '/detail/4afedfff42ec404f942d99b202fe2570' , '/detail/076c79d527be40a9bccfef2e0f3bd78f' , '/detail/ccce86f4b9cf4642aa9bd0e679c4046a' , '/detail/0751e34c31cb441494ca9b76e9c11e4a' , '/detail/879e2c487214457cb3cc606eda47f549' , '/detail/ee5de617198a4b4392daec9ca66e82de' , '/detail/9e935f48df944332ad696931ba2cfde4' , '/detail/be8ab8aefa944f648610a373c7d9c612' , '/detail/42c5fc8a3c1b4b4ab2d307e72214a678' , '/detail/4c9461aa9f2347cb91dbbf636b319c3f' , '/detail/cafe3cf58d354cd2bae220e75fc4f7dc' , '/detail/fa06d411caf649a8a0869210d28b8182' , '/detail/0479080e315e4d1caf8e7132acfb851b' , '/detail/ae4a278b077744b7a11825bd1a3b3f39' , '/detail/6b7ae37bb6924e0aba23fc8f474bf0d7' , '/detail/8d1e147f008d40f5ba902c23610374fc' , '/detail/c181bc04ef9a45e88c31bb31addb9391' , '/detail/ba76cb71d106411aa7ed00f13045a32a' , '/detail/336a16d53af040e6959716646f66cdb5' , '/detail/120f6a3158aa4e53a4594d9b2f0dd0fd' , '/detail/5c14bd4352f84255ae542eba0acc0e5d' , '/detail/764d49f8e36c481ebf908d3a59d16427' , '/detail/0dd04b698828488bad12a9deaf7c5fe5' , '/detail/46815593d7cb4e058be8c35b4775f8af' , '/detail/9355f61cd2c348d4839dd4fb4a56ed9d' , '/detail/f4c112a32b344491b74f59d7a1223e89' , '/detail/c8ae7f0369464bab97e8cb6998da5a37' , '/detail/69e92375bb6648e7835771fe8c6c9e9e' , '/detail/494ed93568fd42dc86a8e0340f0dc570' , '/detail/8ea5c319badb40bfb1e0f2abe8e1420f' , '/detail/53c501e2cf41496fa9a42eea47c355af' , '/detail/592c8c118fd34494b2f8a1e7017c4208' , '/detail/8d4f652702be40be8d5fd550188d0f45' , '/detail/84bb8c3297e044c1a7979cec2fb6b7fb' , '/detail/0b051d02018a44f7ad8ed080e0985401' , '/detail/80300e7918a0472189f0600f2ccae169' , '/detail/699d5c13465942b9a9e9369633cfac97' , '/detail/bc5e02f259b548e585de758155c448d1' , '/detail/49c262940e634627a83a2d8900cbcb32' , '/detail/b8d46f425dda480a94a63288eaf9a67d' , '/detail/0725bbcdc18043be841f654dfcdca1e5' , '/detail/ae1b6e1101974395851f687b7b654931' , '/detail/0ed3f56f152d45658b1109b1a9feac68' , '/detail/b525f8818bb94975bd6d612c4b661597' , '/detail/b1adedd24a1240fc89c0e548cd042c9f' , '/detail/917c0dd471714a44a2f46430182d7fd8' , '/detail/ea4ee62acc4944e68d8e9061d46211aa' , '/detail/2041dc300cd2453f9887cf0c27aa41a1' , '/detail/2426edb12df4476aa105ee6da57aac54' , '/detail/b1db8da532fa409db65270ed2fdd7bc1' , '/detail/396fd0bec6754ad6802751a4953ae4fc' , '/detail/759717227c7643e1b6f11815a203b3a3' , '/detail/ff39b738341a4e009b3ea51400377614' , '/detail/5b9d56b870604ca2acc275329fb15b5e' , '/detail/ed3ab2a57cb94cec97392a2d4e4fc2f8' , '/detail/c93ecdea10ee41a9a587aeb88f1b08f3' , '/detail/c85a3558dd2d405ca0f4491a6b52614f' , '/detail/cca727003ff54c9395af451195e7279a' , '/detail/4ceb08eb683e48b8bffd988441cbe0cf' , '/detail/bafd7da5004440e8b75178b8111b1997' , '/detail/2e3dc9f7477b4513bc85ff8a3e5657a3' , '/detail/b03006fbf7354a93a528fb71c1275db8' , '/detail/4987134c36be4a2ba051d2c6fbf5bfed' , '/detail/e7575d54c9fe443f98c5cfc50df9c398' , '/detail/a86de63a08b04fb0ab63e1fd0055d23b' , '/detail/b06e1b7bb9814476976c4351ce7f42b1' , '/detail/123872dbcf1345f2a1b38ff1b6e1d709' , '/detail/01db2418ea7941c5923de1dc12c39645' , '/detail/327337d82cff477a8b2969ed8c94191a' , '/detail/a3ed2e2204f14a108ecc492364caf355' , '/detail/299df76406224633b1554f17b7c29774' , '/detail/90c5ede0b2e94251b2824da55f903453' , '/detail/078adb73e433402cac1d0fb79e5bf8c7' , '/detail/263e50a70f62437999c52bfaf4d12048' , '/detail/98099977618846fe80e141669a36d6d5' , '/detail/d921ee213d44441dbf25538cff506fbd' , '/detail/ad954713d8574b38afa2398c7bd66c0f' , '/detail/7260ba2b578748acb6faea9122190ba0' , '/detail/195e796badf14ec58f9fb64787588efe' , '/detail/2ca04abcb39d45f4ba3679c5d31987ca' , '/detail/bba2a0852978402295f1c7e10d5e4803' , '/detail/cf5e6d5586a54dc4aa912896d745d722' , '/detail/46e6a1dedb50427e99ab637c736ed176' , '/detail/8d2cfdd4a5f54b59902a11851d033e54' , '/detail/f2406efe382e4f49937e837fe25bf33c' , '/detail/0c888f16942345a4950fa5fe43bb8185' , '/detail/d83a3e11d54643b3bd70857e7153aebe' , '/detail/f3c11cfd48fc454bb7f0f46d9bce33f5' , '/detail/2e2027321b61404abeef63f27c02c8e5' , '/detail/e070c6060a1d492ab557cd300df10a68' , '/detail/93be2db9ab73440c9f44d4dff869b6db' , '/detail/87e8a336732741ccbb5767709f69448f' , '/detail/00f0b091171b4395b97fd73abd185cd6' , '/detail/c7aaaff3e1d24bdaad4e5aca59c2240a' , '/detail/02e134ae0eb64719b5cf4547e75dc4d5' , '/detail/7c91b0bfa1934d46ab3fd2fc66867555' , '/detail/ef094217b79440c29fb54a57d569967c' , '/detail/18f087ba32b6407bbacba7c1f5b7259c' , '/detail/4a3774215af3449697142dd4e3b95f98' , '/detail/c0222e973c85450798be8850ee5351fa' , '/detail/f9f005a3a5ef4e34a411be5f9d070933' , '/detail/410118c8e60b4a46bfa7a81479a0958a' , '/detail/73e8e9f85d4c493db672f16c3c916593' , '/detail/778293e4a68d44719a6e09a9fbfd9a8a' , '/detail/52446f91657f41adabb61429efedaa1e' , '/detail/07fada449b96423fa8433f6eb116494b' , '/detail/6679a0fc857d458c854c6aa0bb9cdc34' , '/detail/09a0edc9672347aa86b18c89fa4ab4b5' , '/detail/5b097bd435e848f699e62a1f4d526c7f' , '/detail/c0938accde1f4174bd1257612629ef9c' , '/detail/b998200072fb47659bb40dc7f9974fee' , '/detail/84db882d5eea4037ae04bbfebf4b8219' , '/detail/a1d210e732b14abb9dd022771c2d6a50' , '/detail/32bc5d95630145daace7e74b0905133c' , '/detail/1d02727f23b346df923936e0db86c754' , '/detail/8a6708afc5644b41b574817639939a1c' , '/detail/be9981c98eaa407da40960ac1d2bdbd2' , '/detail/3961e4d4b5694f32a71c9f545e1463d7' , '/detail/e8c251237d3240be8d3fe4b4b199d54c' , '/detail/c4642ae7e3e14468b7e384f376400530' , '/detail/1d9da3d26a4c44dfad990fe91a01af6b' , '/detail/47fd66b6cdbe43919bafe81bc8dba96e' , '/detail/02995413d6c248e38af849b631e26c0d' , '/detail/4df3329a2b5745f38d8e47a9d622d696' , '/detail/351766db24834309852cc2886f45d3cb' , '/detail/c5a7941ec4af4197afde9b553abadd82' , '/detail/0efa71af83864236af70eed5e2477d7b' , '/detail/de60e8c91aa24bdaa1132adf8769432d' , '/detail/670e6dc7ae104d428aa1d9d1a3c596fb' , '/detail/50a1432a03a5400c8edea57ac6906cd6' , '/detail/f316e9150a4a4575938b7ab049475f03' , '/detail/763a62ffc8524b5e8cde6e4b63d20f87' , '/detail/d95e5aec89724844a46b61824fb1c774' , '/detail/bc682318f5fa45f0882688b264bd3ebf' , '/detail/91631143c2984c2f9dba27f2aa18cca4' , '/detail/a57835dc1e2a4d37a4e375dc7da7ec70' , '/detail/fc8986ebbff24dcf8a2a3da57ea7b3e2' , '/detail/fe039f02196e4b5ca658e9c0b67b612a' , '/detail/004686d8f760498391f52ea7c8bdb640' , '/detail/22eefc3e4e8647f6ac9096672cb8edf6' , '/detail/8f3502d374e14b9e94862331e65a507a' , '/detail/cd0e2e40890a4d15821f2359f2c4ea2b' , '/detail/3ecbabf78cde443fbbe20c3f7746e105' , '/detail/0d7beea0b0a0493797cca962f2133fcf' , '/detail/ecc13e058ea74f999d89025ef24e200c' , '/detail/d8b7ad7f1790433f9ea3d95228de6390' , '/detail/6f35ce76ebae4b4eaa0cb3cfcc7d7eba' , '/detail/8601fa9ba1444b558648b0def7006a58' , '/detail/8ad0fa1cb54c4456ae91c74ba0df0fb3' , '/detail/34a629ec7478437cb2fe74bf21ecac32' , '/detail/cac0e859bc574557b35f78ff09b0e8b5' , '/detail/f27f12b684a04cdc8f4d0cd858c5ba56' , '/detail/513820e734b841bfb7a36d40271268fd' , '/detail/11945980dd634f8cbfc3220cbaaa2b67' , '/detail/dbb7d665b7ae483a85ddc00b00a6f4ff' , '/detail/1cefbdeff00b4005b50a45a8187c459c' , '/detail/a38274adf70d45419f15b6a5aaf8df4a' , '/detail/7df94daa66a64bcead011f93b55d8b9d' , '/detail/2e87e42a3d8c4aa5bd4da7d0c851bf7e' , '/detail/e7123a43bd2d4c04b7f884f5f5f4ec83' , '/detail/8a5ac200d25d4899ad75e11b6302be40' , '/detail/57b06521d3fe4abf934d2b565836203c' , '/detail/5d48e465f9a24e8a8b8f92844009b553' , '/detail/1079bce747f04493a0b784b320384a9c' , '/detail/24568e105b1c4ce39b7004adb96560ec' , '/detail/bc64a70a35a6418d817e62896ebe84c3' , '/detail/7ab660df1ff04a8c9d74a9e1ab0c387d' , '/detail/a85fdfe29a3c4aeaa52baacb7c4fe95c' , '/detail/c0990ce6c3c04654bf8def2c3646fb58' , '/detail/6632d9776fe84bba961029784e4d1b70' , '/detail/27760bda084040e89b4cb4eb5ed70502' , '/detail/fe720b4ddeee4981b54f628e3370d344' , '/detail/17e55a566c5f4acfa9043f13095c5176' , '/detail/107af436bc0643b6b104ee748fb58d76' , '/detail/e0b6680ee6684e948069af0d6d72c2ce' , '/detail/3084543115d3461f8706a53ea1608deb' , '/detail/d2f2e561fd094f4fbd06d5cb92984763' , '/detail/ceb8438537014224bd0256a2feff1d66' , '/detail/bfa003d2278c4189b6394e0dd84a8763' , '/detail/c09fa05cd9344a6b83b1ea7c01136f46' , '/detail/e7572990bf90464abe316a8714c55da7' , '/detail/962c617e8d994ff6b0c25aad04022b67' , '/detail/5dc2575bf14f49e8b4c43fdb4937e733' , '/detail/bb1c0a1278a144809a930058a52d6a84' , '/detail/999eee8fe1d54280bddfe719f06d5411' , '/detail/d6fbcb6bc1fb4c4fb3c5374ef5b5b67c' , '/detail/91c10139f3f946dd995878d8e2922800' , '/detail/6fe67781660a4a79a99071b4718ef0f1' , '/detail/6f83fd21cfa243e09641b0355a2817d2' , '/detail/56d50e48b02249c4b5bbcce41a1c072a' , '/detail/8e0c64f417264187afb600f36acc6d22' , '/detail/21397090760d4de09ee3c08efa95b2ba' , '/detail/36c5152d4caf43acb0ba66d500106962' , '/detail/24c6c5d056014150aeaad045789a4085' , '/detail/9b2943c29fd2445bab5c0a1eb2a939f8' , '/detail/c06da58be45e448cbdafe048f8fa34bf' , '/detail/ccdb5fcbcf0749cd8ab8a7eb48a1cd85' , '/detail/63d58180fa7f4d5888fc2644531c2f72' , '/detail/40f140d4b34c4cb9bb712059869ebb52' , '/detail/40385d84e0fc4d6ea7d6e03f4cd695c8' , '/detail/b2bc7ed9faed4559ac5b93dd0d79f0b1' , '/detail/c1cbde6d260846f689f03e03d33de6a3' , '/detail/b47b4530a16a41489a4adde43cb0da5e' , '/detail/c5ccccc7263e414e8fedb14c411adf61' , '/detail/108e865535ba4776b49fa31de12b282a' , '/detail/4633ec13da664845aa7e3659b8411011' , '/detail/0c2b0c28ecb641c8bea900fc6aae6774' , '/detail/3c34a8996f0148cea2bff06899c9cf87' , '/detail/2aaa697713a64b619558f682ea3b6d23' , '/detail/ef1f41b39c5745a0ab7a298f44a60dd3' , '/detail/912a99516e84448c8fdb1bee5464066e' , '/detail/9ba5403d3c8e471bba30972d29b42dec' , '/detail/69102cf6eb4c475983b3675e48e38996' , '/detail/a6e8699e6e5e44f090af7399af9929c7' , '/detail/562927bc78874c0c82c007c7a2a591b7' , '/detail/eee45f5ac20e4ce7a6ead3ed46dbf544' , '/detail/4c50f7c089d04e7ab88e5ea33c5e7ff9' , '/detail/79d2f91fe3a44cb69664c720d0bcbb3c' , '/detail/0a522654f8a846b0b96b861b7dca0dbe' , '/detail/28c3f5f9818146b897c51856f442df98' , '/detail/f3d4eed7f3924e0790a077df968cfe9d' , '/detail/8f576ee93f3b41f290c1326da81ab9fd' , '/detail/7afc75136947462c8b65520df456da92' , '/detail/8492d39624094253a52efd89a7f4dd34' , '/detail/3b5a3069b9214223a3de6d9682b3916f' , '/detail/5daf880bac6548dfaf69c181ab1409f0' , '/detail/643efc4ef68a4c45a33c539df74e05b8' , '/detail/babfb1603cfd4a86a1e186a18fc85a90' , '/detail/3d666263623b4a229c0117424868b7cd' , '/detail/448ec07ccb5847468944c7407cc2edb3' , '/detail/f457c6c3adee40e1a2751a7feda982d4' , '/detail/d0e824acec98423daccec4bcdf218816' , '/detail/f66fb0f1252b451f82648f3ecbadab43' , '/detail/988d2728096d477eba6f4a5aae31b2e2' , '/detail/30d403e41202464aa77c56a227ed5f17' , '/detail/3f8842f0ede549a186a513239a426396' , '/detail/b74a81e4effe49d4bc01145236dfd3ed' , '/detail/118bcda450a541b884ef1e4b04c1d735' , '/detail/b40947c8674642eb9974bb81816539b5' , '/detail/81f4ebcc27e64c109b538604bfa82681' , '/detail/4f19cd13cfb4473ea37629e4685513de' , '/detail/bcc6fb924e354352a7c6cbb30ddceb92' , '/detail/07002a8c74f74f0bb5ed85d8a59e875b' , '/detail/646611b105cd4f58a2ca652c91df2975' , '/detail/c74d63b76ebc4a5cbfcff547bbd8531b' , '/detail/fa9a145df22d466b96bcc1360cb87177' , '/detail/d6faac7cdc84449996627e8948b985d9' , '/detail/576f7a6625a44b40b4aa14f858d3f528' , '/detail/33997cdd7b564de09f5e8a56ddc4d911' , '/detail/df6258b4b02845a592c304fe986ae052' , '/detail/11b0227b6aa34e4e981468da5782c6a5' , '/detail/aee0faf9bcad45fb86e75fbd92cb5405' , '/detail/6b8cd7bc837f4d30919f2355eeebafb5' , '/detail/61d0c4ad19ca41f8bec59bc811cf0775' , '/detail/60542cbae796468ca7f948df15869b80' , '/detail/a34a206fc24f407e9af91e9f21b0028d' , '/detail/40fa8daf2bd543f092ca10d84a5ddd39' , '/detail/ddf563281cc74ab3832a044eefac1891' , '/detail/3fe1426face64ee78fa6d869a86c040c' , '/detail/882a0d90845c46c9bb019659a615f235' , '/detail/67de6d67304c4b8482e958ab729a82f4' , '/detail/2df837200cf440d5b49d1d74384c0dd0' , '/detail/a4190569dd294a32b18c8336e0a927cb' , '/detail/44f5a654f8274258b67db104fabcfb76' , '/detail/896d4671d5d04a838506a99ed07949d0' , '/detail/a07559936294485c935b30e1553bd6da' , '/detail/dfca2538d5e540b8948ecf56ae57c074' , '/detail/99ead72007414201b6928b05fbbba54e' , '/detail/31735ee394174546b9a835372afa3ed9' , '/detail/68c76f185e854e1baa6dc51068d4cedb' , '/detail/5fb296c482ac4d8eb585dd4f1ce98a81' , '/detail/0f3cc4a1dbf94dc397405d87d05d672c' , '/detail/3b1e50d6d0bb4c9e957045944ddb9a8f' , '/detail/41bf63563eff414d967bd9c3c462a642' , '/detail/cac219f237144b3daa4f904f2664fadd' , '/detail/173caba30d514adebc82424c039d30ba' , '/detail/f0e98e85f304428ead68fdafff39c972' , '/detail/ba9fa6dd11264506803c7e82fa1a2598' , '/detail/eefb4e3224e74050bb3ce7cb3f3f9eee' , '/detail/0a838230790c48738e5390e3fb5d5e2c' , '/detail/86f99d06d21b45d7a31caa8acbd891bf' , '/detail/b25fa60cd3c54c16aa831e8cb80657d9' , '/detail/d97333ca46504a8389743badbc47d068' , '/detail/c87d078fdf5c490980c604abeeb7a3d8' , '/detail/3e590151b90f4b839078179c4c5b21bf' , '/detail/26c871350ef34458880ca65f2776c6b9' , '/detail/1c31971ce40e498b82f1280c07c1b635' , '/detail/c1f130d7a69342b29c1d3461040004a3' , '/detail/aff580d8365245578854545e35675fb7' , '/detail/bd6868c11d384880af8a46fbec986baf' , '/detail/d3c9cb38a11f42bea374e7a685bfd828' , '/detail/3a7af9fac6f6443ba0559a346a783143' , '/detail/e0e0fa773c904c77ada7689ac2b747da' , '/detail/7b4caffabad04d4d90f412995e5d0790' , '/detail/f7500530ac154a198fdf4e76f800b2ce' , '/detail/9407c0d86e204d9395004aac16562b61' , '/detail/548f4a15df30457aa49912c0880e0c32' , '/detail/60a3cc9218ca47219a0e3c04a3023893' , '/detail/d877a4c0d5344691bf5e5e10aa83864b' , '/detail/d35e90b72fbf4a0c8503079556472d84' , '/detail/e53bea0622df48fba5809126220f8d2f' , '/detail/9682ba01b1264647b8bc5e29f23fe6d9' , '/detail/9e43a614f83540769b8d47b80b0090e8' , '/detail/d398c2ddebc444f6a74dc3133125987f' , '/detail/6b44b464de1a4d48bd5fae5668b274f1' , '/detail/b46efb940b5d4e79a88dd8190836a198' , '/detail/97660ef35657425286b95c82dcb02f2d' , '/detail/0cf665757b114488b50086b62e4ba9f2' , '/detail/f7d3219a6ecc49c6801df42d03002529' , '/detail/d9d87897bd6c49b8838c356ea465b8cd' , '/detail/dcbce2570bcd427e9b15d60beb70c206' , '/detail/ff5f7e5baeba4fda98a4c1abd9171bce' , '/detail/72d70c67e6474ddcb1fba965b12ecd8a' , '/detail/2361115f142d49e1b5fa2aff566b7514' , '/detail/bfc64fec939b4277815adefb930295a1' , '/detail/004b11b664424995968a6294d4ea4ae7' , '/detail/baaf0501442649a780e5481b2d0ca46d' , '/detail/2e7b613304dd4c96824d1be6ffd83190' , '/detail/99eb30031dc3465c8fe88a9c89476e57' , '/detail/5a7c1b2b5709496fbc7984c60fab67c4' , '/detail/6ac99b6a187a49d0962e40890ac916f7' , '/detail/0b4e5cc4d6ab4ea8b8330862b728ba1a' , '/detail/0e274db7c8a64b609438a89dfb3c9313' , '/detail/a83914be5eb94c24bdc703f19779d57c' , '/detail/dba4a06d239047c98cc59f860b14bd6f' , '/detail/4ada7be4c9454ff097c92f8427cc0a1b' , '/detail/b69a2dd92dcc4f368c9ebcd1e1ebc3e4' , '/detail/4570100a52c74fb0b920361946661659' , '/detail/b49a3e6547784f1fb5d822d52cc9a507' , '/detail/efb314ddb61f4dec851d6ff5fb59828e' , '/detail/f199de03b902440a9390c4167ca5dcb5' , '/detail/3ceb37a732424262915d394bded5a67b' , '/detail/fe32dccd36e644e6ad9daa7a5a2d8e29' , '/detail/ec9d1beed74a4e4b8609a7964777dfc0' , '/detail/59a0678ced61418ba2510d299bd84161' , '/detail/c138f4a68c1145c9bd87d70c16f20428' , '/detail/e98f77c53a7946bb96f3151d6c0c1196' , '/detail/af02af284a1e4340a9d65710ec0f692a' , '/detail/85e1ea4315f44dbfba6ca79650d0dab6' , '/detail/cb81b3fa56fd4b6baf5f6d8ff066ceeb' , '/detail/06c6c006e83842c89cc0591b9c4e0168' , '/detail/78376fa6ac9f4b0280e3703d4c1f12bf' , '/detail/35dfebbf9ed74ef396d97ccadb52acd3' , '/detail/13e149cb12ec4e5281be122f1e58d19a' , '/detail/c474fed558174c68afeab3770b180f4a' , '/detail/e10aaf1f02bc4ab78efc0c843d627033' , '/detail/5b25590c69f94a1b889c0b5b0d94aee6' , '/detail/a53f0ad1b85b4337812f02415aabfab8' , '/detail/16aaffe7830641989a230bfcb876af95' , '/detail/51dfb056bd414b308e86600e4bfb41b8' , '/detail/c21997d38de9401796a9f01b30d0884a' , '/detail/3506f429e5564886919e7b52b7715efa' , '/detail/32f4d5d04f674037b7fd71433a814b89' , '/detail/07bbc4ccab7a4fc08306a1f50e240ad9' , '/detail/67358feb2cf24551acf0bac52924438c' , '/detail/589eb46af3424f3faa9b9dd0b2dfece0' , '/detail/44cb3f0ca8244c1097c94f19ec649d1c' , '/detail/cc6ca6f547de4a6a8636b5dfce9aca12' , '/detail/6b65f04ebbd34a83b3c11037826500c6' , '/detail/6fe1a96b95f54dd5827665b8bd533b66' , '/detail/1a8cddfc80fd4752a3edacbc699fa453' , '/detail/bf6c14c7142e4da2bcaafc2db037e780' , '/detail/fd3895ee6d8241999ab29765e7f57e4e' , '/detail/5a8d1c32b45c4d54b83f903bc5ee2c54' , '/detail/fda2d703c86c4f13be5989653ab34b85' , '/detail/d12abe34043e4c20b600ab65142e8168' , '/detail/ba77c0763dfb47158760b6ada7335c90' , '/detail/93f72061b75642da84987e82384485be' , '/detail/4fce61a3812446c395d3be80d81f7256' , '/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7' , '/detail/5e41c0d93a0b432fa29b3823ff102bc5' , '/detail/5bf95e9020ee4c2da987f042b175ec3e' , '/detail/d27ab769972f48cdba32fb75ccd525d5' , '/detail/6c2593b2a53e46a5a18ecbc43c358446' , '/detail/d41eb0c222144539b4cc6be94b1d8925' , '/detail/7d50e5285bc34169ac6865bc2d914c95' , '/detail/a34d0614c2e1433585e1fc3c077dca45' , '/detail/d5c7f478291844fbbd73ace11197fa41' , '/detail/d18207690ccf4e2eb1ea56bbd79d4416' , '/detail/c225abf84ede4935b34646a1881258c8' , '/detail/20d6a2980f87458795d012362bf4a8e0' , '/detail/42843c39f20e4f23a599575776b060c2' , '/detail/39bc2b45ee1d4a63897ba4fe6798c8a7' , '/detail/5d97db9b33204df4b5cb13e6348076cc' , '/detail/354dedc90e1846c0a478ee2e699cf29c' , '/detail/78c8a3b7752d4d489296145b5dfcc9c3' , '/detail/ea2aa7bc07a24cd1ad1af9970c8c389f' , '/detail/a0f9a41d35d74a80a65bbadb8938a469' , '/detail/9926731f6f8e4d65b1f505aab3e402cf' , '/detail/28916adf88504c208540d811b87234cb' , '/detail/0198cc7f3e447214a848528de060a0ed' , '/detail/d5367698027746638e4934f016f0fcf3' , '/detail/efca09a8202a4a6e94e79822f11576ee' , '/detail/efe06ba31fad41379bb5eebb482c40f9' , '/detail/642a78988ecf44919664a4d5307ec991' , '/detail/ce97b8f4cd5f42eab3991fe2bcdde2e8' , '/detail/4f0066e6e0484f47a376dd50057f229c' , '/detail/3314ac9358f347898bb5b3f9da53d787' , '/detail/053c65372b1843198294bd3272c59c18' , '/detail/a85920c689804507918e7c0fd84afca1' , '/detail/481078a8a1154b838281d129f2c084cb' , '/detail/53e4a030c1484afaaa3ad9a63e7c8d0c' , '/detail/af2d7e408fe24e3cadadbcbe89317fc6' , '/detail/96d780a9c84a4b2e9a76c26f9decaa4e' , '/detail/76d8745e72f24b5aa7d0f6f2bbdd770b' , '/detail/1ffe9d3abba04650b28f4122649d4f76' , '/detail/1a4d42041c444323aa4f77f41576c402' , '/detail/213d83a7a57842498e0ff3601d461c87' , '/detail/d1ddc74b23454da893da5114b0c15a44' , '/detail/be0842960c464dc5901b6744f285ca21' , '/detail/96a92c0e89924e65a4d62001cab982b8' , '/detail/c3351f31926d47829a3c6c2d6b5b49d7' , '/detail/e4a4b862621543ce8a1777721fde341d' , '/detail/c853c3b4e9b24484ba8b0edc19db078c' , '/detail/4a311b7b462f4341b6caaa141b78ce17' , '/detail/5cb1c1e247d9488a9ba1be35eefef429' , '/detail/9d5df5d7a6234a23a7599ad360c5b41f' , '/detail/1e4292406cf14081b676624ce918953b' , '/detail/49f57cccb3a24da8a1eb7d72165ddf4d' , '/detail/e1f32f879e794a4ca8c4a0a4b4835fe4' , '/detail/7d1420b62aea467da1bc7164256cb84c' , '/detail/1325a1f69a14485d9a5553fb6f5a13fa' , '/detail/2a733dd0fede40109d7af561842945f3' , '/detail/d28402de2b0045e0a07cde7b727de6ce' , '/detail/5f6d55149da14310bd6a08c07d0aad98' , '/detail/96b1aad594d544018cf15516af8b6d20' , '/detail/059ef1426ff24ea5ba5ac66fd84a591a' , '/detail/4a38cbc1fbc849d9949072848c82ade3' , '/detail/4179506a797e4a7eb4e5cde8d2ca1b6e' , '/detail/7e343212f7d849278d9336a7fe9d2d83' , '/detail/85bc90f14f024080be6816adabca818b' , '/detail/86a1eeadbc7942cd815d907d267d6433' , '/detail/ffccef673d88431094fe4bec714adea1' , '/detail/1ce2df36d3c2414cbfe640b04dac6268' , '/detail/492507808a6444af89a9be4c91cd672b' , '/detail/dc4bca56cd39464e9ef554ee88628a1a' , '/detail/dc7a596505de4d38b5d0a3c8caa61b9d' , '/detail/6279e85c754a43909de87f0d3b858351' , '/detail/d8fe451bf5944fe9b5c195663d1560a6' , '/detail/3dd0c6584d6a421ba9864c2a522d3400' , '/detail/b0c0c6455d2d405daf3c632e145e3670' , '/detail/0a38581650a342bb97478e5552350b97' , '/detail/5181da93b4f94f9b81b617f08e635b5f' , '/detail/8c04cbb016e745c598cfa495cd971622' , '/detail/3cfe72b298c9434cb3d31b2dff0f32f8' , '/detail/403aadc1354a432fa2874195a7b7914d' , '/detail/c469295541f94adaac1a044ae246a40c' , '/detail/1a6f00e6a542479e897f1ac159e714a8' , '/detail/6086c696ed2c4ab0b2631cf6889048bd' , '/detail/c685ccac46164acd8f9de127a784ad87' , '/detail/2922e1c652d14640b5297d979a67ec1d' , '/detail/9340b87922cf4fe49aa107ec4fe56cc5' , '/detail/7e5054511a654d309311316152d7d8c7' , '/detail/421a3fdfd0d5460ab528e3707ca11a78' , '/detail/553111ef37a64d79ac36a6d12b65d0f5' , '/detail/4de815b6a1e1473db453ee05028f6192' , '/detail/7a3f64787b534f9dbf31de706c4aa465' , '/detail/e3226bf41a7842aab7f9cd436f1e8c3e' , '/detail/db5460fd7959419788ec414be3947d20' , '/detail/e1e5dc6ec9ea40688c2ec208d1c3c9ad' , '/detail/bcf25eff26a04f17b41f44e1c48e049a' , '/detail/b1ba85be51d140c3b95869fc2fe9195d' , '/detail/d744bf7892ae4da48aba62c8bbf2d386' , '/detail/cb9b3b2f9bcc4b6c9696afeb4d6c1a3d' , '/detail/04f0ee8231344fc698a99955890a7d85' , '/detail/66d65ab9ab034ac59e737c04ff6a6d36' , '/detail/4f6ade5d021e41c1a4fc4e5bcc8a3a3e' , '/detail/8f1332eb43334d159175a80ed6e45057' , '/detail/5fefe2bff31c463693511c2a4916c1ae' , '/detail/8f2ae991784649c6a71aa22420a0fe06' , '/detail/8362e00757fd42049d4236fc5de8f2ad' , '/detail/1a28462341b049dea52897bcb7876d3a' , '/detail/42dedb859ad242e3b373431ec41367e2' , '/detail/dc7487729044444198eaad719a5caca7' , '/detail/5ead1daa63064d21abc7e3554d3a9640' , '/detail/dac92fddd87541de95677c1f561575ee' , '/detail/1f91f7bf98fe4ca4a4a8f43d1f2a2117' , '/detail/a41a2b49d4c44939a167da5473798789' , '/detail/18669f63d98c4a49938345f9056fbb26' , '/detail/79c9d3a631de4e089b25c1f3b1fb7f64' , '/detail/ca1af9555eeb465fa3e545ced2610563' , '/detail/504beb5f329140b08da962eeabf98fb4' , '/detail/92a413fdbecb4aa999389472f24d07a9' , '/detail/016e8c0882bd4f25acfad4431b428d43' , '/detail/c06b5e575c4a457fbd37ef869c02513b' , '/detail/513ab9793dd541e6a6dff9033f99756f' , '/detail/75950f9a8a9e479799900e82895bd54d' , '/detail/d87909fe7d604c139579f2f72c2fd375' , '/detail/4892980d8cf2423a80166b0c8649f6cf' , '/detail/430c352045024496a3ea4b1824d4439b' , '/detail/f4f9f1485dd9453db9f17f1150726664' , '/detail/f1d7f77b3cb649cea1e20a6c2a8db422' , '/detail/4947d6bd2cc24a69889095e157ca11eb' , '/detail/9e7777e2ff5c4c0ebcd219dc43b4efbc' , '/detail/8bb5548a73a7428d980ba256d3e41e6f' , '/detail/f82a8f4a5f6a40089a913f1f16da9fcd' , '/detail/5d77219de0154c0bac2a8837c841f841' , '/detail/58e15680a170476cba641c844883ef0b' , '/detail/2b02765382a240218b667c601097ae5a' , '/detail/dd17009ba4484041ba49e0c68e23b58f' , '/detail/96ab547947f847f7b09db8913231f48c' , '/detail/5e40d3d35ec948aab03b59015bef368a' , '/detail/d24e8f79a93a4af7b49b709a3c48c04f' , '/detail/c7c27c6eb6d54599839a560978452979' , '/detail/9f6351143c2e4991a71d657a8af2c6f1' , '/detail/e622420c326744279690d723db04a127' , '/detail/3a3ae3723be546c582caaa1de842d6a7' , '/detail/476da03652344f4ab2657072fbac235b' , '/detail/0020c6902d234c64a6448c6f319935fa' , '/detail/bd9b273f45ac40478a3165d9f8580223' , '/detail/28b703d996fb4b5aab548c025947e87c' , '/detail/98428dab5b8045bcbcbe767dd35fd311' , '/detail/b2ca25f5540f4fc2adfeffe678ab972b' , '/detail/fca1613aa50444608ef93a7ca5d619ea' , '/detail/62fd24f7d9de4e3f8ac0162af6c77547' , '/detail/2199520eb2e044c4afcd503e2de2af75' , '/detail/3875110e9ca24145a7357bd8377aadb7' , '/detail/665373766f2b4618a12287e0a3d70e26' , '/detail/28e74198aa3e4ca596e82d5481068904' , '/detail/33c26a53ff0a4009bc21e581e7c62359' , '/detail/36704ac385884d7f8f8d725d1b9af66d' , '/detail/ebd171075648451db44495796c42e299' , '/detail/c096e9b67b244fe789309ffa5275d137' , '/detail/76ac5dc7d2024b94983c2c30e855de54' , '/detail/5c9e1844be67418690b0bbbced1a94e6' , '/detail/e71bc9b393fe4133bf1fb32b20fc1f32' , '/detail/642decefc90a4d6b80fd2bc4ec5f73d6' , '/detail/f79c47b54e4647fc8cce0674a8931de8' , '/detail/57e9a1112cff4e8a9c7798bc2d8a9329' , '/detail/26c08bb6b0f043f3800a171ce3e2c4dd' , '/detail/bc9b5323f26a487ea1df007b4cbfb900' , '/detail/be8a988944814504b3125c6592151087' , '/detail/bb220445482e43ffb57a59ceb3831fd3' , '/detail/a99552f6420149fe9b6fe71f1eb223c3' , '/detail/c3dd1570cc6f4a8ca79a3cf95ba629bb' , '/detail/e7cdad3880984ae0bb9f0ba48f0d37cd' , '/detail/7c0970fcba6049038ca111556784720c' , '/detail/e6730bcf2c8140fe858f456d92c9cd26' , '/detail/31b346aeed5b46aba76643c29e915341' , '/detail/f147c0dbd17246929f9d708a5e94e51c' , '/detail/93948d7989b94abbacb620e3c3a4ec2b' , '/detail/cd2a31b6fa7c4f04bf1b041aa337b39d' , '/detail/073a1b5946c843948db3dae55ad4d8c2' , '/detail/9e854fcc08194421bb34ff19988ae0f9' , '/detail/7f6a5bae59a14435a2de2ffffed3112d' , '/detail/c193c5c3677240ba8498cb282694a75a' , '/detail/e15afd92992d45b3b7347b5d6c46471b' , '/detail/7a768155a21e446db594b41749495d52' , '/detail/29424506f7c34f70a500c369ecdea554' , '/detail/89c0f169c0bb4b72a14a5d47c0cc4620' , '/detail/ce3e17fe2a35408a8abbe798bc8e8f2d' , '/detail/d79ec83fbf0a41f7a049ad4c21634a00' , '/detail/6c60032837044522a2748a63e08d2b8a' , '/detail/a372534eb6b643c6b55b47ef159a4e36' , '/detail/b5748648350b4356a3964452d2b85cac' , '/detail/db30ed5db63e48b187d4940f7d917510' , '/detail/5210f3830ba8483ea4a947a50669d116' , '/detail/9f308d735bcb45bf885dfd7773987b14' , '/detail/ccbec01b6215447b958d69714049ba7e' , '/detail/b7fe7724a1e54ffa91c3a13f0d450ecf' , '/detail/3d22f41677d94976936216f44b7d1d96' , '/detail/812d1d6712984713a099b4b9c534e63d' , '/detail/d5e375ad9cf54f30b03e5cf799887413' , '/detail/14a87d52ec7e42b2b6bcb3611257ae99' , '/detail/0b88c7b09a094acca81130ab0db001a4' , '/detail/8ba007392e584243aca6846dc71bb165' , '/detail/3a606f0040f04fe88fdb1df4d774ec41' , '/detail/86f1f3b4fae94a5b8c32aeba06fcd8f9' , '/detail/4fc601c6dad4491da004ae7bf8594e03' , '/detail/aa1fa94e3c954a688da24f834c65163b' , '/detail/1fa56cd16fd342a68d7e7d8cdeabd399' , '/detail/06cc3c21be7f4f78a486f73054751394' , '/detail/17ebdce25a7a4589a15de719bf026aaa' , '/detail/85c980ada17a46b68e810afbbada8659' , '/detail/0d23ab14dc8848bfb34e5420bc24cce5' , '/detail/ee56b117ca1d45d5aa1e74c5a31c88a8' , '/detail/73d10eecad344599999fe4d9c0ea1fc0' , '/detail/7266f2f810b64d63b49daba3c14c709a' , '/detail/c46d0d6318e14d67967aaac0a2f0873c' , '/detail/d229be6d5c914c2ba0f52c1a9c6813e4' , '/detail/147c921683254c869d791b762f581652' , '/detail/d123f99db9af4e07936a0b83cf30d5d7' , '/detail/adf28c1b866641ca80805eda0f657e47' , '/detail/d75d41dec9b7499fb30e1f847873b234' , '/detail/a15162103f2a4289b370e0eb4971f0ca' , '/detail/c624ea737dda423890c8b30499edc4ce' , '/detail/60652c2a934848eca73723ef83e6571b' , '/detail/7c466c7831b94b1fb01168cd1df318cf' , '/detail/73698db3297243979f0e98fa109a5de9' , '/detail/6e4a68824d7e4a149a1235979fc4f639' , '/detail/50bd5c5d13d5461b8715fa535c5ae243' , '/detail/88d90d9342fe4af58dcf5e3f548660f3' , '/detail/1bc9d6259adf47bc8ec7adc108bd40b2' , '/detail/65d37e8611a24d6a81a53a335f092210' , '/detail/96f6462dd5e9444baa8a6510915825d3' , '/detail/ea72a169aa5d4806a0542a9c12611c18' , '/detail/574306c1f4f44ad09688fb2d06cb8651' , '/detail/755d58fc4cc34e15a4f1f0e23b05c68b' , '/detail/f419db766c1d4b1782b52dfa62d9b9df' , '/detail/7f686c413f524d07a1d5928dbb3a7ff4' , '/detail/27d0a21c8cdd46d3a6f5d01750b43f1a' , '/detail/80a03295200f40a2bd06c38898ebee5f' , '/detail/d836a63fc8e6416eb98518fcf71ea27b' , '/detail/96d59f0d6e494207aa52795071b588d1' , '/detail/6fc107d6a1e249129cc62e39bd3db5b3' , '/detail/ba30750c1a064bc795585eb9640cab36' , '/detail/aef09c55b7154e64a364d71544061d61' , '/detail/9409f1d2380249a7be19ee278d70c716' , '/detail/fada34555fb84a1d86f4006b0f67c08e' , '/detail/f244add772744ad783279d607531b452' , '/detail/920ba0364ac64d3f903d41a0424d398f' , '/detail/47c93d7e0a0044e1846405fa51d74fd6' , '/detail/70b646d460de4e41821945423f55a8eb' , '/detail/621f06fd17c0438195b50ef9ff5196de' , '/detail/05816584747c426f9371c7f5f52b001d' , '/detail/329849610cf643a8973ec27b03de6bea' , '/detail/f3fe54c84d3f487484186e2142ad3098' , '/detail/a4848e60ddee4a09af4527fdd1854ebc' , '/detail/2f4cc6f3dc0d49cb97bf6f996c3d6270' , '/detail/eae8516059fc4d159bac8e731de8eb06' , '/detail/d8f0eb71932c44ad8667140e3312855e' , '/detail/637783e9613744b099a5a0aab46e32aa' , '/detail/7dc2d9300f344f2ab759641b0c0263d4' , '/detail/a08e685520ad4d9a9a14e5fe3c0f37f5' , '/detail/5630ce291a7c4ad58c9283842bf6594f' , '/detail/2e31e2ecfc754e819e62f460bbb97d33' , '/detail/7effce1498d74f498155ae6c0a2ecf36' , '/detail/5bc2f0bdcf4c45428387aeecb6dc0667' , '/detail/e142d9b69cee452790a03bc005f9b061' , '/detail/21677e1b84364d42aec5b7cd5d56d652' , '/detail/730b2c186c2b4c8e8cb0db7bc460fb9c' , '/detail/8b2fe7eb1f3741cc8eb14cfcf1e0dded' , '/detail/af212ac319864e9fba31e21f013fb46b' , '/detail/863eadd11b0949a8acbd30faa4c52c68' , '/detail/ce183819ae20437d9dee7af24900abe5' , '/detail/53b32011278543deb3761ec483369967' , '/detail/f806a03e03d04acda27d960f95f18c62' , '/detail/a9a689fa68174c29a3f9be33adf8d9d4' , '/detail/2dcfdeedba5e4f2cb7821380a2e43df1' , '/detail/f49a21563d714db5ab02e38f3448774c' , '/detail/622ce55a27dd4061a66337d860237fcf' , '/detail/67797097e13f42eda86257c71c427a28' , '/detail/c33eb2d9cb034c92ba5c698aedba5e35' , '/detail/3a8ee8efa43d469ba444215bc6807ae8' , '/detail/547d92be7bfe42848a5f51e916021b9c' , '/detail/2feeb118126f414b8827305c66b6f429' , '/detail/d2009f74a1604151958fac3dfce40dae' , '/detail/c3961150f2944bcd9f90c0a44fa368ab' , '/detail/15ffdaf6fa3a40ea90c8aa31c4fcd616' , '/detail/9c65400b2af04b1e907b8db2d1d3aa5d' , '/detail/16f0f7c861214ca699ed7e39a326b1cf' , '/detail/54c26c5815db49dd802ad745030f9b3e' , '/detail/af13091782524a76a84773b8bf52a26a' , '/detail/6cac5c8418864d1e83240af4a4918714' , '/detail/a0ba480c6574462fb41de76eece5a313' , '/detail/799e29169fe34e0da8cd9d76df9a6365' , '/detail/fd7c156aa4004998996b1eed3d603ac4' , '/detail/232d7fa1d7e04d99928f0e2029284896' , '/detail/0c5d9aabe73a4e95ae3833b8602cf060' , '/detail/4abccfe7a99d4b2baa4c65a573c4a160' , '/detail/3059b1f52dd545e5bfdd762ff3d1cdf1' , '/detail/cfa4363403f1494691f3d55eb9398b25' , '/detail/4d8fb43799354664ad17151323720a07' , '/detail/4fd6bc89d5b14e4f8f676bbb65ad9850' , '/detail/ca49fb636ddc43dfafeba0c4f7dc0726' , '/detail/8d0fb28ee41b4e0591f99c700e318aea' , '/detail/89be286c0d4344668d228785e6f22ed0' , '/detail/048184642c3e48b6bca486ea4ad9fdbf' , '/detail/85631da6828a4c56a608ac08c4f514ca' , '/detail/19fcf5ee8cd84368b1efb4b18c60083c' , '/detail/081a919b811a4b6aa5e44e27e18df1d7' , '/detail/fa38725245af4973aba61c6e0dc86d51' , '/detail/ddc23f40fa57469f8d0ffe7f95a9718c' , '/detail/0dac74d23ff14803bdbf775d61452894' , '/detail/5ee5a624a73b46ab979cf8c948e0a98e' , '/detail/0d7d73a2179d4806816b48a04ec47d3b' , '/detail/27dcb1c816ca4993b84b75533b43a3c1' , '/detail/3ab21523e063496d8b885b2cd2c07327' , '/detail/bc4acef6549545e08b6668086ceb2882' , '/detail/401b284933b44a759928f6a2b73147c1' , '/detail/9c631f86c38248ef86731e33d97644da' , '/detail/3d04eb1e3c6a4e0b9b2156b4c7934e32' , '/detail/abfbc2bc31c042758251eae6511c3456' , '/detail/28902fe587fc4d2c8907793bfc3fa7fb' , '/detail/d5c7cbc9824e4f8282c578006cefa34a' , '/detail/d99441374e184c50a9ccb1deb4a0a30e' , '/detail/8cfed6c00ed74961888007e6baa2e64a' , '/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f' , '/detail/78842c1f55f842a3b0fca229c9bc9ab1' , '/detail/9803ef0a5bd64df7925d48b7e0849934' , '/detail/aacb8fdea6a249e18b0ed74239d6f0c1' , '/detail/8098e8e570ff433c97c363b1b4edea1c' , '/detail/3fd6bcaa645647ee9e316f7db22a569d' , '/detail/7c5a8743d37244e38669f5a5c3d36d0f' , '/detail/fc6740c48f6b4351ac1abe8587b7a1dc' , '/detail/25afe30a2a8f40a1b42355ee36e6b7e8' , '/detail/f7e4177c6e0244a2afe669754af5616d' , '/detail/4b36c50cb64e4a03b6bf7e6fcec78b30' , '/detail/b7ad2ec739974a35aa791524bd3de27f' , '/detail/b6ac6f1e9ba24e43a0f0bc1bc171bc4c' , '/detail/15ebaa4427d147febcc9d38c4dd30382' , '/detail/4a68ba4e256c49129acde54fbeff91b6' , '/detail/ac4dba5016c44e24a15629ac5a169ed0' , '/detail/c50671e6cd184fa7a1e2f0ae27783278' , '/detail/0bf7429e66bb46709021d32b85105640' , '/detail/8bf83d58e3524ae2bcec77168033c58f' , '/detail/f5a172aaee9549e89e6f098948a4f29f' , '/detail/91d688276dc9431ea960d86e2b7890e6' , '/detail/439e140630aa451faa153c15ac1ffc1c' , '/detail/791adf92d8e74f7caa07563512347ad4' , '/detail/9407497b11564cff9635b9e19317bb30' , '/detail/47f0c997a1b848bab854d3e7706980b4' , '/detail/45596cd8c2554bcaa63a15acfc3f92ac' , '/detail/41c5a2c7ad334e5292bf78075a06fa76' , '/detail/1426e5ae677c43d18ebc777a9b6d0adf' , '/detail/72ba87549f8e4f19818763825b601890' , '/detail/60f9442771c34faa8813598d6563997a' , '/detail/c5392006968144268a07483408223289' , '/detail/2cbc8b9ffd0048539f4093b7e60afc36' , '/detail/586d264197f649cca5a35830aeb27d8d' , '/detail/780ccb33dee942f6b36cc4150b3ecc39' , '/detail/82d75984d1d74d17a10894166983bc9d' , '/detail/b245d293187c4bc3a71bfdbd4c7d678b' , '/detail/117ca2178f694fa7a1a9a63f6e96e886' , '/detail/80bf7eaf39184c95830a4eee0db3a8f7' , '/detail/72f4f3b3ca0e4c37832b332a577a6474' , '/detail/6c4bc02d8d7d4995a36c4a6b1beed6a1' , '/detail/72f4b50603d24604a00a529b6e11f202' , '/detail/78cdfa74035342aa8903cfcf78d505ab' , '/detail/47682904cb664d498182fb7cc2362f5f' , '/detail/d8e9d070366041bf807bb9a4f5d3cbf8' , '/detail/585b24143964492d92dc75d83108e3fd' , '/detail/40576cc33216451cb7d470d820f9c7cd' , '/detail/220e04a3d5df4727b25b4568d7b2e58c' , '/detail/da40adc772184663b035e1b3f9876a24' , '/detail/aa900d5502784d94aaebfe91fd8a79e6' , '/detail/374a8b121e614557bcbd11ab82f22701' , '/detail/ec65017ec6974487b10363bfadf1bd09' , '/detail/48e825ea5b0d4a1382b672d8ae2bebdb' , '/detail/033942d79122435c8ecc70914e2c987b' , '/detail/6ad310fb5c654f26b6c00954b2d7b515' , '/detail/a83202e558f04a7996534fc5133d41bb' , '/detail/c7eba74b199c4559a745049d36438837' , '/detail/b6981374ab4b4b8e957a637ac0cf66dc' , '/detail/725a9144bd034e5c8a0666e61b5b24d9' , '/detail/bb72b80f2e554b86a399f2183779412f' , '/detail/43de19f18d804db380a26451c8284724' , '/detail/7383e78a38ee4b2e963681c87dbd7ac1' , '/detail/22b08ddfac1b4b3da21fbb3836ebe754' , '/detail/b1bb68a95b3d474c818196939f9d495a' , '/detail/f05de8439643416f8b148a10194025e8' , '/detail/9d0452a3918640298d71f5af0ff52b73' , '/detail/26f9020c39c544a997e1b11f4d4b3cf2' , '/detail/152603c1c212406eb369c0e13d215ad3' , '/detail/40f497528646419ea7c01cc645fa826f' , '/detail/3a35bd240262442180ce4107585dffa3' , '/detail/2ae0c3c99e5d419b88d5471f094cd6fc' , '/detail/7b7fe560dd9c4708b8ea3402e001d6fa' , '/detail/914384bac4104f85950d06bd3f4adb6c' , '/detail/171a3d28e4b14cec96ea6ff5186732b0' , '/detail/71028e7e852b49d7b055e3ec2341ce52' , '/detail/08582f25aef9485fb64fc558677c68bf' , '/detail/f7708c735ab548ce82164cbad217bce8' , '/detail/f792e5ce8e35477db10cf4ef69cf6aaa' , '/detail/f475575c0f7e4845a3312b585af9979c' , '/detail/1ff48c3fb0e84ac58d4a9ae861c7d97a' , '/detail/aa70ef7fa63a4054acdcdaf078caae2f' , '/detail/929a788679ac448a824a47123e682539' , '/detail/e7bd1c08ee9f420f82183e73028643f1' , '/detail/fea07651667342f09e2ab884b61f5f29' , '/detail/8e5141305b9f4d8e96a80a8ad5a771fd' , '/detail/8f7cc5a9e91e41718da5f292f842c62e' , '/detail/99cbc7e5a2e1450494d1399f5f355636' , '/detail/94ec97547e924d49a910102ec61529df' , '/detail/d13c6407c9a14895acf0bc340586e2fd' , '/detail/4fda5b96170648e19264bbd59d516cbc' , '/detail/d23a8295f503439283f453172b61dd1e' , '/detail/ef37571c199f440382e2b75bdb6190f0' , '/detail/051c3953e02846f296dff5c887053966' , '/detail/988ae395a3fc432cb0a2f00be78f5a1e' , '/detail/0186432ca24d41e8bfac26eec78743e7' , '/detail/5123563d4a9b4481a7f148c2c143c165' , '/detail/aa967d37b5c54dec9de460b25a2bd933' , '/detail/a2be0f12ddb4434aa714dda3d26e4fdc' , '/detail/f596f4db96b9481999add056f10d6b8a' , '/detail/7109ca42d8e0412580e57609eccdbfcd' , '/detail/742961d221f64543b83155799b9bcc7e' , '/detail/c8104e658e794eda8086e6d26563b7ff' , '/detail/10e55948a62e46fea9c0cf3b30160aea' , '/detail/2210fe4bb2a140c1819193b8a04cb93c' , '/detail/2cff0b227a8c449ca3eab8d581b2f139' , '/detail/cebe6b1c495b4c788e61e948bbbcd2ba' , '/detail/0152d000f834481dbeb57d9c822f8997' , '/detail/590789e000fa4a49ae4b28ced70716d4' , '/detail/9527a1489fad4b2293e8f4b09c07ee8e' , '/detail/73448a6a85674a189e6a77d4638dfad4' , '/detail/8bb35a7f44b14f4f96c5fcb82b688875' , '/detail/21a538c2436b4b759ed24ed847215a78' , '/detail/5e93936feda244d986f2d4ad3b042d6e' , '/detail/b10ab13a4aa040078f63706050a57de5' , '/detail/31cdc7cf029340af804ad6cf1a5c0c2e' , '/detail/475beac7324b486c8c05b7a0940907ef' , '/detail/d49fcb5aae0b40caa8fd6547c25b481e' , '/detail/0d27d05c657c4d0e803ba14ecfa960ab' , '/detail/78f6df4ecaaf4564bb51034d769ad3f9' , '/detail/d56c6bf640604937a1f931112f5bf865' , '/detail/9d1bc34ee7854870a3837049cc03bafc' , '/detail/7fd9693053ce4e44a521fdd95e6456de' , '/detail/2c56bd038b1749599bfb21b25e67d770' , '/detail/ef80fe329973437895180f5bd8d286b3' , '/detail/a48bf32d3b29479db8f8984a1ab3903a' , '/detail/dc029146615e4346b537a522fe56379b' , '/detail/0912a5f69a3e4cdda77d12b3287ba6c0' , '/detail/28120195f39647fe9db17ec423c35963' , '/detail/c767029d9d9d41ae934b826d23d56017' , '/detail/543b03fce41b45fe9590139d2110c409' , '/detail/8267a6ed8fa245f083dbc3ffbaeb0739' , '/detail/0bf055a00c2344caaa7693f157d818a0' , '/detail/b60e3d92f8f846369fd948c8f8c35219' , '/detail/67c52fe7ee564689bcd4dc7d559670fb' , '/detail/6c7fc7b7e6ce4c26b4130a8c4ca47dfc' , '/detail/b70131a1815849d2ac66af4dc20bbcef' , '/detail/6fc81ce2b2814604be87189a5db36e0f' , '/detail/ea0f9d43921c4dd29b959d15e5311390' , '/detail/c1067fa7e42b48338ffa0d8e9024c178' , '/detail/30a97a0a025844fc943bae897d7def85' , '/detail/e0c26ab816c2425ca101d7d8dc7dc515' , '/detail/1fbef62797804cd084f2fa02152b7cb5' , '/detail/34735fd9cc5a404a940a6698601a78aa' , '/detail/56864370a6f9490fbf21ac5eb32ec7a2' , '/detail/eddda3f13f1d48caa9c0706e939ddce3' , '/detail/e1d5897e87ad47e487660f7a07ce1c28' , '/detail/3ba61e6e69e0488e9c0f30428ff2c22c' , '/detail/d0981aefcfb34994a4119221fe2708bd' , '/detail/d3dae4769c1f484d892c0a4ae14332b0' , '/detail/e3aec067933045a2934bd1e3856c263a' , '/detail/9c06f08dfec04c80ab9d044faa5a88dd' , '/detail/940de9504e2b4067bb89e8de2687044f' , '/detail/232bd3033d3a4175a12eaa0213535571' , '/detail/064b2f5ce1cf45828d8a684903b792a0' , '/detail/3999cad63fac4eb19dc1bf1538139751' , '/detail/94f84ab90215495590411fee68cad100' , '/detail/d6f6780a31854142974c0372bf28c77f' , '/detail/af047d256e3c4669a83d55cd27d233ac' , '/detail/ef5ec17d4739444d8ba6aa3db57f721b' , '/detail/d588741b684a4310b31da17036b4104b' , '/detail/7f4f2f2203544f86bae78b43e2af671b' , '/detail/61debda1020043959aa497cad8711d71' , '/detail/97a8d0d52114451ebd70f2e5b619ce79' , '/detail/878330506c8048a5b8cbe05be1239b17' , '/detail/302c26630ee74ff28738a844ed269886' , '/detail/a4a8c86177954121a5c1d21756b47a2b' , '/detail/dc6a38f849f64095b8aaf555d59bd8a7' , '/detail/8b1154fdafad47d8b4068c634475afa8' , '/detail/ca49db60e51a4a228a20bbe47fd86f72' , '/detail/5222cb43c07d44d6bda426c18690cd73' , '/detail/15ce2d9099a04403af012572f9c8a739' , '/detail/5b3b5c3270cc4741a8db71d130c3e5e2' , '/detail/1ab1596882e2493faa9f09d27fd70972' , '/detail/b3e3cabbe3344ae5972fbb2e06f5e2d0' , '/detail/269cb60ff35f4ffab22a22cf035c9d68' , '/detail/2070c1c33600459db6737c6f3f590c27' , '/detail/3c8361b669074524bbed3fd2311f0f0e' , '/detail/0da931702fc245a493387095ed54fd19' , '/detail/6dc38af358d14e5e8901f530ac764bf5' , '/detail/449941bbdc124da9934aea8639aeb553' , '/detail/7fa05d948e7f49dbba1f1164029761e8' , '/detail/b574e4d3cd984c71a4c4b44847328506' , '/detail/52c3774768084b93b3b9ce3b15bc9e09' , '/detail/ae2313697b47401c8bc063267760b18e' , '/detail/a13d825edbc248729a112accfbcbdcaf' , '/detail/73289fc2712042929e4030ced6e3c4ae' , '/detail/a586c82466c94a2f9e2e7183d44a0972' , '/detail/24c34e1d3dc64777833b85e068a13b7e' , '/detail/a276f2eadc434ab081123cb10365ecef' , '/detail/df5a58b8dcc94914b6615912041afb04' , '/detail/bfac73b9f4c64d388d9434f6d7488bcd' , '/detail/3d621b0536104dafb046fd07c68dc2bb' , '/detail/fb1d7090535047168cfb0682f2ab898b' , '/detail/2870c3471ddb4317bce2c630e674e7f9' , '/detail/38c8fee1db68429e84bf2d0ff7cf28d1' , '/detail/113dff75f5494a82ad90edd2e84ab1e6' , '/detail/d73e16d28eff419d9649067012f694a2' , '/detail/5c4ff66b06994a6491ac10f38b0f9746' , '/detail/6e61b21ebf18450f828b4531b5b1d1c5' , '/detail/289e9338267a4f9f9c8acebb1c389498' , '/detail/bfec767c40a44ed2aabb7c649b99973c' , '/detail/7d5321cab3d94cde8880f36a685e76e8' , '/detail/076132dfcd37488bb7afcc2b98ac199d' , '/detail/81dec1a259a74506b9ef84a75cca0c0a' , '/detail/813c947001844b6780ac1143a0058c50' , '/detail/56f19d7f5f3f471f8f2a7c11fd49f670' , '/detail/768083fa5cbc4d9d93c0e1d7323e33e0' , '/detail/d1204c8056004e1f8da6ba6da3fbfa3c' , '/detail/7a07ea0ad3d04e2185cb41cbe254cb30' , '/detail/9cf993914e3c4992b93c479b261fb992' , '/detail/1c89be567b7f4955827a6f4af876d2e6' , '/detail/60b6f7ac371d46d7b840a60a553e16d9' , '/detail/43fef78e8f864bab86194c42840667a2' , '/detail/d05f2e9c3a5e4b8885c8d3ed8a4437ca' , '/detail/51b69a6956cb46dc8c617bf7cd5bc3df' , '/detail/5404cedd4e5e4ebc99601ceb859fa20d' , '/detail/beb547bb33414197964d2afc7a7926cb' , '/detail/ee3f523172b948e3a38a76932aafa9a7' , '/detail/827b88eaa0894d3291f437017478c662' , '/detail/46c274678110498290de6bb758c6b0b0' , '/detail/c0ce13b4cc094ebeaeae8b84145b1a2e' , '/detail/2627e9e8f6e2495ca9611aabcf11c9c2' , '/detail/94ded807de1d4d5487e3fc98f1a30ef7' , '/detail/3ce4924a486045b5ab09e6a4da95eef3' , '/detail/8c1a7418cba449b090c53786e4893109' , '/detail/eda242fa444743c5bbb743e220608e4a' , '/detail/853308421f6c4d7399317c39a686f12e' , '/detail/f0d795b8421b4a46a1ebeba5a1e1a83a' , '/detail/e43b2a0eaa1742ca80fa40b8f6a69ee5' , '/detail/302f84de74944072b23b035c0f68f826' , '/detail/5fc34555b0e449c4bb9b8950817faad8' , '/detail/5e37f8ddbd4d41839bad35398d4cf015' , '/detail/71d51e54921a4752be1673dd49ceceec' , '/detail/221c3875b6864431bd8b910582adce0b' , '/detail/5227b7d6eedd45dda8ef2d06c2cc6782' , '/detail/fa42386ef2584ce2aae4b607cefbdf0f' , '/detail/54adad90d5d142599143abae18e31e46' , '/detail/02bada9031a74f2ab691132e30b12ea0' , '/detail/59e051a257694e6b81a450ddcf2ca9f6' , '/detail/9a14055d105d41db8acf02728664ce2c' , '/detail/74da80176af94a41a1e564585fd5d4b6' , '/detail/0381562c1f7d4f26be6a922e3f7c7cec' , '/detail/0fcd4135a9e846b49cf849be143569ba' , '/detail/3a0a89dd653e4c438162d400fe4450e6' , '/detail/25cfd871b70546579654582382e68c0f' , '/detail/9221db64cbc54ff0be53254824aace1b' , '/detail/b068c8733e6d4375b4d47487242d4ad1' , '/detail/4335c5ab23ba4b14a31783c2079f4e75' , '/detail/8c13a50b7cde40a4900cd955e75ffc36' , '/detail/0c0ca6470c144dd8ac25ba892dec27de' , '/detail/046a73edcf054114a12a7d5993b944a1' , '/detail/06d9fcbef8a64198a063d3bacb31fe03' , '/detail/798bf61efaaa478b93cdbfbf892188e1' , '/detail/6e91fa8fc0e64d38a52867cf050be050' , '/detail/9d35225392f14a8a91fd3fe4d3e4b2e2' , '/detail/a036a1692b0a4a5b8d05e87213341a7f' , '/detail/93e012735e1f423f9c55286dc1f61059' , '/detail/2b50c32def0640a2944ccbe759895f3f' , '/detail/0e1db1394451456ab9d549e752caeabc' , '/detail/2eb87d46b25e4f23bee6826e5a53fb1f' , '/detail/d54539ebb0bb4eb59a7ee95af2c4baac' , '/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea' , '/detail/ec555bcae6bf4709829e2d5ef208806d' , '/detail/224b6987209f4bd4a5168ae1af0b7636' , '/detail/bd756dee9bba4d60b07d138dbdb64e4e' , '/detail/9d8094e327fe44a6844669eade9f4575' , '/detail/1a8d87906b70458b8802abd44e9145e4' , '/detail/b7dd0148c0bb48b4acd1f84d873623c6' , '/detail/aa7cab72a9d94df99a7f7dc19cdb256d' , '/detail/0e128cfc3eca44fab089cf27507879fe' , '/detail/6b68c193212b4a8aa595c043efad8f4a' , '/detail/75abf562e1344cafafe50925b3be0d7e' , '/detail/7a086e8c4201469e932b4a183711052b' , '/detail/9227308de2d34abe9493571b275928d0' , '/detail/b6b618abd98144b69611f9cc2fc3106e' , '/detail/68dc61545aa34f3ca50fc30d697cf926' , '/detail/ce1b842bcc6341fcb9d7152f88efc748' , '/detail/c4125ee9e4ce43cab7a746c20ae39129' , '/detail/864484859d2a404299556436b510a8a5' , '/detail/519a3d3ef78a48e7a3d93e892aebdabe' , '/detail/fd7011df27a74a89ae8a2bf0b92588e1' , '/detail/2163430b34f9483bb84de085d672f715' , '/detail/2134204c21b141bf8914f7ae38136e12' , '/detail/dbdc93108deb4bdca5b055dd1c474cae' , '/detail/8e5bf3c15fd541398a76a9d56c10af1e' , '/detail/372ddef24b3946f18b01f95a74ccbe3e' , '/detail/6f5cf3bc48f447a0b3dabfa8b57d666f' , '/detail/fc430b9d26a744da935b32e3a418ebfb' , '/detail/56251d06c9e9477f8a2ff494cae75053' , '/detail/78f5e0f7431f46aba083791cf7ade7e2' , '/detail/849ad1d802b343ed8bd96caeed48b7ab' , '/detail/410aff5d56c54b75b3d57994826b2878' , '/detail/e2ba2a5b9240464a9d567bebefaef501' , '/detail/f21f46aacddf48049fc5297d6d2f3b63' , '/detail/b62df4276a9145bbb105afe5a7df2680' , '/detail/a245f8fd8ab640b18c1f19c2e5ae3c3a' , '/detail/6d2c967944904520989f13f15f6b202f' , '/detail/be8da37b4b0f44f8860f6450e6ea6c1c' , '/detail/9ca575bb2961434b9b671edbe50262dc' , '/detail/2af1824b69ba43c5b3dc398c758785ec' , '/detail/0d90766d261047599104620782c2d56e' , '/detail/fcadcc9d49ab4d8dbf67d82a78a016a0' , '/detail/495085311b31474fa0edf2733d1a853f' , '/detail/f86abaf8342a4867afa07328c1a917e3' , '/detail/69168cd035bf47ed9bd02e232681c894' , '/detail/d071234e651140459f27c2229c4ae788' , '/detail/a9f1ea47e9f0448ba87c813c355a309d' , '/detail/be58efd5547e47f996dfc50be36e2d85' , '/detail/3f5dfd97a55445f7b5ec641b8775bc96' , '/detail/39c40c0b6a3042b6868f75188add1712' , '/detail/6cafa1e033004a809c65cf68db984f31' , '/detail/7746742ba0944604a6f658d2a51db39b' , '/detail/81812e0ba24d423dac0838781a53ae70' , '/detail/4ca1b237de3345a0ae20159fd05301a5' , '/detail/0798279001e547adba9078cefc49234e' , '/detail/aba545c41406413d8d9c8552897384a3' , '/detail/e3aef3b824f4412e830845beb7b2d308' , '/detail/c216a7c881c64d84a8357fecc4fda937' , '/detail/ec21285b7bfb4c7bb3d45dd47b57031d' , '/detail/8ae17006f6734b039ec7021aec141d5d' , '/detail/3cfecf947bc2425b91aec0e07b83b869' , '/detail/1716b7068eb742e0980ffce3fbce7f56' , '/detail/8c5088fc54b2494da942057ed28654bf' , '/detail/863bf86661ee4a4492307726d3e530ad' , '/detail/f00ad7da6f83479e92657faf48821bee' , '/detail/75c9c48fd41840fca0a70fc92efb21d3' , '/detail/81c871f8837a46baa5e2221fd42143bd' , '/detail/96a72254ee1d43ccacda799e3c39f053' , '/detail/32ad5676595c4ed890a59016627d682a' , '/detail/f9bbc19429d244bcad1705b683c81aaf' , '/detail/c9eb29e4fd2e4437a0572855daca354e' , '/detail/004a871ba3da485da5e7b4e0d9bfba8b' , '/detail/08ee16a407734e28b733c3b4d7b38fab' , '/detail/c5ab144f495c45d1af742173eb811222' , '/detail/91c047d4ae304b3ba0514155f2e018b1' , '/detail/1d7102ce4f45431b92f37be1fe0c020a' , '/detail/f109038bab33492a873ff3c6afd8dd59' , '/detail/30705084226b46ccb71816ad2bc4f02f' , '/detail/28ad40325b0149f6b52df356aa5633c4' , '/detail/058907348d8d410ebd3e4bb59fcf9b79' , '/detail/6c7d9532c9a84299b0d35b0a3685dab8' , '/detail/17c8ad20f8e743c5b4111f96115c9636' , '/detail/9f3faf898c4f4787a9142efd6d2d435c' , '/detail/09bc02b79ac2487d899fe2620f19ed24' , '/detail/6e745d641e134ce7ad04962c52f0f5ed' , '/detail/6f167a9f664b4283a2bd507391fce303' , '/detail/bbd64a1d04cf443fab033dedadf8260d' , '/detail/b823f6c0bb5e46c88392bb61f3220cfe' , '/detail/a5e8713170df48f780661ed778adf9a2' , '/detail/187edfd659c74c4981639b2385c300d4' , '/detail/aee2db9894c044248d1afa57b60e68ce' , '/navigation/d1c8e7fd3f514b16a7c7c457c438b93f' , '/navigation/585d71242fa54b0fba56e331ed5adbe1' , '/navigation/0199576db2937bbe9a41fb6156449782' , '/navigation/08014c102bba43b09e93a823de238da1' , '/navigation/04ac33f9be48438ba185ce8585682c3c' , '/navigation/ba9f9e3fd094425392c838f151773526' , '/navigation/cda441a37060455fa34c8ce371928eb3' , '/navigation/52242d7c7a3349359001e1b7b2c3df80' , '/navigation/83586831f5bc43d6824ec80864e9314e' , '/navigation/0196d8a825c27a7e93a4b07323c246d6' , '/navigation/ccd140695dc643408838c39c838a0a51' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
113
0.50 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"†;orw>Jj²»Úï\x06 бQ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy