1
1.00 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.84 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
3
0.67 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
1.01 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
2.56 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
6
0.25 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
7
1.20 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
8
1.64 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"\x0F Îe³¿<JE»AVó“Ô5õ "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x0FCE65B3BF3C4A45BB4156F393D435F5 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
9
0.31 ms
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = ? AND `dvsn_quick_cart` . `active` = ? )
Parameters :
[
"checkout/cart "
true
]
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = 'checkout/cart' AND `dvsn_quick_cart` . `active` = 1 );
Copy
10
0.83 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F Îe³¿<JE»AVó“Ô5õ "
"checkout/cart "
"checkout/cart/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x21E40D70B865492AABF30B7C8921A5D0 ) AND ((sales_channel_id = 0x0FCE65B3BF3C4A45BB4156F393D435F5 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'checkout/cart' OR seo_path_info = 'checkout/cart/' ));
Copy
11
0.55 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F Îe³¿<JE»AVó“Ô5õ "
"/checkout/cart "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x21E40D70B865492AABF30B7C8921A5D0 ) AND (sales_channel_id = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) AND (path_info = '/checkout/cart' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
12
1.59 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? ) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//checkout/cart "
"/checkout/cart "
"https://swdev.biotikon.de/checkout/cart "
"https://swdev.biotikon.de//checkout/cart "
"/checkout/cart "
"//checkout/cart "
"checkout/cart "
true
b"\x0F Îe³¿<JE»AVó“Ô5õ "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('//checkout/cart' , '/checkout/cart' , 'https://swdev.biotikon.de/checkout/cart' , 'https://swdev.biotikon.de//checkout/cart' , '/checkout/cart' , '//checkout/cart' , 'checkout/cart' ) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
13
0.27 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
14
0.52 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x0F Îe³¿<JE»AVó“Ô5õ "
"L6CNL3hvx1mo99BmPfWI8tkI6g0LKbZk "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) AND (token = 'L6CNL3hvx1mo99BmPfWI8tkI6g0LKbZk' ) LIMIT 1 ;
Copy
15
1.06 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"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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 = 0x0FCE65B3BF3C4A45BB4156F393D435F5
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
16
1.36 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x0FCE65B3BF3C4A45BB4156F393D435F5 );
Copy
17
0.62 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
18
0.47 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"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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 (0x0FCE65B3BF3C4A45BB4156F393D435F5 ));
Copy
19
0.48 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"!ä\r p¸eI*«ó\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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
20
0.61 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"ò\x0E 5„»@G³žñ'$ \v\x19 "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xF20E35AD84BB4047B39EF12724200B19 );
Copy
21
0.50 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"!ä\r p¸eI*«ó\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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
22
0.42 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
23
1.97 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x1E\x7F\x13 6É~MÖÑæ*S:\x1C\x1F Û "
b"7©\x1A ùr+IþŒ_ÃQ‘CPÁ "
b"Vü0ø„¦MÈ«UŠÀ\x7F Gt‚ "
b"""
s›£OÃÃKʱÎ\n
”€Éäs
"""
b"™0KX+|HŸ¯\x02 ‘Ç÷\x19 §‚ "
b"ú┴tB┌ðD¸Ø\x1C O┤┼÷ó¤ "
b"«>‚\x1C ÄhN(¿\x0F ³q¡ÛžÚ "
b"¼õ&y\x13 !OÞ╣ìƒ÷Ëíav "
b"ÇÌœg’C@ŸÊ«÷J©?Z "
b"×áì…×íN˸ï‹H\x14 )jª "
b"õ§×s-ê@M¿\x7F ÏEî5by "
b"²l'\x11 2oE¼Ø'é±Â╔ë\x15 "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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 (0x1E7F1336907E4D99A5912A533A1C1FEA , 0x37A91AF9722B49FE8C5FC351914350C1 , 0x56FC30F884A64DC8AB558AC07F477482 , 0x739BA34FC3C34BCAB1CE0A9480C9E473 , 0x99304B582B7C489FAF0291C7F719A782 , 0xA3C17442DAD044F79D1C4FB4C5F6A2CF , 0xAB3E821CC4684E28BF0FB371A1DB9EDA , 0xACE4267913214FE8B98D9FF6D3A16176 , 0xC7ADCC9C679243409FCAABF74AA93F5A , 0xD7E1EC85D7ED4ECBB8EF8B4814296AAA , 0xF5A7D7732DEA404DBF7FCF45EE356279 , 0xFD6C2711326F45AC9D2782F1B6C98915 ));
Copy
24
1.48 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"•\x0F q‰ÎÒD=¿‰7 …óõ= "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x950F7189CED2443DBF8937A085F3F53D );
Copy
25
1.24 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x11 └■ø×IJÅöõ\x1C £±5Y\x10 "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x11C0FE9B9E494A8F94E41C9CF1355910 );
Copy
26
0.37 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"ò\x0E 5„»@G³žñ'$ \v\x19 "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xF20E35AD84BB4047B39EF12724200B19 ) LIMIT 1 ;
Copy
27
0.33 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"L6CNL3hvx1mo99BmPfWI8tkI6g0LKbZk "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'L6CNL3hvx1mo99BmPfWI8tkI6g0LKbZk' ;
Copy
28
0.57 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
29
1.37 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"ä-:ÑÄCÑè[\x1F <ؤ¾S "
b"\x01 ñÈåBùKXžj\x06 Ù€—öB "
b"\x1A\x18\x1E àŠtL¡·e¬$ŽF9 "
b"&$Dî"eOûŸ¸ÙOÎ…ÐM "
b"q¦«ìú\x07 FA˜«ÈŽ˜¼à™ "
b"ɯgË$;HÔ£ÍH┌ãð\x07 Ñ "
b"›E®S\x06 SOv˜æX9\f ¡+å "
b"£\x07 ³\x06 ]ÖKT’l\x07 $À9t† "
b"├Brep'J.ØÉ¯S3a\x1A c "
b"î5\x1F û;•Db”½hN/°ÂÏ "
b"""
ï›\n
p\x1E ñK\x14 ·NÅý†Ï,è
"""
b"1P L¡xDUŠTjʺùg\v "
b"{å¯zoêH¸¢ç†f\r Áò\v "
b";ü‹¸OÔD\x7F ¶ø·p"™;" "
b"=‹\x17 ¤\x03 ·H\x06 »†Ëñ„—iu "
b"\x1E äÀqÄäFiµŽ¦sùmÇç "
b"W]?牿Dœœsñ(’y\x04 ‘ "
b"{I™X%ýBä‘J\x7F\x1E /½äÁ "
b"“³»?I%@\x0E §9æå¯„tå "
b"¥ oZ\x01 “Lzªmˆíäð–\x18 "
b"ÿïÍdÕ¼Jº©¾ÂµÑ<:v "
b"\x01 ’#ìí‚q¯˜\x14 F‡àE›\x19 "
b"\x01 Æ$&üVpKÄ0\x17 Ó\x00 ‗}Ó "
b"\x03 1ÖjvŽM6¯ÄªÞ»³9\x1D "
b"\x04\v\x17 ·\x06\x01 E║ìRÍN¨îÙ┬ "
b"\x05 Y╔\x01 Þ6N¤üû\x02 §ûå§Ø "
b"\x1F r¢║]\x08 Iþü½{zð\x14\x16 q "
b"$ì-ê[å1Ær§æ╗¢<Û× "
b"G\x7F ’ÜnbGJ¶Ø\x03 Wr+u„ "
b"""
U^/μ\f AO¼ÙŠ×\n
hâ9
"""
b"[þ┌│╬·K┘ÿçÜÝïÙÅù "
b"^RŒ\v ˆÜGàµÆyç\x03\x12 ¹ˆ "
b"jí\x01 $ÚîOq¤u3ï¶8\x01 w "
b"m\x03 ÅþC\r C\x1F │═É\x0F MIAµ "
b"uw¼'/N¤¥Ñëï¸*ÇÕ "
b"{\x04 VƒŽ\Ú¦ƒ_ÀM™›)µ "
b"ƒÛX€»«A<>½&†\x08 ¯K "
b"Éÿ\x17 lcáEÒ¼'#úg┼"║ "
b"‘ËáfLÍ·6Z\r \x17 nÉ "
b"Ñ#âÃ}¶L▓û9\x1A ░\x17 ÅÁî "
b"Â6\x10 ╝éÏMÎüR×D:AY‗ "
b"╩╦0▄Ö\x15 C§ì~*¼┐F²Í "
b"ËþÔ~dæMØ»r╔╗¡89n "
b"çã°xS‡Lk‚~ÏL\x16 ²¦f "
b"ý†@O*\x1E GŸ´;76£¼\x1E Y "
b"À'\x14 »ÑÚJN¿xTx5ÕÅ "
b"Zóè¸ý^BTŠi\x02 ÿÍ…or "
b"à†ŸÊñÖHE´™,_\r ´\x14 "
b"Q`§æ\x15 dJ4‚5\x1C ÔiD,Û "
b"{?‚/N!Aòƒå\x13 ë\x13 Ÿ}F "
b"\x01 æZÅÃ╦{{ó┤ýK´÷*ó "
b"\x01 ’eϬ¾\x7F ¯¸Æ\x15 µbUäí "
b"\x01 ’eйæy\x1F ›ºÅ\r ëêè\x0E "
b"\x01 ’eãá¼ra±bûvF\x0E ê† "
b"\x01 ’lo\x06 ãr\x19 ¹Öi‘gYñF "
b"\x01 ôåÅðhp?¿┐G┘%nÜD "
b"\x01 •ë—Òþr³¥võîTQ5> "
b"\x01 •ð&´Ws\x16 ƒp³öÇý?ý "
b"\x01 •ð™gƒr\x16 ”"¤=\x7F AµÓ "
b"\x01 •û\x1E n\e p·…\x19 ¾ÁóÙóy "
b"\x01 •û"].s£¯üXbβ\x06 ¨ "
b"\x01 –\x15 %\x06 8r>ºÂFÄXA;A "
b"\x01 û░ì░\x10 }¢┤ï█î┴┐\x0E\x08 "
b"\x03 ´¯"n•Aå©\x04 I«ìàó\t "
b"\x04 ’\x08\x07 UËFº H?Ûª,¨\e "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x10 ×\x0E „ŠÕAݽ7zý\x16\x03 Ò§ "
b"\x13 ’Ì\x10 >'Gi“sc‡Îâ\x1C ¬ "
b"\x15 sX\t ÊzKøÖ╦YÉÓ\x13 RÉ "
b"\x16 ‰l\x16 ðîFCµ*(¨±+Ï "
b" Vw“1.A›ˆbðи³®Ê "
b")|ÜhN·A\x1A Žoõ|š¨¤ª "
b",B>(n¹N└╗h´1Øıı┴ "
b"8Y\x17 uêäD\e üO\x0F ÐF¡R\x04 "
b"AÞ\x19 ,ÇûEo¥Œ±)\x11 *Š* "
b"RÙ’\x15 Ý6IH Έ)º^\x03 ý "
b"X+ýSDPM’ƒ;C\x7F öÍЗ "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"kQÈßS\t C>¢›=jÆŠŒC "
b"rëÒúá)N¸ª´ã¦\x16 ô(\x1E "
b"‚%V\x02 soH]±ˆ¤µÃ\f ‘s "
b"‡L\x00 ¢hPC¨‰8ßj³\x00 £ "
b"’\x0E ENmxA¥º(¤næ¤\x04 n "
b"“°dïS²DÁ¿ƒj7IB\f y "
b"š%×D'\f C-†Í‹®Ä¢j° "
b"¿íN╣ï·IÉÄ®┼\x00 jñD÷ "
b"ªÜ·\x08 ¤½@²†¥_q\x0E ÂùM "
b"±ïA’f8Nl‡7\x1E vù)/c "
b"│tü;óÏHµÄ_!├áªöÀ "
b"¹^\x18 yÑQE—€zî6\e d\x08 ‘ "
b"""
║¨g╔ivBs¢\x13 \n
ÅS^øñ
"""
b"├×{\x1A QKN&┤x>╗Ø%╦Ì "
b"Ç\x07 ž\x13 i¨O8¸7\x05 BÍíDŒ "
b"Ê\x15 zÅ\x1C ÞB;ˆ§\x02 ô\x1E Bh< "
b"╩áØrªÏH░Ü[eO\t E┴Ì "
b"Òzó\x11 ÆèC\x13 œ\x14 dŒ„t\x06 ó "
b"Ùf®\x0F >\x14 Jf«Æ -K×’ã "
b"┌\f u\x10\x03 ©@¯ÉÂþ\x01 û\x13 à0 "
b"ÞB\x10 ¢¡¡AЉnU'pË\f – "
b"ã\r \™fµD\x0E ‘‚ëþ)\x1D ˜’ "
b"çÙxõkºC\x1E ‡Î\x06 ™ï\x10 ¹¡ "
b"ò=¾õù¸Gå‚Ã5屟çt "
b"õ5D]A8Nð¨p\x01 }ˆk\x1E a "
b"¸XôG\x04 àH╚É└╚«%²>R "
]
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 (0xC7CF2D3AA58E43A58A5B1F3C9DCFF353 , 0x01F1C8E542F94B589E6A06D98097F642 , 0x1A181EE08A744CA1B765AC24C5BD4639 , 0x262444EE22654FFB9FB8D94FCE85D04D , 0x71A6ABECFA07464198ABC88E98BCE099 , 0x90EE67D3243B48E29CD648DAC6D007A5 , 0x9B45AE5306534F7698E658390CA12BE5 , 0xA307B3065DD64B54926C0724C0397486 , 0xC342726570274A2E9D90EE5333611A63 , 0xEE351FFB3B95446294BD684E2FB0C2CF , 0xEF9B0A701EF14B14B74EC5FD86CF2CE8 , 0x3150A04CA17844558A546ACABAF9670B , 0x7BE5AF7A6FEA48B8A2E786660DC1F20B , 0x3BFC8BB84FD4447FB6F8B77022993B22 , 0x3D8B17A403B74806BB86CBF184976975 , 0x1EE4C071C4E44669B58EA673F96DC7E7 , 0x575D3FE789BF449C9C73F12892790491 , 0x7B49995825FD42E4914A7F1E2FBDE4C1 , 0x93B3BB3F4925400EA739E6E5AF8474E5 , 0xA5206F5A01934C7AAA6D88EDE4F09618 , 0xFFEFCD64D5BC4ABAA9BEC2B5D13C3A76 , 0x019223ECED8271AF98144687E0459B19 , 0x019224268156704B8E3017E000F27DE0 , 0x0331D66A768E4D36AFC4AADEBBB3391D , 0x040B17FA060145BA8D52D64EF98CEBC2 , 0x0559C901E8364ECF819602F59686F59D , 0x1F72BDBA5D0849E781AB7B7AD0141671 , 0x248D2D885B86319272F591BBBD3CEA9E , 0x477F92DC6E62474AB6D80357722B7584 , 0x555E2FCEBC0C414FBCD98AD70A68E239 , 0x5BE7DAB3CEFA4BD998879AED8BEB8F97 , 0x5E528C0B88DC47E0B5C679E70312B988 , 0x6AED0124DAEE4F71A47533EFB6380177 , 0x6D038FE7430D431FB3CD900F4D4941E6 , 0x7577BCAD272F4EA4A5D1EBEFB82AC7D5 , 0x7B0456838E5CDAA6835FC04D999B29B5 , 0x83DB5880BBAB413CAD3EBD268608AF4B , 0x9098176C63A045E3AC2723A367C522BA , 0x91CBC3ADA1664CCDADB7365A0D176EC9 , 0xA52383C77DF44CB296391AB0178FB58C , 0xB63610BC82D84DD781529E443A4159F2 , 0xCACB30DC991543F58D7E2AACBF46FDD6 , 0xD3E7E27E64914D9DAF72C9BBAD38396E , 0xE7E3B07853874C6B827ECF4C16B2A666 , 0xFD86404F2A1E479FB43B3736A3BC1E59 , 0xC02714BBD1DA4A4EBF78547835D5C520 , 0x5AF3E8B8FD5E42548A6902FFCD856F72 , 0xE0869FCAF1D64845B4992C5F0DB4AD14 , 0x5160A7E615644A3482351CD469442CDB , 0x7B3F822F4E2141F283E513EB139F7D46 , 0x01915A8FC7CB7B7BA2B4EC4BEFF62AA2 , 0x019265CFACBE7FAFB8C615B56255E4ED , 0x019265D0B9E6791F9BBAC50DEBEAE80E , 0x019265E3E1BC7261B162FB76460EEA86 , 0x01926C6F06E37219B9D669916759F146 , 0x0193868FD068703FA8BF47D9256E9A44 , 0x0195EB97D2FE72B3A576F5EE5451353E , 0x0195F026B45773168370B3F6C7FD3FFD , 0x0195F099678372169422A43D7F41B5D3 , 0x0195FB1E6E1B70B78519BEC1F3D9F379 , 0x0195FB225D2E73A3AFFC5862CEB206A8 , 0x019615250638723EBAC246C458413B41 , 0x0196B08DB0107DBDB48BDB8CC1BF0E08 , 0x03B4AF226E9541E5A90449ABECE0F309 , 0x0492080755CB46BAA0483FDBAA2CA81B , 0x071D51EEE9234997B7A447C463BDF57F , 0x10D70E848AD541DDBD377AFD1603D2A7 , 0x1392CC103E27476993736387CEE21CAC , 0x15735809D27A4B9B99CB5990E0135290 , 0x16896C16F0EE4643B52A28ADA8B12BCF , 0x20567793312E419B8862F0D0B8B3AECA , 0x297CDC684EB7411A8E6FF57C9AA8A4AA , 0x2C423E286EFB4EC0BB68EF319DD5D5C1 , 0x385917758884441B814F0FD146AD5204 , 0x41DE192CC7FB456FA58CB129112A8A2A , 0x52D99215DD364948A0CE8829BA5E03FD , 0x582BFD5344504D92833B437FF6CDD097 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x6B51C8DF5309433EA29B3D6AC68A8C43 , 0x72EBD2FAE1294EB8AAB4E3A616F4281E , 0x82255602736F485DB188A4B5C30C9173 , 0x874C00A2685043A88938DFAD6AB300A3 , 0x920E454E6D7841A5BA28A46EE6A4046E , 0x93B064EF53B244C1BF836A3749420C79 , 0x9A25D744270C432D86CD8BAEC4A26AB0 , 0xA8A14EB98BFA49908EA9C5006AA444F6 , 0xAADCB708A4BD40B286A55F710EC2F94D , 0xB1EF419266384E6C87371E76F9292F63 , 0xB374813BA2D848E68E5F21C3A0A694B7 , 0xB95E1879D1514597807AEE361B640891 , 0xBAF967C969764273BD130A8F535E9BA4 , 0xC39E7B1A514B4E26B4783EBB9D25CBDE , 0xC7079E1369A84F38B8370542CDED448C , 0xCA157AC51CDE423B88A702F41E42683C , 0xCAA09D72A6D848B09A5B654F0945C1DE , 0xD27AF311C6E843139C14648C847406F3 , 0xD966AE0F3E144A66ABC6202D4BD792E3 , 0xDA0C751003B840EE90B6E70196138530 , 0xDE4210A2A1A1418A896E552770CB0C96 , 0xE30D5C9966B5440E9182EBFE291D9892 , 0xE7D978F56BBA431E87CE0699EF10B9A1 , 0xF23DBEF5F9B847E582C335E5B19FE774 , 0xF535445D41384EF0A870017D886B1E61 , 0xF7589347048548C890C0C8AE25FD3E52 );
Copy
30
0.41 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
31
1.02 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x01 É5¥├Ôqñê■óðkú┬x "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x019035BEC3E271A488FEA2D06BA3C278 );
Copy
32
0.34 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 É5¥├Ôqñê■óðkú┬x "
]
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 (0x019035BEC3E271A488FEA2D06BA3C278 ));
Copy
33
0.62 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x01 ”<Mº‹pb¸À=b–GôÑ "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01943C4DBA8B7062B8C03D629647F4D1 );
Copy
34
0.29 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 ”<Mº‹pb¸À=b–GôÑ "
]
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 (0x01943C4DBA8B7062B8C03D629647F4D1 ));
Copy
35
0.63 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x01 –hyUßsÔ¡$Œ$ÈÉ}¸ "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0196687955DF73D4A1248C24C8C97DB8 );
Copy
36
0.30 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 –hyUßsÔ¡$Œ$ÈÉ}¸ "
]
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 (0x0196687955DF73D4A1248C24C8C97DB8 ));
Copy
37
0.60 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
38
0.41 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
39
0.27 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"\x0F Îe³¿<JE»AVó“Ô5õ "
b"ò\x0E 5„»@G³žñ'$ \v\x19 "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 AND `sales_channel_country` . `country_id` = 0xF20E35AD84BB4047B39EF12724200B19 );
Copy
40
0.42 ms
SELECT `cms_slot_translation` . `config` as `cms_slot_translation.config` , `cms_slot_translation` . `custom_fields` as `cms_slot_translation.customFields` , `cms_slot_translation` . `created_at` as `cms_slot_translation.createdAt` , `cms_slot_translation` . `updated_at` as `cms_slot_translation.updatedAt` , `cms_slot_translation` . `cms_slot_id` as `cms_slot_translation.cmsSlotId` , `cms_slot_translation` . `language_id` as `cms_slot_translation.languageId` , `cms_slot_translation` . `cms_slot_version_id` as `cms_slot_translation.cmsSlotVersionId` FROM `cms_slot_translation` WHERE (`cms_slot_translation` . `cms_slot_version_id` = ? ) AND (((`cms_slot_translation` . `cms_slot_id` = ? AND `cms_slot_translation` . `language_id` = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Âó¢½Z¹K¹\x1F _E#™f, "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
]
SELECT `cms_slot_translation` . `config` as `cms_slot_translation.config` , `cms_slot_translation` . `custom_fields` as `cms_slot_translation.customFields` , `cms_slot_translation` . `created_at` as `cms_slot_translation.createdAt` , `cms_slot_translation` . `updated_at` as `cms_slot_translation.updatedAt` , `cms_slot_translation` . `cms_slot_id` as `cms_slot_translation.cmsSlotId` , `cms_slot_translation` . `language_id` as `cms_slot_translation.languageId` , `cms_slot_translation` . `cms_slot_version_id` as `cms_slot_translation.cmsSlotVersionId` FROM `cms_slot_translation` WHERE (`cms_slot_translation` . `cms_slot_version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`cms_slot_translation` . `cms_slot_id` = 0xC2F3A2BD5AB94BC2B91F5F452399662C AND `cms_slot_translation` . `language_id` = 0x21E40D70B865492AABF30B7C8921A5D0 )));
Copy
41
1.07 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"\x0F Îe³¿<JE»AVó“Ô5õ "
b"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 AND `language.salesChannels` . `id` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
42
1.21 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Ñ6 )»˜A%Ž\x14\x1A eiq\x1E\x0F "
b"Y\x19 _\x15 …µNH‹ÐòéªÁs\x1E "
b"""
\x01 ‘Eþ[&yMð1\n
P°rš
"""
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x21E40D70B865492AABF30B7C8921A5D0 , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0xD1362029BB9841258E141A6569711E0F , 0x59195F1585B54E488BD0F2E9AAC1731E , 0x019145FE5B26794DADF0310A50B0729A );
Copy
43
0.53 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"È\x1F 'V\x13 iK²Œ\<9D\x12 ëÞ "
b"È\x1F 'V\x13 iK²Œ\<9D\x12 ëÞ "
b"È\x1F 'V\x13 iK²Œ\<9D\x12 ëÞ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xC81F275613694BB28C5C3C394412EBDE OR `parent_id` = 0xC81F275613694BB28C5C3C394412EBDE OR `id` = 0xC81F275613694BB28C5C3C394412EBDE
;
Copy
44
16.28 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|c81f275613694bb28c5c3c394412ebde|% "
1
5
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|c81f275613694bb28c5c3c394412ebde|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )));
Copy
45
1.08 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% "
"%|c81f275613694bb28c5c3c394412ebde|% "
5
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 '%|c81f275613694bb28c5c3c394412ebde|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
46
1.16 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"È\x1F 'V\x13 iK²Œ\<9D\x12 ëÞ "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xC81F275613694BB28C5C3C394412EBDE ));
Copy
47
1.26 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"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) GROUP BY `currency` . `id` ;
Copy
48
0.78 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x05 ß-?7%Hç›iˆÿ Fýó "
b"&]#êÁ\x1D FT¯õñwðöm• "
b"-~¡\x06 ·ACš·e…A%|á. "
b"6\v Ôð\x17 gJO™ô#¼/"´ã "
b"N&z}j˜F…™e„P¢\x10 ¦= "
b"t8àþ¸╚CÉ£+┐5©ôJD "
b"€Éé®ôºCǼ“´Xk„¡¤ "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"Ù\x19 ~$¶ÌEuŽAˆ#ÜñX2 "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0x05DF2D3F372548E79B6988FF2046FDF3 , 0x265D23EAC11D4654AFF5F177F0F66D95 , 0x2D7EA106B741439AB7658541257CE12E , 0x360BD4F017674A4F99F423BC2F22B4E3 , 0x4E267A7D6A98468599658450A210A63D , 0x743885E7F7C843909C2BBF35B8934A44 , 0x80C9E9AEF4BA43C7BC93B4586B84A1A4 , 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA , 0xD9197E24B6CC45758E418823DCF15832 );
Copy
49
0.68 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"z\f VÂ}—Fd»N.xcºVo "
b"z\f VÂ}—Fd»N.xcºVo "
b"z\f VÂ}—Fd»N.xcºVo "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x7A0C56C27D974664BB4E2E7863BA566F OR `parent_id` = 0x7A0C56C27D974664BB4E2E7863BA566F OR `id` = 0x7A0C56C27D974664BB4E2E7863BA566F
;
Copy
50
3.55 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|7a0c56c27d974664bb4e2e7863ba566f|% "
1
3
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|7a0c56c27d974664bb4e2e7863ba566f|%' AND (`category` . `level` > 1 AND `category` . `level` < = 3 )));
Copy
51
3.39 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% "
"%|7a0c56c27d974664bb4e2e7863ba566f|% "
3
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 '%|7a0c56c27d974664bb4e2e7863ba566f|%' AND `category` . `level` = 3 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
52
1.00 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"z\f VÂ}—Fd»N.xcºVo "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x7A0C56C27D974664BB4E2E7863BA566F ));
Copy
53
0.47 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"×W_SbxC&´\x1D £ÁÏù1ú "
b"×W_SbxC&´\x1D £ÁÏù1ú "
b"×W_SbxC&´\x1D £ÁÏù1ú "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xD7575F5362784326B41DA3C1CFF931FA OR `parent_id` = 0xD7575F5362784326B41DA3C1CFF931FA OR `id` = 0xD7575F5362784326B41DA3C1CFF931FA
;
Copy
54
4.39 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|d7575f5362784326b41da3c1cff931fa|% "
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|d7575f5362784326b41da3c1cff931fa|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
55
0.79 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% "
"%|d7575f5362784326b41da3c1cff931fa|% "
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 '%|d7575f5362784326b41da3c1cff931fa|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
56
0.96 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"×W_SbxC&´\x1D £ÁÏù1ú "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xD7575F5362784326B41DA3C1CFF931FA ));
Copy
57
0.71 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"·NÜâé>NA¸\x19 CQAÿ\x15 ’ "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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 (0xB74EDCE2E93E4E41B819435141FF1592 ));
Copy
58
2.26 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` . `parent_id` = ? AND `category` . `active` = ? ))
Parameters :
[
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"·NÜâé>NA¸\x19 CQAÿ\x15 ’ "
1
]
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` . `parent_id` = ?
AND `category` . `active` = ?
)
)
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` . `parent_id` = 0xB74EDCE2E93E4E41B819435141FF1592 AND `category` . `active` = 1 ));
Copy
59
0.43 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
60
0.41 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"^Ñ8‘qN{‹I``†}ÈP "
]
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` = 0x5EC3913891714E7B8B496060867DC850 AND
pm . `active` = 1 ;
Copy
61
0.30 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x21E40D70B865492AABF30B7C8921A5D0 ) LIMIT 1 ;
Copy
62
0.50 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x21E40D70B865492AABF30B7C8921A5D0 );
Copy
63
0.84 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
true
b"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
64
1.29 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x11 └■ø×IJÅöõ\x1C £±5Y\x10 "
b"AÈs\x00 ²áKù·98(&ÊU) "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x11C0FE9B9E494A8F94E41C9CF1355910 , 0x41C87300B2E14BF9B739382826CA5529 );
Copy
65
0.55 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"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
66
1.04 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"^Ñ8‘qN{‹I``†}ÈP "
b"\x01 æOÅe³pþûøóýK#H8 "
b"\x01 ‘ZÄ\ x5ƒ›/ÌÛÑ… "
b"\x1C '¸\r └ëMMáhúÇÙØCÊ "
b"I‗µØ\x11 EA4╝é$\x1E\x06\x1F FO "
b"•\x0F q‰ÎÒD=¿‰7 …óõ= "
b"Çü»²¡ZH\x0E ëÞHs─)H¸ "
b"/\x06 S}¥\x13 FU¦ý2»·8ž¸ "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x5EC3913891714E7B8B496060867DC850 , 0x01914F8F65FC70E7969BA2EC4B234838 , 0x01915AC45C207835AD839B2FCCDBD185 , 0x1C27F70DC0894D4DA068A380EB9D43D2 , 0x49F2E69D11454134BC82241E061F464F , 0x950F7189CED2443DBF8937A085F3F53D , 0x8081AFFDAD5A480E89E84873C42948F7 , 0x2F06537DA5134655A6FD32BBB7389EB8 );
Copy
67
0.55 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x0F Îe³¿<JE»AVó“Ô5õ "
"UnzerPayment6.settings.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) AND (configuration_key LIKE 'UnzerPayment6.settings.%' ) ORDER BY sales_channel_id ASC ;
Copy
68
0.60 ms
SELECT `plugin` . `id` as `plugin.id` , `plugin` . `base_class` as `plugin.baseClass` , `plugin` . `name` as `plugin.name` , `plugin` . `composer_name` as `plugin.composerName` , `plugin` . `autoload` as `plugin.autoload` , `plugin` . `active` as `plugin.active` , `plugin` . `managed_by_composer` as `plugin.managedByComposer` , `plugin` . `path` as `plugin.path` , `plugin` . `author` as `plugin.author` , `plugin` . `copyright` as `plugin.copyright` , `plugin` . `license` as `plugin.license` , `plugin` . `version` as `plugin.version` , `plugin` . `upgrade_version` as `plugin.upgradeVersion` , `plugin` . `installed_at` as `plugin.installedAt` , `plugin` . `upgraded_at` as `plugin.upgradedAt` , `plugin` . `icon` as `plugin.iconRaw` , `plugin` . `created_at` as `plugin.createdAt` , `plugin` . `updated_at` as `plugin.updatedAt` , `plugin.translation.label` , `plugin.translation.label` as `plugin.label` , `plugin.translation.description` , `plugin.translation.description` as `plugin.description` , `plugin.translation.manufacturerLink` , `plugin.translation.manufacturerLink` as `plugin.manufacturerLink` , `plugin.translation.supportLink` , `plugin.translation.supportLink` as `plugin.supportLink` , `plugin.translation.customFields` , `plugin.translation.customFields` as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation` . `plugin_id` , `plugin.translation` . `label` as `plugin.translation.label` , `plugin.translation` . `description` as `plugin.translation.description` , `plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` , `plugin.translation` . `support_link` as `plugin.translation.supportLink` , `plugin.translation` . `custom_fields` as `plugin.translation.customFields` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation` . `language_id` = ? ) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id` WHERE (`plugin` . `name` = ? )
Parameters :
[
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
"EnderecoShopware6ClientStore "
]
SELECT `plugin` . `id` as `plugin.id` , `plugin` . `base_class` as `plugin.baseClass` , `plugin` . `name` as `plugin.name` , `plugin` . `composer_name` as `plugin.composerName` , `plugin` . `autoload` as `plugin.autoload` , `plugin` . `active` as `plugin.active` , `plugin` . `managed_by_composer` as `plugin.managedByComposer` , `plugin` . `path` as `plugin.path` , `plugin` . `author` as `plugin.author` , `plugin` . `copyright` as `plugin.copyright` , `plugin` . `license` as `plugin.license` , `plugin` . `version` as `plugin.version` , `plugin` . `upgrade_version` as `plugin.upgradeVersion` , `plugin` . `installed_at` as `plugin.installedAt` , `plugin` . `upgraded_at` as `plugin.upgradedAt` , `plugin` . `icon` as `plugin.iconRaw` , `plugin` . `created_at` as `plugin.createdAt` , `plugin` . `updated_at` as `plugin.updatedAt` , `plugin.translation.label` , `plugin.translation.label` as `plugin.label` , `plugin.translation.description` , `plugin.translation.description` as `plugin.description` , `plugin.translation.manufacturerLink` , `plugin.translation.manufacturerLink` as `plugin.manufacturerLink` , `plugin.translation.supportLink` , `plugin.translation.supportLink` as `plugin.supportLink` , `plugin.translation.customFields` , `plugin.translation.customFields` as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation` . `plugin_id` , `plugin.translation` . `label` as `plugin.translation.label` , `plugin.translation` . `description` as `plugin.translation.description` , `plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` , `plugin.translation` . `support_link` as `plugin.translation.supportLink` , `plugin.translation` . `custom_fields` as `plugin.translation.customFields` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation` . `language_id` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id` WHERE (`plugin` . `name` = 'EnderecoShopware6ClientStore' );
Copy
69
0.55 ms
SELECT `plugin` . `id` as `plugin.id` , `plugin` . `base_class` as `plugin.baseClass` , `plugin` . `name` as `plugin.name` , `plugin` . `composer_name` as `plugin.composerName` , `plugin` . `autoload` as `plugin.autoload` , `plugin` . `active` as `plugin.active` , `plugin` . `managed_by_composer` as `plugin.managedByComposer` , `plugin` . `path` as `plugin.path` , `plugin` . `author` as `plugin.author` , `plugin` . `copyright` as `plugin.copyright` , `plugin` . `license` as `plugin.license` , `plugin` . `version` as `plugin.version` , `plugin` . `upgrade_version` as `plugin.upgradeVersion` , `plugin` . `installed_at` as `plugin.installedAt` , `plugin` . `upgraded_at` as `plugin.upgradedAt` , `plugin` . `icon` as `plugin.iconRaw` , `plugin` . `created_at` as `plugin.createdAt` , `plugin` . `updated_at` as `plugin.updatedAt` , `plugin.translation.label` , `plugin.translation.label` as `plugin.label` , `plugin.translation.description` , `plugin.translation.description` as `plugin.description` , `plugin.translation.manufacturerLink` , `plugin.translation.manufacturerLink` as `plugin.manufacturerLink` , `plugin.translation.supportLink` , `plugin.translation.supportLink` as `plugin.supportLink` , `plugin.translation.customFields` , `plugin.translation.customFields` as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation` . `plugin_id` , `plugin.translation` . `label` as `plugin.translation.label` , `plugin.translation` . `description` as `plugin.translation.description` , `plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` , `plugin.translation` . `support_link` as `plugin.translation.supportLink` , `plugin.translation` . `custom_fields` as `plugin.translation.customFields` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation` . `language_id` = ? ) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id` WHERE (`plugin` . `name` = ? )
Parameters :
[
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
"EnderecoShopware6ClientStore "
]
SELECT `plugin` . `id` as `plugin.id` , `plugin` . `base_class` as `plugin.baseClass` , `plugin` . `name` as `plugin.name` , `plugin` . `composer_name` as `plugin.composerName` , `plugin` . `autoload` as `plugin.autoload` , `plugin` . `active` as `plugin.active` , `plugin` . `managed_by_composer` as `plugin.managedByComposer` , `plugin` . `path` as `plugin.path` , `plugin` . `author` as `plugin.author` , `plugin` . `copyright` as `plugin.copyright` , `plugin` . `license` as `plugin.license` , `plugin` . `version` as `plugin.version` , `plugin` . `upgrade_version` as `plugin.upgradeVersion` , `plugin` . `installed_at` as `plugin.installedAt` , `plugin` . `upgraded_at` as `plugin.upgradedAt` , `plugin` . `icon` as `plugin.iconRaw` , `plugin` . `created_at` as `plugin.createdAt` , `plugin` . `updated_at` as `plugin.updatedAt` , `plugin.translation.label` , `plugin.translation.label` as `plugin.label` , `plugin.translation.description` , `plugin.translation.description` as `plugin.description` , `plugin.translation.manufacturerLink` , `plugin.translation.manufacturerLink` as `plugin.manufacturerLink` , `plugin.translation.supportLink` , `plugin.translation.supportLink` as `plugin.supportLink` , `plugin.translation.customFields` , `plugin.translation.customFields` as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation` . `plugin_id` , `plugin.translation` . `label` as `plugin.translation.label` , `plugin.translation` . `description` as `plugin.translation.description` , `plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` , `plugin.translation` . `support_link` as `plugin.translation.supportLink` , `plugin.translation` . `custom_fields` as `plugin.translation.customFields` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation` . `language_id` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id` WHERE (`plugin` . `name` = 'EnderecoShopware6ClientStore' );
Copy
70
0.49 ms
SELECT `salutation` . `id` as `salutation.id` , `salutation` . `salutation_key` as `salutation.salutationKey` , `salutation` . `created_at` as `salutation.createdAt` , `salutation` . `updated_at` as `salutation.updatedAt` , `salutation.translation.displayName` , `salutation.translation.displayName` as `salutation.displayName` , `salutation.translation.letterName` , `salutation.translation.letterName` as `salutation.letterName` , `salutation.translation.customFields` , `salutation.translation.customFields` as `salutation.customFields` FROM `salutation` LEFT JOIN (SELECT `salutation.translation` . `salutation_id` , `salutation.translation` . `display_name` as `salutation.translation.displayName` , `salutation.translation` . `letter_name` as `salutation.translation.letterName` , `salutation.translation` . `custom_fields` as `salutation.translation.customFields` FROM `salutation_translation` `salutation.translation` WHERE `salutation.translation` . `language_id` = ? ) `salutation.salutation_translation` ON `salutation.salutation_translation` . `salutation_id` = `salutation` . `id`
Parameters :
[
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
]
SELECT `salutation` . `id` as `salutation.id` , `salutation` . `salutation_key` as `salutation.salutationKey` , `salutation` . `created_at` as `salutation.createdAt` , `salutation` . `updated_at` as `salutation.updatedAt` , `salutation.translation.displayName` , `salutation.translation.displayName` as `salutation.displayName` , `salutation.translation.letterName` , `salutation.translation.letterName` as `salutation.letterName` , `salutation.translation.customFields` , `salutation.translation.customFields` as `salutation.customFields` FROM `salutation` LEFT JOIN (SELECT `salutation.translation` . `salutation_id` , `salutation.translation` . `display_name` as `salutation.translation.displayName` , `salutation.translation` . `letter_name` as `salutation.translation.letterName` , `salutation.translation` . `custom_fields` as `salutation.translation.customFields` FROM `salutation_translation` `salutation.translation` WHERE `salutation.translation` . `language_id` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `salutation.salutation_translation` ON `salutation.salutation_translation` . `salutation_id` = `salutation` . `id` ;
Copy
71
4.60 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` . `active` = ? )
Parameters :
[
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
1
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE (`country` . `active` = 1 );
Copy
72
2.24 ms
SELECT `country_state` . `id` as `country_state.id` , `country_state` . `country_id` as `country_state.countryId` , `country_state` . `short_code` as `country_state.shortCode` , `country_state` . `position` as `country_state.position` , `country_state` . `active` as `country_state.active` , `country_state` . `created_at` as `country_state.createdAt` , `country_state` . `updated_at` as `country_state.updatedAt` , `country_state.translation.name` , `country_state.translation.name` as `country_state.name` , `country_state.translation.customFields` , `country_state.translation.customFields` as `country_state.customFields` FROM `country_state` LEFT JOIN (SELECT `country_state.translation` . `country_state_id` , `country_state.translation` . `name` as `country_state.translation.name` , `country_state.translation` . `custom_fields` as `country_state.translation.customFields` FROM `country_state_translation` `country_state.translation` WHERE `country_state.translation` . `language_id` = ? ) `country_state.country_state_translation` ON `country_state.country_state_translation` . `country_state_id` = `country_state` . `id` WHERE (`country_state` . `active` = ? )
Parameters :
[
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
1
]
SELECT `country_state` . `id` as `country_state.id` , `country_state` . `country_id` as `country_state.countryId` , `country_state` . `short_code` as `country_state.shortCode` , `country_state` . `position` as `country_state.position` , `country_state` . `active` as `country_state.active` , `country_state` . `created_at` as `country_state.createdAt` , `country_state` . `updated_at` as `country_state.updatedAt` , `country_state.translation.name` , `country_state.translation.name` as `country_state.name` , `country_state.translation.customFields` , `country_state.translation.customFields` as `country_state.customFields` FROM `country_state` LEFT JOIN (SELECT `country_state.translation` . `country_state_id` , `country_state.translation` . `name` as `country_state.translation.name` , `country_state.translation` . `custom_fields` as `country_state.translation.customFields` FROM `country_state_translation` `country_state.translation` WHERE `country_state.translation` . `language_id` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `country_state.country_state_translation` ON `country_state.country_state_translation` . `country_state_id` = `country_state` . `id` WHERE (`country_state` . `active` = 1 );
Copy
73
0.58 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x21E40D70B865492AABF30B7C8921A5D0 );
Copy
74
0.54 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x21E40D70B865492AABF30B7C8921A5D0 );
Copy
75
0.67 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
76
0.29 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
77
0.24 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"Œ.#Èø¤O…†»wüQ(\v Ü "
]
SELECT iso FROM snippet_set WHERE id = 0x8C2E23C8F8A44F8586BB77FC51280BDC ;
Copy
78
0.44 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"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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 = 0x0FCE65B3BF3C4A45BB4156F393D435F5
;
Copy
79
0.97 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
"ComanConsentManagerC "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'ComanConsentManagerC' );
Copy
80
0.71 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
"GjuceCreditTransferByQrcodeSW6 "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'GjuceCreditTransferByQrcodeSW6' );
Copy
81
0.65 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
"SwagInsiderPreviews "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagInsiderPreviews' );
Copy
82
0.34 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
83
2.87 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"Œ.#Èø¤O…†»wüQ(\v Ü "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x8C2E23C8F8A44F8586BB77FC51280BDC ;
Copy
84
2.44 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE (`country` . `active` = ? AND `country.salesChannels` . `id` = ? ) GROUP BY `country` . `id`
Parameters :
[
true
b"\x0F Îe³¿<JE»AVó“Ô5õ "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE (`country` . `active` = 1 AND `country.salesChannels` . `id` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) GROUP BY `country` . `id` ;
Copy
85
5.94 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x01\x00 a8Ñ‚H>¯“>.;¬=“ "
b"\x01 E¾¸Ã/Oá¸4j\x17 0-.í "
b"\x05 òLDôsA×í>ïýÅ_╔e "
b"\t PíO€æCµ£g=Îྈ "
b"""
\n
($%ÓŒB_†â\x05 }mþý‡
"""
b"""
\n
ìœÂ_NêˆÐ±Õ+\x18 §¸
"""
b"\v ûØñÄsF\x17 ·R\x06 ò\x06 „"‡ "
b"\x0E\x02 …uâÁF®¾ú,ãEØ.\x0E "
b"\x0F JÙ°©iEd§ÒĽð©Ô\x02 "
b"\x10 a@¥™jI8»B\x10 Œû'&… "
b"\x11\x05 …®}SDk¹ƒÏƒ\x11 ï‰Ú "
b"\x11 HIN£íF▒╗ï▒dðÝÅ4 "
b"\x12\x18 ºzŠUD\x00 ¤¶‹76¶•Ú "
b"\x12 g³L"½OH¨œI!BÌ\x7F ; "
b"\x14 +Q¯ò└B^åuã/츃▓ "
b"\x14 ¿\x16 +þ\x14 NÒ˜ÕÖ8EÀ£ï "
b"\x15 ,=”Õ|@ƒ¿¬üá5½Ã‘ "
b"\x15 \x10 Y!\x17 MÝ“ø²zÿÆM… "
b"\x15 ┌üðg¢N╣É\x11 ▄ÔM)\x14\v "
b"\x16\t ˆÆúHBG‚Ô–}M°¡® "
b"\x16 #\t Îý@qÜ>ßt╚Üü4 "
b"\x16 aï(‹[O/†Å\e ¹4‘ÈÈ "
b"\x17 j–Ä<xA˜²Tͨ.39 "
b"\x17 ┘ı░ñAFü©┴║¹¶ÚÅÔ "
b"\x17 å@jÉÛBÚ†Ä=\x0E Ÿç” "
b"\x18 é\x16 O«ëEßeZ2ò÷\r c "
b"\x1A ¶É¥dÕB\x1E ¥¢ûbz╣4ó "
b"\e ÇH\f Ú`HнŽMaAà¤s "
b"\e ÐæãNDHh‹Œ»¨\x03\x1E uc "
b"\x1C –7Õw§Míœìhæ\x17\f Ý\x06 "
b"\x1D æe_\x11 $Eú±!wQ*±ìì "
b"\x1D øæ8¬½J\x14 ”“ö\x00 Lw2/ "
b"\x1E –«°ÜöAÔ¦š,6_zò” "
b"\x1F\x02 É\r üïL‚š¯ŒŸ@þæé "
b""ý¨\x02 ÅFOУÝï›A¨\x17 < "
b"#“X%»JE@¹›O\x18 éP/× "
b"%fLR╗wOìÅ│òò/üAX "
b"'7¶C\x14 K«¦¤˜ù§Å¦á "
b"'ÆêÑ?…Où®\x1F é\x17\x7F …Κ "
b")+EÓ ‹J\x05 £\x11 T\€UhÚ "
b"-\x14 ,u÷yI\x1E ‘$pˆ®Â¨ "
b"-EšZ±§H|½®\x13 =ËÊ\x1D ³ "
b"0L¢U;5F5Å]^u¸\x07 └Ú "
b"1Ö+W]rA¥‹\@J±fµ¬ "
b"39@╣s\x04 Mñ®\x19 æ\x04 Ø╗▒» "
b"6!PÖì·D\x10 °Èç‰HÅÞ… "
b"61[’²`NðŸôbl‚ñ\x0E 4 "
b"9äpìøïHÓ·.ò\x0E cBþt "
b"""
;Ù\n
î\x01 UM┴É┴\x16 þ^╦v\x08
"""
b"<¬Ë!r›A\x04 ´tŒÛíG\x19 ; "
b"=\f Aj4|Fwšx¯\x01 ƒ}tv "
b">Øbõ"©C¹‘/vþ¤ó<® "
b"@\v\e ‚¶˜J»«`?4é\x7F\x12 , "
b"@\x1D Ï.L®M[üLð½rs&M "
b"A5µB0ÄO\v ŒË‚öÚ=ön "
b"Aˆˆº×\t B<—ÉPÖ\x7F T§r "
b"B\x00 GÈvhM²Ÿ”~ô¡`\x1D  "
b"BÅÚ¹║rK‗ó\x03 ╔Ì`Åc± "
b"CSe$“ï@¦®?+\†¶ÉŽ "
b"Cñåwþ`F*˜ù&¤³¿•‡ "
b"EwM\x15 û\x0E JÓŠ,)ÇEÔ½` "
b"F(tÅzÿ@lêFN\x13 /§Õø "
b"FÃ „LðM´‚Çßm¾^bh "
b"H‘šEV¢DÍ€uÖvõ)HÚ "
b"IŒÎ{¹\x7F K潜\x0E JÈÀ=¯ "
b"IÄ£[üCGóö´t╦\x08 ø\t > "
b"IÖ¼ÁwìN¼▒P\x17\f WÔ0▓ "
b"Iðé\x0E\x19 üE╠è¶£\x1C â#g¶ "
b"J.ÃΛxO7¡÷ÉÈ\x1A !¢Ò "
b"Js9°\x18 Ú@/╣ü[ÉQ\x05 é~ "
b"""
Jü\n
▓4\x16 C¯¡_l├%\x12 e2
"""
b"K^\x07 ¨\x1A ›O°±ËõSné(î "
b"N,~Sê¼B®ƒß(4Xg$¨ "
b"Nûæõø\x0F I€ˆãB†6\r Wä "
b"O£ºò!D𜜔íWç¦O "
b"Qþ³è™XN£ 9\x03 oÜ5\x14 © "
b"R\x15 Ê\x02\e ¼F\x11 ¶™ïs÷›Þ2 "
b"Rþ\x06 Û\x0F üJ\v â\x02 IâÔ°û\x1E "
b"S\x00 <)‚fM1”KeHíc=V "
b"Sì\x19 1ä'GÚºô¶■╝2_û "
b"SÏ/9*\x10 O\x00 ¹x¨¹”L=E "
b"TL\x1D úpÅHC¢ö ▒¿▒\x01 ÿ "
b"Tz██4■Ië=eì\x19 Èñ| "
b"U yZ&ÌKÓØ┘÷\x08 %Ã2K "
b"VKã>æw@”Œz6µpGö\x0E "
b"W\x08 █³\e\x07 K▄┐Ðó¾\x15 ÉCY "
b"X‹c)<~F9 /hÃeœJ¤ "
b"[\t Ñ)×°M÷¦~\x03 Âó”öà "
b"[ÖɘƒAFõ¨Î•ÂÉSX\x14 "
b"\bELÞ1K¤“\x19 \™\r lZ\x08 "
b"\ƒ@S–ÁK*µ=\x1E àM2\g "
b"]üð^j▒E·½ä\x03 ²Âc└ê "
b"_E·wÐZFGŒLäñz«€° "
b"_äÛ"fáO÷±Søæ÷AW\x03 "
b"aS$®Ó\x01 E™.‹j÷\x1F\x01 W "
b"bçùÓ\x10 lAl¡Ü\e ø<¦t "
b"dÎ|„4EI\x10 ‘ó¾\x1E øÒMí "
b"e+uíü2B…°ôºYÆ\x02 Æ| "
b"g\x11 ┬Ï[4AýªÉÑ┬r╚8x "
b"g§ªÖ▓ K│Æ\x03 ûM²ìÈA "
b"iaWåÅÇ@ù‚Ot\x1E *œÊÔ "
b"i}╩JÜ|C5Åv<ıÑ\x15 Y\x1D "
b"iª\x00 \r \x12 ÕE˜£Øb á©\x02 "
b"jÈ@€ÿþIý°S<ys»TÙ "
b"k0eÀ█5J óÅV8\x1E ¤º_ "
b"nÉò\x12 ¸ÓM%º═╚¸î╔¡s "
b"p‹Œø\x07 ÖM¬£ hõ]ík} "
b"pón"3§G┼æ¯╦╠¿É&║ "
b"pô©¶fÑK{†@r\f _\\x1D B "
b"qÀé\x19 á║O¦ÅÙ\x04 ╝┼\x0E O1 "
b"q╬w/▓ØL ïÀi┼ÿó\t Ä "
b"""
rQSÔÈI@\n
Ø0╚\x1A ÉÿÇt
"""
b"s`su߸E\x19 ¯,Lº‚õ&“ "
b"t\x14 Þ\v m®DÈµŠ¼Âyï+Æ "
b"w8—u‚àE]¿\x11 ä$t®«j "
b"w \x04 ‹:ž@›‚Ï~M1\x17 Þ, "
b"|%oóÉaL?ìD]$usa\x19 "
b"DZ¹-¼ÇDyëæ┤A▄\x13 ZØ "
b"âü5>ÈÃAÓºT.f\x1C {iZ "
b"ƒ¯Ä%\x1C Ë@%›çkÌÝÔOT "
b"åy˵╦ýIÉöúÊsõø¶È "
b"‡NG¤Å\f Iwº˜}F§\x1F ,\x04 "
b"‡¤{þ2\x1C LÖ©¦»S®õ‘à "
b"‰\x04 ,aê;HЩkç‘„€\x11 , "
b"‰IÞ©‹\x03 E1ªMAVã-¹D "
b"‰þ\x0F r†\x1D FD¹ÿÿØÈ¾bÚ "
b"Š¢Þ:Ä.A1’!)v6oÁ¡ "
b"èÎܺ1ìCnÅ2çP/»ô8 "
b"î\x16 Ð─▄Ë@(Éúñ┼═Co$ "
b"ŒnN§ñ±IŸ¬.\€ê‘, "
b"î│ÿwì¦N\x02 Æ\x1D\x18 >Ç\ÏÅ "
b"ì5Öʳ\r Cz®8íÇ\f T\x1A ¨ "
b"ì╗d\x1F *¶MûÜ\x1C Iñòq$\x10 "
b"Ž$ \x14 ›vEM dáÛ®õTJ "
b"Å\x02 BEPaJ\x11 ▒╝¡ l²:± "
b"""
ÉèÔ4ªiI¨┐e├l\n
X#õ
"""
b"ÉÎÙı╠N¯┤G²¸7Úéó "
b"É´\x11 I\f NF èY%±lVý0 "
b"•’ïTÑpJQ¹0\x00 â¯<¦á "
b"—ÊO\x10 ;)@ǵðð·Î–¹ "
b"ùý®>\x1D #GÐÅo\x15\x05 ú5üC "
b"ÖN7üÆuCÛ▓pù²áÖc· "
b"Öìƒ<Ö┌G»ë²ı\x14 æ@áU "
b"š´[õ›IB\x04 ¥vQx_(–} "
b"ø\v U¢·\x12 C▒Ä\x08 Ø$▓$ = "
b"œ:¡{ÚÒLŽð.ä@\v kR "
b"œU´›c§H2ª'à$¸Åžâ "
b"£öÓ{y0Fª×D`-üK7\r "
b"žu*e”3L\x0F •ðPA4ù‹\x16 "
b" \x08 äÒ“!E˜§\x02 ±Þ¬Š+\e "
b" 0ƒû§\x08 D}…Ô²7Ù\t /ë "
b" 2F½+—G]€è{©à8¤â "
b" G\x0E ¢\x0E ÒL—ž àÄ’va± "
b" K$\x17 «\v I¤«¾c›$%Aú "
b" ÀÛJº¯D}•ãOWììå™ "
b"¡ñ—ô\x1D KË·¨hÃ\x19 ȉ& "
b"úÏ│\x05 Å\x16 L\x07 ×ÁÅ& ²4· "
b"¤^ë×\x0E\x01 KÕ…ÇïAÉøQ| "
b"""
¦] ©0E\x03 ¹)\x18 \n
_Å"Y
"""
b"¦ïŒ\x10 í^Hâ™æß<¸X›£ "
b"§\……í«O\e ‹SDA6!pé "
b"®Å\x02 ß‗@I£á\x7F\e 2\x18 ‗*J "
b"ª¼\e ±„åF)ŒICK˜8ÚJ "
b"«…P¥£pI\r ºiy„ˉ!/ "
b"¼\x17 (\x12 ,(IÏì»▄└ñ▄ò| "
b"¬%t\x13\t ¡AD®2Ä\x17\x1C\x01\x15 “ "
b"¡\v ╚ÁQTBh┤│ÅJ\x1A t1\x1E "
b"¹FŽóíC‹¶%/\x08 ób J "
b"®\x1E «3\x05 œKN½K8|üÆBO "
b"¯ÆõøÍhM\v ¤¤Û\x1F Þ“¸ "
b"±\x06 i姯GL¾M¶ˆ%´òÿ "
b"±—–\x07 êâO‚¨8AXsrsŒ "
b"│)°UpüE«░\x13 A\x02 ±ð\x07 ─ "
b"³3¼+&2L˧Üõo\x06 _c "
b"´NŽ¥°œNµ¤U\x19 EÀ”Nœ "
b"´b\r þ`$A‡›T;]E†V\x01 "
b"µ‰U\x13 ] A…©H^\x06 ‰ËÊ¥ "
b"µ”mí)ƒE%•`l°þ3T/ "
b"·{Ò%\x11 âCšŒQ¦Ú/=ÛE "
b"ºš¯S\x0F –HB–P\f wJeéŸ "
b"»Á@'ûVMx··\x1F êÏL]p "
b"╝a°Um#K8ÄÅû\x03 åÛjæ "
b"╝á·ÑxHG]║ü»╠G3q¨ "
b"¼¤\x08 8~´A\x02 ¾ú \x1F ‰ÏÅ* "
b"¼±„°GHD\x01 ‡¦DSÎ.uÙ "
b"½\t \¼·ZC‰£½i\x16 y “\x06 "
b"½><¯Ø@FŒ§—îJ ¸\x04 "
b"½¼†ù¯\x1F @Ø¿\x1D\e »\x7F Åñæ "
b"¾Ú8\x1A kUGЮke)Ò©[´ "
b"Áœ‚\x08 €K*ªœ˜)~çGû "
b"┴Ïç¯:î@╝ÉIò╝¿\x16 ³¥ "
b"┬'\x1C Fƒ[@g┤k³ëïì|\x0F "
b"Ãæ»bmÅL\x02 °v|\x12 òB–2 "
b"ĺ\x04 å|™Gñ›•¿¬ÝýºP "
b"Å´ç|VÉBI‹m\x07 Å\x16 Ðú… "
b"ÅÁ~\x04 $òIÕ¨ÜõùN\x01\x03 "
b"Ç9É ½ÙJé·T10–QVb "
b"É#Q´júA]Ÿ,Ù¨\x05 Å{> "
b"ÉbŠãí”Aؽ¶˜ñX½kÑ "
b"Ë€[òÚ\x00 E3…Û\x04 tW>Wþ "
b"Ír7#4\v I™¿åˆà\x0E öÂM "
b"═ø÷üEüMÃ╣¤;╣\x14 ÚLÉ "
b"╬\x01 TkòXB°é\x05 &Ærü_\x0F "
b"Î5-™˜MD\x7F O!TåÍšê "
b"Ð\x1A ò\x1D ClO¬„ê]¼h·% "
b"ÑÑUÄl;I^’\x05 =\x15 2&þá "
b"ÑäEÿ9[E¬‹a–¾\x1E D±ß "
b"Ò„(@¦«HM›iG£‡#OÀ "
b"Ò a‡MŽB+½\x17 ‰Tûo>T "
b"Ó$Më´\x03 J«·'Þ\x14 y“ÐŽ "
b"ı\t x¼íãH\x00 ö ì¶╝WÝ\r "
b"Øî\e ¨\x0E ÓL)¡ˆsšÖNnÇ "
b"Øðê5бK¦™\x0F “-\x14 [°Ü "
b"┘½\x06 );ÔFÉñÂ-ï┌ø®! "
b"█2>üÏ\x16 @]░Yº\x05 ÝâÒ4 "
b"█V¯╗¸lMwªü;³nô)° "
b"█s╬^z{D¤üö£U▀╠ü\x07 "
b"Û–J®TÃN\x05 †RëÞp²Õé "
b"▄£\x0E ıÓúA¯Å\x06 ÛAýh\x17 I "
b"Þ\x15 Â0'…H¼•–¦Qž„àö "
b"ÞŸé\x17 ô\x18 NÕ™7 Ç\x14 ðP7 "
b"à\x0F "HnáF³½qÝï@Âu\x1E "
b"ÓüÎ\x14 ¤8J6╣ÌG┌tÝ\x1C î "
b"à¹Y—»êA‡½…)\x01 Swé\x12 "
b"á‡\r \x1E ߆L—ŽŽl;„ôXq "
b"åãøk…MF·»\x00 X3¸Ÿæ^ "
b"æ\ƒKh¶G…¡ÒÝÏêõ4É "
b"ç[ˆ…!–Nâ¯y¬\x19 ‰•\x05 6 "
b"Þ=╚øº<FpªÂ¾É/\x08 └° "
b"ÚãÛÎ×\x00 F▒ÉS\x00 Á▒Ý{' "
b"êõ ”·\r C@ V|0Jé\r ñ "
b"Ù\x07 ÉÅÈWI6│zÏßö■I! "
b"ë´¯ãçêD·®Y\x1F !X\]~ "
b"ý\e eOØ┘N%ÆàÀ)̰├+ "
b"""
ý²Äì\n
WA·áî\n
ßtòr\x7F
"""
b"ídßÚ1¾Ck˜-KfuÜß\v "
b"¯³~ÐJ\x08 AÉÇ\x16 n:rïµ┤ "
b"±NvÉ\x11 ´D#Åÿqn└ÆY¹ "
b"ñf^´ð£C~µ}y\x00 ¿øu5 "
b"ñ›íº\v ˆAä¢äóùÛI´{ "
b"ò\x0E 5„»@G³žñ'$ \v\x19 "
b"‗îäO╠╠F\x18 óîyØ©\x1D Õ? "
b"§QZ<ºlA·ì\x1E y0\x08 ²Aê "
b"õ¸—mö¶A“–2úíBh;ù "
b"úW¿÷dÐFŒ–U\x08 ò¾“‚€ "
b"³4╝┬î║IÄÖTØ\x1E ½=]4 "
b"ü´©¥‹žK@‘óßÿ\f äñô "
b"ý\x04\x1D õáòF&Ÿ$W0ª\x13 m= "
b"ýÛ.”^YOV§(\x13 Õxñíg "
b"■"ØÎ╦9M/¬Ê´fo\x7F ³Ï "
]
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 (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x01006138D182483EAF933E2E3BAC3D93 , 0x0145BEB8C32F4FE1B8346A17302D2EED , 0x05954C449373419EA13E8BEC8F5FC965 , 0x0950ED4F80E643B5A3673DCEE0BEAD88 , 0x0A282425D38C425F86E2057D6DFEFD87 , 0x0AEC9CC2AD5F4EEA88D0B1D52B18A7B8 , 0x0BFBD8F1C4734617B75206F206842287 , 0x0E028575E2C146AEBEFA2CE345D82E0E , 0x0F4AD9B0A9694564A7D2C4BDF0A9D402 , 0x106140A5996A4938BB42108CFB272685 , 0x110585AE7D53446BB983CF8311EF89DA , 0x1148494E9CA146B1BB8BB164D0ED8F34 , 0x1218BA7A8A554400A4B68B3736B695DA , 0x1267B34C22BD4F48A89C492142CC7F3B , 0x142B51EE95C0425E8675C62F8DF79FB2 , 0x14BF162BFE144ED298D5D63845C0A3EF , 0x152C3D94D57C4083BFACFCE135BDC391 , 0x15A0105921174DDD93F8B27AFFC64D85 , 0x15DA81D067BD4EB99011DCE24D29140B , 0x160988C6FA48424782D4967D4DB0A1AE , 0x16230920D7EC40719A3EE174C89A8134 , 0x1661EF288B5B4F2F86C51BB93491C8C8 , 0x176A96C43C784198B254CDA82E333920 , 0x17D9D5B0A4414681B8C1BAFBF4E98FE2 , 0x17E5406AC9DB42DA86C43D0E9FE7AD94 , 0x18E9164FABEB45C39F655A32F2F70D63 , 0x1AF490BE64E5421EBEBD96627AB934A2 , 0x1BC7480CDA60488ABD8E4D6141E0A473 , 0x1BD0E6E34E4448688B8CBBA8031E7563 , 0x1C9637D577A74DED9CEC68E6170CDD06 , 0x1DE6655F112445FAB12177512AB1ECEC , 0x1DF8E638ACBD4A149493F6004C77322F , 0x1E96ABB0DCF641D4A69A2C365F7AF294 , 0x1F02C90DFCEF4C829AAF8C9F40FEE6E9 , 0x22FDA802C5464FD0A3DDEF9B41A8173C , 0x23935825BB4A4540B99B4F18E9502FD7 , 0x25664C52BB774F8D8FB395952F814158 , 0x2737ADB643144BABA6A498F9A7C5A6E1 , 0x27C6EAD13F854FF9AE1FE9177F85CE9A , 0x292B45D3208B4A05A311545C805568DA , 0x2D142C75F779491EA091247088AEC2A8 , 0x2D459A5AB1A7487CBDAE133DCBCA1DB3 , 0x304CBD553B3546358F5D5E75F707C0E9 , 0x31D62B575D7241A58B5C404AB166B5AC , 0x333940B973044DA4A91991049DBBB1AF , 0x362150D6ECB74410B0C8E78948C5DE85 , 0x36315B92B2604EF09FF4626C82F10E34 , 0x39E470ECF8EF48D3B72EF20E6342FE74 , 0x3BEB0A8C01554DC190C116E75ECB7608 , 0x3CACCB21729B4104B4748CDBED47193B , 0x3D0C416A347C46779A78AF01837D7476 , 0x3ED862F522A943B9912F76FEA4F33CAE , 0x400B1B82B6984ABBAB603F34E97F122C , 0x401DD82E4CA94D5B814CD0AB7273264D , 0x4135B54230C44F0B8CCB82F6DA3DF66E , 0x418888BAD709423C97C950D67F54A772 , 0x420047C876684DB29F947EF4A1601DC2 , 0x428FE9FBBA724BF2A203C9DE608F63F1 , 0x4353652493EF40A6AE3F2B5C86B6C98E , 0x43F1E577FE60462A98F926A4B3BF9587 , 0x45774D15FB0E4AD38A2C29C745D4BD60 , 0x4628748F7A98406C88464E132FF5E59B , 0x46C3A0844CF04DB482C7DF6DBE5E6268 , 0x48919A4556A244CD8075D676F52948DA , 0x498CCE7BB97F4BE6BD9C0E4AC8C03DAF , 0x498E9C5B814347A294EF74CB089B093E , 0x4999ACB5778D4EACB150170C57E230B2 , 0x49D0820E198145CC8AF49C1C832367F4 , 0x4A2EC3CE9B784F37A1F7C9C81A21A2D2 , 0x4A7339F818E9402FB9815B905105827E , 0x4A810AB2341643EEAD5F6CC325126532 , 0x4B5E07A81A9B4FB0B1CBF5536EE928EE , 0x4E2C7E53EABC42AE83DF2834586724A8 , 0x4EFBE6F5F80F498088E34286360D57E4 , 0x4FA3BAF221AD44F09C9C94ED57E7A64F , 0x51FEB3E899584EA3A039036FDC3514A9 , 0x5215CA021BBC4611B699EF73F79BDE32 , 0x52E706EA0F814A0B83024983E2F8961E , 0x53003C2982664D31944B6548ED633D56 , 0x538D1931842747E9A793F4FEBC325F96 , 0x53CF2F392A104F00B978A8B9944C3D45 , 0x544C1DA3708F4843BD94FFB1A8B10198 , 0x547ADBDB34FE49C7AE3D658D19D4A47C , 0x5520795A26DE4BE09DD9F60825C7324B , 0x564BE33EE67740948C7A36B57047F60E , 0x5708DBFC1B074BDCBFD1A2F315904359 , 0x588B63293C7E4639A02F68C3659C4AA4 , 0x5B09D129D7B04DF7A67E03C2F394F6C3 , 0x5BD6C998834146F5A8CE95C2C9535814 , 0x5C62454CDE314BA493195C990D6C5A08 , 0x5C83405396C14B2AB53D1EE04D325C67 , 0x5D81D05E6AB145FAAB8403FDB663C088 , 0x5F45B777D05A46478C4CE4F17AAB80B0 , 0x5FE4DB2266E14FF7B153F8E6F7415703 , 0x615324AED30145C2992E8B6AF71F0157 , 0x62E7F9D3106C416CA1DC1BF83CA67420 , 0x64CE7C843445491091F3BE1EF8D24DED , 0x652B75EDFC324285B0F4BA59C602C67C , 0x6711C2D85B3441ECA690A5C272C83878 , 0x67F5A699B2FF4BB39203964DFD8DD441 , 0x696157E5C5C740F9824F741E2A9CCAD4 , 0x697DCA4A9A7C43358F763CD5A515591D , 0x69AA000D12D54598A3D86220C3A1A902 , 0x6AC84080FFFE49FDB0533C7973BB54D9 , 0x6B3065B7DB354A20A28F56381ECFA75F , 0x6E909512F7E04D25A7CDC8F78CC9AD73 , 0x708B8CF807D64DACA3A068F55DED6B7D , 0x70A26E2233F547C591EECBCCA89026BA , 0x70F4A9B666D14B7B8640720C5F5C1D42 , 0x71B78219A0BA4FDD8FEB04BCC50E4F31 , 0x71CE772FB29D4CFF8BB769C598A2098E , 0x725153E2D449400A9D30C81A90988074 , 0x73607375DFB84519AF2C4CBA82F52693 , 0x7414DE0B6DAE44C8B58ABCC279EF2BC6 , 0x7738977582E0455DBF11E42474AEAB6A , 0x77A0048B3A9E409B82CF7E4D3117DE2C , 0x7C256FA290614C3F8D445D2475736119 , 0x80F1FB2DAC8044798991B441DC135A9D , 0x8381353ED4C741E0A7542E661C7B695A , 0x83AFC4251CCB40259BE76BCCDDD44F54 , 0x8679D3E6CBEC499094A3D273E49BF4D4 , 0x874E47A4C50C4977BA987D46A71F2C04 , 0x87A47BFE321C4CD6A9A6BB53AEF591C3 , 0x89042C61EA3B48D0A96BE7918480112C , 0x8949DEA98B034531AA4D4156E32DB944 , 0x89FE0F72861D4644B9FFFFD8C8BE62DA , 0x8AA2DE3AC42E413192212976366FC1A1 , 0x8AD79AA7318D436E8F3287502FAF9338 , 0x8C16D1C4DCD3402890A3A4C5CD436F24 , 0x8C6E4EA7F1B1499FAC2E5CAD80EA912C , 0x8CB398778DDD4E02921D183E805CD88F , 0x8D3599D2FC0D437AA938A1800C541AF9 , 0x8DBB641F2AF44D969A1C49A495712410 , 0x8E2420149B76454DA064E1DBAEF5544A , 0x8F02424550614A11B1BCADFF6CFD3AF1 , 0x908AE234A66949F9BF65C36C0A5823E4 , 0x90D7EBF0D5CC4EEEB447FDF737E982A2 , 0x90EF11490C4E46FF8A5925F16C56EC30 , 0x9592EF54D1704A51B93000E2AF3CA6E1 , 0x97CA4F103B2940C7B5F0F0B7CE96B9A0 , 0x97ECA93E1D2347D18F6F1505A3358143 , 0x994E3781927543EAB27097FDA09963FA , 0x998D9F3C99DA47AF89FDD5149140A055 , 0x9AB45BF59B494204A57651785F28967D , 0x9B0B55BDFA1243B18E089D24B224203D , 0x9C3AA17BDAD24CAD8EF02EE4400B6B52 , 0x9C55B49B63A74832AA27E024B8C59EE2 , 0x9C94E07B793046A69E44602D814B370D , 0x9E752A6594334C0F95F0504134F98B16 , 0xA008E4D293214598A702B1DEAC8A2B1B , 0xA03083FBA708447D85D4B237D9092FEB , 0xA03246BD2B97475D80E87BA9E038A4E2 , 0xA0470EA20ED24C979E20E0C4927661B1 , 0xA04B2417AB0B49A4ABBE639B242541FA , 0xA0C0DB4ABAAF447D95E34F57ECECE599 , 0xA1F197ADF41D4BCBB7A868C319C88926 , 0xA3D8B3058F164C079EB58F2620FD34FA , 0xA45EEBD70E014BD585C7EF41C9F8517C , 0xA6AD5DA0A9304503B929180A5FC52259 , 0xA6EF8C10ED5E48E299E6DF3CB8589BA3 , 0xA75C8585EDAB4F1B8B534441362170E9 , 0xA98F02E1F240499CA07F1B3218F22A4A , 0xAABC1BB184E546298C49434B9838DA4A , 0xAB8550A5A370490DBA697984CB89212F , 0xAC1728122C2849D88DAFDCC0A4DC957C , 0xAC25741309A14144AE32C4171C011593 , 0xAD0BC8B551544268B4B38F4A1A74311E , 0xADB9468EF3ED438BB6252F08F362A04A , 0xAE1EAB33059C4B4EBD4B387CFCC6424F , 0xAFC6F5F8CD684D0BA4A4DB1FDEC293B8 , 0xB10669E5A7AF474CBE4DB68825B4F2FF , 0xB1979607EAE24F82A83841587372738C , 0xB329F855708145AEB0134102F1D007C4 , 0xB333BC2B26324CCBA7DCF56FAD065F63 , 0xB44E8EA5B09C4EB5A4551945C0944E9C , 0xB4620DFE602441879B543B5D45865601 , 0xB58955135D204185A9485E0689CBCAA5 , 0xB5946DED2983452595606CB0FE33542F , 0xB77BD22511E2439A8C51A6DA2F3DDB45 , 0xBA9AAF530F96484296500C774A65E99F , 0xBBC14027FB564D78B7B71FEACF4C5D70 , 0xBC61F8556D234B388E8F960386EA6A91 , 0xBCA0FAA57848475DBA81AFCC473371F9 , 0xBCA408387EB44102BEFA201F89CFC52A , 0xBCB184B04748440187A64453CE2E75D9 , 0xBD095CBCB75A4389A3BD691679A09306 , 0xBD3E3CAFD840468CA797EE4AA0C2B804 , 0xBDBC86F9AF1F40D8BF1D1BBB7FC5F1E6 , 0xBEDA381A6B5547D0AE6B6529D2A95BB4 , 0xC19C8208C2804B2AAA9C98297EE747FB , 0xC1D887EE3A8C40BC904995BCA816FCBE , 0xC2271C469F5B4067B46BFC898B8D7C0F , 0xC3E6BB626DC54C02B0767C12F2429632 , 0xC4BA04E57C9947F19B95BFACDDFDBA50 , 0xC5B4E77C56C942498B6D07C516D0FA85 , 0xC5C17E0424F249D5A8DCF5F94E010320 , 0xC739C9A0BDD94AE9B754313096515662 , 0xC92351B46AFA415D9F2CD9A805C57B3E , 0xC9628AE3ED9441D8BDB698F158BD6BD1 , 0xCB805BF2DA00453385DB0474573E57FE , 0xCD723723340B4999BFE588E00EF6C24D , 0xCD9BF68145814DC7B9CF3BB914E94C90 , 0xCE01546B955842F88205269272815F0F , 0xCE352D99984D447FAD4F2154E5CD9AEA , 0xD01AF21D436C4FAC84EA5DBC68B72520 , 0xD1D155C46C3B495E92053D153226FEE1 , 0xD1E445FF395B45AC8B6196BE1E44B1DF , 0xD2842840A6AB484D9B6947A387234FC0 , 0xD2A061874D8E422BBD178954FB6F3E54 , 0xD3244DEBB4034AABB727DE147993D08E , 0xD50978ACA1C6480094208DF4BC57ED0D , 0xD8EE1BA80ED34C29A188739AD64E6EC7 , 0xD8F0EA35D0B14BA6990F932D145BB0DC , 0xD9AB06293BE24690A4B62D8BDA9BA921 , 0xDB323E81D816405DB059A705ED83E334 , 0xDB56EEBBF76C4D77A6813BFC6E9329F8 , 0xDB73CE5E7A7B44CF81949C55DFCC8107 , 0xDB964AAE54C34E058652EBDE70B2D5E9 , 0xDC9C0ED5E0A341EE8F06EA41EC681749 , 0xDE15C230278548BC9596A6519E84E0F6 , 0xDE9FE917F4184ED5993720C714F05037 , 0xE00F22486EE146B3BD71DDEF40C2751E , 0xE081D714CF384A36B9DE47DA74ED1C8C , 0xE0B95997BBEA4187BD8529015377E912 , 0xE1870D1EDF864C978E8E6C3B84F45871 , 0xE5E3F86B854D46B7BB005833B89FE65E , 0xE65C834B68B64785A1D2DDCFEAF534C9 , 0xE75B888521964EE2AF79AC1989950536 , 0xE83DC89BA73C4670A6B6F3902F08C0F8 , 0xE9C6EAD79E0046B1905300B5B1ED7B27 , 0xEAF5A094B70D4340A0567C304AE90DF1 , 0xEB07908FD4574936B37AD8E194FE4921 , 0xEBB4AFE3E7EA44B7AE591F21585C5D7E , 0xEC1B654F9DD94E259285B729DEF8C32B , 0xECFD8E8D0A5741FAA08C0AE17495727F , 0xED64DFDA31BE436B982D4B6675DCDF0B , 0xEEFC7ED14A08419080166E3A728BE6B4 , 0xF14E769011EF44238F98716EC09259FB , 0xF1665EB4F0A3437EB57D7900BFF87535 , 0xF19BEDBA0B8841E4A2E4F3F9DB49B47B , 0xF20E35AD84BB4047B39EF12724200B19 , 0xF28C844FCCCC4618A28C799DB81DE53F , 0xF5515A3CA76C41FA8D1E793008FD4188 , 0xF5B8976DF6B641939632FAED42683BF9 , 0xFA57BFF764D0468C965508F2BE938280 , 0xFC34BCC28CBA498E99549D1EAB3D5D34 , 0xFCB4A9A58B9E4B4091F3DFFF0CE4F1F4 , 0xFD041DF5E1F246269F245730AA136D3D , 0xFDDB2E945E594F56A72813D578F1ED67 , 0xFE229DD7CB394D2FAAD2EF666F7FFCD8 );
Copy
86
0.85 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"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
87
2.06 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.appPaymentMethod.app` . `id` as `payment_method.appPaymentMethod.app.id` , `payment_method.appPaymentMethod.app` . `name` as `payment_method.appPaymentMethod.app.name` , `payment_method.appPaymentMethod.app` . `path` as `payment_method.appPaymentMethod.app.path` , `payment_method.appPaymentMethod.app` . `author` as `payment_method.appPaymentMethod.app.author` , `payment_method.appPaymentMethod.app` . `copyright` as `payment_method.appPaymentMethod.app.copyright` , `payment_method.appPaymentMethod.app` . `license` as `payment_method.appPaymentMethod.app.license` , `payment_method.appPaymentMethod.app` . `active` as `payment_method.appPaymentMethod.app.active` , `payment_method.appPaymentMethod.app` . `configurable` as `payment_method.appPaymentMethod.app.configurable` , `payment_method.appPaymentMethod.app` . `privacy` as `payment_method.appPaymentMethod.app.privacy` , `payment_method.appPaymentMethod.app` . `version` as `payment_method.appPaymentMethod.app.version` , `payment_method.appPaymentMethod.app` . `icon` as `payment_method.appPaymentMethod.app.iconRaw` , `payment_method.appPaymentMethod.app` . `app_secret` as `payment_method.appPaymentMethod.app.appSecret` , `payment_method.appPaymentMethod.app` . `modules` as `payment_method.appPaymentMethod.app.modules` , `payment_method.appPaymentMethod.app` . `main_module` as `payment_method.appPaymentMethod.app.mainModule` , `payment_method.appPaymentMethod.app` . `cookies` as `payment_method.appPaymentMethod.app.cookies` , `payment_method.appPaymentMethod.app` . `allow_disable` as `payment_method.appPaymentMethod.app.allowDisable` , `payment_method.appPaymentMethod.app` . `base_app_url` as `payment_method.appPaymentMethod.app.baseAppUrl` , `payment_method.appPaymentMethod.app` . `allowed_hosts` as `payment_method.appPaymentMethod.app.allowedHosts` , `payment_method.appPaymentMethod.app` . `template_load_priority` as `payment_method.appPaymentMethod.app.templateLoadPriority` , `payment_method.appPaymentMethod.app` . `checkout_gateway_url` as `payment_method.appPaymentMethod.app.checkoutGatewayUrl` , `payment_method.appPaymentMethod.app` . `in_app_purchases_gateway_url` as `payment_method.appPaymentMethod.app.inAppPurchasesGatewayUrl` , `payment_method.appPaymentMethod.app` . `source_type` as `payment_method.appPaymentMethod.app.sourceType` , `payment_method.appPaymentMethod.app` . `source_config` as `payment_method.appPaymentMethod.app.sourceConfig` , `payment_method.appPaymentMethod.app` . `self_managed` as `payment_method.appPaymentMethod.app.selfManaged` , `payment_method.appPaymentMethod.app` . `integration_id` as `payment_method.appPaymentMethod.app.integrationId` , `payment_method.appPaymentMethod.app.integration` . `id` as `payment_method.appPaymentMethod.app.integration.id` , `payment_method.appPaymentMethod.app.integration` . `label` as `payment_method.appPaymentMethod.app.integration.label` , `payment_method.appPaymentMethod.app.integration` . `access_key` as `payment_method.appPaymentMethod.app.integration.accessKey` , `payment_method.appPaymentMethod.app.integration` . `secret_access_key` as `payment_method.appPaymentMethod.app.integration.secretAccessKey` , `payment_method.appPaymentMethod.app.integration` . `last_usage_at` as `payment_method.appPaymentMethod.app.integration.lastUsageAt` , `payment_method.appPaymentMethod.app.integration` . `admin` as `payment_method.appPaymentMethod.app.integration.admin` , `payment_method.appPaymentMethod.app.integration` . `custom_fields` as `payment_method.appPaymentMethod.app.integration.customFields` , `payment_method.appPaymentMethod.app.integration` . `deleted_at` as `payment_method.appPaymentMethod.app.integration.deletedAt` , `payment_method.appPaymentMethod.app.integration` . `created_at` as `payment_method.appPaymentMethod.app.integration.createdAt` , `payment_method.appPaymentMethod.app.integration` . `updated_at` as `payment_method.appPaymentMethod.app.integration.updatedAt` , `payment_method.appPaymentMethod.app` . `acl_role_id` as `payment_method.appPaymentMethod.app.aclRoleId` , `payment_method.appPaymentMethod.app.aclRole` . `id` as `payment_method.appPaymentMethod.app.aclRole.id` , `payment_method.appPaymentMethod.app.aclRole` . `name` as `payment_method.appPaymentMethod.app.aclRole.name` , `payment_method.appPaymentMethod.app.aclRole` . `description` as `payment_method.appPaymentMethod.app.aclRole.description` , `payment_method.appPaymentMethod.app.aclRole` . `privileges` as `payment_method.appPaymentMethod.app.aclRole.privileges` , `payment_method.appPaymentMethod.app.aclRole` . `deleted_at` as `payment_method.appPaymentMethod.app.aclRole.deletedAt` , `payment_method.appPaymentMethod.app.aclRole` . `created_at` as `payment_method.appPaymentMethod.app.aclRole.createdAt` , `payment_method.appPaymentMethod.app.aclRole` . `updated_at` as `payment_method.appPaymentMethod.app.aclRole.updatedAt` , `payment_method.appPaymentMethod.app` . `created_at` as `payment_method.appPaymentMethod.app.createdAt` , `payment_method.appPaymentMethod.app` . `updated_at` as `payment_method.appPaymentMethod.app.updatedAt` , `payment_method.appPaymentMethod.app.translation.label` , `payment_method.appPaymentMethod.app.translation.label` as `payment_method.appPaymentMethod.app.label` , `payment_method.appPaymentMethod.app.translation.description` , `payment_method.appPaymentMethod.app.translation.description` as `payment_method.appPaymentMethod.app.description` , `payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions` , `payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions` as `payment_method.appPaymentMethod.app.privacyPolicyExtensions` , `payment_method.appPaymentMethod.app.translation.customFields` , `payment_method.appPaymentMethod.app.translation.customFields` as `payment_method.appPaymentMethod.app.customFields` , `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 `app` `payment_method.appPaymentMethod.app` ON `payment_method.appPaymentMethod` . `app_id` = `payment_method.appPaymentMethod.app` . `id` LEFT JOIN `integration` `payment_method.appPaymentMethod.app.integration` ON `payment_method.appPaymentMethod.app` . `integration_id` = `payment_method.appPaymentMethod.app.integration` . `id` LEFT JOIN `acl_role` `payment_method.appPaymentMethod.app.aclRole` ON `payment_method.appPaymentMethod.app` . `acl_role_id` = `payment_method.appPaymentMethod.app.aclRole` . `id` LEFT JOIN (SELECT `payment_method.appPaymentMethod.app.translation` . `app_id` , `payment_method.appPaymentMethod.app.translation` . `label` as `payment_method.appPaymentMethod.app.translation.label` , `payment_method.appPaymentMethod.app.translation` . `description` as `payment_method.appPaymentMethod.app.translation.description` , `payment_method.appPaymentMethod.app.translation` . `privacy_policy_extensions` as `payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions` , `payment_method.appPaymentMethod.app.translation` . `custom_fields` as `payment_method.appPaymentMethod.app.translation.customFields` FROM `app_translation` `payment_method.appPaymentMethod.app.translation` WHERE `payment_method.appPaymentMethod.app.translation` . `language_id` = ? ) `payment_method.appPaymentMethod.app.app_translation` ON `payment_method.appPaymentMethod.app.app_translation` . `app_id` = `payment_method.appPaymentMethod.app` . `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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"^Ñ8‘qN{‹I``†}ÈP "
b"\x01 æOÅe³pþûøóýK#H8 "
b"\x01 ‘ZÄ\ x5ƒ›/ÌÛÑ… "
b"\x1C '¸\r └ëMMáhúÇÙØCÊ "
b"I‗µØ\x11 EA4╝é$\x1E\x06\x1F FO "
b"•\x0F q‰ÎÒD=¿‰7 …óõ= "
b"Çü»²¡ZH\x0E ëÞHs─)H¸ "
b"/\x06 S}¥\x13 FU¦ý2»·8ž¸ "
]
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.appPaymentMethod.app` . `id` as `payment_method.appPaymentMethod.app.id` ,
`payment_method.appPaymentMethod.app` . `name` as `payment_method.appPaymentMethod.app.name` ,
`payment_method.appPaymentMethod.app` . `path` as `payment_method.appPaymentMethod.app.path` ,
`payment_method.appPaymentMethod.app` . `author` as `payment_method.appPaymentMethod.app.author` ,
`payment_method.appPaymentMethod.app` . `copyright` as `payment_method.appPaymentMethod.app.copyright` ,
`payment_method.appPaymentMethod.app` . `license` as `payment_method.appPaymentMethod.app.license` ,
`payment_method.appPaymentMethod.app` . `active` as `payment_method.appPaymentMethod.app.active` ,
`payment_method.appPaymentMethod.app` . `configurable` as `payment_method.appPaymentMethod.app.configurable` ,
`payment_method.appPaymentMethod.app` . `privacy` as `payment_method.appPaymentMethod.app.privacy` ,
`payment_method.appPaymentMethod.app` . `version` as `payment_method.appPaymentMethod.app.version` ,
`payment_method.appPaymentMethod.app` . `icon` as `payment_method.appPaymentMethod.app.iconRaw` ,
`payment_method.appPaymentMethod.app` . `app_secret` as `payment_method.appPaymentMethod.app.appSecret` ,
`payment_method.appPaymentMethod.app` . `modules` as `payment_method.appPaymentMethod.app.modules` ,
`payment_method.appPaymentMethod.app` . `main_module` as `payment_method.appPaymentMethod.app.mainModule` ,
`payment_method.appPaymentMethod.app` . `cookies` as `payment_method.appPaymentMethod.app.cookies` ,
`payment_method.appPaymentMethod.app` . `allow_disable` as `payment_method.appPaymentMethod.app.allowDisable` ,
`payment_method.appPaymentMethod.app` . `base_app_url` as `payment_method.appPaymentMethod.app.baseAppUrl` ,
`payment_method.appPaymentMethod.app` . `allowed_hosts` as `payment_method.appPaymentMethod.app.allowedHosts` ,
`payment_method.appPaymentMethod.app` . `template_load_priority` as `payment_method.appPaymentMethod.app.templateLoadPriority` ,
`payment_method.appPaymentMethod.app` . `checkout_gateway_url` as `payment_method.appPaymentMethod.app.checkoutGatewayUrl` ,
`payment_method.appPaymentMethod.app` . `in_app_purchases_gateway_url` as `payment_method.appPaymentMethod.app.inAppPurchasesGatewayUrl` ,
`payment_method.appPaymentMethod.app` . `source_type` as `payment_method.appPaymentMethod.app.sourceType` ,
`payment_method.appPaymentMethod.app` . `source_config` as `payment_method.appPaymentMethod.app.sourceConfig` ,
`payment_method.appPaymentMethod.app` . `self_managed` as `payment_method.appPaymentMethod.app.selfManaged` ,
`payment_method.appPaymentMethod.app` . `integration_id` as `payment_method.appPaymentMethod.app.integrationId` ,
`payment_method.appPaymentMethod.app.integration` . `id` as `payment_method.appPaymentMethod.app.integration.id` ,
`payment_method.appPaymentMethod.app.integration` . `label` as `payment_method.appPaymentMethod.app.integration.label` ,
`payment_method.appPaymentMethod.app.integration` . `access_key` as `payment_method.appPaymentMethod.app.integration.accessKey` ,
`payment_method.appPaymentMethod.app.integration` . `secret_access_key` as `payment_method.appPaymentMethod.app.integration.secretAccessKey` ,
`payment_method.appPaymentMethod.app.integration` . `last_usage_at` as `payment_method.appPaymentMethod.app.integration.lastUsageAt` ,
`payment_method.appPaymentMethod.app.integration` . `admin` as `payment_method.appPaymentMethod.app.integration.admin` ,
`payment_method.appPaymentMethod.app.integration` . `custom_fields` as `payment_method.appPaymentMethod.app.integration.customFields` ,
`payment_method.appPaymentMethod.app.integration` . `deleted_at` as `payment_method.appPaymentMethod.app.integration.deletedAt` ,
`payment_method.appPaymentMethod.app.integration` . `created_at` as `payment_method.appPaymentMethod.app.integration.createdAt` ,
`payment_method.appPaymentMethod.app.integration` . `updated_at` as `payment_method.appPaymentMethod.app.integration.updatedAt` ,
`payment_method.appPaymentMethod.app` . `acl_role_id` as `payment_method.appPaymentMethod.app.aclRoleId` ,
`payment_method.appPaymentMethod.app.aclRole` . `id` as `payment_method.appPaymentMethod.app.aclRole.id` ,
`payment_method.appPaymentMethod.app.aclRole` . `name` as `payment_method.appPaymentMethod.app.aclRole.name` ,
`payment_method.appPaymentMethod.app.aclRole` . `description` as `payment_method.appPaymentMethod.app.aclRole.description` ,
`payment_method.appPaymentMethod.app.aclRole` . `privileges` as `payment_method.appPaymentMethod.app.aclRole.privileges` ,
`payment_method.appPaymentMethod.app.aclRole` . `deleted_at` as `payment_method.appPaymentMethod.app.aclRole.deletedAt` ,
`payment_method.appPaymentMethod.app.aclRole` . `created_at` as `payment_method.appPaymentMethod.app.aclRole.createdAt` ,
`payment_method.appPaymentMethod.app.aclRole` . `updated_at` as `payment_method.appPaymentMethod.app.aclRole.updatedAt` ,
`payment_method.appPaymentMethod.app` . `created_at` as `payment_method.appPaymentMethod.app.createdAt` ,
`payment_method.appPaymentMethod.app` . `updated_at` as `payment_method.appPaymentMethod.app.updatedAt` ,
`payment_method.appPaymentMethod.app.translation.label` ,
`payment_method.appPaymentMethod.app.translation.label` as `payment_method.appPaymentMethod.app.label` ,
`payment_method.appPaymentMethod.app.translation.description` ,
`payment_method.appPaymentMethod.app.translation.description` as `payment_method.appPaymentMethod.app.description` ,
`payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions` ,
`payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions` as `payment_method.appPaymentMethod.app.privacyPolicyExtensions` ,
`payment_method.appPaymentMethod.app.translation.customFields` ,
`payment_method.appPaymentMethod.app.translation.customFields` as `payment_method.appPaymentMethod.app.customFields` ,
`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 `app` `payment_method.appPaymentMethod.app` ON `payment_method.appPaymentMethod` . `app_id` = `payment_method.appPaymentMethod.app` . `id`
LEFT JOIN `integration` `payment_method.appPaymentMethod.app.integration` ON `payment_method.appPaymentMethod.app` . `integration_id` = `payment_method.appPaymentMethod.app.integration` . `id`
LEFT JOIN `acl_role` `payment_method.appPaymentMethod.app.aclRole` ON `payment_method.appPaymentMethod.app` . `acl_role_id` = `payment_method.appPaymentMethod.app.aclRole` . `id`
LEFT JOIN (
SELECT
`payment_method.appPaymentMethod.app.translation` . `app_id` ,
`payment_method.appPaymentMethod.app.translation` . `label` as `payment_method.appPaymentMethod.app.translation.label` ,
`payment_method.appPaymentMethod.app.translation` . `description` as `payment_method.appPaymentMethod.app.translation.description` ,
`payment_method.appPaymentMethod.app.translation` . `privacy_policy_extensions` as `payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions` ,
`payment_method.appPaymentMethod.app.translation` . `custom_fields` as `payment_method.appPaymentMethod.app.translation.customFields`
FROM
`app_translation` `payment_method.appPaymentMethod.app.translation`
WHERE
`payment_method.appPaymentMethod.app.translation` . `language_id` = ?
) `payment_method.appPaymentMethod.app.app_translation` ON `payment_method.appPaymentMethod.app.app_translation` . `app_id` = `payment_method.appPaymentMethod.app` . `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.appPaymentMethod.app` . `id` as `payment_method.appPaymentMethod.app.id` , `payment_method.appPaymentMethod.app` . `name` as `payment_method.appPaymentMethod.app.name` , `payment_method.appPaymentMethod.app` . `path` as `payment_method.appPaymentMethod.app.path` , `payment_method.appPaymentMethod.app` . `author` as `payment_method.appPaymentMethod.app.author` , `payment_method.appPaymentMethod.app` . `copyright` as `payment_method.appPaymentMethod.app.copyright` , `payment_method.appPaymentMethod.app` . `license` as `payment_method.appPaymentMethod.app.license` , `payment_method.appPaymentMethod.app` . `active` as `payment_method.appPaymentMethod.app.active` , `payment_method.appPaymentMethod.app` . `configurable` as `payment_method.appPaymentMethod.app.configurable` , `payment_method.appPaymentMethod.app` . `privacy` as `payment_method.appPaymentMethod.app.privacy` , `payment_method.appPaymentMethod.app` . `version` as `payment_method.appPaymentMethod.app.version` , `payment_method.appPaymentMethod.app` . `icon` as `payment_method.appPaymentMethod.app.iconRaw` , `payment_method.appPaymentMethod.app` . `app_secret` as `payment_method.appPaymentMethod.app.appSecret` , `payment_method.appPaymentMethod.app` . `modules` as `payment_method.appPaymentMethod.app.modules` , `payment_method.appPaymentMethod.app` . `main_module` as `payment_method.appPaymentMethod.app.mainModule` , `payment_method.appPaymentMethod.app` . `cookies` as `payment_method.appPaymentMethod.app.cookies` , `payment_method.appPaymentMethod.app` . `allow_disable` as `payment_method.appPaymentMethod.app.allowDisable` , `payment_method.appPaymentMethod.app` . `base_app_url` as `payment_method.appPaymentMethod.app.baseAppUrl` , `payment_method.appPaymentMethod.app` . `allowed_hosts` as `payment_method.appPaymentMethod.app.allowedHosts` , `payment_method.appPaymentMethod.app` . `template_load_priority` as `payment_method.appPaymentMethod.app.templateLoadPriority` , `payment_method.appPaymentMethod.app` . `checkout_gateway_url` as `payment_method.appPaymentMethod.app.checkoutGatewayUrl` , `payment_method.appPaymentMethod.app` . `in_app_purchases_gateway_url` as `payment_method.appPaymentMethod.app.inAppPurchasesGatewayUrl` , `payment_method.appPaymentMethod.app` . `source_type` as `payment_method.appPaymentMethod.app.sourceType` , `payment_method.appPaymentMethod.app` . `source_config` as `payment_method.appPaymentMethod.app.sourceConfig` , `payment_method.appPaymentMethod.app` . `self_managed` as `payment_method.appPaymentMethod.app.selfManaged` , `payment_method.appPaymentMethod.app` . `integration_id` as `payment_method.appPaymentMethod.app.integrationId` , `payment_method.appPaymentMethod.app.integration` . `id` as `payment_method.appPaymentMethod.app.integration.id` , `payment_method.appPaymentMethod.app.integration` . `label` as `payment_method.appPaymentMethod.app.integration.label` , `payment_method.appPaymentMethod.app.integration` . `access_key` as `payment_method.appPaymentMethod.app.integration.accessKey` , `payment_method.appPaymentMethod.app.integration` . `secret_access_key` as `payment_method.appPaymentMethod.app.integration.secretAccessKey` , `payment_method.appPaymentMethod.app.integration` . `last_usage_at` as `payment_method.appPaymentMethod.app.integration.lastUsageAt` , `payment_method.appPaymentMethod.app.integration` . `admin` as `payment_method.appPaymentMethod.app.integration.admin` , `payment_method.appPaymentMethod.app.integration` . `custom_fields` as `payment_method.appPaymentMethod.app.integration.customFields` , `payment_method.appPaymentMethod.app.integration` . `deleted_at` as `payment_method.appPaymentMethod.app.integration.deletedAt` , `payment_method.appPaymentMethod.app.integration` . `created_at` as `payment_method.appPaymentMethod.app.integration.createdAt` , `payment_method.appPaymentMethod.app.integration` . `updated_at` as `payment_method.appPaymentMethod.app.integration.updatedAt` , `payment_method.appPaymentMethod.app` . `acl_role_id` as `payment_method.appPaymentMethod.app.aclRoleId` , `payment_method.appPaymentMethod.app.aclRole` . `id` as `payment_method.appPaymentMethod.app.aclRole.id` , `payment_method.appPaymentMethod.app.aclRole` . `name` as `payment_method.appPaymentMethod.app.aclRole.name` , `payment_method.appPaymentMethod.app.aclRole` . `description` as `payment_method.appPaymentMethod.app.aclRole.description` , `payment_method.appPaymentMethod.app.aclRole` . `privileges` as `payment_method.appPaymentMethod.app.aclRole.privileges` , `payment_method.appPaymentMethod.app.aclRole` . `deleted_at` as `payment_method.appPaymentMethod.app.aclRole.deletedAt` , `payment_method.appPaymentMethod.app.aclRole` . `created_at` as `payment_method.appPaymentMethod.app.aclRole.createdAt` , `payment_method.appPaymentMethod.app.aclRole` . `updated_at` as `payment_method.appPaymentMethod.app.aclRole.updatedAt` , `payment_method.appPaymentMethod.app` . `created_at` as `payment_method.appPaymentMethod.app.createdAt` , `payment_method.appPaymentMethod.app` . `updated_at` as `payment_method.appPaymentMethod.app.updatedAt` , `payment_method.appPaymentMethod.app.translation.label` , `payment_method.appPaymentMethod.app.translation.label` as `payment_method.appPaymentMethod.app.label` , `payment_method.appPaymentMethod.app.translation.description` , `payment_method.appPaymentMethod.app.translation.description` as `payment_method.appPaymentMethod.app.description` , `payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions` , `payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions` as `payment_method.appPaymentMethod.app.privacyPolicyExtensions` , `payment_method.appPaymentMethod.app.translation.customFields` , `payment_method.appPaymentMethod.app.translation.customFields` as `payment_method.appPaymentMethod.app.customFields` , `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN `app` `payment_method.appPaymentMethod.app` ON `payment_method.appPaymentMethod` . `app_id` = `payment_method.appPaymentMethod.app` . `id` LEFT JOIN `integration` `payment_method.appPaymentMethod.app.integration` ON `payment_method.appPaymentMethod.app` . `integration_id` = `payment_method.appPaymentMethod.app.integration` . `id` LEFT JOIN `acl_role` `payment_method.appPaymentMethod.app.aclRole` ON `payment_method.appPaymentMethod.app` . `acl_role_id` = `payment_method.appPaymentMethod.app.aclRole` . `id` LEFT JOIN (SELECT `payment_method.appPaymentMethod.app.translation` . `app_id` , `payment_method.appPaymentMethod.app.translation` . `label` as `payment_method.appPaymentMethod.app.translation.label` , `payment_method.appPaymentMethod.app.translation` . `description` as `payment_method.appPaymentMethod.app.translation.description` , `payment_method.appPaymentMethod.app.translation` . `privacy_policy_extensions` as `payment_method.appPaymentMethod.app.translation.privacyPolicyExtensions` , `payment_method.appPaymentMethod.app.translation` . `custom_fields` as `payment_method.appPaymentMethod.app.translation.customFields` FROM `app_translation` `payment_method.appPaymentMethod.app.translation` WHERE `payment_method.appPaymentMethod.app.translation` . `language_id` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `payment_method.appPaymentMethod.app.app_translation` ON `payment_method.appPaymentMethod.app.app_translation` . `app_id` = `payment_method.appPaymentMethod.app` . `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x5EC3913891714E7B8B496060867DC850 , 0x01914F8F65FC70E7969BA2EC4B234838 , 0x01915AC45C207835AD839B2FCCDBD185 , 0x1C27F70DC0894D4DA068A380EB9D43D2 , 0x49F2E69D11454134BC82241E061F464F , 0x950F7189CED2443DBF8937A085F3F53D , 0x8081AFFDAD5A480E89E84873C42948F7 , 0x2F06537DA5134655A6FD32BBB7389EB8 );
Copy
88
0.65 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"\x0F Îe³¿<JE»AVó“Ô5õ "
"UnzerPayment6.settings.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) AND (configuration_key LIKE 'UnzerPayment6.settings.%' ) ORDER BY sales_channel_id ASC ;
Copy
89
0.72 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
true
b"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
90
1.49 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.appShippingMethod.app` . `id` as `shipping_method.appShippingMethod.app.id` , `shipping_method.appShippingMethod.app` . `name` as `shipping_method.appShippingMethod.app.name` , `shipping_method.appShippingMethod.app` . `path` as `shipping_method.appShippingMethod.app.path` , `shipping_method.appShippingMethod.app` . `author` as `shipping_method.appShippingMethod.app.author` , `shipping_method.appShippingMethod.app` . `copyright` as `shipping_method.appShippingMethod.app.copyright` , `shipping_method.appShippingMethod.app` . `license` as `shipping_method.appShippingMethod.app.license` , `shipping_method.appShippingMethod.app` . `active` as `shipping_method.appShippingMethod.app.active` , `shipping_method.appShippingMethod.app` . `configurable` as `shipping_method.appShippingMethod.app.configurable` , `shipping_method.appShippingMethod.app` . `privacy` as `shipping_method.appShippingMethod.app.privacy` , `shipping_method.appShippingMethod.app` . `version` as `shipping_method.appShippingMethod.app.version` , `shipping_method.appShippingMethod.app` . `icon` as `shipping_method.appShippingMethod.app.iconRaw` , `shipping_method.appShippingMethod.app` . `app_secret` as `shipping_method.appShippingMethod.app.appSecret` , `shipping_method.appShippingMethod.app` . `modules` as `shipping_method.appShippingMethod.app.modules` , `shipping_method.appShippingMethod.app` . `main_module` as `shipping_method.appShippingMethod.app.mainModule` , `shipping_method.appShippingMethod.app` . `cookies` as `shipping_method.appShippingMethod.app.cookies` , `shipping_method.appShippingMethod.app` . `allow_disable` as `shipping_method.appShippingMethod.app.allowDisable` , `shipping_method.appShippingMethod.app` . `base_app_url` as `shipping_method.appShippingMethod.app.baseAppUrl` , `shipping_method.appShippingMethod.app` . `allowed_hosts` as `shipping_method.appShippingMethod.app.allowedHosts` , `shipping_method.appShippingMethod.app` . `template_load_priority` as `shipping_method.appShippingMethod.app.templateLoadPriority` , `shipping_method.appShippingMethod.app` . `checkout_gateway_url` as `shipping_method.appShippingMethod.app.checkoutGatewayUrl` , `shipping_method.appShippingMethod.app` . `in_app_purchases_gateway_url` as `shipping_method.appShippingMethod.app.inAppPurchasesGatewayUrl` , `shipping_method.appShippingMethod.app` . `source_type` as `shipping_method.appShippingMethod.app.sourceType` , `shipping_method.appShippingMethod.app` . `source_config` as `shipping_method.appShippingMethod.app.sourceConfig` , `shipping_method.appShippingMethod.app` . `self_managed` as `shipping_method.appShippingMethod.app.selfManaged` , `shipping_method.appShippingMethod.app` . `integration_id` as `shipping_method.appShippingMethod.app.integrationId` , `shipping_method.appShippingMethod.app.integration` . `id` as `shipping_method.appShippingMethod.app.integration.id` , `shipping_method.appShippingMethod.app.integration` . `label` as `shipping_method.appShippingMethod.app.integration.label` , `shipping_method.appShippingMethod.app.integration` . `access_key` as `shipping_method.appShippingMethod.app.integration.accessKey` , `shipping_method.appShippingMethod.app.integration` . `secret_access_key` as `shipping_method.appShippingMethod.app.integration.secretAccessKey` , `shipping_method.appShippingMethod.app.integration` . `last_usage_at` as `shipping_method.appShippingMethod.app.integration.lastUsageAt` , `shipping_method.appShippingMethod.app.integration` . `admin` as `shipping_method.appShippingMethod.app.integration.admin` , `shipping_method.appShippingMethod.app.integration` . `custom_fields` as `shipping_method.appShippingMethod.app.integration.customFields` , `shipping_method.appShippingMethod.app.integration` . `deleted_at` as `shipping_method.appShippingMethod.app.integration.deletedAt` , `shipping_method.appShippingMethod.app.integration` . `created_at` as `shipping_method.appShippingMethod.app.integration.createdAt` , `shipping_method.appShippingMethod.app.integration` . `updated_at` as `shipping_method.appShippingMethod.app.integration.updatedAt` , `shipping_method.appShippingMethod.app` . `acl_role_id` as `shipping_method.appShippingMethod.app.aclRoleId` , `shipping_method.appShippingMethod.app.aclRole` . `id` as `shipping_method.appShippingMethod.app.aclRole.id` , `shipping_method.appShippingMethod.app.aclRole` . `name` as `shipping_method.appShippingMethod.app.aclRole.name` , `shipping_method.appShippingMethod.app.aclRole` . `description` as `shipping_method.appShippingMethod.app.aclRole.description` , `shipping_method.appShippingMethod.app.aclRole` . `privileges` as `shipping_method.appShippingMethod.app.aclRole.privileges` , `shipping_method.appShippingMethod.app.aclRole` . `deleted_at` as `shipping_method.appShippingMethod.app.aclRole.deletedAt` , `shipping_method.appShippingMethod.app.aclRole` . `created_at` as `shipping_method.appShippingMethod.app.aclRole.createdAt` , `shipping_method.appShippingMethod.app.aclRole` . `updated_at` as `shipping_method.appShippingMethod.app.aclRole.updatedAt` , `shipping_method.appShippingMethod.app` . `created_at` as `shipping_method.appShippingMethod.app.createdAt` , `shipping_method.appShippingMethod.app` . `updated_at` as `shipping_method.appShippingMethod.app.updatedAt` , `shipping_method.appShippingMethod.app.translation.label` , `shipping_method.appShippingMethod.app.translation.label` as `shipping_method.appShippingMethod.app.label` , `shipping_method.appShippingMethod.app.translation.description` , `shipping_method.appShippingMethod.app.translation.description` as `shipping_method.appShippingMethod.app.description` , `shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions` , `shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions` as `shipping_method.appShippingMethod.app.privacyPolicyExtensions` , `shipping_method.appShippingMethod.app.translation.customFields` , `shipping_method.appShippingMethod.app.translation.customFields` as `shipping_method.appShippingMethod.app.customFields` , `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 `app` `shipping_method.appShippingMethod.app` ON `shipping_method.appShippingMethod` . `app_id` = `shipping_method.appShippingMethod.app` . `id` LEFT JOIN `integration` `shipping_method.appShippingMethod.app.integration` ON `shipping_method.appShippingMethod.app` . `integration_id` = `shipping_method.appShippingMethod.app.integration` . `id` LEFT JOIN `acl_role` `shipping_method.appShippingMethod.app.aclRole` ON `shipping_method.appShippingMethod.app` . `acl_role_id` = `shipping_method.appShippingMethod.app.aclRole` . `id` LEFT JOIN (SELECT `shipping_method.appShippingMethod.app.translation` . `app_id` , `shipping_method.appShippingMethod.app.translation` . `label` as `shipping_method.appShippingMethod.app.translation.label` , `shipping_method.appShippingMethod.app.translation` . `description` as `shipping_method.appShippingMethod.app.translation.description` , `shipping_method.appShippingMethod.app.translation` . `privacy_policy_extensions` as `shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions` , `shipping_method.appShippingMethod.app.translation` . `custom_fields` as `shipping_method.appShippingMethod.app.translation.customFields` FROM `app_translation` `shipping_method.appShippingMethod.app.translation` WHERE `shipping_method.appShippingMethod.app.translation` . `language_id` = ? ) `shipping_method.appShippingMethod.app.app_translation` ON `shipping_method.appShippingMethod.app.app_translation` . `app_id` = `shipping_method.appShippingMethod.app` . `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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x11 └■ø×IJÅöõ\x1C £±5Y\x10 "
b"AÈs\x00 ²áKù·98(&ÊU) "
]
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.appShippingMethod.app` . `id` as `shipping_method.appShippingMethod.app.id` ,
`shipping_method.appShippingMethod.app` . `name` as `shipping_method.appShippingMethod.app.name` ,
`shipping_method.appShippingMethod.app` . `path` as `shipping_method.appShippingMethod.app.path` ,
`shipping_method.appShippingMethod.app` . `author` as `shipping_method.appShippingMethod.app.author` ,
`shipping_method.appShippingMethod.app` . `copyright` as `shipping_method.appShippingMethod.app.copyright` ,
`shipping_method.appShippingMethod.app` . `license` as `shipping_method.appShippingMethod.app.license` ,
`shipping_method.appShippingMethod.app` . `active` as `shipping_method.appShippingMethod.app.active` ,
`shipping_method.appShippingMethod.app` . `configurable` as `shipping_method.appShippingMethod.app.configurable` ,
`shipping_method.appShippingMethod.app` . `privacy` as `shipping_method.appShippingMethod.app.privacy` ,
`shipping_method.appShippingMethod.app` . `version` as `shipping_method.appShippingMethod.app.version` ,
`shipping_method.appShippingMethod.app` . `icon` as `shipping_method.appShippingMethod.app.iconRaw` ,
`shipping_method.appShippingMethod.app` . `app_secret` as `shipping_method.appShippingMethod.app.appSecret` ,
`shipping_method.appShippingMethod.app` . `modules` as `shipping_method.appShippingMethod.app.modules` ,
`shipping_method.appShippingMethod.app` . `main_module` as `shipping_method.appShippingMethod.app.mainModule` ,
`shipping_method.appShippingMethod.app` . `cookies` as `shipping_method.appShippingMethod.app.cookies` ,
`shipping_method.appShippingMethod.app` . `allow_disable` as `shipping_method.appShippingMethod.app.allowDisable` ,
`shipping_method.appShippingMethod.app` . `base_app_url` as `shipping_method.appShippingMethod.app.baseAppUrl` ,
`shipping_method.appShippingMethod.app` . `allowed_hosts` as `shipping_method.appShippingMethod.app.allowedHosts` ,
`shipping_method.appShippingMethod.app` . `template_load_priority` as `shipping_method.appShippingMethod.app.templateLoadPriority` ,
`shipping_method.appShippingMethod.app` . `checkout_gateway_url` as `shipping_method.appShippingMethod.app.checkoutGatewayUrl` ,
`shipping_method.appShippingMethod.app` . `in_app_purchases_gateway_url` as `shipping_method.appShippingMethod.app.inAppPurchasesGatewayUrl` ,
`shipping_method.appShippingMethod.app` . `source_type` as `shipping_method.appShippingMethod.app.sourceType` ,
`shipping_method.appShippingMethod.app` . `source_config` as `shipping_method.appShippingMethod.app.sourceConfig` ,
`shipping_method.appShippingMethod.app` . `self_managed` as `shipping_method.appShippingMethod.app.selfManaged` ,
`shipping_method.appShippingMethod.app` . `integration_id` as `shipping_method.appShippingMethod.app.integrationId` ,
`shipping_method.appShippingMethod.app.integration` . `id` as `shipping_method.appShippingMethod.app.integration.id` ,
`shipping_method.appShippingMethod.app.integration` . `label` as `shipping_method.appShippingMethod.app.integration.label` ,
`shipping_method.appShippingMethod.app.integration` . `access_key` as `shipping_method.appShippingMethod.app.integration.accessKey` ,
`shipping_method.appShippingMethod.app.integration` . `secret_access_key` as `shipping_method.appShippingMethod.app.integration.secretAccessKey` ,
`shipping_method.appShippingMethod.app.integration` . `last_usage_at` as `shipping_method.appShippingMethod.app.integration.lastUsageAt` ,
`shipping_method.appShippingMethod.app.integration` . `admin` as `shipping_method.appShippingMethod.app.integration.admin` ,
`shipping_method.appShippingMethod.app.integration` . `custom_fields` as `shipping_method.appShippingMethod.app.integration.customFields` ,
`shipping_method.appShippingMethod.app.integration` . `deleted_at` as `shipping_method.appShippingMethod.app.integration.deletedAt` ,
`shipping_method.appShippingMethod.app.integration` . `created_at` as `shipping_method.appShippingMethod.app.integration.createdAt` ,
`shipping_method.appShippingMethod.app.integration` . `updated_at` as `shipping_method.appShippingMethod.app.integration.updatedAt` ,
`shipping_method.appShippingMethod.app` . `acl_role_id` as `shipping_method.appShippingMethod.app.aclRoleId` ,
`shipping_method.appShippingMethod.app.aclRole` . `id` as `shipping_method.appShippingMethod.app.aclRole.id` ,
`shipping_method.appShippingMethod.app.aclRole` . `name` as `shipping_method.appShippingMethod.app.aclRole.name` ,
`shipping_method.appShippingMethod.app.aclRole` . `description` as `shipping_method.appShippingMethod.app.aclRole.description` ,
`shipping_method.appShippingMethod.app.aclRole` . `privileges` as `shipping_method.appShippingMethod.app.aclRole.privileges` ,
`shipping_method.appShippingMethod.app.aclRole` . `deleted_at` as `shipping_method.appShippingMethod.app.aclRole.deletedAt` ,
`shipping_method.appShippingMethod.app.aclRole` . `created_at` as `shipping_method.appShippingMethod.app.aclRole.createdAt` ,
`shipping_method.appShippingMethod.app.aclRole` . `updated_at` as `shipping_method.appShippingMethod.app.aclRole.updatedAt` ,
`shipping_method.appShippingMethod.app` . `created_at` as `shipping_method.appShippingMethod.app.createdAt` ,
`shipping_method.appShippingMethod.app` . `updated_at` as `shipping_method.appShippingMethod.app.updatedAt` ,
`shipping_method.appShippingMethod.app.translation.label` ,
`shipping_method.appShippingMethod.app.translation.label` as `shipping_method.appShippingMethod.app.label` ,
`shipping_method.appShippingMethod.app.translation.description` ,
`shipping_method.appShippingMethod.app.translation.description` as `shipping_method.appShippingMethod.app.description` ,
`shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions` ,
`shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions` as `shipping_method.appShippingMethod.app.privacyPolicyExtensions` ,
`shipping_method.appShippingMethod.app.translation.customFields` ,
`shipping_method.appShippingMethod.app.translation.customFields` as `shipping_method.appShippingMethod.app.customFields` ,
`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 `app` `shipping_method.appShippingMethod.app` ON `shipping_method.appShippingMethod` . `app_id` = `shipping_method.appShippingMethod.app` . `id`
LEFT JOIN `integration` `shipping_method.appShippingMethod.app.integration` ON `shipping_method.appShippingMethod.app` . `integration_id` = `shipping_method.appShippingMethod.app.integration` . `id`
LEFT JOIN `acl_role` `shipping_method.appShippingMethod.app.aclRole` ON `shipping_method.appShippingMethod.app` . `acl_role_id` = `shipping_method.appShippingMethod.app.aclRole` . `id`
LEFT JOIN (
SELECT
`shipping_method.appShippingMethod.app.translation` . `app_id` ,
`shipping_method.appShippingMethod.app.translation` . `label` as `shipping_method.appShippingMethod.app.translation.label` ,
`shipping_method.appShippingMethod.app.translation` . `description` as `shipping_method.appShippingMethod.app.translation.description` ,
`shipping_method.appShippingMethod.app.translation` . `privacy_policy_extensions` as `shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions` ,
`shipping_method.appShippingMethod.app.translation` . `custom_fields` as `shipping_method.appShippingMethod.app.translation.customFields`
FROM
`app_translation` `shipping_method.appShippingMethod.app.translation`
WHERE
`shipping_method.appShippingMethod.app.translation` . `language_id` = ?
) `shipping_method.appShippingMethod.app.app_translation` ON `shipping_method.appShippingMethod.app.app_translation` . `app_id` = `shipping_method.appShippingMethod.app` . `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.appShippingMethod.app` . `id` as `shipping_method.appShippingMethod.app.id` , `shipping_method.appShippingMethod.app` . `name` as `shipping_method.appShippingMethod.app.name` , `shipping_method.appShippingMethod.app` . `path` as `shipping_method.appShippingMethod.app.path` , `shipping_method.appShippingMethod.app` . `author` as `shipping_method.appShippingMethod.app.author` , `shipping_method.appShippingMethod.app` . `copyright` as `shipping_method.appShippingMethod.app.copyright` , `shipping_method.appShippingMethod.app` . `license` as `shipping_method.appShippingMethod.app.license` , `shipping_method.appShippingMethod.app` . `active` as `shipping_method.appShippingMethod.app.active` , `shipping_method.appShippingMethod.app` . `configurable` as `shipping_method.appShippingMethod.app.configurable` , `shipping_method.appShippingMethod.app` . `privacy` as `shipping_method.appShippingMethod.app.privacy` , `shipping_method.appShippingMethod.app` . `version` as `shipping_method.appShippingMethod.app.version` , `shipping_method.appShippingMethod.app` . `icon` as `shipping_method.appShippingMethod.app.iconRaw` , `shipping_method.appShippingMethod.app` . `app_secret` as `shipping_method.appShippingMethod.app.appSecret` , `shipping_method.appShippingMethod.app` . `modules` as `shipping_method.appShippingMethod.app.modules` , `shipping_method.appShippingMethod.app` . `main_module` as `shipping_method.appShippingMethod.app.mainModule` , `shipping_method.appShippingMethod.app` . `cookies` as `shipping_method.appShippingMethod.app.cookies` , `shipping_method.appShippingMethod.app` . `allow_disable` as `shipping_method.appShippingMethod.app.allowDisable` , `shipping_method.appShippingMethod.app` . `base_app_url` as `shipping_method.appShippingMethod.app.baseAppUrl` , `shipping_method.appShippingMethod.app` . `allowed_hosts` as `shipping_method.appShippingMethod.app.allowedHosts` , `shipping_method.appShippingMethod.app` . `template_load_priority` as `shipping_method.appShippingMethod.app.templateLoadPriority` , `shipping_method.appShippingMethod.app` . `checkout_gateway_url` as `shipping_method.appShippingMethod.app.checkoutGatewayUrl` , `shipping_method.appShippingMethod.app` . `in_app_purchases_gateway_url` as `shipping_method.appShippingMethod.app.inAppPurchasesGatewayUrl` , `shipping_method.appShippingMethod.app` . `source_type` as `shipping_method.appShippingMethod.app.sourceType` , `shipping_method.appShippingMethod.app` . `source_config` as `shipping_method.appShippingMethod.app.sourceConfig` , `shipping_method.appShippingMethod.app` . `self_managed` as `shipping_method.appShippingMethod.app.selfManaged` , `shipping_method.appShippingMethod.app` . `integration_id` as `shipping_method.appShippingMethod.app.integrationId` , `shipping_method.appShippingMethod.app.integration` . `id` as `shipping_method.appShippingMethod.app.integration.id` , `shipping_method.appShippingMethod.app.integration` . `label` as `shipping_method.appShippingMethod.app.integration.label` , `shipping_method.appShippingMethod.app.integration` . `access_key` as `shipping_method.appShippingMethod.app.integration.accessKey` , `shipping_method.appShippingMethod.app.integration` . `secret_access_key` as `shipping_method.appShippingMethod.app.integration.secretAccessKey` , `shipping_method.appShippingMethod.app.integration` . `last_usage_at` as `shipping_method.appShippingMethod.app.integration.lastUsageAt` , `shipping_method.appShippingMethod.app.integration` . `admin` as `shipping_method.appShippingMethod.app.integration.admin` , `shipping_method.appShippingMethod.app.integration` . `custom_fields` as `shipping_method.appShippingMethod.app.integration.customFields` , `shipping_method.appShippingMethod.app.integration` . `deleted_at` as `shipping_method.appShippingMethod.app.integration.deletedAt` , `shipping_method.appShippingMethod.app.integration` . `created_at` as `shipping_method.appShippingMethod.app.integration.createdAt` , `shipping_method.appShippingMethod.app.integration` . `updated_at` as `shipping_method.appShippingMethod.app.integration.updatedAt` , `shipping_method.appShippingMethod.app` . `acl_role_id` as `shipping_method.appShippingMethod.app.aclRoleId` , `shipping_method.appShippingMethod.app.aclRole` . `id` as `shipping_method.appShippingMethod.app.aclRole.id` , `shipping_method.appShippingMethod.app.aclRole` . `name` as `shipping_method.appShippingMethod.app.aclRole.name` , `shipping_method.appShippingMethod.app.aclRole` . `description` as `shipping_method.appShippingMethod.app.aclRole.description` , `shipping_method.appShippingMethod.app.aclRole` . `privileges` as `shipping_method.appShippingMethod.app.aclRole.privileges` , `shipping_method.appShippingMethod.app.aclRole` . `deleted_at` as `shipping_method.appShippingMethod.app.aclRole.deletedAt` , `shipping_method.appShippingMethod.app.aclRole` . `created_at` as `shipping_method.appShippingMethod.app.aclRole.createdAt` , `shipping_method.appShippingMethod.app.aclRole` . `updated_at` as `shipping_method.appShippingMethod.app.aclRole.updatedAt` , `shipping_method.appShippingMethod.app` . `created_at` as `shipping_method.appShippingMethod.app.createdAt` , `shipping_method.appShippingMethod.app` . `updated_at` as `shipping_method.appShippingMethod.app.updatedAt` , `shipping_method.appShippingMethod.app.translation.label` , `shipping_method.appShippingMethod.app.translation.label` as `shipping_method.appShippingMethod.app.label` , `shipping_method.appShippingMethod.app.translation.description` , `shipping_method.appShippingMethod.app.translation.description` as `shipping_method.appShippingMethod.app.description` , `shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions` , `shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions` as `shipping_method.appShippingMethod.app.privacyPolicyExtensions` , `shipping_method.appShippingMethod.app.translation.customFields` , `shipping_method.appShippingMethod.app.translation.customFields` as `shipping_method.appShippingMethod.app.customFields` , `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app` `shipping_method.appShippingMethod.app` ON `shipping_method.appShippingMethod` . `app_id` = `shipping_method.appShippingMethod.app` . `id` LEFT JOIN `integration` `shipping_method.appShippingMethod.app.integration` ON `shipping_method.appShippingMethod.app` . `integration_id` = `shipping_method.appShippingMethod.app.integration` . `id` LEFT JOIN `acl_role` `shipping_method.appShippingMethod.app.aclRole` ON `shipping_method.appShippingMethod.app` . `acl_role_id` = `shipping_method.appShippingMethod.app.aclRole` . `id` LEFT JOIN (SELECT `shipping_method.appShippingMethod.app.translation` . `app_id` , `shipping_method.appShippingMethod.app.translation` . `label` as `shipping_method.appShippingMethod.app.translation.label` , `shipping_method.appShippingMethod.app.translation` . `description` as `shipping_method.appShippingMethod.app.translation.description` , `shipping_method.appShippingMethod.app.translation` . `privacy_policy_extensions` as `shipping_method.appShippingMethod.app.translation.privacyPolicyExtensions` , `shipping_method.appShippingMethod.app.translation` . `custom_fields` as `shipping_method.appShippingMethod.app.translation.customFields` FROM `app_translation` `shipping_method.appShippingMethod.app.translation` WHERE `shipping_method.appShippingMethod.app.translation` . `language_id` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `shipping_method.appShippingMethod.app.app_translation` ON `shipping_method.appShippingMethod.app.app_translation` . `app_id` = `shipping_method.appShippingMethod.app` . `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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x11C0FE9B9E494A8F94E41C9CF1355910 , 0x41C87300B2E14BF9B739382826CA5529 );
Copy
91
0.64 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` . `active` = ? AND NOT (`app` . `checkout_gateway_url` < = > ? ))
Parameters :
[
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
true
null
]
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` . `active` = ?
AND NOT (
`app` . `checkout_gateway_url` < = > ?
)
)
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `active` = 1 AND NOT (`app` . `checkout_gateway_url` < = > NULL ));
Copy
92
0.52 ms
SELECT *
FROM shipping_method_price
WHERE HEX (shipping_method_id ) = ?
AND calculation = ?
ORDER BY quantity_start ASC
Parameters :
[
"11c0fe9b9e494a8f94e41c9cf1355910 "
2
]
SELECT *
FROM shipping_method_price
WHERE HEX (shipping_method_id ) = '11c0fe9b9e494a8f94e41c9cf1355910'
AND calculation = 2
ORDER BY quantity_start ASC
;
Copy
93
56.72 ms
SELECT `promotion` . `id` as `promotion.id` , `promotion` . `active` as `promotion.active` , `promotion` . `valid_from` as `promotion.validFrom` , `promotion` . `valid_until` as `promotion.validUntil` , `promotion` . `max_redemptions_global` as `promotion.maxRedemptionsGlobal` , `promotion` . `max_redemptions_per_customer` as `promotion.maxRedemptionsPerCustomer` , `promotion` . `priority` as `promotion.priority` , `promotion` . `exclusive` as `promotion.exclusive` , `promotion` . `code` as `promotion.code` , `promotion` . `use_codes` as `promotion.useCodes` , `promotion` . `use_individual_codes` as `promotion.useIndividualCodes` , `promotion` . `individual_code_pattern` as `promotion.individualCodePattern` , `promotion` . `use_setgroups` as `promotion.useSetGroups` , `promotion` . `customer_restriction` as `promotion.customerRestriction` , `promotion` . `prevent_combination` as `promotion.preventCombination` , `promotion` . `order_count` as `promotion.orderCount` , `promotion` . `orders_per_customer_count` as `promotion.ordersPerCustomerCount` , `promotion` . `exclusion_ids` as `promotion.exclusionIds` , `promotion` . `created_at` as `promotion.createdAt` , `promotion` . `updated_at` as `promotion.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion.personaRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_persona_rule` `promotion.personaRules.mapping`
WHERE `promotion.personaRules.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.personaRules.id_mapping` , (SELECT GROUP_CONCAT (HEX (`promotion.cartRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_cart_rule` `promotion.cartRules.mapping`
WHERE `promotion.cartRules.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.cartRules.id_mapping` , `promotion.translation.name` , `promotion.translation.name` as `promotion.name` , `promotion.translation.customFields` , `promotion.translation.customFields` as `promotion.customFields` FROM `promotion` LEFT JOIN (SELECT `promotion.translation` . `promotion_id` , `promotion.translation` . `name` as `promotion.translation.name` , `promotion.translation` . `custom_fields` as `promotion.translation.customFields` FROM `promotion_translation` `promotion.translation` WHERE `promotion.translation` . `language_id` = ? ) `promotion.promotion_translation` ON `promotion.promotion_translation` . `promotion_id` = `promotion` . `id` WHERE ((`promotion` . `active` = ? AND (`promotion` . `valid_from` < = > ? OR (`promotion` . `valid_from` < = ? ))) AND (`promotion` . `valid_until` < = > ? OR (`promotion` . `valid_until` > = ? )))
Parameters :
[
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
true
null
"2025-06-23 02:45:11 "
null
"2025-06-23 02:45:11 "
]
SELECT `promotion` . `id` as `promotion.id` , `promotion` . `active` as `promotion.active` , `promotion` . `valid_from` as `promotion.validFrom` , `promotion` . `valid_until` as `promotion.validUntil` , `promotion` . `max_redemptions_global` as `promotion.maxRedemptionsGlobal` , `promotion` . `max_redemptions_per_customer` as `promotion.maxRedemptionsPerCustomer` , `promotion` . `priority` as `promotion.priority` , `promotion` . `exclusive` as `promotion.exclusive` , `promotion` . `code` as `promotion.code` , `promotion` . `use_codes` as `promotion.useCodes` , `promotion` . `use_individual_codes` as `promotion.useIndividualCodes` , `promotion` . `individual_code_pattern` as `promotion.individualCodePattern` , `promotion` . `use_setgroups` as `promotion.useSetGroups` , `promotion` . `customer_restriction` as `promotion.customerRestriction` , `promotion` . `prevent_combination` as `promotion.preventCombination` , `promotion` . `order_count` as `promotion.orderCount` , `promotion` . `orders_per_customer_count` as `promotion.ordersPerCustomerCount` , `promotion` . `exclusion_ids` as `promotion.exclusionIds` , `promotion` . `created_at` as `promotion.createdAt` , `promotion` . `updated_at` as `promotion.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion.personaRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_persona_rule` `promotion.personaRules.mapping`
WHERE `promotion.personaRules.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.personaRules.id_mapping` , (SELECT GROUP_CONCAT (HEX (`promotion.cartRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_cart_rule` `promotion.cartRules.mapping`
WHERE `promotion.cartRules.mapping` . `promotion_id` = `promotion` . `id` ) as `promotion.cartRules.id_mapping` , `promotion.translation.name` , `promotion.translation.name` as `promotion.name` , `promotion.translation.customFields` , `promotion.translation.customFields` as `promotion.customFields` FROM `promotion` LEFT JOIN (SELECT `promotion.translation` . `promotion_id` , `promotion.translation` . `name` as `promotion.translation.name` , `promotion.translation` . `custom_fields` as `promotion.translation.customFields` FROM `promotion_translation` `promotion.translation` WHERE `promotion.translation` . `language_id` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `promotion.promotion_translation` ON `promotion.promotion_translation` . `promotion_id` = `promotion` . `id` WHERE ((`promotion` . `active` = 1 AND (`promotion` . `valid_from` < = > NULL OR (`promotion` . `valid_from` < = '2025-06-23 02:45:11' ))) AND (`promotion` . `valid_until` < = > NULL OR (`promotion` . `valid_until` > = '2025-06-23 02:45:11' )));
Copy
94
7.12 ms
SELECT `promotion_setgroup` . `id` as `promotion_setgroup.id` , `promotion_setgroup` . `promotion_id` as `promotion_setgroup.promotionId` , `promotion_setgroup` . `packager_key` as `promotion_setgroup.packagerKey` , `promotion_setgroup` . `sorter_key` as `promotion_setgroup.sorterKey` , `promotion_setgroup` . `value` as `promotion_setgroup.value` , `promotion_setgroup` . `created_at` as `promotion_setgroup.createdAt` , `promotion_setgroup` . `updated_at` as `promotion_setgroup.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion_setgroup.setGroupRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_setgroup_rule` `promotion_setgroup.setGroupRules.mapping`
WHERE `promotion_setgroup.setGroupRules.mapping` . `setgroup_id` = `promotion_setgroup` . `id` ) as `promotion_setgroup.setGroupRules.id_mapping` FROM `promotion_setgroup` WHERE (`promotion_setgroup` . `promotion_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"\x01 •[Yïævý”Eï_\r #Ui "
b"\x01 òkÖ`üp¨╣Çó\r ÷Sºs "
b"\x01 •k™`§qTœ(àq°\r \v Ÿ "
b"\x01 òkÖ`ÁrÂü+h?h7\x12 └ "
b"\x01 •k™`Áp޼ñú±µæü² "
b"\x01 •k™`Ìq§¡LÇñ¦Æžk "
b"\x01 •k™`Õq9ªcËð}'‡Ú "
b"\x01 •k™`ápV‹Å©‚¤Î€á "
b"\x01 òkÖ`Ùr┼ì▀WËã^)º "
b"\x01 òkÖ`°q1Ádþò\x04 ╗░Å "
b"\x01 •k™a\x04 s¥³ãß\x15 ,ÿåL "
b"\x01 •k™a\x11 q“ ÂðúT˜ëj "
b"\x01 •k™a\x1E q\x13 ±Â`X].QR "
b"\x01 •k™a+s›°¢'€‹O`° "
b"\x01 •k™a6q>–cc¬\x07 ŸžZ "
b"\x01 òkÖaArìàÒJ±▄S╠? "
b"\x01 •k™aNp\x11 ®#+þÕHv× "
b"\x01 •k™aYqÕª\x15 ¯0`êðŒ "
b"\x01 •k™afrÙ›s@ê¸áêœ "
b"""
\x01 •k™apqσ)k\x19 J\n
rƒ
"""
b"\x01 •k™a{rp·J~ñóü\x01 | "
b"\x01 òkÖaåq░Üöª░ÍØä+ "
b"\x01 •k™a”rG†¸70ókïƒ "
b"\x01 •k™a¡sÞ„\v ’8A#ëÛ "
b"\x01 •k™a®q¼»ˆŒÝžlÔ "
b"\x01 •k™aºr‡°ÑóŸâÂ`ÿ "
b"\x01 •k™aÉq:¶BµB~#¬\x1F "
b"\x01 òkÖaÍs\x10 áì\x05 zqÈHª "
b"\x01 •k™aár\x01 °;I?Tî€õ "
b"\x01 •k™aïpß—¶r¢“í˜ô "
b"\x01 òkÖa põü¥rÏèÐñË "
b"\x01 •k™b\f p›¦\e ð‰–ð\x14 9 "
b"\x01 •k™b\x19 r…»!s³{+\x10 ¦ "
b"\x01 •k™b&q\v ·µ$ª¤\f ŒC "
b"\x01 òkÖb2sfºxí\x03\x18 .ü6 "
b"""
\x01 •k™b?rÈŒv‘Ý\n
iXt
"""
b"\x01 òkÖbKqM╗źÐÑå|ë "
b"\x01 •k™bUq\x04 ¡Óf°ô¦œ] "
b"\x01 •k™b_pJ©‰&\v x\r –: "
b"\x01 •k™bksî²ò¬ƒäáE¯ "
b"\x01 •k™bxp(‰_T1\x1E WÉ8 "
b"\x01 •k™bƒså¶*†\x02 ›^ó] "
b"\x01 òkÖbÅqÑÄ\x1C ~┐øò\x16 ┴ "
b"\x01 òkÖb£pKü³\t\f °úy, "
b"\x01 •k™b¬qc†àx–·\x10 ‹’ "
b"""
\x01 •k™bºpd¿\x1E =Ûø}\n
S
"""
b"\x01 •k™bÆp´™Vhn>uïÎ "
b"\x01 •k™bÒs ´Sšï\x7F Þ\x00 þ "
b"\x01 •k™bÜqzµ\v £Ê€‹£ "
b"\x01 •k™bép9 \t …\x11 g¤Ö¼ "
b"\x01 •k™børß©ÁÊì'þ¹\ "
b"\x01 •k™c2s\x11 »jË‘B¦, "
b"\x01 •k™cBq°ŒC"Õ]Çñ$ "
b"\x01 •k™cOp‘„\x10\x1F Óêˆí® "
b"\x01 •k™c\r«Œ´â\x01 ìù‰þ "
b"\x01 •k™cmrPµçzl)ž„’ "
b"\x01 •k™cyrû±T¬å;%KW "
b"\x01 òkÖcàréüß'┐|§Ô@ "
b"\x01 òkÖcÉq\f ½┬ÑÕ]ºzá "
b"\x01 òkÖcØp│¿├\v\x1E\x12 xú├ "
b"\x01 •k™c©qô‘S\x1D\x03\x06 _ñ< "
b"\x01 •k™c´r8¸‡\x01\x14 \(ûá "
b"\x01 •k™cÀr\x1A ’2þAƨܶ "
b"\x01 •k™cÍq3¨Âîˆh‡\x1C - "
b"\x01 òkÖc▀p\x03 ï\x0E 4┬ü³|ç "
b"\x01 •k™cësH“šý¨¯P˜ÿ "
b"\x01 •k™c÷qV¤Þì\x05 „í«¼ "
b"\x01 òkÖd\x05 r(ª¾ØÈ║sð█ "
b"\x01 •k™d\x12 qؼZü k7\x18 $ "
b"\x01 •k™d\x1F r‰˜Î2OóWÚ\x10 "
b"\x01 •k™d-pr—Ba͹Ÿ\x05 Õ "
b"\x01 •k™d;rà«\e È9\t ª_Ä "
b"\x01 •k™dHqmµ×å‘5A¾P "
b"\x01 •k™dUpm´î±b`\x1A ?$ "
b"\x01 •k™ddq™ R@¦¶Áe\x00 "
b"\x01 •k™drp9¢A'eåO\x1A × "
b"\x01 •k™d}r¦ˆØn÷PŒr‘ "
b"\x01 •k™d‰rŸ£Ì’„TXÏí "
b"\x01 •k™d”p8‚†ô‹nZf. "
b"\x01 òkÖdúrw½ÃÈ)\x0E É*j "
b"\x01 òkÖd│sFÅñy\aÏ'■ "
b"\x01 òkÖd┴r©ì(ò║■ó¬┴ "
b"\x01 •k™dÒq)µÂÒð\x05 ƒ\x16 q "
b"\x01 •k™däs\e ¬öÄPjáüA "
b"\x01 •k™dôqü—R6ßÌAˆÍ "
b"\x01 •k™e\x05 r|»…bã>\x1D ÚÐ "
b"\x01 •k™e\x16 q¬‘A\x18 $ž\x13 É\x16 "
b"\x01 òkÖe%s¼ÅÅ\x1E\x17 `╣\x1D 6 "
b"""
\x01 •k™e4p\n
¹aB£“âÓä
"""
b"\x01 •k™eCrØ‚Cp-F\x05 7W "
b"\x01 •k™eQr8²[î!#Ëч "
b"\x01 •k™e\s]’¢ó¦q åÊ "
b"\x01 •k™egp~ºÜ’¯Àì¾ï "
b"\x01 •k™eqq¿ˆ\x18 gYÅZb© "
b"\x01 •k™e|sâ·ŒÉ\x0F õð_ "
b"\x01 •k™e‰s'‡:ý–Ñà£< "
b"\x01 •k™e–pЇ¥B¹4×;¨ "
b"\x01 •k™e¢s®µRÙ>°<E‚ "
b"\x01 •k™e¯ræ«íŠïMyƒï "
b"\x01 •k™eºqï³ÞHZ ;WH "
b"\x01 •k™eÅpÕ—\x1E Ÿ_æV—< "
b"""
\x01 •k™eôqà»\n
\x07 ½!¶Ž¯
"""
b"\x01 òkÖf\x04 p¥▒Jläjì¼í "
b"\x01 •k™f\x13 qÄ•W·ÂkZ\x16 U "
b"\x01 •k™f!pÚ–wžK¾\x1A ˜Î "
b"\x01 •k™f-sã¿Ió\v ¹É4€ "
b"\x01 •k™f9rÌŒº]\x10 %×ÞÙ "
b"\x01 •k™fDrº€OÍQ½\x14 ŒO "
b"\x01 •k™fQp‚’\x13\x16 £«è7µ "
b"\x01 •k™f]pé¨Ð²'M1˜’ "
b"\x01 •k™flpV€\x0F m¤\x12 ›úm "
b"\x01 •k™fxq½¶…Æç7¶@$ "
b"\x01 •k™f„p¢œ7mνiû\x1A "
b"\x01 òkÖfÅp\x1D Æ8¦c¨¾.¬ "
b"\x01 •k™f›sH³öð))7\x07 £ "
b"\x01 •k™f§pÀ’\x07 yz‰°¹§ "
b"\x01 •k™f³p–¸Îª[vÛ†ï "
b"\x01 •k™f¾pgŽ×%\x10 ÚVô\x03 "
b"\x01 •k™fÉpÑ…2ä#®ÍLÀ "
b"\x01 òkÖfÈs}ù-ìkbFú= "
b"\x01 •k™fàrrº>AX\x05 Ià› "
b"\x01 •k™fíqy’Å£t=52û "
b"\x01 òkÖf²rl╣éoÅ╩\x19 x╠ "
b"\x01 òkÖg\f sEô▒\r ìZB;Ä "
b"\x01 òkÖg\x19 rµö[\x02\x15 ÙRük "
b"\x01 •k™g$q\x14 ¢‚t\x05 QžWg "
b"\x01 •k™g/qÞµ/\x03 øÑzÅÍ "
b"\x01 •k™g=r\x11 «¸¯è\x15 ʰX "
b"\x01 òkÖgIp\x15 ò\v Q¡■Å┐ "
b"\x01 •k™gTp´…SÚ1A4-j "
b"\x01 •k™g_s~ŠÐÂíäFîx "
b"\x01 •k™gipѺ1mBéÊjÎ "
b"\x01 •k™gupƒ¼Á¹Y@FØÇ "
b"\x01 •k™g€r^Ÿ0•X¸\x1F\x06 ¶ "
b"\x01 òkÖgîro¡ç\x12 └uç½Å "
b"\x01 •k™g˜qÜ®7\x01\x06\f\x12 Ø "
b"\x01 •k™g¤rB´±ØXÏiÆâ "
b"\x01 •k™g°s&4t8°ÑóI "
b"\x01 •k™g¼p8±tF&z\x01 y‰ "
b"\x01 •k™gÈq<¢ŸýÄŽƒú= "
b"\x01 •k™gÕs†š1¡<QRºÒ "
b"\x01 òkÖgÓpÅÀ¥ÄZ¿ü\r ║ "
b"\x01 •k™gêpå·ö"c\x01 øJi "
b"\x01 •k™gõrf—û§I"0Eõ "
b"\x01 •k™h\x00 pÄ¿¯w.°‚3A "
b"\x01 •k™h\f rÒ—¥É´\v ‚)ÿ "
b"\x01 •k™h\x17 q’’\x11 Óqû{M "
b"\x01 •k™h"s\x13 ©mŸØsŸÀ "
b"\x01 •k™h-pô‡ÑÐx\x15 7OS "
b"\x01 òkÖh7p\x1E ì&2\x0F jw>▒ "
b"\x01 òkÖhCq\v ûÆ\x18 íâüG> "
b"\x01 •k™hgsbƒM¹\x11 #à&m "
b"\x01 •k™hrq;‚µy†#·ê# "
b"\x01 •k™h}s\x0E ¤Rñ\x01 …[’t "
b"\x01 •k™h‡rUŒQˆv«\x02 ¾ú "
b"\x01 •k™h“r\x04 „T˜\x1D øþ‡Õ "
b"\x01 •k™hžp:Žøpˆ¸xå¢ "
b"\x01 •k™h©p#ž‹.fÛ„•º "
b"\x01 òkÖhÂr▀ÉÏø,S<┬* "
b"\x01 •k™hÂsÚ‹…iýMüO "
b"\x01 •k™hÍqõ†Ç.¹/Í\x0F "
b"\x01 •k™hÙsׂ*¼g`òP² "
b"\x01 •k™häp\x19 ¹éÿÊÁwaS "
b"\x01 òkÖh¯r\t éÅV┤ÄÞWá "
b"\x01 •k™hùpC‡qø“{\x00 A\x00 "
b"\x01 •k™i\x04 pP‘ý±/;\f g "
b"\x01 •k™i\x10 p$œæ–\x7F ñ©^× "
b"\x01 òkÖi\x1C pÆé\x08 ôì|<«â "
b"\x01 •k™i's;…–$êr\v †\x15 "
b"\x01 •k™i2q\x12 „âŽu\v Þñ- "
b"\x01 òkÖi>sYüín'|r┼& "
b"\x01 •k™iLs^‡ mêCÎëÙ "
b"\x01 •k™iXrx…r58RËòQ "
b"\x01 òkÖifpá║\Å{\r y┬3 "
b"\x01 òkÖissÉ©\x03 #\x00 î¼0 "
b"\x01 òkÖiéqͼ%9? ü*╝ "
b"\x01 òkÖiÅq3ÄkYu\L\x1E Ë "
b"\x01 •k™i›qi’±Þ€Y\x17 Ù¢ "
b"\x01 •k™i¥qC¦¬Ë‡€óS« "
b"""
\x01 •„œ\x16 •sW–%\n
=u0=
"""
b"\x01 •„œ\x16 ¢s³ž\x16\x03\x7F ²M%Û "
b"\x01 •„œ\x16 pi¥–U™\x01 üºr "
b"\x01 òä£\x16 ©rmÅj\x0E X\x04 áB└ "
b"\x01 •„œ\x16 Ãr„ŸpjO\x03 …=\x15 "
b"\x01 •„œ\x16 Ïs\x12 ¯ë¶B\x03 Lâë "
b"\x01 •„œ\x16 Ùq%£ª\x1E v{÷ÿ¨ "
b"\x01 òä£\x16 õszüÈ©îC¸\x1F [ "
b"\x01 •„œ\x16 ïq6ªÐY\x14 Ì[€i "
b"\x01 •„œ\x16 ûpü€‘Ù7¢¬=× "
b"\x01 •„œ\x17\x06 r\r „mÙ'uG¡é "
b"\x01 •„œ\x17\x10 qÑ®Ð\x1F sÓ\x01 ÝÏ "
b"\x01 •„œ\x17\e sÒ„¬=MßE\x1C › "
b"\x01 •„œ\x17 &pž¢Ñ “[\x0F ;9 "
b"\x01 •„œ\x17 1qƧÕÖ\x0E VZ‚Z "
b"\x01 •„œ\x17 <q=¸ÚäÈí§\x02 " "
b"\x01 •„œ\x17 Gqu“І\x01 ý\x06 Á\x03 "
b"\x01 òä£\x17 RsìË\f ó³└\x01\e "
b"\x01 •„œ\x17 ]p’‚¬qù³˜ª\x1E "
b"\x01 •„œ\x17 irƒš…\x04\x14 GÇÃ. "
b"\x01 •„œ\x17 vpŽ‹RX,¦K¿‡ "
b"\x01 •„œ\x17 ƒsX¸î^+ØýÅ~ "
b"\x01 •„œ\x17 Žq\x04 »Û\x1D ΤDS\x18 "
b"\x01 òä£\x17 Üs§ç4ÅD‗\v ä¦ "
b"\x01 •„œ\x17 ¥rÔ¬¸ŒaòÓ\x12 ž "
b"\x01 •„œ\x17 °pg“€õUeðˆX "
b"\x01 •„œ\x17 ¼q\x02 ’2¬\x12 t/í" "
b"\x01 òä£\x17 Ãrȼ[Ç┬¼kUì "
b"\x01 •„œ\x17 Ór¸µä§ÊªÃ\x10 k "
b"\x01 •„œ\x17 ßs@€Phñòl\x02 ‘ "
b"\x01 •„œ\x17 ëqÈ«\x0E ý3#¦Á] "
b"\x01 •„œ\x17 ÷q¦†#Íц¬òü "
b"\x01 •„œ\x18\x03 q:‰\x08 ÁU\r Xk\x1F "
b"\x01 •„œ\x18\x0F p‘¤¹a\e ˆÜ•ˆ "
b"\x01 •„œ\x18\x1C s(¬Hïc\x16 §ó– "
b"\x01 •„œ\x18 'sï”â\x11 Á`î0Ð "
b"\x01 òä£\x18 2s┴êıüÖò1S¸ "
b"\x01 •„œ\x18 =qb´\x12 ¿I§ VÍ "
b"\x01 òä£\x18 HsqîÉ8½Ñ¨ÛÊ "
b"\x01 •„œ\x18 Sp¸£n ›‹ª\x01 Ÿ "
b"\x01 •„œ\x18 `sA¤¸€–ù01— "
b"\x01 •„œ\x18 ls=€\x12 Ó\f \x1D âå "
b"\x01 òä£\x18 xq\x1E ï^n'ì$\x14 ì "
b"\x01 •„œ\x18 †rÔ–ò\x1A ‡\x14 BhÐ "
b"\x01 •„œ\x18 ‘qò¯±ÃI‰„\x07 À "
b"\x01 òä£\x18 Øp‗ú̸ì^òrø "
b"\x01 •„œ\x18 ¨qU…6Ö1˜xeŒ "
b"\x01 •„œ\x18 ´s\x7F ±øî~Ç\x05 ™E "
b"\x01 •„œ\x18 Ás.¹‘³\x07 Ùó\x06 Ø "
b"\x01 •„œ\x18 Ìp÷–\x14 m{Q-„v "
b"\x01 òä£\x18 ¶rs╝q&\x1F WØ=ç "
b"\x01 òä£\x19\x02 q\x17 ÅóèÔFYéW "
b"\x01 •„œ\x19\x0E q³²›t{ÛN!T "
b"\x01 •„œ\x19\x19 sœ‘lÔ vŠ\v D "
b"\x01 •„œ\x19 $p¤»ù‰%P‚\x0E y "
b"\x01 •„œ\x19 3q€‚õkðWe\x16 « "
b"\x01 •„œ\x19 Aq\x13 µ¹)¿âníÚ "
b"\x01 •„œ\x19 Lq\x7F €˜ìæ3hKš "
b"\x01 •„œ\x19 XpJ¬[²r ¨\x12 ã "
b"\x01 •„œ\x19 dq\x15 ¾õP¸O\x16 ùÅ "
b"\x01 òä£\x19 orØñÛr¦)Æ-ÿ "
b"\x01 •„œ\x19 zs³Š©\x01 f>Á–R "
b"\x01 •„œ\x19 ‡p+€á†ðƒä!\x12 "
b"\x01 •„œ\x19 ’rj©M[ ô{ðe "
b"\x01 òä£\x19 Ør¼ê9]ß=sÁx "
b"""
\x01 •„œ\x19 ¨r\x18 €õ\n
µm4¥n
"""
b"\x01 òä£\x19 │qd£ØvÈÆ¸ºg "
b"\x01 •„œ\x19 ¿s²‡Hñ]"\x1D !î "
b"\x01 •„œ\x19 Épê½à4 ާµ\x10 "
b"\x01 òä£\x19 ÈsüÅ\x06 §A\x17 ù═J "
b"\x01 •„œ\x19 àrȤ\x17 ¼9æšÒÐ "
b"\x01 •„œ\x19 ëp±»ëÌÞï\x13 g© "
b"\x01 •„œ\x19 öqÞ¸SP?f;€ç "
b"""
\x01 •„œ\x1A\x01 r\n
¼Ô#\x1E ¦Á9\f
"""
b"\x01 •„œ\x1A\f sŸ0q´!±\r \e "
b"\x01 •„œ\x1A\x17 sY¬öÜí#h\x10 "
b"\x01 •„œ\x1A !pd¸±E\x14 þS\x1A @ "
b"\x01 •„œ\x1A 2pÊ•|DŸæ?ù\x1F "
b"\x01 òä£\x1A =s#¼╬Ø\e (!A" "
b"\x01 •„œ\x1A Hp+¹zÌÉ:ß\x05 d "
b"\x01 òä£\x1A Sq\x01 ¼Û\x1D ¢Åû Ù "
b"\x01 •„œ\x1A _q®‘júùèéÏ "
b"\x01 •„œ\x1A jsà°æc¸ê5®ƒ "
b"\x01 •„œ\x1A upê•çláîÀìâ "
b"\x01 •„œ\x1A €qJ¿âÍ\x1A ȶhn "
b"\x01 •„œ\x1A Œp€DòžY\x14 ,\ "
b"\x01 •„œ\x1A ˜r»¾ÙÿøpY;e "
b"\x01 •„œ\x1A ¤q&ˆ%ŠVr…·ö "
b"\x01 òä£\x1A ░rؼ\x17 ƒ╠\x04 l\x01\x13 "
b"\x01 •„œ\x1A ¼sô´¢iyKÉtq "
b"\x01 òä£\x1A Ãp\x08 ÆKlk|è┬ü "
b"\x01 •„œ\x1A ÑsÕ±Þ\x04 Åš\x1C M\x14 "
b"\x01 •„œ\x1A ÜsÞ˜:\f 6’&ïÞ "
b"\x01 •„œ\x1A çsö¦J\x18 ™uü¢3 "
b"\x01 •„œ\x1A òpþ®0®+ø·(7 "
b"\x01 òä£\x1A ³pS¿ü└S©·Õç "
b"\x01 •„œ\e\x07 qЉ™Ž"\x11 ^¸\x12 "
b"\x01 •„œ\e\x12 pÑ³Ž·“U“•” "
b"\x01 •„œ\e\x1D s—¹\x1A ß{õ\x05 ¹Î "
b"\x01 •„œ\e (pX³\x12 5\x1D ÀîЗ "
b"\x01 òä£\e MsÕìxÛ/ÿï A "
b"\x01 •„œ\e [sz¹¨ò™ùLœã "
b"\x01 •„œ\e gsÓ±õ–\x1F\x0E\x01 и "
b"\x01 •„œ\e sq\x05 œ/ö>=•(i "
b"\x01 •„œ\e ~r\x00 “Íá)Ö3“A "
b"\x01 •„œ\e ‰rI±\x17 P€Ä<\x0F ü "
b"\x01 •„œ\e ”sÊÝÿéôl]n "
b"\x01 òä£\e ƒqHü■▄õ\x12 t¦] "
b"\x01 •„œ\e ªq>™§â\x08 ò¨‹W "
b"\x01 òä£\e Âs»▒©nu`g5ü "
b"\x01 •„œ\e Àq"ž„\x1F $\x1D “\r Ü "
b"\x01 òä£\e ╦pEÅ╠ý╩\t │Þ╝ "
b"\x01 •„œ\e ÕpÈ©ß\x1F òE`¨É "
b"\x01 •„œ\e às\x07 ‚jöa|0ÎÕ "
b"\x01 •„œ\e ërmˆC(3pËù\x00 "
b"\x01 òä£\e ¸s¯▓ìZ9_W0\x18 "
b"\x01 •„œ\x1C\x02 sȆÚ9~‡™C˜ "
b"\x01 •„œ\x1C\f sDžVV>›\x1C ^Û "
b"\x01 •„œ\x1C\x17 pø¸<\x08 ¹›¼4\x1E "
b"\x01 •„œ\x1C #qf¼\x11 ó;§â¯ "
b"\x01 •„œ\x1C .s߆`\x13 ̼œ©¼ "
b"\x01 •„œ\x1C 9qu¼¯›–+Tø] "
b"\x01 òä£\x1C DqFÑW\x1E\x04 ±Åê\x11 "
b"\x01 òä£\x1C Os╬ÅòÖ\x14 `Z┴╬ "
b"\x01 •„œ\x1C Zsuµî»ÉöQÄ( "
b"\x01 •„œ\x1C gr¿™Ö¼žyµJ‚ "
b"\x01 •„œ\x1C rrV™~\x02 Ü\x7F æ~L "
b"\x01 •„œ\x1C\x7F pŠ›ÚÚªM¨¨~ "
b"\x01 òä£\x1C èpu▒t\x08 sØO84 "
b"\x01 •„œ\x1C •q½¾ïSfm–W˜ "
b"\x01 •„œ\x1C s™´`ßå€Û H "
b"\x01 •„œ\x1C «rjŠ\x1E iX[¥*A "
b"\x01 •„œ\x1C ·pi‹4gÉÌ9Ü0 "
b"\x01 •„œ\x1C ÁrܪCh\e ï’Ñ´ "
b"\x01 •„œ\x1C Ìp#“”Ù`$ù–“ "
b"\x01 •„œ\x1C Øp\x15 ± \x0E ô0ì Ð "
b"\x01 òä£\x1C ÔqÂܶ7üsQúÓ "
b"""
\x01 •„œ\x1C íqNŒuÈy’\n
üM
"""
b"\x01 òä£\x1C °qçïPküF®©D "
b"""
\x01 •„œ\x1D\x04 qk°¸;2Ö\n
À4
"""
b"\x01 •„œ\x1D\x0F rí¤öŽ•îñ:D "
b"\x01 •„œ\x1D\x1A q\x02 ‘º”q\x1C œú× "
b"\x01 òä£\x1D %s9▒Ø{╝\x1E Z.Æ "
b"\x01 •„œ\x1D 0p÷v»¥22ËP "
b"\x01 •„œ\x1D <q¹¢£|âû>}… "
b"\x01 •„œ\x1D IpYƒæ—XrTÅ} "
b"\x01 òä£\x1D Tsßì\t\x08\x06 Dʶø "
b"\x01 •„œ\x1D `p±‹¶bÃ\x03 ¦¸\ "
b"\x01 òä£\x1D lpÿ┤ì\x0E ¿X─\x1A\v "
b"\x01 òä£\x1D vpFì*Ñ\x1F º|ò "
b"\x01 •„œ\x1D ™qÚ¶—[—hÞ¡I "
b"\x01 •„œ\x1D ¥s@µ\x1D ˜Íérž\x13 "
b"\x01 •„œ\x1D °p\x06 ½Ž\x10 ÏÕÅdš "
b"\x01 •„œ\x1D »pj˜›_¼õªÞð "
b"\x01 òä£\x1D ┼s~¼*¦Q▄ü#╝ "
b"\x01 òä£\x1D ðr╣óüe0\x02 kVJ "
b"\x01 •„œ\x1D Ýpý·Swÿ½\x02 GN "
b"\x01 òä£\x1D ÞsrîCÅa╣ç\x0F ' "
b"\x01 òä£\x1D ¾qÌØro\x03\x1D ùWÞ "
b"\x01 •„œ\x1D þsG®\x1A è¿è\x19 2è "
b"""
\x01 •„œ\x1E \n
qd·î=/²g)I
"""
b"\x01 •„œ\x1E\x16 r†º|·\x06 9ôjÉ "
b"\x01 •„œ\x1E "rgŒ›\x06 ¯ËÝ\x1D ô "
b"\x01 •„œ\x1E -r¡’\x19 8tØž\x7F "
b"\x01 •„œ\x1E :r›‰,ÄDã\e\x1E\v "
b"\x01 •„œ\x1E Gq\x0E š¡`ènhÞ6 "
b"\x01 •„œ\x1E SsƘ½\x17 Øs¢å¤ "
b"\x01 •„œ\x1E ^r˜®W\x15 ÀZÏL! "
b"\x01 •„œ\x1E ip‡¾ëqªÝJNc "
b"\x01 •„œ\x1E trt/V6’ì3\x12 "
b"\x01 •„œ\x1E €p,¿ªJéœãÚ½ "
b"\x01 •„œ\x1E Œs‡¨\x02 ÌoËßKc "
b"\x01 •„œ\x1E ™p|»ðÎ\x16\x1D ð-c "
b"\x01 •„œ\x1E ¤sþ½=;Ä»\x11 c= "
b"\x01 •„œ\x1E °s+¨ÉÖçõ0ãè "
b"\x01 •„œ\x1E ¼q\x17 +ÅÇyKnl "
b"\x01 òä£\x1E ╚pPûiÉïð\x02 ÷T "
b"\x01 òä£\x1E Ër-ØÁÚ-\x16 ¶zo "
b"\x01 •„œ\x1E ßq®¥€\x1D ˆuë*› "
b"\x01 •„œ\x1E ësÖ¾‡†0\x13 ý´Ò "
b"""
\x01 •„œ\x1E ÷rö¿ \n
½\x04 ¹ä\x03
"""
b"\x01 •„œ\x1F\x03 r$šª(/Š©iº "
b"\x01 •„œ\x1F\x0F qHŒaß\x07 0ȰM "
b"""
\x01 •„œ\x1F\e rJ½Ì,\n
+€Lø
"""
b"\x01 •„œ\x1F %rYªÝ\x1A œ¢˜ÏB "
b"\x01 òä£\x1F 1r1à \x19 ØÒÚÅ╬ "
b"\x01 •„œ\x1F =rÿ²µòEÃ_bM "
b"\x01 •„œ\x1F IqÑºØÆ-ìo+; "
b"\x01 •„œ\x1F VpÍ·^9¨dY“™ "
b"\x01 •„œ\x1F asŒ±0ò9!#\x10 ¿ "
b"\x01 òä£\x1F mq,ø\x7F ìáÐÒ¨Ê "
b"\x01 •„œ\x1F zq"¥1\x15 øÕœœ\x13 "
b"\x01 •„œ\x1F †q ›¿êÔSåµÕ "
b"\x01 •„œ\x1F “r+¦N“c+\x1D d\x13 "
b"\x01 •„œ\x1F qâª\x02 Ñ\x05 \r Q\x12  "
b"\x01 òä£\x1F ¼q¹üÜ▀▓¡VBù "
b"\x01 •„œ\x1F ºq?¿ÿ>\x15 ÑXŒª "
b"\x01 òä£\x1F Ãràëü}tºÀ*O "
b"\x01 •„œ\x1F ÔpÈŠÂöò¹Ú._ "
b"\x01 òä£\x1F ßr£üK\v {\x1A ░ÐB "
b"\x01 •„œ \r rù½\x1D {w\x04\x14 E¤ "
b"""
\x01 •„œ \x1A rõ«â\x1A j~\x06 \n
¯
"""
b"\x01 •„œ )pÙ²Ærz*º5\x1A "
b"\x01 •„œ 6r¤šx®À$+¨\x14 "
b"\x01 •„œ Br5„³ä®Ý\x17 }d "
b"\x01 •„œ NrZ…Vq'\t\x11 Aö "
b"\x01 •„œ ZpÑ \x14 ¹ñ¾\x13 ÉÉ "
b"\x01 •„œ epi£ tó¬\v Õd "
b"\x01 •„œ pr@œì\x18 i÷Ã+ "
b"\x01 •„œ }rê±úß½ðKî\x06 "
b"\x01 •„œ ˆs>¸o^Ã~\x03 Ÿ "
b"\x01 •„œ “pÁ‚Búö€¥Æ "
b"\x01 òä£ ×rT╗«gÅ7Q┬2 "
b"\x01 •„œ ªs˜ºsclíéž "
b"\x01 •„œ µqX‡žÒH„UXŠ "
b"\x01 •„œ ¿q{®65§É\x0E 79 "
b"\x01 òä£ ╦qÊúH;á▄ì╬î "
b"\x01 •„œ Õr‚žš\‘ç2Gü "
b"\x01 •„œ às\x11 µ¢’h±0K” "
b"\x01 •„œ ìpw¡_ŽÏInç² "
b"\x01 •„œ øp\e ¶\e ï\x14 àhѤ "
b"\x01 •„œ!\x05 s{”ö…_ˆô\x01 ï "
b"\x01 •„œ!\x11 q<”5T\x06 XžP\x19 "
b"\x01 •„œ!\x1C sG‘ÍBw䡵› "
b"""
\x01 òä£!'p╦Å\x16 \n
[µ¶FW
"""
b"\x01 •„œ!3rô”æ\t\x0F RÓ”º "
b"\x01 •„œ!>r\x03 £b±Nùµ˜€ "
b"\x01 •„œ!IqV¸0daR߸¤ "
b"\x01 •„œ!TsÑ‘Y£.\x1F á¾Ë "
b"\x01 •„œ!ar‰…ÕLݹ÷mÈ "
b"\x01 òä£!psÎà½fkê╩èì "
b"\x01 •„œ!|p%”öùTÓѹA "
b"\x01 •„œ!‰r)ƒí_Æö”X( "
b"\x01 •„œ!™q¹ƒ7^z\x05 Û"Ð "
b"\x01 òä£!Ñs\x07 Æä\x15 Y╣\x08 Å\f "
b"\x01 •„œ!°pè§×—aá1\x1A Ø "
b"\x01 òä£!╝q╩ØÝHKNÃl( "
b"\x01 òä£!╚qîÉ\x05 2$▒6Ö| "
b"\x01 •„œ!Ôq»—\x15 v§´‰Ós "
b"\x01 •„œ!às\x1F °›R&<ƒÏ\x10 "
b"\x01 •„œ!ëq_µˆ\t ¡\x13 g€i "
b"\x01 •„œ!øs:®\x10 PjÐÿ\x02 - "
b"\x01 •„œ"\x03 syª]Ê_zþãi "
b"\x01 •„œ"\x0F p7•4´fsR†t "
b"\x01 •„œ"\x1A q[ž»¹ZDžI0 "
b"\x01 •„œ"&r׉w>Cµ "
b"\x01 òä£"1p▄ôüìCCf55 "
b"\x01 òä£"=s{£¯É‗c╦³Y "
b"\x01 •„œ"Hqa©mˆÀêZÁ[ "
b"\x01 •„œ"Usϫ¨sí™jÐ "
b"\x01 òä£"Çs8Â_├YÏÃÅa "
b"\x01 •„œ"ŽrS»\x0F )ºŠÀ1\v "
b"\x01 •„œ"œs\x10 ƒj™‹0\ªÕ "
b"\x01 •„œ"§qk¼W\x07 %߬W© "
b"\x01 •„œ"³p\x10 µ®Ã¶\x04\x1D ›© "
b"\x01 •„œ"¾p´¿7ñoa¥`d "
b"\x01 òä£"╦s\x1F à\x0F\f\x1F ±\x05 ü× "
b"\x01 •„œ"×sß´\r ‰º'\x10 Np "
b"\x01 •„œ"ãpÔ£‰Œš¼n\x19 X "
b"\x01 •„œ"ïp\v ‰ÞSx°S\x04 7 "
b"\x01 •„œ"ýp\x12 £¾p\x02 ê¹/Õ "
b"\x01 òä£#\x08 rW¥q¿môFìp "
b"\x01 •„œ#\x15 qH¿e:\x11 Â`\v = "
b"\x01 òä£#"sÅö╩/au3_\x06 "
b"\x01 òä£#0sö┤ÅB~s\e ÛN "
b"\x01 •„œ#?sú‚Ì\v\x18 +Èà\ "
b"\x01 •„œ#KprƒM½ÈÍo[® "
b"\x01 •„œ#Yqr‹æ\x14 ô.7:— "
b"\x01 òä£#hsDÉé═ø\v Þ "
b"\x01 •„œ#wq°¾Kó·ô1ñÍ "
b"\x01 •„œ#ƒsᇉ\x00 À¡*—c "
b"\x01 òä£#ÉsY¬Tà°²2.| "
b"\x01 òä£#£pò®ÙÀØ#Ñ#s "
b"\x01 •„œ#ªr…ªR‘Ÿ\x14 Ê)Ñ "
b"\x01 •„œ#¹rm„é}ˆ!\x1A\x1C î "
b"\x01 •„œ#ÈsW ¾%¡\x1F GG¼ "
b"\x01 •„œ#Õr™™¯©Qˆ®\x14 Î "
b"\x01 •„œ#ârÝ•œü\x00\x11 Ò\x1C Ò "
b"\x01 òä£#´sâªìªÜ.┌%5 "
b"\x01 •„œ#üq¹«Öâûí“r "
b"\x01 •„œ$\v siƒ\x12\e\x18 ¤ññç "
b"\x01 •„œ$\x18 p•’[\x0E ‡æÎ\x04\x11 "
b"\x01 •„œ$&sÅ Ô$J\x11\f 33 "
b"\x01 •„œ$3p`»î#¡K¶¿û "
b"\x01 òä£$@rÁÅSk[ÔÊî¢ "
b"\x01 òä£$Mq┼½Ìµ╣RìÖÛ "
b"\x01 •„œ$Yq%£DÒ°\f\x03 °v "
b"\x01 •„œ$grJ´JG(|dž "
b"\x01 òä£$tp\e ó<┤\x1E ÉÑ3Q "
b"\x01 òä£$üsQàÐÄ3§Íýë "
b"\x01 òä£$ìpéáÂ╠!br¿( "
b"\x01 •„œ$™sã¶á\x7F \ 3‚\x12 "
b"\x01 òä£$Ñr\x0E ªFÍS\t ┤Øê "
b"\x01 òä£$▓qVì½)f3Êò` "
b"\x01 •„œ$¾s–ŽÓ†m’ƒ†# "
b"\x01 •„œ$Êr7½ZÌg©C‹É "
b"\x01 •„œ$ØrЉ¦hc+½ñq "
b"\x01 òä£$þrúü\x12 k_ı‗7ÿ "
b"\x01 •„œ$ôqœ•ûð\x00 'Ú3i "
b"\x01 òä£%\x01 s÷ìù\x19 á ƒû> "
b"\x01 •„œ%)q€ ‰ôÕ¾„\x12 * "
b"\x01 •„œ%6sö‹S;u x\x06 ê "
b"\x01 •„œ%Br;—Ô\x17 *@ÊŽ¨ "
b"\x01 •„œ%NrÛ¥Ýh€„ÿô\x0F "
b"\x01 •„œ%[sJ±?\x1A\x07 £gp) "
b"\x01 •„œ%fp\x15 Œ4Ç×z\x00 _C "
b"\x01 •„œ%ss'±œÏ¡*-Æ3 "
b"\x01 •„œ%€r,¹õ\x10 ¸v¸C~ "
b"\x01 òä£%ìq*ïD\x07\x18\x1D õ█\ "
b"\x01 •„œ%šs^““?dôVrº "
b"\x01 •„œ%¨s¡HµR¦¯‰| "
b"\x01 •„œ%µq(£\x02 Gé}ë\x00 ž "
b"\x01 òä£%├ríö¥ìk\x0F\x10 │© "
b"\x01 •„œ%ÑsïŠÏ|\x00 ]âsM "
b"\x01 òä£%▀q3¢]»I\x1F ÅÁ_ "
b"\x01 •„œ%ìpm“³¸á!Ì…\x01 "
b"\x01 •„œ%ùr<¦,\e ÀßÈWò "
b"\x01 òä£&\x07 pÜ«¡ý■ÌÉT^ "
b"\x01 òä£&\x14 r\x1F ì\x1A >ðj\x16\x15 \r "
b"\x01 •„œ&!rM»6yLÅW5š "
b"\x01 •„œ&-pâ¿\x00 èàOcà& "
b"\x01 •„œ&:sUºNa\x1F --+@ "
b"\x01 •„œ&Fqïº7½)\x18 DIZ "
b"\x01 •„œ&Tr\x1F ¯¾ý;"—1x "
b"\x01 òä£&dpÉØX\x7F ü\e þ█A "
b"\x01 •„œ&qs¿¤¼Ð\r Y¸\x16 H "
b"\x01 •„œ&~qØ”\x1F Ê\x17 =«ÓŠ "
b"\x01 òä£&ïr5Ø9\x1C ³öÎ4ð "
b"""
\x01 òä£&ùq▒ö\x18 ¼\n
@MÒÅ
"""
b"\x01 òä£&óqe┤n«ñ╩ëÐì "
b"\x01 •„œ&°r5’B>6Êü6¯ "
b"\x01 •„œ&¾pð¥Ž+ü[ñ2Y "
b"\x01 •„œ&Êpo¨‹¶°}ræ_ "
b"\x01 •„œ&Öq–³\x00 w\x1E ØGØ` "
b"\x01 •„œ&ãsB¹Üq0L•\e\x12 "
b"\x01 òä£&±qä┤HÛØ/oA¸ "
b"\x01 òä£&²r"£$ÄØåè█º "
b"""
\x01 •„œ'\n
qì \x7F\x01 ÕKóîH
"""
b"\x01 •„œ'\x18 r¡´\e A<R‹‘\x17 "
b"\x01 •„œ'%p\x11 ©„0kô¾hì "
b"\x01 •„œ'1pÿ³\ADì³ÉÏ "
b"\x01 •„œ'=s\x17 ¤‡\x13 ªn©¥æ "
b"\x01 •„œ'JsŒ çwM‘Œ’\x1A "
b"\x01 •„œ'Vqûˆ\r +ß$!6‘ "
b"\x01 •„œ'dp\x10 ¹Žò…‹\x01 #J "
b"\x01 òä£'pq╩éù¶\x10 ³ÀØ "
b"\x01 •„œ'|rm£‘±K”ډ "
b"\x01 òä£'îr{║Øv½▒\x12 1õ "
b"\x01 •„œ'›q¬¼\x04 żĖ@ "
b"\x01 òä£'®pþÇìd"=L│W "
b"\x01 òä£'ßpØ«27\x18 -À\x01 Û "
b"\x01 •„œ'îp\x10 ¾\x11 …ýHù´ "
b"\x01 •„œ'ùq¿½co.«Ô\x7F A "
b"\x01 •„œ(\x07 s[½œ|\x1F è$; "
b"\x01 •„œ(\x15 ss°èGsŽÇ·\x7F "
b"\x01 òä£(#pRüj\x10 {eU¸¥ "
b"\x01 •„œ(/rÚ¾8®ðGÖWz "
b"\x01 •„œ(;rò½\x04 ã\x11 ,*.L "
b"\x01 •„œ(Ip\x11 œÏ\x1F\x1D «®\x17 g "
b"\x01 •„œ(\ql³L$\x14 ˉˆ\x1C "
b"\x01 •„œ(nq¥žB!r\x08 ’\x0F X "
b"\x01 •„œ(‚sš¡§\x02 Ëö.sæ "
b"\x01 òä£(Épáî¾ı╦¦\x06 +å "
b"\x01 •„œ(žpµž-ÉåÉ4\x16 Û "
b"\x01 •„œ(«r&¥_õc\x00 l‚G "
b"\x01 •„œ(ºs\x18 ²u-ê®N½N "
b"""
\x01 òä£(╩r¶áWÎì\n
!À)
"""
b"\x01 òä£(┌pÅíÓ¹¥p¸7õ "
b"\x01 òä£(Þs,Ø[¥g\x05 ═\x7F : "
b"\x01 òä£(§q¶ú0TƒØt╚ "
b"\x01 òä£)\x03 s\x16 ¿¦Ò:ìLÕd "
b"\x01 •„œ)\x12 p¬²ÝŒ\x05 úÓ– "
b"\x01 •„œ)!qá§\x18 Á°Úó¯Q "
b"\x01 •„œ)/r\x14 µö»\x12 :5Cp "
b"\x01 •„œ)?pN¶?ù©Eq-Ó "
b"\x01 •„œ)Mpܵv|nE/Û "
b"\x01 •„œ)Yp\x13 ‹Uè`å@,V "
b"\x01 •„œ)gqùˆD¢z>N-ý "
b"\x01 òä£)yqèÅ\x0E ÀBFãZ "
b"\x01 òä£)çsO│:iÅè(█┤ "
b"\x01 •„œ)•pŒ¯=RÌ\x19 j \x04 "
b"\x01 •„œ)¢qJ¹òö3´œŽ "
b"\x01 òä£)»p\x13 ìyÉúT9\x1E ┼ "
b"\x01 •„œ)¼s²ˆ×Žöޤ"} "
b"\x01 òä£)╩pÓØ²'ÝQ\x04 l\x16 "
b"\x01 •„œ)ÖsP½¨Ä-D&2b "
b"\x01 •„œ)ãr)¯\x04 iVaÃ(ÿ "
b"\x01 •„œ)ñpÄ•\x01 Ôg«õ<‘ "
b"""
\x01 •„œ*\x01 p_²ò‰\n
]áÆ/
"""
b"\x01 •„œ*\x15 qK¾*+'hÌÎð "
b"\x01 •„œ*"r<‡lœôAÖy\x13 "
b"\x01 òä£*1roà╩▀ÉO\x15 /Q "
b"\x01 òä£*@qÅ╣3█Lõt½ "
b"\x01 •„œ*Mp¹ª)„åc/ÊÓ "
b"\x01 •„œ*Zsá£Sd½o̬þ "
b"\x01 •„œ*grÚ¡Vôœ°Hõ5 "
b"\x01 •„œ*usÔ‰(¦\x1C ü«\x05 ” "
b"\x01 •„œ*‚ri§¨Rb\x13 Ôãz "
b"\x01 òä£*ÅqG¡>9;╗I░\x04 "
b"\x01 •„œ*œr«™‘¶ÑÿÐOF "
b"""
\x01 •„œ*ËrË”\n
[?dø†—
"""
b"\x01 •„œ*Ùr¸¾\x11\x1E ê'Y]f "
b"\x01 •„œ*år¾»°ïHÎyÁá "
b"\x01 •„œ*ór”´–º?üÚ\x1D µ "
b"\x01 •„œ+\x00 sŠ»?\n Øìûb\x04 "
b"\x01 •„œ+\r rēԃ®‘Yô\x16 "
b"\x01 •„œ+\x19 q®®å&ŽY\x11 Æ^ "
b"\x01 •„œ+%p«¸\f ®y±\x14 +\x0E "
b"""
\x01 •„œ+1q•ª\n
f½\x01 õMè
"""
b"\x01 •„œ+=r޽4\x08 Çß'ç\x1A "
b"\x01 •„œ+Isu»„Õ¶‘ÖÓ© "
b"\x01 •„œ+UqržÓ½ÎA)< "
b"\x01 •„œ+`rÄ…ÃÛ´å´j› "
b"\x01 •„œ+lqÁ¼:¦¼´\x12 Tñ "
b"\x01 òä£+yr(╝íÅhSÄ\x04 ╚ "
b"\x01 •„œ+…r]€BBµV\x11 j4 "
b"\x01 •„œ+‘q&³\v ÍC%Ê6\t "
b"\x01 •„œ+žqư3\x7F Ùƒ‰O4 "
b"\x01 •„œ+ªs¨£)+#k[‰O "
b"\x01 •„œ+·p\x06 ¬liìgGjv "
b"\x01 •„œ+ÄsŸ´]®úüt¤p "
b"\x01 òä£+ÐsØ¡Ã╝Á\x02 :{é "
b"\x01 òä£+¦qƒâO┌Å▓°S\x01 "
b"\x01 •„œ+ërž«$SÔ†áúŽ "
b"\x01 •„œ+÷pE¥É5–Å`RŸ "
b"\x01 •„œ,\x06 p‰¬\x0E Õ¢+0\x13  "
b"\x01 •„œ,\x13 r°§áÞªÜÅ]ß "
b"\x01 •„œ,\x1F q¥¨Zn&aŸÓB "
b"\x01 •„œ,+pô¶ShÑnøÛÙ "
b"\x01 òä£,6rþÅIÞ·£?\x0E ² "
b"\x01 òä£,Cp$╗ÉÕÂquâO "
b"\x01 •„œ,Or„\x10 .éwüG_ "
b"\x01 •„œ,[r0–fþ8æ–è: "
b"\x01 •„œ,gq"—ÐÝjqs±\x18 "
b"\x01 •„œ,sp\x18 ——ˆ³\x05\x18 {\x7F "
b"\x01 •„œ,\x7F r¯ª£¦K\f /÷\n "
b"\x01 •„œ,‹r˜®²jœÜwMÅ "
b"\x01 •„œ,—s©¹\x11 SϽa)j "
b"\x01 •„œ,£rŠ´<éüJYE "
b"\x01 •„œ,¯q³¢#W$¨À"\x1E "
b"\x01 •„œ,¼pÛ€=fVîâLú "
b"\x01 •„œ,ÈpW·Uösx>Z\x1E "
b"\x01 •„œ,Õpã‚]U?\r '\x1E ø "
b"\x01 •„œ,ãq•®`µ?*™ƒý "
b"\x01 òä£,±r╔Å.\f\x10 ¶ß│o "
b"\x01 •„œ,üpmŸêÕy"^‘\x06 "
b"\x01 •„œ-\x08 q\x01 ·õ¾?Rþh\x1D "
b"\x01 •‹DÅ•s6³ªì\x14\x12 Ã- "
b"\x01 òïD┼»sØî\x19 │[Ö░±ê "
b"\x01 •‹Džrå‚,˜Ÿd]\x1A þ "
b"\x01 •‹DÅÌq¯wú³_ùêà "
b"\x01 •‹DÅÛqëŒÔsçé\x10 7% "
b"\x01 •‹DÅèr:¶mŠSÉ\x16 ÿ\x19 "
b"\x01 •‹DÅøqÿ—mß\x02\x02 >% "
b"\x01 •‹DÆ\x07 sgµ`¤¦"‘Ôs "
b"\x01 •‹DÆ\x16 s!ˆ6GÆc,-H "
b"\x01 •‹DÆ%q€”ˆê@û6*è "
b"\x01 •‹DÆ0ròµ#E%ÂVÚÒ "
b"\x01 •‹DÆ?r©¸:ç/ç\x14 ÊI "
b"\x01 •‹DÆNqí—Ñ«RÕ.°ó "
b"\x01 •‹DÆYqZ \x10 rQϾ6\x7F "
b"\x01 •‹DÆfrß“\x17 Uñ{Â\x15 q "
b"\x01 •‹DÆys@³\x14 ƒÿ+‡p€ "
b"\x01 •‹DÆŠrɪÕ\x19 5è\x16 ÄW "
b"\x01 •‹DƘr¸½Á|×ÿà‘G "
b"\x01 •‹DÆ¥sÜ¡'®n¦D\x10 m "
b"\x01 •‹Dưqð¼6 \x03 €œ¸J "
b"\x01 •‹DÆ»p]‰ç"A}Í•Ž "
b"\x01 òïDãÃp\x03 ûd[┘RüÙ┌ "
b"\x01 •‹DÆÓrW¨ò˜³ëŽZå "
b"\x01 •‹DÆàrޱ|]ö\x11 pâ\x11 "
b"\x01 òïDãÝr\x1D üöÖüï9\x1C j "
b"\x01 •‹DÆøst¥’\v î¬\x05 Ò "
b"\x01 •‹DÇ\x05 s\x04 ¯‰ŠD\x07 lâÑ "
b"\x01 •‹DÇ\x10 pÒ½™¤û?ßäV "
b"\x01 •‹DÇ\e s-”\x19 [5Q\e\x02 U "
b"\x01 •‹DÇ&s/¥õ›; ÅïÌ "
b"""
\x01 òïDÃ1q\n
é%Ø\x1E\x06 ù?┘
"""
b"\x01 •‹DÇ<s-šM\x03 ó\x1D ^N™ "
b"\x01 •‹DÇJpÔ¾J\x1D ®ù»ùY "
b"\x01 òïDÃXr¢ºQ£ÅWºw* "
b"\x01 •‹DÇer²®(‘¹·\v “\x10 "
b"\x01 òïDÃpr\x19 ÅeTÒ╔╔╩/ "
b"\x01 •‹DÇ\x7F p<ƒh\x16 czSê< "
b"\x01 òïDÃÆr╝╣Ø\x16 Í~ø\x10 ã "
b"\x01 òïDÃór\x14 Ń\x1A └6¥┌³ "
b"\x01 òïDár.Ø█·Ä~│┤Ý "
b"\x01 •‹DǼq%¿yˆIÇ/l\x14 "
b"\x01 òïDÃ╚sCüÀ]Y¸½±\x1F "
b"\x01 •‹DÇÔrÝŠÚ«6ªe.v "
b"\x01 •‹DÇßp{‹-ܽðL¤Þ "
b"\x01 òïDÃÛr\x08 ØÑ8ç¡£¾┬ "
b"\x01 òïDçrbô┌cØ\x10 ï²Ó "
b"\x01 òïD╚\x01 p9¬ÕÅìÔfÉà "
b"\x01 •‹DÈ\f qÞ«“À÷›-P9 "
b"\x01 òïD╚\e r%é¹%üƒ9bY "
b"\x01 •‹DÈ'qgœU¤\x14\x05 ÊI\x1F "
b"\x01 •‹DÈ[q?Š–p\x15 g*è‚ "
b"\x01 •‹DÈkrœ™—#HL\x03\x7F å "
b"\x01 òïD╚{s_Å·╦æ\x03 Ï2| "
b"\x01 •‹DÈ‹q²–6\x1A ±¤\x19 û\x01 "
b"\x01 òïD╚øsª«Üó╚╚Å·¨ "
b"\x01 •‹DȨqí¸ì{nžä¼3 "
b"\x01 •‹DȵrP¾¤)/\e —3\x1F "
b"\x01 •‹DÈÁp©ŽLxÏrÄí` "
b"\x01 •‹DÈÎp\r ´‡%ú¨Å´Z "
b"\x01 òïD╚¦rÅö5║░vF▓H "
b"\x01 •‹DÈêr\r Ëœ-½.Ð< "
b"\x01 •‹DÈös™©/\x7F µ|øz\x1A "
b"\x01 •‹DÉ\x00 qlƒ°R„9\x15 IÝ "
b"\x01 òïD╔\f qâÉ\f ÕQuázò "
b"\x01 òïD╔\x16 s?ìÔ\f Ƹjók "
b"\x01 •‹DÉ"rĵH»ƒs.8ò "
b"\x01 òïD╔,q©®_ì,╝ÑsK "
b"\x01 •‹DÉ7s@–·†?±âν "
b"\x01 òïD╔BrjÉÝéhóu×Z "
b"\x01 •‹DÉMq;“ôè\x01 ÄAø0 "
b"\x01 •‹DÉXq)‘pc\x05 Cû>Ý "
b"\x01 òïD╔bp4ä³U¡\x1C ×ì\ "
b"\x01 •‹DÉmq¾²¡G\r ¹ã3È "
b"\x01 •‹DÉxp®êª\x13 ®cîI "
b"\x01 •‹DɃq¾®P¢®7ÄŒõ "
b"\x01 •‹DÉ‘r\x0E „—\x1F L¿,?× "
b"\x01 •‹DÉ s>³Ó9³Šoý… "
b"\x01 òïD╔»sÙÁÆåλÅ.y "
b"\x01 •‹DÉ»sR”`ü”\x0E £Só "
b"\x01 •‹DÉÇp\x13 ªh&†í "
b"\x01 •‹DÉÑr\x10 ‘ÇÎ=eFÔ+ "
b"\x01 •‹DÉÜq¯·÷è'†ËBþ "
b"\x01 •‹DÉèqˆ„’)y"P=÷ "
b"\x01 •‹DÉòq£€‹K]u¬\x12 x "
b"\x01 •‹DÉýq#™ÂI\x7F\x0E m£\x05 "
b"\x01 •‹DÊ\t sŸ„ŸXZ¶´%8 "
b"\x01 •‹DÊ\x15 q§’\x01 –èF¿ž` "
b"\x01 •‹DÊ!s#”Csá†ó„t "
b"\x01 •‹DÊ,q“’ÿ“˜èàð¾ "
b"\x01 •‹DÊ7s-¾/¡¿ãþJK "
b"\x01 •‹DÊCpö„Zk…²\x1F\x06\x13 "
b"\x01 •‹DÊNs=¡‘R˜áûÝ‘ "
b"""
\x01 òïD╩Zrgó\x04 \n
µÁ╔ü+
"""
b"\x01 òïD╩erxå=└ÐØåQW "
b"\x01 •‹DÊqpV•3ÎC6Ë¿É "
b"\x01 òïD╩}s?╣{²╬%ì\f e "
b"\x01 •‹DʈrA…\x1C à)w`¸6 "
b"""
\x01 •‹DÊ“r\n
®÷Ãúe–\x18\x14
"""
b"\x01 •‹DÊ¡p`—ìXÔ©Ÿá "
b"\x01 •‹DÊpEª”\x08 %Y\x19 ºS "
b"\x01 •‹DÊÕr!¿^*-“\x10 â\x08 "
b"\x01 •‹DÊãq\x05 –¶\x17\x0E ±jÃu "
b"\x01 •‹DÊîs”¬\x1E °¬7¸vº "
b"\x01 •‹DÊùp\x11 Ÿ>\x1E ·k\x00 ÁW "
b"\x01 •‹DË\x04 q–‹QèÑâ„\x0F z "
b"\x01 •‹DË\x0F q\r ŸU\t ¿zœ"ï "
b"\x01 •‹DË\x1A sùµ!\x05 =¼)÷¥ "
b"\x01 •‹DË&qa²7BX)w¶® "
b"\x01 •‹DË1s(¯$\x13 ß=šÝ\x1E "
b"\x01 •‹DË=qø‚ô'û˜ƒ\þ "
b"\x01 •‹DËIpåŒU/Ä‘ˆäÊ "
b"\x01 •‹DËUs"²‡À\x1F à'a> "
b"\x01 •‹DË`q\x13 º¦çP/\f ƒ "
b"\x01 •‹DËks÷‘\x7F ŠK\x17 •üv "
b"""
\x01 •‹DËwqb‡8\n
Yã¹Åõ
"""
b"\x01 òïD╦är╩ÉØéwB©*D "
b"\x01 òïD╦Åp\x01 ®H]╠┐JÇı "
b"\x01 •‹DË›s\x07 ŽŒ\x02 š\x03 ý3\x15 "
b"\x01 •‹D˦sÝ >®ŒYØ‚{ "
b"\x01 •‹D˱qm’ç=J\x1F\x0F àÙ "
b"\x01 •‹D˼qѰZ½–ìGF´ "
b"\x01 òïD╦ÃrÔ┤@»óÅü»{ "
b"""
\x01 •‹DËÒp‡«‡ó¦\n
\x15\x14\x18
"""
b"\x01 •‹DËßqc®*ÌL‘”»| "
b"\x01 òïD╦ÙrDáÉBPÜðõI "
b"\x01 •‹DËøsz‚\v )ktìu® "
b"\x01 •‹DÌ\x05 rÁ¼‡\x01 2Ñ„6” "
b"\x01 •‹DÌ\x12 p͹¨)º}Ø\f Q "
b"\x01 òïD╠\x1F sÉ┐laF¹0P║ "
b"\x01 •‹DÌ+p†¶tÜúŽv\x10 ( "
b"\x01 •‹DÌ7rA¬è'ŒÎg«Ä "
b"\x01 •‹DÌDs:Œ\x1D ׫¼ÄäÉ "
b"\x01 •‹DÌPr=¹2Ù» µ¡3 "
b"\x01 •‹DÌ[s\x11 °\x17 wB0ô¨9 "
b"\x01 •‹DÌhsèµ\e 9.óµ\x07 ¡ "
b"\x01 •‹DÌuqC›ò¬ì\x15 üGï "
b"\x01 òïD╠üsÏü\x17 9êúï\x0E ` "
b"\x01 •‹DÌŒru¦Æ[_}<W\x19 "
b"\x01 •‹DÌ—rŒ‰žÌz>‹\e ¿ "
b"\x01 •‹D̤r¾²¶nT½\v Ú& "
b"\x01 •‹D̰pݷ駘\x16\x15 ĺ "
b"\x01 òïD╠¢s╦ÉÎU╦Q2Á§ "
b"\x01 •‹DÌÌqð„²èU\e o^] "
b"\x01 •‹DÌÙr£¥Â\x05 E‡Y"# "
b"\x01 •‹DÌäsÑ¥Ú2…\f taø "
b"\x01 •‹DÌñqE°š²âÅÜ ñ "
b"\x01 òïD╠³r!Øw¨KĶ/Z "
b"\x01 •‹DÍ\x07 qQ‚(’\x16\x05 'R" "
b"\x01 •‹DÍ\x13 qÞª\x7F L¬Ê\x16 °š "
b"\x01 òïD═\x1E r\x16 ÉÅ2\x01 Ûíg± "
b"\x01 òïD═EseÅ'¶â´Ú¢Ù "
b"\x01 •‹DÍRs\x0F •³ú\x0E\f\x10 à™ "
b"\x01 •‹DÍ]r\x02 ¢r!†ƒô€v "
b"\x01 •‹DÍis™¿Àz¹ç8\x05 u "
b"\x01 •‹DÍtp\x08 ”\x1E 9ç¬>È, "
b"\x01 òïD═Çr7ìr╚\r #Ö┤! "
b"\x01 òïD═îrXü─\x15 ä└Rû "
b"\x01 •‹D͘q:‘\x01 ~œ\f V)– "
b"\x01 •‹Dͤsp·Îµè)ï\x15\x11 "
b"\x01 •‹DͲpT˜\x1F\t þOÒ†ä "
b"""
\x01 •‹DÍÀqÅŽ\n
‡Ê:›¨¿
"""
b"\x01 •‹DÍÍsJ‚]V8D¥+~ "
b"\x01 •‹DÍÚp?™á|ºRã,H "
b"\x01 •‹DÍçqè“‚§vw"¼¦ "
b"\x01 •‹DÍórd£¨Ndø®üÅ "
b"\x01 •‹DÍþp^¾ÚXÚj,\x02 x "
b"\x01 •‹DÎ\t sg´z\x1A\v "JŸ“ "
b"\x01 •‹DÎ\x14 r¸¨ï,¦œš\x14 Þ "
b"\x01 •‹DÎ\x1E p¶†þ\x16 R\x16 üT× "
b"\x01 òïD╬)q\x11 Á\x12\x10 J┌\r ü· "
b"\x01 •‹DÎ6p¯¾^\x04 í5x\x1E Õ "
b"""
\x01 •‹DÎBp: ò>s¤Ÿ\n
ñ
"""
b"\x01 •‹DÎPpn°V¸]T\x18 ?Ó "
b"\x01 •‹DÎ\pÓ±…¦t7\x1E /Ï "
b"\x01 •‹DÎiqR©^ùºÆ3pß "
b"\x01 •‹DÎvsЂ"·{2°ïj "
b"\x01 •‹D΄qûˆd\x1D gð´7y "
b"\x01 òïD╬Érêè_\x0F b}2¨C "
b"\x01 •‹DΜs$«œ;1rq\x0E © "
b"\x01 òïD╬¿r=ìg>à)?ðå "
b"\x01 •‹Dγp¥¦ÃmB´\x18\x17 u "
b"\x01 •‹DξpOŸ³“\f Q¡\x05 V "
b"\x01 •‹DÎÉr$´žäc›pŽ` "
b"\x01 •‹DÎÕqî§©\x14 s\Æ[\x1F "
b"\x01 òïD╬ßrNìq\x16 ´[©7\ "
b"\x01 •‹DÎìq¹ºFgú´Øüã "
b"\x01 •‹DÎøs(¶á‡o{¡¸ä "
b"\x01 •‹DÏ\x04 rW‹§¹MÕ”Êã "
b"\x01 •‹DÏ\x10 rà”õthøª‚¾ "
b"\x01 •‹DÏ\x1C p÷‰ó|Eðxh= "
b"\x01 •‹DÏ'qÖ£•œ#RöÁ® "
b"\x01 •‹DÏ2q襃؃l:ïp "
b"\x01 òïD¤=pÅ»Ca(r±)ý "
b"\x01 òïD¤Hr4ì%sÐL▒$ð "
b"\x01 •‹DÏRs¡²\e Êɪ\x07 4£ "
b"\x01 òïD¤]qz┐æ\x04 z█┤│Å "
b"\x01 •‹DÏhr\x04 —‚70€šõü "
b"\x01 •‹DÏssؼ¹«•ûÌ—· "
b"\x01 òïD¤~p|Ø+\x16 Ná\x16 Ve "
b"\x01 •‹Dωp\x10 ¯\x00\x16 À'\x02 ‚· "
b"\x01 òïD¤¡sü»HCB^HTè "
b"\x01 •‹DϹró–êg–D¾l> "
b"\x01 •‹DÏÄp\x19 ªÙ„õÔË8e "
b"\x01 •‹DÏÐqØ£\x0F ÿýP\x0F µh "
b"\x01 òïD¤▄r■É▓63T1¡G "
b"\x01 •‹DÏèrK´\x01 }ž’ø\v O "
b"\x01 •‹DÏópŸ¶4ï?%¦äÌ "
b"\x01 •‹DÏþq\x01 ŸÚU¿¨\x1D $ü "
b"\x01 •‹DÐ\t pRŠ\x14 è®ùé…ø "
b"\x01 •‹DÐ\x14 qɯ²WŽ\x1D î8’ "
b"\x01 •‹DÐ qd ®ë\x12 Ï w\x04 "
b"\x01 •‹DÐ,sƤžTÇ\Ö’ï "
b"\x01 •‹DÐ7rkƒâ¡LsÕ\v c "
b"\x01 òïDðBqaæ\x1A úÛmÅ¿H "
b"\x01 •‹DÐMpÕ£(äÍ\x05 ×úc "
b"\x01 •‹DÐXp{°ot£Ñxq\r "
b"\x01 •‹DÐcs\x08 ¥¾ü‰HONƒ "
b"\x01 •‹DÐop\x1A ªtJÓpz'ç "
b"\x01 •‹DÐ{s1£Ñšçp=³y "
b"\x01 •‹DІrØ—\r M\x07 ˆ8v# "
b"\x01 •‹DÐ’s„ºÏ\x14 ©\r qÀW "
b"\x01 •‹DОpbŽúwK)ì\x7F – "
b"\x01 •‹DЪq¨¯¥dÇ\x10 1Âë "
b"""
\x01 •‹Dжp\n
®1î²™æµk
"""
b"\x01 òïDð┼pÕ│³┘£Øxoı "
b"\x01 •‹DÐÐsj¹ü-cÎζg "
b"""
\x01 •‹DÐÛqö¯\n
ˆX^ðºl
"""
b"\x01 •‹DÐçqp£Ó3ߘ¹\x0F\x07 "
b"\x01 •‹DÐòsO•Æ,\e ØÔ·& "
b"\x01 •‹DÐþq]™4b¶R¾ÃO "
b"\x01 •‹DÑ\t pú¸¢'M\x06 #‡Ÿ "
b"\x01 •‹DÑ\x15 q渚DÒ.T¢L "
b"\x01 •‹DÑ s\x1A —N\x1A Z:u1Õ "
b"\x01 •‹DÑ+s:²0ü\x00\x08 ¼d¶ "
b"\x01 òïDÐ6qüÿÎJÊ'¦╚\x00 "
b"\x01 •‹DÑCp\x18 œ7F\x19 ŠÍ`Q "
b"\x01 •‹DÑOs’ªî¶Æk/üû "
b"\x01 •‹DÑ[p·®æ\x05 1“R´Ø "
b"\x01 òïDÐfr«öÊIØ▀HBï "
b"\x01 •‹DÑrsâµÖ‚>±Nð\x16 "
b"\x01 •‹DÑ}r€‚÷M‹ŸxÙ "
b"\x01 •‹DÑ‹pú´·žæL•\e ½ "
b"\x01 •‹DÑ—qƼdg\x14 9)oO "
b"\x01 •‹DÑ¢sùº\x1C\x06 m°#œÿ "
b"\x01 òïDСqw½ÍJéìcé® "
b"\x01 •‹DѸq.‘m¾\x01 §˜8& "
b"\x01 •‹DÑÃs“§i)‡FáKS "
b"\x01 •‹DÑÎr应\x17\x11 <Ò‹\x1E "
b"\x01 •‹DÑÙr_³j'‹UÐ\x1F H "
b"\x01 •‹DÑåqt¼\x19 \¸tÇŽ- "
b"\x01 •‹DÒ\x07 sð·ä\x13 ô\x16 dFf "
b"\x01 •‹DÒ\x12 s³„®QHþDm\r "
b"\x01 •‹DÒ\x1E si¼\f +ö@¸nâ "
b"\x01 •‹DÒ)q¬™ñ\x04 £‰¸là "
b"\x01 •‹DÒ6s\x0F ‚Ù—Mv÷"î "
b"\x01 •‹DÒBr»¨\x7F ;%Ý"#W "
b"\x01 òïDÊMs╬ºÇì╝ª!\e W "
b"\x01 •‹DÒZpqŒïJ½¨çŠ> "
b"\x01 òïDÊhr×ü\x05 ─\x14 Ù:\x10 N "
b"""
\x01 •‹DÒuq\n
¤\n
²¢6…°¢
"""
b"\x01 •‹DÒ‚p\x1A ¦°¡˜\v ŠìB "
b"\x01 òïDÊìq%îNü│3ñ¼Ì "
b"\x01 •‹DÒ™p‰¢\x16 mäà‚†Â "
b"\x01 •‹DÒ¤s:ºG\x12 UK„ŸO "
b"\x01 •‹DÒ±s\x1C ”ðØe·“©Ó "
b"\x01 •‹DÒ¼p\x14 ©;\x12 #ElM¶ "
b"\x01 •‹DÒÊs,¼{CÆCü\x15 j "
b"\x01 •‹DÒÖrƒ¼’\x15 †\e Ú¡! "
b"\x01 •‹DÒâpm¢DísFóOf "
b"\x01 •‹DÒíp—µäé?x)hå "
b"\x01 •‹DÒøqE´\e B☄œˆ "
b"\x01 •‹DÓ\x05 pµ™^ø©[PÉÒ "
b"\x01 •‹DÓ\x10 pʤóª«ñ\x1E âÎ "
b"\x01 òïDË\x1D r▄ü\x1E\v °┤\v üû "
b"\x01 •‹DÓ)rb¹\t 2i”B0ý "
b"\x01 •‹DÓ5s¬—Dm\x02 :©Õ "
b"""
\x01 òïDË@r▄®ÑªÅÿÛ\n
f
"""
b"\x01 •‹DÓLpQ’š€®ü\x1F 2@ "
b"\x01 •‹DÓWq˜…‡{N¡Ç7v "
b"\x01 •‹DÓbrŧ‘$J\x01 ù.¼ "
b"\x01 òïDËnp+ø[éÉ©À,y "
b"\x01 òïDËyqÍÅ%╬ │ô¯╩ "
b"\x01 •‹DÓ…s\x05 ®øg\x18 ̯\x03 T "
b"\x01 òïDËÉpsòõ¹ïv\v $" "
b"\x01 •‹DÓœpI–>"¶\x19 dVY "
b"\x01 •‹DÓ¨r:ŠÈÏ\x00 'L’\x1C "
b"\x01 •‹DÓ´qž²Ü«ò<®qM "
b"\x01 •‹DÓÂq„‰r\x0F w{–¿ "
b"\x01 òïDË╬rÉÖ«?')Ø&‗ "
b"\x01 •‹DÓÜp\x12 ™\x1F\x00\x01 þ¥È' "
b"\x01 •‹DÓèp¤˜'}f~¢(Ë "
b"\x01 •‹DÓós9«Ì;ha–r} "
b"\x01 •‹DÓþp»°F„XP\x12 2T "
b"""
\x01 òïDÈ\n
pÉÅ4å\x08 ÿY┼>
"""
b"\x01 •‹DÔ\x16 pÑ«°»á£ïá¡ "
b"\x01 •‹DÔ!rlƒæÐ9IšòÕ "
b"\x01 •‹DÔ-sß‹ï–\x14\x07 è\6 "
b"\x01 •‹DÔ:p\x0F …\x1E š³:…\v þ "
b"\x01 •‹DÔGs)‰±ö¿QøxS "
b"\x01 •‹DÔTsУa ÖÝ\x1A Èc "
b"\x01 òïDÈ\x7F q.Áà¦F\x10 atì "
b"\x01 •‹DÔŒq>˜;ÀÂspߨ "
b"""
\x01 •‹DÔšra§\n
qÖobŠ
"""
b"\x01 •‹DÔ§sš¡\x0E r¦û¼w¨ "
b"\x01 •‹DÔ´sâˆ7~Ö4Æjc "
b"\x01 •‹DÔÁpϘöi;SAU¥ "
b"\x01 •‹DÔÍr„™C$ŠóðLq "
b"\x01 •‹DÔÙqÍ–¤»\x04 v“ƒp "
b"\x01 •‹DÔåq†¯B{™cá\x12 « "
b"\x01 •‹DÔñsô„%ú«‹y„Ó "
b"\x01 •‹DÔþpûf![L\v [Â "
b"""
\x01 •‹DÕ\t r\x01 »GTB\n
²\r x
"""
b"\x01 òïDı\x15 p¯åp─ÎìÀ\x14\x06 "
b"\x01 •‹DÕ"p7‘NƒÒç¸>ä "
b"\x01 •‹DÕ/r\x16 ”Ð1fýåQ0 "
b"\x01 •‹DÕ<rçºwÔL9„s! "
b"\x01 •‹DÕIrF—¡\x1E u÷9y— "
b"\x01 •‹DÕVpRº‚rãÑ\v Ä\x1F "
b"\x01 •‹DÕcr\x1F ½\x15 3\v ï0\x1A } "
b"\x01 •‹DÕos\f ©¿‘!‚ûG„ "
b"\x01 •‹DÕ}r\e ’68ØÝ¨¸´ "
b"\x01 •‹DÕŠqa‹ÔzšÏ\x1A\x08 Û "
b"\x01 •‹DÕ—p¡Žºûýõ’ËH "
b"\x01 •‹DÕ¤qgŒÒ\f\t M\r å\x11 "
b"\x01 •‹DÕ²q°²”IW·?–¿ "
b"\x01 •‹DÕ¿r;›+ò&|J¾a "
b"\x01 •‹DÕÏp‚³\f -Ô—\x07 ÊÉ "
b"\x01 •‹DÕÝq!‡t¬ÅÉñé "
b"\x01 òïDıÞpñ╣®\x19 yü¯\x7F ┌ "
b"\x01 •‹DÕõrf¼}ç>A’\x07 y "
b"\x01 •‹DÖ\x01 p8¯ÿ:ƒ\šæ¿ "
b"\x01 •‹DÖ\x0E rg†Š¶‡}…ˆ "
b"\x01 •‹DÖ\e pA”cÙ\x0E °Tj "
b"\x01 •‹DÖ)p\x1F –ñ6\x11 XÀÑC "
b"\x01 •‹DÖ6rC rUP\f ²“ˆ "
b"\x01 •‹DÖCq'»ýE–_NtŸ "
b"\x01 •‹DÖPs#•ŒNž;\x19 u[ "
b"\x01 •‹DÖ\q›Š@oxj¸Ùþ "
b"\x01 •‹DÖgs\x1A ®ˆZ\x02 Îõ¨÷ "
b"\x01 •‹DÖss4“+\x10 ã–,©\f "
b"\x01 •‹DÖ€p\x00 „\x13 ÐN?w©3 "
b"\x01 •‹DÖŠs\x06 Ž,5êÛ=±“ "
b"\x01 •‹DÖ•qfœÇö¬ÓÕ™C "
b"\x01 •‹DÖ¢q¡©øHL}ÖBx "
b"\x01 •‹DÖ¯qc¼úÈü\x19 ´þ‹ "
b"\x01 òïDÍ╗qÿüíÉÂ2\x10 K┼ "
b"\x01 •‹DÖÈpVŒD\x08 GÞ{öâ "
b"\x01 òïDÍËpÚÄù¤ì ]└ý "
b"\x01 •‹DÖßrу5xó8nhì "
b"\x01 •‹DÖìp}ª¿B…b\x16 6\x18 "
b"\x01 •‹D×\x16 pÄŸ\x07 Ћ\x01 yOÓ "
b"""
\x01 •‹D×%p\x15 ² ì\n
Gó¶(
"""
b"\x01 òïDÎ2qáìÒ\x12 PÄÃ\r \x12 "
b"\x01 •‹D×?s특C^€^š\x01 "
b"\x01 òïDÎLs,½4Ou─½aÉ "
b"\x01 •‹D×Zrˆ k\x12 þ\\x1E Ø´ "
b"\x01 •‹D×fq¡žb\v ’$‰\x19 Ò "
b"\x01 •‹D×qp§‡&[¶f‰‰Ì "
b"\x01 •‹D×|p\x1D ‹Áfjó”"Ñ "
b"\x01 •‹D׉qʳ\Ä¢\x12 È=… "
b"\x01 òïDÎòp╦¢Uº¡úɯ "
b"\x01 •‹Dסr>¨Ëæ\x07 ÏG£R "
b"\x01 òïDΫr╗ÖÖ*ѹ╝©Å "
b"\x01 •‹D×¾s¼»ÑÙ\x07 ¢@ÇD "
b"\x01 •‹D×Ëp¤®2‰Úð&\x11 Ë "
b"\x01 •‹D××rË“÷¯.\x00\x0E µc "
b"\x01 •‹D×ãpÈ¿wgÍØ.  "
b"\x01 •‹D×ðqù©û¼bn÷óy "
b"\x01 •‹D×ýsµ°\x00 ³8·)ž¦ "
b"\x01 òïDÏ\t r(¼\x14 éüeK\x12 Û "
b"\x01 òïDÏ\x14 pä╣o╣®6É©y "
b"\x01 òïDÏ\x1F pÃÀÉæº Ú7Ò "
b"\x01 •‹DØ*pY¿Ü°ïpY\x10 V "
b"\x01 •‹DØ7qgžžQ\x18 õŒ= "
b"\x01 •‹DØDrk—4Í\x0E ”Çs+ "
b"\x01 •‹DØQqa²\x01 á&Úë\x11 Þ "
b"\x01 •‹DØ^rÀ´åç\x19 óx®j "
b"\x01 •‹DØjs̬¿¥R`0ž© "
b"\x01 òïDÏwr\x18 ª!i█É\f ÀÝ "
b"\x01 •‹D؃q\x04 ‡rLì¢îUL "
b"\x01 òïDÏÉq\x06 ƒ‗\x10 Ý)\x02 s┬ "
b"\x01 •‹DØœsWŸt¨k䦢ï "
b"\x01 •‹DØés\x04 ¢Á,†EÎ$ß "
b"\x01 •‹DØørû°¾º\x03 N*ßi "
b"\x01 òïD┘\x05 qÆ░).Åõe¶¦ "
b"\x01 •‹DÙ\x12 p\x12 ±‹3óÏuœ¨ "
b"\x01 •‹DÙ\x1E r¢¦\v O\x15 #A\x1C ž "
b"\x01 •‹DÙ)qÀ ˲5¢¤\t\x10 "
b"\x01 •‹DÙ5r†”)L@\x19 µß\n "
b"\x01 •‹DÙAqÊ”ø«\x01 ¾\x7F ŒZ "
b"\x01 òïD┘Mpªü¢øîv\x1D Fd "
b"\x01 •‹DÙZqM‘Õ Ie¬;w "
b"\x01 •‹DÙhsÓŠ©ô1^®nó "
b"\x01 •‹DÙupúŽz¬_\x19 (z½ "
b"\x01 •‹DÙ‚qJ¶Ÿ)$Òvp\r "
b"\x01 òïD┘Éq{®T±▒f&Çã "
b"\x01 òïD┘Øq~½\t fı\x07\x0E Ð\x1E "
b"\x01 •‹DÙªs…Ÿo\x0E ØúW¼` "
b"\x01 òïD┘©pËÅ\x03 Ô\x12 ç¦Æ7 "
b"\x01 •‹DÙÆp†„»ü\x0E 7-ãy "
b"\x01 •‹DÙísƵ\x0F\x13 êY|ˆü "
b"\x01 •‹DÙúr9¸0eR—ƒ×\x10 "
b"\x01 •‹DÚ\x08 ršŒž/\x06 „ÿùà "
b"\x01 •‹DÚ\x14 q\x17 ’\x07 /"›õó‘ "
b"\x01 •‹DÚ\x1F pY©\x03 í[gï²& "
b"\x01 òïD┌+pý│I»øPøòÅ "
b"\x01 •‹DÚ6sÚ¸Ó¦=6cD¼ "
b"\x01 •‹DÚBs¢‡\x19 ¤~gQˆ` "
b"\x01 òïD┌Nsà¬Ç║Ä╦\x08 Å╔ "
b"\x01 òïD┌[pߨÛ×\x06 ×þuB "
b"""
\x01 •‹DÚfsתV\n
5\x07 ]ó™
"""
b"\x01 òïD┌rs-┤É£%}¯-Ï "
b"\x01 òïD┌üpy×ÿn\x0E Çë¬ï "
b"\x01 •‹DÚŽrS„'6Õy›k• "
b"\x01 •‹DÚ›r».ÑÇ5\x7F ¨« "
b"\x01 òïD┌ºpiå\x07 :╚ìà÷Þ "
b"\x01 •‹DÚ³sm©\x18 þó\e e\x02 # "
b"\x01 òïD┌┐sA¬uçìÓê\x1E í "
b"\x01 •‹DÚËpV±IM &£(Õ "
b"\x01 •‹DÚ×p\x08 ±ˆIŽUŠ„² "
b"\x01 òïD┌Òp╚¡{fX½ügj "
b"\x01 •‹DÚîpl±h\x16 Æ>‘]Þ "
b"\x01 •‹DÚøp^©±[H!À\x16 × "
b"\x01 •‹DÛ\x05 r”™ò\x1F nqܦg "
b"\x01 òïD█\x11 q{Ø£.ée1!Á "
b"\x01 •‹DÛ\x1E rÁ·\t §³Í›\e › "
b"\x01 •‹DÛ*qäœ&-/$Ü‹O "
b"\x01 òïD█7pö©×ı\x12 É├Bî "
b"\x01 •‹DÛBs_žÉèªhÀ+¶ "
b"\x01 •‹DÛNrå¼5\x04 ÌØ\x1D ¾O "
b"\x01 •‹DÛ\pî´½¬\f ëêš° "
b"\x01 òïD█hqm░äØEÒ\x03 î÷ "
b"\x01 •‹DÛuq)»n°bä\x02 Nc "
b"\x01 òïD█üq\®\x12 ┘]]\x12 ╗└ "
b"""
\x01 òïD█ìp~®\x0F ¢\n
äð`¬
"""
b"\x01 •‹DÛšrµš\x07 èpSµ1Ó "
b"\x01 •‹DÛ¨r™¶¨‰ J˜È_ "
b"\x01 •‹DÛ³p”ð}ïUåöµ "
b"\x01 •‹DÛÀs±¶–Ü¡IÖ†è "
b"\x01 òïD█═sÅø@ëâ╩ðå< "
b"\x01 •‹DÛÙp#¬"heTUwS "
b"\x01 •‹DÛäq°¯Û0Ø\x07 h÷\x06 "
b"\x01 •‹DÛðr—‘åèL\x10 L†Ç "
b"\x01 •‹DÛürú¯\x10 z^`#n¡ "
b"\x01 •‹DÜ\x07 qû“[Ë\x05 eØá› "
b"\x01 •‹DÜ\x14 q\x10 ®:‹9<1ï "
b"\x01 òïD▄ sØñOmµ\x0F âµ¢ "
b"\x01 •‹DÜ-rn‹Üb\x1D ;©Ät "
b"\x01 •‹DÜ8qî—ßnþ\x1F Óy) "
b"\x01 •‹DÜEpÇ•¨£o\x1C ‚¸Ø "
b"\x01 •‹DÜkpj½3©\x1E éê%‹ "
b"\x01 •‹DÜwr,†Np‹\r Ñ9‚ "
b"\x01 •‹D܃qž“\x14 Tüï—\x05 "
b"\x01 òïD▄Åpxö<\x14 B\x02 Sª¾ "
b"\x01 •‹DÜšs\x13 £E¼WõÎ\x08 e "
b"\x01 •‹Dܦp“–=eÃ[\r Þ "
b"\x01 •‹Dܱs\x1C ‹mü’IéQŸ "
b"\x01 òïD▄¥q\x05 ¬═ìù:~ë\x13 "
b"\x01 •‹DÜÉr§½K7{øÄrH "
b"\x01 •‹DÜÖp¿ƒ «~S8¥¿ "
b"\x01 •‹DÜâqä«\x06\x14 Ú‘‚4‰ "
b"\x01 •‹DÜír\x00 ±«-ËÚåxy "
b"\x01 •‹DÜùr\x1E ±[¹Y¯‹<‹ "
b"\x01 •‹DÝ\x04 s ”ÁJT_ß4Û "
b"\x01 òïD¦\x10 qÅ╗ÚM1ã£v7 "
b"\x01 òïD¦\e r┌┐)rÉlôÁI "
b"""
\x01 òïD¦(sÊ╣╩\n
üM\x15 ²¢
"""
b"\x01 •‹DÝ5qñ®ÆïWk½y™ "
b"\x01 •‹DÝBrjš\x15 ¦\x17 U-\x02 Ž "
b"\x01 •‹DÝOpÖ†çË1µ÷^* "
b"\x01 •‹DÝ[p5£9\x07 Ë"Ÿ\ë "
b"\x01 •‹DÝhq³ŠŠ„Çúá$\x0E "
b"\x01 •‹DÝurÓ£o~AË#ŸU "
b"\x01 •‹D݃r˜Œ›F´ò.ân "
b"\x01 òïD¦Éq®ô\x06 ,Müãíæ "
b"\x01 •‹DÝŸr‰–ˆ\x15\x08 $õ\x1D B "
b"\x01 òïD¦¼qóÉ?§┐ÕÈ\x01 ; "
b"\x01 •‹Dݸrz°ýèha¶a\x05 "
b"\x01 •‹DÝÅp\x16 ˜‚}x¯\x02 ÐÏ "
b"\x01 òïD¦Êp\v ز\x1A ÷nX┘´ "
b"\x01 •‹DÝÞq\f €L„X\x06 ›\x16 _ "
b"\x01 •‹DÝësÜ–¶5¼™u@K "
b"\x01 •‹DÝøp\x11 ‘´\x1E ò\x16 ]ù¯ "
b"\x01 •‹DÞ\x04 r\x04 ›Øº¡I%ô¬ "
b"\x01 •‹DÞ\x11 pc‹ˆ¨tY‘Xa "
b"\x01 òïDÌ\x1D qƒÁ|ü\r ùÒÓÖ "
b"\x01 •‹DÞ*rЇú!=\x1E •ìÀ "
b"\x01 òïDÌ5r╣ï╩ ÜÅ\x07 ÐÝ "
b"\x01 •‹DÞAs踃)Úë-¶\e "
b"\x01 •‹DÞMsó°kØjÌ*¾Â "
b"\x01 •‹DÞYp!ŠÍ±@-ÅÉS "
b"\x01 òïDÌlr#ØÕðî¸├Ê\x1C "
b"\x01 •‹DÞyrÖª\x16 “_¶ÏðÆ "
b"\x01 •‹DÞ‡qµ³û|Iý:|¸ "
b"\x01 •‹DÞ•rZ¦‰\x10 y\x16 ùo… "
b"\x01 òïDÌóq\x16 ÇÉZ\x04 I¶¤r "
b"\x01 òïDÌ«s═É\v °¼r®¼ë "
b"\x01 •‹DÞ¼rá‡rü\x11 ÇŽ?Y "
b"\x01 •‹DÞÈs~¡¡\x02 aK´.Í "
b"\x01 •‹DÞÖqÁ¶\x19 9øûHf "
b"\x01 •‹DÞûp§µ/6wó`5Ü "
b"\x01 òïD▀\x07 rºÉÛÚ<8Y▒W "
b"\x01 •‹Dß\x13 pô•ÀÎ$òO˜ "
b"""
\x01 •‹Dß\x1F s5¿\n
\t ñ_W¨›
"""
b"\x01 •‹Dß+s8Šn\x11 ÒÙ\x7F\x05 7 "
b"\x01 •‹Dß6s\x15 ‡A .dn[N "
b"\x01 •‹DßCq¿«HŽSI#kÅ "
b"\x01 •‹DßQrâ°ŸxÏ]õBM "
b"\x01 •‹Dß^se¿}j‹Å^Ÿ\x1D "
b"\x01 •‹DßlqX¬\x00\x04 !̬™N "
b"\x01 •‹Dßyrm€+×É\t Í”E "
b"\x01 •‹D߇ra¼¤Z`\x01 %\x14 * "
b"\x01 •‹Dß•rý‚ƃë\x18 ÔÍð "
b"\x01 •‹Dß¡p‹“~4:>¶*Î "
b"\x01 •‹Dß®q,¾\x07 ÿ{Œ˜{% "
b"\x01 •‹Dß¼sɶœÈ’5H»• "
b"\x01 •‹DßÉs‹ªÍü\e ¦\x03 | "
b"""
\x01 •‹DßÖpZ»!¶\n
Õ† \x12
"""
b"\x01 •‹Dßãpm‡û:ˆ„ïo< "
b"\x01 •‹Dßðp\x17 ‚KÌ\x11 kÒù² "
b"\x01 •‹Dßýq\x06 ¢.iÛ\x0E\x17 É© "
b"\x01 •‹Dà\v rtž¤²ß…×J] "
b"\x01 òïDÓ\x19 r╗ĬìæÚÊ\x11\x13 "
b"\x01 •‹Dà&q®‹ON\e ê~¢Ž "
b"\x01 •‹Dà3p}£\x00 ]š“ÉIö "
b"\x01 •‹Dà>qu½§C>ÉÔo½ "
b"\x01 òïDÓMqÕ║¼É]cc\x12 "
b"\x01 •‹DàYr5¤qjéÙ?Ùi "
b"\x01 •‹Dàgs©q¦[íãxÀ "
b"\x01 •‹Dàure¨lƒø\x19 +\x15 % "
b"\x01 •‹Dà‚sØ \x1A c//0Q0 "
b"\x01 òïDÓÅpÆØ]£▀\x06 ©ÎÉ "
b"""
\x01 •‹Dàœqh¼ì´\n
ŶY\x10
"""
b"\x01 òïDÓ®r┌»É¶22\x11 rµ "
b"\x01 •‹Dà¶r‡›Cœzü–\x0E\x19 "
b"\x01 •‹DàÂs°¤˜;;ǧ\x17\x19 "
b"\x01 •‹DàÐs%§2”\x08 Àü]ñ "
b"\x01 •‹DàÝpü”Õz\x05 î¡Î4 "
b"\x01 •‹Dàér˜¯>–½ý\x0E !M "
b"\x01 •‹Dàöq\x0E ‡`yÆèÌxß "
b"\x01 •‹Dá\x01 rܽØ$\x7F gÎzè "
b"\x01 •ð+0Ùx–¼N®†°<ú/ "
b"\x01 –b\f ~uuiŽ‚WR\x05 ¢Âc "
b"\x01 ûbY®3y╠┤p▓=Sí┌É "
b"\x07 ÞôÑžPG‰¨\x02 ó¼è)\x00 & "
b"\x07 ²²\x00 7!Oá╝\t ZÉ$)\n ¹ "
b"""
\r Gö…MŸE\x10 ™\x03 \n
"¯Ø4$
"""
b"""
\x11 ^\x1E\x17 ´HNšµ¶ô\n
üC2q
"""
b"\x11 °k8A\x15 AÑ£\x00 OùL\x17 Ê "
b"\x12 ┴░╚ÑÍJºÜì├6D4±) "
b"\x13 gX\r º“F¾‘\ñXëùu½ "
b"\x13 “CÄ=0D8„Gœ7`ÏSÝ "
b"\x1A\x06 ëõ¥6A▓ÅV÷Ä▄gþÙ "
b"\x1A .V\x1A ÙpO£¦\x08 :„‚Ã\x01 O "
b"\x1A PÔÇË™@Þ‰.\x06 ¡k\x1C D1 "
b"\e Áv‘pyJl‡¾\x0E ˦èzX "
b"\x1D |/ù{¨DM‘ÂÛ¥\x1C µŠ\r "
b"\x1E 6v˜ŒqHª—Ò[\x06 w…t˜ "
b" ’ÌPç,J½o¥WóOµQ "
b"!FÀæ«]EÑ“\v Ïœ÷\x1F ‹® "
b"$½¸ÿê§KM¹¦Ü7„\x04 t\x19 "
b"%BßÎÀLÏ·(Àš:¦5´ "
b"%V´oÙ¢EÔ…¤Zóg×¼Ì "
b"%Šõš\x1E ¯Hô™Øçÿ\x0F D\x19 © "
b"(½~Qô╣OüÅËæ\x00 uÎiÊ "
b"*i†s–êH=º\x13 J•aظà "
b"*òP/àƒN¢“M–LÒF\x1A n "
b"+²“8Â,Jµ¬:ûƒóÐû\n "
b",5–ôà„Gθ×\x19 à4d—È "
b",o¥\x7F ¸7D\x0F ½¨Ž¥{ö\e O "
b",Öb9\r ╝NZÉÝ;y═[þ╣ "
b"/üq´ı\x06 N üËFÄ~vlp "
b"1Þàü\x01 J─┤\x14 ÀÇ\x07 Î\x11 I "
b"2NœK\t\x08 O닊4¦Zx°Ò "
b"2^áŸn\x16 H}¢œÒ]p4¢Ê "
b"4ÖÈ?nëE¢ç£¶Éãè\x04 \n "
b"6Ó:Ê”\x1D A¢µ\x05\x00 4ÜÎK "
b"6¦[Î▄¤D\x18 áRXbüó¸µ "
b":lj\x04 ‘ÐL³„ɆO÷52h "
b";i³ãAæFzÉ\x13\x1E $ia!░ "
b";¡L>h8AÈž:y,Wþªš "
b"<ÊUT[»DÓ„cI\Ô\x01 p¿ "
b"=\x12 ²%³.J«°£Eñ”\x1D Ѿ "
b">«Ô]{ÄDI˜\x00 \n „Q\x1D ×v "
b"AÁÏYÉÒGê¨\x17 .°Õ\f y^ "
b"Bx\x0F üß}B«ç\x11 @¸\x7F ·Öm "
b"E½\x02 3¨†Lœ²–ã–Í\x1F\x0F þ "
b"F2É ¹■E{ÿ±\x0F ▓ÄHÎ\x04 "
b"HÑ\x04 h\x17 ‘Eˆ´©_¹9äÈí "
b"J \x17\x05 Z»GBšöädɯ™ñ "
b"L*ŠkYKA>·ÜÜ#Ç;†\x15 "
b"M¯½gvpJgµ„\x19 p:ulL "
b"MÞ8\x1E íEC.® ú†ÖŽÉM "
b"""
P´}ôJ▄ONâ`½Î\n
ì ╝
"""
b"X<θÄùHMÿüÿæ\e 7Ô█ "
b"XÅ\x07 ½╦ÒLûì¨_ÇÃ>¤~ "
b"""
XœZh ,D{®\x06 ÁÿÊp\n
c
"""
b"Z\v ³5ôªD\x1C §X‘õÏ©øø "
b"]W|v\x7F 6O³»t=7[`A\x06 "
b"_o┌ؽ>HãàŃHIý\x14 º "
b"a┴~ì)Ú@c⣥;Ü╠bÅ "
b"jùz\x14 fêG¤¨\x08 ™\x05 „}uÉ "
b"m\x11 EùÙ─D4ü]\x1F oÉü─î "
b"qœˆ¶JßG5¡=aí|R8C "
b"q╠─\x00 ëÛK┌Äê§·v¥╔ì "
b"sœr\r \x18 šK-¤™MÓUß7¿ "
b"uü-Ù\x16 bMy…íµ\x0F ÂS`\x02 "
b"v\x17 vN¦\f DÙµ»Rz\e ‰)¯ "
b"w:Ê\x02 4\x16 @éü╚`c┼Wcæ "
b"x§LÔiÓM\e Ø~\x0F ¾OÙÑü "
b"zÝk²û¬@@œÂ?Å\x15 ¾w— "
b"{‘²Ÿ8wLÀ‰Á¤&KN(> "
b"|Î>Ü╦@JðÅzÖÐ\x11\t &Ö "
b"}\v +˜PÑH~†\x04 ^݈&\x11 ã "
b"~£Ò\x12 a2IN¢.\x19 çê´Ê\x14 "
b"~ôɹéÖEq»E\x0E $8{äm "
b"\x7F &├¨Û@JèÅ=!ë╬¥┤\x10 "
b"€>‘þS\r C²›*ün¯9\x18 ß "
b"€g{üÈ_D³¥vSŒ_¨Ù\x01 "
b"é╣Ñjý\x10 G\x00 üçø!=thÅ "
b"ƒÁf×ÒvAcšÑÚwsõnŸ "
b"„O¨Ž×\x04 K\x03 ‚ƪÇsÔ·• "
b"„äìT\ÈL¥¦Ä¹›Ú ]\x0E "
b"†\v Ï!Á\x03 FÈ™¦.vÙÍŠ÷ "
b"‰’ކN\Jœ—ÀtHÉ}Àñ "
b"Ž>ÖL\x16 „N”›ñ<î\x19 &z„ "
b"Å\x15 ÔÃ┬"L_í\x1C\f M_=\f s "
b"Åz<─ÕâOÁúZ½2êî9W "
b"ÉY$¡Ø©B\e ÿº_ÿE'Z "
b"‘Á\e\x15 =ÉEmŒæg)-iE% "
b"‘þÆ)–þJö¿’\x00 "mnz÷ "
b"”"èñ\x01\x15 Lû£.^Y9\x12 –õ "
b"˜>p\x1C …»EÏ–½\x01 ·ó×Ee "
b"›ôù;ì'KýºD„ßK\x13\v O "
b"ØÔU╣½3N[░4çLl`0╬ "
b"žŠìþŸßAQ¶ƒíêÆIF@ "
b"óSÚ┐PÛJ¿»╦=ì[º\v ¨ "
b"""
ú3ÒÅîÍH\n
½*À_XÀV\v
"""
b"ª\x0E l ¥þGв\x08 u¼s+\x1F — "
b"«IÚ½ÌFAi¡‘L\x19 b×M“ "
b"¬9È\f \x1E J\f –\x1C Käx3‰¶ "
b"¬·iÞ¿¡H(š~\x7F èC™ˆè "
b"""
ãûU¼ãC€¨–ÂnÙ·\n
ô
"""
b"»{Ìá.òCrÅÒ«Ó\x00 Á>Ô "
b"¯µe0d™F¼¶Ø\x10 PT}tÆ "
b"±æáŠÞ‘C\x14 ’Df8ðrK¯ "
b"²(R…a=OU§®Nëe¶h7 "
b"³¤Ä¯1ÙN\x06 ˜Å[\x10 ’Ę# "
b"Â\À■ý{LߨÝ┌³¼"P╝ "
b"¸ðBÝÕ,E/‹U¥\x05 Ú·>s "
b"ºŽ\x04 èÿœN¶•1ÒO4±ž¾ "
b"¼\x1D €uìYI7¸p4ºC\t ß| "
b"½â>ZÂ|Dˤ\x05\x12 j#!\x1D\x17 "
b"ÉfÏ0Õ¡H\x0E ²œÁ[ú{ B "
b"ÉûrµV0Oð´SÉôø¶™Û "
b"ÎHá°ÂQNàºñv\x16 3’k> "
b"ÏЛ§šïMôŠlü9xW†¹ "
b"ÐJq˜âÀM4¨)\x16\x1C ÿz[ "
b"Ê$\x1C ®î\x02 K\x14 üL,1ìùÑì "
b"ÒêÒTxªN®¼r,€»wié "
b"Ó \x08\x16 K!HwŸBµì@j;ã "
b"Ë¥¥v\x18 ìB½║ê╦²]p▀Ñ "
b"ÕÚÿd„\x1E G²«%ž\x00 ÍgɆ "
b"Ød°ŠƒBI\x1A ¶[} \x1C x7s "
b"ÚÙÛE¦2H׀ȹ\x12 !\x05 ›s "
b"Û€ ¥\x06 nKS°“\x1E OÒü1» "
b"ßÎ■¡AdF-óUüºBy_° "
b"ÔÙÄ╦╩¸B┘¬B(^ü\x06 ôº "
b"æ¡!áhüGd‹¼„Có\x1F\x11 ‚ "
b"æªÂÎ\x06 U@á’t|S‰v-å "
b"ÛÌ\x02\x7F ╣\x1D G(ïg▒ŤX¤ö "
b"""
ý\x08 └█7ÉL)╝,â¬õ¯\n
Ð
"""
b"´2¡│L#M\ëüç@oo<> "
b"ðëΈ\x06 KE¦¶h\t Õ¨å&> "
b"ò˜—èQØDb†U\x05 ìMÈ›\x06 "
b"ô°ÙûF,LVŠêŽí9+x "
b"ø;Pd¾\x00 H¯«™s~‘§x\x1C "
b"ùê_)\x0E «B_¼8œK½" - "
b"ùûÜ‚(ÞJ\x04 „˜Kk\x0E ÿ]… "
b"üÉßv\x14 ¯FÎŒ¥ççë\e H\x0E "
b"ÿì½Õ°ÏD»¥1ÐÕ„ï[ "
]
SELECT
`promotion_setgroup` . `id` as `promotion_setgroup.id` ,
`promotion_setgroup` . `promotion_id` as `promotion_setgroup.promotionId` ,
`promotion_setgroup` . `packager_key` as `promotion_setgroup.packagerKey` ,
`promotion_setgroup` . `sorter_key` as `promotion_setgroup.sorterKey` ,
`promotion_setgroup` . `value` as `promotion_setgroup.value` ,
`promotion_setgroup` . `created_at` as `promotion_setgroup.createdAt` ,
`promotion_setgroup` . `updated_at` as `promotion_setgroup.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`promotion_setgroup.setGroupRules.mapping` . `rule_id`
) SEPARATOR '||'
)
FROM
`promotion_setgroup_rule` `promotion_setgroup.setGroupRules.mapping`
WHERE
`promotion_setgroup.setGroupRules.mapping` . `setgroup_id` = `promotion_setgroup` . `id`
) as `promotion_setgroup.setGroupRules.id_mapping`
FROM
`promotion_setgroup`
WHERE
(
`promotion_setgroup` . `promotion_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `promotion_setgroup` . `id` as `promotion_setgroup.id` , `promotion_setgroup` . `promotion_id` as `promotion_setgroup.promotionId` , `promotion_setgroup` . `packager_key` as `promotion_setgroup.packagerKey` , `promotion_setgroup` . `sorter_key` as `promotion_setgroup.sorterKey` , `promotion_setgroup` . `value` as `promotion_setgroup.value` , `promotion_setgroup` . `created_at` as `promotion_setgroup.createdAt` , `promotion_setgroup` . `updated_at` as `promotion_setgroup.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion_setgroup.setGroupRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_setgroup_rule` `promotion_setgroup.setGroupRules.mapping`
WHERE `promotion_setgroup.setGroupRules.mapping` . `setgroup_id` = `promotion_setgroup` . `id` ) as `promotion_setgroup.setGroupRules.id_mapping` FROM `promotion_setgroup` WHERE (`promotion_setgroup` . `promotion_id` IN (0x01955B59EFE676FD9445EF5F0D235569 , 0x01956B99608170F9B980A20DF653A773 , 0x01956B9960A771549C28E071B00D0B9F , 0x01956B9960B572B6812B683F683712C0 , 0x01956B9960C1708EBCF1FAB1B5E6FCB2 , 0x01956B9960CC71A7A14CC7F1A6C69E6B , 0x01956B9960D57139AA63CBF07D2787DA , 0x01956B9960E170568BC5A982A4CE80E1 , 0x01956B9960EB72C58DDF57D3C65E29A7 , 0x01956B9960F87131B564E79504BBB08F , 0x01956B99610473A5B3E3DF152CFFE54C , 0x01956B9961117193A0C2F0FA5498EB6A , 0x01956B99611E7113B1C260585D2E5152 , 0x01956B99612B739BB0A227808B4F60B0 , 0x01956B996136713E966363AC079F9E5A , 0x01956B996141728D85E34AF1DC53CC3F , 0x01956B99614E7011AE232BFED54876D7 , 0x01956B99615971D5AA15AF3060EAF08C , 0x01956B99616672D99B7340EAB8E1EA9C , 0x01956B99617071CF83296B194A0A7283 , 0x01956B99617B7270B74A7EF1F3FC017C , 0x01956B99618671B09A94A6B0D69D842B , 0x01956B996194724786B83730F36BEF83 , 0x01956B9961A173DE840B92384123EBDB , 0x01956B9961AE71BCBB888CDD9E6CD420 , 0x01956B9961BA7287B0D1F39FE2C260FF , 0x01956B9961C9713AB642B5427E23AC1F , 0x01956B9961D67310A08D057A71D448A6 , 0x01956B9961E17201B03B493F54EE80F5 , 0x01956B9961EF70DF97B672A293ED98F4 , 0x01956B9961FF70E481BE72D88AD1A4D3 , 0x01956B99620C709BA61BF08996F01439 , 0x01956B9962197285BB2173B37B2B10A6 , 0x01956B996226710BB7B524AAA40C8C43 , 0x01956B9962327366A778A103182E8136 , 0x01956B99623F72C88C7691DD0A695874 , 0x01956B99624B714DBB8FA7D1A5867C89 , 0x01956B9962557104A1D366B0F4A69C5D , 0x01956B99625F704AA989260B780D963A , 0x01956B99626B73EEB2F2AC83E4E145AF , 0x01956B9962787028895F54311E57C938 , 0x01956B99628373E5B62A86029B5EF35D , 0x01956B99628F71A58E1C7EBF9B9516C1 , 0x01956B99629C704B81FC090CF8A3792C , 0x01956B9962AC716386E07896B7108B92 , 0x01956B9962BA7064BF1E3DDBF87D0A53 , 0x01956B9962C670B49956686E3E75EFCE , 0x01956B9962D273A0B4539AEF7FDE00FE , 0x01956B9962DC717AB50B20A3CA808BA3 , 0x01956B9962E97039A009851167A4D6BC , 0x01956B9962F872DFA9C1CAEC27FEB95C , 0x01956B9963327311BB6ACB9142A6AD2C , 0x01956B99634271B08C4322D55DC7F124 , 0x01956B99634F709184101FD3EA88EDAE , 0x01956B99635C72AB8CB4E201ECF989FE , 0x01956B99636D7250B5E77A6C299E8492 , 0x01956B99637972FBB154ACE53B254B57 , 0x01956B996385728281E127BF7CF5E240 , 0x01956B996390710CABC2A5E55DA77AA0 , 0x01956B99639D70B3A8C30B1E1278A3C3 , 0x01956B9963A971F491531D03065FF13C , 0x01956B9963B47238B88701145C28FBE1 , 0x01956B9963C0721A9232FE41C6A8DCB6 , 0x01956B9963CD7133A8C2EE8868871C2D , 0x01956B9963DF70038B0E34C281FC7C87 , 0x01956B9963EB7348939AFDA8AF5098FF , 0x01956B9963F77156A4DEEC0584EDABBC , 0x01956B9964057228A6F39DD4BA73D0DB , 0x01956B99641271D8BC5AFC206B371824 , 0x01956B99641F728998CE324FF357DA10 , 0x01956B99642D7072974261CDB99F05D5 , 0x01956B99643B72E0AB1BC83909AA5FC4 , 0x01956B996448716DB5D7E5913541BE50 , 0x01956B996455706DB4EEB162601A3F24 , 0x01956B9964647199A05240A6B6C16500 , 0x01956B9964727039A2412765E54F1AD7 , 0x01956B99647D72A688D86EF7508C7291 , 0x01956B996489729FA3CC92845458CFED , 0x01956B99649470388286F48B6E5A662E , 0x01956B9964A37277ABC7D4290E902A6A , 0x01956B9964B373468FA4795C61D827FE , 0x01956B9964C172B88D2895BAFEA2AAC1 , 0x01956B9964D27129B5C2D2F005831671 , 0x01956B9964E4731BACF6C4506AE1FC41 , 0x01956B9964F471FC975236DFCC4188CD , 0x01956B996505727CBB8562E33E1DDAD0 , 0x01956B99651671AC914118249E13C916 , 0x01956B99652573AC8F8F1E1760B91D36 , 0x01956B996534700AB96142A393E2D3E4 , 0x01956B99654372D88243702D46053757 , 0x01956B9965517238B25BEE2123CBD187 , 0x01956B99655C735D92A2F3A671A0E5CA , 0x01956B996567707EBADC92AFC0ECBEEF , 0x01956B99657171BF88186759C55A62A9 , 0x01956B99657C73E2B78CC9AD0FF5F05F , 0x01956B9965897327873AFD96D1E0A33C , 0x01956B99659670D087A542B934D73BA8 , 0x01956B9965A273AEB552D93EB03C4582 , 0x01956B9965AF72E6ABED8AEF4D7983EF , 0x01956B9965BA71EFB3DE485A203B5748 , 0x01956B9965C570D5971E9F5FE656973C , 0x01956B9965F471E0BB0A07BD21B68EAF , 0x01956B99660470BEB14A6C846A8DACA1 , 0x01956B99661371C49557B7C26B5A1655 , 0x01956B99662170DA96779E4BBE1A98CE , 0x01956B99662D73E3BF49F30BB9C93480 , 0x01956B99663972CC8CBA5D1025D7DED9 , 0x01956B99664472BA804FCD51BD148C4F , 0x01956B9966517082921316A3ABE837B5 , 0x01956B99665D70E9A8D0B2274D319892 , 0x01956B99666C7056800F6DA4129BFA6D , 0x01956B99667871BDB685C6E737B64024 , 0x01956B99668470A29C376DCEBD69FB1A , 0x01956B99668F701D9238DD63F9F32EAA , 0x01956B99669B7348B3F6F029293707A3 , 0x01956B9966A770C09207797A89B0B9A7 , 0x01956B9966B37096B8CEAA5B76DB86EF , 0x01956B9966BE70678ED72510DA56F403 , 0x01956B9966C970D18532E423AECD4CC0 , 0x01956B9966D4737D972D8D6B6246A33D , 0x01956B9966E07272BA3E41580549E09B , 0x01956B9966ED717992C5A3743D3532FB , 0x01956B9966FD726CB9826F8FCA1978CC , 0x01956B99670C734593B10D8D5A423B8E , 0x01956B99671972E6945B0215EB52816B , 0x01956B9967247114A2827405519E5767 , 0x01956B99672F71DEB52F03F8D17AC5CD , 0x01956B99673D7211ABB8AFE815CAB058 , 0x01956B9967497015950BFF51ADFE8FBF , 0x01956B99675470B48553DA3141342D6A , 0x01956B99675F737E8AD0C2EDE446EE78 , 0x01956B99676970D1BA316D42E9CA6ACE , 0x01956B9967757083BCC1B9594046D8C7 , 0x01956B996780725E9F309558B81F06B6 , 0x01956B99678C726FAD8712C07587AB8F , 0x01956B99679871DCAE3701060C12D8AD , 0x01956B9967A47242B4B1D858CF69C6E2 , 0x01956B9967B07326AD347438B0D1F349 , 0x01956B9967BC7038B17446267A017989 , 0x01956B9967C8713CA29FFDC48E83FA3D , 0x01956B9967D573869A31A13C5152BAD2 , 0x01956B9967E0708FB7BE8E5AA8810DBA , 0x01956B9967EA70E5B7F6226301F84A69 , 0x01956B9967F5726697FBA749223045F5 , 0x01956B99680070C4BFAF772EB0823341 , 0x01956B99680C72D297A5C9B40B8229FF , 0x01956B99681771929211D371FBAD7B4D , 0x01956B9968227313A96D9FADD8739FC0 , 0x01956B99682D70F487D1D07815374F53 , 0x01956B996837701E8D26320F6A773EB1 , 0x01956B996843710B969218A18381473E , 0x01956B9968677362834DB91123E0266D , 0x01956B996872713B82B5798623B7EA23 , 0x01956B99687D730EA452F101855B9274 , 0x01956B99688772558C518876AB02BEFA , 0x01956B99689372048454981DF8FE87D5 , 0x01956B99689E703A8EF87088B878E5A2 , 0x01956B9968A970239E8B2E66DB8495BA , 0x01956B9968B672DF90D89B2C533CC22A , 0x01956B9968C273DA8B8569ADFD4DFC4F , 0x01956B9968CD71F586C72EB92FCD0FA0 , 0x01956B9968D973D7822ABC6760F250B2 , 0x01956B9968E47019B9E9FFCAC1776153 , 0x01956B9968EE7209828F56B48EE857A0 , 0x01956B9968F970438771F8937B004100 , 0x01956B996904705091FDB1AD2F3B0C67 , 0x01956B99691070249CE6967FF1A95ED7 , 0x01956B99691C70928208938D7C3CAE83 , 0x01956B996927733B859624EA720B8615 , 0x01956B996932711284E28E750BDEF12D , 0x01956B99693E735981A16E277C72C526 , 0x01956B99694C735E87A06DEA43CEEBD9 , 0x01956B99695872788572353852CBF251 , 0x01956B99696670A0BA5C8F7B0D79C233 , 0x01956B9969737390B80323008CB6AC30 , 0x01956B99698271D6AC25393FFF812ABC , 0x01956B99698F71338E6B59755C4C1ED3 , 0x01956B99699B716992B1DE805917D9A2 , 0x01956B9969A57143A6ACCB8780F353AB , 0x0195849C1695735796250A3DAD75303D , 0x0195849C16A273B39E16037FB24D25DB , 0x0195849C16AD7069A596559901FCBA72 , 0x0195849C16B8726D8F6A0E5804A042C0 , 0x0195849C16C372849F706A4F03853D15 , 0x0195849C16CF7312AFEBB642034CE2EB , 0x0195849C16D97125A3AA1E767BF7FFA8 , 0x0195849C16E4737A81D4B88C43F71F5B , 0x0195849C16EF7136AAD05914CC5B8069 , 0x0195849C16FB70FC8091D937A2AC3DD7 , 0x0195849C1706720D846DD9277547A1E9 , 0x0195849C171071D1AED01F73D301DDCF , 0x0195849C171B73D284AC3D4DDF451C9B , 0x0195849C1726709EA2D120935B0F3B39 , 0x0195849C173171C6A7D5D60E565A825A , 0x0195849C173C713DB8DAE4C8EDA70222 , 0x0195849C1747717593D08601FD06C103 , 0x0195849C175273F08DD30CA2FCC0011B , 0x0195849C175D709282AC71F9B398AA1E , 0x0195849C176972839A85041447C7C32E , 0x0195849C1776708E8B52582CA64BBF87 , 0x0195849C17837358B8EE5E2BD8FDC57E , 0x0195849C178E7104BBDB1DCEA4445318 , 0x0195849C179A73F587348F44F20B84DD , 0x0195849C17A572D4ACB88C61F2D3129E , 0x0195849C17B070679380F55565F08858 , 0x0195849C17BC71029232AC12742FED22 , 0x0195849C17C772D4AC5B80C2AC6B558D , 0x0195849C17D372B8B5E4A7CAAAC3106B , 0x0195849C17DF7340805068F1F26C0291 , 0x0195849C17EB71C8AB0EFD3323A6C15D , 0x0195849C17F771A68623CDD186ACF2FC , 0x0195849C1803713A8908C1550D586B1F , 0x0195849C180F7091A4B9611B88DC9588 , 0x0195849C181C7328AC48EF6316A7F396 , 0x0195849C182773EF94E211C160EE30D0 , 0x0195849C183273C188D58199953153F7 , 0x0195849C183D7162B412BF49A7A056CD , 0x0195849C184873718C9038ABA5F9EAD2 , 0x0195849C185370B8A36EA09B8BAA019F , 0x0195849C18607341A4B88096F9303197 , 0x0195849C186C733D8012D30C201DE2E5 , 0x0195849C1878711E8B5E6E278D24148D , 0x0195849C188672D496F21A87144268D0 , 0x0195849C189171F2AFB1C349898407C0 , 0x0195849C189D70F2A3DEF78D5E95729B , 0x0195849C18A871558536D6319878658C , 0x0195849C18B4737FB1F8EE7EC7059945 , 0x0195849C18C1732EB991B307D9F306D8 , 0x0195849C18CC70F796146D7B512D8476 , 0x0195849C18F47273BC71261F579D3D87 , 0x0195849C190271178FA28AE246598257 , 0x0195849C190E71B3B29B747BDB4E2154 , 0x0195849C1919739C916CD420768A0B44 , 0x0195849C192470A4BBF9892550820E79 , 0x0195849C1933718082F56BF0576516AB , 0x0195849C19417113B5B929BFE26EEDDA , 0x0195849C194C717F8098ECE633684B9A , 0x0195849C1958704AAC5BB272A0A812E3 , 0x0195849C19647115BEF550B84F16F9C5 , 0x0195849C196F729DA4EA72DD29922D98 , 0x0195849C197A73B38AA901663EC19652 , 0x0195849C1987702B80E186F083E42112 , 0x0195849C1992726AA94D5B20F47BF065 , 0x0195849C199D72AC88395DE13D73B578 , 0x0195849C19A8721880F50AB56D34A56E , 0x0195849C19B371649C9D76D492F7A767 , 0x0195849C19BF73B28748F15D221D21EE , 0x0195849C19C970EABDE034A08EA7B510 , 0x0195849C19D473818F06F5411797CD4A , 0x0195849C19E072C8A417BC39E69AD2D0 , 0x0195849C19EB70B1BBEBCCDEEF1367A9 , 0x0195849C19F671DEB853503F663B80E7 , 0x0195849C1A01720ABCD4231EA6C1390C , 0x0195849C1A0C73C5B83071B421B10D1B , 0x0195849C1A177359ACF6DCED23681020 , 0x0195849C1A217064B8B14514FE531A40 , 0x0195849C1A3270CA957C449FE63FF91F , 0x0195849C1A3D7323ACCE9D1B28214122 , 0x0195849C1A48702BB97ACCC93ADF0564 , 0x0195849C1A537101ACEA1DBD8F9620EB , 0x0195849C1A5F71AE916AFAF9C3A8E9CF , 0x0195849C1A6A73E0B0E663B8EA35AE83 , 0x0195849C1A7570EA95E76CE1EEC0ECE2 , 0x0195849C1A80714ABFE2CD1AC8B6686E , 0x0195849C1A8C70C28044F29E59142C5C , 0x0195849C1A9872BBBED9FFF870593B65 , 0x0195849C1AA4712688258A567285B7F6 , 0x0195849C1AB0729DAC179FCC046C0113 , 0x0195849C1ABC73F4B4A269794BC97471 , 0x0195849C1AC77008924B6C6B7C8AC281 , 0x0195849C1AD173D5B1DE04C59A1C4D14 , 0x0195849C1ADC73DE983A0C369226EFDE , 0x0195849C1AE773F6A64A189975FCA233 , 0x0195849C1AF270FEAE30AE2BF8B72837 , 0x0195849C1AFC7053A881C053B8FAE587 , 0x0195849C1B0771D089998E22115EB812 , 0x0195849C1B1270D1B38EB79355939594 , 0x0195849C1B1D7397B91ADF7BF505B9CE , 0x0195849C1B287058B312351DC0EED097 , 0x0195849C1B4D73E58D78EA2F988B2041 , 0x0195849C1B5B737AB9A8F299F94C9CE3 , 0x0195849C1B6773D3B1F5961F0E01D0B8 , 0x0195849C1B7371059C2FF63E3D952869 , 0x0195849C1B7E720093CDE129D6339341 , 0x0195849C1B897249B1175080C43C0FFC , 0x0195849C1B9473CAADDDFFE9F46C5D6E , 0x0195849C1B9F714881FEDCE41274DD5D , 0x0195849C1BAA713E99A7E208F2A88B57 , 0x0195849C1BB673AFB1B86E7560673581 , 0x0195849C1BC071229E841F241D930DDC , 0x0195849C1BCB70458FCCECCA09B3E8BC , 0x0195849C1BD570C8A9DF1FF24560A8C9 , 0x0195849C1BE07307826AF6617C30CED5 , 0x0195849C1BEB726D8843283370CBF900 , 0x0195849C1BF773EEB28D5A395F573018 , 0x0195849C1C0273C886DA397E87994398 , 0x0195849C1C0C73449E56563E9B1C5EDB , 0x0195849C1C1770F8B83C08B99BBC341E , 0x0195849C1C237166BC11ADF33BA7E2AF , 0x0195849C1C2E73DF866013CCBC9CA9BC , 0x0195849C1C397175BCAF9B962B54F85D , 0x0195849C1C447146A5571E04F18F8811 , 0x0195849C1C4F73CE8F959914605AC1CE , 0x0195849C1C5A7375B5EEBBC9F651C428 , 0x0195849C1C6772BF99D6BC9E79B54A82 , 0x0195849C1C727256997E02DC7FE67E4C , 0x0195849C1C7F708A9BDADAAA4DA8A87E , 0x0195849C1C8A7075B17408739D4F3834 , 0x0195849C1C9571BDBEEF53666D965798 , 0x0195849C1CA07399B460DFE580DB2048 , 0x0195849C1CAB726A8A1E69585BA52A41 , 0x0195849C1CB770698B3467C9CC39DC30 , 0x0195849C1CC172DCAA43681BEF92D1B4 , 0x0195849C1CCC70239394D96024F99693 , 0x0195849C1CD87015B1A00EF430ECA0D0 , 0x0195849C1CE271B69AF437817351A3E0 , 0x0195849C1CED714E8C75C879920AFC4D , 0x0195849C1CF871878B506B8146A9B844 , 0x0195849C1D04716BB0B83B32D60AC034 , 0x0195849C1D0F72EDA4F68E95EEF13A44 , 0x0195849C1D1A710291BA94711C9CFAD7 , 0x0195849C1D257339B19D7BBC1E5A2E92 , 0x0195849C1D3070F7AD76BBA53232CB50 , 0x0195849C1D3C71B9A2A37CE2FB3E7D85 , 0x0195849C1D49705983E697587254C57D , 0x0195849C1D5473E18D09080644D2F49B , 0x0195849C1D6070B18BB662C303A6B85C , 0x0195849C1D6C7098B48D0EA858C41A0B , 0x0195849C1D7670468D2AA51FA77C95FF , 0x0195849C1D9971DAB6975B9768DEA149 , 0x0195849C1DA57340B51D98CDE9729E13 , 0x0195849C1DB07006BD8E10CFD5C5649A , 0x0195849C1DBB706A989B5FBCF5AADEF0 , 0x0195849C1DC5737EAC2ADD51DC8123BC , 0x0195849C1DD072B9A2816530026B564A , 0x0195849C1DDD70FDB75377FFBD02474E , 0x0195849C1DE873728C438F61B9870F27 , 0x0195849C1DF371DE9D726F031D9757E8 , 0x0195849C1DFE7347AE1AE8BFE81932E8 , 0x0195849C1E0A7164B7EE3D2FB2672949 , 0x0195849C1E167286BA7CB70639F46AC9 , 0x0195849C1E2272678C9B06AFCBDD1DF4 , 0x0195849C1E2D72A192193874C3989E7F , 0x0195849C1E3A729B892CC444E31B1E0B , 0x0195849C1E47710E9AA160E86E68DE36 , 0x0195849C1E5373C698BD17D873A2E5A4 , 0x0195849C1E5E7298AE5715C05ACF4C21 , 0x0195849C1E697087BEEB71AADD4A4E63 , 0x0195849C1E747274AD2F563692EC3312 , 0x0195849C1E80702CBFAA4AE99CE3DABD , 0x0195849C1E8C7387A802CC6FCBDF4B63 , 0x0195849C1E99707CBBF0CE161DF02D63 , 0x0195849C1EA473FEBD3D3BC4BB11633D , 0x0195849C1EB0732BA8C9D6E7F530E3E8 , 0x0195849C1EBC7117A02BC5C7794B6E6C , 0x0195849C1EC870509669908BD002F654 , 0x0195849C1ED3722D9DB5E92D16F47A6F , 0x0195849C1EDF71AEA5801D8875EB2A9B , 0x0195849C1EEB73D6BE87863013FDB4D2 , 0x0195849C1EF772F6BF200ABD04B9E403 , 0x0195849C1F0372249AAA282F8AA969BA , 0x0195849C1F0F71488C61DF0730C8B04D , 0x0195849C1F1B724ABDCC2C0A2B804CF8 , 0x0195849C1F257259AADD1A9CA298CF42 , 0x0195849C1F3172318520199DE3E98FCE , 0x0195849C1F3D72FFB2B5F245C35F624D , 0x0195849C1F4971D1BAD8C62DEC6F2B3B , 0x0195849C1F5670CDB75E39A864599399 , 0x0195849C1F61738CB130F239212310BF , 0x0195849C1F6D712C9B7F8DA0D1E3F9D2 , 0x0195849C1F7A7122A53115F8D59C9C13 , 0x0195849C1F8671209BBFEAD453E5B5D5 , 0x0195849C1F93722BA64E93632B1D6413 , 0x0195849C1FA071E2AA02D1050D5112C2 , 0x0195849C1FAC71FB819ADFB2AD564297 , 0x0195849C1FBA713FBFFF3E15D1588CAA , 0x0195849C1FC7728589817D74A7B72A4F , 0x0195849C1FD470C88AC2F6F2B9DA2E5F , 0x0195849C1FE1729C814B0B7B1AB0D142 , 0x0195849C200D72F9BD1D7B77041445A4 , 0x0195849C201A72F5ABE21A6A7E060AAF , 0x0195849C202970D9B2C6727A2ABA351A , 0x0195849C203672A49A78AEC0242BA814 , 0x0195849C2042723584B3E4AEDD177D64 , 0x0195849C204E725A85567127091141F6 , 0x0195849C205A70D1A014B9F1BE13C9C9 , 0x0195849C20657069A32074F3AC0BD564 , 0x0195849C207072409CADEC1869F7C32B , 0x0195849C207D72EAB1FADFBDF04BEE06 , 0x0195849C2088733EB86FAD5EC37E039F , 0x0195849C209370C18242FAF6AD80A5C6 , 0x0195849C209E7254BBAE678F3751C232 , 0x0195849C20AA7398BAAD73636CEDE99E , 0x0195849C20B57158879ED2488455588A , 0x0195849C20BF717BAE3635A7C90E3739 , 0x0195849C20CB71D2A3483BA0DC8DCE8C , 0x0195849C20D572829E9A5C91E73247FC , 0x0195849C20E07311B5A29268B1304B94 , 0x0195849C20EC7077A15F8ECF496EE7B2 , 0x0195849C20F8701BB61BEF14E068D1A4 , 0x0195849C2105737B94F6855F88F401EF , 0x0195849C2111713C94355406589E5019 , 0x0195849C211C734791CD4277E4A1B59B , 0x0195849C212770CB8F160A5BE6F44657 , 0x0195849C213372F494E6090F52D394BA , 0x0195849C213E7203A362B14EF9B59880 , 0x0195849C21497156B830646152DFB8A4 , 0x0195849C215473D19159A32E1FE1BECB , 0x0195849C2161728985D54CDDB9F76DC8 , 0x0195849C217073D785AB666B88CA8A8D , 0x0195849C217C702594F6F954D3D1B941 , 0x0195849C2189722983ED5FC6F6945828 , 0x0195849C219971B983375E7A05DB22D0 , 0x0195849C21A5730792841559B9088F0C , 0x0195849C21B070E8A7D79761E1311AD8 , 0x0195849C21BC71CA9DED484B4EC76C28 , 0x0195849C21C8718C90053224B136997C , 0x0195849C21D471BB971576A7B489D373 , 0x0195849C21E0731FB09B52263C83CF10 , 0x0195849C21EB715FB58809A113678069 , 0x0195849C21F8733AAE10506AD0FF022D , 0x0195849C22037379AA5DCA5F7AFEE369 , 0x0195849C220F70379534B46673528674 , 0x0195849C221A715B9EBBB95A449E4930 , 0x0195849C222672EE9B97D789773E43B5 , 0x0195849C223170DC93818D4343663535 , 0x0195849C223D737B9CEE90F263CBFC59 , 0x0195849C22487161A96D88C0EA5AC15B , 0x0195849C225573CFABC2A873ED996AD0 , 0x0195849C22807338B65FC359D8C78F61 , 0x0195849C228E7253BB0F29BA8AC0310B , 0x0195849C229C7310836A998B305CAAD5 , 0x0195849C22A7716BBC570725DFAC57A9 , 0x0195849C22B37010B5AEC3B6041D9BA9 , 0x0195849C22BE70B4BF37F16F61A56064 , 0x0195849C22CB731F850F0C1FF105819E , 0x0195849C22D773DFB40D89BA27104E70 , 0x0195849C22E370D4A3898C9ABC6E1958 , 0x0195849C22EF700B89DE5378B0530437 , 0x0195849C22FD7012A3BE7002EAB92FD5 , 0x0195849C23087257BE71A86D93468D70 , 0x0195849C23157148BF653A11C2600B3D , 0x0195849C2322738F94CA2F6175335F06 , 0x0195849C23307394B48F427E731BEA4E , 0x0195849C233F73FA82CC0B182BC8E05C , 0x0195849C234B7072834DBDC8CD6F5BAE , 0x0195849C235971728BE614F42E373A97 , 0x0195849C2368734490C7B8CD9B0BF0E8 , 0x0195849C237771B0BE4BF3B7F431F1CD , 0x0195849C238373E1878900C0A12A9763 , 0x0195849C23907359AA5485F8FD322E7C , 0x0195849C239C7095A9EBB79D23A52373 , 0x0195849C23AA7285AA52919F14CA29D1 , 0x0195849C23B9726D84E97D88211A1CEE , 0x0195849C23C87357A0BE25A11F4747BC , 0x0195849C23D5729999AFA95188AE14CE , 0x0195849C23E272DD959CFC0011D21CD2 , 0x0195849C23EF7383A68DA69A2EDA2535 , 0x0195849C23FC71B9ABD6E2FBED937220 , 0x0195849C240B736983121B18A4F1F1E7 , 0x0195849C24187095925B0E87E6CE0411 , 0x0195849C242673C5A0D4244A110C3333 , 0x0195849C24337060BBEE23A14BB6BFFB , 0x0195849C244072B58F536B5BE2D28CBD , 0x0195849C244D71C5ABDEE6B9528D99EA , 0x0195849C24597125A344D2B00C03B076 , 0x0195849C2467724AB44A47287C649EAD , 0x0195849C2474701BA23CB41E90A53351 , 0x0195849C2481735185D18E33F5D6EC89 , 0x0195849C248D7082A0B6CC216272A828 , 0x0195849C249973E3B6E17F5CA0338212 , 0x0195849C24A5720EA646D65309B49D88 , 0x0195849C24B271568DAB296633D29560 , 0x0195849C24BE73968ED3866D92838623 , 0x0195849C24CA7237BD5ACC67A9438BC9 , 0x0195849C24D872D089A668632BBDF171 , 0x0195849C24E772A381126B5FD5F23798 , 0x0195849C24F4719C95FBF00027DA3369 , 0x0195849C250173F68D9719A0209F963E , 0x0195849C25297180A089F4D5BE84122A , 0x0195849C253673F68B533B75207806EA , 0x0195849C2542723B97D4172A40CA8EA8 , 0x0195849C254E72DBA5DD688084FFF40F , 0x0195849C255B734AB13F1A07A3677029 , 0x0195849C256670158C34C7D77A005F43 , 0x0195849C25737327B19CCFA12A2DC633 , 0x0195849C2580722CB9F510B876B8437E , 0x0195849C258D712A8B4407181DE4DB5C , 0x0195849C259A735E93933F64F45672BA , 0x0195849C25A873C2A148B552A6AF897C , 0x0195849C25B57128A30247E97DEB009E , 0x0195849C25C372A194BE8D6B0F10B3B8 , 0x0195849C25D173EF8ACF7C005DE2734D , 0x0195849C25DF7133BD5DAF491F8FB55F , 0x0195849C25EC706D93B3B8E121CC8501 , 0x0195849C25F9723CA62C1BC0DFC857F2 , 0x0195849C2607709AAEADECFEDE90545E , 0x0195849C2614721F8D1A3ED06A16150D , 0x0195849C2621724DBB36794CC557359A , 0x0195849C262D70E2BF00E8E04F63E026 , 0x0195849C263A7355BA4E611F2D2D2B40 , 0x0195849C264671EFBA37BD291844495A , 0x0195849C2654721FAFBEFD3B22973178 , 0x0195849C266470909D587F811BE7DB41 , 0x0195849C267173BFA4BCD00D59B81648 , 0x0195849C267E71D8941FCA173DABD38A , 0x0195849C268B72359D391CFC94D734D0 , 0x0195849C269771B19418AC0A404DE38F , 0x0195849C26A27165B46EAEA4CA89D18D , 0x0195849C26B0723592423E36CAFC36AF , 0x0195849C26BE70F0A58E2BFC5BF13259 , 0x0195849C26CA706FA88BB6B07D72E65F , 0x0195849C26D67196B300771ED847D860 , 0x0195849C26E37342B9DC71304C951B12 , 0x0195849C26F17184B448EA9D2F6F41F7 , 0x0195849C26FD72229C248E9D868ADBA7 , 0x0195849C270A71ECA07F01D54BF3EE48 , 0x0195849C271872A1B41B413C528B9117 , 0x0195849C27257011A984306BF4BE68EC , 0x0195849C273170FFB35C4144ECB3C9CF , 0x0195849C273D7317A48713AA6EA9A5E6 , 0x0195849C274A738CA0E7774D918C921A , 0x0195849C275671FB880D2BDF24213691 , 0x0195849C27647010B98EF2858B01234A , 0x0195849C277071CA8297B6F410FCB79D , 0x0195849C277C726DA391B14BC294DA89 , 0x0195849C278C727BBA9D76ABB11231E4 , 0x0195849C279B71ACBC04C5BC45CC8740 , 0x0195849C27A970E7808D64223D4CB357 , 0x0195849C27E1709DAE3237182DB701EA , 0x0195849C27EE7010ADBE1185FD48F9B4 , 0x0195849C27F971BFBD636F2EABD47F41 , 0x0195849C2807735BBD9C7C1F20E8243B , 0x0195849C28157373B0E847738EC7B77F , 0x0195849C28237052816A107B6555F7BE , 0x0195849C282F72DABE38AEF047D6577A , 0x0195849C283B72F2BD04E3112C2A2E4C , 0x0195849C284970119CCF1F1DABAE1767 , 0x0195849C285C716CB34C2414CB89881C , 0x0195849C286E71A59E42217208920F58 , 0x0195849C2882739AA1A702CBF62E73E6 , 0x0195849C289070A08CF3D5CBDD062B86 , 0x0195849C289E70B59E2DC9E5C93416DB , 0x0195849C28AB7226A55FF563006C8247 , 0x0195849C28BA7318B2752DEAAE4EBD4E , 0x0195849C28CA72F4A057D78D0A21B729 , 0x0195849C28DA708FA1E0FBBE70F737E4 , 0x0195849C28E8732C9D5BBE6705CD7F3A , 0x0195849C28F571F4A330549F9DF074C8 , 0x0195849C29037316A8DDE33A8D4CE564 , 0x0195849C291270ACB2DD8C05FAD396A0 , 0x0195849C292171E1A718C1B0DAF3AF51 , 0x0195849C292F7214B5F6BB123A354370 , 0x0195849C293F704EB63FF9A945712DD3 , 0x0195849C294D70DCB5767C6E452FDB20 , 0x0195849C295970138B55E860E5402C56 , 0x0195849C296771F98844A27A3E4E2DFD , 0x0195849C2979718A8F0EB74246C65A20 , 0x0195849C2987734FB33A698F8A28DBB4 , 0x0195849C2995708CAF3D52CC196AA004 , 0x0195849C29A2714AB9F2F633B49C8EAD , 0x0195849C29AF70138D7990A354391EC5 , 0x0195849C29BC73B288D78EF68EA4227D , 0x0195849C29CA70E09DFD27ED51046C16 , 0x0195849C29D67350BDA8C42D44263262 , 0x0195849C29E37229AF04695661C328FF , 0x0195849C29F170C49501D467ABF53C91 , 0x0195849C2A01705FB2F2890A5DE1C62F , 0x0195849C2A15714BBE2A2B2768CCCEF0 , 0x0195849C2A22723C876C9CF441D67913 , 0x0195849C2A31726F85CADF904F152F51 , 0x0195849C2A40718FB9F033DB4CE474AB , 0x0195849C2A4D70B9AA2984E5632FCAD3 , 0x0195849C2A5A73E1A35364BD6FCCACFE , 0x0195849C2A6772DAA156F49CB048F535 , 0x0195849C2A7573D48928A61CFCAB0594 , 0x0195849C2A827269A7A8526213D4E37A , 0x0195849C2A8F7147AD3E393BBB49B004 , 0x0195849C2A9C72AB9991B6D1FFD04F46 , 0x0195849C2ACB72CB940A5B3F64F88697 , 0x0195849C2AD972B8BE111EEA27595D66 , 0x0195849C2AE572BEBBB0EF48CE79C1E1 , 0x0195849C2AF37294B496BA3FFCDA1DB5 , 0x0195849C2B00738ABB3F0AD8ECFB6204 , 0x0195849C2B0D72C493D483AE9159F416 , 0x0195849C2B1971AEAEE5268E5911C65E , 0x0195849C2B2570ABB80CAE79B1142B0E , 0x0195849C2B317195AA0A66BD01F54DE8 , 0x0195849C2B3D728EBD3408C7DF27E71A , 0x0195849C2B497375BB84D5B691D6D3A9 , 0x0195849C2B5571729ED3BDCE41293CA0 , 0x0195849C2B6072C485C3DBB4E5B46A9B , 0x0195849C2B6C71C1BC3AA6BCB41254F1 , 0x0195849C2B797228BCA18F68538E04C8 , 0x0195849C2B85725D804242B556116A34 , 0x0195849C2B917126B30BCD4325CA3609 , 0x0195849C2B9E71C6B0337FD983894F34 , 0x0195849C2BAA73A8A3292B236B5B894F , 0x0195849C2BB77006AC6C69EC67476A76 , 0x0195849C2BC4739FB45DAEFAFC74A470 , 0x0195849C2BD1739DADC7BCB5023A7B82 , 0x0195849C2BDD719F834FDA8FB2F85301 , 0x0195849C2BEB729EAB2453D486E1FA8E , 0x0195849C2BF77045A5C93596C560529F , 0x0195849C2C067089AC0ED5A22B3013C2 , 0x0195849C2C1372B0A7E1DEAADCC55DDF , 0x0195849C2C1F71A5A85A6E26619FD342 , 0x0195849C2C2B70F4B65368D16EF8DBD9 , 0x0195849C2C3672E78F49E8FA9C3F0EFD , 0x0195849C2C437024BB90E5B67175834F , 0x0195849C2C4F72C284102EE977FC475F , 0x0195849C2C5B72309666FE38E696E83A , 0x0195849C2C67712297D0DD6A7173B118 , 0x0195849C2C737018979788B305187B7F , 0x0195849C2C7F72AFAAA3A64B0C2FF70A , 0x0195849C2C8B7298AEB26A9CDC774DC5 , 0x0195849C2C9773A9B91153CFBD61296A , 0x0195849C2CA3728AB43CADE9FC4A5945 , 0x0195849C2CAF71B3A2235724A8C0221E , 0x0195849C2CBC70DB803D6656EEE24CFA , 0x0195849C2CC87057B755F673783E5A1E , 0x0195849C2CD570E3825D553F0D271EF8 , 0x0195849C2CE37195AE60B53F2A9983FD , 0x0195849C2CF172C98F2E0C10F4E1B36F , 0x0195849C2CFC706D9FEAD579225E9106 , 0x0195849C2D087101B7F5BE3F52FE681D , 0x01958B44C5957336B3AAEC141220C32D , 0x01958B44C5AF739D8C19B35B99B0F188 , 0x01958B44C5BE72E5822C989F645D1AFE , 0x01958B44C5CC71C2AF77FAB35FF9EAC3 , 0x01958B44C5DB71EB8CD473E7E9103725 , 0x01958B44C5E8723AB66D8A53C916FF19 , 0x01958B44C5F871FF976DC39F02023E25 , 0x01958B44C6077367B560A4A62291D473 , 0x01958B44C6167321883647C6632C2D48 , 0x01958B44C62571809488EA40FB362AE8 , 0x01958B44C63072F2B5234525C256DAD2 , 0x01958B44C63F72A9B83AE72FE714CA49 , 0x01958B44C64E71ED97D1AB52D52EB0F3 , 0x01958B44C659715AA0107251CFBE367F , 0x01958B44C66672DF931755F17BC21571 , 0x01958B44C6797340B31483FF2B877080 , 0x01958B44C68A72C9AAD51935E816C457 , 0x01958B44C69872B8BDC17CD7FFE09147 , 0x01958B44C6A573DCA127AE6EA644106D , 0x01958B44C6B071F0BC362003809CB84A , 0x01958B44C6BB705D89E722417DCD958E , 0x01958B44C6C7700396645BD95281EBDA , 0x01958B44C6D37257A8F298B3EB8E5AE5 , 0x01958B44C6E0728EB17C5DF61170E211 , 0x01958B44C6ED721D819499818B391C6A , 0x01958B44C6F87374A5920BEEAC05D220 , 0x01958B44C7057304AF898A44076CE2D1 , 0x01958B44C71070D2BD99A4FB3FDFE456 , 0x01958B44C71B732D94195B35511B0255 , 0x01958B44C726732FA5F59B3B20C5EFCC , 0x01958B44C731710A82259D1E06973FD9 , 0x01958B44C73C732D9A4D03F31D5E4E99 , 0x01958B44C74A70D4BE4A1DAEF9BBF959 , 0x01958B44C75872BDA7519C8F57A7772A , 0x01958B44C76572B2AE2891B9B70B9310 , 0x01958B44C77072198F6554E3C9C9CA2F , 0x01958B44C77F703C836816637A53EA3C , 0x01958B44C79272BCB99D16D67E9B10C6 , 0x01958B44C7A272148F9F1AC036BEDAFC , 0x01958B44C7AD722E9DDBFA8E7EB3B4ED , 0x01958B44C7BC7125BF798849C72F6C14 , 0x01958B44C7C8734381B75D59F7ABF11F , 0x01958B44C7D472DD8ADAAB36AA652E76 , 0x01958B44C7DF707B8B2DDCBDF04CA4DE , 0x01958B44C7EA72089DA53887AD9CF3C2 , 0x01958B44C7F5726293DA639D108BFDE0 , 0x01958B44C8017039AAE58F8DE2669085 , 0x01958B44C80C71DEAB93C0F79B2D5039 , 0x01958B44C81B722582FB25819F396259 , 0x01958B44C82771679C55A41405CA491F , 0x01958B44C85B713F8A967015672AE882 , 0x01958B44C86B729C999723484C037FE5 , 0x01958B44C87B735F8FFACB9103D8327C , 0x01958B44C88B71B296361AB1A419FB01 , 0x01958B44C89B73A6AE9AA2C8C88FFAF9 , 0x01958B44C8A871EDB8EC7B6E9EE4BC33 , 0x01958B44C8B57250BEA4292F1B97331F , 0x01958B44C8C170A98E4C78CF72C4ED60 , 0x01958B44C8CE700DB48725FAA8C5B45A , 0x01958B44C8DD728F9435BAB07646B248 , 0x01958B44C8EA720DADCB9C2DBD2ED03C , 0x01958B44C8F67399A92F7FB57CF87A1A , 0x01958B44C900716C83B05284391549DD , 0x01958B44C90C7183900CE55175A07A95 , 0x01958B44C916733F8DE20C92F76AA26B , 0x01958B44C92272C4B548BB83732E38F2 , 0x01958B44C92C71B8A95F8D2CBCA5734B , 0x01958B44C937734096B7863FB1E2CEBD , 0x01958B44C942726A90ED8268A2759E5A , 0x01958B44C94D713B93F4E801C441F830 , 0x01958B44C95871299170630543FB3EDD , 0x01958B44C962703484FC55AD1C9E8D5C , 0x01958B44C96D71BEB2A1470DB9E333C8 , 0x01958B44C97870AEADEAAA13AE63EE49 , 0x01958B44C98371BEAE50A2AE37C48CF5 , 0x01958B44C991720E84971F4CBF2C3FD7 , 0x01958B44C9A0733EB3D339B38A6FFD85 , 0x01958B44C9AF73EBB59286D7AF8F2E79 , 0x01958B44C9BB73529460FC940EA353F3 , 0x01958B44C9C770EF84A413AA682686ED , 0x01958B44C9D1721091C7CE3D6546D42B , 0x01958B44C9DC71AFB7F7E82786CB42FE , 0x01958B44C9E871888492297922503DF7 , 0x01958B44C9F271A3808B4B5D75AC1278 , 0x01958B44C9FD712399C2497F0E6DA305 , 0x01958B44CA09739F849F585AB6B42538 , 0x01958B44CA1571A7920196E846BF9E60 , 0x01958B44CA217323944373E186F38474 , 0x01958B44CA2C719392FF9398E8E0F0BE , 0x01958B44CA37732DBE2FA1BFE3FE4A4B , 0x01958B44CA4370F6845A6B85B21F0613 , 0x01958B44CA4E733DA1915298E1FBDD91 , 0x01958B44CA5A7267A2040AE6B5C9812B , 0x01958B44CA657278863DC0D19D865157 , 0x01958B44CA7170569533CE4336CBBFC9 , 0x01958B44CA7D733FB97BFDCE258D0C65 , 0x01958B44CA887241851CE0297760B836 , 0x01958B44CA93720AAEF7C3FA65961814 , 0x01958B44CAA1706097EC58D4A99FE1A0 , 0x01958B44CAAD7045AA9408255919BA53 , 0x01958B44CAD57221BF5E2A2D9310E208 , 0x01958B44CAE3710596B6170EB16AC375 , 0x01958B44CAEE7394AC1EB0AC37B876BA , 0x01958B44CAF970119F3E1EB76B00C157 , 0x01958B44CB0471968B51E8D1E2840F7A , 0x01958B44CB0F710D9F5509BF7A9C22EF , 0x01958B44CB1A73F9B521053DBC29F7A5 , 0x01958B44CB267161B23742582977B6AE , 0x01958B44CB317328AF2413DF3D9ADD1E , 0x01958B44CB3D71F882F427FB98835CFE , 0x01958B44CB4970E58C552FC49188E4CA , 0x01958B44CB557322B287C01FE027613E , 0x01958B44CB607113ADBAA6E7502F0C83 , 0x01958B44CB6B73F7917F8A4B1795FC76 , 0x01958B44CB77716287380A59E3B9C5F5 , 0x01958B44CB8472CA909D827742B82A44 , 0x01958B44CB8F7001A9485DCCBF4A80D5 , 0x01958B44CB9B73078E8C029A03FD3315 , 0x01958B44CBA673DDA03EAE8C59D8827B , 0x01958B44CBB1716D92E73D4A1F0FE0D9 , 0x01958B44CBBC71D1B05ABD96EC4746B4 , 0x01958B44CBC772E2B440AFA28F81AF7B , 0x01958B44CBD27087AB87F3A60A151418 , 0x01958B44CBDF7163AE2ACC4C9194BB7C , 0x01958B44CBEB7244A09042509AD0E449 , 0x01958B44CBF8737A820B296B74EC75AE , 0x01958B44CC0572C1BC870132D1843694 , 0x01958B44CC1270CDB9A829BA7DD80C51 , 0x01958B44CC1F7390BF6C6146FB3050BA , 0x01958B44CC2B7086B674DCFA8E761028 , 0x01958B44CC377241ACE8278CCE67ABC4 , 0x01958B44CC44733A8C1DD7ABBCC4E4C9 , 0x01958B44CC50723DB932D9BB20B5A133 , 0x01958B44CC5B7311B017774230F4A839 , 0x01958B44CC6873E8B51B392EF3B507A1 , 0x01958B44CC7571439BF2ACEC15FC47EF , 0x01958B44CC8173D881173988A38B0E60 , 0x01958B44CC8C7275A6C65B5F7D3C5719 , 0x01958B44CC97728C899ECC7A3E8B1BBF , 0x01958B44CCA472BEB2B66E54BD0BDA26 , 0x01958B44CCB070DDB7E9A7981615C4BA , 0x01958B44CCBD73CB90D755CB5132B5F5 , 0x01958B44CCCC71F084B2E8551B6F5E5D , 0x01958B44CCD972A3A5C2054587592223 , 0x01958B44CCE473D1A5DA32850C7461F8 , 0x01958B44CCF17145B09AB2E2C5DC20F1 , 0x01958B44CCFC72219D77F94B8EF42F5A , 0x01958B44CD0771518228921605275222 , 0x01958B44CD1371DEAA7F4CACCA16B09A , 0x01958B44CD1E7216908F3201EAA167F1 , 0x01958B44CD4573658F27F483EFE9BDEB , 0x01958B44CD52730F95B3FA0E0C10E099 , 0x01958B44CD5D7202A272218683F48076 , 0x01958B44CD697399BFC07AB9E7380575 , 0x01958B44CD747008941E39E7AC3EC82C , 0x01958B44CD8072378D72C80D2399B421 , 0x01958B44CD8C725881C41584C0F05296 , 0x01958B44CD98713A91017E9C0C562996 , 0x01958B44CDA47370B7CEB5E829EF1511 , 0x01958B44CDB27054981F09FE4FD286E4 , 0x01958B44CDC071C58E0A87CA3A9BA8BF , 0x01958B44CDCD734A825D563844A52B7E , 0x01958B44CDDA703F99E17CBA52E32C48 , 0x01958B44CDE771E89382A7767722BCA6 , 0x01958B44CDF37264A3A84E64F8AEFCC5 , 0x01958B44CDFE705EBEDA58DA6A2C0278 , 0x01958B44CE097367B47A1A0B224A9F93 , 0x01958B44CE1472B8A8EF2CA69C9A14DE , 0x01958B44CE1E70B686FE165216FC54D7 , 0x01958B44CE297111B512104ADA0D81FA , 0x01958B44CE3670AFBE5E04ED35781ED5 , 0x01958B44CE42703AA0F23E73A49F0AF1 , 0x01958B44CE50706EB056B85D54183FD3 , 0x01958B44CE5C70D3B185A674371E2FCF , 0x01958B44CE697152A95EF9BAC63370DF , 0x01958B44CE7673D08222B77B32B0EF6A , 0x01958B44CE8471FB88641D67F0B43779 , 0x01958B44CE9072888A5F0F627D32F943 , 0x01958B44CE9C7324AB9C3B3172710EA9 , 0x01958B44CEA8723D8D673E85293FD086 , 0x01958B44CEB370A5A6C36D42B4181775 , 0x01958B44CEBE704F9FB3930C51A10556 , 0x01958B44CEC97224B49EE4639B708E60 , 0x01958B44CED571EEA7A914735CC65B1F , 0x01958B44CEE1724E8D7116EF5BB8375C , 0x01958B44CEEC71B9BA4667FAB4D8FCE3 , 0x01958B44CEF87328B6E1876F7BA1B8E4 , 0x01958B44CF0472578BA7B94DD594CAE3 , 0x01958B44CF1072E094F57468F8AA82BE , 0x01958B44CF1C70F789F37C45F078683D , 0x01958B44CF2771D6A3959C2352F6C1AE , 0x01958B44CF3271E8A583D8836C3AEF70 , 0x01958B44CF3D708FAF43612872F129EC , 0x01958B44CF4872348D2573D14CB124D0 , 0x01958B44CF5273A1B21BCAC9AA0734A3 , 0x01958B44CF5D717ABF91047ADBB4B38F , 0x01958B44CF68720497823730809AF5FC , 0x01958B44CF7373D8BCB9AB95FBCC97B7 , 0x01958B44CF7E707C9D2B164EA0165665 , 0x01958B44CF897010AF0016C0270282B7 , 0x01958B44CFAD7381AF4843425E48548A , 0x01958B44CFB972F396EA679644BE6C3E , 0x01958B44CFC47019AAD984F5D4CB3865 , 0x01958B44CFD071D8A30FFFFD500FB568 , 0x01958B44CFDC72FE90B236335431AD47 , 0x01958B44CFE8724BB4017D9E92F80B4F , 0x01958B44CFF3709FB634EF3F25A6E4CC , 0x01958B44CFFE71019FDA55BFA81D24FC , 0x01958B44D00970528A14E8AEF9E985F8 , 0x01958B44D01471C9AFB2578E1DEE3892 , 0x01958B44D0207164A0AEEB12CFA07704 , 0x01958B44D02C73C6A49E54C75CD692EF , 0x01958B44D037726B83E2A14C73D50B63 , 0x01958B44D0427161911AA3EA6D8FA848 , 0x01958B44D04D70D5A328E4CD05D7FA63 , 0x01958B44D058707BB06F74A3D178710D , 0x01958B44D0637308A5BEFC89484F4E83 , 0x01958B44D06F701AAA744AD3707A27E7 , 0x01958B44D07B7331A3D19AE7703DB379 , 0x01958B44D08672D8970D4D0788387623 , 0x01958B44D0927384BACF14A90D71C057 , 0x01958B44D09E70628EFA774B29EC7F96 , 0x01958B44D0AA71A8AFA564C71031C2EB , 0x01958B44D0B6700AAE31EEB299E6B56B , 0x01958B44D0C570E5B3FCD99C9D786FD5 , 0x01958B44D0D0736AB9FC2D63CECEB667 , 0x01958B44D0DB71F6AF0A88585EF0BA6C , 0x01958B44D0E77170A3D333DF98B90F07 , 0x01958B44D0F2734F95C62C1BD8D4B726 , 0x01958B44D0FE715D993462B652BEC34F , 0x01958B44D10970FAB8A2274D0623879F , 0x01958B44D11571E6B89A44D22E54A24C , 0x01958B44D120731A974E1A5A3A7531D5 , 0x01958B44D12B733AB230FC0008BC64B6 , 0x01958B44D136718198D74AD227DDC800 , 0x01958B44D14370189C3746198ACD6051 , 0x01958B44D14F7392AAEEB6C66B2FFCFB , 0x01958B44D15B70B7AEE605319352B4D8 , 0x01958B44D16672AE94D2499DDF48428B , 0x01958B44D17273E2B5D6823EB14EF016 , 0x01958B44D17D728082F74D8B9F78C399 , 0x01958B44D18B70FAB4B79EE64C951BBD , 0x01958B44D19771C6BC64671439296F4F , 0x01958B44D1A273F9BA1C066DB0239CFF , 0x01958B44D1AD7177ABD64A828D6382A9 , 0x01958B44D1B8712E916DBE01A7983826 , 0x01958B44D1C37393A769298746E14B53 , 0x01958B44D1CE72E5BA9417113CD28B1E , 0x01958B44D1D9725FB36A278B55D01F48 , 0x01958B44D1E57174BC195CB874C78E2D , 0x01958B44D20773F0B7E413F416644666 , 0x01958B44D21273B384AE5148FE446D0D , 0x01958B44D21E7369BC0C2BF640B86EE2 , 0x01958B44D22971AC99F104A389B86CE0 , 0x01958B44D236730F82D9974D76F722EE , 0x01958B44D24272BBA87F3B25DD222357 , 0x01958B44D24D73CEA7808DBCA6211B57 , 0x01958B44D25A70718CEF4ABDA8E78A3E , 0x01958B44D268729E8105C414EB3A104E , 0x01958B44D275710AA40AB2A23685B0A2 , 0x01958B44D282701AA6B0A1980B8AEC42 , 0x01958B44D28D71258C4E81B333A4ACDE , 0x01958B44D2997089A2166DE4E08286C2 , 0x01958B44D2A4733ABA4712554B849F4F , 0x01958B44D2B1731C94F0D865B793A9D3 , 0x01958B44D2BC7014A93B1223456C4DB6 , 0x01958B44D2CA732CBC7B43C643FC156A , 0x01958B44D2D67283BC9215861BDAA121 , 0x01958B44D2E2706DA244ED7346F34F66 , 0x01958B44D2ED7097B5E4E93F782968E5 , 0x01958B44D2F87145B41B42E298849C88 , 0x01958B44D30570B5995EF8A95B50C9D2 , 0x01958B44D31070CAA4F3AAABF11EE2CE , 0x01958B44D31D72DC811E0BF8B40B8196 , 0x01958B44D3297262B9093269944230FD , 0x01958B44D33573AC97446D023AA9D5AD , 0x01958B44D34072DCA9A5A68F98EA0A66 , 0x01958B44D34C7051929A80AEFC1F3240 , 0x01958B44D357719885877B4EA1C73776 , 0x01958B44D36272C5A791244A01F92EBC , 0x01958B44D36E702B9B5B8290B8B72C79 , 0x01958B44D37971D68F25CEFFB393EECA , 0x01958B44D3857305AEF86718CCAF0354 , 0x01958B44D390707395E4FB8B760B2422 , 0x01958B44D39C7049963E22B619645659 , 0x01958B44D3A8723A8AC8CF00274C921C , 0x01958B44D3B4719EB2DCABF23CAE714D , 0x01958B44D3C2718489720F777BC296BF , 0x01958B44D3CE729099AE3F27299D26F2 , 0x01958B44D3DC7012991F0001FEA5C827 , 0x01958B44D3E870A498277D667EA228CB , 0x01958B44D3F37339ABCC3B686196727D , 0x01958B44D3FE70BBB046845850123254 , 0x01958B44D40A70908F3486089859C53E , 0x01958B44D41670D1ABB0BBE1A3EFE1A1 , 0x01958B44D421726C83E6D039499AF2D5 , 0x01958B44D42D73DF8BEF961407E85C36 , 0x01958B44D43A700F851E9AB33A850BFE , 0x01958B44D447732989B1F6BF51F87853 , 0x01958B44D45473D0A361A0D6DD1AC863 , 0x01958B44D47F712EB585DD461061748D , 0x01958B44D48C713E983BC0C27370DFA8 , 0x01958B44D49A7261A70A71D66F62AD8A , 0x01958B44D4A7739AA10E72A6FBBC77A8 , 0x01958B44D4B473E288377ED634C66A63 , 0x01958B44D4C170CF98F6693B534155A5 , 0x01958B44D4CD72849943248AF3F04C71 , 0x01958B44D4D971CD96A4BB0476938370 , 0x01958B44D4E57186AF427B9963E112AB , 0x01958B44D4F173F48425FAAB8B7984D3 , 0x01958B44D4FE70FBAD66215B4C0B5BC2 , 0x01958B44D5097201BB4754420AB20D78 , 0x01958B44D51570EE8670C4D78DB71406 , 0x01958B44D5227037914E83D2E7B83EE4 , 0x01958B44D52F721694D03166FDE55130 , 0x01958B44D53C72E7BA77D44C39847321 , 0x01958B44D549724697A11E75F7397997 , 0x01958B44D5567052BA8272E3D10BC41F , 0x01958B44D563721FBD15330BEF301A7D , 0x01958B44D56F730CA9BF912182FB4784 , 0x01958B44D57D721B923638D8DDA8B8B4 , 0x01958B44D58A71618BD47A9ACF1A08DB , 0x01958B44D59770A18EBAFBFDF592CB48 , 0x01958B44D5A471678CD20C094D0DE511 , 0x01958B44D5B271B0B2944957B73F96BF , 0x01958B44D5BF723B9B2BF2267C4ABE61 , 0x01958B44D5CF7082B30C2DD49707CAC9 , 0x01958B44D5DD71218774ACC5C9C3B1E9 , 0x01958B44D5E870A4B9A9197981EE7FDA , 0x01958B44D5F57266BC7DE73E41920779 , 0x01958B44D6017038AFFF3A835C9AE6BF , 0x01958B44D60E7267868AB6877D858820 , 0x01958B44D61B70419463D9AD0EB0546A , 0x01958B44D629701F96F1361158C0D143 , 0x01958B44D6367243A07255500CB29388 , 0x01958B44D6437127BBFD45965F4E749F , 0x01958B44D6507323958C4E9E3B19755B , 0x01958B44D65C719B8A406F786AB8D9FE , 0x01958B44D667731AAE885A02CEF5A8F7 , 0x01958B44D6737334932B10E3962CA90C , 0x01958B44D68070008413D04E3F77A933 , 0x01958B44D68A73068E2C35EADB3DB193 , 0x01958B44D69571669CC7F6ACD3D59943 , 0x01958B44D6A271A1A9F8484C7DD64278 , 0x01958B44D6AF7163BCFAC8FC19B4FE8B , 0x01958B44D6BB719881A190B632104BC5 , 0x01958B44D6C870568C440847DE7BF6E2 , 0x01958B44D6D370E98E97CF8D205DC0EC , 0x01958B44D6DF72D1833578F3386E68EC , 0x01958B44D6EC707DAABF428562163618 , 0x01958B44D71670C49F07D08B01794FD3 , 0x01958B44D7257015B220EC0A47F3B628 , 0x01958B44D73271A08DE312508EC70D12 , 0x01958B44D73F73ED8AB9435E805E9A01 , 0x01958B44D74C732CAB344F75C4AB6190 , 0x01958B44D75A7288A06B12FE5C1ED8B4 , 0x01958B44D76671A19E620B92248919D2 , 0x01958B44D77170A787265BB6668989CC , 0x01958B44D77C701D8BC1666AF39422D1 , 0x01958B44D78971CAB35CC4A212C83D85 , 0x01958B44D79570CBBD55A7ADA390EE20 , 0x01958B44D7A1723EA8CBE607CF47A352 , 0x01958B44D7AE72BB99992AA5FBBCB88F , 0x01958B44D7BE73BCBBD1D907A240C744 , 0x01958B44D7CB70A4AE3289DAF02611CB , 0x01958B44D7D772CB93F7AF2E000EB563 , 0x01958B44D7E370C8BF7767CDD82EA0C2 , 0x01958B44D7F071F9A9FBBC626EF7F379 , 0x01958B44D7FD73B5B000B338B7299EA6 , 0x01958B44D8097228AC148281654B12EA , 0x01958B44D8147084B96FB9A93690B879 , 0x01958B44D81F70C7B79091A720E937E3 , 0x01958B44D82A7059BFDCB0EF70591056 , 0x01958B44D83771679E9E511820F58C3D , 0x01958B44D844726B9734CD0E94C7732B , 0x01958B44D8517161B201E126DAEB11DE , 0x01958B44D85E72C0B4E5E719F378AE6A , 0x01958B44D86A73CCACBFA55260309EA9 , 0x01958B44D8777218A62169DB900CB7ED , 0x01958B44D883710487724CECA2EE554C , 0x01958B44D89071069FF210ED290273C2 , 0x01958B44D89C73579F74A86BE4A6A2EF , 0x01958B44D8E97304A2C12C8645CE24DF , 0x01958B44D8F872FBB0BEBA034E2ADF69 , 0x01958B44D9057192B0292E8FE465F4DD , 0x01958B44D9127012B18B33F3CF759CA8 , 0x01958B44D91E72A2A60B4F1523411C9E , 0x01958B44D92971C0A0CBB235A2A40910 , 0x01958B44D935728694294C4019B5DF0A , 0x01958B44D94171CA94F8AB01BE7F8C5A , 0x01958B44D94D70A681BD9B8C761D4664 , 0x01958B44D95A714D91D5A04965AC3B77 , 0x01958B44D96873D38AA9F4315EAE6EF3 , 0x01958B44D97570FA8E7AAC5F19287ABD , 0x01958B44D982714AB69F2924D276700D , 0x01958B44D990717BA954F1B1662680C6 , 0x01958B44D99D717EAB0966D5070ED11E , 0x01958B44D9AA73859F6F0ED8FA57BC60 , 0x01958B44D9B870D38F03E21287DD9237 , 0x01958B44D9C6708684BBFC0E372DE379 , 0x01958B44D9ED73C6B50F13EA597C88FC , 0x01958B44D9FA7239B83065529783D710 , 0x01958B44DA08729A8C9E2F0684FFF9C3 , 0x01958B44DA14711792072F229BF5F391 , 0x01958B44DA1F7059A903ED5B67EFB226 , 0x01958B44DA2B70ECB349AF9B509B958F , 0x01958B44DA3673DAB8D3A63D366344BC , 0x01958B44DA4273A28719A47E67518860 , 0x01958B44DA4E7385AA80BA8ECB088FC9 , 0x01958B44DA5B70E19DEA9E069EE77542 , 0x01958B44DA6673D7AA560A35075DF399 , 0x01958B44DA72732DB4909C257DEE2DD8 , 0x01958B44DA8170799E986E0E8089AA8B , 0x01958B44DA8E7253842736D5799B6B95 , 0x01958B44DA9B72BBAD2ED1C7357FA8AB , 0x01958B44DAA7706986073AC88D85F6E8 , 0x01958B44DAB3736DA918FEF31B650223 , 0x01958B44DABF7341AA75878DE0881EA1 , 0x01958B44DACB7056B1494D2026A328D5 , 0x01958B44DAD77008B188498E558A84B2 , 0x01958B44DAE370C8AD7B6658AB81676A , 0x01958B44DAEE706CB16816C63E915DDE , 0x01958B44DAF8705EA9B15B4821C016D7 , 0x01958B44DB05729499F21F6E71DCA667 , 0x01958B44DB11717B9D9C2E82653121B5 , 0x01958B44DB1E72C1B709A7B3CD9B1B9B , 0x01958B44DB2A71E49C262D2F24DC8B4F , 0x01958B44DB377094B89ED51290C3428C , 0x01958B44DB42735F9EC9E8AA68C02BB6 , 0x01958B44DB4E72E5BC3504CCD81DBE4F , 0x01958B44DB5C70EEB4BDAC0CEBEA9AB0 , 0x01958B44DB68716DB0849D45E3038CF6 , 0x01958B44DB757129BB6EB062E4024E63 , 0x01958B44DB81715CA912D95D5D12BBC0 , 0x01958B44DB8D707EA90FBD0A84D060AA , 0x01958B44DB9A72B59A07E87053B531D3 , 0x01958B44DBA87299B6A889A04A98C85F , 0x01958B44DBB370AD94F07DEF55E5F6B5 , 0x01958B44DBC073B1B696DCA149D686E8 , 0x01958B44DBCD738F9B408983CAD0863C , 0x01958B44DBD97023AC22686554557753 , 0x01958B44DBE471B0AFDB30D80768F706 , 0x01958B44DBF0729791E5E84C104C86C7 , 0x01958B44DBFC72FAAF107A5E60236EA1 , 0x01958B44DC0771FB935BCB0565D8E19B , 0x01958B44DC147110AE3A8B393C31EFAD , 0x01958B44DC20739DA44F6DE60F83E6BD , 0x01958B44DC2D726E8BDC621D3BA9C474 , 0x01958B44DC3871EE97DF6EFE1FD37929 , 0x01958B44DC4570C795A8A36F1C82B8D8 , 0x01958B44DC6B706ABD33A91EE9EA258B , 0x01958B44DC77722C864E708B0DD13982 , 0x01958B44DC83719E931454FCEF9705AD , 0x01958B44DC8F7078943C14420253A6F3 , 0x01958B44DC9A7313A345BC57F5CE0865 , 0x01958B44DCA67093963D65C35B0DC39E , 0x01958B44DCB1731C8B6DFC9249E9519F , 0x01958B44DCBE7105AACD8D973A7E8913 , 0x01958B44DCC972A7BD4B377BF8C47248 , 0x01958B44DCD670BF8320AB7E5338A5BF , 0x01958B44DCE271E4AB0614DA91823489 , 0x01958B44DCED7200B1AB2DCBDAE57879 , 0x01958B44DCF9721EB15BB959AF8B3C8B , 0x01958B44DD0473A094C14A545FDF34DB , 0x01958B44DD10718FBBE94D31C69C7637 , 0x01958B44DD1B72DABF2972906C93B549 , 0x01958B44DD2873D2B9CA0A814D15FDBD , 0x01958B44DD3571F1AEC6EF576BBD7999 , 0x01958B44DD42726A9A15A617552D028E , 0x01958B44DD4F70D686E7CB31B5F75E2A , 0x01958B44DD5B7035A33907CB229F5CEB , 0x01958B44DD6871B38A8A84C7FAE1240E , 0x01958B44DD7572D3A36F7E41CB239F55 , 0x01958B44DD8372988C9B46B4F22EE26E , 0x01958B44DD9071A993062C4D81C6A191 , 0x01958B44DD9F72899688150824F51D42 , 0x01958B44DDAC71A2903FF5BFE5D4013B , 0x01958B44DDB8727AB0FDE86861B66105 , 0x01958B44DDC5701698827D78AF02D0CF , 0x01958B44DDD2700B9DFD1AF66E58D9EF , 0x01958B44DDDE710C804C8458069B165F , 0x01958B44DDEB73DC96B635BC9975404B , 0x01958B44DDF8701191B41EF2165DF9AF , 0x01958B44DE0472049BD8BAA14925F4AC , 0x01958B44DE1170638B88A87459915861 , 0x01958B44DE1D719FB57C810D97E3E099 , 0x01958B44DE2A72D087FA213D1E95ECC0 , 0x01958B44DE3572B98BCAFF9A8F07D1ED , 0x01958B44DE4173E8B88329DAEB2DB61B , 0x01958B44DE4D73F3B06BD86ACC2ABEC2 , 0x01958B44DE5970218ACDB1402DC5C953 , 0x01958B44DE6C72239DE5D08CF7C3D21C , 0x01958B44DE7972D6AA16935FB6CFF0C6 , 0x01958B44DE8771B5B3FB7C49FD3A7CB8 , 0x01958B44DE95725AA689107916F96F85 , 0x01958B44DEA2711680905A0449F4CF72 , 0x01958B44DEAE73CD900BF8AC72A9AC89 , 0x01958B44DEBC72E18772FC11C78E3F59 , 0x01958B44DEC8737EA1A102614BB42ECD , 0x01958B44DED671C1B61939C3B8FB4866 , 0x01958B44DEFB70A7B52F3677F36035DC , 0x01958B44DF0772A790EAE93C3859B157 , 0x01958B44DF1370F495C0CEAD24F24F98 , 0x01958B44DF1F7335BF0A09F15F57A89B , 0x01958B44DF2B73388A6E11D2D97F0537 , 0x01958B44DF3673158741A02E646E5B4E , 0x01958B44DF4371BFAB488E5349236BC5 , 0x01958B44DF5172E2B09F78CF5DF5424D , 0x01958B44DF5E7365BF7D6A8BC55E9F1D , 0x01958B44DF6C7158AC000421CCAC994E , 0x01958B44DF79726D802BD7C909CD9445 , 0x01958B44DF877261BCA45A600125142A , 0x01958B44DF9572FD82C683EB18D4CDF0 , 0x01958B44DFA1708B937E343A3EB62ACE , 0x01958B44DFAE712CBE07FF7B8C987B25 , 0x01958B44DFBC73C9B69CC8923548BB95 , 0x01958B44DFC9738BAACDFC1BA6AD037C , 0x01958B44DFD6705ABB21B60AD5862012 , 0x01958B44DFE3706D87FB3A8884EF6F3C , 0x01958B44DFF07017824BCC116BD2F9B2 , 0x01958B44DFFD7106A22E69DB0E17C9A9 , 0x01958B44E00B72749EA4B2DF85D74A5D , 0x01958B44E01972BB8EAA8D91E9D21113 , 0x01958B44E02671AE8B4F4E1BEA7EA28E , 0x01958B44E033707DA3005D9A93C949F6 , 0x01958B44E03E7175BDA7433EC9D46FBD , 0x01958B44E04D71E5BAAC905D636312FF , 0x01958B44E0597235A4716AE9D93FD969 , 0x01958B44E06773ADA971A65BEDE378C0 , 0x01958B44E0757265A86C83F8192B1525 , 0x01958B44E08273D8A01A632F2F305130 , 0x01958B44E08F70929D5D9CDF06B8D790 , 0x01958B44E09C7168BCECB40AC5B65910 , 0x01958B44E0A972DAAF90F432321172E6 , 0x01958B44E0B672879B439C7AFC960E19 , 0x01958B44E0C273B0A4983B3BC7A71719 , 0x01958B44E0D07325A7329408C0FC5DF1 , 0x01958B44E0DD70FC94D57A05EEA1CE34 , 0x01958B44E0E97298AF3E96BDFD0E214D , 0x01958B44E0F6710E876079C6E8CC78DF , 0x01958B44E10172DCBDD8247F67CE7AE8 , 0x0195F02B30D97896BC4EAE86B03CFA2F , 0x0196620C7E7575698E82575205A2C263 , 0x01966259A93379CCB470B23D53A1DA90 , 0x07DEF4D19E504789A802F3BCE8290026 , 0x07FDFD0037214FA0BC095A9024290AFB , 0x0D47F6854D9F451099030A22AFD83424 , 0x115E1E17B4484E9AB5B6F40AFC433271 , 0x11B06B38411541D1A3004FC3B94C17CA , 0x12C1B0C8A5D64AA79A8DC3364434F129 , 0x1367580DBA9346BE915CF158EBF975BD , 0x139343C43D30443884479C3760CF53DD , 0x1A0689E4BE3641B28F56F68EDC67E7EB , 0x1A2E561AD9704FA3A6083A8482C3014F , 0x1A50D4C7CB9940DE892E06A16B1C4431 , 0x1BC1769170794A6C87BE0ECBA6E87A58 , 0x1D7C2FF97BA8444D91C2DBA51CB58A0D , 0x1E3676988C7148AA97D25B0677857498 , 0x2092CC50E72C4AADBD6FA557F34FB551 , 0x2146C0E6AB5D45D1930BCF9CF71F8BAE , 0x24BDB8FFEAA74B4DB9A6DC3784047419 , 0x2542DFCEC3804CCFB728C09A3AA635B4 , 0x2556B46FD9A245D485A45AF367D7BCCC , 0x258AF59A1EAF48F499D8E7FF0F4419A9 , 0x28AB7E5193B94F818FD3910075D769D2 , 0x2A69867396EA483DBA134A9561D8B8C3 , 0x2AF2502FE0834EA2934D964CD2461A6E , 0x2BB29338C22C4AB5AC3AFB83F3D0FB0A , 0x2C3596F4E08447CEB8D719E0346497C8 , 0x2C6FA57FB837440FBDA88EA57BF61B4F , 0x2C9962390DBC4E5A90ED3B79CD5BE7B9 , 0x2F8171EFD5064E2081D3468E7E766C70 , 0x31E8858101F04AC4B414B78007D71149 , 0x324E9C4B09084FEB8B8A34A65A78B0D2 , 0x325EE19F6E16487DA29CD25D7034A2CA , 0x3499D43F6E8945BD879CF490C68A040A , 0x36D33ACA941D41A2B505002034DCCE4B , 0x36DD5BD7DCCF4418A052586281A2F7E6 , 0x3A6C6A0491D04CB384C9864FF7353268 , 0x3B69FCC64191467A90131E24696121B0 , 0x3BA14C3E683841C89E3A792C57FEAA9A , 0x3CCA55545BBB44D38463495CD40170BF , 0x3D12B225B32E4AABB0A345F1941DD1BE , 0x3EABD45D7BC4444998000A84511DD776 , 0x41C1CF59C9D247EAA8172EB0D50C795E , 0x42780F81E17D42AE871140F77FFA996D , 0x45BD0233A8864C9CB296E396CD1F0FFE , 0x463290FFFBFE457B98F10FB28E48D704 , 0x48D1046817914588B4A95FB939E4C8ED , 0x4AA017055ABB47429AF6E464C9AF99F1 , 0x4C2A8A6B594B413EB7DCDC23C73B8615 , 0x4DAFBD6776704A67B58419703A756C4C , 0x4DDE381EED45432EAE20FA86D68EC94D , 0x50EF7D934ADC4F4E8360ABD70A8DFFBC , 0x583CD7F78E97484D988198911B37E2DB , 0x588F07ABCBE34C968DF95F80C73ECF7E , 0x589C5A68A02C447BAE06C1FFCA700A63 , 0x5A0BB335F4AA441CA75891F5CFA9F8F8 , 0x5D577C767F364FB3BB743D375B604106 , 0x5F6FDA9DAB3E48C6858F9F4849EC14A7 , 0x61C17E8D29E94063839CBE3B9ACC628F , 0x6AF97A1466EA47A4A8089905847D75C9 , 0x6D114597EBC44434815D1F6F9081C48C , 0x719C88B64ADF4735A13D61ED7C523843 , 0x71CCC40089EA4BDA8E88F5FA76BEC98D , 0x739C720D189A4B2DA4994DD355DF37BF , 0x75FC2DD916624D7985EDB50FC2536002 , 0x7617764EA60C44D9B5BB527A1B8929AF , 0x773AD2023416408281C86063C5576391 , 0x78F54CE269E04D1B9D7E0FF34FEBA581 , 0x7ADD6BB2FBAC40409CC23FC515BE7797 , 0x7B91B29F38774CC089C1A4264B4E283E , 0x7CD73E9ACB404AD08F7A99D111092699 , 0x7D0B2B9850D1487E86045EDD882611E3 , 0x7EA3D2126132494EA22E19E7EAB4CA14 , 0x7EF4C9B9E9D64571BB450E24387BE46D , 0x7F26C3F9EA404A8A8F3D2189CEBEB410 , 0x803E91FE530D43B29B2AFC6EAF3918DF , 0x80677BFCC85F44B3A576538C5FA8D901 , 0x82B9A56AEC10470081879B213D74688F , 0x83C166D7D27641639AD1DA7773F56E9F , 0x844FA88ED7044B0382C6AAC773D4B795 , 0x84E4EC545CC84CA5A6C4B99BDAA05D0E , 0x860BCF21C10346C899A62E76D9CD8AF7 , 0x89928E864E5C4A9C97C07448C97DC0F1 , 0x8E3ED64C16844E949BF13CEE19267A84 , 0x8F15E2C7C2224C5FA11C0C4D5F3D0C73 , 0x8F7A3CC4E5834FB5A35AAB32888C3957 , 0x905924AD9DB8421B98A75F984527F05A , 0x91C11B153DC9456D8CE667292D694525 , 0x91FEC62996FE4AF6BF9200226D6E7AF7 , 0x9422E8F101154CFBA32E5E59391296F5 , 0x983E701C85BB45CF96BD01B7F3D74565 , 0x9BF4F93BEC274BFDBA4484DF4B130B4F , 0x9DE255B9AB334E5BB034874C6C6030CE , 0x9E8AECFE9FDF4151B683EDEAC6494640 , 0xA253E9BF50EA4AA8AFCB3D8D5BA70BF9 , 0xA333E38F8CD6480AAB2AB75F58B7560B , 0xAA0E6C20A5FE478AB20875BC732B1F97 , 0xAB49DABDCC464169A1914C1962D74D93 , 0xAC39C80C201E4A0C961C4BE4783389B6 , 0xACB769DEBFA148289A7E7FE8439988E8 , 0xADE3FB55BCE34380A896C26ED9B70AF4 , 0xAF7BDEA02E9543728FE3AEE000B53EE2 , 0xAFB56530649946BCB6D81050547D74C6 , 0xB1E6E18ADE91431492446638F0724BAF , 0xB2285285613D4F55A7AE4EEB65B66837 , 0xB3A4C4AF31D94E0698C55B1092C49823 , 0xB65CB7FEEC7B4CE19DEDDAFCAC2250BC , 0xB8F042DDD52C452F8B55A505DAB73E73 , 0xBA8E04E8FF9C4EB69531D24F34B19EBE , 0xBC1D8075EC594937B87034BA4309DF7C , 0xBDE23E5AC27C44CBA405126A23211D17 , 0xC966CF30D5A1480EB29CC15BFA7B2042 , 0xC9FB72B556304FF0B453C9F4F8B699DB , 0xCE48E1B0C2514EE0BAF1761633926B3E , 0xCFD09BA79AEF4DF48A6CFC39785786B9 , 0xD04A7198E2C04D34A829161CFF7AAD5B , 0xD2241CA98C024B14814C2C318D97A58D , 0xD2EAD25478AA4EAEBC722C80BB7769E9 , 0xD32008164B2148779F42B5EC406A3BE3 , 0xD3BEBE76188D42ABBA88CBFD5D70DFA5 , 0xD5DAFF64841E47B2AB259E00CD67C986 , 0xD864B08A8342491AB65B7DA01C783773 , 0xDAD9DB45A63248D780C8B91221059B73 , 0xDB8020A5066E4B53B0931E4FD2FC31BB , 0xE1D7FEAD4164462DA25581A742795FF8 , 0xE2EB8ECBCAF742D9AA42285E810693A7 , 0xE6A121E168FC47648BBC8443F31F1182 , 0xE6AAC2CE065540E192747C5389762DE5 , 0xEADE027FB91D47288B67B18FCF58CF94 , 0xEC08C0DB37904C29BC2C83AAE4EE0AD1 , 0xEF32ADB34C234D5C898187406F6F3C3E , 0xF0EBCE88064B45A6B66809D5A8E5263E , 0xF29897E851D84462865505EC4DC89B06 , 0xF4B0D9FB462C4C568AADEA8EED392B78 , 0xF83B5064BE0048AFAB99737E91A7781C , 0xF9EA5F290EAB425FBC389C4BBD22202D , 0xF9FBDC8228DE4A0484984B6B0EFF5D85 , 0xFCC9DF7614AF46CE8CA5E7E7EB1B480E , 0xFFECBDD5B0CF44BBA531D0D584EF5B20 ));
Copy
95
0.55 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"Ùf®\x0F >\x14 Jf«Æ -K×’ã "
b"Ùf®\x0F >\x14 Jf«Æ -K×’ã "
b"X+ýSDPM’ƒ;C\x7F öÍЗ "
b"ÞB\x10 ¢¡¡AЉnU'pË\f – "
b"Ùf®\x0F >\x14 Jf«Æ -K×’ã "
]
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 (0xD966AE0F3E144A66ABC6202D4BD792E3 , 0xD966AE0F3E144A66ABC6202D4BD792E3 , 0x582BFD5344504D92833B437FF6CDD097 , 0xDE4210A2A1A1418A896E552770CB0C96 , 0xD966AE0F3E144A66ABC6202D4BD792E3 );
Copy
96
18.31 ms
SELECT `promotion_discount` . `id` as `promotion_discount.id` , `promotion_discount` . `promotion_id` as `promotion_discount.promotionId` , `promotion_discount` . `scope` as `promotion_discount.scope` , `promotion_discount` . `type` as `promotion_discount.type` , `promotion_discount` . `value` as `promotion_discount.value` , `promotion_discount` . `consider_advanced_rules` as `promotion_discount.considerAdvancedRules` , `promotion_discount` . `max_value` as `promotion_discount.maxValue` , `promotion_discount` . `sorter_key` as `promotion_discount.sorterKey` , `promotion_discount` . `applier_key` as `promotion_discount.applierKey` , `promotion_discount` . `usage_key` as `promotion_discount.usageKey` , `promotion_discount` . `picker_key` as `promotion_discount.pickerKey` , `promotion_discount` . `created_at` as `promotion_discount.createdAt` , `promotion_discount` . `updated_at` as `promotion_discount.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion_discount.discountRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_discount_rule` `promotion_discount.discountRules.mapping`
WHERE `promotion_discount.discountRules.mapping` . `discount_id` = `promotion_discount` . `id` ) as `promotion_discount.discountRules.id_mapping` FROM `promotion_discount` WHERE (`promotion_discount` . `promotion_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"\x01 •[Yïævý”Eï_\r #Ui "
b"\x01 òkÖ`üp¨╣Çó\r ÷Sºs "
b"\x01 •k™`§qTœ(àq°\r \v Ÿ "
b"\x01 òkÖ`ÁrÂü+h?h7\x12 └ "
b"\x01 •k™`Áp޼ñú±µæü² "
b"\x01 •k™`Ìq§¡LÇñ¦Æžk "
b"\x01 •k™`Õq9ªcËð}'‡Ú "
b"\x01 •k™`ápV‹Å©‚¤Î€á "
b"\x01 òkÖ`Ùr┼ì▀WËã^)º "
b"\x01 òkÖ`°q1Ádþò\x04 ╗░Å "
b"\x01 •k™a\x04 s¥³ãß\x15 ,ÿåL "
b"\x01 •k™a\x11 q“ ÂðúT˜ëj "
b"\x01 •k™a\x1E q\x13 ±Â`X].QR "
b"\x01 •k™a+s›°¢'€‹O`° "
b"\x01 •k™a6q>–cc¬\x07 ŸžZ "
b"\x01 òkÖaArìàÒJ±▄S╠? "
b"\x01 •k™aNp\x11 ®#+þÕHv× "
b"\x01 •k™aYqÕª\x15 ¯0`êðŒ "
b"\x01 •k™afrÙ›s@ê¸áêœ "
b"""
\x01 •k™apqσ)k\x19 J\n
rƒ
"""
b"\x01 •k™a{rp·J~ñóü\x01 | "
b"\x01 òkÖaåq░Üöª░ÍØä+ "
b"\x01 •k™a”rG†¸70ókïƒ "
b"\x01 •k™a¡sÞ„\v ’8A#ëÛ "
b"\x01 •k™a®q¼»ˆŒÝžlÔ "
b"\x01 •k™aºr‡°ÑóŸâÂ`ÿ "
b"\x01 •k™aÉq:¶BµB~#¬\x1F "
b"\x01 òkÖaÍs\x10 áì\x05 zqÈHª "
b"\x01 •k™aár\x01 °;I?Tî€õ "
b"\x01 •k™aïpß—¶r¢“í˜ô "
b"\x01 òkÖa põü¥rÏèÐñË "
b"\x01 •k™b\f p›¦\e ð‰–ð\x14 9 "
b"\x01 •k™b\x19 r…»!s³{+\x10 ¦ "
b"\x01 •k™b&q\v ·µ$ª¤\f ŒC "
b"\x01 òkÖb2sfºxí\x03\x18 .ü6 "
b"""
\x01 •k™b?rÈŒv‘Ý\n
iXt
"""
b"\x01 òkÖbKqM╗źÐÑå|ë "
b"\x01 •k™bUq\x04 ¡Óf°ô¦œ] "
b"\x01 •k™b_pJ©‰&\v x\r –: "
b"\x01 •k™bksî²ò¬ƒäáE¯ "
b"\x01 •k™bxp(‰_T1\x1E WÉ8 "
b"\x01 •k™bƒså¶*†\x02 ›^ó] "
b"\x01 òkÖbÅqÑÄ\x1C ~┐øò\x16 ┴ "
b"\x01 òkÖb£pKü³\t\f °úy, "
b"\x01 •k™b¬qc†àx–·\x10 ‹’ "
b"""
\x01 •k™bºpd¿\x1E =Ûø}\n
S
"""
b"\x01 •k™bÆp´™Vhn>uïÎ "
b"\x01 •k™bÒs ´Sšï\x7F Þ\x00 þ "
b"\x01 •k™bÜqzµ\v £Ê€‹£ "
b"\x01 •k™bép9 \t …\x11 g¤Ö¼ "
b"\x01 •k™børß©ÁÊì'þ¹\ "
b"\x01 •k™c2s\x11 »jË‘B¦, "
b"\x01 •k™cBq°ŒC"Õ]Çñ$ "
b"\x01 •k™cOp‘„\x10\x1F Óêˆí® "
b"\x01 •k™c\r«Œ´â\x01 ìù‰þ "
b"\x01 •k™cmrPµçzl)ž„’ "
b"\x01 •k™cyrû±T¬å;%KW "
b"\x01 òkÖcàréüß'┐|§Ô@ "
b"\x01 òkÖcÉq\f ½┬ÑÕ]ºzá "
b"\x01 òkÖcØp│¿├\v\x1E\x12 xú├ "
b"\x01 •k™c©qô‘S\x1D\x03\x06 _ñ< "
b"\x01 •k™c´r8¸‡\x01\x14 \(ûá "
b"\x01 •k™cÀr\x1A ’2þAƨܶ "
b"\x01 •k™cÍq3¨Âîˆh‡\x1C - "
b"\x01 òkÖc▀p\x03 ï\x0E 4┬ü³|ç "
b"\x01 •k™cësH“šý¨¯P˜ÿ "
b"\x01 •k™c÷qV¤Þì\x05 „í«¼ "
b"\x01 òkÖd\x05 r(ª¾ØÈ║sð█ "
b"\x01 •k™d\x12 qؼZü k7\x18 $ "
b"\x01 •k™d\x1F r‰˜Î2OóWÚ\x10 "
b"\x01 •k™d-pr—Ba͹Ÿ\x05 Õ "
b"\x01 •k™d;rà«\e È9\t ª_Ä "
b"\x01 •k™dHqmµ×å‘5A¾P "
b"\x01 •k™dUpm´î±b`\x1A ?$ "
b"\x01 •k™ddq™ R@¦¶Áe\x00 "
b"\x01 •k™drp9¢A'eåO\x1A × "
b"\x01 •k™d}r¦ˆØn÷PŒr‘ "
b"\x01 •k™d‰rŸ£Ì’„TXÏí "
b"\x01 •k™d”p8‚†ô‹nZf. "
b"\x01 òkÖdúrw½ÃÈ)\x0E É*j "
b"\x01 òkÖd│sFÅñy\aÏ'■ "
b"\x01 òkÖd┴r©ì(ò║■ó¬┴ "
b"\x01 •k™dÒq)µÂÒð\x05 ƒ\x16 q "
b"\x01 •k™däs\e ¬öÄPjáüA "
b"\x01 •k™dôqü—R6ßÌAˆÍ "
b"\x01 •k™e\x05 r|»…bã>\x1D ÚÐ "
b"\x01 •k™e\x16 q¬‘A\x18 $ž\x13 É\x16 "
b"\x01 òkÖe%s¼ÅÅ\x1E\x17 `╣\x1D 6 "
b"""
\x01 •k™e4p\n
¹aB£“âÓä
"""
b"\x01 •k™eCrØ‚Cp-F\x05 7W "
b"\x01 •k™eQr8²[î!#Ëч "
b"\x01 •k™e\s]’¢ó¦q åÊ "
b"\x01 •k™egp~ºÜ’¯Àì¾ï "
b"\x01 •k™eqq¿ˆ\x18 gYÅZb© "
b"\x01 •k™e|sâ·ŒÉ\x0F õð_ "
b"\x01 •k™e‰s'‡:ý–Ñà£< "
b"\x01 •k™e–pЇ¥B¹4×;¨ "
b"\x01 •k™e¢s®µRÙ>°<E‚ "
b"\x01 •k™e¯ræ«íŠïMyƒï "
b"\x01 •k™eºqï³ÞHZ ;WH "
b"\x01 •k™eÅpÕ—\x1E Ÿ_æV—< "
b"""
\x01 •k™eôqà»\n
\x07 ½!¶Ž¯
"""
b"\x01 òkÖf\x04 p¥▒Jläjì¼í "
b"\x01 •k™f\x13 qÄ•W·ÂkZ\x16 U "
b"\x01 •k™f!pÚ–wžK¾\x1A ˜Î "
b"\x01 •k™f-sã¿Ió\v ¹É4€ "
b"\x01 •k™f9rÌŒº]\x10 %×ÞÙ "
b"\x01 •k™fDrº€OÍQ½\x14 ŒO "
b"\x01 •k™fQp‚’\x13\x16 £«è7µ "
b"\x01 •k™f]pé¨Ð²'M1˜’ "
b"\x01 •k™flpV€\x0F m¤\x12 ›úm "
b"\x01 •k™fxq½¶…Æç7¶@$ "
b"\x01 •k™f„p¢œ7mνiû\x1A "
b"\x01 òkÖfÅp\x1D Æ8¦c¨¾.¬ "
b"\x01 •k™f›sH³öð))7\x07 £ "
b"\x01 •k™f§pÀ’\x07 yz‰°¹§ "
b"\x01 •k™f³p–¸Îª[vÛ†ï "
b"\x01 •k™f¾pgŽ×%\x10 ÚVô\x03 "
b"\x01 •k™fÉpÑ…2ä#®ÍLÀ "
b"\x01 òkÖfÈs}ù-ìkbFú= "
b"\x01 •k™fàrrº>AX\x05 Ià› "
b"\x01 •k™fíqy’Å£t=52û "
b"\x01 òkÖf²rl╣éoÅ╩\x19 x╠ "
b"\x01 òkÖg\f sEô▒\r ìZB;Ä "
b"\x01 òkÖg\x19 rµö[\x02\x15 ÙRük "
b"\x01 •k™g$q\x14 ¢‚t\x05 QžWg "
b"\x01 •k™g/qÞµ/\x03 øÑzÅÍ "
b"\x01 •k™g=r\x11 «¸¯è\x15 ʰX "
b"\x01 òkÖgIp\x15 ò\v Q¡■Å┐ "
b"\x01 •k™gTp´…SÚ1A4-j "
b"\x01 •k™g_s~ŠÐÂíäFîx "
b"\x01 •k™gipѺ1mBéÊjÎ "
b"\x01 •k™gupƒ¼Á¹Y@FØÇ "
b"\x01 •k™g€r^Ÿ0•X¸\x1F\x06 ¶ "
b"\x01 òkÖgîro¡ç\x12 └uç½Å "
b"\x01 •k™g˜qÜ®7\x01\x06\f\x12 Ø "
b"\x01 •k™g¤rB´±ØXÏiÆâ "
b"\x01 •k™g°s&4t8°ÑóI "
b"\x01 •k™g¼p8±tF&z\x01 y‰ "
b"\x01 •k™gÈq<¢ŸýÄŽƒú= "
b"\x01 •k™gÕs†š1¡<QRºÒ "
b"\x01 òkÖgÓpÅÀ¥ÄZ¿ü\r ║ "
b"\x01 •k™gêpå·ö"c\x01 øJi "
b"\x01 •k™gõrf—û§I"0Eõ "
b"\x01 •k™h\x00 pÄ¿¯w.°‚3A "
b"\x01 •k™h\f rÒ—¥É´\v ‚)ÿ "
b"\x01 •k™h\x17 q’’\x11 Óqû{M "
b"\x01 •k™h"s\x13 ©mŸØsŸÀ "
b"\x01 •k™h-pô‡ÑÐx\x15 7OS "
b"\x01 òkÖh7p\x1E ì&2\x0F jw>▒ "
b"\x01 òkÖhCq\v ûÆ\x18 íâüG> "
b"\x01 •k™hgsbƒM¹\x11 #à&m "
b"\x01 •k™hrq;‚µy†#·ê# "
b"\x01 •k™h}s\x0E ¤Rñ\x01 …[’t "
b"\x01 •k™h‡rUŒQˆv«\x02 ¾ú "
b"\x01 •k™h“r\x04 „T˜\x1D øþ‡Õ "
b"\x01 •k™hžp:Žøpˆ¸xå¢ "
b"\x01 •k™h©p#ž‹.fÛ„•º "
b"\x01 òkÖhÂr▀ÉÏø,S<┬* "
b"\x01 •k™hÂsÚ‹…iýMüO "
b"\x01 •k™hÍqõ†Ç.¹/Í\x0F "
b"\x01 •k™hÙsׂ*¼g`òP² "
b"\x01 •k™häp\x19 ¹éÿÊÁwaS "
b"\x01 òkÖh¯r\t éÅV┤ÄÞWá "
b"\x01 •k™hùpC‡qø“{\x00 A\x00 "
b"\x01 •k™i\x04 pP‘ý±/;\f g "
b"\x01 •k™i\x10 p$œæ–\x7F ñ©^× "
b"\x01 òkÖi\x1C pÆé\x08 ôì|<«â "
b"\x01 •k™i's;…–$êr\v †\x15 "
b"\x01 •k™i2q\x12 „âŽu\v Þñ- "
b"\x01 òkÖi>sYüín'|r┼& "
b"\x01 •k™iLs^‡ mêCÎëÙ "
b"\x01 •k™iXrx…r58RËòQ "
b"\x01 òkÖifpá║\Å{\r y┬3 "
b"\x01 òkÖissÉ©\x03 #\x00 î¼0 "
b"\x01 òkÖiéqͼ%9? ü*╝ "
b"\x01 òkÖiÅq3ÄkYu\L\x1E Ë "
b"\x01 •k™i›qi’±Þ€Y\x17 Ù¢ "
b"\x01 •k™i¥qC¦¬Ë‡€óS« "
b"""
\x01 •„œ\x16 •sW–%\n
=u0=
"""
b"\x01 •„œ\x16 ¢s³ž\x16\x03\x7F ²M%Û "
b"\x01 •„œ\x16 pi¥–U™\x01 üºr "
b"\x01 òä£\x16 ©rmÅj\x0E X\x04 áB└ "
b"\x01 •„œ\x16 Ãr„ŸpjO\x03 …=\x15 "
b"\x01 •„œ\x16 Ïs\x12 ¯ë¶B\x03 Lâë "
b"\x01 •„œ\x16 Ùq%£ª\x1E v{÷ÿ¨ "
b"\x01 òä£\x16 õszüÈ©îC¸\x1F [ "
b"\x01 •„œ\x16 ïq6ªÐY\x14 Ì[€i "
b"\x01 •„œ\x16 ûpü€‘Ù7¢¬=× "
b"\x01 •„œ\x17\x06 r\r „mÙ'uG¡é "
b"\x01 •„œ\x17\x10 qÑ®Ð\x1F sÓ\x01 ÝÏ "
b"\x01 •„œ\x17\e sÒ„¬=MßE\x1C › "
b"\x01 •„œ\x17 &pž¢Ñ “[\x0F ;9 "
b"\x01 •„œ\x17 1qƧÕÖ\x0E VZ‚Z "
b"\x01 •„œ\x17 <q=¸ÚäÈí§\x02 " "
b"\x01 •„œ\x17 Gqu“І\x01 ý\x06 Á\x03 "
b"\x01 òä£\x17 RsìË\f ó³└\x01\e "
b"\x01 •„œ\x17 ]p’‚¬qù³˜ª\x1E "
b"\x01 •„œ\x17 irƒš…\x04\x14 GÇÃ. "
b"\x01 •„œ\x17 vpŽ‹RX,¦K¿‡ "
b"\x01 •„œ\x17 ƒsX¸î^+ØýÅ~ "
b"\x01 •„œ\x17 Žq\x04 »Û\x1D ΤDS\x18 "
b"\x01 òä£\x17 Üs§ç4ÅD‗\v ä¦ "
b"\x01 •„œ\x17 ¥rÔ¬¸ŒaòÓ\x12 ž "
b"\x01 •„œ\x17 °pg“€õUeðˆX "
b"\x01 •„œ\x17 ¼q\x02 ’2¬\x12 t/í" "
b"\x01 òä£\x17 Ãrȼ[Ç┬¼kUì "
b"\x01 •„œ\x17 Ór¸µä§ÊªÃ\x10 k "
b"\x01 •„œ\x17 ßs@€Phñòl\x02 ‘ "
b"\x01 •„œ\x17 ëqÈ«\x0E ý3#¦Á] "
b"\x01 •„œ\x17 ÷q¦†#Íц¬òü "
b"\x01 •„œ\x18\x03 q:‰\x08 ÁU\r Xk\x1F "
b"\x01 •„œ\x18\x0F p‘¤¹a\e ˆÜ•ˆ "
b"\x01 •„œ\x18\x1C s(¬Hïc\x16 §ó– "
b"\x01 •„œ\x18 'sï”â\x11 Á`î0Ð "
b"\x01 òä£\x18 2s┴êıüÖò1S¸ "
b"\x01 •„œ\x18 =qb´\x12 ¿I§ VÍ "
b"\x01 òä£\x18 HsqîÉ8½Ñ¨ÛÊ "
b"\x01 •„œ\x18 Sp¸£n ›‹ª\x01 Ÿ "
b"\x01 •„œ\x18 `sA¤¸€–ù01— "
b"\x01 •„œ\x18 ls=€\x12 Ó\f \x1D âå "
b"\x01 òä£\x18 xq\x1E ï^n'ì$\x14 ì "
b"\x01 •„œ\x18 †rÔ–ò\x1A ‡\x14 BhÐ "
b"\x01 •„œ\x18 ‘qò¯±ÃI‰„\x07 À "
b"\x01 òä£\x18 Øp‗ú̸ì^òrø "
b"\x01 •„œ\x18 ¨qU…6Ö1˜xeŒ "
b"\x01 •„œ\x18 ´s\x7F ±øî~Ç\x05 ™E "
b"\x01 •„œ\x18 Ás.¹‘³\x07 Ùó\x06 Ø "
b"\x01 •„œ\x18 Ìp÷–\x14 m{Q-„v "
b"\x01 òä£\x18 ¶rs╝q&\x1F WØ=ç "
b"\x01 òä£\x19\x02 q\x17 ÅóèÔFYéW "
b"\x01 •„œ\x19\x0E q³²›t{ÛN!T "
b"\x01 •„œ\x19\x19 sœ‘lÔ vŠ\v D "
b"\x01 •„œ\x19 $p¤»ù‰%P‚\x0E y "
b"\x01 •„œ\x19 3q€‚õkðWe\x16 « "
b"\x01 •„œ\x19 Aq\x13 µ¹)¿âníÚ "
b"\x01 •„œ\x19 Lq\x7F €˜ìæ3hKš "
b"\x01 •„œ\x19 XpJ¬[²r ¨\x12 ã "
b"\x01 •„œ\x19 dq\x15 ¾õP¸O\x16 ùÅ "
b"\x01 òä£\x19 orØñÛr¦)Æ-ÿ "
b"\x01 •„œ\x19 zs³Š©\x01 f>Á–R "
b"\x01 •„œ\x19 ‡p+€á†ðƒä!\x12 "
b"\x01 •„œ\x19 ’rj©M[ ô{ðe "
b"\x01 òä£\x19 Ør¼ê9]ß=sÁx "
b"""
\x01 •„œ\x19 ¨r\x18 €õ\n
µm4¥n
"""
b"\x01 òä£\x19 │qd£ØvÈÆ¸ºg "
b"\x01 •„œ\x19 ¿s²‡Hñ]"\x1D !î "
b"\x01 •„œ\x19 Épê½à4 ާµ\x10 "
b"\x01 òä£\x19 ÈsüÅ\x06 §A\x17 ù═J "
b"\x01 •„œ\x19 àrȤ\x17 ¼9æšÒÐ "
b"\x01 •„œ\x19 ëp±»ëÌÞï\x13 g© "
b"\x01 •„œ\x19 öqÞ¸SP?f;€ç "
b"""
\x01 •„œ\x1A\x01 r\n
¼Ô#\x1E ¦Á9\f
"""
b"\x01 •„œ\x1A\f sŸ0q´!±\r \e "
b"\x01 •„œ\x1A\x17 sY¬öÜí#h\x10 "
b"\x01 •„œ\x1A !pd¸±E\x14 þS\x1A @ "
b"\x01 •„œ\x1A 2pÊ•|DŸæ?ù\x1F "
b"\x01 òä£\x1A =s#¼╬Ø\e (!A" "
b"\x01 •„œ\x1A Hp+¹zÌÉ:ß\x05 d "
b"\x01 òä£\x1A Sq\x01 ¼Û\x1D ¢Åû Ù "
b"\x01 •„œ\x1A _q®‘júùèéÏ "
b"\x01 •„œ\x1A jsà°æc¸ê5®ƒ "
b"\x01 •„œ\x1A upê•çláîÀìâ "
b"\x01 •„œ\x1A €qJ¿âÍ\x1A ȶhn "
b"\x01 •„œ\x1A Œp€DòžY\x14 ,\ "
b"\x01 •„œ\x1A ˜r»¾ÙÿøpY;e "
b"\x01 •„œ\x1A ¤q&ˆ%ŠVr…·ö "
b"\x01 òä£\x1A ░rؼ\x17 ƒ╠\x04 l\x01\x13 "
b"\x01 •„œ\x1A ¼sô´¢iyKÉtq "
b"\x01 òä£\x1A Ãp\x08 ÆKlk|è┬ü "
b"\x01 •„œ\x1A ÑsÕ±Þ\x04 Åš\x1C M\x14 "
b"\x01 •„œ\x1A ÜsÞ˜:\f 6’&ïÞ "
b"\x01 •„œ\x1A çsö¦J\x18 ™uü¢3 "
b"\x01 •„œ\x1A òpþ®0®+ø·(7 "
b"\x01 òä£\x1A ³pS¿ü└S©·Õç "
b"\x01 •„œ\e\x07 qЉ™Ž"\x11 ^¸\x12 "
b"\x01 •„œ\e\x12 pÑ³Ž·“U“•” "
b"\x01 •„œ\e\x1D s—¹\x1A ß{õ\x05 ¹Î "
b"\x01 •„œ\e (pX³\x12 5\x1D ÀîЗ "
b"\x01 òä£\e MsÕìxÛ/ÿï A "
b"\x01 •„œ\e [sz¹¨ò™ùLœã "
b"\x01 •„œ\e gsÓ±õ–\x1F\x0E\x01 и "
b"\x01 •„œ\e sq\x05 œ/ö>=•(i "
b"\x01 •„œ\e ~r\x00 “Íá)Ö3“A "
b"\x01 •„œ\e ‰rI±\x17 P€Ä<\x0F ü "
b"\x01 •„œ\e ”sÊÝÿéôl]n "
b"\x01 òä£\e ƒqHü■▄õ\x12 t¦] "
b"\x01 •„œ\e ªq>™§â\x08 ò¨‹W "
b"\x01 òä£\e Âs»▒©nu`g5ü "
b"\x01 •„œ\e Àq"ž„\x1F $\x1D “\r Ü "
b"\x01 òä£\e ╦pEÅ╠ý╩\t │Þ╝ "
b"\x01 •„œ\e ÕpÈ©ß\x1F òE`¨É "
b"\x01 •„œ\e às\x07 ‚jöa|0ÎÕ "
b"\x01 •„œ\e ërmˆC(3pËù\x00 "
b"\x01 òä£\e ¸s¯▓ìZ9_W0\x18 "
b"\x01 •„œ\x1C\x02 sȆÚ9~‡™C˜ "
b"\x01 •„œ\x1C\f sDžVV>›\x1C ^Û "
b"\x01 •„œ\x1C\x17 pø¸<\x08 ¹›¼4\x1E "
b"\x01 •„œ\x1C #qf¼\x11 ó;§â¯ "
b"\x01 •„œ\x1C .s߆`\x13 ̼œ©¼ "
b"\x01 •„œ\x1C 9qu¼¯›–+Tø] "
b"\x01 òä£\x1C DqFÑW\x1E\x04 ±Åê\x11 "
b"\x01 òä£\x1C Os╬ÅòÖ\x14 `Z┴╬ "
b"\x01 •„œ\x1C Zsuµî»ÉöQÄ( "
b"\x01 •„œ\x1C gr¿™Ö¼žyµJ‚ "
b"\x01 •„œ\x1C rrV™~\x02 Ü\x7F æ~L "
b"\x01 •„œ\x1C\x7F pŠ›ÚÚªM¨¨~ "
b"\x01 òä£\x1C èpu▒t\x08 sØO84 "
b"\x01 •„œ\x1C •q½¾ïSfm–W˜ "
b"\x01 •„œ\x1C s™´`ßå€Û H "
b"\x01 •„œ\x1C «rjŠ\x1E iX[¥*A "
b"\x01 •„œ\x1C ·pi‹4gÉÌ9Ü0 "
b"\x01 •„œ\x1C ÁrܪCh\e ï’Ñ´ "
b"\x01 •„œ\x1C Ìp#“”Ù`$ù–“ "
b"\x01 •„œ\x1C Øp\x15 ± \x0E ô0ì Ð "
b"\x01 òä£\x1C ÔqÂܶ7üsQúÓ "
b"""
\x01 •„œ\x1C íqNŒuÈy’\n
üM
"""
b"\x01 òä£\x1C °qçïPküF®©D "
b"""
\x01 •„œ\x1D\x04 qk°¸;2Ö\n
À4
"""
b"\x01 •„œ\x1D\x0F rí¤öŽ•îñ:D "
b"\x01 •„œ\x1D\x1A q\x02 ‘º”q\x1C œú× "
b"\x01 òä£\x1D %s9▒Ø{╝\x1E Z.Æ "
b"\x01 •„œ\x1D 0p÷v»¥22ËP "
b"\x01 •„œ\x1D <q¹¢£|âû>}… "
b"\x01 •„œ\x1D IpYƒæ—XrTÅ} "
b"\x01 òä£\x1D Tsßì\t\x08\x06 Dʶø "
b"\x01 •„œ\x1D `p±‹¶bÃ\x03 ¦¸\ "
b"\x01 òä£\x1D lpÿ┤ì\x0E ¿X─\x1A\v "
b"\x01 òä£\x1D vpFì*Ñ\x1F º|ò "
b"\x01 •„œ\x1D ™qÚ¶—[—hÞ¡I "
b"\x01 •„œ\x1D ¥s@µ\x1D ˜Íérž\x13 "
b"\x01 •„œ\x1D °p\x06 ½Ž\x10 ÏÕÅdš "
b"\x01 •„œ\x1D »pj˜›_¼õªÞð "
b"\x01 òä£\x1D ┼s~¼*¦Q▄ü#╝ "
b"\x01 òä£\x1D ðr╣óüe0\x02 kVJ "
b"\x01 •„œ\x1D Ýpý·Swÿ½\x02 GN "
b"\x01 òä£\x1D ÞsrîCÅa╣ç\x0F ' "
b"\x01 òä£\x1D ¾qÌØro\x03\x1D ùWÞ "
b"\x01 •„œ\x1D þsG®\x1A è¿è\x19 2è "
b"""
\x01 •„œ\x1E \n
qd·î=/²g)I
"""
b"\x01 •„œ\x1E\x16 r†º|·\x06 9ôjÉ "
b"\x01 •„œ\x1E "rgŒ›\x06 ¯ËÝ\x1D ô "
b"\x01 •„œ\x1E -r¡’\x19 8tØž\x7F "
b"\x01 •„œ\x1E :r›‰,ÄDã\e\x1E\v "
b"\x01 •„œ\x1E Gq\x0E š¡`ènhÞ6 "
b"\x01 •„œ\x1E SsƘ½\x17 Øs¢å¤ "
b"\x01 •„œ\x1E ^r˜®W\x15 ÀZÏL! "
b"\x01 •„œ\x1E ip‡¾ëqªÝJNc "
b"\x01 •„œ\x1E trt/V6’ì3\x12 "
b"\x01 •„œ\x1E €p,¿ªJéœãÚ½ "
b"\x01 •„œ\x1E Œs‡¨\x02 ÌoËßKc "
b"\x01 •„œ\x1E ™p|»ðÎ\x16\x1D ð-c "
b"\x01 •„œ\x1E ¤sþ½=;Ä»\x11 c= "
b"\x01 •„œ\x1E °s+¨ÉÖçõ0ãè "
b"\x01 •„œ\x1E ¼q\x17 +ÅÇyKnl "
b"\x01 òä£\x1E ╚pPûiÉïð\x02 ÷T "
b"\x01 òä£\x1E Ër-ØÁÚ-\x16 ¶zo "
b"\x01 •„œ\x1E ßq®¥€\x1D ˆuë*› "
b"\x01 •„œ\x1E ësÖ¾‡†0\x13 ý´Ò "
b"""
\x01 •„œ\x1E ÷rö¿ \n
½\x04 ¹ä\x03
"""
b"\x01 •„œ\x1F\x03 r$šª(/Š©iº "
b"\x01 •„œ\x1F\x0F qHŒaß\x07 0ȰM "
b"""
\x01 •„œ\x1F\e rJ½Ì,\n
+€Lø
"""
b"\x01 •„œ\x1F %rYªÝ\x1A œ¢˜ÏB "
b"\x01 òä£\x1F 1r1à \x19 ØÒÚÅ╬ "
b"\x01 •„œ\x1F =rÿ²µòEÃ_bM "
b"\x01 •„œ\x1F IqÑºØÆ-ìo+; "
b"\x01 •„œ\x1F VpÍ·^9¨dY“™ "
b"\x01 •„œ\x1F asŒ±0ò9!#\x10 ¿ "
b"\x01 òä£\x1F mq,ø\x7F ìáÐÒ¨Ê "
b"\x01 •„œ\x1F zq"¥1\x15 øÕœœ\x13 "
b"\x01 •„œ\x1F †q ›¿êÔSåµÕ "
b"\x01 •„œ\x1F “r+¦N“c+\x1D d\x13 "
b"\x01 •„œ\x1F qâª\x02 Ñ\x05 \r Q\x12  "
b"\x01 òä£\x1F ¼q¹üÜ▀▓¡VBù "
b"\x01 •„œ\x1F ºq?¿ÿ>\x15 ÑXŒª "
b"\x01 òä£\x1F Ãràëü}tºÀ*O "
b"\x01 •„œ\x1F ÔpÈŠÂöò¹Ú._ "
b"\x01 òä£\x1F ßr£üK\v {\x1A ░ÐB "
b"\x01 •„œ \r rù½\x1D {w\x04\x14 E¤ "
b"""
\x01 •„œ \x1A rõ«â\x1A j~\x06 \n
¯
"""
b"\x01 •„œ )pÙ²Ærz*º5\x1A "
b"\x01 •„œ 6r¤šx®À$+¨\x14 "
b"\x01 •„œ Br5„³ä®Ý\x17 }d "
b"\x01 •„œ NrZ…Vq'\t\x11 Aö "
b"\x01 •„œ ZpÑ \x14 ¹ñ¾\x13 ÉÉ "
b"\x01 •„œ epi£ tó¬\v Õd "
b"\x01 •„œ pr@œì\x18 i÷Ã+ "
b"\x01 •„œ }rê±úß½ðKî\x06 "
b"\x01 •„œ ˆs>¸o^Ã~\x03 Ÿ "
b"\x01 •„œ “pÁ‚Búö€¥Æ "
b"\x01 òä£ ×rT╗«gÅ7Q┬2 "
b"\x01 •„œ ªs˜ºsclíéž "
b"\x01 •„œ µqX‡žÒH„UXŠ "
b"\x01 •„œ ¿q{®65§É\x0E 79 "
b"\x01 òä£ ╦qÊúH;á▄ì╬î "
b"\x01 •„œ Õr‚žš\‘ç2Gü "
b"\x01 •„œ às\x11 µ¢’h±0K” "
b"\x01 •„œ ìpw¡_ŽÏInç² "
b"\x01 •„œ øp\e ¶\e ï\x14 àhѤ "
b"\x01 •„œ!\x05 s{”ö…_ˆô\x01 ï "
b"\x01 •„œ!\x11 q<”5T\x06 XžP\x19 "
b"\x01 •„œ!\x1C sG‘ÍBw䡵› "
b"""
\x01 òä£!'p╦Å\x16 \n
[µ¶FW
"""
b"\x01 •„œ!3rô”æ\t\x0F RÓ”º "
b"\x01 •„œ!>r\x03 £b±Nùµ˜€ "
b"\x01 •„œ!IqV¸0daR߸¤ "
b"\x01 •„œ!TsÑ‘Y£.\x1F á¾Ë "
b"\x01 •„œ!ar‰…ÕLݹ÷mÈ "
b"\x01 òä£!psÎà½fkê╩èì "
b"\x01 •„œ!|p%”öùTÓѹA "
b"\x01 •„œ!‰r)ƒí_Æö”X( "
b"\x01 •„œ!™q¹ƒ7^z\x05 Û"Ð "
b"\x01 òä£!Ñs\x07 Æä\x15 Y╣\x08 Å\f "
b"\x01 •„œ!°pè§×—aá1\x1A Ø "
b"\x01 òä£!╝q╩ØÝHKNÃl( "
b"\x01 òä£!╚qîÉ\x05 2$▒6Ö| "
b"\x01 •„œ!Ôq»—\x15 v§´‰Ós "
b"\x01 •„œ!às\x1F °›R&<ƒÏ\x10 "
b"\x01 •„œ!ëq_µˆ\t ¡\x13 g€i "
b"\x01 •„œ!øs:®\x10 PjÐÿ\x02 - "
b"\x01 •„œ"\x03 syª]Ê_zþãi "
b"\x01 •„œ"\x0F p7•4´fsR†t "
b"\x01 •„œ"\x1A q[ž»¹ZDžI0 "
b"\x01 •„œ"&r׉w>Cµ "
b"\x01 òä£"1p▄ôüìCCf55 "
b"\x01 òä£"=s{£¯É‗c╦³Y "
b"\x01 •„œ"Hqa©mˆÀêZÁ[ "
b"\x01 •„œ"Usϫ¨sí™jÐ "
b"\x01 òä£"Çs8Â_├YÏÃÅa "
b"\x01 •„œ"ŽrS»\x0F )ºŠÀ1\v "
b"\x01 •„œ"œs\x10 ƒj™‹0\ªÕ "
b"\x01 •„œ"§qk¼W\x07 %߬W© "
b"\x01 •„œ"³p\x10 µ®Ã¶\x04\x1D ›© "
b"\x01 •„œ"¾p´¿7ñoa¥`d "
b"\x01 òä£"╦s\x1F à\x0F\f\x1F ±\x05 ü× "
b"\x01 •„œ"×sß´\r ‰º'\x10 Np "
b"\x01 •„œ"ãpÔ£‰Œš¼n\x19 X "
b"\x01 •„œ"ïp\v ‰ÞSx°S\x04 7 "
b"\x01 •„œ"ýp\x12 £¾p\x02 ê¹/Õ "
b"\x01 òä£#\x08 rW¥q¿môFìp "
b"\x01 •„œ#\x15 qH¿e:\x11 Â`\v = "
b"\x01 òä£#"sÅö╩/au3_\x06 "
b"\x01 òä£#0sö┤ÅB~s\e ÛN "
b"\x01 •„œ#?sú‚Ì\v\x18 +Èà\ "
b"\x01 •„œ#KprƒM½ÈÍo[® "
b"\x01 •„œ#Yqr‹æ\x14 ô.7:— "
b"\x01 òä£#hsDÉé═ø\v Þ "
b"\x01 •„œ#wq°¾Kó·ô1ñÍ "
b"\x01 •„œ#ƒsᇉ\x00 À¡*—c "
b"\x01 òä£#ÉsY¬Tà°²2.| "
b"\x01 òä£#£pò®ÙÀØ#Ñ#s "
b"\x01 •„œ#ªr…ªR‘Ÿ\x14 Ê)Ñ "
b"\x01 •„œ#¹rm„é}ˆ!\x1A\x1C î "
b"\x01 •„œ#ÈsW ¾%¡\x1F GG¼ "
b"\x01 •„œ#Õr™™¯©Qˆ®\x14 Î "
b"\x01 •„œ#ârÝ•œü\x00\x11 Ò\x1C Ò "
b"\x01 òä£#´sâªìªÜ.┌%5 "
b"\x01 •„œ#üq¹«Öâûí“r "
b"\x01 •„œ$\v siƒ\x12\e\x18 ¤ññç "
b"\x01 •„œ$\x18 p•’[\x0E ‡æÎ\x04\x11 "
b"\x01 •„œ$&sÅ Ô$J\x11\f 33 "
b"\x01 •„œ$3p`»î#¡K¶¿û "
b"\x01 òä£$@rÁÅSk[ÔÊî¢ "
b"\x01 òä£$Mq┼½Ìµ╣RìÖÛ "
b"\x01 •„œ$Yq%£DÒ°\f\x03 °v "
b"\x01 •„œ$grJ´JG(|dž "
b"\x01 òä£$tp\e ó<┤\x1E ÉÑ3Q "
b"\x01 òä£$üsQàÐÄ3§Íýë "
b"\x01 òä£$ìpéáÂ╠!br¿( "
b"\x01 •„œ$™sã¶á\x7F \ 3‚\x12 "
b"\x01 òä£$Ñr\x0E ªFÍS\t ┤Øê "
b"\x01 òä£$▓qVì½)f3Êò` "
b"\x01 •„œ$¾s–ŽÓ†m’ƒ†# "
b"\x01 •„œ$Êr7½ZÌg©C‹É "
b"\x01 •„œ$ØrЉ¦hc+½ñq "
b"\x01 òä£$þrúü\x12 k_ı‗7ÿ "
b"\x01 •„œ$ôqœ•ûð\x00 'Ú3i "
b"\x01 òä£%\x01 s÷ìù\x19 á ƒû> "
b"\x01 •„œ%)q€ ‰ôÕ¾„\x12 * "
b"\x01 •„œ%6sö‹S;u x\x06 ê "
b"\x01 •„œ%Br;—Ô\x17 *@ÊŽ¨ "
b"\x01 •„œ%NrÛ¥Ýh€„ÿô\x0F "
b"\x01 •„œ%[sJ±?\x1A\x07 £gp) "
b"\x01 •„œ%fp\x15 Œ4Ç×z\x00 _C "
b"\x01 •„œ%ss'±œÏ¡*-Æ3 "
b"\x01 •„œ%€r,¹õ\x10 ¸v¸C~ "
b"\x01 òä£%ìq*ïD\x07\x18\x1D õ█\ "
b"\x01 •„œ%šs^““?dôVrº "
b"\x01 •„œ%¨s¡HµR¦¯‰| "
b"\x01 •„œ%µq(£\x02 Gé}ë\x00 ž "
b"\x01 òä£%├ríö¥ìk\x0F\x10 │© "
b"\x01 •„œ%ÑsïŠÏ|\x00 ]âsM "
b"\x01 òä£%▀q3¢]»I\x1F ÅÁ_ "
b"\x01 •„œ%ìpm“³¸á!Ì…\x01 "
b"\x01 •„œ%ùr<¦,\e ÀßÈWò "
b"\x01 òä£&\x07 pÜ«¡ý■ÌÉT^ "
b"\x01 òä£&\x14 r\x1F ì\x1A >ðj\x16\x15 \r "
b"\x01 •„œ&!rM»6yLÅW5š "
b"\x01 •„œ&-pâ¿\x00 èàOcà& "
b"\x01 •„œ&:sUºNa\x1F --+@ "
b"\x01 •„œ&Fqïº7½)\x18 DIZ "
b"\x01 •„œ&Tr\x1F ¯¾ý;"—1x "
b"\x01 òä£&dpÉØX\x7F ü\e þ█A "
b"\x01 •„œ&qs¿¤¼Ð\r Y¸\x16 H "
b"\x01 •„œ&~qØ”\x1F Ê\x17 =«ÓŠ "
b"\x01 òä£&ïr5Ø9\x1C ³öÎ4ð "
b"""
\x01 òä£&ùq▒ö\x18 ¼\n
@MÒÅ
"""
b"\x01 òä£&óqe┤n«ñ╩ëÐì "
b"\x01 •„œ&°r5’B>6Êü6¯ "
b"\x01 •„œ&¾pð¥Ž+ü[ñ2Y "
b"\x01 •„œ&Êpo¨‹¶°}ræ_ "
b"\x01 •„œ&Öq–³\x00 w\x1E ØGØ` "
b"\x01 •„œ&ãsB¹Üq0L•\e\x12 "
b"\x01 òä£&±qä┤HÛØ/oA¸ "
b"\x01 òä£&²r"£$ÄØåè█º "
b"""
\x01 •„œ'\n
qì \x7F\x01 ÕKóîH
"""
b"\x01 •„œ'\x18 r¡´\e A<R‹‘\x17 "
b"\x01 •„œ'%p\x11 ©„0kô¾hì "
b"\x01 •„œ'1pÿ³\ADì³ÉÏ "
b"\x01 •„œ'=s\x17 ¤‡\x13 ªn©¥æ "
b"\x01 •„œ'JsŒ çwM‘Œ’\x1A "
b"\x01 •„œ'Vqûˆ\r +ß$!6‘ "
b"\x01 •„œ'dp\x10 ¹Žò…‹\x01 #J "
b"\x01 òä£'pq╩éù¶\x10 ³ÀØ "
b"\x01 •„œ'|rm£‘±K”ډ "
b"\x01 òä£'îr{║Øv½▒\x12 1õ "
b"\x01 •„œ'›q¬¼\x04 żĖ@ "
b"\x01 òä£'®pþÇìd"=L│W "
b"\x01 òä£'ßpØ«27\x18 -À\x01 Û "
b"\x01 •„œ'îp\x10 ¾\x11 …ýHù´ "
b"\x01 •„œ'ùq¿½co.«Ô\x7F A "
b"\x01 •„œ(\x07 s[½œ|\x1F è$; "
b"\x01 •„œ(\x15 ss°èGsŽÇ·\x7F "
b"\x01 òä£(#pRüj\x10 {eU¸¥ "
b"\x01 •„œ(/rÚ¾8®ðGÖWz "
b"\x01 •„œ(;rò½\x04 ã\x11 ,*.L "
b"\x01 •„œ(Ip\x11 œÏ\x1F\x1D «®\x17 g "
b"\x01 •„œ(\ql³L$\x14 ˉˆ\x1C "
b"\x01 •„œ(nq¥žB!r\x08 ’\x0F X "
b"\x01 •„œ(‚sš¡§\x02 Ëö.sæ "
b"\x01 òä£(Épáî¾ı╦¦\x06 +å "
b"\x01 •„œ(žpµž-ÉåÉ4\x16 Û "
b"\x01 •„œ(«r&¥_õc\x00 l‚G "
b"\x01 •„œ(ºs\x18 ²u-ê®N½N "
b"""
\x01 òä£(╩r¶áWÎì\n
!À)
"""
b"\x01 òä£(┌pÅíÓ¹¥p¸7õ "
b"\x01 òä£(Þs,Ø[¥g\x05 ═\x7F : "
b"\x01 òä£(§q¶ú0TƒØt╚ "
b"\x01 òä£)\x03 s\x16 ¿¦Ò:ìLÕd "
b"\x01 •„œ)\x12 p¬²ÝŒ\x05 úÓ– "
b"\x01 •„œ)!qá§\x18 Á°Úó¯Q "
b"\x01 •„œ)/r\x14 µö»\x12 :5Cp "
b"\x01 •„œ)?pN¶?ù©Eq-Ó "
b"\x01 •„œ)Mpܵv|nE/Û "
b"\x01 •„œ)Yp\x13 ‹Uè`å@,V "
b"\x01 •„œ)gqùˆD¢z>N-ý "
b"\x01 òä£)yqèÅ\x0E ÀBFãZ "
b"\x01 òä£)çsO│:iÅè(█┤ "
b"\x01 •„œ)•pŒ¯=RÌ\x19 j \x04 "
b"\x01 •„œ)¢qJ¹òö3´œŽ "
b"\x01 òä£)»p\x13 ìyÉúT9\x1E ┼ "
b"\x01 •„œ)¼s²ˆ×Žöޤ"} "
b"\x01 òä£)╩pÓØ²'ÝQ\x04 l\x16 "
b"\x01 •„œ)ÖsP½¨Ä-D&2b "
b"\x01 •„œ)ãr)¯\x04 iVaÃ(ÿ "
b"\x01 •„œ)ñpÄ•\x01 Ôg«õ<‘ "
b"""
\x01 •„œ*\x01 p_²ò‰\n
]áÆ/
"""
b"\x01 •„œ*\x15 qK¾*+'hÌÎð "
b"\x01 •„œ*"r<‡lœôAÖy\x13 "
b"\x01 òä£*1roà╩▀ÉO\x15 /Q "
b"\x01 òä£*@qÅ╣3█Lõt½ "
b"\x01 •„œ*Mp¹ª)„åc/ÊÓ "
b"\x01 •„œ*Zsá£Sd½o̬þ "
b"\x01 •„œ*grÚ¡Vôœ°Hõ5 "
b"\x01 •„œ*usÔ‰(¦\x1C ü«\x05 ” "
b"\x01 •„œ*‚ri§¨Rb\x13 Ôãz "
b"\x01 òä£*ÅqG¡>9;╗I░\x04 "
b"\x01 •„œ*œr«™‘¶ÑÿÐOF "
b"""
\x01 •„œ*ËrË”\n
[?dø†—
"""
b"\x01 •„œ*Ùr¸¾\x11\x1E ê'Y]f "
b"\x01 •„œ*år¾»°ïHÎyÁá "
b"\x01 •„œ*ór”´–º?üÚ\x1D µ "
b"\x01 •„œ+\x00 sŠ»?\n Øìûb\x04 "
b"\x01 •„œ+\r rēԃ®‘Yô\x16 "
b"\x01 •„œ+\x19 q®®å&ŽY\x11 Æ^ "
b"\x01 •„œ+%p«¸\f ®y±\x14 +\x0E "
b"""
\x01 •„œ+1q•ª\n
f½\x01 õMè
"""
b"\x01 •„œ+=r޽4\x08 Çß'ç\x1A "
b"\x01 •„œ+Isu»„Õ¶‘ÖÓ© "
b"\x01 •„œ+UqržÓ½ÎA)< "
b"\x01 •„œ+`rÄ…ÃÛ´å´j› "
b"\x01 •„œ+lqÁ¼:¦¼´\x12 Tñ "
b"\x01 òä£+yr(╝íÅhSÄ\x04 ╚ "
b"\x01 •„œ+…r]€BBµV\x11 j4 "
b"\x01 •„œ+‘q&³\v ÍC%Ê6\t "
b"\x01 •„œ+žqư3\x7F Ùƒ‰O4 "
b"\x01 •„œ+ªs¨£)+#k[‰O "
b"\x01 •„œ+·p\x06 ¬liìgGjv "
b"\x01 •„œ+ÄsŸ´]®úüt¤p "
b"\x01 òä£+ÐsØ¡Ã╝Á\x02 :{é "
b"\x01 òä£+¦qƒâO┌Å▓°S\x01 "
b"\x01 •„œ+ërž«$SÔ†áúŽ "
b"\x01 •„œ+÷pE¥É5–Å`RŸ "
b"\x01 •„œ,\x06 p‰¬\x0E Õ¢+0\x13  "
b"\x01 •„œ,\x13 r°§áÞªÜÅ]ß "
b"\x01 •„œ,\x1F q¥¨Zn&aŸÓB "
b"\x01 •„œ,+pô¶ShÑnøÛÙ "
b"\x01 òä£,6rþÅIÞ·£?\x0E ² "
b"\x01 òä£,Cp$╗ÉÕÂquâO "
b"\x01 •„œ,Or„\x10 .éwüG_ "
b"\x01 •„œ,[r0–fþ8æ–è: "
b"\x01 •„œ,gq"—ÐÝjqs±\x18 "
b"\x01 •„œ,sp\x18 ——ˆ³\x05\x18 {\x7F "
b"\x01 •„œ,\x7F r¯ª£¦K\f /÷\n "
b"\x01 •„œ,‹r˜®²jœÜwMÅ "
b"\x01 •„œ,—s©¹\x11 SϽa)j "
b"\x01 •„œ,£rŠ´<éüJYE "
b"\x01 •„œ,¯q³¢#W$¨À"\x1E "
b"\x01 •„œ,¼pÛ€=fVîâLú "
b"\x01 •„œ,ÈpW·Uösx>Z\x1E "
b"\x01 •„œ,Õpã‚]U?\r '\x1E ø "
b"\x01 •„œ,ãq•®`µ?*™ƒý "
b"\x01 òä£,±r╔Å.\f\x10 ¶ß│o "
b"\x01 •„œ,üpmŸêÕy"^‘\x06 "
b"\x01 •„œ-\x08 q\x01 ·õ¾?Rþh\x1D "
b"\x01 •‹DÅ•s6³ªì\x14\x12 Ã- "
b"\x01 òïD┼»sØî\x19 │[Ö░±ê "
b"\x01 •‹Džrå‚,˜Ÿd]\x1A þ "
b"\x01 •‹DÅÌq¯wú³_ùêà "
b"\x01 •‹DÅÛqëŒÔsçé\x10 7% "
b"\x01 •‹DÅèr:¶mŠSÉ\x16 ÿ\x19 "
b"\x01 •‹DÅøqÿ—mß\x02\x02 >% "
b"\x01 •‹DÆ\x07 sgµ`¤¦"‘Ôs "
b"\x01 •‹DÆ\x16 s!ˆ6GÆc,-H "
b"\x01 •‹DÆ%q€”ˆê@û6*è "
b"\x01 •‹DÆ0ròµ#E%ÂVÚÒ "
b"\x01 •‹DÆ?r©¸:ç/ç\x14 ÊI "
b"\x01 •‹DÆNqí—Ñ«RÕ.°ó "
b"\x01 •‹DÆYqZ \x10 rQϾ6\x7F "
b"\x01 •‹DÆfrß“\x17 Uñ{Â\x15 q "
b"\x01 •‹DÆys@³\x14 ƒÿ+‡p€ "
b"\x01 •‹DÆŠrɪÕ\x19 5è\x16 ÄW "
b"\x01 •‹DƘr¸½Á|×ÿà‘G "
b"\x01 •‹DÆ¥sÜ¡'®n¦D\x10 m "
b"\x01 •‹Dưqð¼6 \x03 €œ¸J "
b"\x01 •‹DÆ»p]‰ç"A}Í•Ž "
b"\x01 òïDãÃp\x03 ûd[┘RüÙ┌ "
b"\x01 •‹DÆÓrW¨ò˜³ëŽZå "
b"\x01 •‹DÆàrޱ|]ö\x11 pâ\x11 "
b"\x01 òïDãÝr\x1D üöÖüï9\x1C j "
b"\x01 •‹DÆøst¥’\v î¬\x05 Ò "
b"\x01 •‹DÇ\x05 s\x04 ¯‰ŠD\x07 lâÑ "
b"\x01 •‹DÇ\x10 pÒ½™¤û?ßäV "
b"\x01 •‹DÇ\e s-”\x19 [5Q\e\x02 U "
b"\x01 •‹DÇ&s/¥õ›; ÅïÌ "
b"""
\x01 òïDÃ1q\n
é%Ø\x1E\x06 ù?┘
"""
b"\x01 •‹DÇ<s-šM\x03 ó\x1D ^N™ "
b"\x01 •‹DÇJpÔ¾J\x1D ®ù»ùY "
b"\x01 òïDÃXr¢ºQ£ÅWºw* "
b"\x01 •‹DÇer²®(‘¹·\v “\x10 "
b"\x01 òïDÃpr\x19 ÅeTÒ╔╔╩/ "
b"\x01 •‹DÇ\x7F p<ƒh\x16 czSê< "
b"\x01 òïDÃÆr╝╣Ø\x16 Í~ø\x10 ã "
b"\x01 òïDÃór\x14 Ń\x1A └6¥┌³ "
b"\x01 òïDár.Ø█·Ä~│┤Ý "
b"\x01 •‹DǼq%¿yˆIÇ/l\x14 "
b"\x01 òïDÃ╚sCüÀ]Y¸½±\x1F "
b"\x01 •‹DÇÔrÝŠÚ«6ªe.v "
b"\x01 •‹DÇßp{‹-ܽðL¤Þ "
b"\x01 òïDÃÛr\x08 ØÑ8ç¡£¾┬ "
b"\x01 òïDçrbô┌cØ\x10 ï²Ó "
b"\x01 òïD╚\x01 p9¬ÕÅìÔfÉà "
b"\x01 •‹DÈ\f qÞ«“À÷›-P9 "
b"\x01 òïD╚\e r%é¹%üƒ9bY "
b"\x01 •‹DÈ'qgœU¤\x14\x05 ÊI\x1F "
b"\x01 •‹DÈ[q?Š–p\x15 g*è‚ "
b"\x01 •‹DÈkrœ™—#HL\x03\x7F å "
b"\x01 òïD╚{s_Å·╦æ\x03 Ï2| "
b"\x01 •‹DÈ‹q²–6\x1A ±¤\x19 û\x01 "
b"\x01 òïD╚øsª«Üó╚╚Å·¨ "
b"\x01 •‹DȨqí¸ì{nžä¼3 "
b"\x01 •‹DȵrP¾¤)/\e —3\x1F "
b"\x01 •‹DÈÁp©ŽLxÏrÄí` "
b"\x01 •‹DÈÎp\r ´‡%ú¨Å´Z "
b"\x01 òïD╚¦rÅö5║░vF▓H "
b"\x01 •‹DÈêr\r Ëœ-½.Ð< "
b"\x01 •‹DÈös™©/\x7F µ|øz\x1A "
b"\x01 •‹DÉ\x00 qlƒ°R„9\x15 IÝ "
b"\x01 òïD╔\f qâÉ\f ÕQuázò "
b"\x01 òïD╔\x16 s?ìÔ\f Ƹjók "
b"\x01 •‹DÉ"rĵH»ƒs.8ò "
b"\x01 òïD╔,q©®_ì,╝ÑsK "
b"\x01 •‹DÉ7s@–·†?±âν "
b"\x01 òïD╔BrjÉÝéhóu×Z "
b"\x01 •‹DÉMq;“ôè\x01 ÄAø0 "
b"\x01 •‹DÉXq)‘pc\x05 Cû>Ý "
b"\x01 òïD╔bp4ä³U¡\x1C ×ì\ "
b"\x01 •‹DÉmq¾²¡G\r ¹ã3È "
b"\x01 •‹DÉxp®êª\x13 ®cîI "
b"\x01 •‹DɃq¾®P¢®7ÄŒõ "
b"\x01 •‹DÉ‘r\x0E „—\x1F L¿,?× "
b"\x01 •‹DÉ s>³Ó9³Šoý… "
b"\x01 òïD╔»sÙÁÆåλÅ.y "
b"\x01 •‹DÉ»sR”`ü”\x0E £Só "
b"\x01 •‹DÉÇp\x13 ªh&†í "
b"\x01 •‹DÉÑr\x10 ‘ÇÎ=eFÔ+ "
b"\x01 •‹DÉÜq¯·÷è'†ËBþ "
b"\x01 •‹DÉèqˆ„’)y"P=÷ "
b"\x01 •‹DÉòq£€‹K]u¬\x12 x "
b"\x01 •‹DÉýq#™ÂI\x7F\x0E m£\x05 "
b"\x01 •‹DÊ\t sŸ„ŸXZ¶´%8 "
b"\x01 •‹DÊ\x15 q§’\x01 –èF¿ž` "
b"\x01 •‹DÊ!s#”Csá†ó„t "
b"\x01 •‹DÊ,q“’ÿ“˜èàð¾ "
b"\x01 •‹DÊ7s-¾/¡¿ãþJK "
b"\x01 •‹DÊCpö„Zk…²\x1F\x06\x13 "
b"\x01 •‹DÊNs=¡‘R˜áûÝ‘ "
b"""
\x01 òïD╩Zrgó\x04 \n
µÁ╔ü+
"""
b"\x01 òïD╩erxå=└ÐØåQW "
b"\x01 •‹DÊqpV•3ÎC6Ë¿É "
b"\x01 òïD╩}s?╣{²╬%ì\f e "
b"\x01 •‹DʈrA…\x1C à)w`¸6 "
b"""
\x01 •‹DÊ“r\n
®÷Ãúe–\x18\x14
"""
b"\x01 •‹DÊ¡p`—ìXÔ©Ÿá "
b"\x01 •‹DÊpEª”\x08 %Y\x19 ºS "
b"\x01 •‹DÊÕr!¿^*-“\x10 â\x08 "
b"\x01 •‹DÊãq\x05 –¶\x17\x0E ±jÃu "
b"\x01 •‹DÊîs”¬\x1E °¬7¸vº "
b"\x01 •‹DÊùp\x11 Ÿ>\x1E ·k\x00 ÁW "
b"\x01 •‹DË\x04 q–‹QèÑâ„\x0F z "
b"\x01 •‹DË\x0F q\r ŸU\t ¿zœ"ï "
b"\x01 •‹DË\x1A sùµ!\x05 =¼)÷¥ "
b"\x01 •‹DË&qa²7BX)w¶® "
b"\x01 •‹DË1s(¯$\x13 ß=šÝ\x1E "
b"\x01 •‹DË=qø‚ô'û˜ƒ\þ "
b"\x01 •‹DËIpåŒU/Ä‘ˆäÊ "
b"\x01 •‹DËUs"²‡À\x1F à'a> "
b"\x01 •‹DË`q\x13 º¦çP/\f ƒ "
b"\x01 •‹DËks÷‘\x7F ŠK\x17 •üv "
b"""
\x01 •‹DËwqb‡8\n
Yã¹Åõ
"""
b"\x01 òïD╦är╩ÉØéwB©*D "
b"\x01 òïD╦Åp\x01 ®H]╠┐JÇı "
b"\x01 •‹DË›s\x07 ŽŒ\x02 š\x03 ý3\x15 "
b"\x01 •‹D˦sÝ >®ŒYØ‚{ "
b"\x01 •‹D˱qm’ç=J\x1F\x0F àÙ "
b"\x01 •‹D˼qѰZ½–ìGF´ "
b"\x01 òïD╦ÃrÔ┤@»óÅü»{ "
b"""
\x01 •‹DËÒp‡«‡ó¦\n
\x15\x14\x18
"""
b"\x01 •‹DËßqc®*ÌL‘”»| "
b"\x01 òïD╦ÙrDáÉBPÜðõI "
b"\x01 •‹DËøsz‚\v )ktìu® "
b"\x01 •‹DÌ\x05 rÁ¼‡\x01 2Ñ„6” "
b"\x01 •‹DÌ\x12 p͹¨)º}Ø\f Q "
b"\x01 òïD╠\x1F sÉ┐laF¹0P║ "
b"\x01 •‹DÌ+p†¶tÜúŽv\x10 ( "
b"\x01 •‹DÌ7rA¬è'ŒÎg«Ä "
b"\x01 •‹DÌDs:Œ\x1D ׫¼ÄäÉ "
b"\x01 •‹DÌPr=¹2Ù» µ¡3 "
b"\x01 •‹DÌ[s\x11 °\x17 wB0ô¨9 "
b"\x01 •‹DÌhsèµ\e 9.óµ\x07 ¡ "
b"\x01 •‹DÌuqC›ò¬ì\x15 üGï "
b"\x01 òïD╠üsÏü\x17 9êúï\x0E ` "
b"\x01 •‹DÌŒru¦Æ[_}<W\x19 "
b"\x01 •‹DÌ—rŒ‰žÌz>‹\e ¿ "
b"\x01 •‹D̤r¾²¶nT½\v Ú& "
b"\x01 •‹D̰pݷ駘\x16\x15 ĺ "
b"\x01 òïD╠¢s╦ÉÎU╦Q2Á§ "
b"\x01 •‹DÌÌqð„²èU\e o^] "
b"\x01 •‹DÌÙr£¥Â\x05 E‡Y"# "
b"\x01 •‹DÌäsÑ¥Ú2…\f taø "
b"\x01 •‹DÌñqE°š²âÅÜ ñ "
b"\x01 òïD╠³r!Øw¨KĶ/Z "
b"\x01 •‹DÍ\x07 qQ‚(’\x16\x05 'R" "
b"\x01 •‹DÍ\x13 qÞª\x7F L¬Ê\x16 °š "
b"\x01 òïD═\x1E r\x16 ÉÅ2\x01 Ûíg± "
b"\x01 òïD═EseÅ'¶â´Ú¢Ù "
b"\x01 •‹DÍRs\x0F •³ú\x0E\f\x10 à™ "
b"\x01 •‹DÍ]r\x02 ¢r!†ƒô€v "
b"\x01 •‹DÍis™¿Àz¹ç8\x05 u "
b"\x01 •‹DÍtp\x08 ”\x1E 9ç¬>È, "
b"\x01 òïD═Çr7ìr╚\r #Ö┤! "
b"\x01 òïD═îrXü─\x15 ä└Rû "
b"\x01 •‹D͘q:‘\x01 ~œ\f V)– "
b"\x01 •‹Dͤsp·Îµè)ï\x15\x11 "
b"\x01 •‹DͲpT˜\x1F\t þOÒ†ä "
b"""
\x01 •‹DÍÀqÅŽ\n
‡Ê:›¨¿
"""
b"\x01 •‹DÍÍsJ‚]V8D¥+~ "
b"\x01 •‹DÍÚp?™á|ºRã,H "
b"\x01 •‹DÍçqè“‚§vw"¼¦ "
b"\x01 •‹DÍórd£¨Ndø®üÅ "
b"\x01 •‹DÍþp^¾ÚXÚj,\x02 x "
b"\x01 •‹DÎ\t sg´z\x1A\v "JŸ“ "
b"\x01 •‹DÎ\x14 r¸¨ï,¦œš\x14 Þ "
b"\x01 •‹DÎ\x1E p¶†þ\x16 R\x16 üT× "
b"\x01 òïD╬)q\x11 Á\x12\x10 J┌\r ü· "
b"\x01 •‹DÎ6p¯¾^\x04 í5x\x1E Õ "
b"""
\x01 •‹DÎBp: ò>s¤Ÿ\n
ñ
"""
b"\x01 •‹DÎPpn°V¸]T\x18 ?Ó "
b"\x01 •‹DÎ\pÓ±…¦t7\x1E /Ï "
b"\x01 •‹DÎiqR©^ùºÆ3pß "
b"\x01 •‹DÎvsЂ"·{2°ïj "
b"\x01 •‹D΄qûˆd\x1D gð´7y "
b"\x01 òïD╬Érêè_\x0F b}2¨C "
b"\x01 •‹DΜs$«œ;1rq\x0E © "
b"\x01 òïD╬¿r=ìg>à)?ðå "
b"\x01 •‹Dγp¥¦ÃmB´\x18\x17 u "
b"\x01 •‹DξpOŸ³“\f Q¡\x05 V "
b"\x01 •‹DÎÉr$´žäc›pŽ` "
b"\x01 •‹DÎÕqî§©\x14 s\Æ[\x1F "
b"\x01 òïD╬ßrNìq\x16 ´[©7\ "
b"\x01 •‹DÎìq¹ºFgú´Øüã "
b"\x01 •‹DÎøs(¶á‡o{¡¸ä "
b"\x01 •‹DÏ\x04 rW‹§¹MÕ”Êã "
b"\x01 •‹DÏ\x10 rà”õthøª‚¾ "
b"\x01 •‹DÏ\x1C p÷‰ó|Eðxh= "
b"\x01 •‹DÏ'qÖ£•œ#RöÁ® "
b"\x01 •‹DÏ2q襃؃l:ïp "
b"\x01 òïD¤=pÅ»Ca(r±)ý "
b"\x01 òïD¤Hr4ì%sÐL▒$ð "
b"\x01 •‹DÏRs¡²\e Êɪ\x07 4£ "
b"\x01 òïD¤]qz┐æ\x04 z█┤│Å "
b"\x01 •‹DÏhr\x04 —‚70€šõü "
b"\x01 •‹DÏssؼ¹«•ûÌ—· "
b"\x01 òïD¤~p|Ø+\x16 Ná\x16 Ve "
b"\x01 •‹Dωp\x10 ¯\x00\x16 À'\x02 ‚· "
b"\x01 òïD¤¡sü»HCB^HTè "
b"\x01 •‹DϹró–êg–D¾l> "
b"\x01 •‹DÏÄp\x19 ªÙ„õÔË8e "
b"\x01 •‹DÏÐqØ£\x0F ÿýP\x0F µh "
b"\x01 òïD¤▄r■É▓63T1¡G "
b"\x01 •‹DÏèrK´\x01 }ž’ø\v O "
b"\x01 •‹DÏópŸ¶4ï?%¦äÌ "
b"\x01 •‹DÏþq\x01 ŸÚU¿¨\x1D $ü "
b"\x01 •‹DÐ\t pRŠ\x14 è®ùé…ø "
b"\x01 •‹DÐ\x14 qɯ²WŽ\x1D î8’ "
b"\x01 •‹DÐ qd ®ë\x12 Ï w\x04 "
b"\x01 •‹DÐ,sƤžTÇ\Ö’ï "
b"\x01 •‹DÐ7rkƒâ¡LsÕ\v c "
b"\x01 òïDðBqaæ\x1A úÛmÅ¿H "
b"\x01 •‹DÐMpÕ£(äÍ\x05 ×úc "
b"\x01 •‹DÐXp{°ot£Ñxq\r "
b"\x01 •‹DÐcs\x08 ¥¾ü‰HONƒ "
b"\x01 •‹DÐop\x1A ªtJÓpz'ç "
b"\x01 •‹DÐ{s1£Ñšçp=³y "
b"\x01 •‹DІrØ—\r M\x07 ˆ8v# "
b"\x01 •‹DÐ’s„ºÏ\x14 ©\r qÀW "
b"\x01 •‹DОpbŽúwK)ì\x7F – "
b"\x01 •‹DЪq¨¯¥dÇ\x10 1Âë "
b"""
\x01 •‹Dжp\n
®1î²™æµk
"""
b"\x01 òïDð┼pÕ│³┘£Øxoı "
b"\x01 •‹DÐÐsj¹ü-cÎζg "
b"""
\x01 •‹DÐÛqö¯\n
ˆX^ðºl
"""
b"\x01 •‹DÐçqp£Ó3ߘ¹\x0F\x07 "
b"\x01 •‹DÐòsO•Æ,\e ØÔ·& "
b"\x01 •‹DÐþq]™4b¶R¾ÃO "
b"\x01 •‹DÑ\t pú¸¢'M\x06 #‡Ÿ "
b"\x01 •‹DÑ\x15 q渚DÒ.T¢L "
b"\x01 •‹DÑ s\x1A —N\x1A Z:u1Õ "
b"\x01 •‹DÑ+s:²0ü\x00\x08 ¼d¶ "
b"\x01 òïDÐ6qüÿÎJÊ'¦╚\x00 "
b"\x01 •‹DÑCp\x18 œ7F\x19 ŠÍ`Q "
b"\x01 •‹DÑOs’ªî¶Æk/üû "
b"\x01 •‹DÑ[p·®æ\x05 1“R´Ø "
b"\x01 òïDÐfr«öÊIØ▀HBï "
b"\x01 •‹DÑrsâµÖ‚>±Nð\x16 "
b"\x01 •‹DÑ}r€‚÷M‹ŸxÙ "
b"\x01 •‹DÑ‹pú´·žæL•\e ½ "
b"\x01 •‹DÑ—qƼdg\x14 9)oO "
b"\x01 •‹DÑ¢sùº\x1C\x06 m°#œÿ "
b"\x01 òïDСqw½ÍJéìcé® "
b"\x01 •‹DѸq.‘m¾\x01 §˜8& "
b"\x01 •‹DÑÃs“§i)‡FáKS "
b"\x01 •‹DÑÎr应\x17\x11 <Ò‹\x1E "
b"\x01 •‹DÑÙr_³j'‹UÐ\x1F H "
b"\x01 •‹DÑåqt¼\x19 \¸tÇŽ- "
b"\x01 •‹DÒ\x07 sð·ä\x13 ô\x16 dFf "
b"\x01 •‹DÒ\x12 s³„®QHþDm\r "
b"\x01 •‹DÒ\x1E si¼\f +ö@¸nâ "
b"\x01 •‹DÒ)q¬™ñ\x04 £‰¸là "
b"\x01 •‹DÒ6s\x0F ‚Ù—Mv÷"î "
b"\x01 •‹DÒBr»¨\x7F ;%Ý"#W "
b"\x01 òïDÊMs╬ºÇì╝ª!\e W "
b"\x01 •‹DÒZpqŒïJ½¨çŠ> "
b"\x01 òïDÊhr×ü\x05 ─\x14 Ù:\x10 N "
b"""
\x01 •‹DÒuq\n
¤\n
²¢6…°¢
"""
b"\x01 •‹DÒ‚p\x1A ¦°¡˜\v ŠìB "
b"\x01 òïDÊìq%îNü│3ñ¼Ì "
b"\x01 •‹DÒ™p‰¢\x16 mäà‚†Â "
b"\x01 •‹DÒ¤s:ºG\x12 UK„ŸO "
b"\x01 •‹DÒ±s\x1C ”ðØe·“©Ó "
b"\x01 •‹DÒ¼p\x14 ©;\x12 #ElM¶ "
b"\x01 •‹DÒÊs,¼{CÆCü\x15 j "
b"\x01 •‹DÒÖrƒ¼’\x15 †\e Ú¡! "
b"\x01 •‹DÒâpm¢DísFóOf "
b"\x01 •‹DÒíp—µäé?x)hå "
b"\x01 •‹DÒøqE´\e B☄œˆ "
b"\x01 •‹DÓ\x05 pµ™^ø©[PÉÒ "
b"\x01 •‹DÓ\x10 pʤóª«ñ\x1E âÎ "
b"\x01 òïDË\x1D r▄ü\x1E\v °┤\v üû "
b"\x01 •‹DÓ)rb¹\t 2i”B0ý "
b"\x01 •‹DÓ5s¬—Dm\x02 :©Õ "
b"""
\x01 òïDË@r▄®ÑªÅÿÛ\n
f
"""
b"\x01 •‹DÓLpQ’š€®ü\x1F 2@ "
b"\x01 •‹DÓWq˜…‡{N¡Ç7v "
b"\x01 •‹DÓbrŧ‘$J\x01 ù.¼ "
b"\x01 òïDËnp+ø[éÉ©À,y "
b"\x01 òïDËyqÍÅ%╬ │ô¯╩ "
b"\x01 •‹DÓ…s\x05 ®øg\x18 ̯\x03 T "
b"\x01 òïDËÉpsòõ¹ïv\v $" "
b"\x01 •‹DÓœpI–>"¶\x19 dVY "
b"\x01 •‹DÓ¨r:ŠÈÏ\x00 'L’\x1C "
b"\x01 •‹DÓ´qž²Ü«ò<®qM "
b"\x01 •‹DÓÂq„‰r\x0F w{–¿ "
b"\x01 òïDË╬rÉÖ«?')Ø&‗ "
b"\x01 •‹DÓÜp\x12 ™\x1F\x00\x01 þ¥È' "
b"\x01 •‹DÓèp¤˜'}f~¢(Ë "
b"\x01 •‹DÓós9«Ì;ha–r} "
b"\x01 •‹DÓþp»°F„XP\x12 2T "
b"""
\x01 òïDÈ\n
pÉÅ4å\x08 ÿY┼>
"""
b"\x01 •‹DÔ\x16 pÑ«°»á£ïá¡ "
b"\x01 •‹DÔ!rlƒæÐ9IšòÕ "
b"\x01 •‹DÔ-sß‹ï–\x14\x07 è\6 "
b"\x01 •‹DÔ:p\x0F …\x1E š³:…\v þ "
b"\x01 •‹DÔGs)‰±ö¿QøxS "
b"\x01 •‹DÔTsУa ÖÝ\x1A Èc "
b"\x01 òïDÈ\x7F q.Áà¦F\x10 atì "
b"\x01 •‹DÔŒq>˜;ÀÂspߨ "
b"""
\x01 •‹DÔšra§\n
qÖobŠ
"""
b"\x01 •‹DÔ§sš¡\x0E r¦û¼w¨ "
b"\x01 •‹DÔ´sâˆ7~Ö4Æjc "
b"\x01 •‹DÔÁpϘöi;SAU¥ "
b"\x01 •‹DÔÍr„™C$ŠóðLq "
b"\x01 •‹DÔÙqÍ–¤»\x04 v“ƒp "
b"\x01 •‹DÔåq†¯B{™cá\x12 « "
b"\x01 •‹DÔñsô„%ú«‹y„Ó "
b"\x01 •‹DÔþpûf![L\v [Â "
b"""
\x01 •‹DÕ\t r\x01 »GTB\n
²\r x
"""
b"\x01 òïDı\x15 p¯åp─ÎìÀ\x14\x06 "
b"\x01 •‹DÕ"p7‘NƒÒç¸>ä "
b"\x01 •‹DÕ/r\x16 ”Ð1fýåQ0 "
b"\x01 •‹DÕ<rçºwÔL9„s! "
b"\x01 •‹DÕIrF—¡\x1E u÷9y— "
b"\x01 •‹DÕVpRº‚rãÑ\v Ä\x1F "
b"\x01 •‹DÕcr\x1F ½\x15 3\v ï0\x1A } "
b"\x01 •‹DÕos\f ©¿‘!‚ûG„ "
b"\x01 •‹DÕ}r\e ’68ØÝ¨¸´ "
b"\x01 •‹DÕŠqa‹ÔzšÏ\x1A\x08 Û "
b"\x01 •‹DÕ—p¡Žºûýõ’ËH "
b"\x01 •‹DÕ¤qgŒÒ\f\t M\r å\x11 "
b"\x01 •‹DÕ²q°²”IW·?–¿ "
b"\x01 •‹DÕ¿r;›+ò&|J¾a "
b"\x01 •‹DÕÏp‚³\f -Ô—\x07 ÊÉ "
b"\x01 •‹DÕÝq!‡t¬ÅÉñé "
b"\x01 òïDıÞpñ╣®\x19 yü¯\x7F ┌ "
b"\x01 •‹DÕõrf¼}ç>A’\x07 y "
b"\x01 •‹DÖ\x01 p8¯ÿ:ƒ\šæ¿ "
b"\x01 •‹DÖ\x0E rg†Š¶‡}…ˆ "
b"\x01 •‹DÖ\e pA”cÙ\x0E °Tj "
b"\x01 •‹DÖ)p\x1F –ñ6\x11 XÀÑC "
b"\x01 •‹DÖ6rC rUP\f ²“ˆ "
b"\x01 •‹DÖCq'»ýE–_NtŸ "
b"\x01 •‹DÖPs#•ŒNž;\x19 u[ "
b"\x01 •‹DÖ\q›Š@oxj¸Ùþ "
b"\x01 •‹DÖgs\x1A ®ˆZ\x02 Îõ¨÷ "
b"\x01 •‹DÖss4“+\x10 ã–,©\f "
b"\x01 •‹DÖ€p\x00 „\x13 ÐN?w©3 "
b"\x01 •‹DÖŠs\x06 Ž,5êÛ=±“ "
b"\x01 •‹DÖ•qfœÇö¬ÓÕ™C "
b"\x01 •‹DÖ¢q¡©øHL}ÖBx "
b"\x01 •‹DÖ¯qc¼úÈü\x19 ´þ‹ "
b"\x01 òïDÍ╗qÿüíÉÂ2\x10 K┼ "
b"\x01 •‹DÖÈpVŒD\x08 GÞ{öâ "
b"\x01 òïDÍËpÚÄù¤ì ]└ý "
b"\x01 •‹DÖßrу5xó8nhì "
b"\x01 •‹DÖìp}ª¿B…b\x16 6\x18 "
b"\x01 •‹D×\x16 pÄŸ\x07 Ћ\x01 yOÓ "
b"""
\x01 •‹D×%p\x15 ² ì\n
Gó¶(
"""
b"\x01 òïDÎ2qáìÒ\x12 PÄÃ\r \x12 "
b"\x01 •‹D×?s특C^€^š\x01 "
b"\x01 òïDÎLs,½4Ou─½aÉ "
b"\x01 •‹D×Zrˆ k\x12 þ\\x1E Ø´ "
b"\x01 •‹D×fq¡žb\v ’$‰\x19 Ò "
b"\x01 •‹D×qp§‡&[¶f‰‰Ì "
b"\x01 •‹D×|p\x1D ‹Áfjó”"Ñ "
b"\x01 •‹D׉qʳ\Ä¢\x12 È=… "
b"\x01 òïDÎòp╦¢Uº¡úɯ "
b"\x01 •‹Dסr>¨Ëæ\x07 ÏG£R "
b"\x01 òïDΫr╗ÖÖ*ѹ╝©Å "
b"\x01 •‹D×¾s¼»ÑÙ\x07 ¢@ÇD "
b"\x01 •‹D×Ëp¤®2‰Úð&\x11 Ë "
b"\x01 •‹D××rË“÷¯.\x00\x0E µc "
b"\x01 •‹D×ãpÈ¿wgÍØ.  "
b"\x01 •‹D×ðqù©û¼bn÷óy "
b"\x01 •‹D×ýsµ°\x00 ³8·)ž¦ "
b"\x01 òïDÏ\t r(¼\x14 éüeK\x12 Û "
b"\x01 òïDÏ\x14 pä╣o╣®6É©y "
b"\x01 òïDÏ\x1F pÃÀÉæº Ú7Ò "
b"\x01 •‹DØ*pY¿Ü°ïpY\x10 V "
b"\x01 •‹DØ7qgžžQ\x18 õŒ= "
b"\x01 •‹DØDrk—4Í\x0E ”Çs+ "
b"\x01 •‹DØQqa²\x01 á&Úë\x11 Þ "
b"\x01 •‹DØ^rÀ´åç\x19 óx®j "
b"\x01 •‹DØjs̬¿¥R`0ž© "
b"\x01 òïDÏwr\x18 ª!i█É\f ÀÝ "
b"\x01 •‹D؃q\x04 ‡rLì¢îUL "
b"\x01 òïDÏÉq\x06 ƒ‗\x10 Ý)\x02 s┬ "
b"\x01 •‹DØœsWŸt¨k䦢ï "
b"\x01 •‹DØés\x04 ¢Á,†EÎ$ß "
b"\x01 •‹DØørû°¾º\x03 N*ßi "
b"\x01 òïD┘\x05 qÆ░).Åõe¶¦ "
b"\x01 •‹DÙ\x12 p\x12 ±‹3óÏuœ¨ "
b"\x01 •‹DÙ\x1E r¢¦\v O\x15 #A\x1C ž "
b"\x01 •‹DÙ)qÀ ˲5¢¤\t\x10 "
b"\x01 •‹DÙ5r†”)L@\x19 µß\n "
b"\x01 •‹DÙAqÊ”ø«\x01 ¾\x7F ŒZ "
b"\x01 òïD┘Mpªü¢øîv\x1D Fd "
b"\x01 •‹DÙZqM‘Õ Ie¬;w "
b"\x01 •‹DÙhsÓŠ©ô1^®nó "
b"\x01 •‹DÙupúŽz¬_\x19 (z½ "
b"\x01 •‹DÙ‚qJ¶Ÿ)$Òvp\r "
b"\x01 òïD┘Éq{®T±▒f&Çã "
b"\x01 òïD┘Øq~½\t fı\x07\x0E Ð\x1E "
b"\x01 •‹DÙªs…Ÿo\x0E ØúW¼` "
b"\x01 òïD┘©pËÅ\x03 Ô\x12 ç¦Æ7 "
b"\x01 •‹DÙÆp†„»ü\x0E 7-ãy "
b"\x01 •‹DÙísƵ\x0F\x13 êY|ˆü "
b"\x01 •‹DÙúr9¸0eR—ƒ×\x10 "
b"\x01 •‹DÚ\x08 ršŒž/\x06 „ÿùà "
b"\x01 •‹DÚ\x14 q\x17 ’\x07 /"›õó‘ "
b"\x01 •‹DÚ\x1F pY©\x03 í[gï²& "
b"\x01 òïD┌+pý│I»øPøòÅ "
b"\x01 •‹DÚ6sÚ¸Ó¦=6cD¼ "
b"\x01 •‹DÚBs¢‡\x19 ¤~gQˆ` "
b"\x01 òïD┌Nsà¬Ç║Ä╦\x08 Å╔ "
b"\x01 òïD┌[pߨÛ×\x06 ×þuB "
b"""
\x01 •‹DÚfsתV\n
5\x07 ]ó™
"""
b"\x01 òïD┌rs-┤É£%}¯-Ï "
b"\x01 òïD┌üpy×ÿn\x0E Çë¬ï "
b"\x01 •‹DÚŽrS„'6Õy›k• "
b"\x01 •‹DÚ›r».ÑÇ5\x7F ¨« "
b"\x01 òïD┌ºpiå\x07 :╚ìà÷Þ "
b"\x01 •‹DÚ³sm©\x18 þó\e e\x02 # "
b"\x01 òïD┌┐sA¬uçìÓê\x1E í "
b"\x01 •‹DÚËpV±IM &£(Õ "
b"\x01 •‹DÚ×p\x08 ±ˆIŽUŠ„² "
b"\x01 òïD┌Òp╚¡{fX½ügj "
b"\x01 •‹DÚîpl±h\x16 Æ>‘]Þ "
b"\x01 •‹DÚøp^©±[H!À\x16 × "
b"\x01 •‹DÛ\x05 r”™ò\x1F nqܦg "
b"\x01 òïD█\x11 q{Ø£.ée1!Á "
b"\x01 •‹DÛ\x1E rÁ·\t §³Í›\e › "
b"\x01 •‹DÛ*qäœ&-/$Ü‹O "
b"\x01 òïD█7pö©×ı\x12 É├Bî "
b"\x01 •‹DÛBs_žÉèªhÀ+¶ "
b"\x01 •‹DÛNrå¼5\x04 ÌØ\x1D ¾O "
b"\x01 •‹DÛ\pî´½¬\f ëêš° "
b"\x01 òïD█hqm░äØEÒ\x03 î÷ "
b"\x01 •‹DÛuq)»n°bä\x02 Nc "
b"\x01 òïD█üq\®\x12 ┘]]\x12 ╗└ "
b"""
\x01 òïD█ìp~®\x0F ¢\n
äð`¬
"""
b"\x01 •‹DÛšrµš\x07 èpSµ1Ó "
b"\x01 •‹DÛ¨r™¶¨‰ J˜È_ "
b"\x01 •‹DÛ³p”ð}ïUåöµ "
b"\x01 •‹DÛÀs±¶–Ü¡IÖ†è "
b"\x01 òïD█═sÅø@ëâ╩ðå< "
b"\x01 •‹DÛÙp#¬"heTUwS "
b"\x01 •‹DÛäq°¯Û0Ø\x07 h÷\x06 "
b"\x01 •‹DÛðr—‘åèL\x10 L†Ç "
b"\x01 •‹DÛürú¯\x10 z^`#n¡ "
b"\x01 •‹DÜ\x07 qû“[Ë\x05 eØá› "
b"\x01 •‹DÜ\x14 q\x10 ®:‹9<1ï "
b"\x01 òïD▄ sØñOmµ\x0F âµ¢ "
b"\x01 •‹DÜ-rn‹Üb\x1D ;©Ät "
b"\x01 •‹DÜ8qî—ßnþ\x1F Óy) "
b"\x01 •‹DÜEpÇ•¨£o\x1C ‚¸Ø "
b"\x01 •‹DÜkpj½3©\x1E éê%‹ "
b"\x01 •‹DÜwr,†Np‹\r Ñ9‚ "
b"\x01 •‹D܃qž“\x14 Tüï—\x05 "
b"\x01 òïD▄Åpxö<\x14 B\x02 Sª¾ "
b"\x01 •‹DÜšs\x13 £E¼WõÎ\x08 e "
b"\x01 •‹Dܦp“–=eÃ[\r Þ "
b"\x01 •‹Dܱs\x1C ‹mü’IéQŸ "
b"\x01 òïD▄¥q\x05 ¬═ìù:~ë\x13 "
b"\x01 •‹DÜÉr§½K7{øÄrH "
b"\x01 •‹DÜÖp¿ƒ «~S8¥¿ "
b"\x01 •‹DÜâqä«\x06\x14 Ú‘‚4‰ "
b"\x01 •‹DÜír\x00 ±«-ËÚåxy "
b"\x01 •‹DÜùr\x1E ±[¹Y¯‹<‹ "
b"\x01 •‹DÝ\x04 s ”ÁJT_ß4Û "
b"\x01 òïD¦\x10 qÅ╗ÚM1ã£v7 "
b"\x01 òïD¦\e r┌┐)rÉlôÁI "
b"""
\x01 òïD¦(sÊ╣╩\n
üM\x15 ²¢
"""
b"\x01 •‹DÝ5qñ®ÆïWk½y™ "
b"\x01 •‹DÝBrjš\x15 ¦\x17 U-\x02 Ž "
b"\x01 •‹DÝOpÖ†çË1µ÷^* "
b"\x01 •‹DÝ[p5£9\x07 Ë"Ÿ\ë "
b"\x01 •‹DÝhq³ŠŠ„Çúá$\x0E "
b"\x01 •‹DÝurÓ£o~AË#ŸU "
b"\x01 •‹D݃r˜Œ›F´ò.ân "
b"\x01 òïD¦Éq®ô\x06 ,Müãíæ "
b"\x01 •‹DÝŸr‰–ˆ\x15\x08 $õ\x1D B "
b"\x01 òïD¦¼qóÉ?§┐ÕÈ\x01 ; "
b"\x01 •‹Dݸrz°ýèha¶a\x05 "
b"\x01 •‹DÝÅp\x16 ˜‚}x¯\x02 ÐÏ "
b"\x01 òïD¦Êp\v ز\x1A ÷nX┘´ "
b"\x01 •‹DÝÞq\f €L„X\x06 ›\x16 _ "
b"\x01 •‹DÝësÜ–¶5¼™u@K "
b"\x01 •‹DÝøp\x11 ‘´\x1E ò\x16 ]ù¯ "
b"\x01 •‹DÞ\x04 r\x04 ›Øº¡I%ô¬ "
b"\x01 •‹DÞ\x11 pc‹ˆ¨tY‘Xa "
b"\x01 òïDÌ\x1D qƒÁ|ü\r ùÒÓÖ "
b"\x01 •‹DÞ*rЇú!=\x1E •ìÀ "
b"\x01 òïDÌ5r╣ï╩ ÜÅ\x07 ÐÝ "
b"\x01 •‹DÞAs踃)Úë-¶\e "
b"\x01 •‹DÞMsó°kØjÌ*¾Â "
b"\x01 •‹DÞYp!ŠÍ±@-ÅÉS "
b"\x01 òïDÌlr#ØÕðî¸├Ê\x1C "
b"\x01 •‹DÞyrÖª\x16 “_¶ÏðÆ "
b"\x01 •‹DÞ‡qµ³û|Iý:|¸ "
b"\x01 •‹DÞ•rZ¦‰\x10 y\x16 ùo… "
b"\x01 òïDÌóq\x16 ÇÉZ\x04 I¶¤r "
b"\x01 òïDÌ«s═É\v °¼r®¼ë "
b"\x01 •‹DÞ¼rá‡rü\x11 ÇŽ?Y "
b"\x01 •‹DÞÈs~¡¡\x02 aK´.Í "
b"\x01 •‹DÞÖqÁ¶\x19 9øûHf "
b"\x01 •‹DÞûp§µ/6wó`5Ü "
b"\x01 òïD▀\x07 rºÉÛÚ<8Y▒W "
b"\x01 •‹Dß\x13 pô•ÀÎ$òO˜ "
b"""
\x01 •‹Dß\x1F s5¿\n
\t ñ_W¨›
"""
b"\x01 •‹Dß+s8Šn\x11 ÒÙ\x7F\x05 7 "
b"\x01 •‹Dß6s\x15 ‡A .dn[N "
b"\x01 •‹DßCq¿«HŽSI#kÅ "
b"\x01 •‹DßQrâ°ŸxÏ]õBM "
b"\x01 •‹Dß^se¿}j‹Å^Ÿ\x1D "
b"\x01 •‹DßlqX¬\x00\x04 !̬™N "
b"\x01 •‹Dßyrm€+×É\t Í”E "
b"\x01 •‹D߇ra¼¤Z`\x01 %\x14 * "
b"\x01 •‹Dß•rý‚ƃë\x18 ÔÍð "
b"\x01 •‹Dß¡p‹“~4:>¶*Î "
b"\x01 •‹Dß®q,¾\x07 ÿ{Œ˜{% "
b"\x01 •‹Dß¼sɶœÈ’5H»• "
b"\x01 •‹DßÉs‹ªÍü\e ¦\x03 | "
b"""
\x01 •‹DßÖpZ»!¶\n
Õ† \x12
"""
b"\x01 •‹Dßãpm‡û:ˆ„ïo< "
b"\x01 •‹Dßðp\x17 ‚KÌ\x11 kÒù² "
b"\x01 •‹Dßýq\x06 ¢.iÛ\x0E\x17 É© "
b"\x01 •‹Dà\v rtž¤²ß…×J] "
b"\x01 òïDÓ\x19 r╗ĬìæÚÊ\x11\x13 "
b"\x01 •‹Dà&q®‹ON\e ê~¢Ž "
b"\x01 •‹Dà3p}£\x00 ]š“ÉIö "
b"\x01 •‹Dà>qu½§C>ÉÔo½ "
b"\x01 òïDÓMqÕ║¼É]cc\x12 "
b"\x01 •‹DàYr5¤qjéÙ?Ùi "
b"\x01 •‹Dàgs©q¦[íãxÀ "
b"\x01 •‹Dàure¨lƒø\x19 +\x15 % "
b"\x01 •‹Dà‚sØ \x1A c//0Q0 "
b"\x01 òïDÓÅpÆØ]£▀\x06 ©ÎÉ "
b"""
\x01 •‹Dàœqh¼ì´\n
ŶY\x10
"""
b"\x01 òïDÓ®r┌»É¶22\x11 rµ "
b"\x01 •‹Dà¶r‡›Cœzü–\x0E\x19 "
b"\x01 •‹DàÂs°¤˜;;ǧ\x17\x19 "
b"\x01 •‹DàÐs%§2”\x08 Àü]ñ "
b"\x01 •‹DàÝpü”Õz\x05 î¡Î4 "
b"\x01 •‹Dàér˜¯>–½ý\x0E !M "
b"\x01 •‹Dàöq\x0E ‡`yÆèÌxß "
b"\x01 •‹Dá\x01 rܽØ$\x7F gÎzè "
b"\x01 •ð+0Ùx–¼N®†°<ú/ "
b"\x01 –b\f ~uuiŽ‚WR\x05 ¢Âc "
b"\x01 ûbY®3y╠┤p▓=Sí┌É "
b"\x07 ÞôÑžPG‰¨\x02 ó¼è)\x00 & "
b"\x07 ²²\x00 7!Oá╝\t ZÉ$)\n ¹ "
b"""
\r Gö…MŸE\x10 ™\x03 \n
"¯Ø4$
"""
b"""
\x11 ^\x1E\x17 ´HNšµ¶ô\n
üC2q
"""
b"\x11 °k8A\x15 AÑ£\x00 OùL\x17 Ê "
b"\x12 ┴░╚ÑÍJºÜì├6D4±) "
b"\x13 gX\r º“F¾‘\ñXëùu½ "
b"\x13 “CÄ=0D8„Gœ7`ÏSÝ "
b"\x1A\x06 ëõ¥6A▓ÅV÷Ä▄gþÙ "
b"\x1A .V\x1A ÙpO£¦\x08 :„‚Ã\x01 O "
b"\x1A PÔÇË™@Þ‰.\x06 ¡k\x1C D1 "
b"\e Áv‘pyJl‡¾\x0E ˦èzX "
b"\x1D |/ù{¨DM‘ÂÛ¥\x1C µŠ\r "
b"\x1E 6v˜ŒqHª—Ò[\x06 w…t˜ "
b" ’ÌPç,J½o¥WóOµQ "
b"!FÀæ«]EÑ“\v Ïœ÷\x1F ‹® "
b"$½¸ÿê§KM¹¦Ü7„\x04 t\x19 "
b"%BßÎÀLÏ·(Àš:¦5´ "
b"%V´oÙ¢EÔ…¤Zóg×¼Ì "
b"%Šõš\x1E ¯Hô™Øçÿ\x0F D\x19 © "
b"(½~Qô╣OüÅËæ\x00 uÎiÊ "
b"*i†s–êH=º\x13 J•aظà "
b"*òP/àƒN¢“M–LÒF\x1A n "
b"+²“8Â,Jµ¬:ûƒóÐû\n "
b",5–ôà„Gθ×\x19 à4d—È "
b",o¥\x7F ¸7D\x0F ½¨Ž¥{ö\e O "
b",Öb9\r ╝NZÉÝ;y═[þ╣ "
b"/üq´ı\x06 N üËFÄ~vlp "
b"1Þàü\x01 J─┤\x14 ÀÇ\x07 Î\x11 I "
b"2NœK\t\x08 O닊4¦Zx°Ò "
b"2^áŸn\x16 H}¢œÒ]p4¢Ê "
b"4ÖÈ?nëE¢ç£¶Éãè\x04 \n "
b"6Ó:Ê”\x1D A¢µ\x05\x00 4ÜÎK "
b"6¦[Î▄¤D\x18 áRXbüó¸µ "
b":lj\x04 ‘ÐL³„ɆO÷52h "
b";i³ãAæFzÉ\x13\x1E $ia!░ "
b";¡L>h8AÈž:y,Wþªš "
b"<ÊUT[»DÓ„cI\Ô\x01 p¿ "
b"=\x12 ²%³.J«°£Eñ”\x1D Ѿ "
b">«Ô]{ÄDI˜\x00 \n „Q\x1D ×v "
b"AÁÏYÉÒGê¨\x17 .°Õ\f y^ "
b"Bx\x0F üß}B«ç\x11 @¸\x7F ·Öm "
b"E½\x02 3¨†Lœ²–ã–Í\x1F\x0F þ "
b"F2É ¹■E{ÿ±\x0F ▓ÄHÎ\x04 "
b"HÑ\x04 h\x17 ‘Eˆ´©_¹9äÈí "
b"J \x17\x05 Z»GBšöädɯ™ñ "
b"L*ŠkYKA>·ÜÜ#Ç;†\x15 "
b"M¯½gvpJgµ„\x19 p:ulL "
b"MÞ8\x1E íEC.® ú†ÖŽÉM "
b"""
P´}ôJ▄ONâ`½Î\n
ì ╝
"""
b"X<θÄùHMÿüÿæ\e 7Ô█ "
b"XÅ\x07 ½╦ÒLûì¨_ÇÃ>¤~ "
b"""
XœZh ,D{®\x06 ÁÿÊp\n
c
"""
b"Z\v ³5ôªD\x1C §X‘õÏ©øø "
b"]W|v\x7F 6O³»t=7[`A\x06 "
b"_o┌ؽ>HãàŃHIý\x14 º "
b"a┴~ì)Ú@c⣥;Ü╠bÅ "
b"jùz\x14 fêG¤¨\x08 ™\x05 „}uÉ "
b"m\x11 EùÙ─D4ü]\x1F oÉü─î "
b"qœˆ¶JßG5¡=aí|R8C "
b"q╠─\x00 ëÛK┌Äê§·v¥╔ì "
b"sœr\r \x18 šK-¤™MÓUß7¿ "
b"uü-Ù\x16 bMy…íµ\x0F ÂS`\x02 "
b"v\x17 vN¦\f DÙµ»Rz\e ‰)¯ "
b"w:Ê\x02 4\x16 @éü╚`c┼Wcæ "
b"x§LÔiÓM\e Ø~\x0F ¾OÙÑü "
b"zÝk²û¬@@œÂ?Å\x15 ¾w— "
b"{‘²Ÿ8wLÀ‰Á¤&KN(> "
b"|Î>Ü╦@JðÅzÖÐ\x11\t &Ö "
b"}\v +˜PÑH~†\x04 ^݈&\x11 ã "
b"~£Ò\x12 a2IN¢.\x19 çê´Ê\x14 "
b"~ôɹéÖEq»E\x0E $8{äm "
b"\x7F &├¨Û@JèÅ=!ë╬¥┤\x10 "
b"€>‘þS\r C²›*ün¯9\x18 ß "
b"€g{üÈ_D³¥vSŒ_¨Ù\x01 "
b"é╣Ñjý\x10 G\x00 üçø!=thÅ "
b"ƒÁf×ÒvAcšÑÚwsõnŸ "
b"„O¨Ž×\x04 K\x03 ‚ƪÇsÔ·• "
b"„äìT\ÈL¥¦Ä¹›Ú ]\x0E "
b"†\v Ï!Á\x03 FÈ™¦.vÙÍŠ÷ "
b"‰’ކN\Jœ—ÀtHÉ}Àñ "
b"Ž>ÖL\x16 „N”›ñ<î\x19 &z„ "
b"Å\x15 ÔÃ┬"L_í\x1C\f M_=\f s "
b"Åz<─ÕâOÁúZ½2êî9W "
b"ÉY$¡Ø©B\e ÿº_ÿE'Z "
b"‘Á\e\x15 =ÉEmŒæg)-iE% "
b"‘þÆ)–þJö¿’\x00 "mnz÷ "
b"”"èñ\x01\x15 Lû£.^Y9\x12 –õ "
b"˜>p\x1C …»EÏ–½\x01 ·ó×Ee "
b"›ôù;ì'KýºD„ßK\x13\v O "
b"ØÔU╣½3N[░4çLl`0╬ "
b"žŠìþŸßAQ¶ƒíêÆIF@ "
b"óSÚ┐PÛJ¿»╦=ì[º\v ¨ "
b"""
ú3ÒÅîÍH\n
½*À_XÀV\v
"""
b"ª\x0E l ¥þGв\x08 u¼s+\x1F — "
b"«IÚ½ÌFAi¡‘L\x19 b×M“ "
b"¬9È\f \x1E J\f –\x1C Käx3‰¶ "
b"¬·iÞ¿¡H(š~\x7F èC™ˆè "
b"""
ãûU¼ãC€¨–ÂnÙ·\n
ô
"""
b"»{Ìá.òCrÅÒ«Ó\x00 Á>Ô "
b"¯µe0d™F¼¶Ø\x10 PT}tÆ "
b"±æáŠÞ‘C\x14 ’Df8ðrK¯ "
b"²(R…a=OU§®Nëe¶h7 "
b"³¤Ä¯1ÙN\x06 ˜Å[\x10 ’Ę# "
b"Â\À■ý{LߨÝ┌³¼"P╝ "
b"¸ðBÝÕ,E/‹U¥\x05 Ú·>s "
b"ºŽ\x04 èÿœN¶•1ÒO4±ž¾ "
b"¼\x1D €uìYI7¸p4ºC\t ß| "
b"½â>ZÂ|Dˤ\x05\x12 j#!\x1D\x17 "
b"ÉfÏ0Õ¡H\x0E ²œÁ[ú{ B "
b"ÉûrµV0Oð´SÉôø¶™Û "
b"ÎHá°ÂQNàºñv\x16 3’k> "
b"ÏЛ§šïMôŠlü9xW†¹ "
b"ÐJq˜âÀM4¨)\x16\x1C ÿz[ "
b"Ê$\x1C ®î\x02 K\x14 üL,1ìùÑì "
b"ÒêÒTxªN®¼r,€»wié "
b"Ó \x08\x16 K!HwŸBµì@j;ã "
b"Ë¥¥v\x18 ìB½║ê╦²]p▀Ñ "
b"ÕÚÿd„\x1E G²«%ž\x00 ÍgɆ "
b"Ød°ŠƒBI\x1A ¶[} \x1C x7s "
b"ÚÙÛE¦2H׀ȹ\x12 !\x05 ›s "
b"Û€ ¥\x06 nKS°“\x1E OÒü1» "
b"ßÎ■¡AdF-óUüºBy_° "
b"ÔÙÄ╦╩¸B┘¬B(^ü\x06 ôº "
b"æ¡!áhüGd‹¼„Có\x1F\x11 ‚ "
b"æªÂÎ\x06 U@á’t|S‰v-å "
b"ÛÌ\x02\x7F ╣\x1D G(ïg▒ŤX¤ö "
b"""
ý\x08 └█7ÉL)╝,â¬õ¯\n
Ð
"""
b"´2¡│L#M\ëüç@oo<> "
b"ðëΈ\x06 KE¦¶h\t Õ¨å&> "
b"ò˜—èQØDb†U\x05 ìMÈ›\x06 "
b"ô°ÙûF,LVŠêŽí9+x "
b"ø;Pd¾\x00 H¯«™s~‘§x\x1C "
b"ùê_)\x0E «B_¼8œK½" - "
b"ùûÜ‚(ÞJ\x04 „˜Kk\x0E ÿ]… "
b"üÉßv\x14 ¯FÎŒ¥ççë\e H\x0E "
b"ÿì½Õ°ÏD»¥1ÐÕ„ï[ "
]
SELECT
`promotion_discount` . `id` as `promotion_discount.id` ,
`promotion_discount` . `promotion_id` as `promotion_discount.promotionId` ,
`promotion_discount` . `scope` as `promotion_discount.scope` ,
`promotion_discount` . `type` as `promotion_discount.type` ,
`promotion_discount` . `value` as `promotion_discount.value` ,
`promotion_discount` . `consider_advanced_rules` as `promotion_discount.considerAdvancedRules` ,
`promotion_discount` . `max_value` as `promotion_discount.maxValue` ,
`promotion_discount` . `sorter_key` as `promotion_discount.sorterKey` ,
`promotion_discount` . `applier_key` as `promotion_discount.applierKey` ,
`promotion_discount` . `usage_key` as `promotion_discount.usageKey` ,
`promotion_discount` . `picker_key` as `promotion_discount.pickerKey` ,
`promotion_discount` . `created_at` as `promotion_discount.createdAt` ,
`promotion_discount` . `updated_at` as `promotion_discount.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`promotion_discount.discountRules.mapping` . `rule_id`
) SEPARATOR '||'
)
FROM
`promotion_discount_rule` `promotion_discount.discountRules.mapping`
WHERE
`promotion_discount.discountRules.mapping` . `discount_id` = `promotion_discount` . `id`
) as `promotion_discount.discountRules.id_mapping`
FROM
`promotion_discount`
WHERE
(
`promotion_discount` . `promotion_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `promotion_discount` . `id` as `promotion_discount.id` , `promotion_discount` . `promotion_id` as `promotion_discount.promotionId` , `promotion_discount` . `scope` as `promotion_discount.scope` , `promotion_discount` . `type` as `promotion_discount.type` , `promotion_discount` . `value` as `promotion_discount.value` , `promotion_discount` . `consider_advanced_rules` as `promotion_discount.considerAdvancedRules` , `promotion_discount` . `max_value` as `promotion_discount.maxValue` , `promotion_discount` . `sorter_key` as `promotion_discount.sorterKey` , `promotion_discount` . `applier_key` as `promotion_discount.applierKey` , `promotion_discount` . `usage_key` as `promotion_discount.usageKey` , `promotion_discount` . `picker_key` as `promotion_discount.pickerKey` , `promotion_discount` . `created_at` as `promotion_discount.createdAt` , `promotion_discount` . `updated_at` as `promotion_discount.updatedAt` , (SELECT GROUP_CONCAT (HEX (`promotion_discount.discountRules.mapping` . `rule_id` ) SEPARATOR '||' )
FROM `promotion_discount_rule` `promotion_discount.discountRules.mapping`
WHERE `promotion_discount.discountRules.mapping` . `discount_id` = `promotion_discount` . `id` ) as `promotion_discount.discountRules.id_mapping` FROM `promotion_discount` WHERE (`promotion_discount` . `promotion_id` IN (0x01955B59EFE676FD9445EF5F0D235569 , 0x01956B99608170F9B980A20DF653A773 , 0x01956B9960A771549C28E071B00D0B9F , 0x01956B9960B572B6812B683F683712C0 , 0x01956B9960C1708EBCF1FAB1B5E6FCB2 , 0x01956B9960CC71A7A14CC7F1A6C69E6B , 0x01956B9960D57139AA63CBF07D2787DA , 0x01956B9960E170568BC5A982A4CE80E1 , 0x01956B9960EB72C58DDF57D3C65E29A7 , 0x01956B9960F87131B564E79504BBB08F , 0x01956B99610473A5B3E3DF152CFFE54C , 0x01956B9961117193A0C2F0FA5498EB6A , 0x01956B99611E7113B1C260585D2E5152 , 0x01956B99612B739BB0A227808B4F60B0 , 0x01956B996136713E966363AC079F9E5A , 0x01956B996141728D85E34AF1DC53CC3F , 0x01956B99614E7011AE232BFED54876D7 , 0x01956B99615971D5AA15AF3060EAF08C , 0x01956B99616672D99B7340EAB8E1EA9C , 0x01956B99617071CF83296B194A0A7283 , 0x01956B99617B7270B74A7EF1F3FC017C , 0x01956B99618671B09A94A6B0D69D842B , 0x01956B996194724786B83730F36BEF83 , 0x01956B9961A173DE840B92384123EBDB , 0x01956B9961AE71BCBB888CDD9E6CD420 , 0x01956B9961BA7287B0D1F39FE2C260FF , 0x01956B9961C9713AB642B5427E23AC1F , 0x01956B9961D67310A08D057A71D448A6 , 0x01956B9961E17201B03B493F54EE80F5 , 0x01956B9961EF70DF97B672A293ED98F4 , 0x01956B9961FF70E481BE72D88AD1A4D3 , 0x01956B99620C709BA61BF08996F01439 , 0x01956B9962197285BB2173B37B2B10A6 , 0x01956B996226710BB7B524AAA40C8C43 , 0x01956B9962327366A778A103182E8136 , 0x01956B99623F72C88C7691DD0A695874 , 0x01956B99624B714DBB8FA7D1A5867C89 , 0x01956B9962557104A1D366B0F4A69C5D , 0x01956B99625F704AA989260B780D963A , 0x01956B99626B73EEB2F2AC83E4E145AF , 0x01956B9962787028895F54311E57C938 , 0x01956B99628373E5B62A86029B5EF35D , 0x01956B99628F71A58E1C7EBF9B9516C1 , 0x01956B99629C704B81FC090CF8A3792C , 0x01956B9962AC716386E07896B7108B92 , 0x01956B9962BA7064BF1E3DDBF87D0A53 , 0x01956B9962C670B49956686E3E75EFCE , 0x01956B9962D273A0B4539AEF7FDE00FE , 0x01956B9962DC717AB50B20A3CA808BA3 , 0x01956B9962E97039A009851167A4D6BC , 0x01956B9962F872DFA9C1CAEC27FEB95C , 0x01956B9963327311BB6ACB9142A6AD2C , 0x01956B99634271B08C4322D55DC7F124 , 0x01956B99634F709184101FD3EA88EDAE , 0x01956B99635C72AB8CB4E201ECF989FE , 0x01956B99636D7250B5E77A6C299E8492 , 0x01956B99637972FBB154ACE53B254B57 , 0x01956B996385728281E127BF7CF5E240 , 0x01956B996390710CABC2A5E55DA77AA0 , 0x01956B99639D70B3A8C30B1E1278A3C3 , 0x01956B9963A971F491531D03065FF13C , 0x01956B9963B47238B88701145C28FBE1 , 0x01956B9963C0721A9232FE41C6A8DCB6 , 0x01956B9963CD7133A8C2EE8868871C2D , 0x01956B9963DF70038B0E34C281FC7C87 , 0x01956B9963EB7348939AFDA8AF5098FF , 0x01956B9963F77156A4DEEC0584EDABBC , 0x01956B9964057228A6F39DD4BA73D0DB , 0x01956B99641271D8BC5AFC206B371824 , 0x01956B99641F728998CE324FF357DA10 , 0x01956B99642D7072974261CDB99F05D5 , 0x01956B99643B72E0AB1BC83909AA5FC4 , 0x01956B996448716DB5D7E5913541BE50 , 0x01956B996455706DB4EEB162601A3F24 , 0x01956B9964647199A05240A6B6C16500 , 0x01956B9964727039A2412765E54F1AD7 , 0x01956B99647D72A688D86EF7508C7291 , 0x01956B996489729FA3CC92845458CFED , 0x01956B99649470388286F48B6E5A662E , 0x01956B9964A37277ABC7D4290E902A6A , 0x01956B9964B373468FA4795C61D827FE , 0x01956B9964C172B88D2895BAFEA2AAC1 , 0x01956B9964D27129B5C2D2F005831671 , 0x01956B9964E4731BACF6C4506AE1FC41 , 0x01956B9964F471FC975236DFCC4188CD , 0x01956B996505727CBB8562E33E1DDAD0 , 0x01956B99651671AC914118249E13C916 , 0x01956B99652573AC8F8F1E1760B91D36 , 0x01956B996534700AB96142A393E2D3E4 , 0x01956B99654372D88243702D46053757 , 0x01956B9965517238B25BEE2123CBD187 , 0x01956B99655C735D92A2F3A671A0E5CA , 0x01956B996567707EBADC92AFC0ECBEEF , 0x01956B99657171BF88186759C55A62A9 , 0x01956B99657C73E2B78CC9AD0FF5F05F , 0x01956B9965897327873AFD96D1E0A33C , 0x01956B99659670D087A542B934D73BA8 , 0x01956B9965A273AEB552D93EB03C4582 , 0x01956B9965AF72E6ABED8AEF4D7983EF , 0x01956B9965BA71EFB3DE485A203B5748 , 0x01956B9965C570D5971E9F5FE656973C , 0x01956B9965F471E0BB0A07BD21B68EAF , 0x01956B99660470BEB14A6C846A8DACA1 , 0x01956B99661371C49557B7C26B5A1655 , 0x01956B99662170DA96779E4BBE1A98CE , 0x01956B99662D73E3BF49F30BB9C93480 , 0x01956B99663972CC8CBA5D1025D7DED9 , 0x01956B99664472BA804FCD51BD148C4F , 0x01956B9966517082921316A3ABE837B5 , 0x01956B99665D70E9A8D0B2274D319892 , 0x01956B99666C7056800F6DA4129BFA6D , 0x01956B99667871BDB685C6E737B64024 , 0x01956B99668470A29C376DCEBD69FB1A , 0x01956B99668F701D9238DD63F9F32EAA , 0x01956B99669B7348B3F6F029293707A3 , 0x01956B9966A770C09207797A89B0B9A7 , 0x01956B9966B37096B8CEAA5B76DB86EF , 0x01956B9966BE70678ED72510DA56F403 , 0x01956B9966C970D18532E423AECD4CC0 , 0x01956B9966D4737D972D8D6B6246A33D , 0x01956B9966E07272BA3E41580549E09B , 0x01956B9966ED717992C5A3743D3532FB , 0x01956B9966FD726CB9826F8FCA1978CC , 0x01956B99670C734593B10D8D5A423B8E , 0x01956B99671972E6945B0215EB52816B , 0x01956B9967247114A2827405519E5767 , 0x01956B99672F71DEB52F03F8D17AC5CD , 0x01956B99673D7211ABB8AFE815CAB058 , 0x01956B9967497015950BFF51ADFE8FBF , 0x01956B99675470B48553DA3141342D6A , 0x01956B99675F737E8AD0C2EDE446EE78 , 0x01956B99676970D1BA316D42E9CA6ACE , 0x01956B9967757083BCC1B9594046D8C7 , 0x01956B996780725E9F309558B81F06B6 , 0x01956B99678C726FAD8712C07587AB8F , 0x01956B99679871DCAE3701060C12D8AD , 0x01956B9967A47242B4B1D858CF69C6E2 , 0x01956B9967B07326AD347438B0D1F349 , 0x01956B9967BC7038B17446267A017989 , 0x01956B9967C8713CA29FFDC48E83FA3D , 0x01956B9967D573869A31A13C5152BAD2 , 0x01956B9967E0708FB7BE8E5AA8810DBA , 0x01956B9967EA70E5B7F6226301F84A69 , 0x01956B9967F5726697FBA749223045F5 , 0x01956B99680070C4BFAF772EB0823341 , 0x01956B99680C72D297A5C9B40B8229FF , 0x01956B99681771929211D371FBAD7B4D , 0x01956B9968227313A96D9FADD8739FC0 , 0x01956B99682D70F487D1D07815374F53 , 0x01956B996837701E8D26320F6A773EB1 , 0x01956B996843710B969218A18381473E , 0x01956B9968677362834DB91123E0266D , 0x01956B996872713B82B5798623B7EA23 , 0x01956B99687D730EA452F101855B9274 , 0x01956B99688772558C518876AB02BEFA , 0x01956B99689372048454981DF8FE87D5 , 0x01956B99689E703A8EF87088B878E5A2 , 0x01956B9968A970239E8B2E66DB8495BA , 0x01956B9968B672DF90D89B2C533CC22A , 0x01956B9968C273DA8B8569ADFD4DFC4F , 0x01956B9968CD71F586C72EB92FCD0FA0 , 0x01956B9968D973D7822ABC6760F250B2 , 0x01956B9968E47019B9E9FFCAC1776153 , 0x01956B9968EE7209828F56B48EE857A0 , 0x01956B9968F970438771F8937B004100 , 0x01956B996904705091FDB1AD2F3B0C67 , 0x01956B99691070249CE6967FF1A95ED7 , 0x01956B99691C70928208938D7C3CAE83 , 0x01956B996927733B859624EA720B8615 , 0x01956B996932711284E28E750BDEF12D , 0x01956B99693E735981A16E277C72C526 , 0x01956B99694C735E87A06DEA43CEEBD9 , 0x01956B99695872788572353852CBF251 , 0x01956B99696670A0BA5C8F7B0D79C233 , 0x01956B9969737390B80323008CB6AC30 , 0x01956B99698271D6AC25393FFF812ABC , 0x01956B99698F71338E6B59755C4C1ED3 , 0x01956B99699B716992B1DE805917D9A2 , 0x01956B9969A57143A6ACCB8780F353AB , 0x0195849C1695735796250A3DAD75303D , 0x0195849C16A273B39E16037FB24D25DB , 0x0195849C16AD7069A596559901FCBA72 , 0x0195849C16B8726D8F6A0E5804A042C0 , 0x0195849C16C372849F706A4F03853D15 , 0x0195849C16CF7312AFEBB642034CE2EB , 0x0195849C16D97125A3AA1E767BF7FFA8 , 0x0195849C16E4737A81D4B88C43F71F5B , 0x0195849C16EF7136AAD05914CC5B8069 , 0x0195849C16FB70FC8091D937A2AC3DD7 , 0x0195849C1706720D846DD9277547A1E9 , 0x0195849C171071D1AED01F73D301DDCF , 0x0195849C171B73D284AC3D4DDF451C9B , 0x0195849C1726709EA2D120935B0F3B39 , 0x0195849C173171C6A7D5D60E565A825A , 0x0195849C173C713DB8DAE4C8EDA70222 , 0x0195849C1747717593D08601FD06C103 , 0x0195849C175273F08DD30CA2FCC0011B , 0x0195849C175D709282AC71F9B398AA1E , 0x0195849C176972839A85041447C7C32E , 0x0195849C1776708E8B52582CA64BBF87 , 0x0195849C17837358B8EE5E2BD8FDC57E , 0x0195849C178E7104BBDB1DCEA4445318 , 0x0195849C179A73F587348F44F20B84DD , 0x0195849C17A572D4ACB88C61F2D3129E , 0x0195849C17B070679380F55565F08858 , 0x0195849C17BC71029232AC12742FED22 , 0x0195849C17C772D4AC5B80C2AC6B558D , 0x0195849C17D372B8B5E4A7CAAAC3106B , 0x0195849C17DF7340805068F1F26C0291 , 0x0195849C17EB71C8AB0EFD3323A6C15D , 0x0195849C17F771A68623CDD186ACF2FC , 0x0195849C1803713A8908C1550D586B1F , 0x0195849C180F7091A4B9611B88DC9588 , 0x0195849C181C7328AC48EF6316A7F396 , 0x0195849C182773EF94E211C160EE30D0 , 0x0195849C183273C188D58199953153F7 , 0x0195849C183D7162B412BF49A7A056CD , 0x0195849C184873718C9038ABA5F9EAD2 , 0x0195849C185370B8A36EA09B8BAA019F , 0x0195849C18607341A4B88096F9303197 , 0x0195849C186C733D8012D30C201DE2E5 , 0x0195849C1878711E8B5E6E278D24148D , 0x0195849C188672D496F21A87144268D0 , 0x0195849C189171F2AFB1C349898407C0 , 0x0195849C189D70F2A3DEF78D5E95729B , 0x0195849C18A871558536D6319878658C , 0x0195849C18B4737FB1F8EE7EC7059945 , 0x0195849C18C1732EB991B307D9F306D8 , 0x0195849C18CC70F796146D7B512D8476 , 0x0195849C18F47273BC71261F579D3D87 , 0x0195849C190271178FA28AE246598257 , 0x0195849C190E71B3B29B747BDB4E2154 , 0x0195849C1919739C916CD420768A0B44 , 0x0195849C192470A4BBF9892550820E79 , 0x0195849C1933718082F56BF0576516AB , 0x0195849C19417113B5B929BFE26EEDDA , 0x0195849C194C717F8098ECE633684B9A , 0x0195849C1958704AAC5BB272A0A812E3 , 0x0195849C19647115BEF550B84F16F9C5 , 0x0195849C196F729DA4EA72DD29922D98 , 0x0195849C197A73B38AA901663EC19652 , 0x0195849C1987702B80E186F083E42112 , 0x0195849C1992726AA94D5B20F47BF065 , 0x0195849C199D72AC88395DE13D73B578 , 0x0195849C19A8721880F50AB56D34A56E , 0x0195849C19B371649C9D76D492F7A767 , 0x0195849C19BF73B28748F15D221D21EE , 0x0195849C19C970EABDE034A08EA7B510 , 0x0195849C19D473818F06F5411797CD4A , 0x0195849C19E072C8A417BC39E69AD2D0 , 0x0195849C19EB70B1BBEBCCDEEF1367A9 , 0x0195849C19F671DEB853503F663B80E7 , 0x0195849C1A01720ABCD4231EA6C1390C , 0x0195849C1A0C73C5B83071B421B10D1B , 0x0195849C1A177359ACF6DCED23681020 , 0x0195849C1A217064B8B14514FE531A40 , 0x0195849C1A3270CA957C449FE63FF91F , 0x0195849C1A3D7323ACCE9D1B28214122 , 0x0195849C1A48702BB97ACCC93ADF0564 , 0x0195849C1A537101ACEA1DBD8F9620EB , 0x0195849C1A5F71AE916AFAF9C3A8E9CF , 0x0195849C1A6A73E0B0E663B8EA35AE83 , 0x0195849C1A7570EA95E76CE1EEC0ECE2 , 0x0195849C1A80714ABFE2CD1AC8B6686E , 0x0195849C1A8C70C28044F29E59142C5C , 0x0195849C1A9872BBBED9FFF870593B65 , 0x0195849C1AA4712688258A567285B7F6 , 0x0195849C1AB0729DAC179FCC046C0113 , 0x0195849C1ABC73F4B4A269794BC97471 , 0x0195849C1AC77008924B6C6B7C8AC281 , 0x0195849C1AD173D5B1DE04C59A1C4D14 , 0x0195849C1ADC73DE983A0C369226EFDE , 0x0195849C1AE773F6A64A189975FCA233 , 0x0195849C1AF270FEAE30AE2BF8B72837 , 0x0195849C1AFC7053A881C053B8FAE587 , 0x0195849C1B0771D089998E22115EB812 , 0x0195849C1B1270D1B38EB79355939594 , 0x0195849C1B1D7397B91ADF7BF505B9CE , 0x0195849C1B287058B312351DC0EED097 , 0x0195849C1B4D73E58D78EA2F988B2041 , 0x0195849C1B5B737AB9A8F299F94C9CE3 , 0x0195849C1B6773D3B1F5961F0E01D0B8 , 0x0195849C1B7371059C2FF63E3D952869 , 0x0195849C1B7E720093CDE129D6339341 , 0x0195849C1B897249B1175080C43C0FFC , 0x0195849C1B9473CAADDDFFE9F46C5D6E , 0x0195849C1B9F714881FEDCE41274DD5D , 0x0195849C1BAA713E99A7E208F2A88B57 , 0x0195849C1BB673AFB1B86E7560673581 , 0x0195849C1BC071229E841F241D930DDC , 0x0195849C1BCB70458FCCECCA09B3E8BC , 0x0195849C1BD570C8A9DF1FF24560A8C9 , 0x0195849C1BE07307826AF6617C30CED5 , 0x0195849C1BEB726D8843283370CBF900 , 0x0195849C1BF773EEB28D5A395F573018 , 0x0195849C1C0273C886DA397E87994398 , 0x0195849C1C0C73449E56563E9B1C5EDB , 0x0195849C1C1770F8B83C08B99BBC341E , 0x0195849C1C237166BC11ADF33BA7E2AF , 0x0195849C1C2E73DF866013CCBC9CA9BC , 0x0195849C1C397175BCAF9B962B54F85D , 0x0195849C1C447146A5571E04F18F8811 , 0x0195849C1C4F73CE8F959914605AC1CE , 0x0195849C1C5A7375B5EEBBC9F651C428 , 0x0195849C1C6772BF99D6BC9E79B54A82 , 0x0195849C1C727256997E02DC7FE67E4C , 0x0195849C1C7F708A9BDADAAA4DA8A87E , 0x0195849C1C8A7075B17408739D4F3834 , 0x0195849C1C9571BDBEEF53666D965798 , 0x0195849C1CA07399B460DFE580DB2048 , 0x0195849C1CAB726A8A1E69585BA52A41 , 0x0195849C1CB770698B3467C9CC39DC30 , 0x0195849C1CC172DCAA43681BEF92D1B4 , 0x0195849C1CCC70239394D96024F99693 , 0x0195849C1CD87015B1A00EF430ECA0D0 , 0x0195849C1CE271B69AF437817351A3E0 , 0x0195849C1CED714E8C75C879920AFC4D , 0x0195849C1CF871878B506B8146A9B844 , 0x0195849C1D04716BB0B83B32D60AC034 , 0x0195849C1D0F72EDA4F68E95EEF13A44 , 0x0195849C1D1A710291BA94711C9CFAD7 , 0x0195849C1D257339B19D7BBC1E5A2E92 , 0x0195849C1D3070F7AD76BBA53232CB50 , 0x0195849C1D3C71B9A2A37CE2FB3E7D85 , 0x0195849C1D49705983E697587254C57D , 0x0195849C1D5473E18D09080644D2F49B , 0x0195849C1D6070B18BB662C303A6B85C , 0x0195849C1D6C7098B48D0EA858C41A0B , 0x0195849C1D7670468D2AA51FA77C95FF , 0x0195849C1D9971DAB6975B9768DEA149 , 0x0195849C1DA57340B51D98CDE9729E13 , 0x0195849C1DB07006BD8E10CFD5C5649A , 0x0195849C1DBB706A989B5FBCF5AADEF0 , 0x0195849C1DC5737EAC2ADD51DC8123BC , 0x0195849C1DD072B9A2816530026B564A , 0x0195849C1DDD70FDB75377FFBD02474E , 0x0195849C1DE873728C438F61B9870F27 , 0x0195849C1DF371DE9D726F031D9757E8 , 0x0195849C1DFE7347AE1AE8BFE81932E8 , 0x0195849C1E0A7164B7EE3D2FB2672949 , 0x0195849C1E167286BA7CB70639F46AC9 , 0x0195849C1E2272678C9B06AFCBDD1DF4 , 0x0195849C1E2D72A192193874C3989E7F , 0x0195849C1E3A729B892CC444E31B1E0B , 0x0195849C1E47710E9AA160E86E68DE36 , 0x0195849C1E5373C698BD17D873A2E5A4 , 0x0195849C1E5E7298AE5715C05ACF4C21 , 0x0195849C1E697087BEEB71AADD4A4E63 , 0x0195849C1E747274AD2F563692EC3312 , 0x0195849C1E80702CBFAA4AE99CE3DABD , 0x0195849C1E8C7387A802CC6FCBDF4B63 , 0x0195849C1E99707CBBF0CE161DF02D63 , 0x0195849C1EA473FEBD3D3BC4BB11633D , 0x0195849C1EB0732BA8C9D6E7F530E3E8 , 0x0195849C1EBC7117A02BC5C7794B6E6C , 0x0195849C1EC870509669908BD002F654 , 0x0195849C1ED3722D9DB5E92D16F47A6F , 0x0195849C1EDF71AEA5801D8875EB2A9B , 0x0195849C1EEB73D6BE87863013FDB4D2 , 0x0195849C1EF772F6BF200ABD04B9E403 , 0x0195849C1F0372249AAA282F8AA969BA , 0x0195849C1F0F71488C61DF0730C8B04D , 0x0195849C1F1B724ABDCC2C0A2B804CF8 , 0x0195849C1F257259AADD1A9CA298CF42 , 0x0195849C1F3172318520199DE3E98FCE , 0x0195849C1F3D72FFB2B5F245C35F624D , 0x0195849C1F4971D1BAD8C62DEC6F2B3B , 0x0195849C1F5670CDB75E39A864599399 , 0x0195849C1F61738CB130F239212310BF , 0x0195849C1F6D712C9B7F8DA0D1E3F9D2 , 0x0195849C1F7A7122A53115F8D59C9C13 , 0x0195849C1F8671209BBFEAD453E5B5D5 , 0x0195849C1F93722BA64E93632B1D6413 , 0x0195849C1FA071E2AA02D1050D5112C2 , 0x0195849C1FAC71FB819ADFB2AD564297 , 0x0195849C1FBA713FBFFF3E15D1588CAA , 0x0195849C1FC7728589817D74A7B72A4F , 0x0195849C1FD470C88AC2F6F2B9DA2E5F , 0x0195849C1FE1729C814B0B7B1AB0D142 , 0x0195849C200D72F9BD1D7B77041445A4 , 0x0195849C201A72F5ABE21A6A7E060AAF , 0x0195849C202970D9B2C6727A2ABA351A , 0x0195849C203672A49A78AEC0242BA814 , 0x0195849C2042723584B3E4AEDD177D64 , 0x0195849C204E725A85567127091141F6 , 0x0195849C205A70D1A014B9F1BE13C9C9 , 0x0195849C20657069A32074F3AC0BD564 , 0x0195849C207072409CADEC1869F7C32B , 0x0195849C207D72EAB1FADFBDF04BEE06 , 0x0195849C2088733EB86FAD5EC37E039F , 0x0195849C209370C18242FAF6AD80A5C6 , 0x0195849C209E7254BBAE678F3751C232 , 0x0195849C20AA7398BAAD73636CEDE99E , 0x0195849C20B57158879ED2488455588A , 0x0195849C20BF717BAE3635A7C90E3739 , 0x0195849C20CB71D2A3483BA0DC8DCE8C , 0x0195849C20D572829E9A5C91E73247FC , 0x0195849C20E07311B5A29268B1304B94 , 0x0195849C20EC7077A15F8ECF496EE7B2 , 0x0195849C20F8701BB61BEF14E068D1A4 , 0x0195849C2105737B94F6855F88F401EF , 0x0195849C2111713C94355406589E5019 , 0x0195849C211C734791CD4277E4A1B59B , 0x0195849C212770CB8F160A5BE6F44657 , 0x0195849C213372F494E6090F52D394BA , 0x0195849C213E7203A362B14EF9B59880 , 0x0195849C21497156B830646152DFB8A4 , 0x0195849C215473D19159A32E1FE1BECB , 0x0195849C2161728985D54CDDB9F76DC8 , 0x0195849C217073D785AB666B88CA8A8D , 0x0195849C217C702594F6F954D3D1B941 , 0x0195849C2189722983ED5FC6F6945828 , 0x0195849C219971B983375E7A05DB22D0 , 0x0195849C21A5730792841559B9088F0C , 0x0195849C21B070E8A7D79761E1311AD8 , 0x0195849C21BC71CA9DED484B4EC76C28 , 0x0195849C21C8718C90053224B136997C , 0x0195849C21D471BB971576A7B489D373 , 0x0195849C21E0731FB09B52263C83CF10 , 0x0195849C21EB715FB58809A113678069 , 0x0195849C21F8733AAE10506AD0FF022D , 0x0195849C22037379AA5DCA5F7AFEE369 , 0x0195849C220F70379534B46673528674 , 0x0195849C221A715B9EBBB95A449E4930 , 0x0195849C222672EE9B97D789773E43B5 , 0x0195849C223170DC93818D4343663535 , 0x0195849C223D737B9CEE90F263CBFC59 , 0x0195849C22487161A96D88C0EA5AC15B , 0x0195849C225573CFABC2A873ED996AD0 , 0x0195849C22807338B65FC359D8C78F61 , 0x0195849C228E7253BB0F29BA8AC0310B , 0x0195849C229C7310836A998B305CAAD5 , 0x0195849C22A7716BBC570725DFAC57A9 , 0x0195849C22B37010B5AEC3B6041D9BA9 , 0x0195849C22BE70B4BF37F16F61A56064 , 0x0195849C22CB731F850F0C1FF105819E , 0x0195849C22D773DFB40D89BA27104E70 , 0x0195849C22E370D4A3898C9ABC6E1958 , 0x0195849C22EF700B89DE5378B0530437 , 0x0195849C22FD7012A3BE7002EAB92FD5 , 0x0195849C23087257BE71A86D93468D70 , 0x0195849C23157148BF653A11C2600B3D , 0x0195849C2322738F94CA2F6175335F06 , 0x0195849C23307394B48F427E731BEA4E , 0x0195849C233F73FA82CC0B182BC8E05C , 0x0195849C234B7072834DBDC8CD6F5BAE , 0x0195849C235971728BE614F42E373A97 , 0x0195849C2368734490C7B8CD9B0BF0E8 , 0x0195849C237771B0BE4BF3B7F431F1CD , 0x0195849C238373E1878900C0A12A9763 , 0x0195849C23907359AA5485F8FD322E7C , 0x0195849C239C7095A9EBB79D23A52373 , 0x0195849C23AA7285AA52919F14CA29D1 , 0x0195849C23B9726D84E97D88211A1CEE , 0x0195849C23C87357A0BE25A11F4747BC , 0x0195849C23D5729999AFA95188AE14CE , 0x0195849C23E272DD959CFC0011D21CD2 , 0x0195849C23EF7383A68DA69A2EDA2535 , 0x0195849C23FC71B9ABD6E2FBED937220 , 0x0195849C240B736983121B18A4F1F1E7 , 0x0195849C24187095925B0E87E6CE0411 , 0x0195849C242673C5A0D4244A110C3333 , 0x0195849C24337060BBEE23A14BB6BFFB , 0x0195849C244072B58F536B5BE2D28CBD , 0x0195849C244D71C5ABDEE6B9528D99EA , 0x0195849C24597125A344D2B00C03B076 , 0x0195849C2467724AB44A47287C649EAD , 0x0195849C2474701BA23CB41E90A53351 , 0x0195849C2481735185D18E33F5D6EC89 , 0x0195849C248D7082A0B6CC216272A828 , 0x0195849C249973E3B6E17F5CA0338212 , 0x0195849C24A5720EA646D65309B49D88 , 0x0195849C24B271568DAB296633D29560 , 0x0195849C24BE73968ED3866D92838623 , 0x0195849C24CA7237BD5ACC67A9438BC9 , 0x0195849C24D872D089A668632BBDF171 , 0x0195849C24E772A381126B5FD5F23798 , 0x0195849C24F4719C95FBF00027DA3369 , 0x0195849C250173F68D9719A0209F963E , 0x0195849C25297180A089F4D5BE84122A , 0x0195849C253673F68B533B75207806EA , 0x0195849C2542723B97D4172A40CA8EA8 , 0x0195849C254E72DBA5DD688084FFF40F , 0x0195849C255B734AB13F1A07A3677029 , 0x0195849C256670158C34C7D77A005F43 , 0x0195849C25737327B19CCFA12A2DC633 , 0x0195849C2580722CB9F510B876B8437E , 0x0195849C258D712A8B4407181DE4DB5C , 0x0195849C259A735E93933F64F45672BA , 0x0195849C25A873C2A148B552A6AF897C , 0x0195849C25B57128A30247E97DEB009E , 0x0195849C25C372A194BE8D6B0F10B3B8 , 0x0195849C25D173EF8ACF7C005DE2734D , 0x0195849C25DF7133BD5DAF491F8FB55F , 0x0195849C25EC706D93B3B8E121CC8501 , 0x0195849C25F9723CA62C1BC0DFC857F2 , 0x0195849C2607709AAEADECFEDE90545E , 0x0195849C2614721F8D1A3ED06A16150D , 0x0195849C2621724DBB36794CC557359A , 0x0195849C262D70E2BF00E8E04F63E026 , 0x0195849C263A7355BA4E611F2D2D2B40 , 0x0195849C264671EFBA37BD291844495A , 0x0195849C2654721FAFBEFD3B22973178 , 0x0195849C266470909D587F811BE7DB41 , 0x0195849C267173BFA4BCD00D59B81648 , 0x0195849C267E71D8941FCA173DABD38A , 0x0195849C268B72359D391CFC94D734D0 , 0x0195849C269771B19418AC0A404DE38F , 0x0195849C26A27165B46EAEA4CA89D18D , 0x0195849C26B0723592423E36CAFC36AF , 0x0195849C26BE70F0A58E2BFC5BF13259 , 0x0195849C26CA706FA88BB6B07D72E65F , 0x0195849C26D67196B300771ED847D860 , 0x0195849C26E37342B9DC71304C951B12 , 0x0195849C26F17184B448EA9D2F6F41F7 , 0x0195849C26FD72229C248E9D868ADBA7 , 0x0195849C270A71ECA07F01D54BF3EE48 , 0x0195849C271872A1B41B413C528B9117 , 0x0195849C27257011A984306BF4BE68EC , 0x0195849C273170FFB35C4144ECB3C9CF , 0x0195849C273D7317A48713AA6EA9A5E6 , 0x0195849C274A738CA0E7774D918C921A , 0x0195849C275671FB880D2BDF24213691 , 0x0195849C27647010B98EF2858B01234A , 0x0195849C277071CA8297B6F410FCB79D , 0x0195849C277C726DA391B14BC294DA89 , 0x0195849C278C727BBA9D76ABB11231E4 , 0x0195849C279B71ACBC04C5BC45CC8740 , 0x0195849C27A970E7808D64223D4CB357 , 0x0195849C27E1709DAE3237182DB701EA , 0x0195849C27EE7010ADBE1185FD48F9B4 , 0x0195849C27F971BFBD636F2EABD47F41 , 0x0195849C2807735BBD9C7C1F20E8243B , 0x0195849C28157373B0E847738EC7B77F , 0x0195849C28237052816A107B6555F7BE , 0x0195849C282F72DABE38AEF047D6577A , 0x0195849C283B72F2BD04E3112C2A2E4C , 0x0195849C284970119CCF1F1DABAE1767 , 0x0195849C285C716CB34C2414CB89881C , 0x0195849C286E71A59E42217208920F58 , 0x0195849C2882739AA1A702CBF62E73E6 , 0x0195849C289070A08CF3D5CBDD062B86 , 0x0195849C289E70B59E2DC9E5C93416DB , 0x0195849C28AB7226A55FF563006C8247 , 0x0195849C28BA7318B2752DEAAE4EBD4E , 0x0195849C28CA72F4A057D78D0A21B729 , 0x0195849C28DA708FA1E0FBBE70F737E4 , 0x0195849C28E8732C9D5BBE6705CD7F3A , 0x0195849C28F571F4A330549F9DF074C8 , 0x0195849C29037316A8DDE33A8D4CE564 , 0x0195849C291270ACB2DD8C05FAD396A0 , 0x0195849C292171E1A718C1B0DAF3AF51 , 0x0195849C292F7214B5F6BB123A354370 , 0x0195849C293F704EB63FF9A945712DD3 , 0x0195849C294D70DCB5767C6E452FDB20 , 0x0195849C295970138B55E860E5402C56 , 0x0195849C296771F98844A27A3E4E2DFD , 0x0195849C2979718A8F0EB74246C65A20 , 0x0195849C2987734FB33A698F8A28DBB4 , 0x0195849C2995708CAF3D52CC196AA004 , 0x0195849C29A2714AB9F2F633B49C8EAD , 0x0195849C29AF70138D7990A354391EC5 , 0x0195849C29BC73B288D78EF68EA4227D , 0x0195849C29CA70E09DFD27ED51046C16 , 0x0195849C29D67350BDA8C42D44263262 , 0x0195849C29E37229AF04695661C328FF , 0x0195849C29F170C49501D467ABF53C91 , 0x0195849C2A01705FB2F2890A5DE1C62F , 0x0195849C2A15714BBE2A2B2768CCCEF0 , 0x0195849C2A22723C876C9CF441D67913 , 0x0195849C2A31726F85CADF904F152F51 , 0x0195849C2A40718FB9F033DB4CE474AB , 0x0195849C2A4D70B9AA2984E5632FCAD3 , 0x0195849C2A5A73E1A35364BD6FCCACFE , 0x0195849C2A6772DAA156F49CB048F535 , 0x0195849C2A7573D48928A61CFCAB0594 , 0x0195849C2A827269A7A8526213D4E37A , 0x0195849C2A8F7147AD3E393BBB49B004 , 0x0195849C2A9C72AB9991B6D1FFD04F46 , 0x0195849C2ACB72CB940A5B3F64F88697 , 0x0195849C2AD972B8BE111EEA27595D66 , 0x0195849C2AE572BEBBB0EF48CE79C1E1 , 0x0195849C2AF37294B496BA3FFCDA1DB5 , 0x0195849C2B00738ABB3F0AD8ECFB6204 , 0x0195849C2B0D72C493D483AE9159F416 , 0x0195849C2B1971AEAEE5268E5911C65E , 0x0195849C2B2570ABB80CAE79B1142B0E , 0x0195849C2B317195AA0A66BD01F54DE8 , 0x0195849C2B3D728EBD3408C7DF27E71A , 0x0195849C2B497375BB84D5B691D6D3A9 , 0x0195849C2B5571729ED3BDCE41293CA0 , 0x0195849C2B6072C485C3DBB4E5B46A9B , 0x0195849C2B6C71C1BC3AA6BCB41254F1 , 0x0195849C2B797228BCA18F68538E04C8 , 0x0195849C2B85725D804242B556116A34 , 0x0195849C2B917126B30BCD4325CA3609 , 0x0195849C2B9E71C6B0337FD983894F34 , 0x0195849C2BAA73A8A3292B236B5B894F , 0x0195849C2BB77006AC6C69EC67476A76 , 0x0195849C2BC4739FB45DAEFAFC74A470 , 0x0195849C2BD1739DADC7BCB5023A7B82 , 0x0195849C2BDD719F834FDA8FB2F85301 , 0x0195849C2BEB729EAB2453D486E1FA8E , 0x0195849C2BF77045A5C93596C560529F , 0x0195849C2C067089AC0ED5A22B3013C2 , 0x0195849C2C1372B0A7E1DEAADCC55DDF , 0x0195849C2C1F71A5A85A6E26619FD342 , 0x0195849C2C2B70F4B65368D16EF8DBD9 , 0x0195849C2C3672E78F49E8FA9C3F0EFD , 0x0195849C2C437024BB90E5B67175834F , 0x0195849C2C4F72C284102EE977FC475F , 0x0195849C2C5B72309666FE38E696E83A , 0x0195849C2C67712297D0DD6A7173B118 , 0x0195849C2C737018979788B305187B7F , 0x0195849C2C7F72AFAAA3A64B0C2FF70A , 0x0195849C2C8B7298AEB26A9CDC774DC5 , 0x0195849C2C9773A9B91153CFBD61296A , 0x0195849C2CA3728AB43CADE9FC4A5945 , 0x0195849C2CAF71B3A2235724A8C0221E , 0x0195849C2CBC70DB803D6656EEE24CFA , 0x0195849C2CC87057B755F673783E5A1E , 0x0195849C2CD570E3825D553F0D271EF8 , 0x0195849C2CE37195AE60B53F2A9983FD , 0x0195849C2CF172C98F2E0C10F4E1B36F , 0x0195849C2CFC706D9FEAD579225E9106 , 0x0195849C2D087101B7F5BE3F52FE681D , 0x01958B44C5957336B3AAEC141220C32D , 0x01958B44C5AF739D8C19B35B99B0F188 , 0x01958B44C5BE72E5822C989F645D1AFE , 0x01958B44C5CC71C2AF77FAB35FF9EAC3 , 0x01958B44C5DB71EB8CD473E7E9103725 , 0x01958B44C5E8723AB66D8A53C916FF19 , 0x01958B44C5F871FF976DC39F02023E25 , 0x01958B44C6077367B560A4A62291D473 , 0x01958B44C6167321883647C6632C2D48 , 0x01958B44C62571809488EA40FB362AE8 , 0x01958B44C63072F2B5234525C256DAD2 , 0x01958B44C63F72A9B83AE72FE714CA49 , 0x01958B44C64E71ED97D1AB52D52EB0F3 , 0x01958B44C659715AA0107251CFBE367F , 0x01958B44C66672DF931755F17BC21571 , 0x01958B44C6797340B31483FF2B877080 , 0x01958B44C68A72C9AAD51935E816C457 , 0x01958B44C69872B8BDC17CD7FFE09147 , 0x01958B44C6A573DCA127AE6EA644106D , 0x01958B44C6B071F0BC362003809CB84A , 0x01958B44C6BB705D89E722417DCD958E , 0x01958B44C6C7700396645BD95281EBDA , 0x01958B44C6D37257A8F298B3EB8E5AE5 , 0x01958B44C6E0728EB17C5DF61170E211 , 0x01958B44C6ED721D819499818B391C6A , 0x01958B44C6F87374A5920BEEAC05D220 , 0x01958B44C7057304AF898A44076CE2D1 , 0x01958B44C71070D2BD99A4FB3FDFE456 , 0x01958B44C71B732D94195B35511B0255 , 0x01958B44C726732FA5F59B3B20C5EFCC , 0x01958B44C731710A82259D1E06973FD9 , 0x01958B44C73C732D9A4D03F31D5E4E99 , 0x01958B44C74A70D4BE4A1DAEF9BBF959 , 0x01958B44C75872BDA7519C8F57A7772A , 0x01958B44C76572B2AE2891B9B70B9310 , 0x01958B44C77072198F6554E3C9C9CA2F , 0x01958B44C77F703C836816637A53EA3C , 0x01958B44C79272BCB99D16D67E9B10C6 , 0x01958B44C7A272148F9F1AC036BEDAFC , 0x01958B44C7AD722E9DDBFA8E7EB3B4ED , 0x01958B44C7BC7125BF798849C72F6C14 , 0x01958B44C7C8734381B75D59F7ABF11F , 0x01958B44C7D472DD8ADAAB36AA652E76 , 0x01958B44C7DF707B8B2DDCBDF04CA4DE , 0x01958B44C7EA72089DA53887AD9CF3C2 , 0x01958B44C7F5726293DA639D108BFDE0 , 0x01958B44C8017039AAE58F8DE2669085 , 0x01958B44C80C71DEAB93C0F79B2D5039 , 0x01958B44C81B722582FB25819F396259 , 0x01958B44C82771679C55A41405CA491F , 0x01958B44C85B713F8A967015672AE882 , 0x01958B44C86B729C999723484C037FE5 , 0x01958B44C87B735F8FFACB9103D8327C , 0x01958B44C88B71B296361AB1A419FB01 , 0x01958B44C89B73A6AE9AA2C8C88FFAF9 , 0x01958B44C8A871EDB8EC7B6E9EE4BC33 , 0x01958B44C8B57250BEA4292F1B97331F , 0x01958B44C8C170A98E4C78CF72C4ED60 , 0x01958B44C8CE700DB48725FAA8C5B45A , 0x01958B44C8DD728F9435BAB07646B248 , 0x01958B44C8EA720DADCB9C2DBD2ED03C , 0x01958B44C8F67399A92F7FB57CF87A1A , 0x01958B44C900716C83B05284391549DD , 0x01958B44C90C7183900CE55175A07A95 , 0x01958B44C916733F8DE20C92F76AA26B , 0x01958B44C92272C4B548BB83732E38F2 , 0x01958B44C92C71B8A95F8D2CBCA5734B , 0x01958B44C937734096B7863FB1E2CEBD , 0x01958B44C942726A90ED8268A2759E5A , 0x01958B44C94D713B93F4E801C441F830 , 0x01958B44C95871299170630543FB3EDD , 0x01958B44C962703484FC55AD1C9E8D5C , 0x01958B44C96D71BEB2A1470DB9E333C8 , 0x01958B44C97870AEADEAAA13AE63EE49 , 0x01958B44C98371BEAE50A2AE37C48CF5 , 0x01958B44C991720E84971F4CBF2C3FD7 , 0x01958B44C9A0733EB3D339B38A6FFD85 , 0x01958B44C9AF73EBB59286D7AF8F2E79 , 0x01958B44C9BB73529460FC940EA353F3 , 0x01958B44C9C770EF84A413AA682686ED , 0x01958B44C9D1721091C7CE3D6546D42B , 0x01958B44C9DC71AFB7F7E82786CB42FE , 0x01958B44C9E871888492297922503DF7 , 0x01958B44C9F271A3808B4B5D75AC1278 , 0x01958B44C9FD712399C2497F0E6DA305 , 0x01958B44CA09739F849F585AB6B42538 , 0x01958B44CA1571A7920196E846BF9E60 , 0x01958B44CA217323944373E186F38474 , 0x01958B44CA2C719392FF9398E8E0F0BE , 0x01958B44CA37732DBE2FA1BFE3FE4A4B , 0x01958B44CA4370F6845A6B85B21F0613 , 0x01958B44CA4E733DA1915298E1FBDD91 , 0x01958B44CA5A7267A2040AE6B5C9812B , 0x01958B44CA657278863DC0D19D865157 , 0x01958B44CA7170569533CE4336CBBFC9 , 0x01958B44CA7D733FB97BFDCE258D0C65 , 0x01958B44CA887241851CE0297760B836 , 0x01958B44CA93720AAEF7C3FA65961814 , 0x01958B44CAA1706097EC58D4A99FE1A0 , 0x01958B44CAAD7045AA9408255919BA53 , 0x01958B44CAD57221BF5E2A2D9310E208 , 0x01958B44CAE3710596B6170EB16AC375 , 0x01958B44CAEE7394AC1EB0AC37B876BA , 0x01958B44CAF970119F3E1EB76B00C157 , 0x01958B44CB0471968B51E8D1E2840F7A , 0x01958B44CB0F710D9F5509BF7A9C22EF , 0x01958B44CB1A73F9B521053DBC29F7A5 , 0x01958B44CB267161B23742582977B6AE , 0x01958B44CB317328AF2413DF3D9ADD1E , 0x01958B44CB3D71F882F427FB98835CFE , 0x01958B44CB4970E58C552FC49188E4CA , 0x01958B44CB557322B287C01FE027613E , 0x01958B44CB607113ADBAA6E7502F0C83 , 0x01958B44CB6B73F7917F8A4B1795FC76 , 0x01958B44CB77716287380A59E3B9C5F5 , 0x01958B44CB8472CA909D827742B82A44 , 0x01958B44CB8F7001A9485DCCBF4A80D5 , 0x01958B44CB9B73078E8C029A03FD3315 , 0x01958B44CBA673DDA03EAE8C59D8827B , 0x01958B44CBB1716D92E73D4A1F0FE0D9 , 0x01958B44CBBC71D1B05ABD96EC4746B4 , 0x01958B44CBC772E2B440AFA28F81AF7B , 0x01958B44CBD27087AB87F3A60A151418 , 0x01958B44CBDF7163AE2ACC4C9194BB7C , 0x01958B44CBEB7244A09042509AD0E449 , 0x01958B44CBF8737A820B296B74EC75AE , 0x01958B44CC0572C1BC870132D1843694 , 0x01958B44CC1270CDB9A829BA7DD80C51 , 0x01958B44CC1F7390BF6C6146FB3050BA , 0x01958B44CC2B7086B674DCFA8E761028 , 0x01958B44CC377241ACE8278CCE67ABC4 , 0x01958B44CC44733A8C1DD7ABBCC4E4C9 , 0x01958B44CC50723DB932D9BB20B5A133 , 0x01958B44CC5B7311B017774230F4A839 , 0x01958B44CC6873E8B51B392EF3B507A1 , 0x01958B44CC7571439BF2ACEC15FC47EF , 0x01958B44CC8173D881173988A38B0E60 , 0x01958B44CC8C7275A6C65B5F7D3C5719 , 0x01958B44CC97728C899ECC7A3E8B1BBF , 0x01958B44CCA472BEB2B66E54BD0BDA26 , 0x01958B44CCB070DDB7E9A7981615C4BA , 0x01958B44CCBD73CB90D755CB5132B5F5 , 0x01958B44CCCC71F084B2E8551B6F5E5D , 0x01958B44CCD972A3A5C2054587592223 , 0x01958B44CCE473D1A5DA32850C7461F8 , 0x01958B44CCF17145B09AB2E2C5DC20F1 , 0x01958B44CCFC72219D77F94B8EF42F5A , 0x01958B44CD0771518228921605275222 , 0x01958B44CD1371DEAA7F4CACCA16B09A , 0x01958B44CD1E7216908F3201EAA167F1 , 0x01958B44CD4573658F27F483EFE9BDEB , 0x01958B44CD52730F95B3FA0E0C10E099 , 0x01958B44CD5D7202A272218683F48076 , 0x01958B44CD697399BFC07AB9E7380575 , 0x01958B44CD747008941E39E7AC3EC82C , 0x01958B44CD8072378D72C80D2399B421 , 0x01958B44CD8C725881C41584C0F05296 , 0x01958B44CD98713A91017E9C0C562996 , 0x01958B44CDA47370B7CEB5E829EF1511 , 0x01958B44CDB27054981F09FE4FD286E4 , 0x01958B44CDC071C58E0A87CA3A9BA8BF , 0x01958B44CDCD734A825D563844A52B7E , 0x01958B44CDDA703F99E17CBA52E32C48 , 0x01958B44CDE771E89382A7767722BCA6 , 0x01958B44CDF37264A3A84E64F8AEFCC5 , 0x01958B44CDFE705EBEDA58DA6A2C0278 , 0x01958B44CE097367B47A1A0B224A9F93 , 0x01958B44CE1472B8A8EF2CA69C9A14DE , 0x01958B44CE1E70B686FE165216FC54D7 , 0x01958B44CE297111B512104ADA0D81FA , 0x01958B44CE3670AFBE5E04ED35781ED5 , 0x01958B44CE42703AA0F23E73A49F0AF1 , 0x01958B44CE50706EB056B85D54183FD3 , 0x01958B44CE5C70D3B185A674371E2FCF , 0x01958B44CE697152A95EF9BAC63370DF , 0x01958B44CE7673D08222B77B32B0EF6A , 0x01958B44CE8471FB88641D67F0B43779 , 0x01958B44CE9072888A5F0F627D32F943 , 0x01958B44CE9C7324AB9C3B3172710EA9 , 0x01958B44CEA8723D8D673E85293FD086 , 0x01958B44CEB370A5A6C36D42B4181775 , 0x01958B44CEBE704F9FB3930C51A10556 , 0x01958B44CEC97224B49EE4639B708E60 , 0x01958B44CED571EEA7A914735CC65B1F , 0x01958B44CEE1724E8D7116EF5BB8375C , 0x01958B44CEEC71B9BA4667FAB4D8FCE3 , 0x01958B44CEF87328B6E1876F7BA1B8E4 , 0x01958B44CF0472578BA7B94DD594CAE3 , 0x01958B44CF1072E094F57468F8AA82BE , 0x01958B44CF1C70F789F37C45F078683D , 0x01958B44CF2771D6A3959C2352F6C1AE , 0x01958B44CF3271E8A583D8836C3AEF70 , 0x01958B44CF3D708FAF43612872F129EC , 0x01958B44CF4872348D2573D14CB124D0 , 0x01958B44CF5273A1B21BCAC9AA0734A3 , 0x01958B44CF5D717ABF91047ADBB4B38F , 0x01958B44CF68720497823730809AF5FC , 0x01958B44CF7373D8BCB9AB95FBCC97B7 , 0x01958B44CF7E707C9D2B164EA0165665 , 0x01958B44CF897010AF0016C0270282B7 , 0x01958B44CFAD7381AF4843425E48548A , 0x01958B44CFB972F396EA679644BE6C3E , 0x01958B44CFC47019AAD984F5D4CB3865 , 0x01958B44CFD071D8A30FFFFD500FB568 , 0x01958B44CFDC72FE90B236335431AD47 , 0x01958B44CFE8724BB4017D9E92F80B4F , 0x01958B44CFF3709FB634EF3F25A6E4CC , 0x01958B44CFFE71019FDA55BFA81D24FC , 0x01958B44D00970528A14E8AEF9E985F8 , 0x01958B44D01471C9AFB2578E1DEE3892 , 0x01958B44D0207164A0AEEB12CFA07704 , 0x01958B44D02C73C6A49E54C75CD692EF , 0x01958B44D037726B83E2A14C73D50B63 , 0x01958B44D0427161911AA3EA6D8FA848 , 0x01958B44D04D70D5A328E4CD05D7FA63 , 0x01958B44D058707BB06F74A3D178710D , 0x01958B44D0637308A5BEFC89484F4E83 , 0x01958B44D06F701AAA744AD3707A27E7 , 0x01958B44D07B7331A3D19AE7703DB379 , 0x01958B44D08672D8970D4D0788387623 , 0x01958B44D0927384BACF14A90D71C057 , 0x01958B44D09E70628EFA774B29EC7F96 , 0x01958B44D0AA71A8AFA564C71031C2EB , 0x01958B44D0B6700AAE31EEB299E6B56B , 0x01958B44D0C570E5B3FCD99C9D786FD5 , 0x01958B44D0D0736AB9FC2D63CECEB667 , 0x01958B44D0DB71F6AF0A88585EF0BA6C , 0x01958B44D0E77170A3D333DF98B90F07 , 0x01958B44D0F2734F95C62C1BD8D4B726 , 0x01958B44D0FE715D993462B652BEC34F , 0x01958B44D10970FAB8A2274D0623879F , 0x01958B44D11571E6B89A44D22E54A24C , 0x01958B44D120731A974E1A5A3A7531D5 , 0x01958B44D12B733AB230FC0008BC64B6 , 0x01958B44D136718198D74AD227DDC800 , 0x01958B44D14370189C3746198ACD6051 , 0x01958B44D14F7392AAEEB6C66B2FFCFB , 0x01958B44D15B70B7AEE605319352B4D8 , 0x01958B44D16672AE94D2499DDF48428B , 0x01958B44D17273E2B5D6823EB14EF016 , 0x01958B44D17D728082F74D8B9F78C399 , 0x01958B44D18B70FAB4B79EE64C951BBD , 0x01958B44D19771C6BC64671439296F4F , 0x01958B44D1A273F9BA1C066DB0239CFF , 0x01958B44D1AD7177ABD64A828D6382A9 , 0x01958B44D1B8712E916DBE01A7983826 , 0x01958B44D1C37393A769298746E14B53 , 0x01958B44D1CE72E5BA9417113CD28B1E , 0x01958B44D1D9725FB36A278B55D01F48 , 0x01958B44D1E57174BC195CB874C78E2D , 0x01958B44D20773F0B7E413F416644666 , 0x01958B44D21273B384AE5148FE446D0D , 0x01958B44D21E7369BC0C2BF640B86EE2 , 0x01958B44D22971AC99F104A389B86CE0 , 0x01958B44D236730F82D9974D76F722EE , 0x01958B44D24272BBA87F3B25DD222357 , 0x01958B44D24D73CEA7808DBCA6211B57 , 0x01958B44D25A70718CEF4ABDA8E78A3E , 0x01958B44D268729E8105C414EB3A104E , 0x01958B44D275710AA40AB2A23685B0A2 , 0x01958B44D282701AA6B0A1980B8AEC42 , 0x01958B44D28D71258C4E81B333A4ACDE , 0x01958B44D2997089A2166DE4E08286C2 , 0x01958B44D2A4733ABA4712554B849F4F , 0x01958B44D2B1731C94F0D865B793A9D3 , 0x01958B44D2BC7014A93B1223456C4DB6 , 0x01958B44D2CA732CBC7B43C643FC156A , 0x01958B44D2D67283BC9215861BDAA121 , 0x01958B44D2E2706DA244ED7346F34F66 , 0x01958B44D2ED7097B5E4E93F782968E5 , 0x01958B44D2F87145B41B42E298849C88 , 0x01958B44D30570B5995EF8A95B50C9D2 , 0x01958B44D31070CAA4F3AAABF11EE2CE , 0x01958B44D31D72DC811E0BF8B40B8196 , 0x01958B44D3297262B9093269944230FD , 0x01958B44D33573AC97446D023AA9D5AD , 0x01958B44D34072DCA9A5A68F98EA0A66 , 0x01958B44D34C7051929A80AEFC1F3240 , 0x01958B44D357719885877B4EA1C73776 , 0x01958B44D36272C5A791244A01F92EBC , 0x01958B44D36E702B9B5B8290B8B72C79 , 0x01958B44D37971D68F25CEFFB393EECA , 0x01958B44D3857305AEF86718CCAF0354 , 0x01958B44D390707395E4FB8B760B2422 , 0x01958B44D39C7049963E22B619645659 , 0x01958B44D3A8723A8AC8CF00274C921C , 0x01958B44D3B4719EB2DCABF23CAE714D , 0x01958B44D3C2718489720F777BC296BF , 0x01958B44D3CE729099AE3F27299D26F2 , 0x01958B44D3DC7012991F0001FEA5C827 , 0x01958B44D3E870A498277D667EA228CB , 0x01958B44D3F37339ABCC3B686196727D , 0x01958B44D3FE70BBB046845850123254 , 0x01958B44D40A70908F3486089859C53E , 0x01958B44D41670D1ABB0BBE1A3EFE1A1 , 0x01958B44D421726C83E6D039499AF2D5 , 0x01958B44D42D73DF8BEF961407E85C36 , 0x01958B44D43A700F851E9AB33A850BFE , 0x01958B44D447732989B1F6BF51F87853 , 0x01958B44D45473D0A361A0D6DD1AC863 , 0x01958B44D47F712EB585DD461061748D , 0x01958B44D48C713E983BC0C27370DFA8 , 0x01958B44D49A7261A70A71D66F62AD8A , 0x01958B44D4A7739AA10E72A6FBBC77A8 , 0x01958B44D4B473E288377ED634C66A63 , 0x01958B44D4C170CF98F6693B534155A5 , 0x01958B44D4CD72849943248AF3F04C71 , 0x01958B44D4D971CD96A4BB0476938370 , 0x01958B44D4E57186AF427B9963E112AB , 0x01958B44D4F173F48425FAAB8B7984D3 , 0x01958B44D4FE70FBAD66215B4C0B5BC2 , 0x01958B44D5097201BB4754420AB20D78 , 0x01958B44D51570EE8670C4D78DB71406 , 0x01958B44D5227037914E83D2E7B83EE4 , 0x01958B44D52F721694D03166FDE55130 , 0x01958B44D53C72E7BA77D44C39847321 , 0x01958B44D549724697A11E75F7397997 , 0x01958B44D5567052BA8272E3D10BC41F , 0x01958B44D563721FBD15330BEF301A7D , 0x01958B44D56F730CA9BF912182FB4784 , 0x01958B44D57D721B923638D8DDA8B8B4 , 0x01958B44D58A71618BD47A9ACF1A08DB , 0x01958B44D59770A18EBAFBFDF592CB48 , 0x01958B44D5A471678CD20C094D0DE511 , 0x01958B44D5B271B0B2944957B73F96BF , 0x01958B44D5BF723B9B2BF2267C4ABE61 , 0x01958B44D5CF7082B30C2DD49707CAC9 , 0x01958B44D5DD71218774ACC5C9C3B1E9 , 0x01958B44D5E870A4B9A9197981EE7FDA , 0x01958B44D5F57266BC7DE73E41920779 , 0x01958B44D6017038AFFF3A835C9AE6BF , 0x01958B44D60E7267868AB6877D858820 , 0x01958B44D61B70419463D9AD0EB0546A , 0x01958B44D629701F96F1361158C0D143 , 0x01958B44D6367243A07255500CB29388 , 0x01958B44D6437127BBFD45965F4E749F , 0x01958B44D6507323958C4E9E3B19755B , 0x01958B44D65C719B8A406F786AB8D9FE , 0x01958B44D667731AAE885A02CEF5A8F7 , 0x01958B44D6737334932B10E3962CA90C , 0x01958B44D68070008413D04E3F77A933 , 0x01958B44D68A73068E2C35EADB3DB193 , 0x01958B44D69571669CC7F6ACD3D59943 , 0x01958B44D6A271A1A9F8484C7DD64278 , 0x01958B44D6AF7163BCFAC8FC19B4FE8B , 0x01958B44D6BB719881A190B632104BC5 , 0x01958B44D6C870568C440847DE7BF6E2 , 0x01958B44D6D370E98E97CF8D205DC0EC , 0x01958B44D6DF72D1833578F3386E68EC , 0x01958B44D6EC707DAABF428562163618 , 0x01958B44D71670C49F07D08B01794FD3 , 0x01958B44D7257015B220EC0A47F3B628 , 0x01958B44D73271A08DE312508EC70D12 , 0x01958B44D73F73ED8AB9435E805E9A01 , 0x01958B44D74C732CAB344F75C4AB6190 , 0x01958B44D75A7288A06B12FE5C1ED8B4 , 0x01958B44D76671A19E620B92248919D2 , 0x01958B44D77170A787265BB6668989CC , 0x01958B44D77C701D8BC1666AF39422D1 , 0x01958B44D78971CAB35CC4A212C83D85 , 0x01958B44D79570CBBD55A7ADA390EE20 , 0x01958B44D7A1723EA8CBE607CF47A352 , 0x01958B44D7AE72BB99992AA5FBBCB88F , 0x01958B44D7BE73BCBBD1D907A240C744 , 0x01958B44D7CB70A4AE3289DAF02611CB , 0x01958B44D7D772CB93F7AF2E000EB563 , 0x01958B44D7E370C8BF7767CDD82EA0C2 , 0x01958B44D7F071F9A9FBBC626EF7F379 , 0x01958B44D7FD73B5B000B338B7299EA6 , 0x01958B44D8097228AC148281654B12EA , 0x01958B44D8147084B96FB9A93690B879 , 0x01958B44D81F70C7B79091A720E937E3 , 0x01958B44D82A7059BFDCB0EF70591056 , 0x01958B44D83771679E9E511820F58C3D , 0x01958B44D844726B9734CD0E94C7732B , 0x01958B44D8517161B201E126DAEB11DE , 0x01958B44D85E72C0B4E5E719F378AE6A , 0x01958B44D86A73CCACBFA55260309EA9 , 0x01958B44D8777218A62169DB900CB7ED , 0x01958B44D883710487724CECA2EE554C , 0x01958B44D89071069FF210ED290273C2 , 0x01958B44D89C73579F74A86BE4A6A2EF , 0x01958B44D8E97304A2C12C8645CE24DF , 0x01958B44D8F872FBB0BEBA034E2ADF69 , 0x01958B44D9057192B0292E8FE465F4DD , 0x01958B44D9127012B18B33F3CF759CA8 , 0x01958B44D91E72A2A60B4F1523411C9E , 0x01958B44D92971C0A0CBB235A2A40910 , 0x01958B44D935728694294C4019B5DF0A , 0x01958B44D94171CA94F8AB01BE7F8C5A , 0x01958B44D94D70A681BD9B8C761D4664 , 0x01958B44D95A714D91D5A04965AC3B77 , 0x01958B44D96873D38AA9F4315EAE6EF3 , 0x01958B44D97570FA8E7AAC5F19287ABD , 0x01958B44D982714AB69F2924D276700D , 0x01958B44D990717BA954F1B1662680C6 , 0x01958B44D99D717EAB0966D5070ED11E , 0x01958B44D9AA73859F6F0ED8FA57BC60 , 0x01958B44D9B870D38F03E21287DD9237 , 0x01958B44D9C6708684BBFC0E372DE379 , 0x01958B44D9ED73C6B50F13EA597C88FC , 0x01958B44D9FA7239B83065529783D710 , 0x01958B44DA08729A8C9E2F0684FFF9C3 , 0x01958B44DA14711792072F229BF5F391 , 0x01958B44DA1F7059A903ED5B67EFB226 , 0x01958B44DA2B70ECB349AF9B509B958F , 0x01958B44DA3673DAB8D3A63D366344BC , 0x01958B44DA4273A28719A47E67518860 , 0x01958B44DA4E7385AA80BA8ECB088FC9 , 0x01958B44DA5B70E19DEA9E069EE77542 , 0x01958B44DA6673D7AA560A35075DF399 , 0x01958B44DA72732DB4909C257DEE2DD8 , 0x01958B44DA8170799E986E0E8089AA8B , 0x01958B44DA8E7253842736D5799B6B95 , 0x01958B44DA9B72BBAD2ED1C7357FA8AB , 0x01958B44DAA7706986073AC88D85F6E8 , 0x01958B44DAB3736DA918FEF31B650223 , 0x01958B44DABF7341AA75878DE0881EA1 , 0x01958B44DACB7056B1494D2026A328D5 , 0x01958B44DAD77008B188498E558A84B2 , 0x01958B44DAE370C8AD7B6658AB81676A , 0x01958B44DAEE706CB16816C63E915DDE , 0x01958B44DAF8705EA9B15B4821C016D7 , 0x01958B44DB05729499F21F6E71DCA667 , 0x01958B44DB11717B9D9C2E82653121B5 , 0x01958B44DB1E72C1B709A7B3CD9B1B9B , 0x01958B44DB2A71E49C262D2F24DC8B4F , 0x01958B44DB377094B89ED51290C3428C , 0x01958B44DB42735F9EC9E8AA68C02BB6 , 0x01958B44DB4E72E5BC3504CCD81DBE4F , 0x01958B44DB5C70EEB4BDAC0CEBEA9AB0 , 0x01958B44DB68716DB0849D45E3038CF6 , 0x01958B44DB757129BB6EB062E4024E63 , 0x01958B44DB81715CA912D95D5D12BBC0 , 0x01958B44DB8D707EA90FBD0A84D060AA , 0x01958B44DB9A72B59A07E87053B531D3 , 0x01958B44DBA87299B6A889A04A98C85F , 0x01958B44DBB370AD94F07DEF55E5F6B5 , 0x01958B44DBC073B1B696DCA149D686E8 , 0x01958B44DBCD738F9B408983CAD0863C , 0x01958B44DBD97023AC22686554557753 , 0x01958B44DBE471B0AFDB30D80768F706 , 0x01958B44DBF0729791E5E84C104C86C7 , 0x01958B44DBFC72FAAF107A5E60236EA1 , 0x01958B44DC0771FB935BCB0565D8E19B , 0x01958B44DC147110AE3A8B393C31EFAD , 0x01958B44DC20739DA44F6DE60F83E6BD , 0x01958B44DC2D726E8BDC621D3BA9C474 , 0x01958B44DC3871EE97DF6EFE1FD37929 , 0x01958B44DC4570C795A8A36F1C82B8D8 , 0x01958B44DC6B706ABD33A91EE9EA258B , 0x01958B44DC77722C864E708B0DD13982 , 0x01958B44DC83719E931454FCEF9705AD , 0x01958B44DC8F7078943C14420253A6F3 , 0x01958B44DC9A7313A345BC57F5CE0865 , 0x01958B44DCA67093963D65C35B0DC39E , 0x01958B44DCB1731C8B6DFC9249E9519F , 0x01958B44DCBE7105AACD8D973A7E8913 , 0x01958B44DCC972A7BD4B377BF8C47248 , 0x01958B44DCD670BF8320AB7E5338A5BF , 0x01958B44DCE271E4AB0614DA91823489 , 0x01958B44DCED7200B1AB2DCBDAE57879 , 0x01958B44DCF9721EB15BB959AF8B3C8B , 0x01958B44DD0473A094C14A545FDF34DB , 0x01958B44DD10718FBBE94D31C69C7637 , 0x01958B44DD1B72DABF2972906C93B549 , 0x01958B44DD2873D2B9CA0A814D15FDBD , 0x01958B44DD3571F1AEC6EF576BBD7999 , 0x01958B44DD42726A9A15A617552D028E , 0x01958B44DD4F70D686E7CB31B5F75E2A , 0x01958B44DD5B7035A33907CB229F5CEB , 0x01958B44DD6871B38A8A84C7FAE1240E , 0x01958B44DD7572D3A36F7E41CB239F55 , 0x01958B44DD8372988C9B46B4F22EE26E , 0x01958B44DD9071A993062C4D81C6A191 , 0x01958B44DD9F72899688150824F51D42 , 0x01958B44DDAC71A2903FF5BFE5D4013B , 0x01958B44DDB8727AB0FDE86861B66105 , 0x01958B44DDC5701698827D78AF02D0CF , 0x01958B44DDD2700B9DFD1AF66E58D9EF , 0x01958B44DDDE710C804C8458069B165F , 0x01958B44DDEB73DC96B635BC9975404B , 0x01958B44DDF8701191B41EF2165DF9AF , 0x01958B44DE0472049BD8BAA14925F4AC , 0x01958B44DE1170638B88A87459915861 , 0x01958B44DE1D719FB57C810D97E3E099 , 0x01958B44DE2A72D087FA213D1E95ECC0 , 0x01958B44DE3572B98BCAFF9A8F07D1ED , 0x01958B44DE4173E8B88329DAEB2DB61B , 0x01958B44DE4D73F3B06BD86ACC2ABEC2 , 0x01958B44DE5970218ACDB1402DC5C953 , 0x01958B44DE6C72239DE5D08CF7C3D21C , 0x01958B44DE7972D6AA16935FB6CFF0C6 , 0x01958B44DE8771B5B3FB7C49FD3A7CB8 , 0x01958B44DE95725AA689107916F96F85 , 0x01958B44DEA2711680905A0449F4CF72 , 0x01958B44DEAE73CD900BF8AC72A9AC89 , 0x01958B44DEBC72E18772FC11C78E3F59 , 0x01958B44DEC8737EA1A102614BB42ECD , 0x01958B44DED671C1B61939C3B8FB4866 , 0x01958B44DEFB70A7B52F3677F36035DC , 0x01958B44DF0772A790EAE93C3859B157 , 0x01958B44DF1370F495C0CEAD24F24F98 , 0x01958B44DF1F7335BF0A09F15F57A89B , 0x01958B44DF2B73388A6E11D2D97F0537 , 0x01958B44DF3673158741A02E646E5B4E , 0x01958B44DF4371BFAB488E5349236BC5 , 0x01958B44DF5172E2B09F78CF5DF5424D , 0x01958B44DF5E7365BF7D6A8BC55E9F1D , 0x01958B44DF6C7158AC000421CCAC994E , 0x01958B44DF79726D802BD7C909CD9445 , 0x01958B44DF877261BCA45A600125142A , 0x01958B44DF9572FD82C683EB18D4CDF0 , 0x01958B44DFA1708B937E343A3EB62ACE , 0x01958B44DFAE712CBE07FF7B8C987B25 , 0x01958B44DFBC73C9B69CC8923548BB95 , 0x01958B44DFC9738BAACDFC1BA6AD037C , 0x01958B44DFD6705ABB21B60AD5862012 , 0x01958B44DFE3706D87FB3A8884EF6F3C , 0x01958B44DFF07017824BCC116BD2F9B2 , 0x01958B44DFFD7106A22E69DB0E17C9A9 , 0x01958B44E00B72749EA4B2DF85D74A5D , 0x01958B44E01972BB8EAA8D91E9D21113 , 0x01958B44E02671AE8B4F4E1BEA7EA28E , 0x01958B44E033707DA3005D9A93C949F6 , 0x01958B44E03E7175BDA7433EC9D46FBD , 0x01958B44E04D71E5BAAC905D636312FF , 0x01958B44E0597235A4716AE9D93FD969 , 0x01958B44E06773ADA971A65BEDE378C0 , 0x01958B44E0757265A86C83F8192B1525 , 0x01958B44E08273D8A01A632F2F305130 , 0x01958B44E08F70929D5D9CDF06B8D790 , 0x01958B44E09C7168BCECB40AC5B65910 , 0x01958B44E0A972DAAF90F432321172E6 , 0x01958B44E0B672879B439C7AFC960E19 , 0x01958B44E0C273B0A4983B3BC7A71719 , 0x01958B44E0D07325A7329408C0FC5DF1 , 0x01958B44E0DD70FC94D57A05EEA1CE34 , 0x01958B44E0E97298AF3E96BDFD0E214D , 0x01958B44E0F6710E876079C6E8CC78DF , 0x01958B44E10172DCBDD8247F67CE7AE8 , 0x0195F02B30D97896BC4EAE86B03CFA2F , 0x0196620C7E7575698E82575205A2C263 , 0x01966259A93379CCB470B23D53A1DA90 , 0x07DEF4D19E504789A802F3BCE8290026 , 0x07FDFD0037214FA0BC095A9024290AFB , 0x0D47F6854D9F451099030A22AFD83424 , 0x115E1E17B4484E9AB5B6F40AFC433271 , 0x11B06B38411541D1A3004FC3B94C17CA , 0x12C1B0C8A5D64AA79A8DC3364434F129 , 0x1367580DBA9346BE915CF158EBF975BD , 0x139343C43D30443884479C3760CF53DD , 0x1A0689E4BE3641B28F56F68EDC67E7EB , 0x1A2E561AD9704FA3A6083A8482C3014F , 0x1A50D4C7CB9940DE892E06A16B1C4431 , 0x1BC1769170794A6C87BE0ECBA6E87A58 , 0x1D7C2FF97BA8444D91C2DBA51CB58A0D , 0x1E3676988C7148AA97D25B0677857498 , 0x2092CC50E72C4AADBD6FA557F34FB551 , 0x2146C0E6AB5D45D1930BCF9CF71F8BAE , 0x24BDB8FFEAA74B4DB9A6DC3784047419 , 0x2542DFCEC3804CCFB728C09A3AA635B4 , 0x2556B46FD9A245D485A45AF367D7BCCC , 0x258AF59A1EAF48F499D8E7FF0F4419A9 , 0x28AB7E5193B94F818FD3910075D769D2 , 0x2A69867396EA483DBA134A9561D8B8C3 , 0x2AF2502FE0834EA2934D964CD2461A6E , 0x2BB29338C22C4AB5AC3AFB83F3D0FB0A , 0x2C3596F4E08447CEB8D719E0346497C8 , 0x2C6FA57FB837440FBDA88EA57BF61B4F , 0x2C9962390DBC4E5A90ED3B79CD5BE7B9 , 0x2F8171EFD5064E2081D3468E7E766C70 , 0x31E8858101F04AC4B414B78007D71149 , 0x324E9C4B09084FEB8B8A34A65A78B0D2 , 0x325EE19F6E16487DA29CD25D7034A2CA , 0x3499D43F6E8945BD879CF490C68A040A , 0x36D33ACA941D41A2B505002034DCCE4B , 0x36DD5BD7DCCF4418A052586281A2F7E6 , 0x3A6C6A0491D04CB384C9864FF7353268 , 0x3B69FCC64191467A90131E24696121B0 , 0x3BA14C3E683841C89E3A792C57FEAA9A , 0x3CCA55545BBB44D38463495CD40170BF , 0x3D12B225B32E4AABB0A345F1941DD1BE , 0x3EABD45D7BC4444998000A84511DD776 , 0x41C1CF59C9D247EAA8172EB0D50C795E , 0x42780F81E17D42AE871140F77FFA996D , 0x45BD0233A8864C9CB296E396CD1F0FFE , 0x463290FFFBFE457B98F10FB28E48D704 , 0x48D1046817914588B4A95FB939E4C8ED , 0x4AA017055ABB47429AF6E464C9AF99F1 , 0x4C2A8A6B594B413EB7DCDC23C73B8615 , 0x4DAFBD6776704A67B58419703A756C4C , 0x4DDE381EED45432EAE20FA86D68EC94D , 0x50EF7D934ADC4F4E8360ABD70A8DFFBC , 0x583CD7F78E97484D988198911B37E2DB , 0x588F07ABCBE34C968DF95F80C73ECF7E , 0x589C5A68A02C447BAE06C1FFCA700A63 , 0x5A0BB335F4AA441CA75891F5CFA9F8F8 , 0x5D577C767F364FB3BB743D375B604106 , 0x5F6FDA9DAB3E48C6858F9F4849EC14A7 , 0x61C17E8D29E94063839CBE3B9ACC628F , 0x6AF97A1466EA47A4A8089905847D75C9 , 0x6D114597EBC44434815D1F6F9081C48C , 0x719C88B64ADF4735A13D61ED7C523843 , 0x71CCC40089EA4BDA8E88F5FA76BEC98D , 0x739C720D189A4B2DA4994DD355DF37BF , 0x75FC2DD916624D7985EDB50FC2536002 , 0x7617764EA60C44D9B5BB527A1B8929AF , 0x773AD2023416408281C86063C5576391 , 0x78F54CE269E04D1B9D7E0FF34FEBA581 , 0x7ADD6BB2FBAC40409CC23FC515BE7797 , 0x7B91B29F38774CC089C1A4264B4E283E , 0x7CD73E9ACB404AD08F7A99D111092699 , 0x7D0B2B9850D1487E86045EDD882611E3 , 0x7EA3D2126132494EA22E19E7EAB4CA14 , 0x7EF4C9B9E9D64571BB450E24387BE46D , 0x7F26C3F9EA404A8A8F3D2189CEBEB410 , 0x803E91FE530D43B29B2AFC6EAF3918DF , 0x80677BFCC85F44B3A576538C5FA8D901 , 0x82B9A56AEC10470081879B213D74688F , 0x83C166D7D27641639AD1DA7773F56E9F , 0x844FA88ED7044B0382C6AAC773D4B795 , 0x84E4EC545CC84CA5A6C4B99BDAA05D0E , 0x860BCF21C10346C899A62E76D9CD8AF7 , 0x89928E864E5C4A9C97C07448C97DC0F1 , 0x8E3ED64C16844E949BF13CEE19267A84 , 0x8F15E2C7C2224C5FA11C0C4D5F3D0C73 , 0x8F7A3CC4E5834FB5A35AAB32888C3957 , 0x905924AD9DB8421B98A75F984527F05A , 0x91C11B153DC9456D8CE667292D694525 , 0x91FEC62996FE4AF6BF9200226D6E7AF7 , 0x9422E8F101154CFBA32E5E59391296F5 , 0x983E701C85BB45CF96BD01B7F3D74565 , 0x9BF4F93BEC274BFDBA4484DF4B130B4F , 0x9DE255B9AB334E5BB034874C6C6030CE , 0x9E8AECFE9FDF4151B683EDEAC6494640 , 0xA253E9BF50EA4AA8AFCB3D8D5BA70BF9 , 0xA333E38F8CD6480AAB2AB75F58B7560B , 0xAA0E6C20A5FE478AB20875BC732B1F97 , 0xAB49DABDCC464169A1914C1962D74D93 , 0xAC39C80C201E4A0C961C4BE4783389B6 , 0xACB769DEBFA148289A7E7FE8439988E8 , 0xADE3FB55BCE34380A896C26ED9B70AF4 , 0xAF7BDEA02E9543728FE3AEE000B53EE2 , 0xAFB56530649946BCB6D81050547D74C6 , 0xB1E6E18ADE91431492446638F0724BAF , 0xB2285285613D4F55A7AE4EEB65B66837 , 0xB3A4C4AF31D94E0698C55B1092C49823 , 0xB65CB7FEEC7B4CE19DEDDAFCAC2250BC , 0xB8F042DDD52C452F8B55A505DAB73E73 , 0xBA8E04E8FF9C4EB69531D24F34B19EBE , 0xBC1D8075EC594937B87034BA4309DF7C , 0xBDE23E5AC27C44CBA405126A23211D17 , 0xC966CF30D5A1480EB29CC15BFA7B2042 , 0xC9FB72B556304FF0B453C9F4F8B699DB , 0xCE48E1B0C2514EE0BAF1761633926B3E , 0xCFD09BA79AEF4DF48A6CFC39785786B9 , 0xD04A7198E2C04D34A829161CFF7AAD5B , 0xD2241CA98C024B14814C2C318D97A58D , 0xD2EAD25478AA4EAEBC722C80BB7769E9 , 0xD32008164B2148779F42B5EC406A3BE3 , 0xD3BEBE76188D42ABBA88CBFD5D70DFA5 , 0xD5DAFF64841E47B2AB259E00CD67C986 , 0xD864B08A8342491AB65B7DA01C783773 , 0xDAD9DB45A63248D780C8B91221059B73 , 0xDB8020A5066E4B53B0931E4FD2FC31BB , 0xE1D7FEAD4164462DA25581A742795FF8 , 0xE2EB8ECBCAF742D9AA42285E810693A7 , 0xE6A121E168FC47648BBC8443F31F1182 , 0xE6AAC2CE065540E192747C5389762DE5 , 0xEADE027FB91D47288B67B18FCF58CF94 , 0xEC08C0DB37904C29BC2C83AAE4EE0AD1 , 0xEF32ADB34C234D5C898187406F6F3C3E , 0xF0EBCE88064B45A6B66809D5A8E5263E , 0xF29897E851D84462865505EC4DC89B06 , 0xF4B0D9FB462C4C568AADEA8EED392B78 , 0xF83B5064BE0048AFAB99737E91A7781C , 0xF9EA5F290EAB425FBC389C4BBD22202D , 0xF9FBDC8228DE4A0484984B6B0EFF5D85 , 0xFCC9DF7614AF46CE8CA5E7E7EB1B480E , 0xFFECBDD5B0CF44BBA531D0D584EF5B20 ));
Copy
97
1.26 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"\x01 •û\x1E n\e p·…\x19 ¾ÁóÙóy "
b"\x01 •û"].s£¯üXbβ\x06 ¨ "
]
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 (0x0195FB1E6E1B70B78519BEC1F3D9F379 , 0x0195FB225D2E73A3AFFC5862CEB206A8 );
Copy
98
1.32 ms
SELECT `rule_condition` . `id` as `rule_condition.id` , `rule_condition` . `type` as `rule_condition.type` , `rule_condition` . `rule_id` as `rule_condition.ruleId` , `rule_condition` . `script_id` as `rule_condition.scriptId` , `rule_condition` . `parent_id` as `rule_condition.parentId` , `rule_condition` . `value` as `rule_condition.value` , `rule_condition` . `position` as `rule_condition.position` , `rule_condition.appScriptCondition` . `id` as `rule_condition.appScriptCondition.id` , `rule_condition.appScriptCondition` . `identifier` as `rule_condition.appScriptCondition.identifier` , `rule_condition.appScriptCondition` . `active` as `rule_condition.appScriptCondition.active` , `rule_condition.appScriptCondition` . `group` as `rule_condition.appScriptCondition.group` , `rule_condition.appScriptCondition` . `script` as `rule_condition.appScriptCondition.script` , `rule_condition.appScriptCondition` . `constraints` as `rule_condition.appScriptCondition.constraints` , `rule_condition.appScriptCondition` . `config` as `rule_condition.appScriptCondition.config` , `rule_condition.appScriptCondition` . `app_id` as `rule_condition.appScriptCondition.appId` , `rule_condition.appScriptCondition` . `created_at` as `rule_condition.appScriptCondition.createdAt` , `rule_condition.appScriptCondition` . `updated_at` as `rule_condition.appScriptCondition.updatedAt` , `rule_condition.appScriptCondition.translation.name` , `rule_condition.appScriptCondition.translation.name` as `rule_condition.appScriptCondition.name` , `rule_condition` . `custom_fields` as `rule_condition.customFields` , `rule_condition` . `created_at` as `rule_condition.createdAt` , `rule_condition` . `updated_at` as `rule_condition.updatedAt` FROM `rule_condition` LEFT JOIN `app_script_condition` `rule_condition.appScriptCondition` ON `rule_condition` . `script_id` = `rule_condition.appScriptCondition` . `id` LEFT JOIN (SELECT `rule_condition.appScriptCondition.translation` . `app_script_condition_id` , `rule_condition.appScriptCondition.translation` . `name` as `rule_condition.appScriptCondition.translation.name` FROM `app_script_condition_translation` `rule_condition.appScriptCondition.translation` WHERE `rule_condition.appScriptCondition.translation` . `language_id` = ? ) `rule_condition.appScriptCondition.app_script_condition_translation` ON `rule_condition.appScriptCondition.app_script_condition_translation` . `app_script_condition_id` = `rule_condition.appScriptCondition` . `id` WHERE (`rule_condition` . `rule_id` IN (? , ? ))
Parameters :
[
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x01 •û\x1E n\e p·…\x19 ¾ÁóÙóy "
b"\x01 •û"].s£¯üXbβ\x06 ¨ "
]
SELECT `rule_condition` . `id` as `rule_condition.id` , `rule_condition` . `type` as `rule_condition.type` , `rule_condition` . `rule_id` as `rule_condition.ruleId` , `rule_condition` . `script_id` as `rule_condition.scriptId` , `rule_condition` . `parent_id` as `rule_condition.parentId` , `rule_condition` . `value` as `rule_condition.value` , `rule_condition` . `position` as `rule_condition.position` , `rule_condition.appScriptCondition` . `id` as `rule_condition.appScriptCondition.id` , `rule_condition.appScriptCondition` . `identifier` as `rule_condition.appScriptCondition.identifier` , `rule_condition.appScriptCondition` . `active` as `rule_condition.appScriptCondition.active` , `rule_condition.appScriptCondition` . `group` as `rule_condition.appScriptCondition.group` , `rule_condition.appScriptCondition` . `script` as `rule_condition.appScriptCondition.script` , `rule_condition.appScriptCondition` . `constraints` as `rule_condition.appScriptCondition.constraints` , `rule_condition.appScriptCondition` . `config` as `rule_condition.appScriptCondition.config` , `rule_condition.appScriptCondition` . `app_id` as `rule_condition.appScriptCondition.appId` , `rule_condition.appScriptCondition` . `created_at` as `rule_condition.appScriptCondition.createdAt` , `rule_condition.appScriptCondition` . `updated_at` as `rule_condition.appScriptCondition.updatedAt` , `rule_condition.appScriptCondition.translation.name` , `rule_condition.appScriptCondition.translation.name` as `rule_condition.appScriptCondition.name` , `rule_condition` . `custom_fields` as `rule_condition.customFields` , `rule_condition` . `created_at` as `rule_condition.createdAt` , `rule_condition` . `updated_at` as `rule_condition.updatedAt` FROM `rule_condition` LEFT JOIN `app_script_condition` `rule_condition.appScriptCondition` ON `rule_condition` . `script_id` = `rule_condition.appScriptCondition` . `id` LEFT JOIN (SELECT `rule_condition.appScriptCondition.translation` . `app_script_condition_id` , `rule_condition.appScriptCondition.translation` . `name` as `rule_condition.appScriptCondition.translation.name` FROM `app_script_condition_translation` `rule_condition.appScriptCondition.translation` WHERE `rule_condition.appScriptCondition.translation` . `language_id` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `rule_condition.appScriptCondition.app_script_condition_translation` ON `rule_condition.appScriptCondition.app_script_condition_translation` . `app_script_condition_id` = `rule_condition.appScriptCondition` . `id` WHERE (`rule_condition` . `rule_id` IN (0x0195FB1E6E1B70B78519BEC1F3D9F379 , 0x0195FB225D2E73A3AFFC5862CEB206A8 ));
Copy
99
3.83 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"RÙ’\x15 Ý6IH Έ)º^\x03 ý "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"š%×D'\f C-†Í‹®Ä¢j° "
b"8Y\x17 uêäD\e üO\x0F ÐF¡R\x04 "
b"8Y\x17 uêäD\e üO\x0F ÐF¡R\x04 "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"RÙ’\x15 Ý6IH Έ)º^\x03 ý "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"RÙ’\x15 Ý6IH Έ)º^\x03 ý "
b"š%×D'\f C-†Í‹®Ä¢j° "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"RÙ’\x15 Ý6IH Έ)º^\x03 ý "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"Xsž¤çÙN|·>s”«ƒ˜C "
]
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 (0x52D99215DD364948A0CE8829BA5E03FD , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x9A25D744270C432D86CD8BAEC4A26AB0 , 0x385917758884441B814F0FD146AD5204 , 0x385917758884441B814F0FD146AD5204 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x52D99215DD364948A0CE8829BA5E03FD , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x52D99215DD364948A0CE8829BA5E03FD , 0x9A25D744270C432D86CD8BAEC4A26AB0 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x52D99215DD364948A0CE8829BA5E03FD , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0x58739EA4E7D94E7CB73E7394AB839843 );
Copy
100
3.25 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"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"Q`§æ\x15 dJ4‚5\x1C ÔiD,Û "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"¸XôG\x04 àH╚É└╚«%²>R "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
]
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 (0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x5160A7E615644A3482351CD469442CDB , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0xF7589347048548C890C0C8AE25FD3E52 , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F , 0x071D51EEE9234997B7A447C463BDF57F );
Copy
101
7.13 ms
SELECT `promotion_sales_channel` . `id` as `promotion_sales_channel.id` , `promotion_sales_channel` . `promotion_id` as `promotion_sales_channel.promotionId` , `promotion_sales_channel` . `sales_channel_id` as `promotion_sales_channel.salesChannelId` , `promotion_sales_channel` . `priority` as `promotion_sales_channel.priority` , `promotion_sales_channel` . `created_at` as `promotion_sales_channel.createdAt` , `promotion_sales_channel` . `updated_at` as `promotion_sales_channel.updatedAt` FROM `promotion_sales_channel` WHERE (`promotion_sales_channel` . `promotion_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"\x01 •[Yïævý”Eï_\r #Ui "
b"\x01 òkÖ`üp¨╣Çó\r ÷Sºs "
b"\x01 •k™`§qTœ(àq°\r \v Ÿ "
b"\x01 òkÖ`ÁrÂü+h?h7\x12 └ "
b"\x01 •k™`Áp޼ñú±µæü² "
b"\x01 •k™`Ìq§¡LÇñ¦Æžk "
b"\x01 •k™`Õq9ªcËð}'‡Ú "
b"\x01 •k™`ápV‹Å©‚¤Î€á "
b"\x01 òkÖ`Ùr┼ì▀WËã^)º "
b"\x01 òkÖ`°q1Ádþò\x04 ╗░Å "
b"\x01 •k™a\x04 s¥³ãß\x15 ,ÿåL "
b"\x01 •k™a\x11 q“ ÂðúT˜ëj "
b"\x01 •k™a\x1E q\x13 ±Â`X].QR "
b"\x01 •k™a+s›°¢'€‹O`° "
b"\x01 •k™a6q>–cc¬\x07 ŸžZ "
b"\x01 òkÖaArìàÒJ±▄S╠? "
b"\x01 •k™aNp\x11 ®#+þÕHv× "
b"\x01 •k™aYqÕª\x15 ¯0`êðŒ "
b"\x01 •k™afrÙ›s@ê¸áêœ "
b"""
\x01 •k™apqσ)k\x19 J\n
rƒ
"""
b"\x01 •k™a{rp·J~ñóü\x01 | "
b"\x01 òkÖaåq░Üöª░ÍØä+ "
b"\x01 •k™a”rG†¸70ókïƒ "
b"\x01 •k™a¡sÞ„\v ’8A#ëÛ "
b"\x01 •k™a®q¼»ˆŒÝžlÔ "
b"\x01 •k™aºr‡°ÑóŸâÂ`ÿ "
b"\x01 •k™aÉq:¶BµB~#¬\x1F "
b"\x01 òkÖaÍs\x10 áì\x05 zqÈHª "
b"\x01 •k™aár\x01 °;I?Tî€õ "
b"\x01 •k™aïpß—¶r¢“í˜ô "
b"\x01 òkÖa põü¥rÏèÐñË "
b"\x01 •k™b\f p›¦\e ð‰–ð\x14 9 "
b"\x01 •k™b\x19 r…»!s³{+\x10 ¦ "
b"\x01 •k™b&q\v ·µ$ª¤\f ŒC "
b"\x01 òkÖb2sfºxí\x03\x18 .ü6 "
b"""
\x01 •k™b?rÈŒv‘Ý\n
iXt
"""
b"\x01 òkÖbKqM╗źÐÑå|ë "
b"\x01 •k™bUq\x04 ¡Óf°ô¦œ] "
b"\x01 •k™b_pJ©‰&\v x\r –: "
b"\x01 •k™bksî²ò¬ƒäáE¯ "
b"\x01 •k™bxp(‰_T1\x1E WÉ8 "
b"\x01 •k™bƒså¶*†\x02 ›^ó] "
b"\x01 òkÖbÅqÑÄ\x1C ~┐øò\x16 ┴ "
b"\x01 òkÖb£pKü³\t\f °úy, "
b"\x01 •k™b¬qc†àx–·\x10 ‹’ "
b"""
\x01 •k™bºpd¿\x1E =Ûø}\n
S
"""
b"\x01 •k™bÆp´™Vhn>uïÎ "
b"\x01 •k™bÒs ´Sšï\x7F Þ\x00 þ "
b"\x01 •k™bÜqzµ\v £Ê€‹£ "
b"\x01 •k™bép9 \t …\x11 g¤Ö¼ "
b"\x01 •k™børß©ÁÊì'þ¹\ "
b"\x01 •k™c2s\x11 »jË‘B¦, "
b"\x01 •k™cBq°ŒC"Õ]Çñ$ "
b"\x01 •k™cOp‘„\x10\x1F Óêˆí® "
b"\x01 •k™c\r«Œ´â\x01 ìù‰þ "
b"\x01 •k™cmrPµçzl)ž„’ "
b"\x01 •k™cyrû±T¬å;%KW "
b"\x01 òkÖcàréüß'┐|§Ô@ "
b"\x01 òkÖcÉq\f ½┬ÑÕ]ºzá "
b"\x01 òkÖcØp│¿├\v\x1E\x12 xú├ "
b"\x01 •k™c©qô‘S\x1D\x03\x06 _ñ< "
b"\x01 •k™c´r8¸‡\x01\x14 \(ûá "
b"\x01 •k™cÀr\x1A ’2þAƨܶ "
b"\x01 •k™cÍq3¨Âîˆh‡\x1C - "
b"\x01 òkÖc▀p\x03 ï\x0E 4┬ü³|ç "
b"\x01 •k™cësH“šý¨¯P˜ÿ "
b"\x01 •k™c÷qV¤Þì\x05 „í«¼ "
b"\x01 òkÖd\x05 r(ª¾ØÈ║sð█ "
b"\x01 •k™d\x12 qؼZü k7\x18 $ "
b"\x01 •k™d\x1F r‰˜Î2OóWÚ\x10 "
b"\x01 •k™d-pr—Ba͹Ÿ\x05 Õ "
b"\x01 •k™d;rà«\e È9\t ª_Ä "
b"\x01 •k™dHqmµ×å‘5A¾P "
b"\x01 •k™dUpm´î±b`\x1A ?$ "
b"\x01 •k™ddq™ R@¦¶Áe\x00 "
b"\x01 •k™drp9¢A'eåO\x1A × "
b"\x01 •k™d}r¦ˆØn÷PŒr‘ "
b"\x01 •k™d‰rŸ£Ì’„TXÏí "
b"\x01 •k™d”p8‚†ô‹nZf. "
b"\x01 òkÖdúrw½ÃÈ)\x0E É*j "
b"\x01 òkÖd│sFÅñy\aÏ'■ "
b"\x01 òkÖd┴r©ì(ò║■ó¬┴ "
b"\x01 •k™dÒq)µÂÒð\x05 ƒ\x16 q "
b"\x01 •k™däs\e ¬öÄPjáüA "
b"\x01 •k™dôqü—R6ßÌAˆÍ "
b"\x01 •k™e\x05 r|»…bã>\x1D ÚÐ "
b"\x01 •k™e\x16 q¬‘A\x18 $ž\x13 É\x16 "
b"\x01 òkÖe%s¼ÅÅ\x1E\x17 `╣\x1D 6 "
b"""
\x01 •k™e4p\n
¹aB£“âÓä
"""
b"\x01 •k™eCrØ‚Cp-F\x05 7W "
b"\x01 •k™eQr8²[î!#Ëч "
b"\x01 •k™e\s]’¢ó¦q åÊ "
b"\x01 •k™egp~ºÜ’¯Àì¾ï "
b"\x01 •k™eqq¿ˆ\x18 gYÅZb© "
b"\x01 •k™e|sâ·ŒÉ\x0F õð_ "
b"\x01 •k™e‰s'‡:ý–Ñà£< "
b"\x01 •k™e–pЇ¥B¹4×;¨ "
b"\x01 •k™e¢s®µRÙ>°<E‚ "
b"\x01 •k™e¯ræ«íŠïMyƒï "
b"\x01 •k™eºqï³ÞHZ ;WH "
b"\x01 •k™eÅpÕ—\x1E Ÿ_æV—< "
b"""
\x01 •k™eôqà»\n
\x07 ½!¶Ž¯
"""
b"\x01 òkÖf\x04 p¥▒Jläjì¼í "
b"\x01 •k™f\x13 qÄ•W·ÂkZ\x16 U "
b"\x01 •k™f!pÚ–wžK¾\x1A ˜Î "
b"\x01 •k™f-sã¿Ió\v ¹É4€ "
b"\x01 •k™f9rÌŒº]\x10 %×ÞÙ "
b"\x01 •k™fDrº€OÍQ½\x14 ŒO "
b"\x01 •k™fQp‚’\x13\x16 £«è7µ "
b"\x01 •k™f]pé¨Ð²'M1˜’ "
b"\x01 •k™flpV€\x0F m¤\x12 ›úm "
b"\x01 •k™fxq½¶…Æç7¶@$ "
b"\x01 •k™f„p¢œ7mνiû\x1A "
b"\x01 òkÖfÅp\x1D Æ8¦c¨¾.¬ "
b"\x01 •k™f›sH³öð))7\x07 £ "
b"\x01 •k™f§pÀ’\x07 yz‰°¹§ "
b"\x01 •k™f³p–¸Îª[vÛ†ï "
b"\x01 •k™f¾pgŽ×%\x10 ÚVô\x03 "
b"\x01 •k™fÉpÑ…2ä#®ÍLÀ "
b"\x01 òkÖfÈs}ù-ìkbFú= "
b"\x01 •k™fàrrº>AX\x05 Ià› "
b"\x01 •k™fíqy’Å£t=52û "
b"\x01 òkÖf²rl╣éoÅ╩\x19 x╠ "
b"\x01 òkÖg\f sEô▒\r ìZB;Ä "
b"\x01 òkÖg\x19 rµö[\x02\x15 ÙRük "
b"\x01 •k™g$q\x14 ¢‚t\x05 QžWg "
b"\x01 •k™g/qÞµ/\x03 øÑzÅÍ "
b"\x01 •k™g=r\x11 «¸¯è\x15 ʰX "
b"\x01 òkÖgIp\x15 ò\v Q¡■Å┐ "
b"\x01 •k™gTp´…SÚ1A4-j "
b"\x01 •k™g_s~ŠÐÂíäFîx "
b"\x01 •k™gipѺ1mBéÊjÎ "
b"\x01 •k™gupƒ¼Á¹Y@FØÇ "
b"\x01 •k™g€r^Ÿ0•X¸\x1F\x06 ¶ "
b"\x01 òkÖgîro¡ç\x12 └uç½Å "
b"\x01 •k™g˜qÜ®7\x01\x06\f\x12 Ø "
b"\x01 •k™g¤rB´±ØXÏiÆâ "
b"\x01 •k™g°s&4t8°ÑóI "
b"\x01 •k™g¼p8±tF&z\x01 y‰ "
b"\x01 •k™gÈq<¢ŸýÄŽƒú= "
b"\x01 •k™gÕs†š1¡<QRºÒ "
b"\x01 òkÖgÓpÅÀ¥ÄZ¿ü\r ║ "
b"\x01 •k™gêpå·ö"c\x01 øJi "
b"\x01 •k™gõrf—û§I"0Eõ "
b"\x01 •k™h\x00 pÄ¿¯w.°‚3A "
b"\x01 •k™h\f rÒ—¥É´\v ‚)ÿ "
b"\x01 •k™h\x17 q’’\x11 Óqû{M "
b"\x01 •k™h"s\x13 ©mŸØsŸÀ "
b"\x01 •k™h-pô‡ÑÐx\x15 7OS "
b"\x01 òkÖh7p\x1E ì&2\x0F jw>▒ "
b"\x01 òkÖhCq\v ûÆ\x18 íâüG> "
b"\x01 •k™hgsbƒM¹\x11 #à&m "
b"\x01 •k™hrq;‚µy†#·ê# "
b"\x01 •k™h}s\x0E ¤Rñ\x01 …[’t "
b"\x01 •k™h‡rUŒQˆv«\x02 ¾ú "
b"\x01 •k™h“r\x04 „T˜\x1D øþ‡Õ "
b"\x01 •k™hžp:Žøpˆ¸xå¢ "
b"\x01 •k™h©p#ž‹.fÛ„•º "
b"\x01 òkÖhÂr▀ÉÏø,S<┬* "
b"\x01 •k™hÂsÚ‹…iýMüO "
b"\x01 •k™hÍqõ†Ç.¹/Í\x0F "
b"\x01 •k™hÙsׂ*¼g`òP² "
b"\x01 •k™häp\x19 ¹éÿÊÁwaS "
b"\x01 òkÖh¯r\t éÅV┤ÄÞWá "
b"\x01 •k™hùpC‡qø“{\x00 A\x00 "
b"\x01 •k™i\x04 pP‘ý±/;\f g "
b"\x01 •k™i\x10 p$œæ–\x7F ñ©^× "
b"\x01 òkÖi\x1C pÆé\x08 ôì|<«â "
b"\x01 •k™i's;…–$êr\v †\x15 "
b"\x01 •k™i2q\x12 „âŽu\v Þñ- "
b"\x01 òkÖi>sYüín'|r┼& "
b"\x01 •k™iLs^‡ mêCÎëÙ "
b"\x01 •k™iXrx…r58RËòQ "
b"\x01 òkÖifpá║\Å{\r y┬3 "
b"\x01 òkÖissÉ©\x03 #\x00 î¼0 "
b"\x01 òkÖiéqͼ%9? ü*╝ "
b"\x01 òkÖiÅq3ÄkYu\L\x1E Ë "
b"\x01 •k™i›qi’±Þ€Y\x17 Ù¢ "
b"\x01 •k™i¥qC¦¬Ë‡€óS« "
b"""
\x01 •„œ\x16 •sW–%\n
=u0=
"""
b"\x01 •„œ\x16 ¢s³ž\x16\x03\x7F ²M%Û "
b"\x01 •„œ\x16 pi¥–U™\x01 üºr "
b"\x01 òä£\x16 ©rmÅj\x0E X\x04 áB└ "
b"\x01 •„œ\x16 Ãr„ŸpjO\x03 …=\x15 "
b"\x01 •„œ\x16 Ïs\x12 ¯ë¶B\x03 Lâë "
b"\x01 •„œ\x16 Ùq%£ª\x1E v{÷ÿ¨ "
b"\x01 òä£\x16 õszüÈ©îC¸\x1F [ "
b"\x01 •„œ\x16 ïq6ªÐY\x14 Ì[€i "
b"\x01 •„œ\x16 ûpü€‘Ù7¢¬=× "
b"\x01 •„œ\x17\x06 r\r „mÙ'uG¡é "
b"\x01 •„œ\x17\x10 qÑ®Ð\x1F sÓ\x01 ÝÏ "
b"\x01 •„œ\x17\e sÒ„¬=MßE\x1C › "
b"\x01 •„œ\x17 &pž¢Ñ “[\x0F ;9 "
b"\x01 •„œ\x17 1qƧÕÖ\x0E VZ‚Z "
b"\x01 •„œ\x17 <q=¸ÚäÈí§\x02 " "
b"\x01 •„œ\x17 Gqu“І\x01 ý\x06 Á\x03 "
b"\x01 òä£\x17 RsìË\f ó³└\x01\e "
b"\x01 •„œ\x17 ]p’‚¬qù³˜ª\x1E "
b"\x01 •„œ\x17 irƒš…\x04\x14 GÇÃ. "
b"\x01 •„œ\x17 vpŽ‹RX,¦K¿‡ "
b"\x01 •„œ\x17 ƒsX¸î^+ØýÅ~ "
b"\x01 •„œ\x17 Žq\x04 »Û\x1D ΤDS\x18 "
b"\x01 òä£\x17 Üs§ç4ÅD‗\v ä¦ "
b"\x01 •„œ\x17 ¥rÔ¬¸ŒaòÓ\x12 ž "
b"\x01 •„œ\x17 °pg“€õUeðˆX "
b"\x01 •„œ\x17 ¼q\x02 ’2¬\x12 t/í" "
b"\x01 òä£\x17 Ãrȼ[Ç┬¼kUì "
b"\x01 •„œ\x17 Ór¸µä§ÊªÃ\x10 k "
b"\x01 •„œ\x17 ßs@€Phñòl\x02 ‘ "
b"\x01 •„œ\x17 ëqÈ«\x0E ý3#¦Á] "
b"\x01 •„œ\x17 ÷q¦†#Íц¬òü "
b"\x01 •„œ\x18\x03 q:‰\x08 ÁU\r Xk\x1F "
b"\x01 •„œ\x18\x0F p‘¤¹a\e ˆÜ•ˆ "
b"\x01 •„œ\x18\x1C s(¬Hïc\x16 §ó– "
b"\x01 •„œ\x18 'sï”â\x11 Á`î0Ð "
b"\x01 òä£\x18 2s┴êıüÖò1S¸ "
b"\x01 •„œ\x18 =qb´\x12 ¿I§ VÍ "
b"\x01 òä£\x18 HsqîÉ8½Ñ¨ÛÊ "
b"\x01 •„œ\x18 Sp¸£n ›‹ª\x01 Ÿ "
b"\x01 •„œ\x18 `sA¤¸€–ù01— "
b"\x01 •„œ\x18 ls=€\x12 Ó\f \x1D âå "
b"\x01 òä£\x18 xq\x1E ï^n'ì$\x14 ì "
b"\x01 •„œ\x18 †rÔ–ò\x1A ‡\x14 BhÐ "
b"\x01 •„œ\x18 ‘qò¯±ÃI‰„\x07 À "
b"\x01 òä£\x18 Øp‗ú̸ì^òrø "
b"\x01 •„œ\x18 ¨qU…6Ö1˜xeŒ "
b"\x01 •„œ\x18 ´s\x7F ±øî~Ç\x05 ™E "
b"\x01 •„œ\x18 Ás.¹‘³\x07 Ùó\x06 Ø "
b"\x01 •„œ\x18 Ìp÷–\x14 m{Q-„v "
b"\x01 òä£\x18 ¶rs╝q&\x1F WØ=ç "
b"\x01 òä£\x19\x02 q\x17 ÅóèÔFYéW "
b"\x01 •„œ\x19\x0E q³²›t{ÛN!T "
b"\x01 •„œ\x19\x19 sœ‘lÔ vŠ\v D "
b"\x01 •„œ\x19 $p¤»ù‰%P‚\x0E y "
b"\x01 •„œ\x19 3q€‚õkðWe\x16 « "
b"\x01 •„œ\x19 Aq\x13 µ¹)¿âníÚ "
b"\x01 •„œ\x19 Lq\x7F €˜ìæ3hKš "
b"\x01 •„œ\x19 XpJ¬[²r ¨\x12 ã "
b"\x01 •„œ\x19 dq\x15 ¾õP¸O\x16 ùÅ "
b"\x01 òä£\x19 orØñÛr¦)Æ-ÿ "
b"\x01 •„œ\x19 zs³Š©\x01 f>Á–R "
b"\x01 •„œ\x19 ‡p+€á†ðƒä!\x12 "
b"\x01 •„œ\x19 ’rj©M[ ô{ðe "
b"\x01 òä£\x19 Ør¼ê9]ß=sÁx "
b"""
\x01 •„œ\x19 ¨r\x18 €õ\n
µm4¥n
"""
b"\x01 òä£\x19 │qd£ØvÈÆ¸ºg "
b"\x01 •„œ\x19 ¿s²‡Hñ]"\x1D !î "
b"\x01 •„œ\x19 Épê½à4 ާµ\x10 "
b"\x01 òä£\x19 ÈsüÅ\x06 §A\x17 ù═J "
b"\x01 •„œ\x19 àrȤ\x17 ¼9æšÒÐ "
b"\x01 •„œ\x19 ëp±»ëÌÞï\x13 g© "
b"\x01 •„œ\x19 öqÞ¸SP?f;€ç "
b"""
\x01 •„œ\x1A\x01 r\n
¼Ô#\x1E ¦Á9\f
"""
b"\x01 •„œ\x1A\f sŸ0q´!±\r \e "
b"\x01 •„œ\x1A\x17 sY¬öÜí#h\x10 "
b"\x01 •„œ\x1A !pd¸±E\x14 þS\x1A @ "
b"\x01 •„œ\x1A 2pÊ•|DŸæ?ù\x1F "
b"\x01 òä£\x1A =s#¼╬Ø\e (!A" "
b"\x01 •„œ\x1A Hp+¹zÌÉ:ß\x05 d "
b"\x01 òä£\x1A Sq\x01 ¼Û\x1D ¢Åû Ù "
b"\x01 •„œ\x1A _q®‘júùèéÏ "
b"\x01 •„œ\x1A jsà°æc¸ê5®ƒ "
b"\x01 •„œ\x1A upê•çláîÀìâ "
b"\x01 •„œ\x1A €qJ¿âÍ\x1A ȶhn "
b"\x01 •„œ\x1A Œp€DòžY\x14 ,\ "
b"\x01 •„œ\x1A ˜r»¾ÙÿøpY;e "
b"\x01 •„œ\x1A ¤q&ˆ%ŠVr…·ö "
b"\x01 òä£\x1A ░rؼ\x17 ƒ╠\x04 l\x01\x13 "
b"\x01 •„œ\x1A ¼sô´¢iyKÉtq "
b"\x01 òä£\x1A Ãp\x08 ÆKlk|è┬ü "
b"\x01 •„œ\x1A ÑsÕ±Þ\x04 Åš\x1C M\x14 "
b"\x01 •„œ\x1A ÜsÞ˜:\f 6’&ïÞ "
b"\x01 •„œ\x1A çsö¦J\x18 ™uü¢3 "
b"\x01 •„œ\x1A òpþ®0®+ø·(7 "
b"\x01 òä£\x1A ³pS¿ü└S©·Õç "
b"\x01 •„œ\e\x07 qЉ™Ž"\x11 ^¸\x12 "
b"\x01 •„œ\e\x12 pÑ³Ž·“U“•” "
b"\x01 •„œ\e\x1D s—¹\x1A ß{õ\x05 ¹Î "
b"\x01 •„œ\e (pX³\x12 5\x1D ÀîЗ "
b"\x01 òä£\e MsÕìxÛ/ÿï A "
b"\x01 •„œ\e [sz¹¨ò™ùLœã "
b"\x01 •„œ\e gsÓ±õ–\x1F\x0E\x01 и "
b"\x01 •„œ\e sq\x05 œ/ö>=•(i "
b"\x01 •„œ\e ~r\x00 “Íá)Ö3“A "
b"\x01 •„œ\e ‰rI±\x17 P€Ä<\x0F ü "
b"\x01 •„œ\e ”sÊÝÿéôl]n "
b"\x01 òä£\e ƒqHü■▄õ\x12 t¦] "
b"\x01 •„œ\e ªq>™§â\x08 ò¨‹W "
b"\x01 òä£\e Âs»▒©nu`g5ü "
b"\x01 •„œ\e Àq"ž„\x1F $\x1D “\r Ü "
b"\x01 òä£\e ╦pEÅ╠ý╩\t │Þ╝ "
b"\x01 •„œ\e ÕpÈ©ß\x1F òE`¨É "
b"\x01 •„œ\e às\x07 ‚jöa|0ÎÕ "
b"\x01 •„œ\e ërmˆC(3pËù\x00 "
b"\x01 òä£\e ¸s¯▓ìZ9_W0\x18 "
b"\x01 •„œ\x1C\x02 sȆÚ9~‡™C˜ "
b"\x01 •„œ\x1C\f sDžVV>›\x1C ^Û "
b"\x01 •„œ\x1C\x17 pø¸<\x08 ¹›¼4\x1E "
b"\x01 •„œ\x1C #qf¼\x11 ó;§â¯ "
b"\x01 •„œ\x1C .s߆`\x13 ̼œ©¼ "
b"\x01 •„œ\x1C 9qu¼¯›–+Tø] "
b"\x01 òä£\x1C DqFÑW\x1E\x04 ±Åê\x11 "
b"\x01 òä£\x1C Os╬ÅòÖ\x14 `Z┴╬ "
b"\x01 •„œ\x1C Zsuµî»ÉöQÄ( "
b"\x01 •„œ\x1C gr¿™Ö¼žyµJ‚ "
b"\x01 •„œ\x1C rrV™~\x02 Ü\x7F æ~L "
b"\x01 •„œ\x1C\x7F pŠ›ÚÚªM¨¨~ "
b"\x01 òä£\x1C èpu▒t\x08 sØO84 "
b"\x01 •„œ\x1C •q½¾ïSfm–W˜ "
b"\x01 •„œ\x1C s™´`ßå€Û H "
b"\x01 •„œ\x1C «rjŠ\x1E iX[¥*A "
b"\x01 •„œ\x1C ·pi‹4gÉÌ9Ü0 "
b"\x01 •„œ\x1C ÁrܪCh\e ï’Ñ´ "
b"\x01 •„œ\x1C Ìp#“”Ù`$ù–“ "
b"\x01 •„œ\x1C Øp\x15 ± \x0E ô0ì Ð "
b"\x01 òä£\x1C ÔqÂܶ7üsQúÓ "
b"""
\x01 •„œ\x1C íqNŒuÈy’\n
üM
"""
b"\x01 òä£\x1C °qçïPküF®©D "
b"""
\x01 •„œ\x1D\x04 qk°¸;2Ö\n
À4
"""
b"\x01 •„œ\x1D\x0F rí¤öŽ•îñ:D "
b"\x01 •„œ\x1D\x1A q\x02 ‘º”q\x1C œú× "
b"\x01 òä£\x1D %s9▒Ø{╝\x1E Z.Æ "
b"\x01 •„œ\x1D 0p÷v»¥22ËP "
b"\x01 •„œ\x1D <q¹¢£|âû>}… "
b"\x01 •„œ\x1D IpYƒæ—XrTÅ} "
b"\x01 òä£\x1D Tsßì\t\x08\x06 Dʶø "
b"\x01 •„œ\x1D `p±‹¶bÃ\x03 ¦¸\ "
b"\x01 òä£\x1D lpÿ┤ì\x0E ¿X─\x1A\v "
b"\x01 òä£\x1D vpFì*Ñ\x1F º|ò "
b"\x01 •„œ\x1D ™qÚ¶—[—hÞ¡I "
b"\x01 •„œ\x1D ¥s@µ\x1D ˜Íérž\x13 "
b"\x01 •„œ\x1D °p\x06 ½Ž\x10 ÏÕÅdš "
b"\x01 •„œ\x1D »pj˜›_¼õªÞð "
b"\x01 òä£\x1D ┼s~¼*¦Q▄ü#╝ "
b"\x01 òä£\x1D ðr╣óüe0\x02 kVJ "
b"\x01 •„œ\x1D Ýpý·Swÿ½\x02 GN "
b"\x01 òä£\x1D ÞsrîCÅa╣ç\x0F ' "
b"\x01 òä£\x1D ¾qÌØro\x03\x1D ùWÞ "
b"\x01 •„œ\x1D þsG®\x1A è¿è\x19 2è "
b"""
\x01 •„œ\x1E \n
qd·î=/²g)I
"""
b"\x01 •„œ\x1E\x16 r†º|·\x06 9ôjÉ "
b"\x01 •„œ\x1E "rgŒ›\x06 ¯ËÝ\x1D ô "
b"\x01 •„œ\x1E -r¡’\x19 8tØž\x7F "
b"\x01 •„œ\x1E :r›‰,ÄDã\e\x1E\v "
b"\x01 •„œ\x1E Gq\x0E š¡`ènhÞ6 "
b"\x01 •„œ\x1E SsƘ½\x17 Øs¢å¤ "
b"\x01 •„œ\x1E ^r˜®W\x15 ÀZÏL! "
b"\x01 •„œ\x1E ip‡¾ëqªÝJNc "
b"\x01 •„œ\x1E trt/V6’ì3\x12 "
b"\x01 •„œ\x1E €p,¿ªJéœãÚ½ "
b"\x01 •„œ\x1E Œs‡¨\x02 ÌoËßKc "
b"\x01 •„œ\x1E ™p|»ðÎ\x16\x1D ð-c "
b"\x01 •„œ\x1E ¤sþ½=;Ä»\x11 c= "
b"\x01 •„œ\x1E °s+¨ÉÖçõ0ãè "
b"\x01 •„œ\x1E ¼q\x17 +ÅÇyKnl "
b"\x01 òä£\x1E ╚pPûiÉïð\x02 ÷T "
b"\x01 òä£\x1E Ër-ØÁÚ-\x16 ¶zo "
b"\x01 •„œ\x1E ßq®¥€\x1D ˆuë*› "
b"\x01 •„œ\x1E ësÖ¾‡†0\x13 ý´Ò "
b"""
\x01 •„œ\x1E ÷rö¿ \n
½\x04 ¹ä\x03
"""
b"\x01 •„œ\x1F\x03 r$šª(/Š©iº "
b"\x01 •„œ\x1F\x0F qHŒaß\x07 0ȰM "
b"""
\x01 •„œ\x1F\e rJ½Ì,\n
+€Lø
"""
b"\x01 •„œ\x1F %rYªÝ\x1A œ¢˜ÏB "
b"\x01 òä£\x1F 1r1à \x19 ØÒÚÅ╬ "
b"\x01 •„œ\x1F =rÿ²µòEÃ_bM "
b"\x01 •„œ\x1F IqÑºØÆ-ìo+; "
b"\x01 •„œ\x1F VpÍ·^9¨dY“™ "
b"\x01 •„œ\x1F asŒ±0ò9!#\x10 ¿ "
b"\x01 òä£\x1F mq,ø\x7F ìáÐÒ¨Ê "
b"\x01 •„œ\x1F zq"¥1\x15 øÕœœ\x13 "
b"\x01 •„œ\x1F †q ›¿êÔSåµÕ "
b"\x01 •„œ\x1F “r+¦N“c+\x1D d\x13 "
b"\x01 •„œ\x1F qâª\x02 Ñ\x05 \r Q\x12  "
b"\x01 òä£\x1F ¼q¹üÜ▀▓¡VBù "
b"\x01 •„œ\x1F ºq?¿ÿ>\x15 ÑXŒª "
b"\x01 òä£\x1F Ãràëü}tºÀ*O "
b"\x01 •„œ\x1F ÔpÈŠÂöò¹Ú._ "
b"\x01 òä£\x1F ßr£üK\v {\x1A ░ÐB "
b"\x01 •„œ \r rù½\x1D {w\x04\x14 E¤ "
b"""
\x01 •„œ \x1A rõ«â\x1A j~\x06 \n
¯
"""
b"\x01 •„œ )pÙ²Ærz*º5\x1A "
b"\x01 •„œ 6r¤šx®À$+¨\x14 "
b"\x01 •„œ Br5„³ä®Ý\x17 }d "
b"\x01 •„œ NrZ…Vq'\t\x11 Aö "
b"\x01 •„œ ZpÑ \x14 ¹ñ¾\x13 ÉÉ "
b"\x01 •„œ epi£ tó¬\v Õd "
b"\x01 •„œ pr@œì\x18 i÷Ã+ "
b"\x01 •„œ }rê±úß½ðKî\x06 "
b"\x01 •„œ ˆs>¸o^Ã~\x03 Ÿ "
b"\x01 •„œ “pÁ‚Búö€¥Æ "
b"\x01 òä£ ×rT╗«gÅ7Q┬2 "
b"\x01 •„œ ªs˜ºsclíéž "
b"\x01 •„œ µqX‡žÒH„UXŠ "
b"\x01 •„œ ¿q{®65§É\x0E 79 "
b"\x01 òä£ ╦qÊúH;á▄ì╬î "
b"\x01 •„œ Õr‚žš\‘ç2Gü "
b"\x01 •„œ às\x11 µ¢’h±0K” "
b"\x01 •„œ ìpw¡_ŽÏInç² "
b"\x01 •„œ øp\e ¶\e ï\x14 àhѤ "
b"\x01 •„œ!\x05 s{”ö…_ˆô\x01 ï "
b"\x01 •„œ!\x11 q<”5T\x06 XžP\x19 "
b"\x01 •„œ!\x1C sG‘ÍBw䡵› "
b"""
\x01 òä£!'p╦Å\x16 \n
[µ¶FW
"""
b"\x01 •„œ!3rô”æ\t\x0F RÓ”º "
b"\x01 •„œ!>r\x03 £b±Nùµ˜€ "
b"\x01 •„œ!IqV¸0daR߸¤ "
b"\x01 •„œ!TsÑ‘Y£.\x1F á¾Ë "
b"\x01 •„œ!ar‰…ÕLݹ÷mÈ "
b"\x01 òä£!psÎà½fkê╩èì "
b"\x01 •„œ!|p%”öùTÓѹA "
b"\x01 •„œ!‰r)ƒí_Æö”X( "
b"\x01 •„œ!™q¹ƒ7^z\x05 Û"Ð "
b"\x01 òä£!Ñs\x07 Æä\x15 Y╣\x08 Å\f "
b"\x01 •„œ!°pè§×—aá1\x1A Ø "
b"\x01 òä£!╝q╩ØÝHKNÃl( "
b"\x01 òä£!╚qîÉ\x05 2$▒6Ö| "
b"\x01 •„œ!Ôq»—\x15 v§´‰Ós "
b"\x01 •„œ!às\x1F °›R&<ƒÏ\x10 "
b"\x01 •„œ!ëq_µˆ\t ¡\x13 g€i "
b"\x01 •„œ!øs:®\x10 PjÐÿ\x02 - "
b"\x01 •„œ"\x03 syª]Ê_zþãi "
b"\x01 •„œ"\x0F p7•4´fsR†t "
b"\x01 •„œ"\x1A q[ž»¹ZDžI0 "
b"\x01 •„œ"&r׉w>Cµ "
b"\x01 òä£"1p▄ôüìCCf55 "
b"\x01 òä£"=s{£¯É‗c╦³Y "
b"\x01 •„œ"Hqa©mˆÀêZÁ[ "
b"\x01 •„œ"Usϫ¨sí™jÐ "
b"\x01 òä£"Çs8Â_├YÏÃÅa "
b"\x01 •„œ"ŽrS»\x0F )ºŠÀ1\v "
b"\x01 •„œ"œs\x10 ƒj™‹0\ªÕ "
b"\x01 •„œ"§qk¼W\x07 %߬W© "
b"\x01 •„œ"³p\x10 µ®Ã¶\x04\x1D ›© "
b"\x01 •„œ"¾p´¿7ñoa¥`d "
b"\x01 òä£"╦s\x1F à\x0F\f\x1F ±\x05 ü× "
b"\x01 •„œ"×sß´\r ‰º'\x10 Np "
b"\x01 •„œ"ãpÔ£‰Œš¼n\x19 X "
b"\x01 •„œ"ïp\v ‰ÞSx°S\x04 7 "
b"\x01 •„œ"ýp\x12 £¾p\x02 ê¹/Õ "
b"\x01 òä£#\x08 rW¥q¿môFìp "
b"\x01 •„œ#\x15 qH¿e:\x11 Â`\v = "
b"\x01 òä£#"sÅö╩/au3_\x06 "
b"\x01 òä£#0sö┤ÅB~s\e ÛN "
b"\x01 •„œ#?sú‚Ì\v\x18 +Èà\ "
b"\x01 •„œ#KprƒM½ÈÍo[® "
b"\x01 •„œ#Yqr‹æ\x14 ô.7:— "
b"\x01 òä£#hsDÉé═ø\v Þ "
b"\x01 •„œ#wq°¾Kó·ô1ñÍ "
b"\x01 •„œ#ƒsᇉ\x00 À¡*—c "
b"\x01 òä£#ÉsY¬Tà°²2.| "
b"\x01 òä£#£pò®ÙÀØ#Ñ#s "
b"\x01 •„œ#ªr…ªR‘Ÿ\x14 Ê)Ñ "
b"\x01 •„œ#¹rm„é}ˆ!\x1A\x1C î "
b"\x01 •„œ#ÈsW ¾%¡\x1F GG¼ "
b"\x01 •„œ#Õr™™¯©Qˆ®\x14 Î "
b"\x01 •„œ#ârÝ•œü\x00\x11 Ò\x1C Ò "
b"\x01 òä£#´sâªìªÜ.┌%5 "
b"\x01 •„œ#üq¹«Öâûí“r "
b"\x01 •„œ$\v siƒ\x12\e\x18 ¤ññç "
b"\x01 •„œ$\x18 p•’[\x0E ‡æÎ\x04\x11 "
b"\x01 •„œ$&sÅ Ô$J\x11\f 33 "
b"\x01 •„œ$3p`»î#¡K¶¿û "
b"\x01 òä£$@rÁÅSk[ÔÊî¢ "
b"\x01 òä£$Mq┼½Ìµ╣RìÖÛ "
b"\x01 •„œ$Yq%£DÒ°\f\x03 °v "
b"\x01 •„œ$grJ´JG(|dž "
b"\x01 òä£$tp\e ó<┤\x1E ÉÑ3Q "
b"\x01 òä£$üsQàÐÄ3§Íýë "
b"\x01 òä£$ìpéáÂ╠!br¿( "
b"\x01 •„œ$™sã¶á\x7F \ 3‚\x12 "
b"\x01 òä£$Ñr\x0E ªFÍS\t ┤Øê "
b"\x01 òä£$▓qVì½)f3Êò` "
b"\x01 •„œ$¾s–ŽÓ†m’ƒ†# "
b"\x01 •„œ$Êr7½ZÌg©C‹É "
b"\x01 •„œ$ØrЉ¦hc+½ñq "
b"\x01 òä£$þrúü\x12 k_ı‗7ÿ "
b"\x01 •„œ$ôqœ•ûð\x00 'Ú3i "
b"\x01 òä£%\x01 s÷ìù\x19 á ƒû> "
b"\x01 •„œ%)q€ ‰ôÕ¾„\x12 * "
b"\x01 •„œ%6sö‹S;u x\x06 ê "
b"\x01 •„œ%Br;—Ô\x17 *@ÊŽ¨ "
b"\x01 •„œ%NrÛ¥Ýh€„ÿô\x0F "
b"\x01 •„œ%[sJ±?\x1A\x07 £gp) "
b"\x01 •„œ%fp\x15 Œ4Ç×z\x00 _C "
b"\x01 •„œ%ss'±œÏ¡*-Æ3 "
b"\x01 •„œ%€r,¹õ\x10 ¸v¸C~ "
b"\x01 òä£%ìq*ïD\x07\x18\x1D õ█\ "
b"\x01 •„œ%šs^““?dôVrº "
b"\x01 •„œ%¨s¡HµR¦¯‰| "
b"\x01 •„œ%µq(£\x02 Gé}ë\x00 ž "
b"\x01 òä£%├ríö¥ìk\x0F\x10 │© "
b"\x01 •„œ%ÑsïŠÏ|\x00 ]âsM "
b"\x01 òä£%▀q3¢]»I\x1F ÅÁ_ "
b"\x01 •„œ%ìpm“³¸á!Ì…\x01 "
b"\x01 •„œ%ùr<¦,\e ÀßÈWò "
b"\x01 òä£&\x07 pÜ«¡ý■ÌÉT^ "
b"\x01 òä£&\x14 r\x1F ì\x1A >ðj\x16\x15 \r "
b"\x01 •„œ&!rM»6yLÅW5š "
b"\x01 •„œ&-pâ¿\x00 èàOcà& "
b"\x01 •„œ&:sUºNa\x1F --+@ "
b"\x01 •„œ&Fqïº7½)\x18 DIZ "
b"\x01 •„œ&Tr\x1F ¯¾ý;"—1x "
b"\x01 òä£&dpÉØX\x7F ü\e þ█A "
b"\x01 •„œ&qs¿¤¼Ð\r Y¸\x16 H "
b"\x01 •„œ&~qØ”\x1F Ê\x17 =«ÓŠ "
b"\x01 òä£&ïr5Ø9\x1C ³öÎ4ð "
b"""
\x01 òä£&ùq▒ö\x18 ¼\n
@MÒÅ
"""
b"\x01 òä£&óqe┤n«ñ╩ëÐì "
b"\x01 •„œ&°r5’B>6Êü6¯ "
b"\x01 •„œ&¾pð¥Ž+ü[ñ2Y "
b"\x01 •„œ&Êpo¨‹¶°}ræ_ "
b"\x01 •„œ&Öq–³\x00 w\x1E ØGØ` "
b"\x01 •„œ&ãsB¹Üq0L•\e\x12 "
b"\x01 òä£&±qä┤HÛØ/oA¸ "
b"\x01 òä£&²r"£$ÄØåè█º "
b"""
\x01 •„œ'\n
qì \x7F\x01 ÕKóîH
"""
b"\x01 •„œ'\x18 r¡´\e A<R‹‘\x17 "
b"\x01 •„œ'%p\x11 ©„0kô¾hì "
b"\x01 •„œ'1pÿ³\ADì³ÉÏ "
b"\x01 •„œ'=s\x17 ¤‡\x13 ªn©¥æ "
b"\x01 •„œ'JsŒ çwM‘Œ’\x1A "
b"\x01 •„œ'Vqûˆ\r +ß$!6‘ "
b"\x01 •„œ'dp\x10 ¹Žò…‹\x01 #J "
b"\x01 òä£'pq╩éù¶\x10 ³ÀØ "
b"\x01 •„œ'|rm£‘±K”ډ "
b"\x01 òä£'îr{║Øv½▒\x12 1õ "
b"\x01 •„œ'›q¬¼\x04 żĖ@ "
b"\x01 òä£'®pþÇìd"=L│W "
b"\x01 òä£'ßpØ«27\x18 -À\x01 Û "
b"\x01 •„œ'îp\x10 ¾\x11 …ýHù´ "
b"\x01 •„œ'ùq¿½co.«Ô\x7F A "
b"\x01 •„œ(\x07 s[½œ|\x1F è$; "
b"\x01 •„œ(\x15 ss°èGsŽÇ·\x7F "
b"\x01 òä£(#pRüj\x10 {eU¸¥ "
b"\x01 •„œ(/rÚ¾8®ðGÖWz "
b"\x01 •„œ(;rò½\x04 ã\x11 ,*.L "
b"\x01 •„œ(Ip\x11 œÏ\x1F\x1D «®\x17 g "
b"\x01 •„œ(\ql³L$\x14 ˉˆ\x1C "
b"\x01 •„œ(nq¥žB!r\x08 ’\x0F X "
b"\x01 •„œ(‚sš¡§\x02 Ëö.sæ "
b"\x01 òä£(Épáî¾ı╦¦\x06 +å "
b"\x01 •„œ(žpµž-ÉåÉ4\x16 Û "
b"\x01 •„œ(«r&¥_õc\x00 l‚G "
b"\x01 •„œ(ºs\x18 ²u-ê®N½N "
b"""
\x01 òä£(╩r¶áWÎì\n
!À)
"""
b"\x01 òä£(┌pÅíÓ¹¥p¸7õ "
b"\x01 òä£(Þs,Ø[¥g\x05 ═\x7F : "
b"\x01 òä£(§q¶ú0TƒØt╚ "
b"\x01 òä£)\x03 s\x16 ¿¦Ò:ìLÕd "
b"\x01 •„œ)\x12 p¬²ÝŒ\x05 úÓ– "
b"\x01 •„œ)!qá§\x18 Á°Úó¯Q "
b"\x01 •„œ)/r\x14 µö»\x12 :5Cp "
b"\x01 •„œ)?pN¶?ù©Eq-Ó "
b"\x01 •„œ)Mpܵv|nE/Û "
b"\x01 •„œ)Yp\x13 ‹Uè`å@,V "
b"\x01 •„œ)gqùˆD¢z>N-ý "
b"\x01 òä£)yqèÅ\x0E ÀBFãZ "
b"\x01 òä£)çsO│:iÅè(█┤ "
b"\x01 •„œ)•pŒ¯=RÌ\x19 j \x04 "
b"\x01 •„œ)¢qJ¹òö3´œŽ "
b"\x01 òä£)»p\x13 ìyÉúT9\x1E ┼ "
b"\x01 •„œ)¼s²ˆ×Žöޤ"} "
b"\x01 òä£)╩pÓØ²'ÝQ\x04 l\x16 "
b"\x01 •„œ)ÖsP½¨Ä-D&2b "
b"\x01 •„œ)ãr)¯\x04 iVaÃ(ÿ "
b"\x01 •„œ)ñpÄ•\x01 Ôg«õ<‘ "
b"""
\x01 •„œ*\x01 p_²ò‰\n
]áÆ/
"""
b"\x01 •„œ*\x15 qK¾*+'hÌÎð "
b"\x01 •„œ*"r<‡lœôAÖy\x13 "
b"\x01 òä£*1roà╩▀ÉO\x15 /Q "
b"\x01 òä£*@qÅ╣3█Lõt½ "
b"\x01 •„œ*Mp¹ª)„åc/ÊÓ "
b"\x01 •„œ*Zsá£Sd½o̬þ "
b"\x01 •„œ*grÚ¡Vôœ°Hõ5 "
b"\x01 •„œ*usÔ‰(¦\x1C ü«\x05 ” "
b"\x01 •„œ*‚ri§¨Rb\x13 Ôãz "
b"\x01 òä£*ÅqG¡>9;╗I░\x04 "
b"\x01 •„œ*œr«™‘¶ÑÿÐOF "
b"""
\x01 •„œ*ËrË”\n
[?dø†—
"""
b"\x01 •„œ*Ùr¸¾\x11\x1E ê'Y]f "
b"\x01 •„œ*år¾»°ïHÎyÁá "
b"\x01 •„œ*ór”´–º?üÚ\x1D µ "
b"\x01 •„œ+\x00 sŠ»?\n Øìûb\x04 "
b"\x01 •„œ+\r rēԃ®‘Yô\x16 "
b"\x01 •„œ+\x19 q®®å&ŽY\x11 Æ^ "
b"\x01 •„œ+%p«¸\f ®y±\x14 +\x0E "
b"""
\x01 •„œ+1q•ª\n
f½\x01 õMè
"""
b"\x01 •„œ+=r޽4\x08 Çß'ç\x1A "
b"\x01 •„œ+Isu»„Õ¶‘ÖÓ© "
b"\x01 •„œ+UqržÓ½ÎA)< "
b"\x01 •„œ+`rÄ…ÃÛ´å´j› "
b"\x01 •„œ+lqÁ¼:¦¼´\x12 Tñ "
b"\x01 òä£+yr(╝íÅhSÄ\x04 ╚ "
b"\x01 •„œ+…r]€BBµV\x11 j4 "
b"\x01 •„œ+‘q&³\v ÍC%Ê6\t "
b"\x01 •„œ+žqư3\x7F Ùƒ‰O4 "
b"\x01 •„œ+ªs¨£)+#k[‰O "
b"\x01 •„œ+·p\x06 ¬liìgGjv "
b"\x01 •„œ+ÄsŸ´]®úüt¤p "
b"\x01 òä£+ÐsØ¡Ã╝Á\x02 :{é "
b"\x01 òä£+¦qƒâO┌Å▓°S\x01 "
b"\x01 •„œ+ërž«$SÔ†áúŽ "
b"\x01 •„œ+÷pE¥É5–Å`RŸ "
b"\x01 •„œ,\x06 p‰¬\x0E Õ¢+0\x13  "
b"\x01 •„œ,\x13 r°§áÞªÜÅ]ß "
b"\x01 •„œ,\x1F q¥¨Zn&aŸÓB "
b"\x01 •„œ,+pô¶ShÑnøÛÙ "
b"\x01 òä£,6rþÅIÞ·£?\x0E ² "
b"\x01 òä£,Cp$╗ÉÕÂquâO "
b"\x01 •„œ,Or„\x10 .éwüG_ "
b"\x01 •„œ,[r0–fþ8æ–è: "
b"\x01 •„œ,gq"—ÐÝjqs±\x18 "
b"\x01 •„œ,sp\x18 ——ˆ³\x05\x18 {\x7F "
b"\x01 •„œ,\x7F r¯ª£¦K\f /÷\n "
b"\x01 •„œ,‹r˜®²jœÜwMÅ "
b"\x01 •„œ,—s©¹\x11 SϽa)j "
b"\x01 •„œ,£rŠ´<éüJYE "
b"\x01 •„œ,¯q³¢#W$¨À"\x1E "
b"\x01 •„œ,¼pÛ€=fVîâLú "
b"\x01 •„œ,ÈpW·Uösx>Z\x1E "
b"\x01 •„œ,Õpã‚]U?\r '\x1E ø "
b"\x01 •„œ,ãq•®`µ?*™ƒý "
b"\x01 òä£,±r╔Å.\f\x10 ¶ß│o "
b"\x01 •„œ,üpmŸêÕy"^‘\x06 "
b"\x01 •„œ-\x08 q\x01 ·õ¾?Rþh\x1D "
b"\x01 •‹DÅ•s6³ªì\x14\x12 Ã- "
b"\x01 òïD┼»sØî\x19 │[Ö░±ê "
b"\x01 •‹Džrå‚,˜Ÿd]\x1A þ "
b"\x01 •‹DÅÌq¯wú³_ùêà "
b"\x01 •‹DÅÛqëŒÔsçé\x10 7% "
b"\x01 •‹DÅèr:¶mŠSÉ\x16 ÿ\x19 "
b"\x01 •‹DÅøqÿ—mß\x02\x02 >% "
b"\x01 •‹DÆ\x07 sgµ`¤¦"‘Ôs "
b"\x01 •‹DÆ\x16 s!ˆ6GÆc,-H "
b"\x01 •‹DÆ%q€”ˆê@û6*è "
b"\x01 •‹DÆ0ròµ#E%ÂVÚÒ "
b"\x01 •‹DÆ?r©¸:ç/ç\x14 ÊI "
b"\x01 •‹DÆNqí—Ñ«RÕ.°ó "
b"\x01 •‹DÆYqZ \x10 rQϾ6\x7F "
b"\x01 •‹DÆfrß“\x17 Uñ{Â\x15 q "
b"\x01 •‹DÆys@³\x14 ƒÿ+‡p€ "
b"\x01 •‹DÆŠrɪÕ\x19 5è\x16 ÄW "
b"\x01 •‹DƘr¸½Á|×ÿà‘G "
b"\x01 •‹DÆ¥sÜ¡'®n¦D\x10 m "
b"\x01 •‹Dưqð¼6 \x03 €œ¸J "
b"\x01 •‹DÆ»p]‰ç"A}Í•Ž "
b"\x01 òïDãÃp\x03 ûd[┘RüÙ┌ "
b"\x01 •‹DÆÓrW¨ò˜³ëŽZå "
b"\x01 •‹DÆàrޱ|]ö\x11 pâ\x11 "
b"\x01 òïDãÝr\x1D üöÖüï9\x1C j "
b"\x01 •‹DÆøst¥’\v î¬\x05 Ò "
b"\x01 •‹DÇ\x05 s\x04 ¯‰ŠD\x07 lâÑ "
b"\x01 •‹DÇ\x10 pÒ½™¤û?ßäV "
b"\x01 •‹DÇ\e s-”\x19 [5Q\e\x02 U "
b"\x01 •‹DÇ&s/¥õ›; ÅïÌ "
b"""
\x01 òïDÃ1q\n
é%Ø\x1E\x06 ù?┘
"""
b"\x01 •‹DÇ<s-šM\x03 ó\x1D ^N™ "
b"\x01 •‹DÇJpÔ¾J\x1D ®ù»ùY "
b"\x01 òïDÃXr¢ºQ£ÅWºw* "
b"\x01 •‹DÇer²®(‘¹·\v “\x10 "
b"\x01 òïDÃpr\x19 ÅeTÒ╔╔╩/ "
b"\x01 •‹DÇ\x7F p<ƒh\x16 czSê< "
b"\x01 òïDÃÆr╝╣Ø\x16 Í~ø\x10 ã "
b"\x01 òïDÃór\x14 Ń\x1A └6¥┌³ "
b"\x01 òïDár.Ø█·Ä~│┤Ý "
b"\x01 •‹DǼq%¿yˆIÇ/l\x14 "
b"\x01 òïDÃ╚sCüÀ]Y¸½±\x1F "
b"\x01 •‹DÇÔrÝŠÚ«6ªe.v "
b"\x01 •‹DÇßp{‹-ܽðL¤Þ "
b"\x01 òïDÃÛr\x08 ØÑ8ç¡£¾┬ "
b"\x01 òïDçrbô┌cØ\x10 ï²Ó "
b"\x01 òïD╚\x01 p9¬ÕÅìÔfÉà "
b"\x01 •‹DÈ\f qÞ«“À÷›-P9 "
b"\x01 òïD╚\e r%é¹%üƒ9bY "
b"\x01 •‹DÈ'qgœU¤\x14\x05 ÊI\x1F "
b"\x01 •‹DÈ[q?Š–p\x15 g*è‚ "
b"\x01 •‹DÈkrœ™—#HL\x03\x7F å "
b"\x01 òïD╚{s_Å·╦æ\x03 Ï2| "
b"\x01 •‹DÈ‹q²–6\x1A ±¤\x19 û\x01 "
b"\x01 òïD╚øsª«Üó╚╚Å·¨ "
b"\x01 •‹DȨqí¸ì{nžä¼3 "
b"\x01 •‹DȵrP¾¤)/\e —3\x1F "
b"\x01 •‹DÈÁp©ŽLxÏrÄí` "
b"\x01 •‹DÈÎp\r ´‡%ú¨Å´Z "
b"\x01 òïD╚¦rÅö5║░vF▓H "
b"\x01 •‹DÈêr\r Ëœ-½.Ð< "
b"\x01 •‹DÈös™©/\x7F µ|øz\x1A "
b"\x01 •‹DÉ\x00 qlƒ°R„9\x15 IÝ "
b"\x01 òïD╔\f qâÉ\f ÕQuázò "
b"\x01 òïD╔\x16 s?ìÔ\f Ƹjók "
b"\x01 •‹DÉ"rĵH»ƒs.8ò "
b"\x01 òïD╔,q©®_ì,╝ÑsK "
b"\x01 •‹DÉ7s@–·†?±âν "
b"\x01 òïD╔BrjÉÝéhóu×Z "
b"\x01 •‹DÉMq;“ôè\x01 ÄAø0 "
b"\x01 •‹DÉXq)‘pc\x05 Cû>Ý "
b"\x01 òïD╔bp4ä³U¡\x1C ×ì\ "
b"\x01 •‹DÉmq¾²¡G\r ¹ã3È "
b"\x01 •‹DÉxp®êª\x13 ®cîI "
b"\x01 •‹DɃq¾®P¢®7ÄŒõ "
b"\x01 •‹DÉ‘r\x0E „—\x1F L¿,?× "
b"\x01 •‹DÉ s>³Ó9³Šoý… "
b"\x01 òïD╔»sÙÁÆåλÅ.y "
b"\x01 •‹DÉ»sR”`ü”\x0E £Só "
b"\x01 •‹DÉÇp\x13 ªh&†í "
b"\x01 •‹DÉÑr\x10 ‘ÇÎ=eFÔ+ "
b"\x01 •‹DÉÜq¯·÷è'†ËBþ "
b"\x01 •‹DÉèqˆ„’)y"P=÷ "
b"\x01 •‹DÉòq£€‹K]u¬\x12 x "
b"\x01 •‹DÉýq#™ÂI\x7F\x0E m£\x05 "
b"\x01 •‹DÊ\t sŸ„ŸXZ¶´%8 "
b"\x01 •‹DÊ\x15 q§’\x01 –èF¿ž` "
b"\x01 •‹DÊ!s#”Csá†ó„t "
b"\x01 •‹DÊ,q“’ÿ“˜èàð¾ "
b"\x01 •‹DÊ7s-¾/¡¿ãþJK "
b"\x01 •‹DÊCpö„Zk…²\x1F\x06\x13 "
b"\x01 •‹DÊNs=¡‘R˜áûÝ‘ "
b"""
\x01 òïD╩Zrgó\x04 \n
µÁ╔ü+
"""
b"\x01 òïD╩erxå=└ÐØåQW "
b"\x01 •‹DÊqpV•3ÎC6Ë¿É "
b"\x01 òïD╩}s?╣{²╬%ì\f e "
b"\x01 •‹DʈrA…\x1C à)w`¸6 "
b"""
\x01 •‹DÊ“r\n
®÷Ãúe–\x18\x14
"""
b"\x01 •‹DÊ¡p`—ìXÔ©Ÿá "
b"\x01 •‹DÊpEª”\x08 %Y\x19 ºS "
b"\x01 •‹DÊÕr!¿^*-“\x10 â\x08 "
b"\x01 •‹DÊãq\x05 –¶\x17\x0E ±jÃu "
b"\x01 •‹DÊîs”¬\x1E °¬7¸vº "
b"\x01 •‹DÊùp\x11 Ÿ>\x1E ·k\x00 ÁW "
b"\x01 •‹DË\x04 q–‹QèÑâ„\x0F z "
b"\x01 •‹DË\x0F q\r ŸU\t ¿zœ"ï "
b"\x01 •‹DË\x1A sùµ!\x05 =¼)÷¥ "
b"\x01 •‹DË&qa²7BX)w¶® "
b"\x01 •‹DË1s(¯$\x13 ß=šÝ\x1E "
b"\x01 •‹DË=qø‚ô'û˜ƒ\þ "
b"\x01 •‹DËIpåŒU/Ä‘ˆäÊ "
b"\x01 •‹DËUs"²‡À\x1F à'a> "
b"\x01 •‹DË`q\x13 º¦çP/\f ƒ "
b"\x01 •‹DËks÷‘\x7F ŠK\x17 •üv "
b"""
\x01 •‹DËwqb‡8\n
Yã¹Åõ
"""
b"\x01 òïD╦är╩ÉØéwB©*D "
b"\x01 òïD╦Åp\x01 ®H]╠┐JÇı "
b"\x01 •‹DË›s\x07 ŽŒ\x02 š\x03 ý3\x15 "
b"\x01 •‹D˦sÝ >®ŒYØ‚{ "
b"\x01 •‹D˱qm’ç=J\x1F\x0F àÙ "
b"\x01 •‹D˼qѰZ½–ìGF´ "
b"\x01 òïD╦ÃrÔ┤@»óÅü»{ "
b"""
\x01 •‹DËÒp‡«‡ó¦\n
\x15\x14\x18
"""
b"\x01 •‹DËßqc®*ÌL‘”»| "
b"\x01 òïD╦ÙrDáÉBPÜðõI "
b"\x01 •‹DËøsz‚\v )ktìu® "
b"\x01 •‹DÌ\x05 rÁ¼‡\x01 2Ñ„6” "
b"\x01 •‹DÌ\x12 p͹¨)º}Ø\f Q "
b"\x01 òïD╠\x1F sÉ┐laF¹0P║ "
b"\x01 •‹DÌ+p†¶tÜúŽv\x10 ( "
b"\x01 •‹DÌ7rA¬è'ŒÎg«Ä "
b"\x01 •‹DÌDs:Œ\x1D ׫¼ÄäÉ "
b"\x01 •‹DÌPr=¹2Ù» µ¡3 "
b"\x01 •‹DÌ[s\x11 °\x17 wB0ô¨9 "
b"\x01 •‹DÌhsèµ\e 9.óµ\x07 ¡ "
b"\x01 •‹DÌuqC›ò¬ì\x15 üGï "
b"\x01 òïD╠üsÏü\x17 9êúï\x0E ` "
b"\x01 •‹DÌŒru¦Æ[_}<W\x19 "
b"\x01 •‹DÌ—rŒ‰žÌz>‹\e ¿ "
b"\x01 •‹D̤r¾²¶nT½\v Ú& "
b"\x01 •‹D̰pݷ駘\x16\x15 ĺ "
b"\x01 òïD╠¢s╦ÉÎU╦Q2Á§ "
b"\x01 •‹DÌÌqð„²èU\e o^] "
b"\x01 •‹DÌÙr£¥Â\x05 E‡Y"# "
b"\x01 •‹DÌäsÑ¥Ú2…\f taø "
b"\x01 •‹DÌñqE°š²âÅÜ ñ "
b"\x01 òïD╠³r!Øw¨KĶ/Z "
b"\x01 •‹DÍ\x07 qQ‚(’\x16\x05 'R" "
b"\x01 •‹DÍ\x13 qÞª\x7F L¬Ê\x16 °š "
b"\x01 òïD═\x1E r\x16 ÉÅ2\x01 Ûíg± "
b"\x01 òïD═EseÅ'¶â´Ú¢Ù "
b"\x01 •‹DÍRs\x0F •³ú\x0E\f\x10 à™ "
b"\x01 •‹DÍ]r\x02 ¢r!†ƒô€v "
b"\x01 •‹DÍis™¿Àz¹ç8\x05 u "
b"\x01 •‹DÍtp\x08 ”\x1E 9ç¬>È, "
b"\x01 òïD═Çr7ìr╚\r #Ö┤! "
b"\x01 òïD═îrXü─\x15 ä└Rû "
b"\x01 •‹D͘q:‘\x01 ~œ\f V)– "
b"\x01 •‹Dͤsp·Îµè)ï\x15\x11 "
b"\x01 •‹DͲpT˜\x1F\t þOÒ†ä "
b"""
\x01 •‹DÍÀqÅŽ\n
‡Ê:›¨¿
"""
b"\x01 •‹DÍÍsJ‚]V8D¥+~ "
b"\x01 •‹DÍÚp?™á|ºRã,H "
b"\x01 •‹DÍçqè“‚§vw"¼¦ "
b"\x01 •‹DÍórd£¨Ndø®üÅ "
b"\x01 •‹DÍþp^¾ÚXÚj,\x02 x "
b"\x01 •‹DÎ\t sg´z\x1A\v "JŸ“ "
b"\x01 •‹DÎ\x14 r¸¨ï,¦œš\x14 Þ "
b"\x01 •‹DÎ\x1E p¶†þ\x16 R\x16 üT× "
b"\x01 òïD╬)q\x11 Á\x12\x10 J┌\r ü· "
b"\x01 •‹DÎ6p¯¾^\x04 í5x\x1E Õ "
b"""
\x01 •‹DÎBp: ò>s¤Ÿ\n
ñ
"""
b"\x01 •‹DÎPpn°V¸]T\x18 ?Ó "
b"\x01 •‹DÎ\pÓ±…¦t7\x1E /Ï "
b"\x01 •‹DÎiqR©^ùºÆ3pß "
b"\x01 •‹DÎvsЂ"·{2°ïj "
b"\x01 •‹D΄qûˆd\x1D gð´7y "
b"\x01 òïD╬Érêè_\x0F b}2¨C "
b"\x01 •‹DΜs$«œ;1rq\x0E © "
b"\x01 òïD╬¿r=ìg>à)?ðå "
b"\x01 •‹Dγp¥¦ÃmB´\x18\x17 u "
b"\x01 •‹DξpOŸ³“\f Q¡\x05 V "
b"\x01 •‹DÎÉr$´žäc›pŽ` "
b"\x01 •‹DÎÕqî§©\x14 s\Æ[\x1F "
b"\x01 òïD╬ßrNìq\x16 ´[©7\ "
b"\x01 •‹DÎìq¹ºFgú´Øüã "
b"\x01 •‹DÎøs(¶á‡o{¡¸ä "
b"\x01 •‹DÏ\x04 rW‹§¹MÕ”Êã "
b"\x01 •‹DÏ\x10 rà”õthøª‚¾ "
b"\x01 •‹DÏ\x1C p÷‰ó|Eðxh= "
b"\x01 •‹DÏ'qÖ£•œ#RöÁ® "
b"\x01 •‹DÏ2q襃؃l:ïp "
b"\x01 òïD¤=pÅ»Ca(r±)ý "
b"\x01 òïD¤Hr4ì%sÐL▒$ð "
b"\x01 •‹DÏRs¡²\e Êɪ\x07 4£ "
b"\x01 òïD¤]qz┐æ\x04 z█┤│Å "
b"\x01 •‹DÏhr\x04 —‚70€šõü "
b"\x01 •‹DÏssؼ¹«•ûÌ—· "
b"\x01 òïD¤~p|Ø+\x16 Ná\x16 Ve "
b"\x01 •‹Dωp\x10 ¯\x00\x16 À'\x02 ‚· "
b"\x01 òïD¤¡sü»HCB^HTè "
b"\x01 •‹DϹró–êg–D¾l> "
b"\x01 •‹DÏÄp\x19 ªÙ„õÔË8e "
b"\x01 •‹DÏÐqØ£\x0F ÿýP\x0F µh "
b"\x01 òïD¤▄r■É▓63T1¡G "
b"\x01 •‹DÏèrK´\x01 }ž’ø\v O "
b"\x01 •‹DÏópŸ¶4ï?%¦äÌ "
b"\x01 •‹DÏþq\x01 ŸÚU¿¨\x1D $ü "
b"\x01 •‹DÐ\t pRŠ\x14 è®ùé…ø "
b"\x01 •‹DÐ\x14 qɯ²WŽ\x1D î8’ "
b"\x01 •‹DÐ qd ®ë\x12 Ï w\x04 "
b"\x01 •‹DÐ,sƤžTÇ\Ö’ï "
b"\x01 •‹DÐ7rkƒâ¡LsÕ\v c "
b"\x01 òïDðBqaæ\x1A úÛmÅ¿H "
b"\x01 •‹DÐMpÕ£(äÍ\x05 ×úc "
b"\x01 •‹DÐXp{°ot£Ñxq\r "
b"\x01 •‹DÐcs\x08 ¥¾ü‰HONƒ "
b"\x01 •‹DÐop\x1A ªtJÓpz'ç "
b"\x01 •‹DÐ{s1£Ñšçp=³y "
b"\x01 •‹DІrØ—\r M\x07 ˆ8v# "
b"\x01 •‹DÐ’s„ºÏ\x14 ©\r qÀW "
b"\x01 •‹DОpbŽúwK)ì\x7F – "
b"\x01 •‹DЪq¨¯¥dÇ\x10 1Âë "
b"""
\x01 •‹Dжp\n
®1î²™æµk
"""
b"\x01 òïDð┼pÕ│³┘£Øxoı "
b"\x01 •‹DÐÐsj¹ü-cÎζg "
b"""
\x01 •‹DÐÛqö¯\n
ˆX^ðºl
"""
b"\x01 •‹DÐçqp£Ó3ߘ¹\x0F\x07 "
b"\x01 •‹DÐòsO•Æ,\e ØÔ·& "
b"\x01 •‹DÐþq]™4b¶R¾ÃO "
b"\x01 •‹DÑ\t pú¸¢'M\x06 #‡Ÿ "
b"\x01 •‹DÑ\x15 q渚DÒ.T¢L "
b"\x01 •‹DÑ s\x1A —N\x1A Z:u1Õ "
b"\x01 •‹DÑ+s:²0ü\x00\x08 ¼d¶ "
b"\x01 òïDÐ6qüÿÎJÊ'¦╚\x00 "
b"\x01 •‹DÑCp\x18 œ7F\x19 ŠÍ`Q "
b"\x01 •‹DÑOs’ªî¶Æk/üû "
b"\x01 •‹DÑ[p·®æ\x05 1“R´Ø "
b"\x01 òïDÐfr«öÊIØ▀HBï "
b"\x01 •‹DÑrsâµÖ‚>±Nð\x16 "
b"\x01 •‹DÑ}r€‚÷M‹ŸxÙ "
b"\x01 •‹DÑ‹pú´·žæL•\e ½ "
b"\x01 •‹DÑ—qƼdg\x14 9)oO "
b"\x01 •‹DÑ¢sùº\x1C\x06 m°#œÿ "
b"\x01 òïDСqw½ÍJéìcé® "
b"\x01 •‹DѸq.‘m¾\x01 §˜8& "
b"\x01 •‹DÑÃs“§i)‡FáKS "
b"\x01 •‹DÑÎr应\x17\x11 <Ò‹\x1E "
b"\x01 •‹DÑÙr_³j'‹UÐ\x1F H "
b"\x01 •‹DÑåqt¼\x19 \¸tÇŽ- "
b"\x01 •‹DÒ\x07 sð·ä\x13 ô\x16 dFf "
b"\x01 •‹DÒ\x12 s³„®QHþDm\r "
b"\x01 •‹DÒ\x1E si¼\f +ö@¸nâ "
b"\x01 •‹DÒ)q¬™ñ\x04 £‰¸là "
b"\x01 •‹DÒ6s\x0F ‚Ù—Mv÷"î "
b"\x01 •‹DÒBr»¨\x7F ;%Ý"#W "
b"\x01 òïDÊMs╬ºÇì╝ª!\e W "
b"\x01 •‹DÒZpqŒïJ½¨çŠ> "
b"\x01 òïDÊhr×ü\x05 ─\x14 Ù:\x10 N "
b"""
\x01 •‹DÒuq\n
¤\n
²¢6…°¢
"""
b"\x01 •‹DÒ‚p\x1A ¦°¡˜\v ŠìB "
b"\x01 òïDÊìq%îNü│3ñ¼Ì "
b"\x01 •‹DÒ™p‰¢\x16 mäà‚†Â "
b"\x01 •‹DÒ¤s:ºG\x12 UK„ŸO "
b"\x01 •‹DÒ±s\x1C ”ðØe·“©Ó "
b"\x01 •‹DÒ¼p\x14 ©;\x12 #ElM¶ "
b"\x01 •‹DÒÊs,¼{CÆCü\x15 j "
b"\x01 •‹DÒÖrƒ¼’\x15 †\e Ú¡! "
b"\x01 •‹DÒâpm¢DísFóOf "
b"\x01 •‹DÒíp—µäé?x)hå "
b"\x01 •‹DÒøqE´\e B☄œˆ "
b"\x01 •‹DÓ\x05 pµ™^ø©[PÉÒ "
b"\x01 •‹DÓ\x10 pʤóª«ñ\x1E âÎ "
b"\x01 òïDË\x1D r▄ü\x1E\v °┤\v üû "
b"\x01 •‹DÓ)rb¹\t 2i”B0ý "
b"\x01 •‹DÓ5s¬—Dm\x02 :©Õ "
b"""
\x01 òïDË@r▄®ÑªÅÿÛ\n
f
"""
b"\x01 •‹DÓLpQ’š€®ü\x1F 2@ "
b"\x01 •‹DÓWq˜…‡{N¡Ç7v "
b"\x01 •‹DÓbrŧ‘$J\x01 ù.¼ "
b"\x01 òïDËnp+ø[éÉ©À,y "
b"\x01 òïDËyqÍÅ%╬ │ô¯╩ "
b"\x01 •‹DÓ…s\x05 ®øg\x18 ̯\x03 T "
b"\x01 òïDËÉpsòõ¹ïv\v $" "
b"\x01 •‹DÓœpI–>"¶\x19 dVY "
b"\x01 •‹DÓ¨r:ŠÈÏ\x00 'L’\x1C "
b"\x01 •‹DÓ´qž²Ü«ò<®qM "
b"\x01 •‹DÓÂq„‰r\x0F w{–¿ "
b"\x01 òïDË╬rÉÖ«?')Ø&‗ "
b"\x01 •‹DÓÜp\x12 ™\x1F\x00\x01 þ¥È' "
b"\x01 •‹DÓèp¤˜'}f~¢(Ë "
b"\x01 •‹DÓós9«Ì;ha–r} "
b"\x01 •‹DÓþp»°F„XP\x12 2T "
b"""
\x01 òïDÈ\n
pÉÅ4å\x08 ÿY┼>
"""
b"\x01 •‹DÔ\x16 pÑ«°»á£ïá¡ "
b"\x01 •‹DÔ!rlƒæÐ9IšòÕ "
b"\x01 •‹DÔ-sß‹ï–\x14\x07 è\6 "
b"\x01 •‹DÔ:p\x0F …\x1E š³:…\v þ "
b"\x01 •‹DÔGs)‰±ö¿QøxS "
b"\x01 •‹DÔTsУa ÖÝ\x1A Èc "
b"\x01 òïDÈ\x7F q.Áà¦F\x10 atì "
b"\x01 •‹DÔŒq>˜;ÀÂspߨ "
b"""
\x01 •‹DÔšra§\n
qÖobŠ
"""
b"\x01 •‹DÔ§sš¡\x0E r¦û¼w¨ "
b"\x01 •‹DÔ´sâˆ7~Ö4Æjc "
b"\x01 •‹DÔÁpϘöi;SAU¥ "
b"\x01 •‹DÔÍr„™C$ŠóðLq "
b"\x01 •‹DÔÙqÍ–¤»\x04 v“ƒp "
b"\x01 •‹DÔåq†¯B{™cá\x12 « "
b"\x01 •‹DÔñsô„%ú«‹y„Ó "
b"\x01 •‹DÔþpûf![L\v [Â "
b"""
\x01 •‹DÕ\t r\x01 »GTB\n
²\r x
"""
b"\x01 òïDı\x15 p¯åp─ÎìÀ\x14\x06 "
b"\x01 •‹DÕ"p7‘NƒÒç¸>ä "
b"\x01 •‹DÕ/r\x16 ”Ð1fýåQ0 "
b"\x01 •‹DÕ<rçºwÔL9„s! "
b"\x01 •‹DÕIrF—¡\x1E u÷9y— "
b"\x01 •‹DÕVpRº‚rãÑ\v Ä\x1F "
b"\x01 •‹DÕcr\x1F ½\x15 3\v ï0\x1A } "
b"\x01 •‹DÕos\f ©¿‘!‚ûG„ "
b"\x01 •‹DÕ}r\e ’68ØÝ¨¸´ "
b"\x01 •‹DÕŠqa‹ÔzšÏ\x1A\x08 Û "
b"\x01 •‹DÕ—p¡Žºûýõ’ËH "
b"\x01 •‹DÕ¤qgŒÒ\f\t M\r å\x11 "
b"\x01 •‹DÕ²q°²”IW·?–¿ "
b"\x01 •‹DÕ¿r;›+ò&|J¾a "
b"\x01 •‹DÕÏp‚³\f -Ô—\x07 ÊÉ "
b"\x01 •‹DÕÝq!‡t¬ÅÉñé "
b"\x01 òïDıÞpñ╣®\x19 yü¯\x7F ┌ "
b"\x01 •‹DÕõrf¼}ç>A’\x07 y "
b"\x01 •‹DÖ\x01 p8¯ÿ:ƒ\šæ¿ "
b"\x01 •‹DÖ\x0E rg†Š¶‡}…ˆ "
b"\x01 •‹DÖ\e pA”cÙ\x0E °Tj "
b"\x01 •‹DÖ)p\x1F –ñ6\x11 XÀÑC "
b"\x01 •‹DÖ6rC rUP\f ²“ˆ "
b"\x01 •‹DÖCq'»ýE–_NtŸ "
b"\x01 •‹DÖPs#•ŒNž;\x19 u[ "
b"\x01 •‹DÖ\q›Š@oxj¸Ùþ "
b"\x01 •‹DÖgs\x1A ®ˆZ\x02 Îõ¨÷ "
b"\x01 •‹DÖss4“+\x10 ã–,©\f "
b"\x01 •‹DÖ€p\x00 „\x13 ÐN?w©3 "
b"\x01 •‹DÖŠs\x06 Ž,5êÛ=±“ "
b"\x01 •‹DÖ•qfœÇö¬ÓÕ™C "
b"\x01 •‹DÖ¢q¡©øHL}ÖBx "
b"\x01 •‹DÖ¯qc¼úÈü\x19 ´þ‹ "
b"\x01 òïDÍ╗qÿüíÉÂ2\x10 K┼ "
b"\x01 •‹DÖÈpVŒD\x08 GÞ{öâ "
b"\x01 òïDÍËpÚÄù¤ì ]└ý "
b"\x01 •‹DÖßrу5xó8nhì "
b"\x01 •‹DÖìp}ª¿B…b\x16 6\x18 "
b"\x01 •‹D×\x16 pÄŸ\x07 Ћ\x01 yOÓ "
b"""
\x01 •‹D×%p\x15 ² ì\n
Gó¶(
"""
b"\x01 òïDÎ2qáìÒ\x12 PÄÃ\r \x12 "
b"\x01 •‹D×?s특C^€^š\x01 "
b"\x01 òïDÎLs,½4Ou─½aÉ "
b"\x01 •‹D×Zrˆ k\x12 þ\\x1E Ø´ "
b"\x01 •‹D×fq¡žb\v ’$‰\x19 Ò "
b"\x01 •‹D×qp§‡&[¶f‰‰Ì "
b"\x01 •‹D×|p\x1D ‹Áfjó”"Ñ "
b"\x01 •‹D׉qʳ\Ä¢\x12 È=… "
b"\x01 òïDÎòp╦¢Uº¡úɯ "
b"\x01 •‹Dסr>¨Ëæ\x07 ÏG£R "
b"\x01 òïDΫr╗ÖÖ*ѹ╝©Å "
b"\x01 •‹D×¾s¼»ÑÙ\x07 ¢@ÇD "
b"\x01 •‹D×Ëp¤®2‰Úð&\x11 Ë "
b"\x01 •‹D××rË“÷¯.\x00\x0E µc "
b"\x01 •‹D×ãpÈ¿wgÍØ.  "
b"\x01 •‹D×ðqù©û¼bn÷óy "
b"\x01 •‹D×ýsµ°\x00 ³8·)ž¦ "
b"\x01 òïDÏ\t r(¼\x14 éüeK\x12 Û "
b"\x01 òïDÏ\x14 pä╣o╣®6É©y "
b"\x01 òïDÏ\x1F pÃÀÉæº Ú7Ò "
b"\x01 •‹DØ*pY¿Ü°ïpY\x10 V "
b"\x01 •‹DØ7qgžžQ\x18 õŒ= "
b"\x01 •‹DØDrk—4Í\x0E ”Çs+ "
b"\x01 •‹DØQqa²\x01 á&Úë\x11 Þ "
b"\x01 •‹DØ^rÀ´åç\x19 óx®j "
b"\x01 •‹DØjs̬¿¥R`0ž© "
b"\x01 òïDÏwr\x18 ª!i█É\f ÀÝ "
b"\x01 •‹D؃q\x04 ‡rLì¢îUL "
b"\x01 òïDÏÉq\x06 ƒ‗\x10 Ý)\x02 s┬ "
b"\x01 •‹DØœsWŸt¨k䦢ï "
b"\x01 •‹DØés\x04 ¢Á,†EÎ$ß "
b"\x01 •‹DØørû°¾º\x03 N*ßi "
b"\x01 òïD┘\x05 qÆ░).Åõe¶¦ "
b"\x01 •‹DÙ\x12 p\x12 ±‹3óÏuœ¨ "
b"\x01 •‹DÙ\x1E r¢¦\v O\x15 #A\x1C ž "
b"\x01 •‹DÙ)qÀ ˲5¢¤\t\x10 "
b"\x01 •‹DÙ5r†”)L@\x19 µß\n "
b"\x01 •‹DÙAqÊ”ø«\x01 ¾\x7F ŒZ "
b"\x01 òïD┘Mpªü¢øîv\x1D Fd "
b"\x01 •‹DÙZqM‘Õ Ie¬;w "
b"\x01 •‹DÙhsÓŠ©ô1^®nó "
b"\x01 •‹DÙupúŽz¬_\x19 (z½ "
b"\x01 •‹DÙ‚qJ¶Ÿ)$Òvp\r "
b"\x01 òïD┘Éq{®T±▒f&Çã "
b"\x01 òïD┘Øq~½\t fı\x07\x0E Ð\x1E "
b"\x01 •‹DÙªs…Ÿo\x0E ØúW¼` "
b"\x01 òïD┘©pËÅ\x03 Ô\x12 ç¦Æ7 "
b"\x01 •‹DÙÆp†„»ü\x0E 7-ãy "
b"\x01 •‹DÙísƵ\x0F\x13 êY|ˆü "
b"\x01 •‹DÙúr9¸0eR—ƒ×\x10 "
b"\x01 •‹DÚ\x08 ršŒž/\x06 „ÿùà "
b"\x01 •‹DÚ\x14 q\x17 ’\x07 /"›õó‘ "
b"\x01 •‹DÚ\x1F pY©\x03 í[gï²& "
b"\x01 òïD┌+pý│I»øPøòÅ "
b"\x01 •‹DÚ6sÚ¸Ó¦=6cD¼ "
b"\x01 •‹DÚBs¢‡\x19 ¤~gQˆ` "
b"\x01 òïD┌Nsà¬Ç║Ä╦\x08 Å╔ "
b"\x01 òïD┌[pߨÛ×\x06 ×þuB "
b"""
\x01 •‹DÚfsתV\n
5\x07 ]ó™
"""
b"\x01 òïD┌rs-┤É£%}¯-Ï "
b"\x01 òïD┌üpy×ÿn\x0E Çë¬ï "
b"\x01 •‹DÚŽrS„'6Õy›k• "
b"\x01 •‹DÚ›r».ÑÇ5\x7F ¨« "
b"\x01 òïD┌ºpiå\x07 :╚ìà÷Þ "
b"\x01 •‹DÚ³sm©\x18 þó\e e\x02 # "
b"\x01 òïD┌┐sA¬uçìÓê\x1E í "
b"\x01 •‹DÚËpV±IM &£(Õ "
b"\x01 •‹DÚ×p\x08 ±ˆIŽUŠ„² "
b"\x01 òïD┌Òp╚¡{fX½ügj "
b"\x01 •‹DÚîpl±h\x16 Æ>‘]Þ "
b"\x01 •‹DÚøp^©±[H!À\x16 × "
b"\x01 •‹DÛ\x05 r”™ò\x1F nqܦg "
b"\x01 òïD█\x11 q{Ø£.ée1!Á "
b"\x01 •‹DÛ\x1E rÁ·\t §³Í›\e › "
b"\x01 •‹DÛ*qäœ&-/$Ü‹O "
b"\x01 òïD█7pö©×ı\x12 É├Bî "
b"\x01 •‹DÛBs_žÉèªhÀ+¶ "
b"\x01 •‹DÛNrå¼5\x04 ÌØ\x1D ¾O "
b"\x01 •‹DÛ\pî´½¬\f ëêš° "
b"\x01 òïD█hqm░äØEÒ\x03 î÷ "
b"\x01 •‹DÛuq)»n°bä\x02 Nc "
b"\x01 òïD█üq\®\x12 ┘]]\x12 ╗└ "
b"""
\x01 òïD█ìp~®\x0F ¢\n
äð`¬
"""
b"\x01 •‹DÛšrµš\x07 èpSµ1Ó "
b"\x01 •‹DÛ¨r™¶¨‰ J˜È_ "
b"\x01 •‹DÛ³p”ð}ïUåöµ "
b"\x01 •‹DÛÀs±¶–Ü¡IÖ†è "
b"\x01 òïD█═sÅø@ëâ╩ðå< "
b"\x01 •‹DÛÙp#¬"heTUwS "
b"\x01 •‹DÛäq°¯Û0Ø\x07 h÷\x06 "
b"\x01 •‹DÛðr—‘åèL\x10 L†Ç "
b"\x01 •‹DÛürú¯\x10 z^`#n¡ "
b"\x01 •‹DÜ\x07 qû“[Ë\x05 eØá› "
b"\x01 •‹DÜ\x14 q\x10 ®:‹9<1ï "
b"\x01 òïD▄ sØñOmµ\x0F âµ¢ "
b"\x01 •‹DÜ-rn‹Üb\x1D ;©Ät "
b"\x01 •‹DÜ8qî—ßnþ\x1F Óy) "
b"\x01 •‹DÜEpÇ•¨£o\x1C ‚¸Ø "
b"\x01 •‹DÜkpj½3©\x1E éê%‹ "
b"\x01 •‹DÜwr,†Np‹\r Ñ9‚ "
b"\x01 •‹D܃qž“\x14 Tüï—\x05 "
b"\x01 òïD▄Åpxö<\x14 B\x02 Sª¾ "
b"\x01 •‹DÜšs\x13 £E¼WõÎ\x08 e "
b"\x01 •‹Dܦp“–=eÃ[\r Þ "
b"\x01 •‹Dܱs\x1C ‹mü’IéQŸ "
b"\x01 òïD▄¥q\x05 ¬═ìù:~ë\x13 "
b"\x01 •‹DÜÉr§½K7{øÄrH "
b"\x01 •‹DÜÖp¿ƒ «~S8¥¿ "
b"\x01 •‹DÜâqä«\x06\x14 Ú‘‚4‰ "
b"\x01 •‹DÜír\x00 ±«-ËÚåxy "
b"\x01 •‹DÜùr\x1E ±[¹Y¯‹<‹ "
b"\x01 •‹DÝ\x04 s ”ÁJT_ß4Û "
b"\x01 òïD¦\x10 qÅ╗ÚM1ã£v7 "
b"\x01 òïD¦\e r┌┐)rÉlôÁI "
b"""
\x01 òïD¦(sÊ╣╩\n
üM\x15 ²¢
"""
b"\x01 •‹DÝ5qñ®ÆïWk½y™ "
b"\x01 •‹DÝBrjš\x15 ¦\x17 U-\x02 Ž "
b"\x01 •‹DÝOpÖ†çË1µ÷^* "
b"\x01 •‹DÝ[p5£9\x07 Ë"Ÿ\ë "
b"\x01 •‹DÝhq³ŠŠ„Çúá$\x0E "
b"\x01 •‹DÝurÓ£o~AË#ŸU "
b"\x01 •‹D݃r˜Œ›F´ò.ân "
b"\x01 òïD¦Éq®ô\x06 ,Müãíæ "
b"\x01 •‹DÝŸr‰–ˆ\x15\x08 $õ\x1D B "
b"\x01 òïD¦¼qóÉ?§┐ÕÈ\x01 ; "
b"\x01 •‹Dݸrz°ýèha¶a\x05 "
b"\x01 •‹DÝÅp\x16 ˜‚}x¯\x02 ÐÏ "
b"\x01 òïD¦Êp\v ز\x1A ÷nX┘´ "
b"\x01 •‹DÝÞq\f €L„X\x06 ›\x16 _ "
b"\x01 •‹DÝësÜ–¶5¼™u@K "
b"\x01 •‹DÝøp\x11 ‘´\x1E ò\x16 ]ù¯ "
b"\x01 •‹DÞ\x04 r\x04 ›Øº¡I%ô¬ "
b"\x01 •‹DÞ\x11 pc‹ˆ¨tY‘Xa "
b"\x01 òïDÌ\x1D qƒÁ|ü\r ùÒÓÖ "
b"\x01 •‹DÞ*rЇú!=\x1E •ìÀ "
b"\x01 òïDÌ5r╣ï╩ ÜÅ\x07 ÐÝ "
b"\x01 •‹DÞAs踃)Úë-¶\e "
b"\x01 •‹DÞMsó°kØjÌ*¾Â "
b"\x01 •‹DÞYp!ŠÍ±@-ÅÉS "
b"\x01 òïDÌlr#ØÕðî¸├Ê\x1C "
b"\x01 •‹DÞyrÖª\x16 “_¶ÏðÆ "
b"\x01 •‹DÞ‡qµ³û|Iý:|¸ "
b"\x01 •‹DÞ•rZ¦‰\x10 y\x16 ùo… "
b"\x01 òïDÌóq\x16 ÇÉZ\x04 I¶¤r "
b"\x01 òïDÌ«s═É\v °¼r®¼ë "
b"\x01 •‹DÞ¼rá‡rü\x11 ÇŽ?Y "
b"\x01 •‹DÞÈs~¡¡\x02 aK´.Í "
b"\x01 •‹DÞÖqÁ¶\x19 9øûHf "
b"\x01 •‹DÞûp§µ/6wó`5Ü "
b"\x01 òïD▀\x07 rºÉÛÚ<8Y▒W "
b"\x01 •‹Dß\x13 pô•ÀÎ$òO˜ "
b"""
\x01 •‹Dß\x1F s5¿\n
\t ñ_W¨›
"""
b"\x01 •‹Dß+s8Šn\x11 ÒÙ\x7F\x05 7 "
b"\x01 •‹Dß6s\x15 ‡A .dn[N "
b"\x01 •‹DßCq¿«HŽSI#kÅ "
b"\x01 •‹DßQrâ°ŸxÏ]õBM "
b"\x01 •‹Dß^se¿}j‹Å^Ÿ\x1D "
b"\x01 •‹DßlqX¬\x00\x04 !̬™N "
b"\x01 •‹Dßyrm€+×É\t Í”E "
b"\x01 •‹D߇ra¼¤Z`\x01 %\x14 * "
b"\x01 •‹Dß•rý‚ƃë\x18 ÔÍð "
b"\x01 •‹Dß¡p‹“~4:>¶*Î "
b"\x01 •‹Dß®q,¾\x07 ÿ{Œ˜{% "
b"\x01 •‹Dß¼sɶœÈ’5H»• "
b"\x01 •‹DßÉs‹ªÍü\e ¦\x03 | "
b"""
\x01 •‹DßÖpZ»!¶\n
Õ† \x12
"""
b"\x01 •‹Dßãpm‡û:ˆ„ïo< "
b"\x01 •‹Dßðp\x17 ‚KÌ\x11 kÒù² "
b"\x01 •‹Dßýq\x06 ¢.iÛ\x0E\x17 É© "
b"\x01 •‹Dà\v rtž¤²ß…×J] "
b"\x01 òïDÓ\x19 r╗ĬìæÚÊ\x11\x13 "
b"\x01 •‹Dà&q®‹ON\e ê~¢Ž "
b"\x01 •‹Dà3p}£\x00 ]š“ÉIö "
b"\x01 •‹Dà>qu½§C>ÉÔo½ "
b"\x01 òïDÓMqÕ║¼É]cc\x12 "
b"\x01 •‹DàYr5¤qjéÙ?Ùi "
b"\x01 •‹Dàgs©q¦[íãxÀ "
b"\x01 •‹Dàure¨lƒø\x19 +\x15 % "
b"\x01 •‹Dà‚sØ \x1A c//0Q0 "
b"\x01 òïDÓÅpÆØ]£▀\x06 ©ÎÉ "
b"""
\x01 •‹Dàœqh¼ì´\n
ŶY\x10
"""
b"\x01 òïDÓ®r┌»É¶22\x11 rµ "
b"\x01 •‹Dà¶r‡›Cœzü–\x0E\x19 "
b"\x01 •‹DàÂs°¤˜;;ǧ\x17\x19 "
b"\x01 •‹DàÐs%§2”\x08 Àü]ñ "
b"\x01 •‹DàÝpü”Õz\x05 î¡Î4 "
b"\x01 •‹Dàér˜¯>–½ý\x0E !M "
b"\x01 •‹Dàöq\x0E ‡`yÆèÌxß "
b"\x01 •‹Dá\x01 rܽØ$\x7F gÎzè "
b"\x01 •ð+0Ùx–¼N®†°<ú/ "
b"\x01 –b\f ~uuiŽ‚WR\x05 ¢Âc "
b"\x01 ûbY®3y╠┤p▓=Sí┌É "
b"\x07 ÞôÑžPG‰¨\x02 ó¼è)\x00 & "
b"\x07 ²²\x00 7!Oá╝\t ZÉ$)\n ¹ "
b"""
\r Gö…MŸE\x10 ™\x03 \n
"¯Ø4$
"""
b"""
\x11 ^\x1E\x17 ´HNšµ¶ô\n
üC2q
"""
b"\x11 °k8A\x15 AÑ£\x00 OùL\x17 Ê "
b"\x12 ┴░╚ÑÍJºÜì├6D4±) "
b"\x13 gX\r º“F¾‘\ñXëùu½ "
b"\x13 “CÄ=0D8„Gœ7`ÏSÝ "
b"\x1A\x06 ëõ¥6A▓ÅV÷Ä▄gþÙ "
b"\x1A .V\x1A ÙpO£¦\x08 :„‚Ã\x01 O "
b"\x1A PÔÇË™@Þ‰.\x06 ¡k\x1C D1 "
b"\e Áv‘pyJl‡¾\x0E ˦èzX "
b"\x1D |/ù{¨DM‘ÂÛ¥\x1C µŠ\r "
b"\x1E 6v˜ŒqHª—Ò[\x06 w…t˜ "
b" ’ÌPç,J½o¥WóOµQ "
b"!FÀæ«]EÑ“\v Ïœ÷\x1F ‹® "
b"$½¸ÿê§KM¹¦Ü7„\x04 t\x19 "
b"%BßÎÀLÏ·(Àš:¦5´ "
b"%V´oÙ¢EÔ…¤Zóg×¼Ì "
b"%Šõš\x1E ¯Hô™Øçÿ\x0F D\x19 © "
b"(½~Qô╣OüÅËæ\x00 uÎiÊ "
b"*i†s–êH=º\x13 J•aظà "
b"*òP/àƒN¢“M–LÒF\x1A n "
b"+²“8Â,Jµ¬:ûƒóÐû\n "
b",5–ôà„Gθ×\x19 à4d—È "
b",o¥\x7F ¸7D\x0F ½¨Ž¥{ö\e O "
b",Öb9\r ╝NZÉÝ;y═[þ╣ "
b"/üq´ı\x06 N üËFÄ~vlp "
b"1Þàü\x01 J─┤\x14 ÀÇ\x07 Î\x11 I "
b"2NœK\t\x08 O닊4¦Zx°Ò "
b"2^áŸn\x16 H}¢œÒ]p4¢Ê "
b"4ÖÈ?nëE¢ç£¶Éãè\x04 \n "
b"6Ó:Ê”\x1D A¢µ\x05\x00 4ÜÎK "
b"6¦[Î▄¤D\x18 áRXbüó¸µ "
b":lj\x04 ‘ÐL³„ɆO÷52h "
b";i³ãAæFzÉ\x13\x1E $ia!░ "
b";¡L>h8AÈž:y,Wþªš "
b"<ÊUT[»DÓ„cI\Ô\x01 p¿ "
b"=\x12 ²%³.J«°£Eñ”\x1D Ѿ "
b">«Ô]{ÄDI˜\x00 \n „Q\x1D ×v "
b"AÁÏYÉÒGê¨\x17 .°Õ\f y^ "
b"Bx\x0F üß}B«ç\x11 @¸\x7F ·Öm "
b"E½\x02 3¨†Lœ²–ã–Í\x1F\x0F þ "
b"F2É ¹■E{ÿ±\x0F ▓ÄHÎ\x04 "
b"HÑ\x04 h\x17 ‘Eˆ´©_¹9äÈí "
b"J \x17\x05 Z»GBšöädɯ™ñ "
b"L*ŠkYKA>·ÜÜ#Ç;†\x15 "
b"M¯½gvpJgµ„\x19 p:ulL "
b"MÞ8\x1E íEC.® ú†ÖŽÉM "
b"""
P´}ôJ▄ONâ`½Î\n
ì ╝
"""
b"X<θÄùHMÿüÿæ\e 7Ô█ "
b"XÅ\x07 ½╦ÒLûì¨_ÇÃ>¤~ "
b"""
XœZh ,D{®\x06 ÁÿÊp\n
c
"""
b"Z\v ³5ôªD\x1C §X‘õÏ©øø "
b"]W|v\x7F 6O³»t=7[`A\x06 "
b"_o┌ؽ>HãàŃHIý\x14 º "
b"a┴~ì)Ú@c⣥;Ü╠bÅ "
b"jùz\x14 fêG¤¨\x08 ™\x05 „}uÉ "
b"m\x11 EùÙ─D4ü]\x1F oÉü─î "
b"qœˆ¶JßG5¡=aí|R8C "
b"q╠─\x00 ëÛK┌Äê§·v¥╔ì "
b"sœr\r \x18 šK-¤™MÓUß7¿ "
b"uü-Ù\x16 bMy…íµ\x0F ÂS`\x02 "
b"v\x17 vN¦\f DÙµ»Rz\e ‰)¯ "
b"w:Ê\x02 4\x16 @éü╚`c┼Wcæ "
b"x§LÔiÓM\e Ø~\x0F ¾OÙÑü "
b"zÝk²û¬@@œÂ?Å\x15 ¾w— "
b"{‘²Ÿ8wLÀ‰Á¤&KN(> "
b"|Î>Ü╦@JðÅzÖÐ\x11\t &Ö "
b"}\v +˜PÑH~†\x04 ^݈&\x11 ã "
b"~£Ò\x12 a2IN¢.\x19 çê´Ê\x14 "
b"~ôɹéÖEq»E\x0E $8{äm "
b"\x7F &├¨Û@JèÅ=!ë╬¥┤\x10 "
b"€>‘þS\r C²›*ün¯9\x18 ß "
b"€g{üÈ_D³¥vSŒ_¨Ù\x01 "
b"é╣Ñjý\x10 G\x00 üçø!=thÅ "
b"ƒÁf×ÒvAcšÑÚwsõnŸ "
b"„O¨Ž×\x04 K\x03 ‚ƪÇsÔ·• "
b"„äìT\ÈL¥¦Ä¹›Ú ]\x0E "
b"†\v Ï!Á\x03 FÈ™¦.vÙÍŠ÷ "
b"‰’ކN\Jœ—ÀtHÉ}Àñ "
b"Ž>ÖL\x16 „N”›ñ<î\x19 &z„ "
b"Å\x15 ÔÃ┬"L_í\x1C\f M_=\f s "
b"Åz<─ÕâOÁúZ½2êî9W "
b"ÉY$¡Ø©B\e ÿº_ÿE'Z "
b"‘Á\e\x15 =ÉEmŒæg)-iE% "
b"‘þÆ)–þJö¿’\x00 "mnz÷ "
b"”"èñ\x01\x15 Lû£.^Y9\x12 –õ "
b"˜>p\x1C …»EÏ–½\x01 ·ó×Ee "
b"›ôù;ì'KýºD„ßK\x13\v O "
b"ØÔU╣½3N[░4çLl`0╬ "
b"žŠìþŸßAQ¶ƒíêÆIF@ "
b"óSÚ┐PÛJ¿»╦=ì[º\v ¨ "
b"""
ú3ÒÅîÍH\n
½*À_XÀV\v
"""
b"ª\x0E l ¥þGв\x08 u¼s+\x1F — "
b"«IÚ½ÌFAi¡‘L\x19 b×M“ "
b"¬9È\f \x1E J\f –\x1C Käx3‰¶ "
b"¬·iÞ¿¡H(š~\x7F èC™ˆè "
b"""
ãûU¼ãC€¨–ÂnÙ·\n
ô
"""
b"»{Ìá.òCrÅÒ«Ó\x00 Á>Ô "
b"¯µe0d™F¼¶Ø\x10 PT}tÆ "
b"±æáŠÞ‘C\x14 ’Df8ðrK¯ "
b"²(R…a=OU§®Nëe¶h7 "
b"³¤Ä¯1ÙN\x06 ˜Å[\x10 ’Ę# "
b"Â\À■ý{LߨÝ┌³¼"P╝ "
b"¸ðBÝÕ,E/‹U¥\x05 Ú·>s "
b"ºŽ\x04 èÿœN¶•1ÒO4±ž¾ "
b"¼\x1D €uìYI7¸p4ºC\t ß| "
b"½â>ZÂ|Dˤ\x05\x12 j#!\x1D\x17 "
b"ÉfÏ0Õ¡H\x0E ²œÁ[ú{ B "
b"ÉûrµV0Oð´SÉôø¶™Û "
b"ÎHá°ÂQNàºñv\x16 3’k> "
b"ÏЛ§šïMôŠlü9xW†¹ "
b"ÐJq˜âÀM4¨)\x16\x1C ÿz[ "
b"Ê$\x1C ®î\x02 K\x14 üL,1ìùÑì "
b"ÒêÒTxªN®¼r,€»wié "
b"Ó \x08\x16 K!HwŸBµì@j;ã "
b"Ë¥¥v\x18 ìB½║ê╦²]p▀Ñ "
b"ÕÚÿd„\x1E G²«%ž\x00 ÍgɆ "
b"Ød°ŠƒBI\x1A ¶[} \x1C x7s "
b"ÚÙÛE¦2H׀ȹ\x12 !\x05 ›s "
b"Û€ ¥\x06 nKS°“\x1E OÒü1» "
b"ßÎ■¡AdF-óUüºBy_° "
b"ÔÙÄ╦╩¸B┘¬B(^ü\x06 ôº "
b"æ¡!áhüGd‹¼„Có\x1F\x11 ‚ "
b"æªÂÎ\x06 U@á’t|S‰v-å "
b"ÛÌ\x02\x7F ╣\x1D G(ïg▒ŤX¤ö "
b"""
ý\x08 └█7ÉL)╝,â¬õ¯\n
Ð
"""
b"´2¡│L#M\ëüç@oo<> "
b"ðëΈ\x06 KE¦¶h\t Õ¨å&> "
b"ò˜—èQØDb†U\x05 ìMÈ›\x06 "
b"ô°ÙûF,LVŠêŽí9+x "
b"ø;Pd¾\x00 H¯«™s~‘§x\x1C "
b"ùê_)\x0E «B_¼8œK½" - "
b"ùûÜ‚(ÞJ\x04 „˜Kk\x0E ÿ]… "
b"üÉßv\x14 ¯FÎŒ¥ççë\e H\x0E "
b"ÿì½Õ°ÏD»¥1ÐÕ„ï[ "
]
SELECT
`promotion_sales_channel` . `id` as `promotion_sales_channel.id` ,
`promotion_sales_channel` . `promotion_id` as `promotion_sales_channel.promotionId` ,
`promotion_sales_channel` . `sales_channel_id` as `promotion_sales_channel.salesChannelId` ,
`promotion_sales_channel` . `priority` as `promotion_sales_channel.priority` ,
`promotion_sales_channel` . `created_at` as `promotion_sales_channel.createdAt` ,
`promotion_sales_channel` . `updated_at` as `promotion_sales_channel.updatedAt`
FROM
`promotion_sales_channel`
WHERE
(
`promotion_sales_channel` . `promotion_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `promotion_sales_channel` . `id` as `promotion_sales_channel.id` , `promotion_sales_channel` . `promotion_id` as `promotion_sales_channel.promotionId` , `promotion_sales_channel` . `sales_channel_id` as `promotion_sales_channel.salesChannelId` , `promotion_sales_channel` . `priority` as `promotion_sales_channel.priority` , `promotion_sales_channel` . `created_at` as `promotion_sales_channel.createdAt` , `promotion_sales_channel` . `updated_at` as `promotion_sales_channel.updatedAt` FROM `promotion_sales_channel` WHERE (`promotion_sales_channel` . `promotion_id` IN (0x01955B59EFE676FD9445EF5F0D235569 , 0x01956B99608170F9B980A20DF653A773 , 0x01956B9960A771549C28E071B00D0B9F , 0x01956B9960B572B6812B683F683712C0 , 0x01956B9960C1708EBCF1FAB1B5E6FCB2 , 0x01956B9960CC71A7A14CC7F1A6C69E6B , 0x01956B9960D57139AA63CBF07D2787DA , 0x01956B9960E170568BC5A982A4CE80E1 , 0x01956B9960EB72C58DDF57D3C65E29A7 , 0x01956B9960F87131B564E79504BBB08F , 0x01956B99610473A5B3E3DF152CFFE54C , 0x01956B9961117193A0C2F0FA5498EB6A , 0x01956B99611E7113B1C260585D2E5152 , 0x01956B99612B739BB0A227808B4F60B0 , 0x01956B996136713E966363AC079F9E5A , 0x01956B996141728D85E34AF1DC53CC3F , 0x01956B99614E7011AE232BFED54876D7 , 0x01956B99615971D5AA15AF3060EAF08C , 0x01956B99616672D99B7340EAB8E1EA9C , 0x01956B99617071CF83296B194A0A7283 , 0x01956B99617B7270B74A7EF1F3FC017C , 0x01956B99618671B09A94A6B0D69D842B , 0x01956B996194724786B83730F36BEF83 , 0x01956B9961A173DE840B92384123EBDB , 0x01956B9961AE71BCBB888CDD9E6CD420 , 0x01956B9961BA7287B0D1F39FE2C260FF , 0x01956B9961C9713AB642B5427E23AC1F , 0x01956B9961D67310A08D057A71D448A6 , 0x01956B9961E17201B03B493F54EE80F5 , 0x01956B9961EF70DF97B672A293ED98F4 , 0x01956B9961FF70E481BE72D88AD1A4D3 , 0x01956B99620C709BA61BF08996F01439 , 0x01956B9962197285BB2173B37B2B10A6 , 0x01956B996226710BB7B524AAA40C8C43 , 0x01956B9962327366A778A103182E8136 , 0x01956B99623F72C88C7691DD0A695874 , 0x01956B99624B714DBB8FA7D1A5867C89 , 0x01956B9962557104A1D366B0F4A69C5D , 0x01956B99625F704AA989260B780D963A , 0x01956B99626B73EEB2F2AC83E4E145AF , 0x01956B9962787028895F54311E57C938 , 0x01956B99628373E5B62A86029B5EF35D , 0x01956B99628F71A58E1C7EBF9B9516C1 , 0x01956B99629C704B81FC090CF8A3792C , 0x01956B9962AC716386E07896B7108B92 , 0x01956B9962BA7064BF1E3DDBF87D0A53 , 0x01956B9962C670B49956686E3E75EFCE , 0x01956B9962D273A0B4539AEF7FDE00FE , 0x01956B9962DC717AB50B20A3CA808BA3 , 0x01956B9962E97039A009851167A4D6BC , 0x01956B9962F872DFA9C1CAEC27FEB95C , 0x01956B9963327311BB6ACB9142A6AD2C , 0x01956B99634271B08C4322D55DC7F124 , 0x01956B99634F709184101FD3EA88EDAE , 0x01956B99635C72AB8CB4E201ECF989FE , 0x01956B99636D7250B5E77A6C299E8492 , 0x01956B99637972FBB154ACE53B254B57 , 0x01956B996385728281E127BF7CF5E240 , 0x01956B996390710CABC2A5E55DA77AA0 , 0x01956B99639D70B3A8C30B1E1278A3C3 , 0x01956B9963A971F491531D03065FF13C , 0x01956B9963B47238B88701145C28FBE1 , 0x01956B9963C0721A9232FE41C6A8DCB6 , 0x01956B9963CD7133A8C2EE8868871C2D , 0x01956B9963DF70038B0E34C281FC7C87 , 0x01956B9963EB7348939AFDA8AF5098FF , 0x01956B9963F77156A4DEEC0584EDABBC , 0x01956B9964057228A6F39DD4BA73D0DB , 0x01956B99641271D8BC5AFC206B371824 , 0x01956B99641F728998CE324FF357DA10 , 0x01956B99642D7072974261CDB99F05D5 , 0x01956B99643B72E0AB1BC83909AA5FC4 , 0x01956B996448716DB5D7E5913541BE50 , 0x01956B996455706DB4EEB162601A3F24 , 0x01956B9964647199A05240A6B6C16500 , 0x01956B9964727039A2412765E54F1AD7 , 0x01956B99647D72A688D86EF7508C7291 , 0x01956B996489729FA3CC92845458CFED , 0x01956B99649470388286F48B6E5A662E , 0x01956B9964A37277ABC7D4290E902A6A , 0x01956B9964B373468FA4795C61D827FE , 0x01956B9964C172B88D2895BAFEA2AAC1 , 0x01956B9964D27129B5C2D2F005831671 , 0x01956B9964E4731BACF6C4506AE1FC41 , 0x01956B9964F471FC975236DFCC4188CD , 0x01956B996505727CBB8562E33E1DDAD0 , 0x01956B99651671AC914118249E13C916 , 0x01956B99652573AC8F8F1E1760B91D36 , 0x01956B996534700AB96142A393E2D3E4 , 0x01956B99654372D88243702D46053757 , 0x01956B9965517238B25BEE2123CBD187 , 0x01956B99655C735D92A2F3A671A0E5CA , 0x01956B996567707EBADC92AFC0ECBEEF , 0x01956B99657171BF88186759C55A62A9 , 0x01956B99657C73E2B78CC9AD0FF5F05F , 0x01956B9965897327873AFD96D1E0A33C , 0x01956B99659670D087A542B934D73BA8 , 0x01956B9965A273AEB552D93EB03C4582 , 0x01956B9965AF72E6ABED8AEF4D7983EF , 0x01956B9965BA71EFB3DE485A203B5748 , 0x01956B9965C570D5971E9F5FE656973C , 0x01956B9965F471E0BB0A07BD21B68EAF , 0x01956B99660470BEB14A6C846A8DACA1 , 0x01956B99661371C49557B7C26B5A1655 , 0x01956B99662170DA96779E4BBE1A98CE , 0x01956B99662D73E3BF49F30BB9C93480 , 0x01956B99663972CC8CBA5D1025D7DED9 , 0x01956B99664472BA804FCD51BD148C4F , 0x01956B9966517082921316A3ABE837B5 , 0x01956B99665D70E9A8D0B2274D319892 , 0x01956B99666C7056800F6DA4129BFA6D , 0x01956B99667871BDB685C6E737B64024 , 0x01956B99668470A29C376DCEBD69FB1A , 0x01956B99668F701D9238DD63F9F32EAA , 0x01956B99669B7348B3F6F029293707A3 , 0x01956B9966A770C09207797A89B0B9A7 , 0x01956B9966B37096B8CEAA5B76DB86EF , 0x01956B9966BE70678ED72510DA56F403 , 0x01956B9966C970D18532E423AECD4CC0 , 0x01956B9966D4737D972D8D6B6246A33D , 0x01956B9966E07272BA3E41580549E09B , 0x01956B9966ED717992C5A3743D3532FB , 0x01956B9966FD726CB9826F8FCA1978CC , 0x01956B99670C734593B10D8D5A423B8E , 0x01956B99671972E6945B0215EB52816B , 0x01956B9967247114A2827405519E5767 , 0x01956B99672F71DEB52F03F8D17AC5CD , 0x01956B99673D7211ABB8AFE815CAB058 , 0x01956B9967497015950BFF51ADFE8FBF , 0x01956B99675470B48553DA3141342D6A , 0x01956B99675F737E8AD0C2EDE446EE78 , 0x01956B99676970D1BA316D42E9CA6ACE , 0x01956B9967757083BCC1B9594046D8C7 , 0x01956B996780725E9F309558B81F06B6 , 0x01956B99678C726FAD8712C07587AB8F , 0x01956B99679871DCAE3701060C12D8AD , 0x01956B9967A47242B4B1D858CF69C6E2 , 0x01956B9967B07326AD347438B0D1F349 , 0x01956B9967BC7038B17446267A017989 , 0x01956B9967C8713CA29FFDC48E83FA3D , 0x01956B9967D573869A31A13C5152BAD2 , 0x01956B9967E0708FB7BE8E5AA8810DBA , 0x01956B9967EA70E5B7F6226301F84A69 , 0x01956B9967F5726697FBA749223045F5 , 0x01956B99680070C4BFAF772EB0823341 , 0x01956B99680C72D297A5C9B40B8229FF , 0x01956B99681771929211D371FBAD7B4D , 0x01956B9968227313A96D9FADD8739FC0 , 0x01956B99682D70F487D1D07815374F53 , 0x01956B996837701E8D26320F6A773EB1 , 0x01956B996843710B969218A18381473E , 0x01956B9968677362834DB91123E0266D , 0x01956B996872713B82B5798623B7EA23 , 0x01956B99687D730EA452F101855B9274 , 0x01956B99688772558C518876AB02BEFA , 0x01956B99689372048454981DF8FE87D5 , 0x01956B99689E703A8EF87088B878E5A2 , 0x01956B9968A970239E8B2E66DB8495BA , 0x01956B9968B672DF90D89B2C533CC22A , 0x01956B9968C273DA8B8569ADFD4DFC4F , 0x01956B9968CD71F586C72EB92FCD0FA0 , 0x01956B9968D973D7822ABC6760F250B2 , 0x01956B9968E47019B9E9FFCAC1776153 , 0x01956B9968EE7209828F56B48EE857A0 , 0x01956B9968F970438771F8937B004100 , 0x01956B996904705091FDB1AD2F3B0C67 , 0x01956B99691070249CE6967FF1A95ED7 , 0x01956B99691C70928208938D7C3CAE83 , 0x01956B996927733B859624EA720B8615 , 0x01956B996932711284E28E750BDEF12D , 0x01956B99693E735981A16E277C72C526 , 0x01956B99694C735E87A06DEA43CEEBD9 , 0x01956B99695872788572353852CBF251 , 0x01956B99696670A0BA5C8F7B0D79C233 , 0x01956B9969737390B80323008CB6AC30 , 0x01956B99698271D6AC25393FFF812ABC , 0x01956B99698F71338E6B59755C4C1ED3 , 0x01956B99699B716992B1DE805917D9A2 , 0x01956B9969A57143A6ACCB8780F353AB , 0x0195849C1695735796250A3DAD75303D , 0x0195849C16A273B39E16037FB24D25DB , 0x0195849C16AD7069A596559901FCBA72 , 0x0195849C16B8726D8F6A0E5804A042C0 , 0x0195849C16C372849F706A4F03853D15 , 0x0195849C16CF7312AFEBB642034CE2EB , 0x0195849C16D97125A3AA1E767BF7FFA8 , 0x0195849C16E4737A81D4B88C43F71F5B , 0x0195849C16EF7136AAD05914CC5B8069 , 0x0195849C16FB70FC8091D937A2AC3DD7 , 0x0195849C1706720D846DD9277547A1E9 , 0x0195849C171071D1AED01F73D301DDCF , 0x0195849C171B73D284AC3D4DDF451C9B , 0x0195849C1726709EA2D120935B0F3B39 , 0x0195849C173171C6A7D5D60E565A825A , 0x0195849C173C713DB8DAE4C8EDA70222 , 0x0195849C1747717593D08601FD06C103 , 0x0195849C175273F08DD30CA2FCC0011B , 0x0195849C175D709282AC71F9B398AA1E , 0x0195849C176972839A85041447C7C32E , 0x0195849C1776708E8B52582CA64BBF87 , 0x0195849C17837358B8EE5E2BD8FDC57E , 0x0195849C178E7104BBDB1DCEA4445318 , 0x0195849C179A73F587348F44F20B84DD , 0x0195849C17A572D4ACB88C61F2D3129E , 0x0195849C17B070679380F55565F08858 , 0x0195849C17BC71029232AC12742FED22 , 0x0195849C17C772D4AC5B80C2AC6B558D , 0x0195849C17D372B8B5E4A7CAAAC3106B , 0x0195849C17DF7340805068F1F26C0291 , 0x0195849C17EB71C8AB0EFD3323A6C15D , 0x0195849C17F771A68623CDD186ACF2FC , 0x0195849C1803713A8908C1550D586B1F , 0x0195849C180F7091A4B9611B88DC9588 , 0x0195849C181C7328AC48EF6316A7F396 , 0x0195849C182773EF94E211C160EE30D0 , 0x0195849C183273C188D58199953153F7 , 0x0195849C183D7162B412BF49A7A056CD , 0x0195849C184873718C9038ABA5F9EAD2 , 0x0195849C185370B8A36EA09B8BAA019F , 0x0195849C18607341A4B88096F9303197 , 0x0195849C186C733D8012D30C201DE2E5 , 0x0195849C1878711E8B5E6E278D24148D , 0x0195849C188672D496F21A87144268D0 , 0x0195849C189171F2AFB1C349898407C0 , 0x0195849C189D70F2A3DEF78D5E95729B , 0x0195849C18A871558536D6319878658C , 0x0195849C18B4737FB1F8EE7EC7059945 , 0x0195849C18C1732EB991B307D9F306D8 , 0x0195849C18CC70F796146D7B512D8476 , 0x0195849C18F47273BC71261F579D3D87 , 0x0195849C190271178FA28AE246598257 , 0x0195849C190E71B3B29B747BDB4E2154 , 0x0195849C1919739C916CD420768A0B44 , 0x0195849C192470A4BBF9892550820E79 , 0x0195849C1933718082F56BF0576516AB , 0x0195849C19417113B5B929BFE26EEDDA , 0x0195849C194C717F8098ECE633684B9A , 0x0195849C1958704AAC5BB272A0A812E3 , 0x0195849C19647115BEF550B84F16F9C5 , 0x0195849C196F729DA4EA72DD29922D98 , 0x0195849C197A73B38AA901663EC19652 , 0x0195849C1987702B80E186F083E42112 , 0x0195849C1992726AA94D5B20F47BF065 , 0x0195849C199D72AC88395DE13D73B578 , 0x0195849C19A8721880F50AB56D34A56E , 0x0195849C19B371649C9D76D492F7A767 , 0x0195849C19BF73B28748F15D221D21EE , 0x0195849C19C970EABDE034A08EA7B510 , 0x0195849C19D473818F06F5411797CD4A , 0x0195849C19E072C8A417BC39E69AD2D0 , 0x0195849C19EB70B1BBEBCCDEEF1367A9 , 0x0195849C19F671DEB853503F663B80E7 , 0x0195849C1A01720ABCD4231EA6C1390C , 0x0195849C1A0C73C5B83071B421B10D1B , 0x0195849C1A177359ACF6DCED23681020 , 0x0195849C1A217064B8B14514FE531A40 , 0x0195849C1A3270CA957C449FE63FF91F , 0x0195849C1A3D7323ACCE9D1B28214122 , 0x0195849C1A48702BB97ACCC93ADF0564 , 0x0195849C1A537101ACEA1DBD8F9620EB , 0x0195849C1A5F71AE916AFAF9C3A8E9CF , 0x0195849C1A6A73E0B0E663B8EA35AE83 , 0x0195849C1A7570EA95E76CE1EEC0ECE2 , 0x0195849C1A80714ABFE2CD1AC8B6686E , 0x0195849C1A8C70C28044F29E59142C5C , 0x0195849C1A9872BBBED9FFF870593B65 , 0x0195849C1AA4712688258A567285B7F6 , 0x0195849C1AB0729DAC179FCC046C0113 , 0x0195849C1ABC73F4B4A269794BC97471 , 0x0195849C1AC77008924B6C6B7C8AC281 , 0x0195849C1AD173D5B1DE04C59A1C4D14 , 0x0195849C1ADC73DE983A0C369226EFDE , 0x0195849C1AE773F6A64A189975FCA233 , 0x0195849C1AF270FEAE30AE2BF8B72837 , 0x0195849C1AFC7053A881C053B8FAE587 , 0x0195849C1B0771D089998E22115EB812 , 0x0195849C1B1270D1B38EB79355939594 , 0x0195849C1B1D7397B91ADF7BF505B9CE , 0x0195849C1B287058B312351DC0EED097 , 0x0195849C1B4D73E58D78EA2F988B2041 , 0x0195849C1B5B737AB9A8F299F94C9CE3 , 0x0195849C1B6773D3B1F5961F0E01D0B8 , 0x0195849C1B7371059C2FF63E3D952869 , 0x0195849C1B7E720093CDE129D6339341 , 0x0195849C1B897249B1175080C43C0FFC , 0x0195849C1B9473CAADDDFFE9F46C5D6E , 0x0195849C1B9F714881FEDCE41274DD5D , 0x0195849C1BAA713E99A7E208F2A88B57 , 0x0195849C1BB673AFB1B86E7560673581 , 0x0195849C1BC071229E841F241D930DDC , 0x0195849C1BCB70458FCCECCA09B3E8BC , 0x0195849C1BD570C8A9DF1FF24560A8C9 , 0x0195849C1BE07307826AF6617C30CED5 , 0x0195849C1BEB726D8843283370CBF900 , 0x0195849C1BF773EEB28D5A395F573018 , 0x0195849C1C0273C886DA397E87994398 , 0x0195849C1C0C73449E56563E9B1C5EDB , 0x0195849C1C1770F8B83C08B99BBC341E , 0x0195849C1C237166BC11ADF33BA7E2AF , 0x0195849C1C2E73DF866013CCBC9CA9BC , 0x0195849C1C397175BCAF9B962B54F85D , 0x0195849C1C447146A5571E04F18F8811 , 0x0195849C1C4F73CE8F959914605AC1CE , 0x0195849C1C5A7375B5EEBBC9F651C428 , 0x0195849C1C6772BF99D6BC9E79B54A82 , 0x0195849C1C727256997E02DC7FE67E4C , 0x0195849C1C7F708A9BDADAAA4DA8A87E , 0x0195849C1C8A7075B17408739D4F3834 , 0x0195849C1C9571BDBEEF53666D965798 , 0x0195849C1CA07399B460DFE580DB2048 , 0x0195849C1CAB726A8A1E69585BA52A41 , 0x0195849C1CB770698B3467C9CC39DC30 , 0x0195849C1CC172DCAA43681BEF92D1B4 , 0x0195849C1CCC70239394D96024F99693 , 0x0195849C1CD87015B1A00EF430ECA0D0 , 0x0195849C1CE271B69AF437817351A3E0 , 0x0195849C1CED714E8C75C879920AFC4D , 0x0195849C1CF871878B506B8146A9B844 , 0x0195849C1D04716BB0B83B32D60AC034 , 0x0195849C1D0F72EDA4F68E95EEF13A44 , 0x0195849C1D1A710291BA94711C9CFAD7 , 0x0195849C1D257339B19D7BBC1E5A2E92 , 0x0195849C1D3070F7AD76BBA53232CB50 , 0x0195849C1D3C71B9A2A37CE2FB3E7D85 , 0x0195849C1D49705983E697587254C57D , 0x0195849C1D5473E18D09080644D2F49B , 0x0195849C1D6070B18BB662C303A6B85C , 0x0195849C1D6C7098B48D0EA858C41A0B , 0x0195849C1D7670468D2AA51FA77C95FF , 0x0195849C1D9971DAB6975B9768DEA149 , 0x0195849C1DA57340B51D98CDE9729E13 , 0x0195849C1DB07006BD8E10CFD5C5649A , 0x0195849C1DBB706A989B5FBCF5AADEF0 , 0x0195849C1DC5737EAC2ADD51DC8123BC , 0x0195849C1DD072B9A2816530026B564A , 0x0195849C1DDD70FDB75377FFBD02474E , 0x0195849C1DE873728C438F61B9870F27 , 0x0195849C1DF371DE9D726F031D9757E8 , 0x0195849C1DFE7347AE1AE8BFE81932E8 , 0x0195849C1E0A7164B7EE3D2FB2672949 , 0x0195849C1E167286BA7CB70639F46AC9 , 0x0195849C1E2272678C9B06AFCBDD1DF4 , 0x0195849C1E2D72A192193874C3989E7F , 0x0195849C1E3A729B892CC444E31B1E0B , 0x0195849C1E47710E9AA160E86E68DE36 , 0x0195849C1E5373C698BD17D873A2E5A4 , 0x0195849C1E5E7298AE5715C05ACF4C21 , 0x0195849C1E697087BEEB71AADD4A4E63 , 0x0195849C1E747274AD2F563692EC3312 , 0x0195849C1E80702CBFAA4AE99CE3DABD , 0x0195849C1E8C7387A802CC6FCBDF4B63 , 0x0195849C1E99707CBBF0CE161DF02D63 , 0x0195849C1EA473FEBD3D3BC4BB11633D , 0x0195849C1EB0732BA8C9D6E7F530E3E8 , 0x0195849C1EBC7117A02BC5C7794B6E6C , 0x0195849C1EC870509669908BD002F654 , 0x0195849C1ED3722D9DB5E92D16F47A6F , 0x0195849C1EDF71AEA5801D8875EB2A9B , 0x0195849C1EEB73D6BE87863013FDB4D2 , 0x0195849C1EF772F6BF200ABD04B9E403 , 0x0195849C1F0372249AAA282F8AA969BA , 0x0195849C1F0F71488C61DF0730C8B04D , 0x0195849C1F1B724ABDCC2C0A2B804CF8 , 0x0195849C1F257259AADD1A9CA298CF42 , 0x0195849C1F3172318520199DE3E98FCE , 0x0195849C1F3D72FFB2B5F245C35F624D , 0x0195849C1F4971D1BAD8C62DEC6F2B3B , 0x0195849C1F5670CDB75E39A864599399 , 0x0195849C1F61738CB130F239212310BF , 0x0195849C1F6D712C9B7F8DA0D1E3F9D2 , 0x0195849C1F7A7122A53115F8D59C9C13 , 0x0195849C1F8671209BBFEAD453E5B5D5 , 0x0195849C1F93722BA64E93632B1D6413 , 0x0195849C1FA071E2AA02D1050D5112C2 , 0x0195849C1FAC71FB819ADFB2AD564297 , 0x0195849C1FBA713FBFFF3E15D1588CAA , 0x0195849C1FC7728589817D74A7B72A4F , 0x0195849C1FD470C88AC2F6F2B9DA2E5F , 0x0195849C1FE1729C814B0B7B1AB0D142 , 0x0195849C200D72F9BD1D7B77041445A4 , 0x0195849C201A72F5ABE21A6A7E060AAF , 0x0195849C202970D9B2C6727A2ABA351A , 0x0195849C203672A49A78AEC0242BA814 , 0x0195849C2042723584B3E4AEDD177D64 , 0x0195849C204E725A85567127091141F6 , 0x0195849C205A70D1A014B9F1BE13C9C9 , 0x0195849C20657069A32074F3AC0BD564 , 0x0195849C207072409CADEC1869F7C32B , 0x0195849C207D72EAB1FADFBDF04BEE06 , 0x0195849C2088733EB86FAD5EC37E039F , 0x0195849C209370C18242FAF6AD80A5C6 , 0x0195849C209E7254BBAE678F3751C232 , 0x0195849C20AA7398BAAD73636CEDE99E , 0x0195849C20B57158879ED2488455588A , 0x0195849C20BF717BAE3635A7C90E3739 , 0x0195849C20CB71D2A3483BA0DC8DCE8C , 0x0195849C20D572829E9A5C91E73247FC , 0x0195849C20E07311B5A29268B1304B94 , 0x0195849C20EC7077A15F8ECF496EE7B2 , 0x0195849C20F8701BB61BEF14E068D1A4 , 0x0195849C2105737B94F6855F88F401EF , 0x0195849C2111713C94355406589E5019 , 0x0195849C211C734791CD4277E4A1B59B , 0x0195849C212770CB8F160A5BE6F44657 , 0x0195849C213372F494E6090F52D394BA , 0x0195849C213E7203A362B14EF9B59880 , 0x0195849C21497156B830646152DFB8A4 , 0x0195849C215473D19159A32E1FE1BECB , 0x0195849C2161728985D54CDDB9F76DC8 , 0x0195849C217073D785AB666B88CA8A8D , 0x0195849C217C702594F6F954D3D1B941 , 0x0195849C2189722983ED5FC6F6945828 , 0x0195849C219971B983375E7A05DB22D0 , 0x0195849C21A5730792841559B9088F0C , 0x0195849C21B070E8A7D79761E1311AD8 , 0x0195849C21BC71CA9DED484B4EC76C28 , 0x0195849C21C8718C90053224B136997C , 0x0195849C21D471BB971576A7B489D373 , 0x0195849C21E0731FB09B52263C83CF10 , 0x0195849C21EB715FB58809A113678069 , 0x0195849C21F8733AAE10506AD0FF022D , 0x0195849C22037379AA5DCA5F7AFEE369 , 0x0195849C220F70379534B46673528674 , 0x0195849C221A715B9EBBB95A449E4930 , 0x0195849C222672EE9B97D789773E43B5 , 0x0195849C223170DC93818D4343663535 , 0x0195849C223D737B9CEE90F263CBFC59 , 0x0195849C22487161A96D88C0EA5AC15B , 0x0195849C225573CFABC2A873ED996AD0 , 0x0195849C22807338B65FC359D8C78F61 , 0x0195849C228E7253BB0F29BA8AC0310B , 0x0195849C229C7310836A998B305CAAD5 , 0x0195849C22A7716BBC570725DFAC57A9 , 0x0195849C22B37010B5AEC3B6041D9BA9 , 0x0195849C22BE70B4BF37F16F61A56064 , 0x0195849C22CB731F850F0C1FF105819E , 0x0195849C22D773DFB40D89BA27104E70 , 0x0195849C22E370D4A3898C9ABC6E1958 , 0x0195849C22EF700B89DE5378B0530437 , 0x0195849C22FD7012A3BE7002EAB92FD5 , 0x0195849C23087257BE71A86D93468D70 , 0x0195849C23157148BF653A11C2600B3D , 0x0195849C2322738F94CA2F6175335F06 , 0x0195849C23307394B48F427E731BEA4E , 0x0195849C233F73FA82CC0B182BC8E05C , 0x0195849C234B7072834DBDC8CD6F5BAE , 0x0195849C235971728BE614F42E373A97 , 0x0195849C2368734490C7B8CD9B0BF0E8 , 0x0195849C237771B0BE4BF3B7F431F1CD , 0x0195849C238373E1878900C0A12A9763 , 0x0195849C23907359AA5485F8FD322E7C , 0x0195849C239C7095A9EBB79D23A52373 , 0x0195849C23AA7285AA52919F14CA29D1 , 0x0195849C23B9726D84E97D88211A1CEE , 0x0195849C23C87357A0BE25A11F4747BC , 0x0195849C23D5729999AFA95188AE14CE , 0x0195849C23E272DD959CFC0011D21CD2 , 0x0195849C23EF7383A68DA69A2EDA2535 , 0x0195849C23FC71B9ABD6E2FBED937220 , 0x0195849C240B736983121B18A4F1F1E7 , 0x0195849C24187095925B0E87E6CE0411 , 0x0195849C242673C5A0D4244A110C3333 , 0x0195849C24337060BBEE23A14BB6BFFB , 0x0195849C244072B58F536B5BE2D28CBD , 0x0195849C244D71C5ABDEE6B9528D99EA , 0x0195849C24597125A344D2B00C03B076 , 0x0195849C2467724AB44A47287C649EAD , 0x0195849C2474701BA23CB41E90A53351 , 0x0195849C2481735185D18E33F5D6EC89 , 0x0195849C248D7082A0B6CC216272A828 , 0x0195849C249973E3B6E17F5CA0338212 , 0x0195849C24A5720EA646D65309B49D88 , 0x0195849C24B271568DAB296633D29560 , 0x0195849C24BE73968ED3866D92838623 , 0x0195849C24CA7237BD5ACC67A9438BC9 , 0x0195849C24D872D089A668632BBDF171 , 0x0195849C24E772A381126B5FD5F23798 , 0x0195849C24F4719C95FBF00027DA3369 , 0x0195849C250173F68D9719A0209F963E , 0x0195849C25297180A089F4D5BE84122A , 0x0195849C253673F68B533B75207806EA , 0x0195849C2542723B97D4172A40CA8EA8 , 0x0195849C254E72DBA5DD688084FFF40F , 0x0195849C255B734AB13F1A07A3677029 , 0x0195849C256670158C34C7D77A005F43 , 0x0195849C25737327B19CCFA12A2DC633 , 0x0195849C2580722CB9F510B876B8437E , 0x0195849C258D712A8B4407181DE4DB5C , 0x0195849C259A735E93933F64F45672BA , 0x0195849C25A873C2A148B552A6AF897C , 0x0195849C25B57128A30247E97DEB009E , 0x0195849C25C372A194BE8D6B0F10B3B8 , 0x0195849C25D173EF8ACF7C005DE2734D , 0x0195849C25DF7133BD5DAF491F8FB55F , 0x0195849C25EC706D93B3B8E121CC8501 , 0x0195849C25F9723CA62C1BC0DFC857F2 , 0x0195849C2607709AAEADECFEDE90545E , 0x0195849C2614721F8D1A3ED06A16150D , 0x0195849C2621724DBB36794CC557359A , 0x0195849C262D70E2BF00E8E04F63E026 , 0x0195849C263A7355BA4E611F2D2D2B40 , 0x0195849C264671EFBA37BD291844495A , 0x0195849C2654721FAFBEFD3B22973178 , 0x0195849C266470909D587F811BE7DB41 , 0x0195849C267173BFA4BCD00D59B81648 , 0x0195849C267E71D8941FCA173DABD38A , 0x0195849C268B72359D391CFC94D734D0 , 0x0195849C269771B19418AC0A404DE38F , 0x0195849C26A27165B46EAEA4CA89D18D , 0x0195849C26B0723592423E36CAFC36AF , 0x0195849C26BE70F0A58E2BFC5BF13259 , 0x0195849C26CA706FA88BB6B07D72E65F , 0x0195849C26D67196B300771ED847D860 , 0x0195849C26E37342B9DC71304C951B12 , 0x0195849C26F17184B448EA9D2F6F41F7 , 0x0195849C26FD72229C248E9D868ADBA7 , 0x0195849C270A71ECA07F01D54BF3EE48 , 0x0195849C271872A1B41B413C528B9117 , 0x0195849C27257011A984306BF4BE68EC , 0x0195849C273170FFB35C4144ECB3C9CF , 0x0195849C273D7317A48713AA6EA9A5E6 , 0x0195849C274A738CA0E7774D918C921A , 0x0195849C275671FB880D2BDF24213691 , 0x0195849C27647010B98EF2858B01234A , 0x0195849C277071CA8297B6F410FCB79D , 0x0195849C277C726DA391B14BC294DA89 , 0x0195849C278C727BBA9D76ABB11231E4 , 0x0195849C279B71ACBC04C5BC45CC8740 , 0x0195849C27A970E7808D64223D4CB357 , 0x0195849C27E1709DAE3237182DB701EA , 0x0195849C27EE7010ADBE1185FD48F9B4 , 0x0195849C27F971BFBD636F2EABD47F41 , 0x0195849C2807735BBD9C7C1F20E8243B , 0x0195849C28157373B0E847738EC7B77F , 0x0195849C28237052816A107B6555F7BE , 0x0195849C282F72DABE38AEF047D6577A , 0x0195849C283B72F2BD04E3112C2A2E4C , 0x0195849C284970119CCF1F1DABAE1767 , 0x0195849C285C716CB34C2414CB89881C , 0x0195849C286E71A59E42217208920F58 , 0x0195849C2882739AA1A702CBF62E73E6 , 0x0195849C289070A08CF3D5CBDD062B86 , 0x0195849C289E70B59E2DC9E5C93416DB , 0x0195849C28AB7226A55FF563006C8247 , 0x0195849C28BA7318B2752DEAAE4EBD4E , 0x0195849C28CA72F4A057D78D0A21B729 , 0x0195849C28DA708FA1E0FBBE70F737E4 , 0x0195849C28E8732C9D5BBE6705CD7F3A , 0x0195849C28F571F4A330549F9DF074C8 , 0x0195849C29037316A8DDE33A8D4CE564 , 0x0195849C291270ACB2DD8C05FAD396A0 , 0x0195849C292171E1A718C1B0DAF3AF51 , 0x0195849C292F7214B5F6BB123A354370 , 0x0195849C293F704EB63FF9A945712DD3 , 0x0195849C294D70DCB5767C6E452FDB20 , 0x0195849C295970138B55E860E5402C56 , 0x0195849C296771F98844A27A3E4E2DFD , 0x0195849C2979718A8F0EB74246C65A20 , 0x0195849C2987734FB33A698F8A28DBB4 , 0x0195849C2995708CAF3D52CC196AA004 , 0x0195849C29A2714AB9F2F633B49C8EAD , 0x0195849C29AF70138D7990A354391EC5 , 0x0195849C29BC73B288D78EF68EA4227D , 0x0195849C29CA70E09DFD27ED51046C16 , 0x0195849C29D67350BDA8C42D44263262 , 0x0195849C29E37229AF04695661C328FF , 0x0195849C29F170C49501D467ABF53C91 , 0x0195849C2A01705FB2F2890A5DE1C62F , 0x0195849C2A15714BBE2A2B2768CCCEF0 , 0x0195849C2A22723C876C9CF441D67913 , 0x0195849C2A31726F85CADF904F152F51 , 0x0195849C2A40718FB9F033DB4CE474AB , 0x0195849C2A4D70B9AA2984E5632FCAD3 , 0x0195849C2A5A73E1A35364BD6FCCACFE , 0x0195849C2A6772DAA156F49CB048F535 , 0x0195849C2A7573D48928A61CFCAB0594 , 0x0195849C2A827269A7A8526213D4E37A , 0x0195849C2A8F7147AD3E393BBB49B004 , 0x0195849C2A9C72AB9991B6D1FFD04F46 , 0x0195849C2ACB72CB940A5B3F64F88697 , 0x0195849C2AD972B8BE111EEA27595D66 , 0x0195849C2AE572BEBBB0EF48CE79C1E1 , 0x0195849C2AF37294B496BA3FFCDA1DB5 , 0x0195849C2B00738ABB3F0AD8ECFB6204 , 0x0195849C2B0D72C493D483AE9159F416 , 0x0195849C2B1971AEAEE5268E5911C65E , 0x0195849C2B2570ABB80CAE79B1142B0E , 0x0195849C2B317195AA0A66BD01F54DE8 , 0x0195849C2B3D728EBD3408C7DF27E71A , 0x0195849C2B497375BB84D5B691D6D3A9 , 0x0195849C2B5571729ED3BDCE41293CA0 , 0x0195849C2B6072C485C3DBB4E5B46A9B , 0x0195849C2B6C71C1BC3AA6BCB41254F1 , 0x0195849C2B797228BCA18F68538E04C8 , 0x0195849C2B85725D804242B556116A34 , 0x0195849C2B917126B30BCD4325CA3609 , 0x0195849C2B9E71C6B0337FD983894F34 , 0x0195849C2BAA73A8A3292B236B5B894F , 0x0195849C2BB77006AC6C69EC67476A76 , 0x0195849C2BC4739FB45DAEFAFC74A470 , 0x0195849C2BD1739DADC7BCB5023A7B82 , 0x0195849C2BDD719F834FDA8FB2F85301 , 0x0195849C2BEB729EAB2453D486E1FA8E , 0x0195849C2BF77045A5C93596C560529F , 0x0195849C2C067089AC0ED5A22B3013C2 , 0x0195849C2C1372B0A7E1DEAADCC55DDF , 0x0195849C2C1F71A5A85A6E26619FD342 , 0x0195849C2C2B70F4B65368D16EF8DBD9 , 0x0195849C2C3672E78F49E8FA9C3F0EFD , 0x0195849C2C437024BB90E5B67175834F , 0x0195849C2C4F72C284102EE977FC475F , 0x0195849C2C5B72309666FE38E696E83A , 0x0195849C2C67712297D0DD6A7173B118 , 0x0195849C2C737018979788B305187B7F , 0x0195849C2C7F72AFAAA3A64B0C2FF70A , 0x0195849C2C8B7298AEB26A9CDC774DC5 , 0x0195849C2C9773A9B91153CFBD61296A , 0x0195849C2CA3728AB43CADE9FC4A5945 , 0x0195849C2CAF71B3A2235724A8C0221E , 0x0195849C2CBC70DB803D6656EEE24CFA , 0x0195849C2CC87057B755F673783E5A1E , 0x0195849C2CD570E3825D553F0D271EF8 , 0x0195849C2CE37195AE60B53F2A9983FD , 0x0195849C2CF172C98F2E0C10F4E1B36F , 0x0195849C2CFC706D9FEAD579225E9106 , 0x0195849C2D087101B7F5BE3F52FE681D , 0x01958B44C5957336B3AAEC141220C32D , 0x01958B44C5AF739D8C19B35B99B0F188 , 0x01958B44C5BE72E5822C989F645D1AFE , 0x01958B44C5CC71C2AF77FAB35FF9EAC3 , 0x01958B44C5DB71EB8CD473E7E9103725 , 0x01958B44C5E8723AB66D8A53C916FF19 , 0x01958B44C5F871FF976DC39F02023E25 , 0x01958B44C6077367B560A4A62291D473 , 0x01958B44C6167321883647C6632C2D48 , 0x01958B44C62571809488EA40FB362AE8 , 0x01958B44C63072F2B5234525C256DAD2 , 0x01958B44C63F72A9B83AE72FE714CA49 , 0x01958B44C64E71ED97D1AB52D52EB0F3 , 0x01958B44C659715AA0107251CFBE367F , 0x01958B44C66672DF931755F17BC21571 , 0x01958B44C6797340B31483FF2B877080 , 0x01958B44C68A72C9AAD51935E816C457 , 0x01958B44C69872B8BDC17CD7FFE09147 , 0x01958B44C6A573DCA127AE6EA644106D , 0x01958B44C6B071F0BC362003809CB84A , 0x01958B44C6BB705D89E722417DCD958E , 0x01958B44C6C7700396645BD95281EBDA , 0x01958B44C6D37257A8F298B3EB8E5AE5 , 0x01958B44C6E0728EB17C5DF61170E211 , 0x01958B44C6ED721D819499818B391C6A , 0x01958B44C6F87374A5920BEEAC05D220 , 0x01958B44C7057304AF898A44076CE2D1 , 0x01958B44C71070D2BD99A4FB3FDFE456 , 0x01958B44C71B732D94195B35511B0255 , 0x01958B44C726732FA5F59B3B20C5EFCC , 0x01958B44C731710A82259D1E06973FD9 , 0x01958B44C73C732D9A4D03F31D5E4E99 , 0x01958B44C74A70D4BE4A1DAEF9BBF959 , 0x01958B44C75872BDA7519C8F57A7772A , 0x01958B44C76572B2AE2891B9B70B9310 , 0x01958B44C77072198F6554E3C9C9CA2F , 0x01958B44C77F703C836816637A53EA3C , 0x01958B44C79272BCB99D16D67E9B10C6 , 0x01958B44C7A272148F9F1AC036BEDAFC , 0x01958B44C7AD722E9DDBFA8E7EB3B4ED , 0x01958B44C7BC7125BF798849C72F6C14 , 0x01958B44C7C8734381B75D59F7ABF11F , 0x01958B44C7D472DD8ADAAB36AA652E76 , 0x01958B44C7DF707B8B2DDCBDF04CA4DE , 0x01958B44C7EA72089DA53887AD9CF3C2 , 0x01958B44C7F5726293DA639D108BFDE0 , 0x01958B44C8017039AAE58F8DE2669085 , 0x01958B44C80C71DEAB93C0F79B2D5039 , 0x01958B44C81B722582FB25819F396259 , 0x01958B44C82771679C55A41405CA491F , 0x01958B44C85B713F8A967015672AE882 , 0x01958B44C86B729C999723484C037FE5 , 0x01958B44C87B735F8FFACB9103D8327C , 0x01958B44C88B71B296361AB1A419FB01 , 0x01958B44C89B73A6AE9AA2C8C88FFAF9 , 0x01958B44C8A871EDB8EC7B6E9EE4BC33 , 0x01958B44C8B57250BEA4292F1B97331F , 0x01958B44C8C170A98E4C78CF72C4ED60 , 0x01958B44C8CE700DB48725FAA8C5B45A , 0x01958B44C8DD728F9435BAB07646B248 , 0x01958B44C8EA720DADCB9C2DBD2ED03C , 0x01958B44C8F67399A92F7FB57CF87A1A , 0x01958B44C900716C83B05284391549DD , 0x01958B44C90C7183900CE55175A07A95 , 0x01958B44C916733F8DE20C92F76AA26B , 0x01958B44C92272C4B548BB83732E38F2 , 0x01958B44C92C71B8A95F8D2CBCA5734B , 0x01958B44C937734096B7863FB1E2CEBD , 0x01958B44C942726A90ED8268A2759E5A , 0x01958B44C94D713B93F4E801C441F830 , 0x01958B44C95871299170630543FB3EDD , 0x01958B44C962703484FC55AD1C9E8D5C , 0x01958B44C96D71BEB2A1470DB9E333C8 , 0x01958B44C97870AEADEAAA13AE63EE49 , 0x01958B44C98371BEAE50A2AE37C48CF5 , 0x01958B44C991720E84971F4CBF2C3FD7 , 0x01958B44C9A0733EB3D339B38A6FFD85 , 0x01958B44C9AF73EBB59286D7AF8F2E79 , 0x01958B44C9BB73529460FC940EA353F3 , 0x01958B44C9C770EF84A413AA682686ED , 0x01958B44C9D1721091C7CE3D6546D42B , 0x01958B44C9DC71AFB7F7E82786CB42FE , 0x01958B44C9E871888492297922503DF7 , 0x01958B44C9F271A3808B4B5D75AC1278 , 0x01958B44C9FD712399C2497F0E6DA305 , 0x01958B44CA09739F849F585AB6B42538 , 0x01958B44CA1571A7920196E846BF9E60 , 0x01958B44CA217323944373E186F38474 , 0x01958B44CA2C719392FF9398E8E0F0BE , 0x01958B44CA37732DBE2FA1BFE3FE4A4B , 0x01958B44CA4370F6845A6B85B21F0613 , 0x01958B44CA4E733DA1915298E1FBDD91 , 0x01958B44CA5A7267A2040AE6B5C9812B , 0x01958B44CA657278863DC0D19D865157 , 0x01958B44CA7170569533CE4336CBBFC9 , 0x01958B44CA7D733FB97BFDCE258D0C65 , 0x01958B44CA887241851CE0297760B836 , 0x01958B44CA93720AAEF7C3FA65961814 , 0x01958B44CAA1706097EC58D4A99FE1A0 , 0x01958B44CAAD7045AA9408255919BA53 , 0x01958B44CAD57221BF5E2A2D9310E208 , 0x01958B44CAE3710596B6170EB16AC375 , 0x01958B44CAEE7394AC1EB0AC37B876BA , 0x01958B44CAF970119F3E1EB76B00C157 , 0x01958B44CB0471968B51E8D1E2840F7A , 0x01958B44CB0F710D9F5509BF7A9C22EF , 0x01958B44CB1A73F9B521053DBC29F7A5 , 0x01958B44CB267161B23742582977B6AE , 0x01958B44CB317328AF2413DF3D9ADD1E , 0x01958B44CB3D71F882F427FB98835CFE , 0x01958B44CB4970E58C552FC49188E4CA , 0x01958B44CB557322B287C01FE027613E , 0x01958B44CB607113ADBAA6E7502F0C83 , 0x01958B44CB6B73F7917F8A4B1795FC76 , 0x01958B44CB77716287380A59E3B9C5F5 , 0x01958B44CB8472CA909D827742B82A44 , 0x01958B44CB8F7001A9485DCCBF4A80D5 , 0x01958B44CB9B73078E8C029A03FD3315 , 0x01958B44CBA673DDA03EAE8C59D8827B , 0x01958B44CBB1716D92E73D4A1F0FE0D9 , 0x01958B44CBBC71D1B05ABD96EC4746B4 , 0x01958B44CBC772E2B440AFA28F81AF7B , 0x01958B44CBD27087AB87F3A60A151418 , 0x01958B44CBDF7163AE2ACC4C9194BB7C , 0x01958B44CBEB7244A09042509AD0E449 , 0x01958B44CBF8737A820B296B74EC75AE , 0x01958B44CC0572C1BC870132D1843694 , 0x01958B44CC1270CDB9A829BA7DD80C51 , 0x01958B44CC1F7390BF6C6146FB3050BA , 0x01958B44CC2B7086B674DCFA8E761028 , 0x01958B44CC377241ACE8278CCE67ABC4 , 0x01958B44CC44733A8C1DD7ABBCC4E4C9 , 0x01958B44CC50723DB932D9BB20B5A133 , 0x01958B44CC5B7311B017774230F4A839 , 0x01958B44CC6873E8B51B392EF3B507A1 , 0x01958B44CC7571439BF2ACEC15FC47EF , 0x01958B44CC8173D881173988A38B0E60 , 0x01958B44CC8C7275A6C65B5F7D3C5719 , 0x01958B44CC97728C899ECC7A3E8B1BBF , 0x01958B44CCA472BEB2B66E54BD0BDA26 , 0x01958B44CCB070DDB7E9A7981615C4BA , 0x01958B44CCBD73CB90D755CB5132B5F5 , 0x01958B44CCCC71F084B2E8551B6F5E5D , 0x01958B44CCD972A3A5C2054587592223 , 0x01958B44CCE473D1A5DA32850C7461F8 , 0x01958B44CCF17145B09AB2E2C5DC20F1 , 0x01958B44CCFC72219D77F94B8EF42F5A , 0x01958B44CD0771518228921605275222 , 0x01958B44CD1371DEAA7F4CACCA16B09A , 0x01958B44CD1E7216908F3201EAA167F1 , 0x01958B44CD4573658F27F483EFE9BDEB , 0x01958B44CD52730F95B3FA0E0C10E099 , 0x01958B44CD5D7202A272218683F48076 , 0x01958B44CD697399BFC07AB9E7380575 , 0x01958B44CD747008941E39E7AC3EC82C , 0x01958B44CD8072378D72C80D2399B421 , 0x01958B44CD8C725881C41584C0F05296 , 0x01958B44CD98713A91017E9C0C562996 , 0x01958B44CDA47370B7CEB5E829EF1511 , 0x01958B44CDB27054981F09FE4FD286E4 , 0x01958B44CDC071C58E0A87CA3A9BA8BF , 0x01958B44CDCD734A825D563844A52B7E , 0x01958B44CDDA703F99E17CBA52E32C48 , 0x01958B44CDE771E89382A7767722BCA6 , 0x01958B44CDF37264A3A84E64F8AEFCC5 , 0x01958B44CDFE705EBEDA58DA6A2C0278 , 0x01958B44CE097367B47A1A0B224A9F93 , 0x01958B44CE1472B8A8EF2CA69C9A14DE , 0x01958B44CE1E70B686FE165216FC54D7 , 0x01958B44CE297111B512104ADA0D81FA , 0x01958B44CE3670AFBE5E04ED35781ED5 , 0x01958B44CE42703AA0F23E73A49F0AF1 , 0x01958B44CE50706EB056B85D54183FD3 , 0x01958B44CE5C70D3B185A674371E2FCF , 0x01958B44CE697152A95EF9BAC63370DF , 0x01958B44CE7673D08222B77B32B0EF6A , 0x01958B44CE8471FB88641D67F0B43779 , 0x01958B44CE9072888A5F0F627D32F943 , 0x01958B44CE9C7324AB9C3B3172710EA9 , 0x01958B44CEA8723D8D673E85293FD086 , 0x01958B44CEB370A5A6C36D42B4181775 , 0x01958B44CEBE704F9FB3930C51A10556 , 0x01958B44CEC97224B49EE4639B708E60 , 0x01958B44CED571EEA7A914735CC65B1F , 0x01958B44CEE1724E8D7116EF5BB8375C , 0x01958B44CEEC71B9BA4667FAB4D8FCE3 , 0x01958B44CEF87328B6E1876F7BA1B8E4 , 0x01958B44CF0472578BA7B94DD594CAE3 , 0x01958B44CF1072E094F57468F8AA82BE , 0x01958B44CF1C70F789F37C45F078683D , 0x01958B44CF2771D6A3959C2352F6C1AE , 0x01958B44CF3271E8A583D8836C3AEF70 , 0x01958B44CF3D708FAF43612872F129EC , 0x01958B44CF4872348D2573D14CB124D0 , 0x01958B44CF5273A1B21BCAC9AA0734A3 , 0x01958B44CF5D717ABF91047ADBB4B38F , 0x01958B44CF68720497823730809AF5FC , 0x01958B44CF7373D8BCB9AB95FBCC97B7 , 0x01958B44CF7E707C9D2B164EA0165665 , 0x01958B44CF897010AF0016C0270282B7 , 0x01958B44CFAD7381AF4843425E48548A , 0x01958B44CFB972F396EA679644BE6C3E , 0x01958B44CFC47019AAD984F5D4CB3865 , 0x01958B44CFD071D8A30FFFFD500FB568 , 0x01958B44CFDC72FE90B236335431AD47 , 0x01958B44CFE8724BB4017D9E92F80B4F , 0x01958B44CFF3709FB634EF3F25A6E4CC , 0x01958B44CFFE71019FDA55BFA81D24FC , 0x01958B44D00970528A14E8AEF9E985F8 , 0x01958B44D01471C9AFB2578E1DEE3892 , 0x01958B44D0207164A0AEEB12CFA07704 , 0x01958B44D02C73C6A49E54C75CD692EF , 0x01958B44D037726B83E2A14C73D50B63 , 0x01958B44D0427161911AA3EA6D8FA848 , 0x01958B44D04D70D5A328E4CD05D7FA63 , 0x01958B44D058707BB06F74A3D178710D , 0x01958B44D0637308A5BEFC89484F4E83 , 0x01958B44D06F701AAA744AD3707A27E7 , 0x01958B44D07B7331A3D19AE7703DB379 , 0x01958B44D08672D8970D4D0788387623 , 0x01958B44D0927384BACF14A90D71C057 , 0x01958B44D09E70628EFA774B29EC7F96 , 0x01958B44D0AA71A8AFA564C71031C2EB , 0x01958B44D0B6700AAE31EEB299E6B56B , 0x01958B44D0C570E5B3FCD99C9D786FD5 , 0x01958B44D0D0736AB9FC2D63CECEB667 , 0x01958B44D0DB71F6AF0A88585EF0BA6C , 0x01958B44D0E77170A3D333DF98B90F07 , 0x01958B44D0F2734F95C62C1BD8D4B726 , 0x01958B44D0FE715D993462B652BEC34F , 0x01958B44D10970FAB8A2274D0623879F , 0x01958B44D11571E6B89A44D22E54A24C , 0x01958B44D120731A974E1A5A3A7531D5 , 0x01958B44D12B733AB230FC0008BC64B6 , 0x01958B44D136718198D74AD227DDC800 , 0x01958B44D14370189C3746198ACD6051 , 0x01958B44D14F7392AAEEB6C66B2FFCFB , 0x01958B44D15B70B7AEE605319352B4D8 , 0x01958B44D16672AE94D2499DDF48428B , 0x01958B44D17273E2B5D6823EB14EF016 , 0x01958B44D17D728082F74D8B9F78C399 , 0x01958B44D18B70FAB4B79EE64C951BBD , 0x01958B44D19771C6BC64671439296F4F , 0x01958B44D1A273F9BA1C066DB0239CFF , 0x01958B44D1AD7177ABD64A828D6382A9 , 0x01958B44D1B8712E916DBE01A7983826 , 0x01958B44D1C37393A769298746E14B53 , 0x01958B44D1CE72E5BA9417113CD28B1E , 0x01958B44D1D9725FB36A278B55D01F48 , 0x01958B44D1E57174BC195CB874C78E2D , 0x01958B44D20773F0B7E413F416644666 , 0x01958B44D21273B384AE5148FE446D0D , 0x01958B44D21E7369BC0C2BF640B86EE2 , 0x01958B44D22971AC99F104A389B86CE0 , 0x01958B44D236730F82D9974D76F722EE , 0x01958B44D24272BBA87F3B25DD222357 , 0x01958B44D24D73CEA7808DBCA6211B57 , 0x01958B44D25A70718CEF4ABDA8E78A3E , 0x01958B44D268729E8105C414EB3A104E , 0x01958B44D275710AA40AB2A23685B0A2 , 0x01958B44D282701AA6B0A1980B8AEC42 , 0x01958B44D28D71258C4E81B333A4ACDE , 0x01958B44D2997089A2166DE4E08286C2 , 0x01958B44D2A4733ABA4712554B849F4F , 0x01958B44D2B1731C94F0D865B793A9D3 , 0x01958B44D2BC7014A93B1223456C4DB6 , 0x01958B44D2CA732CBC7B43C643FC156A , 0x01958B44D2D67283BC9215861BDAA121 , 0x01958B44D2E2706DA244ED7346F34F66 , 0x01958B44D2ED7097B5E4E93F782968E5 , 0x01958B44D2F87145B41B42E298849C88 , 0x01958B44D30570B5995EF8A95B50C9D2 , 0x01958B44D31070CAA4F3AAABF11EE2CE , 0x01958B44D31D72DC811E0BF8B40B8196 , 0x01958B44D3297262B9093269944230FD , 0x01958B44D33573AC97446D023AA9D5AD , 0x01958B44D34072DCA9A5A68F98EA0A66 , 0x01958B44D34C7051929A80AEFC1F3240 , 0x01958B44D357719885877B4EA1C73776 , 0x01958B44D36272C5A791244A01F92EBC , 0x01958B44D36E702B9B5B8290B8B72C79 , 0x01958B44D37971D68F25CEFFB393EECA , 0x01958B44D3857305AEF86718CCAF0354 , 0x01958B44D390707395E4FB8B760B2422 , 0x01958B44D39C7049963E22B619645659 , 0x01958B44D3A8723A8AC8CF00274C921C , 0x01958B44D3B4719EB2DCABF23CAE714D , 0x01958B44D3C2718489720F777BC296BF , 0x01958B44D3CE729099AE3F27299D26F2 , 0x01958B44D3DC7012991F0001FEA5C827 , 0x01958B44D3E870A498277D667EA228CB , 0x01958B44D3F37339ABCC3B686196727D , 0x01958B44D3FE70BBB046845850123254 , 0x01958B44D40A70908F3486089859C53E , 0x01958B44D41670D1ABB0BBE1A3EFE1A1 , 0x01958B44D421726C83E6D039499AF2D5 , 0x01958B44D42D73DF8BEF961407E85C36 , 0x01958B44D43A700F851E9AB33A850BFE , 0x01958B44D447732989B1F6BF51F87853 , 0x01958B44D45473D0A361A0D6DD1AC863 , 0x01958B44D47F712EB585DD461061748D , 0x01958B44D48C713E983BC0C27370DFA8 , 0x01958B44D49A7261A70A71D66F62AD8A , 0x01958B44D4A7739AA10E72A6FBBC77A8 , 0x01958B44D4B473E288377ED634C66A63 , 0x01958B44D4C170CF98F6693B534155A5 , 0x01958B44D4CD72849943248AF3F04C71 , 0x01958B44D4D971CD96A4BB0476938370 , 0x01958B44D4E57186AF427B9963E112AB , 0x01958B44D4F173F48425FAAB8B7984D3 , 0x01958B44D4FE70FBAD66215B4C0B5BC2 , 0x01958B44D5097201BB4754420AB20D78 , 0x01958B44D51570EE8670C4D78DB71406 , 0x01958B44D5227037914E83D2E7B83EE4 , 0x01958B44D52F721694D03166FDE55130 , 0x01958B44D53C72E7BA77D44C39847321 , 0x01958B44D549724697A11E75F7397997 , 0x01958B44D5567052BA8272E3D10BC41F , 0x01958B44D563721FBD15330BEF301A7D , 0x01958B44D56F730CA9BF912182FB4784 , 0x01958B44D57D721B923638D8DDA8B8B4 , 0x01958B44D58A71618BD47A9ACF1A08DB , 0x01958B44D59770A18EBAFBFDF592CB48 , 0x01958B44D5A471678CD20C094D0DE511 , 0x01958B44D5B271B0B2944957B73F96BF , 0x01958B44D5BF723B9B2BF2267C4ABE61 , 0x01958B44D5CF7082B30C2DD49707CAC9 , 0x01958B44D5DD71218774ACC5C9C3B1E9 , 0x01958B44D5E870A4B9A9197981EE7FDA , 0x01958B44D5F57266BC7DE73E41920779 , 0x01958B44D6017038AFFF3A835C9AE6BF , 0x01958B44D60E7267868AB6877D858820 , 0x01958B44D61B70419463D9AD0EB0546A , 0x01958B44D629701F96F1361158C0D143 , 0x01958B44D6367243A07255500CB29388 , 0x01958B44D6437127BBFD45965F4E749F , 0x01958B44D6507323958C4E9E3B19755B , 0x01958B44D65C719B8A406F786AB8D9FE , 0x01958B44D667731AAE885A02CEF5A8F7 , 0x01958B44D6737334932B10E3962CA90C , 0x01958B44D68070008413D04E3F77A933 , 0x01958B44D68A73068E2C35EADB3DB193 , 0x01958B44D69571669CC7F6ACD3D59943 , 0x01958B44D6A271A1A9F8484C7DD64278 , 0x01958B44D6AF7163BCFAC8FC19B4FE8B , 0x01958B44D6BB719881A190B632104BC5 , 0x01958B44D6C870568C440847DE7BF6E2 , 0x01958B44D6D370E98E97CF8D205DC0EC , 0x01958B44D6DF72D1833578F3386E68EC , 0x01958B44D6EC707DAABF428562163618 , 0x01958B44D71670C49F07D08B01794FD3 , 0x01958B44D7257015B220EC0A47F3B628 , 0x01958B44D73271A08DE312508EC70D12 , 0x01958B44D73F73ED8AB9435E805E9A01 , 0x01958B44D74C732CAB344F75C4AB6190 , 0x01958B44D75A7288A06B12FE5C1ED8B4 , 0x01958B44D76671A19E620B92248919D2 , 0x01958B44D77170A787265BB6668989CC , 0x01958B44D77C701D8BC1666AF39422D1 , 0x01958B44D78971CAB35CC4A212C83D85 , 0x01958B44D79570CBBD55A7ADA390EE20 , 0x01958B44D7A1723EA8CBE607CF47A352 , 0x01958B44D7AE72BB99992AA5FBBCB88F , 0x01958B44D7BE73BCBBD1D907A240C744 , 0x01958B44D7CB70A4AE3289DAF02611CB , 0x01958B44D7D772CB93F7AF2E000EB563 , 0x01958B44D7E370C8BF7767CDD82EA0C2 , 0x01958B44D7F071F9A9FBBC626EF7F379 , 0x01958B44D7FD73B5B000B338B7299EA6 , 0x01958B44D8097228AC148281654B12EA , 0x01958B44D8147084B96FB9A93690B879 , 0x01958B44D81F70C7B79091A720E937E3 , 0x01958B44D82A7059BFDCB0EF70591056 , 0x01958B44D83771679E9E511820F58C3D , 0x01958B44D844726B9734CD0E94C7732B , 0x01958B44D8517161B201E126DAEB11DE , 0x01958B44D85E72C0B4E5E719F378AE6A , 0x01958B44D86A73CCACBFA55260309EA9 , 0x01958B44D8777218A62169DB900CB7ED , 0x01958B44D883710487724CECA2EE554C , 0x01958B44D89071069FF210ED290273C2 , 0x01958B44D89C73579F74A86BE4A6A2EF , 0x01958B44D8E97304A2C12C8645CE24DF , 0x01958B44D8F872FBB0BEBA034E2ADF69 , 0x01958B44D9057192B0292E8FE465F4DD , 0x01958B44D9127012B18B33F3CF759CA8 , 0x01958B44D91E72A2A60B4F1523411C9E , 0x01958B44D92971C0A0CBB235A2A40910 , 0x01958B44D935728694294C4019B5DF0A , 0x01958B44D94171CA94F8AB01BE7F8C5A , 0x01958B44D94D70A681BD9B8C761D4664 , 0x01958B44D95A714D91D5A04965AC3B77 , 0x01958B44D96873D38AA9F4315EAE6EF3 , 0x01958B44D97570FA8E7AAC5F19287ABD , 0x01958B44D982714AB69F2924D276700D , 0x01958B44D990717BA954F1B1662680C6 , 0x01958B44D99D717EAB0966D5070ED11E , 0x01958B44D9AA73859F6F0ED8FA57BC60 , 0x01958B44D9B870D38F03E21287DD9237 , 0x01958B44D9C6708684BBFC0E372DE379 , 0x01958B44D9ED73C6B50F13EA597C88FC , 0x01958B44D9FA7239B83065529783D710 , 0x01958B44DA08729A8C9E2F0684FFF9C3 , 0x01958B44DA14711792072F229BF5F391 , 0x01958B44DA1F7059A903ED5B67EFB226 , 0x01958B44DA2B70ECB349AF9B509B958F , 0x01958B44DA3673DAB8D3A63D366344BC , 0x01958B44DA4273A28719A47E67518860 , 0x01958B44DA4E7385AA80BA8ECB088FC9 , 0x01958B44DA5B70E19DEA9E069EE77542 , 0x01958B44DA6673D7AA560A35075DF399 , 0x01958B44DA72732DB4909C257DEE2DD8 , 0x01958B44DA8170799E986E0E8089AA8B , 0x01958B44DA8E7253842736D5799B6B95 , 0x01958B44DA9B72BBAD2ED1C7357FA8AB , 0x01958B44DAA7706986073AC88D85F6E8 , 0x01958B44DAB3736DA918FEF31B650223 , 0x01958B44DABF7341AA75878DE0881EA1 , 0x01958B44DACB7056B1494D2026A328D5 , 0x01958B44DAD77008B188498E558A84B2 , 0x01958B44DAE370C8AD7B6658AB81676A , 0x01958B44DAEE706CB16816C63E915DDE , 0x01958B44DAF8705EA9B15B4821C016D7 , 0x01958B44DB05729499F21F6E71DCA667 , 0x01958B44DB11717B9D9C2E82653121B5 , 0x01958B44DB1E72C1B709A7B3CD9B1B9B , 0x01958B44DB2A71E49C262D2F24DC8B4F , 0x01958B44DB377094B89ED51290C3428C , 0x01958B44DB42735F9EC9E8AA68C02BB6 , 0x01958B44DB4E72E5BC3504CCD81DBE4F , 0x01958B44DB5C70EEB4BDAC0CEBEA9AB0 , 0x01958B44DB68716DB0849D45E3038CF6 , 0x01958B44DB757129BB6EB062E4024E63 , 0x01958B44DB81715CA912D95D5D12BBC0 , 0x01958B44DB8D707EA90FBD0A84D060AA , 0x01958B44DB9A72B59A07E87053B531D3 , 0x01958B44DBA87299B6A889A04A98C85F , 0x01958B44DBB370AD94F07DEF55E5F6B5 , 0x01958B44DBC073B1B696DCA149D686E8 , 0x01958B44DBCD738F9B408983CAD0863C , 0x01958B44DBD97023AC22686554557753 , 0x01958B44DBE471B0AFDB30D80768F706 , 0x01958B44DBF0729791E5E84C104C86C7 , 0x01958B44DBFC72FAAF107A5E60236EA1 , 0x01958B44DC0771FB935BCB0565D8E19B , 0x01958B44DC147110AE3A8B393C31EFAD , 0x01958B44DC20739DA44F6DE60F83E6BD , 0x01958B44DC2D726E8BDC621D3BA9C474 , 0x01958B44DC3871EE97DF6EFE1FD37929 , 0x01958B44DC4570C795A8A36F1C82B8D8 , 0x01958B44DC6B706ABD33A91EE9EA258B , 0x01958B44DC77722C864E708B0DD13982 , 0x01958B44DC83719E931454FCEF9705AD , 0x01958B44DC8F7078943C14420253A6F3 , 0x01958B44DC9A7313A345BC57F5CE0865 , 0x01958B44DCA67093963D65C35B0DC39E , 0x01958B44DCB1731C8B6DFC9249E9519F , 0x01958B44DCBE7105AACD8D973A7E8913 , 0x01958B44DCC972A7BD4B377BF8C47248 , 0x01958B44DCD670BF8320AB7E5338A5BF , 0x01958B44DCE271E4AB0614DA91823489 , 0x01958B44DCED7200B1AB2DCBDAE57879 , 0x01958B44DCF9721EB15BB959AF8B3C8B , 0x01958B44DD0473A094C14A545FDF34DB , 0x01958B44DD10718FBBE94D31C69C7637 , 0x01958B44DD1B72DABF2972906C93B549 , 0x01958B44DD2873D2B9CA0A814D15FDBD , 0x01958B44DD3571F1AEC6EF576BBD7999 , 0x01958B44DD42726A9A15A617552D028E , 0x01958B44DD4F70D686E7CB31B5F75E2A , 0x01958B44DD5B7035A33907CB229F5CEB , 0x01958B44DD6871B38A8A84C7FAE1240E , 0x01958B44DD7572D3A36F7E41CB239F55 , 0x01958B44DD8372988C9B46B4F22EE26E , 0x01958B44DD9071A993062C4D81C6A191 , 0x01958B44DD9F72899688150824F51D42 , 0x01958B44DDAC71A2903FF5BFE5D4013B , 0x01958B44DDB8727AB0FDE86861B66105 , 0x01958B44DDC5701698827D78AF02D0CF , 0x01958B44DDD2700B9DFD1AF66E58D9EF , 0x01958B44DDDE710C804C8458069B165F , 0x01958B44DDEB73DC96B635BC9975404B , 0x01958B44DDF8701191B41EF2165DF9AF , 0x01958B44DE0472049BD8BAA14925F4AC , 0x01958B44DE1170638B88A87459915861 , 0x01958B44DE1D719FB57C810D97E3E099 , 0x01958B44DE2A72D087FA213D1E95ECC0 , 0x01958B44DE3572B98BCAFF9A8F07D1ED , 0x01958B44DE4173E8B88329DAEB2DB61B , 0x01958B44DE4D73F3B06BD86ACC2ABEC2 , 0x01958B44DE5970218ACDB1402DC5C953 , 0x01958B44DE6C72239DE5D08CF7C3D21C , 0x01958B44DE7972D6AA16935FB6CFF0C6 , 0x01958B44DE8771B5B3FB7C49FD3A7CB8 , 0x01958B44DE95725AA689107916F96F85 , 0x01958B44DEA2711680905A0449F4CF72 , 0x01958B44DEAE73CD900BF8AC72A9AC89 , 0x01958B44DEBC72E18772FC11C78E3F59 , 0x01958B44DEC8737EA1A102614BB42ECD , 0x01958B44DED671C1B61939C3B8FB4866 , 0x01958B44DEFB70A7B52F3677F36035DC , 0x01958B44DF0772A790EAE93C3859B157 , 0x01958B44DF1370F495C0CEAD24F24F98 , 0x01958B44DF1F7335BF0A09F15F57A89B , 0x01958B44DF2B73388A6E11D2D97F0537 , 0x01958B44DF3673158741A02E646E5B4E , 0x01958B44DF4371BFAB488E5349236BC5 , 0x01958B44DF5172E2B09F78CF5DF5424D , 0x01958B44DF5E7365BF7D6A8BC55E9F1D , 0x01958B44DF6C7158AC000421CCAC994E , 0x01958B44DF79726D802BD7C909CD9445 , 0x01958B44DF877261BCA45A600125142A , 0x01958B44DF9572FD82C683EB18D4CDF0 , 0x01958B44DFA1708B937E343A3EB62ACE , 0x01958B44DFAE712CBE07FF7B8C987B25 , 0x01958B44DFBC73C9B69CC8923548BB95 , 0x01958B44DFC9738BAACDFC1BA6AD037C , 0x01958B44DFD6705ABB21B60AD5862012 , 0x01958B44DFE3706D87FB3A8884EF6F3C , 0x01958B44DFF07017824BCC116BD2F9B2 , 0x01958B44DFFD7106A22E69DB0E17C9A9 , 0x01958B44E00B72749EA4B2DF85D74A5D , 0x01958B44E01972BB8EAA8D91E9D21113 , 0x01958B44E02671AE8B4F4E1BEA7EA28E , 0x01958B44E033707DA3005D9A93C949F6 , 0x01958B44E03E7175BDA7433EC9D46FBD , 0x01958B44E04D71E5BAAC905D636312FF , 0x01958B44E0597235A4716AE9D93FD969 , 0x01958B44E06773ADA971A65BEDE378C0 , 0x01958B44E0757265A86C83F8192B1525 , 0x01958B44E08273D8A01A632F2F305130 , 0x01958B44E08F70929D5D9CDF06B8D790 , 0x01958B44E09C7168BCECB40AC5B65910 , 0x01958B44E0A972DAAF90F432321172E6 , 0x01958B44E0B672879B439C7AFC960E19 , 0x01958B44E0C273B0A4983B3BC7A71719 , 0x01958B44E0D07325A7329408C0FC5DF1 , 0x01958B44E0DD70FC94D57A05EEA1CE34 , 0x01958B44E0E97298AF3E96BDFD0E214D , 0x01958B44E0F6710E876079C6E8CC78DF , 0x01958B44E10172DCBDD8247F67CE7AE8 , 0x0195F02B30D97896BC4EAE86B03CFA2F , 0x0196620C7E7575698E82575205A2C263 , 0x01966259A93379CCB470B23D53A1DA90 , 0x07DEF4D19E504789A802F3BCE8290026 , 0x07FDFD0037214FA0BC095A9024290AFB , 0x0D47F6854D9F451099030A22AFD83424 , 0x115E1E17B4484E9AB5B6F40AFC433271 , 0x11B06B38411541D1A3004FC3B94C17CA , 0x12C1B0C8A5D64AA79A8DC3364434F129 , 0x1367580DBA9346BE915CF158EBF975BD , 0x139343C43D30443884479C3760CF53DD , 0x1A0689E4BE3641B28F56F68EDC67E7EB , 0x1A2E561AD9704FA3A6083A8482C3014F , 0x1A50D4C7CB9940DE892E06A16B1C4431 , 0x1BC1769170794A6C87BE0ECBA6E87A58 , 0x1D7C2FF97BA8444D91C2DBA51CB58A0D , 0x1E3676988C7148AA97D25B0677857498 , 0x2092CC50E72C4AADBD6FA557F34FB551 , 0x2146C0E6AB5D45D1930BCF9CF71F8BAE , 0x24BDB8FFEAA74B4DB9A6DC3784047419 , 0x2542DFCEC3804CCFB728C09A3AA635B4 , 0x2556B46FD9A245D485A45AF367D7BCCC , 0x258AF59A1EAF48F499D8E7FF0F4419A9 , 0x28AB7E5193B94F818FD3910075D769D2 , 0x2A69867396EA483DBA134A9561D8B8C3 , 0x2AF2502FE0834EA2934D964CD2461A6E , 0x2BB29338C22C4AB5AC3AFB83F3D0FB0A , 0x2C3596F4E08447CEB8D719E0346497C8 , 0x2C6FA57FB837440FBDA88EA57BF61B4F , 0x2C9962390DBC4E5A90ED3B79CD5BE7B9 , 0x2F8171EFD5064E2081D3468E7E766C70 , 0x31E8858101F04AC4B414B78007D71149 , 0x324E9C4B09084FEB8B8A34A65A78B0D2 , 0x325EE19F6E16487DA29CD25D7034A2CA , 0x3499D43F6E8945BD879CF490C68A040A , 0x36D33ACA941D41A2B505002034DCCE4B , 0x36DD5BD7DCCF4418A052586281A2F7E6 , 0x3A6C6A0491D04CB384C9864FF7353268 , 0x3B69FCC64191467A90131E24696121B0 , 0x3BA14C3E683841C89E3A792C57FEAA9A , 0x3CCA55545BBB44D38463495CD40170BF , 0x3D12B225B32E4AABB0A345F1941DD1BE , 0x3EABD45D7BC4444998000A84511DD776 , 0x41C1CF59C9D247EAA8172EB0D50C795E , 0x42780F81E17D42AE871140F77FFA996D , 0x45BD0233A8864C9CB296E396CD1F0FFE , 0x463290FFFBFE457B98F10FB28E48D704 , 0x48D1046817914588B4A95FB939E4C8ED , 0x4AA017055ABB47429AF6E464C9AF99F1 , 0x4C2A8A6B594B413EB7DCDC23C73B8615 , 0x4DAFBD6776704A67B58419703A756C4C , 0x4DDE381EED45432EAE20FA86D68EC94D , 0x50EF7D934ADC4F4E8360ABD70A8DFFBC , 0x583CD7F78E97484D988198911B37E2DB , 0x588F07ABCBE34C968DF95F80C73ECF7E , 0x589C5A68A02C447BAE06C1FFCA700A63 , 0x5A0BB335F4AA441CA75891F5CFA9F8F8 , 0x5D577C767F364FB3BB743D375B604106 , 0x5F6FDA9DAB3E48C6858F9F4849EC14A7 , 0x61C17E8D29E94063839CBE3B9ACC628F , 0x6AF97A1466EA47A4A8089905847D75C9 , 0x6D114597EBC44434815D1F6F9081C48C , 0x719C88B64ADF4735A13D61ED7C523843 , 0x71CCC40089EA4BDA8E88F5FA76BEC98D , 0x739C720D189A4B2DA4994DD355DF37BF , 0x75FC2DD916624D7985EDB50FC2536002 , 0x7617764EA60C44D9B5BB527A1B8929AF , 0x773AD2023416408281C86063C5576391 , 0x78F54CE269E04D1B9D7E0FF34FEBA581 , 0x7ADD6BB2FBAC40409CC23FC515BE7797 , 0x7B91B29F38774CC089C1A4264B4E283E , 0x7CD73E9ACB404AD08F7A99D111092699 , 0x7D0B2B9850D1487E86045EDD882611E3 , 0x7EA3D2126132494EA22E19E7EAB4CA14 , 0x7EF4C9B9E9D64571BB450E24387BE46D , 0x7F26C3F9EA404A8A8F3D2189CEBEB410 , 0x803E91FE530D43B29B2AFC6EAF3918DF , 0x80677BFCC85F44B3A576538C5FA8D901 , 0x82B9A56AEC10470081879B213D74688F , 0x83C166D7D27641639AD1DA7773F56E9F , 0x844FA88ED7044B0382C6AAC773D4B795 , 0x84E4EC545CC84CA5A6C4B99BDAA05D0E , 0x860BCF21C10346C899A62E76D9CD8AF7 , 0x89928E864E5C4A9C97C07448C97DC0F1 , 0x8E3ED64C16844E949BF13CEE19267A84 , 0x8F15E2C7C2224C5FA11C0C4D5F3D0C73 , 0x8F7A3CC4E5834FB5A35AAB32888C3957 , 0x905924AD9DB8421B98A75F984527F05A , 0x91C11B153DC9456D8CE667292D694525 , 0x91FEC62996FE4AF6BF9200226D6E7AF7 , 0x9422E8F101154CFBA32E5E59391296F5 , 0x983E701C85BB45CF96BD01B7F3D74565 , 0x9BF4F93BEC274BFDBA4484DF4B130B4F , 0x9DE255B9AB334E5BB034874C6C6030CE , 0x9E8AECFE9FDF4151B683EDEAC6494640 , 0xA253E9BF50EA4AA8AFCB3D8D5BA70BF9 , 0xA333E38F8CD6480AAB2AB75F58B7560B , 0xAA0E6C20A5FE478AB20875BC732B1F97 , 0xAB49DABDCC464169A1914C1962D74D93 , 0xAC39C80C201E4A0C961C4BE4783389B6 , 0xACB769DEBFA148289A7E7FE8439988E8 , 0xADE3FB55BCE34380A896C26ED9B70AF4 , 0xAF7BDEA02E9543728FE3AEE000B53EE2 , 0xAFB56530649946BCB6D81050547D74C6 , 0xB1E6E18ADE91431492446638F0724BAF , 0xB2285285613D4F55A7AE4EEB65B66837 , 0xB3A4C4AF31D94E0698C55B1092C49823 , 0xB65CB7FEEC7B4CE19DEDDAFCAC2250BC , 0xB8F042DDD52C452F8B55A505DAB73E73 , 0xBA8E04E8FF9C4EB69531D24F34B19EBE , 0xBC1D8075EC594937B87034BA4309DF7C , 0xBDE23E5AC27C44CBA405126A23211D17 , 0xC966CF30D5A1480EB29CC15BFA7B2042 , 0xC9FB72B556304FF0B453C9F4F8B699DB , 0xCE48E1B0C2514EE0BAF1761633926B3E , 0xCFD09BA79AEF4DF48A6CFC39785786B9 , 0xD04A7198E2C04D34A829161CFF7AAD5B , 0xD2241CA98C024B14814C2C318D97A58D , 0xD2EAD25478AA4EAEBC722C80BB7769E9 , 0xD32008164B2148779F42B5EC406A3BE3 , 0xD3BEBE76188D42ABBA88CBFD5D70DFA5 , 0xD5DAFF64841E47B2AB259E00CD67C986 , 0xD864B08A8342491AB65B7DA01C783773 , 0xDAD9DB45A63248D780C8B91221059B73 , 0xDB8020A5066E4B53B0931E4FD2FC31BB , 0xE1D7FEAD4164462DA25581A742795FF8 , 0xE2EB8ECBCAF742D9AA42285E810693A7 , 0xE6A121E168FC47648BBC8443F31F1182 , 0xE6AAC2CE065540E192747C5389762DE5 , 0xEADE027FB91D47288B67B18FCF58CF94 , 0xEC08C0DB37904C29BC2C83AAE4EE0AD1 , 0xEF32ADB34C234D5C898187406F6F3C3E , 0xF0EBCE88064B45A6B66809D5A8E5263E , 0xF29897E851D84462865505EC4DC89B06 , 0xF4B0D9FB462C4C568AADEA8EED392B78 , 0xF83B5064BE0048AFAB99737E91A7781C , 0xF9EA5F290EAB425FBC389C4BBD22202D , 0xF9FBDC8228DE4A0484984B6B0EFF5D85 , 0xFCC9DF7614AF46CE8CA5E7E7EB1B480E , 0xFFECBDD5B0CF44BBA531D0D584EF5B20 ));
Copy
102
1.09 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x21E40D70B865492AABF30B7C8921A5D0 );
Copy
103
0.47 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"!ä\r p¸eI*«ó\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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x21E40D70B865492AABF30B7C8921A5D0 );
Copy
104
0.58 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"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 ;
Copy
105
1.01 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 :
[
"/checkout/cart "
b"\x0F Îe³¿<JE»AVó“Ô5õ "
b"""
\x01 ‘Eþ[&yMð1\n
P°rš
"""
b"/»_ââšMpªXTÎ|ãâ\v "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"Y\x19 _\x15 …µNH‹ÐòéªÁs\x1E "
b"Ñ6 )»˜A%Ž\x14\x1A eiq\x1E\x0F "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/checkout/cart' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x0FCE65B3BF3C4A45BB4156F393D435F5 AND `language_id` IN (0x019145FE5B26794DADF0310A50B0729A , 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x21E40D70B865492AABF30B7C8921A5D0 , 0x59195F1585B54E488BD0F2E9AAC1731E , 0xD1362029BB9841258E141A6569711E0F );
Copy
106
0.40 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
107
0.37 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
108
0.40 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
109
0.69 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"!ä\r p¸eI*«ó\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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
110
0.82 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
false
true
"product_download "
b"1‘pÈýþB2‡k2I_â|Þ "
b"äQÌ}‹\x17 Bk»Z\x07 Ù›\x05 (‰ "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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 (0x319170C8FDFE4232876B32495FE27CDE , 0xE451CC7D8B17426BBB5A07D99B052889 ));
Copy
111
0.57 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"Ó}‡Uz=O4¸RCn·Á\r d "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0xD37D87557A3D4F34B852436EB7C10D64 );
Copy
112
0.69 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"!ä\r p¸eI*«ó\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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
113
0.61 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
false
true
"product_download "
b"1‘pÈýþB2‡k2I_â|Þ "
b"1‘pÈýþB2‡k2I_â|Þ "
b"1‘pÈýþB2‡k2I_â|Þ "
b"äQÌ}‹\x17 Bk»Z\x07 Ù›\x05 (‰ "
b"äQÌ}‹\x17 Bk»Z\x07 Ù›\x05 (‰ "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `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 (0x319170C8FDFE4232876B32495FE27CDE , 0x319170C8FDFE4232876B32495FE27CDE , 0x319170C8FDFE4232876B32495FE27CDE , 0xE451CC7D8B17426BBB5A07D99B052889 , 0xE451CC7D8B17426BBB5A07D99B052889 ));
Copy
114
0.89 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"!ä\r p¸eI*«ó\v |‰!¥Ð "
"GjuceCreditTransferByQrcodeSW6 "
]
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` = 0x21E40D70B865492AABF30B7C8921A5D0 ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'GjuceCreditTransferByQrcodeSW6' );
Copy
115
1.77 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/43ee5062dfb1422587cec722bd000af4 "
"/navigation/b74edce2e93e4e41b819435141ff1592 "
"/navigation/982b201a19754e7e9d7b570ecfbda99a "
"/navigation/bc44ee282cfc45a4bf0c4b3b683cefb9 "
"/navigation/0e439d60e52c4efaa11964afb2543082 "
"/navigation/401cd1814c484b2db780a2ce5a922191 "
"/navigation/2474cefd55794526a03332db1cb12b1a "
"/navigation/9a6e6ff40a0c4f24937699e80356f90f "
"/navigation/ddfe94acbb6b4d8fbab51da5646866b8 "
"/navigation/404d144a31664f47b732e1f907dad118 "
"/navigation/e9e14393919446bcba9adff50f6c6512 "
"/navigation/f7236d6aa7dc497da73c5311255fd4b5 "
b"!ä\r p¸eI*«ó\v |‰!¥Ð "
b"\x0F Îe³¿<JE»AVó“Ô5õ "
]
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/43ee5062dfb1422587cec722bd000af4' , '/navigation/b74edce2e93e4e41b819435141ff1592' , '/navigation/982b201a19754e7e9d7b570ecfbda99a' , '/navigation/bc44ee282cfc45a4bf0c4b3b683cefb9' , '/navigation/0e439d60e52c4efaa11964afb2543082' , '/navigation/401cd1814c484b2db780a2ce5a922191' , '/navigation/2474cefd55794526a03332db1cb12b1a' , '/navigation/9a6e6ff40a0c4f24937699e80356f90f' , '/navigation/ddfe94acbb6b4d8fbab51da5646866b8' , '/navigation/404d144a31664f47b732e1f907dad118' , '/navigation/e9e14393919446bcba9adff50f6c6512' , '/navigation/f7236d6aa7dc497da73c5311255fd4b5' )) AND (seo_url . language_id = 0x21E40D70B865492AABF30B7C8921A5D0 ) AND (seo_url . sales_channel_id = 0x0FCE65B3BF3C4A45BB4156F393D435F5 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
116
0.84 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"ä-:ÑÄCÑè[\x1F <ؤ¾S "
b"W]?牿Dœœsñ(’y\x04 ‘ "
b"“³»?I%@\x0E §9æå¯„tå "
b"\x03 1ÖjvŽM6¯ÄªÞ»³9\x1D "
b"\x04\v\x17 ·\x06\x01 E║ìRÍN¨îÙ┬ "
b"\x1F r¢║]\x08 Iþü½{zð\x14\x16 q "
b"$ì-ê[å1Ær§æ╗¢<Û× "
b"""
U^/μ\f AO¼ÙŠ×\n
hâ9
"""
b"uw¼'/N¤¥Ñëï¸*ÇÕ "
b"ËþÔ~dæMØ»r╔╗¡89n "
b"à†ŸÊñÖHE´™,_\r ´\x14 "
b"\x03 ´¯"n•Aå©\x04 I«ìàó\t "
b"\x07\x1D Qîé#I—·¤GÄc½õ\x7F "
b"\x16 ‰l\x16 ðîFCµ*(¨±+Ï "
b"8Y\x17 uêäD\e üO\x0F ÐF¡R\x04 "
b"Xsž¤çÙN|·>s”«ƒ˜C "
b"│tü;óÏHµÄ_!├áªöÀ "
b"Ê\x15 zÅ\x1C ÞB;ˆ§\x02 ô\x1E Bh< "
]
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 (0xC7CF2D3AA58E43A58A5B1F3C9DCFF353 , 0x575D3FE789BF449C9C73F12892790491 , 0x93B3BB3F4925400EA739E6E5AF8474E5 , 0x0331D66A768E4D36AFC4AADEBBB3391D , 0x040B17FA060145BA8D52D64EF98CEBC2 , 0x1F72BDBA5D0849E781AB7B7AD0141671 , 0x248D2D885B86319272F591BBBD3CEA9E , 0x555E2FCEBC0C414FBCD98AD70A68E239 , 0x7577BCAD272F4EA4A5D1EBEFB82AC7D5 , 0xD3E7E27E64914D9DAF72C9BBAD38396E , 0xE0869FCAF1D64845B4992C5F0DB4AD14 , 0x03B4AF226E9541E5A90449ABECE0F309 , 0x071D51EEE9234997B7A447C463BDF57F , 0x16896C16F0EE4643B52A28ADA8B12BCF , 0x385917758884441B814F0FD146AD5204 , 0x58739EA4E7D94E7CB73E7394AB839843 , 0xB374813BA2D848E68E5F21C3A0A694B7 , 0xCA157AC51CDE423B88A702F41E42683C );
Copy