846.84 ms (71.81%)
1
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = ? AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > ? ))) AND NOT (`product` . `display_group` < = > ? ) AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"1 "
"null "
null
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = '1' AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > 'null' ))) AND NOT (`product` . `display_group` < = > NULL ) AND ((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10 ;
Copy
60.63 ms (5.14%)
1
SELECT s . * , c . name , n . name as article_description , IF (p . active = 1 , lower (hex (p . id )), null ) as product_id FROM hobaIT_sparepartfinder AS s
LEFT JOIN hobaIT_csb_article_data AS c ON c . article_number = s . article_number
LEFT JOIN hobaIT_sparepartfinder_article_names n ON n . article_number = s . article_number
LEFT JOIN product AS p ON p . product_number = s . article_number
WHERE model_number = ? ORDER BY `group` , sequence_number ASC
Parameters :
[
1003030847
]
SELECT s . * , c . name , n . name as article_description , IF (p . active = 1 , lower (hex (p . id )), null ) as product_id FROM hobaIT_sparepartfinder AS s
LEFT JOIN hobaIT_csb_article_data AS c ON c . article_number = s . article_number
LEFT JOIN hobaIT_sparepartfinder_article_names n ON n . article_number = s . article_number
LEFT JOIN product AS p ON p . product_number = s . article_number
WHERE model_number = 1003030847 ORDER BY `group` , sequence_number ASC ;
Copy
39.28 ms (3.33%)
1
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (64084 , 64100 , 64102 , 64103 , 64109 , 67096 , 67114 , 68214 , 68215 , 68216 , 68217 , 68218 , 68222 , 68230 , 68231 , 68237 , 68240 , 68241 , 68244 , 68250 , 68259 , 68262 , 68278 , 68283 , 68286 , 68291 , 68298 , 68300 , 68301 , 68309 , 68310 , 68311 , 68312 , 68313 , 68316 , 68318 , 68890 , 68899 , 68900 , 68901 , 68904 , 68905 , 68906 , 68940 , 69403 , 69404 , 69410 ) AND article_number IN ("96303023000" , "90103027000" , "96303029000" , "J800001000600" , "J910001000801" , "96303024000" , "J900000602100" , "96311045000" , "94103024060" , "96313001033" , "96313002044" , "96313015000" , "J01008060S" , "90813030000" , "96313080000" , "90113090000" , "96311055000" , "96311052010" , "96311054010" , "90611155000" , "96311054000" , "J900000601203" , "90611053000" , "J900000401000" , "96341001033" , "28107028000" , "96307016000" , "95841037000" , "90141023005" , "90141001001" , "55641023020" , "96341023000" , "93041085000" , "90141071001" , "96336044000" , "J991060203S" , "55641023010" , "00050148706" , "90241002010" , "J770053024" , "96341031000" , "96341030000" , "9633000004424" , "J410001701402" , "J625063040" , "90230079000" , "J01665060123S" , "90130004004" , "J440002201300" , "90234030000" , "J760122455" , "0760122406" , "90240018000" , "90230084000" , "J400002201600" , "J410001501300" , "90230022000" , "J011050133" , "J618131912" , "90130003004" , "J760003447000" , "0738060101S" , "96330066000" , "96330064000" , "90130164000" , "96311023000" , "J770002024000" , "J025050163S" , "96339034000" , "J025060350" , "J900000607002" , "96330047000" , "J005060123S" , "96303096000" , "J900000601607" , "90238029003" , "90230066300" , "90130024000" , "96340020010" , "J025060141" , "90130003007" , "J900000802004" , "J690000815000" , "J780001515000" , "J900000607003" , "96303001000EB" , "96303006000C1" , "96303005000C1" , "96335001011" , "96335001010" , "J912060146" , "J900000802503" , "J910001001001" , "J800001001200" , "J900001022400" , "96303001020" , "J900000600802" , "96303099000" , "90108023100" , "96303088000" , "J900001011000" , "90803009000" , "J340001000700" , "95813046000" , "94513026000" , "93803001022" , "J900000601205" , "96303001030" , "96303070000" , "96303083020" , "96303083010" , "96303083030" , "J900000601207" , "J800000601200" , "96303002002C1" , "96303002001C1" , "96303002060" , "96303002080" , "96303002071" , "90130028000" , "J690001100200" , "J900001011800" , "J900000803501" , "J650001601500" , "J800000707400" , "J900000601900" , "J912060181" , "J690000620000" , "96303089000" , "90103007000" , "96303039000C1" , "96303038000C1" , "96303039020" , "96303038020" , "96303049000C1" , "96303048000C1" , "96303049010" , "96303048010" , "J900000601805" , "J900000802003" , "93003141033" , "93003140033" , "93003151033" , "93003150033" , "28103044000" , "93003042000" , "90503048010" , "J770009015" , "J125080006" , "J094020186" , "96303037010" , "96303037020" , "J690000600101" , "93003140010" , "J900000602101" , "J029060103S" , "96304030000C1" , "90104034001" , "90104036000" , "90104034000" , "90104032000" , "96304031000" , "96304034001" , "96304032000" , "96304033000" , "96304066000" , "J910001401000" , "90104046000" , "96304037000" , "96304066010" , "96313026000" , "96304060000" , "96304050000" , "J900000600904" , "90104010002" , "90104040000" , "96310084000" , "J900000601502" , "96310083000" , "96306001000" , "96306015000" , "96306090000" , "96306003010" , "96306017000" , "90141071000" , "96307030010" , "96306026000" , "96306041000" , "96330087001" , "96330087020" , "90106000001" , "90130087001" , "96330087010" , "J690000720000" , "90106001007" , "J900000601002" , "93006001080" , "J031060103" , "J650002201401" , "90607017000" , "96330087000" , "96306040000" , "93008084010" , "J900000601206" , "96302001000" , "96312041000" , "96312040000" , "J900000604504" , "96302004001" , "96302010033" , "96311012044" , "96313001060" , "96311070000" , "96302039000" , "96302031000" , "96302042000" , "94811049000" , "96302090000" , "93802016000" , "96315001000" , "96315013000" , "96315003000" , "96315021000" , "96315027000" , "96315029000" , "96315017000" , "96315026000" , "96315023000" , "J610000600400" , "90607830000" , "J926060001" , "J310000100900" , "90107013008" , "J300000801000" , "90507017000" , "90515011000" , "J310000101200" , "96305050000" , "J025080353" , "J800000901001" , "90205068000" , "J025060147" , "96305090000" , "93805011003" , "96341190000" , "96341090000" , "96305004000" , "96305007000" , "90136038000" , "94305050172" , "96305051000" , "93805096000" , "90105000002" , "90205086001" , "J340000600700" , "96305097000" , "96305032033" , "96307088000" , "96341007000" , "J025060128" , "96307091000" , "96342031044" , "96342001010" , "96342002010" , "96342003010" , "96342004010" , "90113026000" , "90113013000" , "96342025000" , "J900000500800" , "94542020000" , "93813035000" , "94313026010" , "J900000600801" , "90135001001" , "J910000600601" , "96342040000" , "93008020060" , "28111051000" , "96342033000" , "J025060169" , "96342026000" , "96313060033" , "96313068000" , "J900000601403" , "90130059000" , "J094020153" , "J650001000700" , "J125070001" , "J920000602100" , "96313050033" , "90134035000" , "J625060800" , "90534031020" , "J520000900100" , "90534034300" , "93035065020" , "96313029005" , "96311075000" , "J900000602800" , "96311034000" , "J900000801402" , "96311060000" , "96311061000" , "28111096000" , "90508006001" , "96311083000" , "96314086000" , "96342091010" , "J650001801400" , "J800000601000" , "J900000601803" , "J900000602202" , "93011058000" , "93311058000" , "90611057000" , "90111088015" , "90111088020" , "90111088025" , "90111088030" , "93511088000" , "96311097000" , "96311007000" , "96338091000" , "93811099000" , "90811059000" , "95842090000" , "95842092020" , "96311041000" , "J025060122" , "96311058010" , "96311097002" , "J797060003" , "J797100006" , "96311081000" , "96311093000" , "96311098000" , "96314069000" , "93014062010" , "90507040001" , "93308015010" , "J031060183" , "96014061000" , "J900000501204" , "J900000601603" , "J690000600100" , "96311066044" , "90507050000" , "90508006003" , "96307051000" , "J900000601601" , "J900000501404" , "96314060000" , "96314060010" , "94507050190" , "96312026000" , "96304010033" , "J900001006501" , "J800001801900" , "J900001005800" , "96330001000C1" , "96332048033" , "90132051000" , "J520000800100" , "90132050000" , "96330020000" , "J770001424000" , "J710003315000" , "96330095000" , "90130064000" , "J000150502000" , "94334051000" , "J770017721" , "96330027000" , "96302090010" , "J603061001" , "96334051010" , "96335052000C1" , "96335053000" , "J900000602508" , "J025060104" , "90135058000" , "96341090010" , "96235055000" , "90134013000" , "96332001000" , "90232102000" , "90232134000" , "90232135000" , "90232010100" , "96332011044" , "90232110000" , "90232103000" , "96332005000" , "90232101101" , "J625069020" , "90232017000" , "90236015001" , "90232019000" , "96332049000" , "90232006000" , "90232004000" , "93836031000" , "90236030000" , "90236036000" , "90236027000" , "90236028010" , "90236032000" , "90236033000" , "60036035185" , "60036035190" , "60036035195" , "60036035200" , "60036035205" , "60036035210" , "60036035215" , "60036035220" , "60036035225" , "60036035230" , "60036035235" , "60036035240" , "60036035245" , "60036035250" , "60036035255" , "60036035260" , "60036035265" , "60036035270" , "60036035275" , "60036035280" , "60036035285" , "60036035290" , "60036035295" , "60036035300" , "60036035305" , "60036035310" , "60036035315" , "60036035320" , "60036035330" , "90136060000" , "90236056000" , "J770010312" , "90136056001" , "90236060000" , "90236030010" , "9633602003324" , "J900000604003" , "J025060359" , "J800000601002" , "90236074000" , "J770029819" , "96336052000C1" , "96336053000" , "90136052020" , "J790001102300" , "J912061023" , "J125070003" , "J912101449" , "90130080000" , "J770000817800" , "90135047000" , "J900000604601" , "J025060201" , "9623501400024" , "96335017000" , "90136020001" , "96330036000" , "90236054000" , "J770001224000" , "96336082000" , "96236052020" , "J900000601004" , "90138091001" , "90138091000" , "J127060001" , "J926060000" , "96339028000" , "J900000601406" , "96336009033" , "96336010033" , "96336004000" , "J025060453" , "96336001000" , "96336013000" , "96336002033" , "90130004007" , "90136003003" , "J770010015" , "96336003044" , "J025060204" , "90136003002" , "96335010000" , "90135016100" , "93335001000" , "J926060003" , "J125070004" , "96335041033" , "J900000501900" , "90135020000" , "J310001202900" , "96335024000" , "96335025000" , "96335065000" , "90135066000" , "90102055000" , "J912060253" , "96335003000" , "60035067820" , "J600001041700" , "90107018011" , "95835068000" , "95835016000" , "90105017000" , "93008050050" , "90108076000" , "96335036000" , "96330018033" , "J690001260000" , "J900001205000" , "90236014000" , "96332023033" , "J690001640000" , "90230029000" , "J950001300400" , "96330015033" , "J900000903800" , "90230015010" , "90230015011" , "90230015012" , "90230007200" , "90230030010" , "90230074000" , "90230033000" , "J888040150" , "96333001000" , "90232020000" , "J800002003300" , "96333005000" , "96333015010" , "J471020123" , "96333003000" , "J800002201300" , "96333006000" , "90233002000" , "90233036000" , "96333010033" , "96333012010" , "96333012000" , "96333016000" , "96333014000" , "J690002500100" , "96333013000" , "96333013010" , "J472023120" , "96333015000" , "90233011001" , "90233011000" , "J690001715000" , "J410001701401" , "J910001801300" , "96333029014" , "96333028000" , "J780002124000" , "96333030000" , "96330057033" , "96334005033" , "90234039000" , "90134022000" , "96334014000" , "90134050000" , "90134016000" , "96034031010" , "J025060221" , "96334036033" , "96334031033" , "90134009000" , "96334002000" , "90234019000" , "96334001000" , "90130001001" , "94334015000" , "90134012002" , "96334012000" , "93003044000" , "90134025000" , "90134030000" , "90134024033" , "J125061416" , "96334023000" , "93834020000" , "96330035050" , "96338008000" , "96338009000" , "96338011000" , "J471010100" , "J125100006" , "96338001000" , "J900000602511" , "90238015033" , "90138015050" , "90138015052" , "J900000602510" , "9633804100024" , "96338041010" , "90138015000" , "96338006000" , "96338002000" , "96338028000" , "96338026000" , "J780001602200" , "J7700090151" , "J900001601200" , "90238003000" , "90238017000" , "J770012520" , "90238016044" , "96330065000" , "J770000719000" , "9634000100024" , "96340020033" , "J430002801600" , "XY" , "96340016033" , "90240023006" , "90240023005" , "90240023004" , "J690002218000" , "J690002220000" , "J690002222000" , "J690002224000" , "J690002226000" , "J690002228000" , "J710002012000" , "90240023002" , "J690000820000" , "J900000802504" , "96308010000C11" , "J031050161" , "93009059000" , "90108050001" , "96308975000" , "96308975010" , "96208975020" , "96308019000" , "93003077000" , "J900000601501" , "J650002502000" , "93011093010" , "96308015020" , "96308015010" , "J900000601405" , "J650002902100" , "96308015030" , "J900000501603" , "96301002000" , "96301001000" , "96301031032C1" , "J900002202000" , "96301034032C1" , "90501045000" , "90101036100" , "90101086000" , "90101080044" , "43578016" , "43578014" , "43570623" , "43578044" , "43570723" , "43578206" , "43578219" , "96313025000" , "90501046000" , "96314033000" , "96314034000" , "J125070002" , "J900000501500" , "J912080293" , "95801038000C1" , "J900001006500" , "96301039000C1" , "90101042000" , "90101040000" , "90101041000" , "J982101253" , "96301093000" , "96301092000" , "RP10021" , "96309197044EB" , "J780003955000" , "J710005520000" , "J410003001300" , "94509011000" , "90109076000" , "94509082000" , "94509012000" , "93009081100" , "J900000802501" , "94509060000" , "96310197044EB" , "96310086000" , "J690001700300" , "J800001701700" , "90110062000" , "96310060000" , "J760304708" , "J710004717501" , "J410001701400" , "96310111000" , "90910059000" , "90810052000" , "90210050000" , "96310051043" , "90510052000" , "96310013000" , "J625062050" , "J760295207" , "96310011000" , "96310085000" , "J410001701200" , "76910065118" , "SPA214G433K118B" , "96330502000C1" , "96330040000" , "J770024015" , "90230094000" , "94539004000" , "J912050353S" , "96339005000" , "90130001000" , "90140026000" , "J900000501003" , "96339029000" , "96339006000" , "96339006050" , "J900000603400" , "90239090001" , "93839093000" , "93839010100" , "J770015824" , "96308051000EDA" , "96308050000EDA" , "96308061000" , "96308060000" , "96308063000" , "96308062000" , "J900000602507" , "J800000701501" , "J900000602005" , "93014018100" , "93014017000" , "J690000600102" , "J900000501405" , "96308062010" , "J900000501300" , "J900000503100" , "93814050000" , "95807012020" , "93011068010" , "J800000701001" , "96307064100" , "96311068000" , "96307058000" , "96307058010" , "96308042000C1B" , "96308041000C1B" , "J650002201400" , "96308077000" , "90808043000" , "96308042010" , "J660002001500" , "96335032000C1A" , "96335031000C1A" , "96335035000" , "96335034000" , "J650002001400" , "J800000600901" , "90135065090" , "96311066010" , "96314001000" , "96311004030" , "96311004040" , "96314004010" , "96314004020" , "96314002000" , "93014026000" , "93014025000" , "J06797100183" , "J125100009" , "J910001000800" , "96314010000" , "J900000501202" , "J900000601204" , "J900000500900" , "90114025000" , "90114026000" , "96314045000" , "J910000501100" , "28114047000" , "J025050126" , "96314040000" , "96314043000" , "J934100006" , "J981042226" , "94512082010" , "J910000600505" , "94512082000" , "90114047010" , "93014024100" , "J900000605400" , "93014001010" , "J910000601200" , "93014024110" , "J690001210000" , "J690000710001" , "J125062006" , "96314025010" , "96307013000EB" , "93035065030" , "J650002401800" , "96307013041" , "96307013042" , "96307013045" , "96307013046" , "93008059000" , "J900000609002" , "96307040000EB" , "96307047000" , "96307013043" , "96307040020" , "J660002000900" , "96315019000" , "J310000101100" , "J900000802200" , "93007040010" , "J690000615000" , "96307040070EB" , "96307040080EB" , "J081050121" , "96307047040EB" , "J650003302400" , "96312909000C1" , "96312908000C1" , "90529099000" , "9633000014424" , "96340022020" , "96340001000" , "J900000602203" , "96340022133" , "96340016133" , "J430001201200" , "96340023000" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
64084 , 64100 , 64102 , 64103 , 64109 , 67096 ,
67114 , 68214 , 68215 , 68216 , 68217 ,
68218 , 68222 , 68230 , 68231 , 68237 ,
68240 , 68241 , 68244 , 68250 , 68259 ,
68262 , 68278 , 68283 , 68286 , 68291 ,
68298 , 68300 , 68301 , 68309 , 68310 ,
68311 , 68312 , 68313 , 68316 , 68318 ,
68890 , 68899 , 68900 , 68901 , 68904 ,
68905 , 68906 , 68940 , 69403 , 69404 ,
69410
)
AND article_number IN (
"96303023000" ,
"90103027000" ,
"96303029000" ,
"J800001000600" ,
"J910001000801" ,
"96303024000" ,
"J900000602100" ,
"96311045000" ,
"94103024060" ,
"96313001033" ,
"96313002044" ,
"96313015000" ,
"J01008060S" ,
"90813030000" ,
"96313080000" ,
"90113090000" ,
"96311055000" ,
"96311052010" ,
"96311054010" ,
"90611155000" ,
"96311054000" ,
"J900000601203" ,
"90611053000" ,
"J900000401000" ,
"96341001033" ,
"28107028000" ,
"96307016000" ,
"95841037000" ,
"90141023005" ,
"90141001001" ,
"55641023020" ,
"96341023000" ,
"93041085000" ,
"90141071001" ,
"96336044000" ,
"J991060203S" ,
"55641023010" ,
"00050148706" ,
"90241002010" ,
"J770053024" ,
"96341031000" ,
"96341030000" ,
"9633000004424" ,
"J410001701402" ,
"J625063040" ,
"90230079000" ,
"J01665060123S" ,
"90130004004" ,
"J440002201300" ,
"90234030000" ,
"J760122455" ,
"0760122406" ,
"90240018000" ,
"90230084000" ,
"J400002201600" ,
"J410001501300" ,
"90230022000" ,
"J011050133" ,
"J618131912" ,
"90130003004" ,
"J760003447000" ,
"0738060101S" ,
"96330066000" ,
"96330064000" ,
"90130164000" ,
"96311023000" ,
"J770002024000" ,
"J025050163S" ,
"96339034000" ,
"J025060350" ,
"J900000607002" ,
"96330047000" ,
"J005060123S" ,
"96303096000" ,
"J900000601607" ,
"90238029003" ,
"90230066300" ,
"90130024000" ,
"96340020010" ,
"J025060141" ,
"90130003007" ,
"J900000802004" ,
"J690000815000" ,
"J780001515000" ,
"J900000607003" ,
"96303001000EB" ,
"96303006000C1" ,
"96303005000C1" ,
"96335001011" ,
"96335001010" ,
"J912060146" ,
"J900000802503" ,
"J910001001001" ,
"J800001001200" ,
"J900001022400" ,
"96303001020" ,
"J900000600802" ,
"96303099000" ,
"90108023100" ,
"96303088000" ,
"J900001011000" ,
"90803009000" ,
"J340001000700" ,
"95813046000" ,
"94513026000" ,
"93803001022" ,
"J900000601205" ,
"96303001030" ,
"96303070000" ,
"96303083020" ,
"96303083010" ,
"96303083030" ,
"J900000601207" ,
"J800000601200" ,
"96303002002C1" ,
"96303002001C1" ,
"96303002060" ,
"96303002080" ,
"96303002071" ,
"90130028000" ,
"J690001100200" ,
"J900001011800" ,
"J900000803501" ,
"J650001601500" ,
"J800000707400" ,
"J900000601900" ,
"J912060181" ,
"J690000620000" ,
"96303089000" ,
"90103007000" ,
"96303039000C1" ,
"96303038000C1" ,
"96303039020" ,
"96303038020" ,
"96303049000C1" ,
"96303048000C1" ,
"96303049010" ,
"96303048010" ,
"J900000601805" ,
"J900000802003" ,
"93003141033" ,
"93003140033" ,
"93003151033" ,
"93003150033" ,
"28103044000" ,
"93003042000" ,
"90503048010" ,
"J770009015" ,
"J125080006" ,
"J094020186" ,
"96303037010" ,
"96303037020" ,
"J690000600101" ,
"93003140010" ,
"J900000602101" ,
"J029060103S" ,
"96304030000C1" ,
"90104034001" ,
"90104036000" ,
"90104034000" ,
"90104032000" ,
"96304031000" ,
"96304034001" ,
"96304032000" ,
"96304033000" ,
"96304066000" ,
"J910001401000" ,
"90104046000" ,
"96304037000" ,
"96304066010" ,
"96313026000" ,
"96304060000" ,
"96304050000" ,
"J900000600904" ,
"90104010002" ,
"90104040000" ,
"96310084000" ,
"J900000601502" ,
"96310083000" ,
"96306001000" ,
"96306015000" ,
"96306090000" ,
"96306003010" ,
"96306017000" ,
"90141071000" ,
"96307030010" ,
"96306026000" ,
"96306041000" ,
"96330087001" ,
"96330087020" ,
"90106000001" ,
"90130087001" ,
"96330087010" ,
"J690000720000" ,
"90106001007" ,
"J900000601002" ,
"93006001080" ,
"J031060103" ,
"J650002201401" ,
"90607017000" ,
"96330087000" ,
"96306040000" ,
"93008084010" ,
"J900000601206" ,
"96302001000" ,
"96312041000" ,
"96312040000" ,
"J900000604504" ,
"96302004001" ,
"96302010033" ,
"96311012044" ,
"96313001060" ,
"96311070000" ,
"96302039000" ,
"96302031000" ,
"96302042000" ,
"94811049000" ,
"96302090000" ,
"93802016000" ,
"96315001000" ,
"96315013000" ,
"96315003000" ,
"96315021000" ,
"96315027000" ,
"96315029000" ,
"96315017000" ,
"96315026000" ,
"96315023000" ,
"J610000600400" ,
"90607830000" ,
"J926060001" ,
"J310000100900" ,
"90107013008" ,
"J300000801000" ,
"90507017000" ,
"90515011000" ,
"J310000101200" ,
"96305050000" ,
"J025080353" ,
"J800000901001" ,
"90205068000" ,
"J025060147" ,
"96305090000" ,
"93805011003" ,
"96341190000" ,
"96341090000" ,
"96305004000" ,
"96305007000" ,
"90136038000" ,
"94305050172" ,
"96305051000" ,
"93805096000" ,
"90105000002" ,
"90205086001" ,
"J340000600700" ,
"96305097000" ,
"96305032033" ,
"96307088000" ,
"96341007000" ,
"J025060128" ,
"96307091000" ,
"96342031044" ,
"96342001010" ,
"96342002010" ,
"96342003010" ,
"96342004010" ,
"90113026000" ,
"90113013000" ,
"96342025000" ,
"J900000500800" ,
"94542020000" ,
"93813035000" ,
"94313026010" ,
"J900000600801" ,
"90135001001" ,
"J910000600601" ,
"96342040000" ,
"93008020060" ,
"28111051000" ,
"96342033000" ,
"J025060169" ,
"96342026000" ,
"96313060033" ,
"96313068000" ,
"J900000601403" ,
"90130059000" ,
"J094020153" ,
"J650001000700" ,
"J125070001" ,
"J920000602100" ,
"96313050033" ,
"90134035000" ,
"J625060800" ,
"90534031020" ,
"J520000900100" ,
"90534034300" ,
"93035065020" ,
"96313029005" ,
"96311075000" ,
"J900000602800" ,
"96311034000" ,
"J900000801402" ,
"96311060000" ,
"96311061000" ,
"28111096000" ,
"90508006001" ,
"96311083000" ,
"96314086000" ,
"96342091010" ,
"J650001801400" ,
"J800000601000" ,
"J900000601803" ,
"J900000602202" ,
"93011058000" ,
"93311058000" ,
"90611057000" ,
"90111088015" ,
"90111088020" ,
"90111088025" ,
"90111088030" ,
"93511088000" ,
"96311097000" ,
"96311007000" ,
"96338091000" ,
"93811099000" ,
"90811059000" ,
"95842090000" ,
"95842092020" ,
"96311041000" ,
"J025060122" ,
"96311058010" ,
"96311097002" ,
"J797060003" ,
"J797100006" ,
"96311081000" ,
"96311093000" ,
"96311098000" ,
"96314069000" ,
"93014062010" ,
"90507040001" ,
"93308015010" ,
"J031060183" ,
"96014061000" ,
"J900000501204" ,
"J900000601603" ,
"J690000600100" ,
"96311066044" ,
"90507050000" ,
"90508006003" ,
"96307051000" ,
"J900000601601" ,
"J900000501404" ,
"96314060000" ,
"96314060010" ,
"94507050190" ,
"96312026000" ,
"96304010033" ,
"J900001006501" ,
"J800001801900" ,
"J900001005800" ,
"96330001000C1" ,
"96332048033" ,
"90132051000" ,
"J520000800100" ,
"90132050000" ,
"96330020000" ,
"J770001424000" ,
"J710003315000" ,
"96330095000" ,
"90130064000" ,
"J000150502000" ,
"94334051000" ,
"J770017721" ,
"96330027000" ,
"96302090010" ,
"J603061001" ,
"96334051010" ,
"96335052000C1" ,
"96335053000" ,
"J900000602508" ,
"J025060104" ,
"90135058000" ,
"96341090010" ,
"96235055000" ,
"90134013000" ,
"96332001000" ,
"90232102000" ,
"90232134000" ,
"90232135000" ,
"90232010100" ,
"96332011044" ,
"90232110000" ,
"90232103000" ,
"96332005000" ,
"90232101101" ,
"J625069020" ,
"90232017000" ,
"90236015001" ,
"90232019000" ,
"96332049000" ,
"90232006000" ,
"90232004000" ,
"93836031000" ,
"90236030000" ,
"90236036000" ,
"90236027000" ,
"90236028010" ,
"90236032000" ,
"90236033000" ,
"60036035185" ,
"60036035190" ,
"60036035195" ,
"60036035200" ,
"60036035205" ,
"60036035210" ,
"60036035215" ,
"60036035220" ,
"60036035225" ,
"60036035230" ,
"60036035235" ,
"60036035240" ,
"60036035245" ,
"60036035250" ,
"60036035255" ,
"60036035260" ,
"60036035265" ,
"60036035270" ,
"60036035275" ,
"60036035280" ,
"60036035285" ,
"60036035290" ,
"60036035295" ,
"60036035300" ,
"60036035305" ,
"60036035310" ,
"60036035315" ,
"60036035320" ,
"60036035330" ,
"90136060000" ,
"90236056000" ,
"J770010312" ,
"90136056001" ,
"90236060000" ,
"90236030010" ,
"9633602003324" ,
"J900000604003" ,
"J025060359" ,
"J800000601002" ,
"90236074000" ,
"J770029819" ,
"96336052000C1" ,
"96336053000" ,
"90136052020" ,
"J790001102300" ,
"J912061023" ,
"J125070003" ,
"J912101449" ,
"90130080000" ,
"J770000817800" ,
"90135047000" ,
"J900000604601" ,
"J025060201" ,
"9623501400024" ,
"96335017000" ,
"90136020001" ,
"96330036000" ,
"90236054000" ,
"J770001224000" ,
"96336082000" ,
"96236052020" ,
"J900000601004" ,
"90138091001" ,
"90138091000" ,
"J127060001" ,
"J926060000" ,
"96339028000" ,
"J900000601406" ,
"96336009033" ,
"96336010033" ,
"96336004000" ,
"J025060453" ,
"96336001000" ,
"96336013000" ,
"96336002033" ,
"90130004007" ,
"90136003003" ,
"J770010015" ,
"96336003044" ,
"J025060204" ,
"90136003002" ,
"96335010000" ,
"90135016100" ,
"93335001000" ,
"J926060003" ,
"J125070004" ,
"96335041033" ,
"J900000501900" ,
"90135020000" ,
"J310001202900" ,
"96335024000" ,
"96335025000" ,
"96335065000" ,
"90135066000" ,
"90102055000" ,
"J912060253" ,
"96335003000" ,
"60035067820" ,
"J600001041700" ,
"90107018011" ,
"95835068000" ,
"95835016000" ,
"90105017000" ,
"93008050050" ,
"90108076000" ,
"96335036000" ,
"96330018033" ,
"J690001260000" ,
"J900001205000" ,
"90236014000" ,
"96332023033" ,
"J690001640000" ,
"90230029000" ,
"J950001300400" ,
"96330015033" ,
"J900000903800" ,
"90230015010" ,
"90230015011" ,
"90230015012" ,
"90230007200" ,
"90230030010" ,
"90230074000" ,
"90230033000" ,
"J888040150" ,
"96333001000" ,
"90232020000" ,
"J800002003300" ,
"96333005000" ,
"96333015010" ,
"J471020123" ,
"96333003000" ,
"J800002201300" ,
"96333006000" ,
"90233002000" ,
"90233036000" ,
"96333010033" ,
"96333012010" ,
"96333012000" ,
"96333016000" ,
"96333014000" ,
"J690002500100" ,
"96333013000" ,
"96333013010" ,
"J472023120" ,
"96333015000" ,
"90233011001" ,
"90233011000" ,
"J690001715000" ,
"J410001701401" ,
"J910001801300" ,
"96333029014" ,
"96333028000" ,
"J780002124000" ,
"96333030000" ,
"96330057033" ,
"96334005033" ,
"90234039000" ,
"90134022000" ,
"96334014000" ,
"90134050000" ,
"90134016000" ,
"96034031010" ,
"J025060221" ,
"96334036033" ,
"96334031033" ,
"90134009000" ,
"96334002000" ,
"90234019000" ,
"96334001000" ,
"90130001001" ,
"94334015000" ,
"90134012002" ,
"96334012000" ,
"93003044000" ,
"90134025000" ,
"90134030000" ,
"90134024033" ,
"J125061416" ,
"96334023000" ,
"93834020000" ,
"96330035050" ,
"96338008000" ,
"96338009000" ,
"96338011000" ,
"J471010100" ,
"J125100006" ,
"96338001000" ,
"J900000602511" ,
"90238015033" ,
"90138015050" ,
"90138015052" ,
"J900000602510" ,
"9633804100024" ,
"96338041010" ,
"90138015000" ,
"96338006000" ,
"96338002000" ,
"96338028000" ,
"96338026000" ,
"J780001602200" ,
"J7700090151" ,
"J900001601200" ,
"90238003000" ,
"90238017000" ,
"J770012520" ,
"90238016044" ,
"96330065000" ,
"J770000719000" ,
"9634000100024" ,
"96340020033" ,
"J430002801600" ,
"XY" ,
"96340016033" ,
"90240023006" ,
"90240023005" ,
"90240023004" ,
"J690002218000" ,
"J690002220000" ,
"J690002222000" ,
"J690002224000" ,
"J690002226000" ,
"J690002228000" ,
"J710002012000" ,
"90240023002" ,
"J690000820000" ,
"J900000802504" ,
"96308010000C11" ,
"J031050161" ,
"93009059000" ,
"90108050001" ,
"96308975000" ,
"96308975010" ,
"96208975020" ,
"96308019000" ,
"93003077000" ,
"J900000601501" ,
"J650002502000" ,
"93011093010" ,
"96308015020" ,
"96308015010" ,
"J900000601405" ,
"J650002902100" ,
"96308015030" ,
"J900000501603" ,
"96301002000" ,
"96301001000" ,
"96301031032C1" ,
"J900002202000" ,
"96301034032C1" ,
"90501045000" ,
"90101036100" ,
"90101086000" ,
"90101080044" ,
"43578016" ,
"43578014" ,
"43570623" ,
"43578044" ,
"43570723" ,
"43578206" ,
"43578219" ,
"96313025000" ,
"90501046000" ,
"96314033000" ,
"96314034000" ,
"J125070002" ,
"J900000501500" ,
"J912080293" ,
"95801038000C1" ,
"J900001006500" ,
"96301039000C1" ,
"90101042000" ,
"90101040000" ,
"90101041000" ,
"J982101253" ,
"96301093000" ,
"96301092000" ,
"RP10021" ,
"96309197044EB" ,
"J780003955000" ,
"J710005520000" ,
"J410003001300" ,
"94509011000" ,
"90109076000" ,
"94509082000" ,
"94509012000" ,
"93009081100" ,
"J900000802501" ,
"94509060000" ,
"96310197044EB" ,
"96310086000" ,
"J690001700300" ,
"J800001701700" ,
"90110062000" ,
"96310060000" ,
"J760304708" ,
"J710004717501" ,
"J410001701400" ,
"96310111000" ,
"90910059000" ,
"90810052000" ,
"90210050000" ,
"96310051043" ,
"90510052000" ,
"96310013000" ,
"J625062050" ,
"J760295207" ,
"96310011000" ,
"96310085000" ,
"J410001701200" ,
"76910065118" ,
"SPA214G433K118B" ,
"96330502000C1" ,
"96330040000" ,
"J770024015" ,
"90230094000" ,
"94539004000" ,
"J912050353S" ,
"96339005000" ,
"90130001000" ,
"90140026000" ,
"J900000501003" ,
"96339029000" ,
"96339006000" ,
"96339006050" ,
"J900000603400" ,
"90239090001" ,
"93839093000" ,
"93839010100" ,
"J770015824" ,
"96308051000EDA" ,
"96308050000EDA" ,
"96308061000" ,
"96308060000" ,
"96308063000" ,
"96308062000" ,
"J900000602507" ,
"J800000701501" ,
"J900000602005" ,
"93014018100" ,
"93014017000" ,
"J690000600102" ,
"J900000501405" ,
"96308062010" ,
"J900000501300" ,
"J900000503100" ,
"93814050000" ,
"95807012020" ,
"93011068010" ,
"J800000701001" ,
"96307064100" ,
"96311068000" ,
"96307058000" ,
"96307058010" ,
"96308042000C1B" ,
"96308041000C1B" ,
"J650002201400" ,
"96308077000" ,
"90808043000" ,
"96308042010" ,
"J660002001500" ,
"96335032000C1A" ,
"96335031000C1A" ,
"96335035000" ,
"96335034000" ,
"J650002001400" ,
"J800000600901" ,
"90135065090" ,
"96311066010" ,
"96314001000" ,
"96311004030" ,
"96311004040" ,
"96314004010" ,
"96314004020" ,
"96314002000" ,
"93014026000" ,
"93014025000" ,
"J06797100183" ,
"J125100009" ,
"J910001000800" ,
"96314010000" ,
"J900000501202" ,
"J900000601204" ,
"J900000500900" ,
"90114025000" ,
"90114026000" ,
"96314045000" ,
"J910000501100" ,
"28114047000" ,
"J025050126" ,
"96314040000" ,
"96314043000" ,
"J934100006" ,
"J981042226" ,
"94512082010" ,
"J910000600505" ,
"94512082000" ,
"90114047010" ,
"93014024100" ,
"J900000605400" ,
"93014001010" ,
"J910000601200" ,
"93014024110" ,
"J690001210000" ,
"J690000710001" ,
"J125062006" ,
"96314025010" ,
"96307013000EB" ,
"93035065030" ,
"J650002401800" ,
"96307013041" ,
"96307013042" ,
"96307013045" ,
"96307013046" ,
"93008059000" ,
"J900000609002" ,
"96307040000EB" ,
"96307047000" ,
"96307013043" ,
"96307040020" ,
"J660002000900" ,
"96315019000" ,
"J310000101100" ,
"J900000802200" ,
"93007040010" ,
"J690000615000" ,
"96307040070EB" ,
"96307040080EB" ,
"J081050121" ,
"96307047040EB" ,
"J650003302400" ,
"96312909000C1" ,
"96312908000C1" ,
"90529099000" ,
"9633000014424" ,
"96340022020" ,
"96340001000" ,
"J900000602203" ,
"96340022133" ,
"96340016133" ,
"J430001201200" ,
"96340023000"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (64084 , 64100 , 64102 , 64103 , 64109 , 67096 , 67114 , 68214 , 68215 , 68216 , 68217 , 68218 , 68222 , 68230 , 68231 , 68237 , 68240 , 68241 , 68244 , 68250 , 68259 , 68262 , 68278 , 68283 , 68286 , 68291 , 68298 , 68300 , 68301 , 68309 , 68310 , 68311 , 68312 , 68313 , 68316 , 68318 , 68890 , 68899 , 68900 , 68901 , 68904 , 68905 , 68906 , 68940 , 69403 , 69404 , 69410 ) AND article_number IN ("96303023000" , "90103027000" , "96303029000" , "J800001000600" , "J910001000801" , "96303024000" , "J900000602100" , "96311045000" , "94103024060" , "96313001033" , "96313002044" , "96313015000" , "J01008060S" , "90813030000" , "96313080000" , "90113090000" , "96311055000" , "96311052010" , "96311054010" , "90611155000" , "96311054000" , "J900000601203" , "90611053000" , "J900000401000" , "96341001033" , "28107028000" , "96307016000" , "95841037000" , "90141023005" , "90141001001" , "55641023020" , "96341023000" , "93041085000" , "90141071001" , "96336044000" , "J991060203S" , "55641023010" , "00050148706" , "90241002010" , "J770053024" , "96341031000" , "96341030000" , "9633000004424" , "J410001701402" , "J625063040" , "90230079000" , "J01665060123S" , "90130004004" , "J440002201300" , "90234030000" , "J760122455" , "0760122406" , "90240018000" , "90230084000" , "J400002201600" , "J410001501300" , "90230022000" , "J011050133" , "J618131912" , "90130003004" , "J760003447000" , "0738060101S" , "96330066000" , "96330064000" , "90130164000" , "96311023000" , "J770002024000" , "J025050163S" , "96339034000" , "J025060350" , "J900000607002" , "96330047000" , "J005060123S" , "96303096000" , "J900000601607" , "90238029003" , "90230066300" , "90130024000" , "96340020010" , "J025060141" , "90130003007" , "J900000802004" , "J690000815000" , "J780001515000" , "J900000607003" , "96303001000EB" , "96303006000C1" , "96303005000C1" , "96335001011" , "96335001010" , "J912060146" , "J900000802503" , "J910001001001" , "J800001001200" , "J900001022400" , "96303001020" , "J900000600802" , "96303099000" , "90108023100" , "96303088000" , "J900001011000" , "90803009000" , "J340001000700" , "95813046000" , "94513026000" , "93803001022" , "J900000601205" , "96303001030" , "96303070000" , "96303083020" , "96303083010" , "96303083030" , "J900000601207" , "J800000601200" , "96303002002C1" , "96303002001C1" , "96303002060" , "96303002080" , "96303002071" , "90130028000" , "J690001100200" , "J900001011800" , "J900000803501" , "J650001601500" , "J800000707400" , "J900000601900" , "J912060181" , "J690000620000" , "96303089000" , "90103007000" , "96303039000C1" , "96303038000C1" , "96303039020" , "96303038020" , "96303049000C1" , "96303048000C1" , "96303049010" , "96303048010" , "J900000601805" , "J900000802003" , "93003141033" , "93003140033" , "93003151033" , "93003150033" , "28103044000" , "93003042000" , "90503048010" , "J770009015" , "J125080006" , "J094020186" , "96303037010" , "96303037020" , "J690000600101" , "93003140010" , "J900000602101" , "J029060103S" , "96304030000C1" , "90104034001" , "90104036000" , "90104034000" , "90104032000" , "96304031000" , "96304034001" , "96304032000" , "96304033000" , "96304066000" , "J910001401000" , "90104046000" , "96304037000" , "96304066010" , "96313026000" , "96304060000" , "96304050000" , "J900000600904" , "90104010002" , "90104040000" , "96310084000" , "J900000601502" , "96310083000" , "96306001000" , "96306015000" , "96306090000" , "96306003010" , "96306017000" , "90141071000" , "96307030010" , "96306026000" , "96306041000" , "96330087001" , "96330087020" , "90106000001" , "90130087001" , "96330087010" , "J690000720000" , "90106001007" , "J900000601002" , "93006001080" , "J031060103" , "J650002201401" , "90607017000" , "96330087000" , "96306040000" , "93008084010" , "J900000601206" , "96302001000" , "96312041000" , "96312040000" , "J900000604504" , "96302004001" , "96302010033" , "96311012044" , "96313001060" , "96311070000" , "96302039000" , "96302031000" , "96302042000" , "94811049000" , "96302090000" , "93802016000" , "96315001000" , "96315013000" , "96315003000" , "96315021000" , "96315027000" , "96315029000" , "96315017000" , "96315026000" , "96315023000" , "J610000600400" , "90607830000" , "J926060001" , "J310000100900" , "90107013008" , "J300000801000" , "90507017000" , "90515011000" , "J310000101200" , "96305050000" , "J025080353" , "J800000901001" , "90205068000" , "J025060147" , "96305090000" , "93805011003" , "96341190000" , "96341090000" , "96305004000" , "96305007000" , "90136038000" , "94305050172" , "96305051000" , "93805096000" , "90105000002" , "90205086001" , "J340000600700" , "96305097000" , "96305032033" , "96307088000" , "96341007000" , "J025060128" , "96307091000" , "96342031044" , "96342001010" , "96342002010" , "96342003010" , "96342004010" , "90113026000" , "90113013000" , "96342025000" , "J900000500800" , "94542020000" , "93813035000" , "94313026010" , "J900000600801" , "90135001001" , "J910000600601" , "96342040000" , "93008020060" , "28111051000" , "96342033000" , "J025060169" , "96342026000" , "96313060033" , "96313068000" , "J900000601403" , "90130059000" , "J094020153" , "J650001000700" , "J125070001" , "J920000602100" , "96313050033" , "90134035000" , "J625060800" , "90534031020" , "J520000900100" , "90534034300" , "93035065020" , "96313029005" , "96311075000" , "J900000602800" , "96311034000" , "J900000801402" , "96311060000" , "96311061000" , "28111096000" , "90508006001" , "96311083000" , "96314086000" , "96342091010" , "J650001801400" , "J800000601000" , "J900000601803" , "J900000602202" , "93011058000" , "93311058000" , "90611057000" , "90111088015" , "90111088020" , "90111088025" , "90111088030" , "93511088000" , "96311097000" , "96311007000" , "96338091000" , "93811099000" , "90811059000" , "95842090000" , "95842092020" , "96311041000" , "J025060122" , "96311058010" , "96311097002" , "J797060003" , "J797100006" , "96311081000" , "96311093000" , "96311098000" , "96314069000" , "93014062010" , "90507040001" , "93308015010" , "J031060183" , "96014061000" , "J900000501204" , "J900000601603" , "J690000600100" , "96311066044" , "90507050000" , "90508006003" , "96307051000" , "J900000601601" , "J900000501404" , "96314060000" , "96314060010" , "94507050190" , "96312026000" , "96304010033" , "J900001006501" , "J800001801900" , "J900001005800" , "96330001000C1" , "96332048033" , "90132051000" , "J520000800100" , "90132050000" , "96330020000" , "J770001424000" , "J710003315000" , "96330095000" , "90130064000" , "J000150502000" , "94334051000" , "J770017721" , "96330027000" , "96302090010" , "J603061001" , "96334051010" , "96335052000C1" , "96335053000" , "J900000602508" , "J025060104" , "90135058000" , "96341090010" , "96235055000" , "90134013000" , "96332001000" , "90232102000" , "90232134000" , "90232135000" , "90232010100" , "96332011044" , "90232110000" , "90232103000" , "96332005000" , "90232101101" , "J625069020" , "90232017000" , "90236015001" , "90232019000" , "96332049000" , "90232006000" , "90232004000" , "93836031000" , "90236030000" , "90236036000" , "90236027000" , "90236028010" , "90236032000" , "90236033000" , "60036035185" , "60036035190" , "60036035195" , "60036035200" , "60036035205" , "60036035210" , "60036035215" , "60036035220" , "60036035225" , "60036035230" , "60036035235" , "60036035240" , "60036035245" , "60036035250" , "60036035255" , "60036035260" , "60036035265" , "60036035270" , "60036035275" , "60036035280" , "60036035285" , "60036035290" , "60036035295" , "60036035300" , "60036035305" , "60036035310" , "60036035315" , "60036035320" , "60036035330" , "90136060000" , "90236056000" , "J770010312" , "90136056001" , "90236060000" , "90236030010" , "9633602003324" , "J900000604003" , "J025060359" , "J800000601002" , "90236074000" , "J770029819" , "96336052000C1" , "96336053000" , "90136052020" , "J790001102300" , "J912061023" , "J125070003" , "J912101449" , "90130080000" , "J770000817800" , "90135047000" , "J900000604601" , "J025060201" , "9623501400024" , "96335017000" , "90136020001" , "96330036000" , "90236054000" , "J770001224000" , "96336082000" , "96236052020" , "J900000601004" , "90138091001" , "90138091000" , "J127060001" , "J926060000" , "96339028000" , "J900000601406" , "96336009033" , "96336010033" , "96336004000" , "J025060453" , "96336001000" , "96336013000" , "96336002033" , "90130004007" , "90136003003" , "J770010015" , "96336003044" , "J025060204" , "90136003002" , "96335010000" , "90135016100" , "93335001000" , "J926060003" , "J125070004" , "96335041033" , "J900000501900" , "90135020000" , "J310001202900" , "96335024000" , "96335025000" , "96335065000" , "90135066000" , "90102055000" , "J912060253" , "96335003000" , "60035067820" , "J600001041700" , "90107018011" , "95835068000" , "95835016000" , "90105017000" , "93008050050" , "90108076000" , "96335036000" , "96330018033" , "J690001260000" , "J900001205000" , "90236014000" , "96332023033" , "J690001640000" , "90230029000" , "J950001300400" , "96330015033" , "J900000903800" , "90230015010" , "90230015011" , "90230015012" , "90230007200" , "90230030010" , "90230074000" , "90230033000" , "J888040150" , "96333001000" , "90232020000" , "J800002003300" , "96333005000" , "96333015010" , "J471020123" , "96333003000" , "J800002201300" , "96333006000" , "90233002000" , "90233036000" , "96333010033" , "96333012010" , "96333012000" , "96333016000" , "96333014000" , "J690002500100" , "96333013000" , "96333013010" , "J472023120" , "96333015000" , "90233011001" , "90233011000" , "J690001715000" , "J410001701401" , "J910001801300" , "96333029014" , "96333028000" , "J780002124000" , "96333030000" , "96330057033" , "96334005033" , "90234039000" , "90134022000" , "96334014000" , "90134050000" , "90134016000" , "96034031010" , "J025060221" , "96334036033" , "96334031033" , "90134009000" , "96334002000" , "90234019000" , "96334001000" , "90130001001" , "94334015000" , "90134012002" , "96334012000" , "93003044000" , "90134025000" , "90134030000" , "90134024033" , "J125061416" , "96334023000" , "93834020000" , "96330035050" , "96338008000" , "96338009000" , "96338011000" , "J471010100" , "J125100006" , "96338001000" , "J900000602511" , "90238015033" , "90138015050" , "90138015052" , "J900000602510" , "9633804100024" , "96338041010" , "90138015000" , "96338006000" , "96338002000" , "96338028000" , "96338026000" , "J780001602200" , "J7700090151" , "J900001601200" , "90238003000" , "90238017000" , "J770012520" , "90238016044" , "96330065000" , "J770000719000" , "9634000100024" , "96340020033" , "J430002801600" , "XY" , "96340016033" , "90240023006" , "90240023005" , "90240023004" , "J690002218000" , "J690002220000" , "J690002222000" , "J690002224000" , "J690002226000" , "J690002228000" , "J710002012000" , "90240023002" , "J690000820000" , "J900000802504" , "96308010000C11" , "J031050161" , "93009059000" , "90108050001" , "96308975000" , "96308975010" , "96208975020" , "96308019000" , "93003077000" , "J900000601501" , "J650002502000" , "93011093010" , "96308015020" , "96308015010" , "J900000601405" , "J650002902100" , "96308015030" , "J900000501603" , "96301002000" , "96301001000" , "96301031032C1" , "J900002202000" , "96301034032C1" , "90501045000" , "90101036100" , "90101086000" , "90101080044" , "43578016" , "43578014" , "43570623" , "43578044" , "43570723" , "43578206" , "43578219" , "96313025000" , "90501046000" , "96314033000" , "96314034000" , "J125070002" , "J900000501500" , "J912080293" , "95801038000C1" , "J900001006500" , "96301039000C1" , "90101042000" , "90101040000" , "90101041000" , "J982101253" , "96301093000" , "96301092000" , "RP10021" , "96309197044EB" , "J780003955000" , "J710005520000" , "J410003001300" , "94509011000" , "90109076000" , "94509082000" , "94509012000" , "93009081100" , "J900000802501" , "94509060000" , "96310197044EB" , "96310086000" , "J690001700300" , "J800001701700" , "90110062000" , "96310060000" , "J760304708" , "J710004717501" , "J410001701400" , "96310111000" , "90910059000" , "90810052000" , "90210050000" , "96310051043" , "90510052000" , "96310013000" , "J625062050" , "J760295207" , "96310011000" , "96310085000" , "J410001701200" , "76910065118" , "SPA214G433K118B" , "96330502000C1" , "96330040000" , "J770024015" , "90230094000" , "94539004000" , "J912050353S" , "96339005000" , "90130001000" , "90140026000" , "J900000501003" , "96339029000" , "96339006000" , "96339006050" , "J900000603400" , "90239090001" , "93839093000" , "93839010100" , "J770015824" , "96308051000EDA" , "96308050000EDA" , "96308061000" , "96308060000" , "96308063000" , "96308062000" , "J900000602507" , "J800000701501" , "J900000602005" , "93014018100" , "93014017000" , "J690000600102" , "J900000501405" , "96308062010" , "J900000501300" , "J900000503100" , "93814050000" , "95807012020" , "93011068010" , "J800000701001" , "96307064100" , "96311068000" , "96307058000" , "96307058010" , "96308042000C1B" , "96308041000C1B" , "J650002201400" , "96308077000" , "90808043000" , "96308042010" , "J660002001500" , "96335032000C1A" , "96335031000C1A" , "96335035000" , "96335034000" , "J650002001400" , "J800000600901" , "90135065090" , "96311066010" , "96314001000" , "96311004030" , "96311004040" , "96314004010" , "96314004020" , "96314002000" , "93014026000" , "93014025000" , "J06797100183" , "J125100009" , "J910001000800" , "96314010000" , "J900000501202" , "J900000601204" , "J900000500900" , "90114025000" , "90114026000" , "96314045000" , "J910000501100" , "28114047000" , "J025050126" , "96314040000" , "96314043000" , "J934100006" , "J981042226" , "94512082010" , "J910000600505" , "94512082000" , "90114047010" , "93014024100" , "J900000605400" , "93014001010" , "J910000601200" , "93014024110" , "J690001210000" , "J690000710001" , "J125062006" , "96314025010" , "96307013000EB" , "93035065030" , "J650002401800" , "96307013041" , "96307013042" , "96307013045" , "96307013046" , "93008059000" , "J900000609002" , "96307040000EB" , "96307047000" , "96307013043" , "96307040020" , "J660002000900" , "96315019000" , "J310000101100" , "J900000802200" , "93007040010" , "J690000615000" , "96307040070EB" , "96307040080EB" , "J081050121" , "96307047040EB" , "J650003302400" , "96312909000C1" , "96312908000C1" , "90529099000" , "9633000014424" , "96340022020" , "96340001000" , "J900000602203" , "96340022133" , "96340016133" , "J430001201200" , "96340023000" );
Copy
37.92 ms (3.22%)
1
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÍÒîÙã•DŠ“Ò\x1A Å\x18 K–\x08 "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"ð(¨fh\f L\x05 „ƒ\x17 ÑÁç|ì "
b"╚ìõËñ\x1C Aàú38ÙñÝ┌/ "
b"àWÃ0\x1E ÿAË€ôÇU\x04 ìó\x0E "
b"\x1C 0`ØU/H÷ŽoJD¾&`, "
b"º=lÆŽÍE€”¤pÃw«§£ "
b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s "
b"̳\x1E ê1BBQ©ü(ÎC¨õ\x0E "
b"╩6 ì(#F│ªùí\x01\x04 ┼╝Q "
b"´■~a\x18 ©N<Ü%╦▀ÔÉ;Þ "
b"Éô5Q1áEQ®ì¹&┌Ö(H "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"┴┬ÊÅ00Oå┤▒0\x7F Ã&ÝG "
b"ÀZQÁ\x07 ^I_ìO1ÓC4i( "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"å»r6÷╠OÉ¢\x16 5_\x17 5O "
b"¾A\x15 T╚ØFrü7ð┼¿oxx "
b"ßFæL╠\x04 HÙítK<ÉZ\x10 Î "
b"ñdEš(Ý@̯5MàJ\x18 ET "
b"Àß4Æ6~J¶´ä\x1C k'äRÁ "
b"RD\x1A Ž\x19\x17 Hî–ÐI,/×ýQ "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"""
Þ╚├²æ\x05 B\e üÑܳ\n
Ò\x10 Ü
"""
b"ÝéN©@2D;™rç’ô\r 'ý "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"h*=é¢SNQ¤”e\x0F \r \e\x18 Ÿ "
b"×èq]4_Cé¼¶\x07\x1A Á?\t è "
b"~6â}\x07 èE´³ä65%$â] "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"´ÁYv‡\x18 Gé¨ÙƒFøÚ<U "
b"ÉG?\x02 š\x1A Jx´¨›ÍÌá;w "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"hs]¤¸¡L\ˆxª¨êXÎE "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"s㩓׌E¼¬V•v”ãÜa "
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"Õ²º▒á»NÉë\x14 5þÁty° "
b"‚\x05 œÿa’Fl´cFˆcòë‚ "
b"ìX╣Ah¸Måä£\x1E O<C«▓ "
b"ízRÃOÕN'®Á¤ü7”¦ "
b"«€Ÿ15‘O\t °€¥^÷XXˆ "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"µç¼Z\x11 gGq“r\x19 ú¡wëP "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"óîî╗´DÒøWÓÓ■åÏü "
b"§°_õ\x05 zML‡nl§”·ú\x08 "
b"QÚÝ\x05 H@J瀷ü\x01 š\x10 T¨ "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"ƒ»3(]kB2ºŸ\x07 u-•,# "
b"z¼Ìb»uLÊöXwƒØƒ;╠ "
b"Ìq+\x05 Ø@@õ¶¿NÞG€xU "
b"<Eû\x04 tOF °![\x0F õ\x11\v È "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"Rï\x00 G/±CÙ¨†Ü’m\x0F ¹© "
b"'"á\x13 0¾Jí³×Á\r ã\x1C\v „ "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"#µË\x1E ºŠC·Õú‚¶Á«\t "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"G0pÎ5\x1F B¸—\x1A nóñÊ\x15 ¨ "
b"[X+·l\x04 KiµHÚQ£Äz£ "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"\x01 ˜Ìjç5sЃÝê\x13 êã{Á "
b"\x01 ˜Ì]í¿so„˜À\x14 º9\x1D Ô "
b"¾W¸X`¨MA§xÈyw\v y„ "
b"œ}˜Öì CÑ”OÜë\x07 Ï„Þ "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b":úB<µöAù©©a³Ø¼ðà "
b"VÈÎ\x10 ëO(¯dÜÿb\x08 F© "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"YvªUQ═KF×^╝ÇUØ\v X "
b""¾È'±ÉH\x13 Ø\x00 0╗Ü╗0× "
b"@~“:–WE¢±\x18 J8éMoœ "
b")®\f IÉûM╣ÀÚj\x03 ÑþÔï "
b"""
Ю/N\x16 jFŒ™’Z\n
l°[É
"""
b"ÕÊÎL°HNA¥MŽV\x07\x00 <Ž "
b"R┘lÔ\f >G\x19 äÑ\x1A ë\x1F kü} "
b"ƒß?âú½A©ƒ\x05 ŠÑ¹®Ûô "
b"│▓\x03\x06 ─═L8®┘b\x01 f\x1F íØ "
b"\x01 ˜Ì\ð—sÀŽÀÒ\r ÔüÙç "
b"Å\x1C C¬ýFH─¬ß\x04 J·Ìó6 "
b"¤ç┘õü¿B\x04 æö;_Vl8\x1F "
b"¸È$¸N4JQª§Q³N£è "
b"Zrj-œâIòˆQñOé% Ô "
b"NME‗\t )B\x1D ï┴\x13 =2³kÉ "
b"\x01 ÿ╠^É\e p®è_¢ÆTèã▓ "
b"š\x08 ¤qÑUNM˜¯Z«Á£”• "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"àf8\x0E &\x10 F:ì═░[%\x14\x1A Õ "
b"IãÕª æF\x03 » .=;&L– "
b"‡…V\v ÉiIG¦´Q‰\x0E &\x1A o "
b"ø\x7F t&D>H,†‘m\x1D cè€V "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"¾Z\x03 `!HN|œ/$Fè÷42 "
b"¯Ì\x10 ÕûñN˃7•½\x08 .À« "
b"Q│\x03 ─bBGoü²\x06 └\x08 >üì "
b"ı2¾\x08 ıKE´Ö▓g┐\x10 ┼~Ø "
b"…iˆmTØHÿ³\x19 ¤+²¸F$ "
b"BÒX╣y @ØË┬oÜï▒ƒ "
b"\x17 T\x0E ‡U×E-³Ñå\x1D ?(d½ "
b"²0*\x1D\x17\x03 Hêå&é òÄ┼Ø "
b"\x1E ?áDŒ•B¾¤»¢%T÷^\x0E "
b"¸þnö¦HD)¯îë0;^Œ "
b"\x01 ˜Ìk-qq=³Ã^µ”vG™ "
b"tbåGš±D2¯Ö\x1D B·\x1D jë "
b"""
…7“×\x02 %C “.\n
‚\\x0E eÉ
"""
b"Ø8d+ÏÒ@<µ~5¯T£@û "
b"'Rö\x06 ÅUN┘ä┐╗¯¿l}ð "
b"í‘÷7kÕJæŸÍˆ[ôÓ+! "
b"""
É;d┤ªòG\n
ú╩´ÉÕø\x06\x1A
"""
b"\x01 ˜Ì]¯=rÖ¸ì\x1F ò»ÃÚî "
b"‚yNÈ\x14 ,K³ª\x06 ™\v ꈜ· "
b"Cšw¨‰>C\x10 …€@…f,\x10 ¦ "
b"äŽïí\x14 ¶D©€jZ¼ü×>\x7F "
b"PF\v VÎÀF<éÅ:┤ðEÎQ "
b"q\x1A ëXÀë@7ºÝ{ôEE8Ï "
b"cç\x1F ¤×\x10 D\x10 ¿=*«–™8… "
b"sû#´ŒõJ®«âè1¾SsØ "
b"ìùç├âGE¿º5%ÌÜÜä "
b"\x01 ÿ╠k\x02 Är¡ØE94º▄hÏ "
b"²ÏÝœI„I\x1E ¢Ï9ƒ€û¿\ "
b"9ÿZ\x00 Æ)CQŸ&\t ´4÷\x17 w "
b"\þÅ>RVA▓▓I\x05 &ÓyBÉ "
b"û"CÛ]2M\x12 éÞìmbZ\x1E p "
b")\x05 ÙÅ\x03 ÑJ‗ÁF\x05\x06 ║▒x> "
b"oôQÍeNAo░ì$²¥\x1C ¼\x03 "
b"¡zÒH▄àN²¼\x7F ü\x1E Ì0▓Z "
b"Ç]H#W1Aø¯\x05 }Àá\x1F äV "
b"Aa(¤øwKJ¨íš5\x1A\x18 Þ0 "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b""\x13 Aq¼ÈMö¥^ÞT,ß=8 "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"Èì.L\x06 .@!½|qfD(sñ "
b"˜Æh‹ËDL½˜ÈÍ\x1A cmvÞ "
b"VÈGª¾\x10 F\x10 ù>³j£ÉY` "
b"„\(Qi‚EÙˆõHÝŠó‰Š "
b"ðwãÌš2Gt«¶ÍQö§‹î "
b"42*Ð!{Cb¡Ï æÆ\x17 +™ "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"Œ,¡n–\x07 KC¬$”é—1>\x08 "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"%\x18 ]¢\x03 JKM”Zk…\x11 ÿ\x1C\x02 "
b"À½Ñ└7■D[▒╚ìfvÙVq "
b"q”œn.¡A˜±~ÁÖ\x00 öûÿ "
b"t\x02 IbÓFôª\x1D\x01 ]Ê€&¸ "
b"""
\x1C Ú\x04 j\x05 ╝L╦©\n
bÈ\x03 26ü
"""
b"\x01 ˜Ì]Aâq²«&Ì\x0E W\x12 ]e "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"]!6ð~ÏL_‘\x1A ¹äë,” "
b"ü\x08\x1A Z}ì@Æ┐ú¦\f vÝq} "
b"G‘åm|·N\x03 ŸE\x1E 9ä1:\x15 "
b"""
£±ˆ\x1A ×zL;¾e\n
i`\x1D ùü
"""
b"7Š[ç\x02 *NW²È„\x11 Ç«³ß "
b"âéÄ;Á“B·¿íç\x13 Ù!ø "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"\x01 ˜Ìi”frܶãAi~\x01 ¿J "
b"ì¶/À4\x7F DV¨¾T³ÅG¬\t "
b"XÖ*ì9O\x14 ¥lØ•B’œã "
b"3\x18 ˆßk”GÏ€?kÊŠ\x11\e c "
b"ã▀\v )ì,KN▓Föö"Ö¡R "
b"O`¡í┬óK±ÑÍ\x1C ‗+ükð "
b"܈9#«ÏLú¦°dH \x00 ž» "
b"ÒOèù¹0Dì▒\x10 t\r M─[\t "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"\x01 ˜Ìj¨êqÀ½\x19 þ£z@-! "
b"Ñîî·òºOç©ù²6\r ^GÖ "
b"j\x07 KY¦8GÅê¾àô®ëÎj "
b"ñ\x03 ÑgïûF¾¥ÿþC{jñ "
b"êPw\x08 b\v GKŠÁ”_ñ¿ÔÞ "
b"┬¶o/ã0KëÂók11¦|É "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"œ„´FðLLÚ¢ëjÞ×§Q "
b"\x01 ˜Ì^Ö\e sz¿˜ß#\x18 à,6 "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"Äâ\x18 ªãÐId½md¨uîB\x1F "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b"Þî$>~\x1C Gª„ÚŠ‘‹kSÈ "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"rÏÑ\x06 MìK‚¯z%„ˆA:X "
b"Øp═?BïGÿäD\x06 {´/Ù\x14 "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"""
ÚMÊr[ÔFØ£–)ºjä\n
\
"""
b"enþóC\r E±£ò-Ã-¯0¥ "
b"Étlÿ╝6K─¼\x07\x10\x00 ╦Ñ*¸ "
b"К1¡v(D^„sn<~ó8Q "
b"¸tÈ+‰\D°œÉN\$§uc "
b"\x1D \dÈt¿MÆŸ?ëÐO¯3d "
b"═'©ÙºrCìøôñN┌¢ß- "
b"\x14 Î5l\r µCô™Àp•‘\x16 /¹ "
b"*\x04 –}\x1C ¿K:Ÿ[Xƒ´çç "
b"¤£ªÙJÅL\x1A Ñ\x10 xÒ\x14 Ç├à "
b"PMz\x02 ž€Cå“]Ñ\x03 9é˜é "
b"ÕgoÀñöFå™Û:D@y®å "
b"\x01 ˜Ìk\x7F\x14 q2²°±šë¬!\x1E "
b"¸yJMƒXLyº‰*\x0F X\x14 ®¶ "
b"Èl<•gÒMT“J‰7ýÒdõ "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"‹\x04 Õ®nH\x0F l¯E(.\x1A\x13 "
b"G¹$”µnG}Ÿo‹3åSÿ´ "
b"Ÿ³Eé\x10 ‘EÕ¿oìÇ\x1F ±!€ "
b"¹<¢\x0F x"D€žA\t #;ç…¾ "
b"hÕ1M\x01\x02 K;†ÀþÙ{ŽIq "
b"o—ˆày`BWª\x04\x15\x03 p8 ý "
b"!Ñ¿\t (Œ@¿¾Åj;¤R ¯ "
b"R¤WA\x10 tHÊØ;Þp°ú\x11 ╗ "
b"\x01 ˜Ìhø¥pÀ«V4Í’AÅy "
b"\x11 îå’oöEÛ§ôŸL9NQÔ "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"\x7F WX˜Ì¤Kw„m5\x16 CÃVì "
b"Ø╚▒╬±nH▒│ião?\x07 ƒ\v "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"\x01 ÿ╠_É¡q\x11 ▓âµb\x16 ð‗S "
b"‚Øs öÅE¢¨³»¶`ÒF_ "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"└c┘·\x16 .J\x7F Éâ\x08 ╔ØÐvç "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"ïojÞ…wE^ºsáš6}ȵ "
b"""
yc*.íÂI÷ªÜŸ\n
:ZA€
"""
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b" ê“ÊíiKN™lG\x1C\x18 Ê$] "
b"\x1F [LQ\x1C ÅD üe«ÙCS9C "
b"€M&=_-NÀ²ÕÎy^>Å4 "
b"T^ÚÆVˆEæª\x01 ÅÕ2€& "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"'\x1E\x00 ™n\r Fâ¶\f «\f ÃR÷t "
b"m¢\x10 ^\ÆA\x12 ï¯]╬É·Òo "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"UÛb`xbCYº!?¹±4šò "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"E•Ý`\v €L°†d\v è5îcQ "
b"äó\x16 ñj'H6§[ÿ ÌT»Ç "
b"m”l®åJLk¥ˆâšéÄË "
b"├¸¶¥,ÃEÉá(sVsÇÍË "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"ÎW“öt\x02 D\x03 ˆOãëŽLÐV "
b"ÜúB΃┬Fþ┐?©ìÍ'Eï "
b")–‹$½\x07 Db°\x0E u©î’÷‡ "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"õz·Z\A\x1E ŽâIM\x12 Ñÿ "
b"Ì:l7\x19 ‹FS¸¦ì7\x01 0¶% "
b"\x16 ╬Ò╠ÎøBÑØ┼ÌìL$/5 "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"K2—\x7F !¼G7¨å¥”Í‘ðû "
b"ü\x00 Y\x15 ŽˆI¹÷uÊao "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"9`╩·\x07\x10 EÂ╗Òì┬§zÌà "
b"ß\x15 >wÆ¿H\x10 ïJ:dÅú0î "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"ø┤\x00 Eft@"ÆäóÑñܳŠ"
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"▒º\x19\x0F ║ÖCØæâîC╬┬\x03 \n "
b"”¢±‘êSCàœîÍ\v [õD/ "
b"èßÇÙËËGh–\v©-˜ÒÙ "
b"""
[I.î2bN\x18 ¡\n
à\x07\x10\x17\x1A Q
"""
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b" !í;'QI§»Î¼ê>>Q "
b"^Õ§}9„KGƒÆôúP·Ðù "
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"Xp€\x15 5åHv¦¦”À;,d; "
b"M1›RsàBc´÷&\x12 1¶ëå "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"d#JÂMÐH\x04 ‘ø7\x00 þƒ}Û "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"ŒÑÿê’O\x1C Žá³š»„0Ó "
b"³÷\x01 ÙC7J[Ñ╗\r \x1D\x0E Lüñ "
b"\x01 ˜Ì]Îus\x1C Šrk–ï\x07 ¹Ø "
b"J·1¡¾fA0¿¥¾÷´\x05 zs "
b"ÿ½╗L‗\x13 JæÅfmÑóÚoõ "
b"ÓbO5>KE\x1D §\x14 —4.7õ— "
b"""
ûF€DpeJ…–Ä\x7F \n
,@\x17 ›
"""
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"BU|ÐU\v Bã‡ü,Å;žü. "
b"Grí_!\x1C Fã¸X3ji/¼Î "
b"´Eï·ñ\x18 G…™ä$UîßÄ6 "
b"‗ÁByUFIýƒ«üT¸Öþ▒ "
b"Hjk\x11 þÌL?º'\v ˆeŽ\x17 { "
b"1\x03\x11 ݹòL=»ƒ‘9Ÿ4ÑÆ "
b"1\ÍpÌÁ@E—\x15 $S|šÿ¹ "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"0■mºNdO╩Ø»▄ýö■÷= "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"Ð\x11 7…Ø%HÅ»Whb\x00 øQ% "
b"WCr8î¯O'ü÷╚Ý0dM\x1A "
b"ÝSF/ÓÓF*“òä¡£T~m "
b"-†-1íÞDɆx\x17 £3¶J\x18 "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"ÖÑv\x18 ¬®Mºœ±(¬'\x06 ¯\x16 "
b"²oÐQ\r WNç°ÉY\x1C ˜ÙÆ\x1D "
b"Çž®X\x0F\x1E I¶£\x10 ^§¾Û…« "
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"yG>fû~Gå”FëæŸÎpõ "
b"Ø]P\x17\x00 +K\x0E ¶º|ôÑ™îU "
b"\x01 ˜Ìim÷qʺDZVˆ÷6™ "
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"\x1F úYä\x17 ÄJ½Œ@;B\x1C Òxr "
b"+³‚$áN@š\x1F ¾\x12 Ç–ž\x0E "
b"û'F&\x15 ¶D\x01 ³k:àÄpž¿ "
b"T"ø^ÔAO'¨‡MŸé\x7F «" "
b"G\x0E ‰NÖÎMs‡£å¶öË“\x08 "
b"""
lrâ*̓FÄÑáLÅG\n
ë~
"""
b"ظ$«Ê€Dp‡íÉÆ[éÚ£ "
b"\x19 f─êâ\x00 O¸Ü.xÈxØc¯ "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"ÇlØÐðoI±▒DÛÇ\x16 ^û\r "
b"├0°╝JïJÅÖÑ\x0E\x14\x06 7±ý "
b"EeÔPùùE£¿¸ƒÝïüm_ "
b"É@f\x01 :\x10 H)×╩z:ñ║▄Å "
b"fıÍ┤\x00 æKr«┘Ø`ÆÀ\x00 1 "
b"├0×\x1A 7ôCv©²Å\x0E ½8×\x12 "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"ó)•†ÚƒC?¡\x00 ñ\x06 &q=ù "
b"\t -,{)RG\x16 ¯eþß¨Îæî "
b"àÄÄì¸ýOz¸°“\x13 Â\e ôD "
b"NE2nÇ$KH¿=üºº█\x10\x12 "
b"Ö\x18 ™*}cJH£ô+Ô|¶\x7F ‘ "
b"\x01 ˜Ìi3\t r>¬Ô`YÐAã\x07 "
b"dd*ØÜ°J €\x1A '¾Ý<ÏÁ "
b"\x1A ¶¢™\x10 ™HÛ¡ÓÕ\f q„\r E "
b"?Ífû1²CÔ–‘*%HŸ\x03 v "
b"´ø\x14\x06 »}L>‹øÄ\q\x10 އ "
b"\x01 ˜ÌhÍÔs\x19 °wfÿ8ūŠ"
b"æ:¡j$@A¥¶1/iÛ÷>w "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"""
EtAß\x06 —B\n
¬Ò¨‚,Éx|
"""
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"\x01 ˜Ìh›ksR£<O0o^/Ä "
b"enwK§±CÅšP—νܰ§ "
b"1\x00 ]Ò·JA\n ›\x05 †ïˤ¶» "
b"m—\x14 ÄÚñN@²\t Ä+´UÆ¥ "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"@P│ç┬▓E\x11 Å¢t/:`¤\x12 "
b"8€3Í:ëO|¼´Š;W¼C "
b"Åà@§\r O"³L®Ü=“ÄA "
b"þ\x18 _\x06 >ü@Jù À«┼Ìıà "
b"LrLsƒÆOv£ÏÝJü¢'Ê "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"=¬}žU»FŒ»Ç*°\x08 D<¿ "
b"sÚµ%vDBg˜~”ù÷\x10 6g "
b"‡Ä”\x14 °¥A”Š'»Ž…w$¸ "
b"*Aì\x16 ë0Jõµ!\x03 aPfþ‘ "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"\x01 ˜ÌgOvsE´ö\x0E wØ;\x00 © "
b"\x01 ˜Ìm!²s2«ž5\f 9\r Xç "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"ì╚╚öÅ´B\x18 âP~┼{Ñ\x13 w "
b"Ç¡\x10 ·¬¶CI±b\x15 .Êúé\x03 "
b"Õ_Lî«,F]¨2\x04 ÕàbáW "
b"\x06 ±Y,XWGÏ®¬\x1A\x00 Óó›C "
b"├²"ÌãZB ú7>ÁÔÏìC "
b"„‰Íl·ÌH:¦@£®\x16 Vpþ "
b"╩8 )TñD{ì°¼+Ëp£º "
b"Y9i^ú\x12 L«ü1bPïí¶╠ "
b"à┌\x08 q×ELßÅs&Bqå)h "
b"ìºó_ôQFì×▒_\x01 ËÐ\e $ "
b"1À<WmïO\x12 ¼ÿ—<9ŽŠi "
b"ºL\x01 k©\x06 Jþ—ï;Ô y§( "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"\x0F sHß¼ÎI>¾ìªRÜæçç "
b"Å\x08\x19 ^\x02 ;F¥ˆÞ%#lØ] "
b"iYÿO®˜Aé¹(`a¢ÎÅÉ "
b"ó\x02 a'Ú‡BþŽ\x7F\x1F Û\x7F eì "
b"+\x13 ý¹Ê\x1E @0ì■¥Écz®ý "
b"<wV\x18 „…E…’Øü0\OçÓ "
b"JìÆ@ÁwG|¨Ðòâð»âU "
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"k▒Õ\n ª‗EHØh¦Qn{\x00 p "
b"8vv…1áGvº¸\x1C ~Iæ6% "
b"ôöø\x10 ƲLØŸ°#~rýÃa "
b"Hb?t$.EVƒ[èû~¨éq "
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"©!▓î┘ôK óPÆê\x18 |É\ "
b"õVL¼m,Gì•ízvÅ?°‹ "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"§\x05 Þkb~NÃí~ÉóF£7a "
b"„œRÙ\x02 FBT¶ï,Äot7g "
b"R\x04 öB88Hì»íy–é50ó "
b"""
~\x05 gê´\n
E\x05 ì<¨}íln4
"""
b"üñ?\v íÌJË¡ûÔIWbVÜ "
b"-òÁò5¡H£üƒ¦Ï´¸Z\x1E "
b"âñPðmÃNB™>|ö\x04 ŠEV "
b"ÿW8ÞoDIƒ“—€Êy)Íh "
b"ÎŒ\f\x19 °ß@Ùºé‘ ßl|Ë "
b"øçÄp¦ØO│äûÞı¡§╩è "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"\x13 ïˆs£ßNtªN4¡ˆ9Ìa "
b"Ê«U™\v eAÏ–ÔÐâ;®Gº "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"1\x04 !*ƒ\x04 E#ÑÅtÛÍhfÞ "
b"\x11 Þ/8y±F\x19 £A=¾GÅ╚ "
b"\x17 x«'\x16 ½E²Ÿw[Ð\v\f 0¬ "
b"üvU kÖDî¢h│0*b)ü "
b"k‘yêÞIÁ»\x12\x05 ˜Duõ< "
b"\f T¼{ë.Gl¡2¤\x01 ð\x1A m8 "
b"—ÌH,óÿLL½V\x18 Ê\x02 j×^ "
b"42{åÛ´H•”S9XŠC´f "
b"²×î2\x18 ÑKß‚)e˜f•И "
b"îŠs½\x15 ŸN/¾\x00 ¥Ü–\x15 Ž} "
b"""
─█0»\x03 ÒHûì]+9!\n
eº
"""
b"î\e ™'\x7F ÁL2Ÿz‡L¼Ïág "
b"ÞÝ‹ÓdÁL+½'ÐæSJœ "
b"±‘X]WÿAǵ\x10\x06 Z¤ÊFu "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"J¡Ó)])EÊ¥ÍËA\x18 ™d\x01 "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"?ÅKÚõuJ\x16 åé6OÉW╣e "
b"Y`Å*ôùD\r äÍ\x1E ¹¯ñVi "
b"\x1F ¢4Wk{N¶” ó\x1D\x10 «Öº "
b"hÈÇ\x03 N`Dz¨tž¸¿†ò” "
b"ÖØlQëÖC¼©\v\x0E e\t jñÍ "
b"]Ñýø‗´CÛÆDà┼ØJÂz "
b"Yy─%¢└A▄ØZ\x1A ¦ı\f ®Ö "
b";–Èþ«\f Aͨ1QÙ\x06 ,ê„ "
b"ì¶W;O0C2Å▀Kĵ└íó "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"Èü þQhMÒÜ»n\x02 ê■`¯ "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"úÚº#vIK\x08 ½Å\x11 B\e j1\x1A "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"ÿGWP\x10 ‡MÖ°Ò"Þ™*UÛ "
b"ôÆF£JpG¾ŸV~ó~\x00 qÅ "
b"ÚæwQŸ_GÒ«oãà…\x03 `c "
b"áWß÷$╬G9Åê0¶mm¹0 "
b"]" ¾ÈcA9»èš\x12 þf°" "
b"Åü\t ™öÃKã¾\x06 ¶K¡&è "
b"ès˜q|Ä@J‘Ýr¡Ê\e êK "
b"S¶[×┼¼EÌ┐®Ø║O=‗\x1D "
b"\x01 ˜Ìh\x0E érâ¼eûBˆŠ\x14 º "
b"¨?Ù¦T©G\x7F ¨º\x1F ^\x19 Ëx( "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"Ý·™õ·LL˜«†”ùÒ=\x00 s "
b"\x01 ˜Ìh.\t rõ·îÝM²äN" "
b"""
\x01 ÿ╠pÝåq¤░\x15 \n
ƒ\x19 ÙíÉ
"""
b"¢·┴Q\x7F ÇHfÅn¨§5W+× "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"]"ÕœàdGj‰\x11 ,¿’AW· "
b"Š\x08 4A|2K(§ø\x7F ÃÒP \x16 "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"¾\x08 ÊZÀ-@\x1A Éf\x1F Iq5sn "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"ñ¥ı\x1C ACBÖüzH¼╚å\x12 Q "
b"8\x01 üµ╗ÈIM╣─ÇþMá¹ä "
b"¦½×wqwB˲I\x10 òD^\x00 [ "
b"v=y*]ËAO¤s,ôpná "
b"VÜ░¹:ØB\x13 ª.╔├ð1Ì\x1E "
b"â=è¾HÄFtüÙLØSEÐw "
b"AØ‗ñ\x18 IOıôëC¹Ê\x14 ┘+ "
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"┌ô¶v\x04 ÷Jì░Ø):&\t jÏ "
b"‗8\x10 eõíKØù©ÍÕ´v╗X "
b"\x13 X"\r \x13 ÊA`éÉ«\r \x11 K[Z "
b"~\\x16 IfVMÔÅß«~Ä\x11 0ë "
b"|üâJ’»@0©~Š5)€¥\x05 "
b"""
õDÿ\n
9›K·«\f r\x03\v ô°í
"""
b"¯\x15 @äÚüCÃÆ\x03 ¢éÃ\x17 ■£ "
b"\x05\x07\x10 ├\x00 ╠GqìîuÖÁ─l\x10 "
b"╠<Æe┴\x00 L\x11 Å;\x0E ▄©¥0ð "
b"ÿÆÖ³i¨Mý¿}\e “P‘uu "
b"\x11\x11 Zvè\x1A HûÑ=t)ØJ▓ü "
b"QQ;E\x1D CFª”¸¿Ò\t\x18 Þä "
b"pz╬ ÎÔBJ¼5▀\x00 nØÙ╩ "
b"-mR\x01 qòG)½¼\x07 ›õ\x04 \r § "
b"m╩E#L┬D+ÉÈà{¾t_¦ "
b"╠ümË(‗B]í!¡Ë\x1E °qE "
b"""
„yd "ÃL?±÷\x11 w¦ý\n
B
"""
b"Iä‚£’\x14 @¢”Å›>,ñ#ï "
b"×¼┘r÷\e KD¿´ØÙW»ïÔ "
b"g¤ðžÁ\r IÔ³’üx\5ŽG "
b"\x06 ä\x7F ‘ÊÍIŽ‹—øÅ«©q? "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"GT?\t ¦*NDœÔ\x05 h;\x10 ìÇ "
b"‰ƒšª}\x03 @y™ä‹\t >u§1 "
b"t`…FÇ\t B1›Æ)ïñ‡Tº "
b"t\x14 Hµ´BDŒ†¼\x19 gÝþ·6 "
b"Å(\x17 "Ý;K^–U{T°\t ž/ "
b"¡S^ÕY\x7F Eÿ‰¢\x1F KlL[‡ "
b"ã•àS0ŠH·‚êÝJ\\r \x1E "
b"\x01 ˜ÌhN\x03 q?š:à=)/5u "
b"R\x04 ÿ\x0E G}C<¡û\x08 ^║ØÀ╦ "
b"®³e¼ûaAz«»¯¼]Àûq "
b"■x>\v ULKTØ¡aÒh>│û "
b"┐¯\x08\x1E 0èF}ɧ\x1A k\x16 >µ\x1A "
b"-²æ²Þ\x15 Gi²Ê4hê.¡D "
b"ä}±Ý\x17\x15 B2±ÃsF²6jÑ "
b"""
\x01 ÿ╠]\x17 \n
p│ؽòƒÝ¹\Ú
"""
b"ýÃWˆØaOä´«ãHt3\x18 + "
b"[WÍ\x02 väO]’î.;0\x11 ÜP "
b"ù1:┘| Io▓»ð└Àؾr "
b"ÅÚ\x18 ┐?ÕJ╔öd▀b\e £\x1E / "
b"Ae†wÌ€M‰¼h\r õµ\x19 ÁB "
b"╣üVÓ\x18 ºJ╦║±Í\x02 ═ë "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b""\x10 Eˆ˜\x1D DïQ-ÜèB·\x02 "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b";¤UÉ\x12\x1F Ng╝ü╝Úªò▄» "
b"╠J¡G¥fL╩àıØ\r >\x04 ├p "
b"%=9y–\x16 K\r ½~ç;K\x00 C³ "
b"';\x0F\t Þ N5╣\x10 x├|mØç "
b"\x06 -\x13 ÌxsH†Ž&€Ùj†½’ "
b"ï§>83cC\f ™R\x19 Q¹ˆ\v\v "
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b"éŸ\x1A A•jO^†(¶xã˜ä\x1A "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"sGƶ§ãEæØ\x0E\x00 ¡bÓѼ "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"³T‚\x05 _öF\x14 §-ŽkD5§š "
b"íGÌ.éÇEU™\x10 wu¹\x18 [q "
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"_³Göƒ,Jê…Ý&û(\x19 ó¹ "
b"ÏñÅ\x18 °(J¯§˜Jƒ9ae\x1A "
b"""
ò\x01\x1E ┌ı\n
K■ÉN/\e ß½\x11
"""
b"10Á0÷\t C듺jUØÖ\x01 f "
b"})Ë(§UH3Â■ó┘ü┤û\n "
b">ôœÚÎEùš¬DÔ\x01 4\x03 £ "
b"YÞü|edK²èÛÐg╠\r Iÿ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"ªh\x08 9\x06 °Eõ╗iüU ô╚\x1F "
b"‡Ž\x01 ë\e GG\x1C ›\x12 –ÔLȯ, "
b"\x19 B\x0E Ux×D£¢ÓíÉÑ c "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"q▓÷RÙ6Fdñ+Å¢à\x1D ┐| "
b"ÏÇ╚8À£A┤▒\x12 │MüéTd "
b"K;Ã\x11 —L|œMvgJËù€ "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b"í\x0F U7;ÍAÜÇÉqMläÒk "
b"ʬ╚UâDAø▓XÃAù§ÝØ "
b"\x01 ÿ╠gõ'pýÄÅ8)øw\t S "
b"ÈaýGü¿C╩À\f ┌÷le\x19 £ "
b"MÒ╝┌²MNVè[q)░\x17 ┤ì "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"\x01 ˜Ì]Œ£q`¥!ÌYY{tž "
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"\x01 ˜Ìhi\x03 qС\x03 ádw0½\e "
b"òý’jƒîEC¬\x06 c8c\x1C a¬ "
b"ÃR\x12 H‡ÛDj½s\x04 ”&\x07\x01 ” "
b"Â0^IÄDGéŠ4Ây\x08 räæ "
b"Z2Ý´ÿ$M:µj!i¿Cg² "
b"¬├d■å¡B×ÅØG═┬T¡< "
b"bf#ðæÙK¸ÅR\x19 ¹■-─ý "
b"s£õ,ýFB[å`9zì¬z& "
b"ݾ\x11 ”¤·O˜¿ü¼û\x7F `W˜ "
b"òÓŽÚj\x18 Ca¤ê—£:\e\x07 û "
b"\x16 sÏn,˜@¿½~w]¹½UK "
b"î`§®\x0F ÃL\x1F ˆ-\x15 .p¦¤\x01 "
b"æB˜ÚïòMŸ¹›8÷<nI› "
b"uÙ¶Q=╗A‗╣seé\x1F ìõN "
b"Ã3¤‚VñA0§Î±Or¯kH "
b"±x±l3\x1C Kפ\x1F [\e r\r ¤ž "
b"¤ \x1C P\x05 ëH$ìì³Û\x1D\f\x1F\x03 "
b"""
í;Þ‡\f êAe©\r \x06 \n
¹éYo
"""
b"Õ›‚ŒõQHÆ»wÛÓÕÙNU "
b"z•"\x12 W…L2«~AÇ\x06 -‰. "
b"xÕXë/¦B޼h7T\x7F ,ì³ "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"Ó^\x15 `¨ÑClÜÅ\x18 «³\x1F\x19 > "
b"úçYÓØåH¦┐\x06 ┴╣áIô@ "
b"~S'c¨\n O\x05 ¸Ú\x00 CÕõ— "
b"\x01 ˜Ìj0\x14 rRˆÚ•\x19 Ïü½ù "
b"âL‰Á°ö@…‘×\x04\t xHÈw "
b" œ@·°çA{†\x05 „\x0F ücüÆ "
b"\x01 ÿ╠_6┐s█¥\x05 öWvÅØX "
b"J@ZIÙ_F¸è¶oû«\x0F ;Å "
b"Cš\x16 ô5”@Ûœ\x08 ¹€~³=- "
b".ú㬵!Ag©\x1D YdG;k{ "
b"\x01 ˜Ì^qHqL³.}Hæy•Ô "
b"\x1E ¡ß“9‡A±•Q¸emÆÇL "
b"1Iï÷Mæ@¹…’YBÎ \x11 µ "
b"ØNs܇<C†½\x11\x1E e\\x11 Î "
b"├\┤Mù╣Eüèñ║▄\e uáø "
b"aùÛºœùOy·¦q\x11 ƒá "
b"Sª┬░¶┴@#ƒ\x08 {;ÚØb\x14 "
b"\x01 ˜ÌkµÖpnµ‰ï¶b?[¾ "
b"└+\$æ\x06 AWáüG#E^\e o "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"tØ\x1F ÊèÉE]“Ÿ™…Jѳz "
b" ┘k╗S=H\x1E áKØNI½pR "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ƒ\x08 UƒÒÇL!ª¿DôX¯u« "
b"ýXØ…T¢Lü¬Eª«ŽÛ‰D "
b"öN;Æ\x13 █J█Å\x7F !¹[P╗╩ "
b"òߥõ•îDRˆºª[îUi½ "
b"B•Îvj/A\x0E †\x03\x1D zÓÀ\x0F È "
b"«Ë©É”(D\x04 —µÇ\x13\x07\e $0 "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"J$\x16 Åž\x13 IùŒáò—F‘ñ¢ "
b"’óI \x07 ð@˜‰vd"š\x14 ‡3 "
b"ÝÝ\x0F X;ëFJ·hÊÕ^¶\r \x01 "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"û)žvüâCª‹õJ^b…¦U "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"á\x17 ù9\x7F Ã@w®«lØ0\e ·Ú "
b":,çWÇ\x07 F†œ\x1E ®Ü´üš* "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b";£eÕ<IHç½Ók\x00 K³"Z "
b"¤ž,–Õ\x1E E*œ‚c&Ðç£[ "
b"âå╚£¡ó@\x0E Ø0X├µ╔└I "
b"╬Ø?eD#HóæËÛ\x18 f&\x01\x11 "
b"|ı\x0E ßg\f N«É,[╚8ßý║ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"DY╣KÍ┐@zû\x7F ÉÐ/\t\x1C + "
b"Øå\x05\x07 1·C Ø/ ÿ5õ$ "
b"2¹SOw\x7F MxªTæü¾pG’ "
b"Î\x1D ╠¿?¢@:┤2ç©?,ü£ "
b"YS…y\x1F ÍGb¿"Pš4<åÛ "
b"¯m¾’?åNÓ¤¨½\x07 ‚\x10 öù "
b"í)+Ù\x13 •M¨”@Š*O\e ¢b "
b"¿)8ü%)F\x01 û¬Û£@@█Ê "
b"Cj[q¡ÒJÒ‚}\v H1\x03 ‚ "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"#gš‡\x04 ÀCk±°úZ¬qqc "
b"Ž¿\x1E 3>\x10 L$¡l‹‚Ufü, "
b"€ß«U8\x08 DÄ©»\x11 I©ÜäF "
b"Íò~½b$G‚ª÷8S¦7\x1F "
b"F8³yê$Fù¨â€\x02\f eçc "
b"ô·?║'ÞLÉÿf²┬gqr\x08 "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"—þ\x1C \\x07\x18 Oªƒÿ$£\x02 N\x08 Œ "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"ËxB„kÀO︆ÓÙ”½9\x19 "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"±L┼Q´\x04 LjÉ¿\x04 S█.Jõ "
b"¶§À\x05 ‹JDž§ÝÌ\x08 Í\x0F 0\x1C "
b"T\x04 i<i}HT…Þ}çáï,\x01 "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b" }2Ò·ÊF1„\x18 Ü[Å<ÑP "
b"Å6R÷åýAUøE,Zç╚ô▀ "
b"zY\x1E @j¿AÓ®ûW[°T%± "
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"dÆÎ{Œ¶IÔª\x10\f •j\x0F\x1F ® "
b"\e ┐üÅ*»CO╗ñ╚èÇ├\x00\x13 "
b"<{\x11 ¬ ýAΆ{&-\x16 ™i\x0F "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"©\x07 ÿî¯Þ@\x11 §×¨PêJE† "
b"Ü2ü<\x05\x00 H’¾ÖïE¸îI\x1D "
b"J1H†÷Ð@Ó“¢ZúBV…ˆ "
b"\x01 ÿ╠g└Òrµü}█x\x17 ý\x10 @ "
b"¡å³—œÏDª†šK\x0F K{÷È "
b"""
W„ž\x12 ³‰GX¨Ã\n
>\x17 $:‡
"""
b"×Rè‚ÞvEëŠÐ¶Ò\r Á\x18 Ï "
b"UÉJÌ}çJë¦~ñª\f Ô\x13\x1C "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"¯ë®rZúK+‘îöUdšT= "
b"e£œB\t\x16 F»®\x01 }RÏó¸\x01 "
b"Ýø\x1C ±’\Iª¾½Ö•„\x01 |ž "
b"!\x15 áÜO@M›¶P\x04 ï"Î/ù "
b"J/╣ôÊ\x11 KôìÑQ\F █» "
b"m/:KÅÌMB±™\x15 3©Œ“À "
b"ÀË\x14 ©ø*Dó‹À“£6.\t ð "
b"¦╚É\x05\x00\x17 A:▒\x7F tRÍ{À\x00 "
b"bÜ×\x18 [ K\x12 €=Ã\x17 ô2tD "
b"ÊðѨ NB\x0E ˜ Fƒ‚øi "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b"‹êN \x04 Ø@-«\x18\x12 øš\t\x7F ¹ "
b"ìs”Æ~ÒIÚ°oœÄLš+\t "
b"bÒ\x1E\x01 ç╬JuéWwÉÔH\e . "
b"hµ)WNZ@&▒▒\v ╔õìK\x1D "
b"t\x07 Ú;ŽçF\x16 ¿§PNä÷´„ "
b"c\x1C Q¬\x15 qIe‹Ê%šuœ…< "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"›º—Ö\x0F LD\x7F ¡E.¶áÚšv "
b"'°á\x19 M\x19 M\x10 ‰}özn\x03\x00 ® "
b"\x7F t\x01 ÒrêN÷µõÇGÆ™XÖ "
b"Jî,x»I\x11 ‡{\x1E u¯"Ï "
b"$\r \x06 úù^G»§ý¥< ã”þ "
b"Ôw┬zt‗MtûkÉ¿▓+ß\x04 "
b"ÀÏyÉÈšHn{³Fõ< "
b"ûôˆ…¯EAQ°^ñ:ñ¥›~ "
b"\x14 1ínÇØLM®bÏløì\x7F Ò "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"ì\x07 g_#|Koˆ7_fŸ@Ä\x16 "
b"žM‹ ¼…L\x0F ƒ@\x1A o\x1C e>‚ "
b"\x13 êÒ ¯iK\x03 ¼tl'{=ÃÃ "
b"VR0Õ\x13\x05 F'Œóå“‚ÙÇ< "
b";²³¦\x03 ÕFu¡§IÃüÿÈÇ "
b"░\x1A ;\x19 Û▄B\x19 ì¾\x1C í±\x17 ╝L "
b"U├u█ MKìóàÐñHR▄³ "
b"ô‰ÖóþgO¨‚\x11 x¸¨¿ôÇ "
b"ÇHêvƒfC|²”B\x18 ô"µÆ "
b"ÆÒÂ&ÜIÂŽÓ"`-g\x10 à "
b"ý┤oVu`C¨û\x00 É&la\x11 ▄ "
b"·¿\x04 1Û>HÍÜ8ÍyÜÅ╬ë "
b"""
\x16 @\n
þ×åEi®▄ücb█ì╚
"""
b"¥\x1D £eÊ!Ia‘ \x03 ø„8©– "
b"é\x13 ÁNÂ¥@\¥ü6|!d\x04 Î "
b".á\x08 †\x15 KÄ©ˆˆï]â|\x01 "
b"í6▓ø╝tEiŽ\x1F ªº\x1E\x15 x "
b"r¨‚rCAIG¨\x08 ì å\x00 Ò9 "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"\x01 ÿ╠]m\x13 s\x08 Ñ·É·5¸v "
b"\x1F\x07 œUwGIA…”Ç*¾ÌÓ6 "
b"äÈU=åUIÞ„ï#’AÁ\x11 ¶ "
b"=Ý \f Å(L2º«7‰d\x05\x1A Ý "
b"żR…\x1D ·Fj‡úÎÁ¤¤Ïœ "
b"0ì\x05\x1E Ì‘Dê±zŸÌÄ\x1A\x19 Î "
b"`½ÌZÉ╠DÔ╗Æì\x17 EÃ*Ó "
b"—š\x19 +ó\x04 FôŸLKc‹4\x17 ù "
b"äù§„kŠKЉèkã®…JÄ "
b"òxçü┴ëN^¥ÃË\x16 ®\x0E rÄ "
b"\x1A —ïµvšJü€Þæ&Gkû> "
b"\x7F ¯ï%qƒL¨▓ì\~OßLü "
b"▀È\x01\x1F ¥=N2ìeùcmÑ╗ô "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"Íš\t ¡.GK·Š\v Ø\x17 .³žÊ "
b"¯w:æ!KA!¸$U¦s˨— "
b"òn×*x"N\x03 ž<€;\x0F ×d\x00 "
b"žªÊ ¤yB\x19 Šþ\e ´´w\x15 5 "
b"ìÊÑ4`áEï¬Y8q·‘«Ò "
b".Å&}\x10 øHÌ›\x01 ÆNev‰J "
b" ‚[pãuC@–´ÓPî\e Wi "
b"¦¶ƒTØ›Jž¸Wà³!?lç "
b"µª(_g\x0F B„™€Õ˜¢>÷ "
b"Ab\x1E ´Ú\x1C A´ü╬, Øàúê "
b"ðn\x05 ;DEì╗*\f \x06 Ô6â "
b"bµ\x13\x14 vpGF«ò\x12 ¡ˆò\\x13 "
b"cRO¿C\x17 OS´ª\x1C }`²f\x1E "
b"#€Nã)\x04 Hª«Ñ%ËcÍŸì "
b"""
Éêøæ\x04 F4†×e\\n
QÞ\x1D
"""
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"ƒ{~Σ˜F\x13 ¢"\x02 ÂC™Q„ "
b"Úœº|;ÍIa”\x1A :#ë,ân "
b"Ç5„Àº!Ej–é\x1F \r ÁbÒ\x07 "
b"®ŽØ™ö{Jd¸\t ~³‰½&\x08 "
b"4Ümv1¿Lü«╗ÀÏ\x10 üà) "
b"Ë\x1E ÞþüÃA¢‡ç¯M3%éu "
b"[┤·~½*LöÜ\x02\x08 kü\x06 Þþ "
b"òQ\x1A QäðKÆî┼ô\x06 V╝±Å "
b"å\x1A ²\x01 ƒ>OæØó\x05 t\x1F æòà "
b"ù\x02\x17 û˜ÖJ†—DäàšÀ[À "
b"}£†ß;ÃL3¡Â\x1D ÿ)…öG "
b"}\t\x12 ü«µL·€e;AlDÊì "
b"|C\x18 G²¬F§¡#ÇËC\x1E Í“ "
b"®=¿È4\t Nî˜A{4EÐÖm "
b"\x0F\x01 £A9\x14 Hm…\x10 9‚¸\x14\t\f "
b"m|ì+┘.F@▓W\x1A ¤î¸°¨ "
b"õ¥:\x02 çDvüÇ\x0F ╝X²+¡ "
b"¶œAm”\x00 B; ÖDÚ(\x18 ô\x10 "
b"\x01 ˜Ìjn‚qÇŒBC²5à’ˆ "
b"©b"v\x1D YDgûþ\x10 ü··xı "
b"¡Àz?@ÛI\x0E ¢z\x14 D$\x00 3° "
b"""
º\v \n
{ì4BWÜÅñ├├tÊ3
"""
b"º\x16 Mø„ÎHë’èþ’ý"aF "
b"¶öeÂ\x10 ýK›˜Hå³=Ów' "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"\x7F ] \x18 Ó┴NÅ컃\t î(Xà "
b"\x01 ˜Ìg¢\x00 sÌ½ÅæÖTóm\t "
b"Æza[¦SL†©–îÑ\x04 ÷·= "
b"""
ynóÐ\x14 $N»®:\x1E §…\n
À¥
"""
b"zÂÁØ ’M‘‘\x10 q‡â¹èJ "
b"9\x02 ²zÅçM‰©\x02 k…\x18 ·T* "
b"\x01 ˜Ìg†Fp2©«ég\x19 ÿ\x13 ð "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`product_category` `product.categories.mapping`
WHERE
`product.categories.mapping` . `product_id` = `product` . `categories`
AND `product.categories.mapping` . product_version_id = `product` . version_id
) as `product.categories.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0xCDD2EED9E395448A93D21AC5184B9608 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xF028A866680C4C05848317D1C1E77CEC , 0xC88DE4D3A41C4185A33338EBA4EDDA2F , 0xE057C3301EFF41CB80F4C75504ECF30E , 0x1C3060D8552F48F78E6F4A44BE26602C , 0xBA3D6CC68ECD458094A470C377ABA7A3 , 0xFFD1F0C23D9A4A6791DA9BF9BCD6BB73 , 0xCCB31EEA31424251A9FC28CE43A8F50E , 0xCA36208D282346B3A697A10104C5BC51 , 0xEFFE7E6118B84E3C9A25CBDFE2903BE8 , 0x9093355131A04551A98DFB26DA992848 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xC1C2D28F30304F86B4B1307FC726ED47 , 0xB75A51B5075E495F8D4F31E043346928 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0x86AF7236F6CC4F90BD1635F05F17354F , 0xF3411554C89D46728137D0C5A86F7878 , 0xE146914CCC0448EBA1744B3C905A10D7 , 0xF164459A28DD40CCAF354DE04A184554 , 0xC0DF34C6367E4AB6B4E41C6B27E452C1 , 0x52441A8E191748EE96D0492C2FD7FD51 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xE8C8C3FD9105421B81A59AFC0AE3109A , 0xDDE94EA94032443B9972E792F40D27FD , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0x682A3DE9A2534E51A494650F0D1B189F , 0xD7E8715D345F43E9BCB6071AC13F09E8 , 0x7E36E27D07E845B4B3E436352524E25D , 0x90D2D49D95E244CA963853B5C550A967 , 0xFB881B050804476897098861E68D745E , 0xB4C15976871847E9A8D98346F8DA3C55 , 0xC9473F029A1A4A78B4A89BCDCCE13B77 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x68735DA4B8A14C5C8878AAA8EA58CE45 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x65139590DC384732A2C0A4330E2E1586 , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0xE5FDA7B1A0AF4E90891435E7B57479F8 , 0x82059CFF6192466CB463468863F2EB82 , 0x8D58B94168F74D86849C1E4F3C43AEB2 , 0xED7A52C34FD54E27AEC1C2A4FC3794A6 , 0xAB809F3135914F09B080A55EF7585888 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0xB5E7BC5A11674771937219FAA177EB50 , 0x526A2E9EF8174E219B0095559127DF2B , 0x609BA8D52A144632AE911C986394FE6B , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0xA2F08C8CBBEF44E39B57E0E0FE86D881 , 0xA7B05FF5057A4D4C876E6CA794B7FA08 , 0x51DADD0548404AE780B7FC019A1054A8 , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xCF85813F532E4972AC69189B9516A94F , 0x83BB33285D6B4232BA9F07752D952C23 , 0x7AACDE62AF754CD29458779F9D9F3BCC , 0xCC712B05D84040F5B6BF4EDE47807855 , 0x3C45FB04744F46A0B0215B0FF5110BC8 , 0x15E00533A5F84A22B3558A03A0745E32 , 0x52EF00472FB143D9A886DC926D0FB9A9 , 0x2722E11330BE4AEDB3D7C10DE31C0B84 , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x23B5CB1EBA8A43ADB7D5FA82B6C1AB09 , 0xB69C189B29B14092A20F2A1166B95D0B , 0x473070CE351F42B8971A6EF3F1CA15A8 , 0x5B582BB76C044B69B548DA51A3C47AA3 , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x0198CC6AE73573D083DDEA13EAE37BC1 , 0x0198CC5DEDBF736F8498C014BA391DD4 , 0xBE57B85860A84D41A778C879770B7984 , 0x9C7D98D6ECA043D1944FDCEB07CF84DE , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x3AFA423CB5F641F9A9A961B3D8BCF0C3 , 0x56C8CE10ADEB4F28AF64DCFF620846A9 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0x5976A65551CD4B469E5EBC80559D0B58 , 0x22F3D427F19048139D0030BB9ABB309E , 0x407E933A965745A2B1184A38E94D6F9C , 0x29A90C4990964DB9B7E96A03A5E7E28B , 0xD0AE2F4E166A468C99925A0A6CB05BC9 , 0xD5CACE4CB0484E41A54D8E5607003C8E , 0x52D96CE20C3E471984A51A891F6B817D , 0x83DF3FE2FABD41A983058AD1B9AEDBF4 , 0xB3B20306C4CD4C38A9D96201661FA19D , 0x0198CC5CF09773C08EC0D20DD4FCD9E7 , 0x8F1C43AAEC4648C4AAE1044AFADEA236 , 0xCF87D9E481A8420491943B5F566C381F , 0xB8C824B84E344A51AAA751B34EA3ADE8 , 0x5A726A2D9CE249F28851F14FE925A0D4 , 0x4E4D45F20929421D8BC1133D32FC6B90 , 0x0198CC5E901B70A98A5FBD92548AC6B2 , 0x9A08A471D1554E4D98AF5AABC1A39495 , 0xDC952CDF32D24C109D88B99A84318AC6 , 0x8566380E2610463A8DCDB05B25141AE5 , 0x49E3D5AA20E64603BBA02E3D3B264C96 , 0x8785560BC9694947A6B451890E261A6F , 0xF87F7426443E482C86916D1D63E88056 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0xBE5A036021484E7C9C2F2446E8F73432 , 0xAFCC10D5FBF14ECB833795BD082EC0AB , 0x51B303C46242476F81FD06C0083E818D , 0xD532F308D54B45EF99B267BF10C57E9D , 0x8569886D54D848FFB319A42BB2B84624 , 0x42E358B9792040F09DD3C26F9A8BB19F , 0x17540E8755D7452DB3D1E51D3F2864BD , 0xFD302A1D1703488886268220958EC59D , 0x1E3FE1448C9542BEA4BBA22554F75E0E , 0xB8FE6EF6A6484429AFEEADEB303B5E8C , 0x0198CC6B2D71713DB3C35EB594764799 , 0x7462E5479AB14432AFD61D42B71D6AEB , 0x853793D702254320932E0A825C0E65C9 , 0xD838642BCFD2403CB57E35AF54A340FB , 0x275294068F554ED984BFBBEEA86C7DD0 , 0xED91F7376BD54AE69FCD885BF4D32B21 , 0x903B64B4A695470AA3CAEF90E59B061A , 0x0198CC5DAF3D72D6B8EC1FF2BBC3DAEE , 0x82794EC8142C4BB3AA06990BEA889CB7 , 0x439A77A8893E431085804085662C10A6 , 0xE48EEFED14B644A9806A5ABCFCD73E7F , 0x50460B56D7B7463C828F3AB4D045D751 , 0x711AEB58C0EB4037BADD7BF4454538CF , 0x63E71FA4D7104410BF3D2AAB96993885 , 0x73FB23B48CF54AAEABE2E831BE5373D8 , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x0198CC6B028E72AD9D453934A7DC68D8 , 0xB2CFDD9C4984491EA2CF398380FBBF5C , 0x39FF5A00C62943519F2609B434F71777 , 0x5CE78F3E525641B2B2490526E0794290 , 0x962243EA5D324D1282E88D6D625A1E70 , 0x2905EB8F03A54AF2B5460506BAB1783E , 0x6F9351D6654E416FB08D24FDBE1CAC03 , 0xAD7AE348DC854EFDAC7F811EDE30B25A , 0xC75D4823573141F8AF057DC0E11FE456 , 0x416128A4F8774B4AA8ED9A351A18DE30 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x44BEE7C8BF264F12905CE8F20941524A , 0xA16D92237AB9441AAB63138B567888AD , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x22134171BCC84DF6A55EDE542CDF3D38 , 0x0FB17958D9654B9C9B30535001C901F9 , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0x268FC412578B406F8945566B61785612 , 0x7DF70695707044559057EA36A1E018A5 , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0x98C6688BCB444CBD98C8CD1A636D76DE , 0x56D447A6F3104610973EFC6A9C905960 , 0x845C2851698245D988F548DD8AF3898A , 0xF077E3CC9A324774ABB6CD51F6A78BEE , 0x34322AD0217B4362A1CFA0E6C6172B99 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0x8C2CA16E96074B43AC2494E997313E08 , 0xA90319796686407B9795490FBC7029FE , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x5273F25E874942CB82DFADD5B054A179 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0x25185DA2034A4B4D945A6B8511FF1C02 , 0xB7ABA5C037FE445BB1C88D6676EB5671 , 0x71949C6E2EA14198B17EC1D600F6FBFF , 0x74024962C39346F4AA1D015DCA8026B8 , 0x1CE9046A05BC4CCBB80A62D403323681 , 0x0198CC5D41E271B2AB26CC0E57125D65 , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x5D2136F07ECF4C5F911AB9E4ADEB2C94 , 0x81081A5A7D8D4092BFA3DD0C76ED717D , 0x4791E56D7CB74E039F451E39E4313A15 , 0xA3B1881AD77A4C3BBE650A69601DF9FC , 0x378A5BE7022A4E57B2C88411C7ABB3DF , 0xE2E9C43BC19342C2B7BFEDE713D921F8 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xC702036A9BCF499BA4878FAB1225F73D , 0x0198CC69946672DCB6E341697E01BF4A , 0xECB62FC0347F4456A8BE54B3C547AC09 , 0x58D62AADEC394F14A56CD89542929CE3 , 0x331888DF6B9447CF803F6BCA8A111B63 , 0xC6DF0B298D2C4B4EB24694942299AD52 , 0x4F60ADA1C2A24BF1A5D61CF22B816BD0 , 0xDC883923ABCF4CFAA6B0644820009EBB , 0xE34F8A97FB30448DB110740D4DC45B09 , 0xBD964333BD904E599616C2DB42751180 , 0x0198CC6AA8EA71C0BD19FEA37A402D21 , 0xD1EEEEB7F2BA4FE7A9F9B2360D5E47D6 , 0x6A074B59DD38478F88F38593A989D76A , 0xF103D167EFFB46BEA5FFC3BE437B6AF1 , 0xEA507708620B474B8AC1945FF1BFD4DE , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x9C84B446F04C4CDAA2EB6ADEC397A751 , 0x0198CC5ED61B737ABF98DF2318E02C36 , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0xC4E218AAE3D04964BD6D64A875EE421F , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0xDEEE243E7E1C47AA84DA8A918B6B53C8 , 0xE12095AB0F044138985C335E2BE04ACE , 0x72CFD1064DEC4B82AF7A258488413A58 , 0x9D70CD3F428B47988444067BEF2FEB14 , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0xDA4DCA725BD446D8A39629BA6AE40A5C , 0x656EFEF3430D45B1A3F22DC32DAF30A5 , 0x90746C98BC364BC4AC071000CBA52AF7 , 0xD09A31A17628445E84736E3C7EF33851 , 0xB874C82B895C44B09CC94E5C24A77563 , 0x1D5C64C874BF4DC69F3FEBD04FAF3364 , 0xCD27B8EBA772438D9B93A44EDABDE12D , 0x14CE356C0DB543F499C0709591162FB9 , 0x2A04967D1CBF4B3A9F5B5883B4E7E7C2 , 0xCF9CA6EB4A8F4C1AA51078E31480C385 , 0x504D7A029E8043E5935DD10339E998E9 , 0xD5676FC0F1F646E599DB3A444079AEE5 , 0x0198CC6B7F147132B2B0B19AEBAC211E , 0xB8794A4D83584C79BA892A0F5814AEB6 , 0xC86C3C9567D24D54934A8937FDD264F5 , 0xF989DECED84B4F289326C5549F63B236 , 0xAD8B04D5AE6E480FA06CAF45282E1A13 , 0x47B92494B56E477D9F6F8B33E553FFB4 , 0x9FB345E9109145D5BF6FECC71FB12180 , 0xB93CA20F782244809E4109233BE785BE , 0x68D5314D01024B3B86C0FED97B8E4971 , 0x6F9788E079604257AA0415037038A0FD , 0x21D1BF09288C40BFBEC56A3BA45220AF , 0x52CF5741107448D29D3BE870F8A311BB , 0x0198CC68F8A570C0AB5634CD9241C579 , 0x11EEE5926FF645DBA7F49F4C394E51D4 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x7F575898CCA44B77846D351643C356EC , 0x9DC8B1CEF16E48B1B369C66F3F079F0B , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0xDBD660F43048485EAA18F15BA70E2DAA , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0x0198CC5F90AD7111B283E66216D0F253 , 0x82D873A0F6C545A2A8B3BBB660D2465F , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xC063D9FA162E4A7F908308C99DD17687 , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0xEF6F6ADE8577455EBA73E19A367DC8B5 , 0x79632A2EEDC249F7AADC9F0A3A5A4180 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0xA0EA93CAED694B4E996C471C18CA245D , 0x1F5B4C511C8F44FF8165AEEB43533943 , 0x804D263D5F2D4EC0B2D5CE795E3EC534 , 0x545EDAC6568845E6AA01C5D5328026C2 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0x271E00996E0D46E2B60CAB0CC352F774 , 0x6DBD105E5C9241128BEE5DCE90FAE36F , 0x0217734EA93E4162ACFF209D83B739FB , 0x55DB626078624359BA213FB9B1349AF2 , 0x3410B846409243BA8F817BE282CB5A55 , 0x4595DD600B804CB086640BE835EE6351 , 0xE4F316F16A274836A75BFFA0CC54BBC7 , 0x6D946CAEE54A4C6BA588E29AE9C4ADCB , 0xC3F7F4BE2CC74590A02873567380D6D3 , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0xCE5793F674024403884FE3EB8E4CD056 , 0x9AA342D79FC246E7BF3FB88DD627458B , 0x29968B24BD074462B00E75A9EE92F787 , 0xC6C244FECBB04C999BFF987241025147 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0xF57AB7AD5A5C411E8EE2494DAD12D1FF , 0xCC3A6C37198B4653B8A6EC370130B625 , 0x16CEE3CCD79B42A59DC5DE8D4C242F35 , 0x9FA306C764344CF2A08BF02D94840004 , 0x4B32977F21BC4737A8E5A594CD91F0FB , 0xFC0059158E8849EE879AB9F775CA616F , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x3960CAFA071045B6BBE38DC2F57ADE85 , 0xE1153E7792A848108B4A3A648FA3308C , 0x7B5B8413E4AF440780D41A419A972862 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x9BB40045667440229284A2A5A49AFC8F , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xB1A7190FBA99439D91838C43CEC2030A , 0x94A2B191EA5343E09CEECD0B5BF5442F , 0xE8DFC7D9CBCB4768965C76A92D98D2D9 , 0x5B492EEE32624E18A10AE00710171A51 , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x5ED5A77D39844B4783C6F4FA50B7D0F9 , 0xF7275334A23A4B5B86033B6D17EBF19F , 0x5870801535E54876A6A694C03B2C643B , 0x4D319B5273E04263B4F7261231B6EBE5 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0xAA0633837D8044D2968E25CF48B70685 , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x64234AC24DD0480491F83700FE837DDB , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0x8CD1FFADEA924F1C8EE1B39ABB8430D3 , 0xFCF601EB43374A5BA5BB0D1D0E4C81A4 , 0x0198CC5DCE75731C8A726B96EF07B9D8 , 0x4AB731A1BE664130BFA5BEF7B4057A73 , 0x98ABBB4CF2134A918F666DA5A2E96FE4 , 0xD3624F353E4B451DA71497342E37F597 , 0xFB46804470654A8596C47F0A2C40179B , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x42557CD0550B42E387FC2CC53B9EFC2E , 0x4772ED5F211C46E3B858336A692FBCCE , 0xB445EFB7F118478599E42455EEDFC436 , 0xF2B54279554649EC9FAE8154F799E7B1 , 0x486A6B11FECC4C3FBA270B88658E177B , 0x310311DDB9F24C3DBB8391399F34D1C6 , 0x315CCD70CCC14045971524537C9AFFB9 , 0x0F2BC509943F425F88602389A7ECEB65 , 0x30FE6DA74E644FCA9DAFDCEC94FEF63D , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0xD0113785D82548C5BB57686200F85125 , 0x574372388CEE4F2781F6C8ED30644D1A , 0xDD53462FD3D3462A93F2E4A1A3547E6D , 0x2D862D31EDDE44C9867817A333B64A18 , 0x72FE7C5125414792B1C52F53F90699C8 , 0xD6D17618ACAE4DBA9CB128AC2706AF16 , 0xB26FD0510D574EE7B0C9591C98D9C61D , 0xC79EAE580F1E49B6A3105EA7BEDB85AB , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0x531F2BB32991464EA5479343F2D9E577 , 0x79473E66FB7E47E59446EBE69FCE70F5 , 0xD85D5017002B4B0EB6BA7CF4D199EE55 , 0x0198CC696DF771CABAC7B15688F73699 , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x1FFA59E417C44ABD8C403B421CD27872 , 0x2BB38224E14E40AD9A1FBE12C7969E0E , 0xFB27462615B64401B36B3AE0C4709EBF , 0x5422F85ED4414F27A8874D9FE97FAB22 , 0x470E894ED6CE4D7387A3E5B6F6CB9308 , 0x6C72832AD69F468EA5A04C8F470A897E , 0xD8B824ABCA80447087EDC9C65BE9DAA3 , 0x1966C48883004FF79A2E78D4789D63EE , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0x806C9DD1D06F49F1B144EA80165E960D , 0xC330F8BC4A8B4A8F99A50E140637F1EC , 0x4565E2509797459CA8F79FED8B816D5F , 0x904066013A1048299ECA7A3AA4BADC8F , 0x66D5D6B400914B72AED99D6092B70031 , 0xC3309E1A37934376B8FD8F0EAB389E12 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xF3299586DA83433FA100F10626713DF9 , 0x092D2C7B29524716AF65FEDFA8CEE6EE , 0xE0C4C4ECB8FD4F7AB8B09313C21BF444 , 0x4E45326E80244B48A83D81A7A7DB1012 , 0xD618992A7D634A48A3F42BD47CB67F91 , 0x0198CC693309723EACD46059D041E307 , 0x64642AD8DCB04A20801A27BEDD3CCFC1 , 0x1AB6A299109948DBA1D3D50C71840D45 , 0x3FCD66FB31B243D496912A25489F0376 , 0xB4F81406BB7D4C3E8BF8C45C71108E87 , 0x0198CC68CDD47319B07766FF38C5ABC5 , 0xE63AA16A244041A5B6312F69DBF73E77 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0x457441DF0697420AACD2A8822CC9787C , 0xD6A2D5D8F19B482B8B6126678687995C , 0x0198CC689B6B7352A33C4F306F5E2FC4 , 0x656E774BA7B143C59A5097CEBDDCB0A7 , 0x31005DD2B74A410A9B0586EFCBA4B6BB , 0x6D9714C4DAF14E40B209C42BB455C6A5 , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0x4050B387C2B245118FBD742F3A60CF12 , 0x388033CD3AEB4F7CBCB48A3BAD57BC43 , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xE7185F063E81404A97FFB7AEC5DED5C7 , 0x4C724C7383C64F76A3CFDD4AFCA227CA , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x3DAC7D9E55BB468CBBC72AB008443CBF , 0x73DAB52576444267987E94F9F7103667 , 0x87C49414B0A541948A27BB8E857724B8 , 0x2A41EC16EB304AF5B52103615066FE91 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x0198CC674F767345B4F60E77D83B00A9 , 0x0198CC6D21B27332AB9E350C390D58E7 , 0x4AF5313C097844CABC8CADE116493D04 , 0x8DC8C8948FEF421883507EC57BA51377 , 0xC7A110B7ACB64349B162152ECAFAE903 , 0xD55F4CEEAB2C465DA83204D5E062E157 , 0x06B1592C585747CFAEAC1A00D3F39B43 , 0xC3FD22DEC65A42FFA3373EB5E2D88D43 , 0x8489CD6CB7CC483AA640A3AE165670FE , 0xCA38202954A4447B8DF8AC2BD3709CA7 , 0x5939695EA3124CAE813162508BA1F4CC , 0x85DA08719E454CE18F73264271862968 , 0x8DA7A25F9351468D9EB15F01D3D11B24 , 0x31C03C576DEF4F12BCFF973C398E8A69 , 0xBA4C016BA9064AFE97EF3BD42079A728 , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0x0F7348DFBCCE493EBEECAA52DCE6E7E7 , 0xC508195E023B46A588DE25236CD85DAD , 0x6959FF4FAE9841E9B9286061A2CEC5C9 , 0xF3026127DA8742FEAD8E7F1FDB7F65EC , 0x2B13ECFBD21E40308DFEBE90637AA9EC , 0x3C7756188485458592D8FC305C4FE7D3 , 0x4AECC640C177477CA8D0F2E2F0BBE255 , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x6BB1E50AA6F245489D68DD516E7B0070 , 0x3876768531E14776BAB81C7E49E63625 , 0xF4F6F810C6B24CD89FB0237E72FDC361 , 0x48623F74242E4556835BE8FB7EA8E971 , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x0FCD4135A9E846B49CF849BE143569BA , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x25CFD871B70546579654582382E68C0F , 0x9221DB64CBC54FF0BE53254824AACE1B , 0xB068C8733E6D4375B4D47487242D4AD1 , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x046A73EDCF054114A12A7D5993B944A1 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0x93E012735E1F423F9C55286DC1F61059 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x0E1DB1394451456AB9D549E752CAEABC , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xEC555BCAE6BF4709829E2D5EF208806D , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0x9D8094E327FE44A6844669EADE9F4575 , 0xC2CD843A111E4F8092310788318AFC09 , 0xB821B28CD9934BFFA2509288187C905C , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0xF505E86B627E4EC7A17E90A2469C3761 , 0x849C52D902464254B6EF2CC46F743767 , 0x5204F642383848ECBBED7996E93530F3 , 0x7E056788EF0A45058D3CF97DA16C6E34 , 0xFCF13F0BEDCC4ACBA1FBD449576256DC , 0x2D95B59535AD489C819FDDD8EFF75A1E , 0xE2F150F06DC34E42993E7CF6048A4556 , 0xFF5738DE6F444983939780CA7929CD68 , 0xCE8C0C19B0DF40D9BAE99120DF6C7CCB , 0x9B878E70DD9D4FB38496E8D5ADF5CA8A , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0x13EF8873A3DF4E74AA4E34A18839CC61 , 0xCAAB55990B6541CF96D4D0E23BAE47BA , 0xEC909E866CD443C09A61AC5437DD199A , 0x3104212A9F044523A58F74EAD66866E8 , 0x11E82F3879F146199C413DF3478FC820 , 0x1778AB2716BD45B29F775BD00B0C30AC , 0x817655206B99448CBD68B3302A622981 , 0x6BAD9179EADE49C1BB1205984475F53C , 0x0C54BC7BEB2E476CA132A401F01A6D38 , 0x97CC482CF3FF4C4CBD5618CA026AD75E , 0x34327BE5DBB44895945339588A43B466 , 0xB2D7EE3218D14BDF822965986695D098 , 0xEE8A73BD159F4E2FBE00A5DC96158E7D , 0xC4DB30AF03E348968D5D2B39210A65A7 , 0xEE1B99277FC14C329F7A874CBCCFE167 , 0xDEDD8BD364C14C2BBD27D0ADE6534A9C , 0xB191585D57FF41C7B510065AA4CA4675 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0x4AA1D3295D2945CAA5CDCB4118996401 , 0xADB42016585941A3982EFE96F98DC6E9 , 0x3F8F4BE9E4754A168682364F9057B965 , 0x59608F2A9397440D84D61EFBEEA45669 , 0x1FA234576B7B4EB694A0F31D10ABD6BA , 0x68C8C7034E60447AA8749EB8BF86F294 , 0xD6D86C51EBD643BCA90B0E65096AF1CD , 0x5DA5EC9BF2EF43EA924485C59D4AB67A , 0x5979C425BDC041DC9D5A1ADDD50CA999 , 0x3B96C8FEAB0C41CDA83151D9062CEA84 , 0x8DF4573B4F3043328FDF4B8EE6C0A1A2 , 0xD57F92A7BB7147A2899AA10333E95942 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xD48120E751684DE39AAF6E0288FE60EE , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x484E0C21B86B4F4B8052439585B7D6CC , 0xFADABA2376494B08BDC511421B6A311A , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xFF47575010874DD6B0D222DE992A55DB , 0xF4C646A34A7047BE9F567EF37E0071C5 , 0xDAE677519F5F47D2AB6FE3E085036063 , 0xA057E1F624CE47398F8830F46D6DFB30 , 0x5D22A0BEC8634139BBE89A12FE66B022 , 0xC5FC0999F6C34BE3BE06B6AD4BA126E8 , 0xE87398717CC4404A91DD72A1CA1BEA4B , 0x53F45B9EC5AC45DEBFA99DBA4F3DF21D , 0x0198CC680EE972E2BC65FB42888A14BA , 0xA83FD9A654A9477FA8BA1F5E19CB7828 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0xDDB799F5B74C4C98AB8694F9D23D0073 , 0x0198CC682E0972F5B7EEDD4DB2E44E22 , 0x0198CC70ED8671CFB0150A9F19EBA190 , 0xBDFAC1517F8048668F6EF9F535572B9E , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x5D22D59CE064476A89112CBF924157B7 , 0x8A0834417C324B28A7F87FC3D2502016 , 0x72947C0213214597B5339601402088FF , 0xF308D25AB72D401A90661F497135736E , 0x406B6821EB634F1C8D8917A016D97019 , 0xA4BED51C41434299817A48ACC8861251 , 0x380181E6BBD4494DB9C480E74DA0FB84 , 0xA6BDD777717742CBB24910F2445E005B , 0x763D792A5DCB414FADA4732CF4706EE1 , 0x569AB0FB3A9D4213A62EC9C3D031DE1E , 0x833D8AF3488E467481EB4C9D5345D177 , 0x419DF2A418494FD5938943FBD214D92B , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0xDA93F47604F64A8DB09D293A26096AD8 , 0xF2381065E4A14B9D97B8D6E5EF76BB58 , 0x1358220D13D241608290AE0D114B5B5A , 0x7E5C164966564DE28FE1AE7E8E113089 , 0x7CFCE24A92BB4030A97E8A352980A505 , 0xF544FF0A399B4BB7AB0C72030BF4B0ED , 0xEE154084E98143C79203BD82C717FE9C , 0x050710C300CC47718D8C7599B5C46C10 , 0xCC3C9265C1004C118F3B0EDCB8BE30D0 , 0xFFC6D6B369A84DFDBF7D1B9350917575 , 0x11115A768A1A4896A53D74299D4AB281 , 0x51513B451D4346AA94B8BFD20918DEE4 , 0x707ACE20D7E2424AAC35DF006E9DEBCA , 0x2D6D520171F24729BDBC079BF5040DA7 , 0x6DCA45234CC2442B90D4857BF3745FDD , 0xCC816DD328F2425DA121ADD31EF87145 , 0x847964A022C34C3FB1F71177A6FD0A42 , 0x49E482A3921440A294C59B3E2CF123EF , 0x9EACD972F61B4B44A8EF9DEB57AF8BE2 , 0x67A4F09EC10D49D4B392FC785C358E47 , 0x06E47F91CACD498E8B97F8C5ABA9713F , 0xCCD9066175B04394928DD9724466B232 , 0x47543F09A62A4E449CD405683B10ECC7 , 0x89839AAA7D03407999E48B093E75A731 , 0x74608546C70942319BC629EFF18754BA , 0x741448B5B442448C86BC1967DDFEB736 , 0xC5281722DD3B4B5E96557B54B0099E2F , 0xA1535ED5597F45FF89A21F4B6C4C5B87 , 0xE395E053308A48CE8782EADD4A5C0D1E , 0x0198CC684E03713F9A3AE03D292F3575 , 0x5204980E477D433CAD96085EBA9DB7CB , 0xAEB365BCFB61417AABBBAFBC5DC0FB71 , 0xFE783E0B554C4B549DAD61E3683EB396 , 0xBFEE081E308A467D90F51A6B163EE61A , 0x2DB2E6B2DE154769B2CA3468EA2EA144 , 0xE47DB1DD17154232B1C37346B2366AD1 , 0x0198CC5D170A70B39DAB959FEDFB5CE9 , 0xFDC35788D8614FE4B4ABE3487433182B , 0x5B57CD0276E44F5D92EE2E3B3011DC50 , 0x97313AD97C20496FB2AFD0C0B79DF372 , 0x8FE918BF3FE54AC99464DF621B9C1E2F , 0x41658677CC804D89BC680DF5B519C142 , 0xB98156E018A74ACBBAF0F1D602CD89B6 , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0x22104588981D44EFAD512DDCE842B702 , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0x3BCF5590121F4E67BC81BCE9A695DCAF , 0xCC4AAD47BE664CCA85D59D0D3E04C370 , 0x253D397996164B0DBD7EE73B4B0043B3 , 0x273B0F09E8204E35B91078C37C6D9D87 , 0x062D13CC787348868E2680D96A86BD92 , 0xEFA73E383363430C99521951B9880B0B , 0x27CC92A4506042AA83FAC90390F228B4 , 0xE99F1A41956A4F5E8628B678E398E41A , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0x734792F4F5C645919D0E00AD62E0A5AC , 0x7C6F17798A754C749F038BB588490847 , 0xB35482055FF64614A72D8E6B4435A79A , 0xED47CC2EE9C7455599107775B9185B71 , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0x8C2481E41A8344B881669094EB365491 , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x5FB347F6832C4AEA85DD26FB2819F3B9 , 0xCFF1C518B0284AAFA7984A833961651A , 0x95011EDAD50A4BFE904E2FF01BE1AB11 , 0x3130C130F70943EB93BA6A55D8D60166 , 0x7D29D328F5554833B6FEA2D981B4960A , 0x3EF49CDACEAD45F99AAC44D4013403A3 , 0x59E8817C65644BFD8AEAD167CC0D4998 , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xA668083906F845E4BB6981552093C81F , 0x878E01EB1B47471C9B1296D44CC8AF2C , 0x19420E55789E44B69CBDE0A190A5FF63 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x4EFF0540DBB748D3B39B989D37828734 , 0x71B2F652EB364664A42B8FBD851DBF7C , 0xD880C838B79C41B4B112B34D81825464 , 0x4BCDBEC311974C7C9C4D76674ACBF980 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0xA10F55373BD6419A8090714D6C84E36B , 0xD2AAC8558344419BB258C74197F5ED9D , 0x0198CC67E42770EC8E8F38299B770953 , 0xD461EC4781A843CAB70CDAF66C65199C , 0x4DE3BCDAFD4D4E568A5B7129B017B48D , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x0198CC5D8CA37160A521CC59597B749E , 0x169EBAE0493B405E8E0A77198A438E61 , 0x8F357A9D134E46D29E293AD00287B051 , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0x0198CC68690371D0A103E1647730BD1B , 0xF2FD926A83EE4543AC066338631C61AC , 0xC352124887DB446ABD73049426070194 , 0xC2305E49C44447E98A34C2790872E4E6 , 0x5A32DDB4FF244D3AB56A2169BF4367B2 , 0xAAC364FE86AD429E8F9D47CDC254AD3C , 0x626623D091EB4BF78F5219FBFE2DC4EC , 0x739CE42CEC46425B8660397A8DAA7A26 , 0xDDBE1194A4B74F98BFFCBCFB7F605798 , 0xF2D38EDA6A184361A4EA97A33A1B07FB , 0x1673CF6E2C9840BFBD7E775DB9BD554B , 0xEE60A7AE0FC34C1F882D152E70A6A401 , 0xE64298DAEFF24D9FB99B38F73C6E499B , 0x75EBF4513DBB41F2B97365821F8DE44E , 0xC333A48256F14130A7CEB14F72AF6B48 , 0xB178B16C331C4BD7A41F5B1B720DA49E , 0xCF201C50058948248D8DFCEA1D0C1F03 , 0xED3BDE870CEA4165A90D060AB9E9596F , 0xD59B828CF55148C6BB77DBD3D5D94E55 , 0x7A95221257854C32AB7E41C7062D892E , 0x78D558EB2FA6428EBC6837547F2CECB3 , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0x6D759189C4A14728927A26B23ACF20F9 , 0xE05E1560F9A5436C9A8F18AEFC1F193E , 0xA38759E09D8648DDBF06C1B9A0499340 , 0x7E532763A80A4F05ADB8DA0043D5F597 , 0x0198CC6A3014725288DA9519CFFCBDF9 , 0xE24C89C1B0F6408591D704097848C877 , 0x209C40B7B0E7417B8605840FFC63FCC6 , 0x0198CC5F36BF73DBBE059457768F9D58 , 0x4A405A49EB5F46F78AF46F96AE0F3B8F , 0x439A16F4359440DB9C08B9807EB33D2D , 0x2EFAE3ACB5214167A91D5964473B6B7B , 0x0198CC5E7148714CB32E7D48E67995D4 , 0x1EA1DF93398741B19551B8656DC6C74C , 0x3149EFF74DE640B985925942CEA011B5 , 0xD84E73DC873C4386BD111E655CAD11CE , 0xC35CB44D97B945818AA4BADC1B75A09B , 0x61F9DBBA9CF94F79B7A6711183E1ADAD , 0x53A6C2B0F4C140239F087B3BE99D6214 , 0x0198CC6BB5D6706EB589EFB6623F5BBE , 0xC02B5C2491064157A0814723455E1B6F , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0x8BD51843F8DA4CB28F699C81745710DF , 0x53CCD56205554B5390A1C332A6066A4C , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0x019A08A9652D43DEA42BDB47FA151EBA , 0x74D81FCAE8C9455D939F99854AD1B37A , 0x20D96BBB533D481EA04B9D4E49AB7052 , 0xCA9C0B81264347A894630408AA3962C5 , 0x83085583D2C74C21AABF44F458AF75AB , 0xFD58D88554A24CFCAC45AAAB8EDB8944 , 0x944E3B9213DB4ADB8F7F21FB5B50BBCA , 0xF2DFA5F595EE445288BAAA5BEE5569BD , 0x4295CE766A2F410E86031D7AD3C00FC8 , 0xABCBA9C99428440497B5C713071B2430 , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x4A2416C59E1349F98CE1F2974691F1A2 , 0x92F3492007F04098897664229A148733 , 0xDDDD0F583BEB464AB768CAD55EB60D01 , 0x40572F249F21423880935F04BBF3D29F , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xA01797397FC74077A9AE6C9D301BFAE9 , 0x3A2CE757C70746869C1EAEDCB4FC9A2A , 0xE977F7820B97441ABCFE8FAB11EED316 , 0x3BA365D53C4948E7BDD36B004BB3225A , 0xA49E2C96D51E452A9C826326D0E7A35B , 0x8386C89CADA2400E9D3058C3E6C9C049 , 0xCE9D3F65442348A291D3EA1866260111 , 0x7CD50EE1670C4EAE902C5BC838E1ECBA , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x4459B94BD6BF407A967F90D12F091C2B , 0x9D86050731FA43209D2F20209835E424 , 0x32B9534F777F4D78AA54E6FCBE704792 , 0xD71DCCA83FBD403AB43287B83F2C819C , 0x595385791FCD4762BF22509A343CE5DB , 0xAF6DBE923FE54ED3A4A8BD078210F6F9 , 0xED292BD913954DA894408A2A4F1BA262 , 0xA82938812529460196AAEA9C4040DBD2 , 0x436A5B71A1D24AD2827D0B4831032082 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x23679A8704C0436BB1B0FA5AAC717163 , 0x8EBF1E333E104C24A16C8B825566FC2C , 0x80DFAB55380844C4A9BB1149A9DCE446 , 0xCDF27EBD62244782AAF73853A6371F20 , 0x4638B379EA2446F9A8E280020C65E763 , 0x93FA3FBA27E84C909866FDC267717208 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x97FE1C5C07184FAA83FF24A3024E088C , 0x747C60779F4D4DA5B94D9A1491009880 , 0xCB7842846BC04FEFB886D3D994BD3919 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0xF14CC551EF044C6A90A80453DB2E4AE4 , 0xB6A7C0058B4A449EA7DDCC08CD0F301C , 0x5404693C697D485485DE7DE7E1EF2C01 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0x207D32D2B7CA46318418DC5BC53CD150 , 0x8F3652F686EC41559B452C5A87C893DF , 0x7A591E406ABF41D3AEFB575BB05425B1 , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x9863ED19BFDB4A839683AF93B164645C , 0x64C6CE7B8CB649D4AA100C956A0F1FAE , 0x1BBF818F2AAF434FBBA4C88A80C30013 , 0x3C7B11AC20FD41CE867B262D1699690F , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xA907FFEEAFDE4011A7D7A850EA4A4586 , 0xDC32FC3C05004892BED6EF45B8EE491D , 0x4A314886F7D040D393A25AFA42568588 , 0x0198CC67C0E372E6817DDB7817EC1040 , 0xA1E5B3979CCF44AA869A4B0F4B7BF7C8 , 0x57849E12B3894758A8C30A3E17243A87 , 0xD752E882DE7645EB8AD0B6D20DC118CF , 0x55C94ACC7DE74AEBA67EF1AA0CD4131C , 0x1F177EBEA7A74A3589E30EED1A97752D , 0xAFEBAE725AFA4B2B91EEF655649A543D , 0x65A39C42091646BBAE017D52CFF3B801 , 0xDDF81CB1925C49AABEBDD69584017C9E , 0x2115E1DC4F404D9BB65004EF22CE2FF9 , 0x4A2FB993D2114B938DA5515C4620DBAF , 0x6D2F3A4BC5CC4D42B1991533A98C93C0 , 0xC0CB14A9F82A44F38BC093A3362E09F0 , 0xDDC890050017413AB17F7452D67BB700 , 0x62DCD7185BA04B12803DC317F4327444 , 0xCAF0D1A8A04E420E98A0468382F869A0 , 0x094062D5A06B4F258C793771A85E6D0E , 0x8BEA4EA004D8402DAB1812F89A097FB9 , 0xEC7394C67ED249DAB06F9CC44C9A2B09 , 0x62E31E0187CE4A7582577790E2481B2E , 0x68E629574E5A4026B1B10BC9E48D4B1D , 0x7407DA3B8EE74616BFA7504EE4F7B484 , 0x631C51AC157149658BCA259A759C853C , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x9BBA97D60F4C447FA1452EB6E1DA9A76 , 0x27B0E1194D194D10897DF67A6E0300AE , 0x7F7401D272EA4EF7B5F5C747C69958D6 , 0x4AC3AE2C78BB4911877B1E75AF22CFA0 , 0x240D06FAF95E47BBA7FDA53CA0E394FE , 0xE277C27A74F24D74966B90A8B22BE104 , 0xC0CF79C9C89A48EF9F9A6E7BB346F53C , 0xFBF48885AF454151B05EF13AF1A59B7E , 0x1431A16E809D4C4DA962D86C9B8D7FE3 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0xEC07675F237C4B6F88375F669F40C416 , 0x9E4D8BA0BC854C0F83401A6F1C653E82 , 0x13EAD2A0AF694B03BC746C277B3DC3C3 , 0x565230D5130546278CF3E59382D9C73C , 0x3BB2B3A603D54675A1A749C3FCFFC8C7 , 0xB01A3B19EADC42198DF31CA1F117BC4C , 0x55C375DB204D4B8DA285D1A44852DCFC , 0xF489D6F3FE674FA8821178B8A8BFF4C7 , 0xC748EA768366437CB2944218F422B5C6 , 0xC6ADD2C226DC49C28ED322602D6710E0 , 0xECB46F56756043F9960090266C6111DC , 0xFAA80431EA3E48D69A38D6799A8FCE89 , 0x16400AE79E864569A9DC816362DB8DC8 , 0xA51DA365CA21496191A003F88438A996 , 0x8213B54EB6BE405CBE81367C216404D7 , 0x2EC3A10886154BC4A98888EF5DE27C01 , 0xA136B29BBC7445698FAB1FA6A71E1578 , 0x72A8827243414947A808ECA0E500D239 , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0xF474BEDEA62D4A53B963998157005FF3 , 0x0198CC5D6D137308A5FA90FA35F776FF , 0x1F079C55774749418594C72ABECCD336 , 0xE4C8553DE55549DE84EF239241C111B6 , 0x3DDDA00CC5284C32BAAB378964051ADD , 0xC5BC52851DB7466A87FACEC1A4A4CF9C , 0x30EC051ECC9144EAB17A9FCCC41A19CE , 0x60ABDE5A90CC44E2BB928D1745C72AE0 , 0x979A192BF30446F49F4C4B638B3417F9 , 0xE4F9A7846B8A4B8A89E86BE3AE854AC4 , 0x95788781C1894E5EBEC7D316A90E728E , 0x1A97EFB5769A4AFC80DEE626476BFB3E , 0x7FEE8B25719F4CF9B28D5C7E4FE14C81 , 0xDFD4011FBE3D4E328D6597636DA5BB93 , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0xCD9A09A12E474BB78A0BD8172EB39ECA , 0xAF773AE6214B4121B82455A673CBA897 , 0xF26ED72A78224E039E3C803B0FD76400 , 0x9EAACAA0A47942198AFE1BB4B4771535 , 0xECCAD13460E145EFAC593871B791ABD2 , 0x2EC5267D10F848CC9B01C64E6576894A , 0xA0825B70E375434096B4D350EE1B5769 , 0xA6B68354D89B4A9EB857E0B3213F6CE7 , 0xB5AA285F670F42849980D598ADA23EF7 , 0x41621EEFE91C41EF81CE2C209D85A388 , 0xD0F06E053B44458DBB2A0CF006E23683 , 0x62B5131476704746ABF212A188F25C13 , 0x63524FBF43174F53B4AA1C7D60B2661E , 0x23804EE3290448AAABD125CB63CD9FEC , 0xC9EAF8E60420463486D7655C0A51DE1D , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0x837B7ECEA3984613A22202C243995184 , 0xDA9CBA7C3BCD4961941A3A23EB2CE26E , 0xC73584C0BA21456A96E91F0DC162D207 , 0xAE8ED899F67B4A64B8097EB389BD2608 , 0x349A6D7631A84C81AEBBB7D810818529 , 0xCB1EDEFEFCC341A287E7AF4D3325E975 , 0x5BB4FA7EAB2A4C949A02086B8106E8E7 , 0x95511A5184D04B928CC5930656BCF18F , 0x861AFD019F3E4F919DA205741F9195C7 , 0xF90217FB98D64A869744E4E09AC05BC0 , 0x7DA386DF3BC34C33A1C21DFF2985F647 , 0x7D0912FCABB54CB780653B416C44CAEC , 0x7C431847B2AC46A7A123C7CB431ECD93 , 0xAE3DBFC834094EEE98417B3445D0D66D , 0x0F01A3413914486D85103982B814090C , 0x6D7C8D2BD92E4640B2571ACF8CF7F8F9 , 0xE4BE3AF00287447681800FBC58FD2BAD , 0xB69C416D9400423BA0D644DA2818F410 , 0x0198CC6A6E8271C78C4243B235E09288 , 0xB86222761D59446796E71081FAFA78D5 , 0xA1C07A3F40DB490EA27A1444240033B0 , 0xA70B0A7B8D3442579A8FA4C3C374D233 , 0xBA164DF884CE48EB92E8FE92FD226146 , 0xB6F665C210FD4B9B9848E5B33DD37727 , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x7F5DFF18E0C14E8F8DAF9F098C2858C7 , 0x0198CC67A20073CCBDC5E6D654F36D09 , 0xC67A615BA6534C86A996EED104F7B73D , 0x796EF3D014244EBBAE3A1EA7850AC0A5 , 0x7AC2C1D820924D9191107187E2B9E84A , 0x3902B27AC5E74D89A9026B8518B7542A , 0x0198CC6786467032A9ABE96719FF13F0 ));
Copy
36.91 ms (3.13%)
1
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"¢\x01\x1E\x17 h╚M│è\x1F 9ì¬Ül "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ø\r q\t <\v CðºjÂçÅırN "
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"ÅÈ3¿“'L® c©wÑkO5 "
b"q\x01 ¾7 ¿@¸ƒ¡A\x1A ,qòª "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"ް»Ã6zKòˆU—ò$fˆE "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"²kšB›·\x04 ªIË‘`P "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"LZ>3eN´ºKP÷Et܆ "
b"»\x19 ì2ı APä<\x10 è"À\x06 "
b"1\v ô‘.‰MF¤\x1A ¶eT¥\x1F 8 "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"ë\t ©üÚ?D\x13 “Èfq¬@‰¾ "
b"ã~iƒw\x07 C7‡ðÙz8´©î "
b"{ï┌Å2LM.ÀÎù±ì{#─ "
b"@Ü:$A»GÒ\x15 MÆ\x05 ;ö¬ "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b"Ö\r UãRJ4Šçæ%q\x15 ¸Ù "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"â9°\x05 c\x16 N™ ^R*¡õPý "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"""
Ô\x06 ¿\n
j÷El—žbÖ\x17 º\x18\x16
"""
b"°å¡4É\x1C K¨€j\x15 ð„T8T "
b"U$^\x02 ¤×O@²éyú8…ìæ "
b"æöœù\x10 ¹O¹˜¶\x03 ·luY\x1E "
b"OØ6x©▓Kûób\x1E é¶o×" "
b"ãÝMØX¿OÄœy§z\x0F ‘0á "
b"¥*/NžgD\x16 ¬Dð\wí›h "
b"ÏçCå─¢O\t ÇØú&äk\t Z "
b"|ÑoéW=FYˆe€\x7F ª÷\r , "
b"\x12\x0F ÛË\f &B9▓1ñ\x06 Øõ╩█ "
b"\x05 kWú\x7F\e NÎîëa\e 5Øæ% "
b"\x02 þ«\x1C T\x17 E*—"óX[iÐè "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"kg6\x13\t gH.º€ýÁ7•b– "
b"z\x03 ´[‹3D9¥õí»=Ø\x08 & "
b"lp-âw(Cv║FÉ£¬´µd "
b"\x19 3OiìÁ@¬•ý(^v=”“ "
b"╠\x1F ╝"¨R@¸ÅÒrQ\x14 AM® "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"oï YBYŠš\x13 9« "
b"u§¤ŒP\x7F JW‡û†8%Ãp© "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"á\r 3Ëò\r BUº6R$³\x02 5× "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"†mr;¯“DÑŸÿ.\x19 ºZ›Ï "
b"…¾“\x05\x1D °DfŽA(hÔEÜ\n "
b"ÙŠsÐ\x1A GwŸÏ&¾Ô¶:Ž "
b"áƒ%Tj®O€‹;\x00\x1C 3Û„ë "
b"Š2s¾¶N@i¡•©ÇdÂñp "
b"\Á–éu|F>ª\x18 V'¹‹þM "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"JMýîO8@\x04 ¹×ÑÀNý\x0F þ "
b"Tå…sÚ\v Nˆ€öþ·pGS\x07 "
b";»\x0E é:Ø@\x0F é3)\x08 ▒§91 "
b"`¹Ü7sïNN¿Ø\x0F Où÷\x12 Ë "
b"aän^NÇ@Õ¶ø\ÞçéÂâ "
b"qˆ„f\x16 ÞI\x17 µ(ÙÑãig¿ "
b"<C“\x0E óÛB[•O·á'Pqë "
b";üWz6$Mi‹GTú,53d "
b"H\f ;ÌÉÐCÍÆí┌ð ÏJá "
b"v’s£HDI-‘FßÐì*ƒ¸ "
b"Š\x1D ÔÜ\x1E JL¨µ7\x13 \r «¸ÍÁ "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"!³éÙï\x1F Ap»Ö\x1C ¨={…ƒ "
b"¡¬\x14 üË&DÏ’ybUâ “; "
b"H†'ªÊžO~¤¹¼f5Pìè "
b"%ñr\x03 ×ÌH'‰_q\x00 E{¸m "
b"""
[öP€\x07 \n
@\x15 »cBÉ—)VU
"""
b"øí1G$LIg¡\x13 œ»Ws\x19 î "
b"Ýf™’l\x15 Jï·¡’NžÓÕa "
b"Ôkàì\x15 ‗@ÎàBØ\x11 ]Gn~ "
b"ü±n[ËËFaÆMuF\\x0E (Å "
b">¨çö(ïMs”ÔáEv¬\x19 Ý "
b"H‡0<úvGD—õÚ7\x1F 2\f < "
b"‡kIHi,C’ž\x01 zNÕ½Qe "
b"d\x11 í`¶EIÙ‡c7»«K)‘ "
b"ýÇ%ôÇE!¯\x1D ÂÒp÷\x01 ´ "
b"|´9ׯ4@ıؤg¬═²ï╚ "
b"Ý\x00 ô[0©HÕ–\x1D aÇÇ\n iÇ "
b"\x03 `¹\QñB¾ˆ42›Ã¯¦à "
b"7øDÖ\x14\x7F Nú¶cÔÝÖ…Öï "
b"ߊ¬\x14 gäJÿ¿|ÙüwºTœ "
b"º gÁËpA"¥`èä´±ƒy "
b"\x0F `õŠ?‰OȬŽÊ¨ÿà)1 "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"""
X*>U2¿K»ï■\x17 É▒\n
C├
"""
b"t¨\f ñy±C\x12 µï#_oélj "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"¹½¨ÑCıMÈ®ü+00Jñ┴ "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"T⓱{.OÓ£7DâjˆZ\x11 "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`product_category` `product.categories.mapping`
WHERE
`product.categories.mapping` . `product_id` = `product` . `categories`
AND `product.categories.mapping` . product_version_id = `product` . version_id
) as `product.categories.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0xF7C2881400FD41F2A364EC6F18875D7B , 0xBD011E1768C84DB38A1F398DAA9A6CB6 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x8BF3D4E572624A54BF032256E0626C08 , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0xC25E389D064942208E8756B80A502240 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0xC5C833BF93274CAEA063A977D16B4F35 , 0x7101BE3720BF40B883A1411A2C71F2AA , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x8EB0BBC3367A4BF2885597F224668845 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0x5880B298BD1E40A691268B84F663B909 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xA5231CFED070466CAE833594BDDA8382 , 0xF061302AE2764217B219E4D20817B00F , 0x7FF6F83F782D44B7A87021116A636A9E , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0x0C8D01216CAA443284EBD923B2E22621 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x86C2B59E49774C01B8CD112B8AA31989 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD799C0685DDB49D2BA6676B962505D04 , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x907BA621589B471086FCE496439FF2AC , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0xAED896931F284531BBEF9C0CBBF6910B , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xC352FD28052548F4B3C7FDF356C2000B , 0x0AF6AFFEC65C4885B40767871088623F , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAF198D32D5204150843C10FF8A22B706 , 0x310BF4912E894D46A41AB66554A51F38 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0xEB09A9FCDA3F441393C86671AC4089BE , 0xE37E69837707433787F0D97A38B4A9EE , 0x7B8BDA8F324C4D2EB7D797F18D7B23C4 , 0x40DC3A2441BB47D2AD154DC6053BF6AC , 0x6E879E61928047A2A98D3BC88A0341ED , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0xD60DA055E3524A348AE7E6257115B8D9 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0x812A9DC2EA7148F78642AD3685650770 , 0xE239B00563164E99A05E522AA1F550FD , 0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0xD406BF0A6AF7456C979E62D617BA1816 , 0xB0E5A134C91C4BA8806A15F084543854 , 0x55245E02A4D74F40B2E979FA3885ECE6 , 0xE6F69CF910B94FB998B603B76C75591E , 0x4F9D3678B8B24B96A2621E82F46F9E22 , 0xE3DD4DD858BF4FC49C79A77A0F9130E1 , 0xA52A2F4E9E674416AC44F05C77ED9B68 , 0xD8874386C4BD4F09809DA326846B095A , 0x7CD16FE9573D46598865807FAAF70D2C , 0x120FEAD30C264239B231A4069DE4CADB , 0x056B57A37F1B4ED78C89611B359D9125 , 0x02FEAB1C5417452A9722F3585B69D0E8 , 0x9295C4900C1346C491CC126D7800F31F , 0x5991995C41A341818105D7AD36872A57 , 0x917418843C57435EBE7006D0859B3F3D , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x6B6736130967482EBA80FDC137956296 , 0x7A03B45B8B334439A5F5EDBB3DD80826 , 0x6C702D8377284376BA46909CAAEFE664 , 0x19334F69ECC140AC95FD285E763D9493 , 0xCC1FBC22F95240F78FE3725114414DA9 , 0x9A666AE702C44924B22EB08093ED03EF , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0xAD6FEF20A05942598A9A1339EF9986AB , 0x75A7A48C507F4A5787FB863825C370A9 , 0x20272DC598DE46B498C1BEF937810B0A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0x7E1BC62FA8024588B885248480C3ADDD , 0x5E5ADA428035490B910484BC952F99DF , 0xE10D33CBF20D4255BA365224B30235D7 , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x25C6949F0AE141479143661642882B3B , 0x866D723BAF9344D19FFF2E19BA5A9BCF , 0x85BE93051DB044668E412868D445DC0A , 0xC3998A73D01A47779FCF26BED4B63A8E , 0xE18325546AAE4F808B3B001C33DB84EB , 0x8A3273BEB64E4069A195A9C764C2F170 , 0x5CC196E9757C463EAA185627B98BFE4D , 0xF8913FF5FCB745079560BAE0F847D294 , 0x4A4DFDEE4F384004B9D7D1C04EFD0FFE , 0x54E58573DA0B4E8880F6FEB770475307 , 0x3BAF0E823A9D400F82332908B1F53931 , 0x60FB9A37738B4E4EA89D0F4F97F612D3 , 0x61E46E5E4EC740D5B6F85CDEE7E9C2E2 , 0x7188846616DE4917B528D9D1E36967BF , 0x3C43930EF3DB425B954FB7E1275071EB , 0x3BFC577A36244D698B4754FA2C353364 , 0x480C3BDE90D143D692A1DAD020D84AA0 , 0x769273A34844492D9146DFD0EC2A83B8 , 0x8A1DD4DC1E4A4CA8B537130DABB8CDC1 , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0x21B3E9D9EF1F4170BBD61CA83D7B8583 , 0xA1AC14FCCB2644CF92796255E2A0933B , 0x488627AACA9E4F7EA4B9BC663550ECE8 , 0x25F17203D7CC4827895F7100457BB86D , 0x5BF65080070A4015BB6342C997295655 , 0xF8ED3147244C4967A1139CBB577319EE , 0xDD6699926C154AEFB7A1924E9ED3D561 , 0xE26B858D15F240D785429D115D476E7E , 0x81F16E5BD3D34661924D75465C0E288F , 0x3EA8E7F628EF4D7394D4E14576AC19DD , 0x4887303CFA76474497F5DA371F320C3C , 0x876B4948692C43929E017A4ED5BD5165 , 0x6411ED60B64549D9876337BBAB4B2991 , 0xFDC38725F4C74521AF1DC2D270F701B4 , 0x7CEF399E923440D59DCF67AACDFD8BC8 , 0xDD00F45B30A948D5961D61C7C70A69C7 , 0x0360B95C51F142BE8834329BC3AFA6E0 , 0x37F844D6147F4EFAB663D4DDD685D6EF , 0xDF8AAC1467E44AFFBF7CD9FC77BA549C , 0xBAA067C1CB704122A560E8E4B4B18379 , 0x0F60F58A3F894FC8AC8ECAA8FFE02931 , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0x24583058F96741679AB5268B478F92B3 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x82684099DD6F49B49E889B6664FA210B , 0x119611C045894778978EA747D6024910 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0x058176951F00484EAEC8B4250FA889AE , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x582A3E5532A84BAF8BFE1790B10A43C3 , 0x74A80CF179B14312B5EF235F6FE9C789 , 0xF16EB61D445844D69951A30E9BAA88D3 , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x9D31AA53C5B346C0AC563003547D704B , 0xA9315F49813548E9BEB8E9958F71A82A , 0xFBABF9A543D54DD4A9812B30304AA4C1 , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xB5B52197B3234712938CEC47012E98F8 , 0xFF61AD2F52B045E0B8E246B66950898A , 0x44FD29B89C874BB09CB67738A9709250 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x54E293B17B2E4FD3A33744E26A885A11 ));
Copy
27.16 ms (2.30%)
1
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (64084 , 64100 , 64102 , 64103 , 64109 , 67096 , 67114 , 68214 , 68215 , 68216 , 68217 , 68218 , 68222 , 68230 , 68231 , 68237 , 68240 , 68241 , 68244 , 68250 , 68259 , 68262 , 68278 , 68283 , 68286 , 68291 , 68298 , 68300 , 68301 , 68309 , 68310 , 68311 , 68312 , 68313 , 68316 , 68318 , 68890 , 68899 , 68900 , 68901 , 68904 , 68905 , 68906 , 68940 , 69403 , 69404 , 69410 ) ORDER BY number , part_type ASC
SELECT
*
FROM
hobaIT_sparepartfinder_groups
WHERE
id IN (
64084 , 64100 , 64102 , 64103 , 64109 , 67096 ,
67114 , 68214 , 68215 , 68216 , 68217 ,
68218 , 68222 , 68230 , 68231 , 68237 ,
68240 , 68241 , 68244 , 68250 , 68259 ,
68262 , 68278 , 68283 , 68286 , 68291 ,
68298 , 68300 , 68301 , 68309 , 68310 ,
68311 , 68312 , 68313 , 68316 , 68318 ,
68890 , 68899 , 68900 , 68901 , 68904 ,
68905 , 68906 , 68940 , 69403 , 69404 ,
69410
)
ORDER BY
number ,
part_type ASC
Copy
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (64084 , 64100 , 64102 , 64103 , 64109 , 67096 , 67114 , 68214 , 68215 , 68216 , 68217 , 68218 , 68222 , 68230 , 68231 , 68237 , 68240 , 68241 , 68244 , 68250 , 68259 , 68262 , 68278 , 68283 , 68286 , 68291 , 68298 , 68300 , 68301 , 68309 , 68310 , 68311 , 68312 , 68313 , 68316 , 68318 , 68890 , 68899 , 68900 , 68901 , 68904 , 68905 , 68906 , 68940 , 69403 , 69404 , 69410 ) ORDER BY number , part_type ASC ;
Copy
25.35 ms (2.15%)
1
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/ "
"/navigation/251448b91bc742de85643f5fccd89051 "
"/navigation/ec2a4d4fb4474b5088b03df523675f08 "
"/navigation/859156a63cc442008cc67aa14505a8ca "
"/navigation/4851ecc7788447bfb1e74f488e708249 "
"/navigation/2350ba14e89143198d72042128b8519f "
"/navigation/f3f47b57953b40afb23cd462dda41731 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58 "
"/navigation/07d6d4c2753d4315814435763a756eb6 "
"/navigation/4784c622e7b34b139d9852ed9fb53adb "
"/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c "
"/navigation/7ca22766fd2846b39712928cd77b169b "
"/navigation/cc590dbc44b740169864cd7c989ddad0 "
"/navigation/275477acc6364fcbb3d3bfbe17317800 "
"/navigation/57e065cd29a24cb3b2d9fc39fc2abf50 "
"/navigation/aefcfa1180634bb98635452ad2dcdbf7 "
"/navigation/bda1448fb6f1449eae78e06d3dd07df3 "
"/navigation/2c38112820554a9598f0c8e77373625c "
"/navigation/310cbec927954c1ca5d68a3a49b532c7 "
"/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/navigation/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/f19faba35fa04f30a1bdd354b051f625 "
"/navigation/4bc032eef6364672a0d09b8abe93d55e "
"/navigation/33b309eb71bc4c2a9976970795d500fa "
"/navigation/6dba75696b5148139136de033ffc6382 "
"/navigation/be2f3ca764534022a2ba79f972c9679d "
"/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6 "
"/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef "
"/navigation/7b7970e14b87448fb41d825fcec350d0 "
"/navigation/7d34ea33ebd2430b84ca71a999e7b708 "
"/navigation/abfa97de640b48c7a6afa067b88812bc "
"/navigation/1f423e85c6eb494980b22dde93e64a9c "
"/navigation/876b21ae9d7c41498115b90823beeb7b "
"/navigation/2b29710e5f0f44a8825513b4e6e2a98d "
"/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8 "
"/navigation/671bb3d9919346a1a0187fba6835a133 "
"/navigation/dfe70840626a4a9a88c56999fb42852b "
"/navigation/e4ae50f24b8d4d6483cbea48cedb146b "
"/navigation/73e9c784d8c448d8a7e304117eed2293 "
"/navigation/8fa76c45c7a14b1ca93353f7b1f85411 "
"/navigation/f2e70390e9e34ceda7549b53800c1e08 "
"/navigation/0bc41cae5ab441458dce00de02107388 "
"/navigation/5f149c7e1b2b48f9ae6364de8ce288fe "
"/navigation/903d01af296c4a2391205affb24423c2 "
"/navigation/89364c27afac40fa9ead1ec3136ec684 "
"/navigation/aecbd0f4de0742199dd75fadddec2013 "
"/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0 "
"/navigation/bccc5c020811472196379229044dc7fd "
"/navigation/2db3c8aa857a4bc6a6d11e3438350063 "
"/navigation/068567f45f424e389167089941c407ec "
"/navigation/165d387e909249889e89cd6584e6c81c "
"/navigation/20e44a7345fa48468f3d0e2298b4f067 "
"/navigation/224193720c2a4a45bc96cb2d055655ba "
"/navigation/3c24eab57c3d445698f26534ea18e660 "
"/navigation/444424ff93914a27a401e920bb33976e "
"/navigation/72202b824a384e9a8c11ae6afe2a9d75 "
"/navigation/7b182711a1294f69ae2266b5e37b5bc4 "
"/navigation/83868e2e81b340bfa067343e71965085 "
"/navigation/89d46426d44c4442993d4b524afc59a4 "
"/navigation/a16abde2699547c2b823b86c6b48d0d7 "
"/navigation/a3025fff20374024b907cddab6c39d43 "
"/navigation/d14cb43cbcf245eea471b31b87876e6d "
"/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d "
"/navigation/e5c66ca00fd140229735738d20618e8c "
"/navigation/b613bcea17d94cd68c0f1b01c96a843f "
"/navigation/f65330b5335b43a8ba39baec7d44aa54 "
"/navigation/fb3986cb89834cf3a3b42c5a651034a5 "
"/navigation/9eb6e1f2d32e4679aa85298c3e2fd678 "
"/navigation/a5d30272319c4e6f8577b8f344013d34 "
"/navigation/5be3b86f12b94044a39420702328fe79 "
"/navigation/e40c020ad4b74db7bc3e2e88c4c27be8 "
"/navigation/ab078ca87be74c748a7e971e766ceaf3 "
"/navigation/efef8f302349446dac0f0d67631b70cf "
"/navigation/f5e01e9054514b68a8653c5a4f2e5ee1 "
"/navigation/e485c99ca374414e851e1bae3f10af8e "
"/navigation/2fb093f95507419987f178312f1a3159 "
"/navigation/4823a61385b44ff1acf4e6382ddc6ed4 "
"/navigation/a6abb398e64e45f1895b6666ef5c48d1 "
"/navigation/00f37e830a0348d09705a9612c8c8cba "
"/navigation/71ca1150915f49e5a1f2fd538909d05a "
"/navigation/1c5e979155a844539448db12fd5ee768 "
"/navigation/8880adde82fa414eb680521ec3b57c4a "
"/navigation/edd74ffcfbd44ba9904d355f05d440a6 "
"/navigation/29bbfc2eb6d444f08a34e46f60b76e17 "
"/navigation/9228dba7d8ff47a897c5e6125f40dae0 "
"/navigation/500fe37e8fab4ec686d79803e58a8133 "
"/navigation/defbeb767ca44c1b970ab994d662a6a2 "
"/navigation/5d1b4c4fdc094289932a615f81db335b "
"/navigation/b3fcd7cc2e684a8b96f82adbb8615f55 "
"/navigation/1f6fc0d096e4433f847169a8653f9872 "
"/navigation/cdf0a23d5d72433783ef241128a9b070 "
"/navigation/273527558c5e4e2cb3168fbfbbf6db0e "
"/navigation/0fc49a5d23ec4742845d4d31898f67f2 "
"/navigation/9870b54fef794c4b87791c9dbc9b83b9 "
"/navigation/91314c7682154e58a203d7deb3c46e25 "
"/navigation/0198a84419397e96ae8527630cef7f63 "
"/navigation/019c03b8fcaa72dc9e2c6dd03b04916d "
"/navigation/5fdbefa88b0942d28155aa77fb9d1ef2 "
"/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27 "
"/navigation/6abcc304f8c84933a719a126f42a6651 "
"/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3 "
"/navigation/ea2fc00d192244b3b852128b45d74842 "
"/navigation/2a5c8fc96ef04011aef499b2fb4faca4 "
"/navigation/01971690d7e97455bdb6a13033fc4bea "
"/navigation/01971691bb387f7f8d6fa68ac5bc78b0 "
"/navigation/019a7cc2c0ed7c48bfd77766e7197c67 "
"/navigation/019841caba81739d847aaec4495335dd "
"/navigation/c760008290d84dbaae3f6f4b83269ddd "
"/navigation/019aea2480627a599fd1d0db6122e224 "
"/navigation/0197169587bc7ef2832928391108aef6 "
"/navigation/01992f21513c7fca831141b67a0ba2a6 "
"/navigation/0199288800f87feaabd6d217f0254df0 "
"/navigation/01983b68543b7476b25d1ed5006cd884 "
"/navigation/572804a509e74ad58d18d52ef0cfeb3c "
"/navigation/0199772279547efd8f94e76789b316b3 "
"/detail/c35cb44d97b945818aa4badc1b75a09b "
"/detail/61f9dbba9cf94f79b7a6711183e1adad "
"/detail/53a6c2b0f4c140239f087b3be99d6214 "
"/detail/0198cc6bb5d6706eb589efb6623f5bbe "
"/detail/c02b5c2491064157a0814723455e1b6f "
"/detail/db0d7d9964294fc0a84d9a7098503d71 "
"/detail/0ec4b5e3b2c940b0a5f6f670066b4973 "
"/detail/d65aeab29e4b44b58eabe5880ed888c7 "
"/detail/8bd51843f8da4cb28f699c81745710df "
"/detail/53ccd56205554b5390a1c332a6066a4c "
"/detail/e94c714dd1174c07a03de0e9a1930e71 "
"/detail/019a08a9652d43dea42bdb47fa151eba "
"/detail/74d81fcae8c9455d939f99854ad1b37a "
"/detail/20d96bbb533d481ea04b9d4e49ab7052 "
"/detail/ca9c0b81264347a894630408aa3962c5 "
"/detail/83085583d2c74c21aabf44f458af75ab "
"/detail/7b5b8413e4af440780d41a419a972862 "
"/detail/fd58d88554a24cfcac45aaab8edb8944 "
"/detail/944e3b9213db4adb8f7f21fb5b50bbca "
"/detail/f2dfa5f595ee445288baaa5bee5569bd "
"/detail/4295ce766a2f410e86031d7ad3c00fc8 "
"/detail/abcba9c99428440497b5c713071b2430 "
"/detail/63d0253e4c0448ec8b909fec5817c0bc "
"/detail/4a2416c59e1349f98ce1f2974691f1a2 "
"/detail/92f3492007f04098897664229a148733 "
"/detail/dddd0f583beb464ab768cad55eb60d01 "
"/detail/40572f249f21423880935f04bbf3d29f "
"/detail/fb299e76fce243aa8bf54a5e6285a655 "
"/detail/91d374c99bc34ae7beae6a9e506318d1 "
"/detail/e9467d4a59514abb9c220c0eac2a4efd "
"/detail/a01797397fc74077a9ae6c9d301bfae9 "
"/detail/3a2ce757c70746869c1eaedcb4fc9a2a "
"/detail/e977f7820b97441abcfe8fab11eed316 "
"/detail/656efef3430d45b1a3f22dc32daf30a5 "
"/detail/90746c98bc364bc4ac071000cba52af7 "
"/detail/d09a31a17628445e84736e3c7ef33851 "
"/detail/b874c82b895c44b09cc94e5c24a77563 "
"/detail/1d5c64c874bf4dc69f3febd04faf3364 "
"/detail/cd27b8eba772438d9b93a44edabde12d "
"/detail/14ce356c0db543f499c0709591162fb9 "
"/detail/2a04967d1cbf4b3a9f5b5883b4e7e7c2 "
"/detail/cf9ca6eb4a8f4c1aa51078e31480c385 "
"/detail/504d7a029e8043e5935dd10339e998e9 "
"/detail/d5676fc0f1f646e599db3a444079aee5 "
"/detail/0198cc6b7f147132b2b0b19aebac211e "
"/detail/b8794a4d83584c79ba892a0f5814aeb6 "
"/detail/c86c3c9567d24d54934a8937fdd264f5 "
"/detail/f989deced84b4f289326c5549f63b236 "
"/detail/cdd2eed9e395448a93d21ac5184b9608 "
"/detail/b2d045dfefd8447fb20e3d12e6e605bd "
"/detail/f028a866680c4c05848317d1c1e77cec "
"/detail/c88de4d3a41c4185a33338eba4edda2f "
"/detail/e057c3301eff41cb80f4c75504ecf30e "
"/detail/1c3060d8552f48f78e6f4a44be26602c "
"/detail/ba3d6cc68ecd458094a470c377aba7a3 "
"/detail/ffd1f0c23d9a4a6791da9bf9bcd6bb73 "
"/detail/ccb31eea31424251a9fc28ce43a8f50e "
"/detail/d0ae2f4e166a468c99925a0a6cb05bc9 "
"/detail/d5cace4cb0484e41a54d8e5607003c8e "
"/detail/52d96ce20c3e471984a51a891f6b817d "
"/detail/83df3fe2fabd41a983058ad1b9aedbf4 "
"/detail/b3b20306c4cd4c38a9d96201661fa19d "
"/detail/0198cc5cf09773c08ec0d20dd4fcd9e7 "
"/detail/8f1c43aaec4648c4aae1044afadea236 "
"/detail/cf87d9e481a8420491943b5f566c381f "
"/detail/b8c824b84e344a51aaa751b34ea3ade8 "
"/detail/5a726a2d9ce249f28851f14fe925a0d4 "
"/detail/4e4d45f20929421d8bc1133d32fc6b90 "
"/detail/0198cc5e901b70a98a5fbd92548ac6b2 "
"/detail/9a08a471d1554e4d98af5aabc1a39495 "
"/detail/dc952cdf32d24c109d88b99a84318ac6 "
"/detail/8566380e2610463a8dcdb05b25141ae5 "
"/detail/49e3d5aa20e64603bba02e3d3b264c96 "
"/detail/8785560bc9694947a6b451890e261a6f "
"/detail/f87f7426443e482c86916d1d63e88056 "
"/detail/bed2d0fc0b014410a5ef5d664609fc0d "
"/detail/be5a036021484e7c9c2f2446e8f73432 "
"/detail/afcc10d5fbf14ecb833795bd082ec0ab "
"/detail/51b303c46242476f81fd06c0083e818d "
"/detail/d532f308d54b45ef99b267bf10c57e9d "
"/detail/8569886d54d848ffb319a42bb2b84624 "
"/detail/42e358b9792040f09dd3c26f9a8bb19f "
"/detail/17540e8755d7452db3d1e51d3f2864bd "
"/detail/fd302a1d1703488886268220958ec59d "
"/detail/1e3fe1448c9542bea4bba22554f75e0e "
"/detail/b8fe6ef6a6484429afeeadeb303b5e8c "
"/detail/0198cc6b2d71713db3c35eb594764799 "
"/detail/7462e5479ab14432afd61d42b71d6aeb "
"/detail/853793d702254320932e0a825c0e65c9 "
"/detail/d838642bcfd2403cb57e35af54a340fb "
"/detail/275294068f554ed984bfbbeea86c7dd0 "
"/detail/ed91f7376bd54ae69fcd885bf4d32b21 "
"/detail/903b64b4a695470aa3caef90e59b061a "
"/detail/0198cc5daf3d72d6b8ec1ff2bbc3daee "
"/detail/82794ec8142c4bb3aa06990bea889cb7 "
"/detail/439a77a8893e431085804085662c10a6 "
"/detail/e48eefed14b644a9806a5abcfcd73e7f "
"/detail/50460b56d7b7463c828f3ab4d045d751 "
"/detail/711aeb58c0eb4037badd7bf4454538cf "
"/detail/63e71fa4d7104410bf3d2aab96993885 "
"/detail/73fb23b48cf54aaeabe2e831be5373d8 "
"/detail/d40e51054a8e454cb29b9bcbedf6f65a "
"/detail/8d9787c3834745a8a7f03525de9a9a84 "
"/detail/0198cc6b028e72ad9d453934a7dc68d8 "
"/detail/b2cfdd9c4984491ea2cf398380fbbf5c "
"/detail/39ff5a00c62943519f2609b434f71777 "
"/detail/5ce78f3e525641b2b2490526e0794290 "
"/detail/962243ea5d324d1282e88d6d625a1e70 "
"/detail/2905eb8f03a54af2b5460506bab1783e "
"/detail/6f9351d6654e416fb08d24fdbe1cac03 "
"/detail/ad7ae348dc854efdac7f811ede30b25a "
"/detail/c75d4823573141f8af057dc0e11fe456 "
"/detail/416128a4f8774b4aa8ed9a351a18de30 "
"/detail/7587b8731fac40a9bc731ae9167a44ca "
"/detail/44bee7c8bf264f12905ce8f20941524a "
"/detail/a16d92237ab9441aab63138b567888ad "
"/detail/8ece3612f7b44fd2bdd16d9c40fef6f3 "
"/detail/22134171bcc84df6a55ede542cdf3d38 "
"/detail/0fb17958d9654b9c9b30535001c901f9 "
"/detail/da9061e2f1ef4c4fa4688c85ae4dd603 "
"/detail/268fc412578b406f8945566b61785612 "
"/detail/7df70695707044559057ea36a1e018a5 "
"/detail/c8ec2e4c062e4021bd7c7166442873f1 "
"/detail/98c6688bcb444cbd98c8cd1a636d76de "
"/detail/56d447a6f3104610973efc6a9c905960 "
"/detail/845c2851698245d988f548dd8af3898a "
"/detail/f077e3cc9a324774abb6cd51f6a78bee "
"/detail/34322ad0217b4362a1cfa0e6c6172b99 "
"/detail/abdc821dfc124f4bb3f103ba037b8a1a "
"/detail/64642ad8dcb04a20801a27bedd3ccfc1 "
"/detail/1ab6a299109948dba1d3d50c71840d45 "
"/detail/3fcd66fb31b243d496912a25489f0376 "
"/detail/b4f81406bb7d4c3e8bf8c45c71108e87 "
"/detail/8c2ca16e96074b43ac2494e997313e08 "
"/detail/a90319796686407b9795490fbc7029fe "
"/detail/607c9234c5ac4c3b9d8edd13ce102902 "
"/detail/5273f25e874942cb82dfadd5b054a179 "
"/detail/c2a3573b7a8d4c4f9626afbceb45bf5b "
"/detail/25185da2034a4b4d945a6b8511ff1c02 "
"/detail/b7aba5c037fe445bb1c88d6676eb5671 "
"/detail/71949c6e2ea14198b17ec1d600f6fbff "
"/detail/74024962c39346f4aa1d015dca8026b8 "
"/detail/1ce9046a05bc4ccbb80a62d403323681 "
"/detail/0198cc5d41e271b2ab26cc0e57125d65 "
"/detail/9841cb38efe945399e3b75d39c3e9bec "
"/detail/5d2136f07ecf4c5f911ab9e4adeb2c94 "
"/detail/81081a5a7d8d4092bfa3dd0c76ed717d "
"/detail/4791e56d7cb74e039f451e39e4313a15 "
"/detail/a3b1881ad77a4c3bbe650a69601df9fc "
"/detail/378a5be7022a4e57b2c88411c7abb3df "
"/detail/e2e9c43bc19342c2b7bfede713d921f8 "
"/detail/f97caa237c294498b3af603eaa8d3363 "
"/detail/c702036a9bcf499ba4878fab1225f73d "
"/detail/0198cc69946672dcb6e341697e01bf4a "
"/detail/ecb62fc0347f4456a8be54b3c547ac09 "
"/detail/58d62aadec394f14a56cd89542929ce3 "
"/detail/82d873a0f6c545a2a8b3bbb660d2465f "
"/detail/b1b9fdee08ff4c7b8a847dd96d95595c "
"/detail/c063d9fa162e4a7f908308c99dd17687 "
"/detail/0a331222acd74a0e9e08d7a7c95cf4d1 "
"/detail/ef6f6ade8577455eba73e19a367dc8b5 "
"/detail/79632a2eedc249f7aadc9f0a3a5a4180 "
"/detail/73a798034b6545e5bea76edc19c9bdbd "
"/detail/a0ea93caed694b4e996c471c18ca245d "
"/detail/1f5b4c511c8f44ff8165aeeb43533943 "
"/detail/804d263d5f2d4ec0b2d5ce795e3ec534 "
"/detail/545edac6568845e6aa01c5d5328026c2 "
"/detail/bfcd7d83e3824f00ba86a7bf80940c88 "
"/detail/271e00996e0d46e2b60cab0cc352f774 "
"/detail/6dbd105e5c9241128bee5dce90fae36f "
"/detail/0217734ea93e4162acff209d83b739fb "
"/detail/55db626078624359ba213fb9b1349af2 "
"/detail/3410b846409243ba8f817be282cb5a55 "
"/detail/4595dd600b804cb086640be835ee6351 "
"/detail/e4f316f16a274836a75bffa0cc54bbc7 "
"/detail/6d946caee54a4c6ba588e29ae9c4adcb "
"/detail/331888df6b9447cf803f6bca8a111b63 "
"/detail/c6df0b298d2c4b4eb24694942299ad52 "
"/detail/4f60ada1c2a24bf1a5d61cf22b816bd0 "
"/detail/dc883923abcf4cfaa6b0644820009ebb "
"/detail/0198cc5dedbf736f8498c014ba391dd4 "
"/detail/e34f8a97fb30448db110740d4dc45b09 "
"/detail/bd964333bd904e599616c2db42751180 "
"/detail/0198cc6aa8ea71c0bd19fea37a402d21 "
"/detail/d1eeeeb7f2ba4fe7a9f9b2360d5e47d6 "
"/detail/6a074b59dd38478f88f38593a989d76a "
"/detail/f103d167effb46bea5ffc3be437b6af1 "
"/detail/ea507708620b474b8ac1945ff1bfd4de "
"/detail/c2f46f2fc6304b89b6a26b3131dd7c90 "
"/detail/64c716fb13374fc5b87c1723ff5c37f1 "
"/detail/9c84b446f04c4cdaa2eb6adec397a751 "
"/detail/0b1b995c25c04b6eb26c1c8af129ddf6 "
"/detail/0198cc5ed61b737abf98df2318e02c36 "
"/detail/2fdf6b2d4c8140d48edd0401184828be "
"/detail/c4e218aae3d04964bd6d64a875ee421f "
"/detail/ae1fb46290fd43ea8d7b3c4b73e072db "
"/detail/2cc2d393b6bd47bfb57d72a52983f662 "
"/detail/deee243e7e1c47aa84da8a918b6b53c8 "
"/detail/e12095ab0f044138985c335e2be04ace "
"/detail/72cfd1064dec4b82af7a258488413a58 "
"/detail/9d70cd3f428b47988444067bef2feb14 "
"/detail/52b7b31a3bef417eb75af8b85bec7f33 "
"/detail/da4dca725bd446d8a39629ba6ae40a5c "
"/detail/c9eaf8e60420463486d7655c0a51de1d "
"/detail/27b0e1194d194d10897df67a6e0300ae "
"/detail/db9bd1413cef4f12b524bc5f99e4bc45 "
"/detail/837b7ecea3984613a22202c243995184 "
"/detail/da9cba7c3bcd4961941a3a23eb2ce26e "
"/detail/c73584c0ba21456a96e91f0dc162d207 "
"/detail/ae8ed899f67b4a64b8097eb389bd2608 "
"/detail/349a6d7631a84c81aebbb7d810818529 "
"/detail/cb1edefefcc341a287e7af4d3325e975 "
"/detail/5bb4fa7eab2a4c949a02086b8106e8e7 "
"/detail/95511a5184d04b928cc5930656bcf18f "
"/detail/861afd019f3e4f919da205741f9195c7 "
"/detail/f90217fb98d64a869744e4e09ac05bc0 "
"/detail/7da386df3bc34c33a1c21dff2985f647 "
"/detail/7d0912fcabb54cb780653b416c44caec "
"/detail/7c431847b2ac46a7a123c7cb431ecd93 "
"/detail/ae3dbfc834094eee98417b3445d0d66d "
"/detail/0f01a3413914486d85103982b814090c "
"/detail/6d7c8d2bd92e4640b2571acf8cf7f8f9 "
"/detail/e4be3af00287447681800fbc58fd2bad "
"/detail/b69c416d9400423ba0d644da2818f410 "
"/detail/0198cc6a6e8271c78c4243b235e09288 "
"/detail/b86222761d59446796e71081fafa78d5 "
"/detail/a1c07a3f40db490ea27a1444240033b0 "
"/detail/a70b0a7b8d3442579a8fa4c3c374d233 "
"/detail/ba164df884ce48eb92e8fe92fd226146 "
"/detail/b6f665c210fd4b9b9848e5b33dd37727 "
"/detail/30cd49853f0c4d3b9fdadd3d4b3661eb "
"/detail/c3f7f4be2cc74590a02873567380d6d3 "
"/detail/dc5d00d7416c4d2a8b908e16e91b6d1e "
"/detail/b6834b9bfd4a4f8f8ae1755b9b11c6b1 "
"/detail/73e3a993d78c45bcac56957694e3dc61 "
"/detail/682a3de9a2534e51a494650f0d1b189f "
"/detail/7a95221257854c32ab7e41c7062d892e "
"/detail/78d558eb2fa6428ebc6837547f2cecb3 "
"/detail/ab845fe1fd8047f8ade92cc8be8e8c03 "
"/detail/6d759189c4a14728927a26b23acf20f9 "
"/detail/e05e1560f9a5436c9a8f18aefc1f193e "
"/detail/a38759e09d8648ddbf06c1b9a0499340 "
"/detail/7e532763a80a4f05adb8da0043d5f597 "
"/detail/0198cc6a3014725288da9519cffcbdf9 "
"/detail/e24c89c1b0f6408591d704097848c877 "
"/detail/209c40b7b0e7417b8605840ffc63fcc6 "
"/detail/0198cc5f36bf73dbbe059457768f9d58 "
"/detail/4a405a49eb5f46f78af46f96ae0f3b8f "
"/detail/439a16f4359440db9c08b9807eb33d2d "
"/detail/2efae3acb5214167a91d5964473b6b7b "
"/detail/0198cc5e7148714cb32e7d48e67995d4 "
"/detail/1ea1df93398741b19551b8656dc6c74c "
"/detail/3149eff74de640b985925942cea011b5 "
"/detail/d84e73dc873c4386bd111e655cad11ce "
"/detail/afebae725afa4b2b91eef655649a543d "
"/detail/65a39c42091646bbae017d52cff3b801 "
"/detail/ddf81cb1925c49aabebdd69584017c9e "
"/detail/2115e1dc4f404d9bb65004ef22ce2ff9 "
"/detail/4a2fb993d2114b938da5515c4620dbaf "
"/detail/6d2f3a4bc5cc4d42b1991533a98c93c0 "
"/detail/c0cb14a9f82a44f38bc093a3362e09f0 "
"/detail/ddc890050017413ab17f7452d67bb700 "
"/detail/62dcd7185ba04b12803dc317f4327444 "
"/detail/caf0d1a8a04e420e98a0468382f869a0 "
"/detail/b7fe95c53ff24ddc8321bf596a086e3d "
"/detail/094062d5a06b4f258c793771a85e6d0e "
"/detail/8bea4ea004d8402dab1812f89a097fb9 "
"/detail/ec7394c67ed249dab06f9cc44c9a2b09 "
"/detail/62e31e0187ce4a7582577790e2481b2e "
"/detail/68e629574e5a4026b1b10bc9e48d4b1d "
"/detail/7407da3b8ee74616bfa7504ee4f7b484 "
"/detail/631c51ac157149658bca259a759c853c "
"/detail/0e9a3fbff7044f44bdcd0f8044616838 "
"/detail/f2b54279554649ec9fae8154f799e7b1 "
"/detail/5c33aecb111b4514bfc1ea972cef897d "
"/detail/9bba97d60f4c447fa1452eb6e1da9a76 "
"/detail/7f7401d272ea4ef7b5f5c747c69958d6 "
"/detail/4ac3ae2c78bb4911877b1e75af22cfa0 "
"/detail/240d06faf95e47bba7fda53ca0e394fe "
"/detail/e277c27a74f24d74966b90a8b22be104 "
"/detail/c0cf79c9c89a48ef9f9a6e7bb346f53c "
"/detail/fbf48885af454151b05ef13af1a59b7e "
"/detail/1431a16e809d4c4da962d86c9b8d7fe3 "
"/detail/9a10cbdb98f441b6ab4b95a14b1de64e "
"/detail/ec07675f237c4b6f88375f669f40c416 "
"/detail/9e4d8ba0bc854c0f83401a6f1c653e82 "
"/detail/13ead2a0af694b03bc746c277b3dc3c3 "
"/detail/565230d5130546278cf3e59382d9c73c "
"/detail/3bb2b3a603d54675a1a749c3fcffc8c7 "
"/detail/b01a3b19eadc42198df31ca1f117bc4c "
"/detail/55c375db204d4b8da285d1a44852dcfc "
"/detail/f489d6f3fe674fa8821178b8a8bff4c7 "
"/detail/c748ea768366437cb2944218f422b5c6 "
"/detail/c6add2c226dc49c28ed322602d6710e0 "
"/detail/3ba365d53c4948e7bdd36b004bb3225a "
"/detail/a49e2c96d51e452a9c826326d0e7a35b "
"/detail/8386c89cada2400e9d3058c3e6c9c049 "
"/detail/ce9d3f65442348a291d3ea1866260111 "
"/detail/7cd50ee1670c4eae902c5bc838e1ecba "
"/detail/47bc81469e414437bf4e17eb65a9dc3f "
"/detail/4459b94bd6bf407a967f90d12f091c2b "
"/detail/9d86050731fa43209d2f20209835e424 "
"/detail/32b9534f777f4d78aa54e6fcbe704792 "
"/detail/cc3a6c37198b4653b8a6ec370130b625 "
"/detail/16cee3ccd79b42a59dc5de8d4c242f35 "
"/detail/d71dcca83fbd403ab43287b83f2c819c "
"/detail/595385791fcd4762bf22509a343ce5db "
"/detail/af6dbe923fe54ed3a4a8bd078210f6f9 "
"/detail/ed292bd913954da894408a2a4f1ba262 "
"/detail/a82938812529460196aaea9c4040dbd2 "
"/detail/436a5b71a1d24ad2827d0b4831032082 "
"/detail/8e7acf4d31b24bb389ef016a81b1d04b "
"/detail/23679a8704c0436bb1b0fa5aac717163 "
"/detail/8ebf1e333e104c24a16c8b825566fc2c "
"/detail/80dfab55380844c4a9bb1149a9dce446 "
"/detail/cdf27ebd62244782aaf73853a6371f20 "
"/detail/4638b379ea2446f9a8e280020c65e763 "
"/detail/93fa3fba27e84c909866fdc267717208 "
"/detail/cffd568823ba4fc0b5d0cebdd1ce4c51 "
"/detail/7b1cd1e8d51d4e59a73d04942aff8f22 "
"/detail/97fe1c5c07184faa83ff24a3024e088c "
"/detail/747c60779f4d4da5b94d9a1491009880 "
"/detail/cb7842846bc04fefb886d3d994bd3919 "
"/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2 "
"/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed "
"/detail/f14cc551ef044c6a90a80453db2e4ae4 "
"/detail/b6a7c0058b4a449ea7ddcc08cd0f301c "
"/detail/5404693c697d485485de7de7e1ef2c01 "
"/detail/d111a4ed259949168d6de0efc59a7d22 "
"/detail/207d32d2b7ca46318418dc5bc53cd150 "
"/detail/86af7236f6cc4f90bd1635f05f17354f "
"/detail/f3411554c89d46728137d0c5a86f7878 "
"/detail/e146914ccc0448eba1744b3c905a10d7 "
"/detail/f164459a28dd40ccaf354de04a184554 "
"/detail/c0df34c6367e4ab6b4e41c6b27e452c1 "
"/detail/52441a8e191748ee96d0492c2fd7fd51 "
"/detail/bed1331d6eb242abbf04b63630c8c4d2 "
"/detail/e8c8c3fd9105421b81a59afc0ae3109a "
"/detail/fcf601eb43374a5ba5bb0d1d0e4c81a4 "
"/detail/0198cc5dce75731c8a726b96ef07b9d8 "
"/detail/4ab731a1be664130bfa5bef7b4057a73 "
"/detail/98abbb4cf2134a918f666da5a2e96fe4 "
"/detail/d3624f353e4b451da71497342e37f597 "
"/detail/fb46804470654a8596c47f0a2c40179b "
"/detail/efe06e34b5924ba6aa5ceb36fe07dff1 "
"/detail/889c3f1529e94cdf946d121c03e33e63 "
"/detail/42557cd0550b42e387fc2cc53b9efc2e "
"/detail/4772ed5f211c46e3b858336a692fbcce "
"/detail/b445efb7f118478599e42455eedfc436 "
"/detail/486a6b11fecc4c3fba270b88658e177b "
"/detail/310311ddb9f24c3dbb8391399f34d1c6 "
"/detail/315ccd70ccc14045971524537c9affb9 "
"/detail/0f2bc509943f425f88602389a7eceb65 "
"/detail/30fe6da74e644fca9dafdcec94fef63d "
"/detail/98873d2c50454dfdbbe6f901dc8b8690 "
"/detail/d0113785d82548c5bb57686200f85125 "
"/detail/574372388cee4f2781f6c8ed30644d1a "
"/detail/dd53462fd3d3462a93f2e4a1a3547e6d "
"/detail/2d862d31edde44c9867817a333b64a18 "
"/detail/72fe7c5125414792b1c52f53f90699c8 "
"/detail/d6d17618acae4dba9cb128ac2706af16 "
"/detail/b26fd0510d574ee7b0c9591c98d9c61d "
"/detail/c79eae580f1e49b6a3105ea7bedb85ab "
"/detail/ec48344756b64dc8895ca0f39cc9afd1 "
"/detail/531f2bb32991464ea5479343f2d9e577 "
"/detail/79473e66fb7e47e59446ebe69fce70f5 "
"/detail/d85d5017002b4b0eb6ba7cf4d199ee55 "
"/detail/0198cc696df771cabac7b15688f73699 "
"/detail/8050cddf7ad24df68fb01d40a02ca55d "
"/detail/1ffa59e417c44abd8c403b421cd27872 "
"/detail/2bb38224e14e40ad9a1fbe12c7969e0e "
"/detail/fb27462615b64401b36b3ae0c4709ebf "
"/detail/5422f85ed4414f27a8874d9fe97fab22 "
"/detail/470e894ed6ce4d7387a3e5b6f6cb9308 "
"/detail/6c72832ad69f468ea5a04c8f470a897e "
"/detail/d8b824abca80447087edc9c65be9daa3 "
"/detail/ca36208d282346b3a697a10104c5bc51 "
"/detail/effe7e6118b84e3c9a25cbdfe2903be8 "
"/detail/94a2b191ea5343e09ceecd0b5bf5442f "
"/detail/e8dfc7d9cbcb4768965c76a92d98d2d9 "
"/detail/5b492eee32624e18a10ae00710171a51 "
"/detail/3dda150f78bb400a90cbc7cbd15eba35 "
"/detail/2021ed3b275149c2a7bbcebcea3e3e51 "
"/detail/5ed5a77d39844b4783c6f4fa50b7d0f9 "
"/detail/f7275334a23a4b5b86033b6d17ebf19f "
"/detail/5870801535e54876a6a694c03b2c643b "
"/detail/4d319b5273e04263b4f7261231b6ebe5 "
"/detail/8cda064c1b2c4b92ad8acb3b9304a660 "
"/detail/aa0633837d8044d2968e25cf48b70685 "
"/detail/7604073c50704eff91c818a6dd0efd4f "
"/detail/64234ac24dd0480491f83700fe837ddb "
"/detail/1c5da60806ca4b2b90c57aed8c764e68 "
"/detail/fa71c118f9ad4bd484f6b3a33163d138 "
"/detail/8cd1ffadea924f1c8ee1b39abb8430d3 "
"/detail/b75a51b5075e495f8d4f31e043346928 "
"/detail/e47d04e31b3d4a47bf25d0f5f545ba12 "
"/detail/9093355131a04551a98dfb26da992848 "
"/detail/ec87571f6fa4427b9a981ffe261a279d "
"/detail/c1c2d28f30304f86b4b1307fc726ed47 "
"/detail/1966c48883004ff79a2e78d4789d63ee "
"/detail/30517dbfb2b54d7395d6a70ff90e7e8d "
"/detail/6d8dd0ad10704c33bb6a0953d63248dd "
"/detail/92d7f2ddea3a4703899d75f43cd17f05 "
"/detail/c4de8a193f394ff6b5244e01bbb713b8 "
"/detail/806c9dd1d06f49f1b144ea80165e960d "
"/detail/c330f8bc4a8b4a8f99a50e140637f1ec "
"/detail/4565e2509797459ca8f79fed8b816d5f "
"/detail/904066013a1048299eca7a3aa4badc8f "
"/detail/66d5d6b400914b72aed99d6092b70031 "
"/detail/c3309e1a37934376b8fd8f0eab389e12 "
"/detail/f3299586da83433fa100f10626713df9 "
"/detail/092d2c7b29524716af65fedfa8cee6ee "
"/detail/e0c4c4ecb8fd4f7ab8b09313c21bf444 "
"/detail/4e45326e80244b48a83d81a7a7db1012 "
"/detail/d618992a7d634a48a3f42bd47cb67f91 "
"/detail/0198cc693309723eacd46059d041e307 "
"/detail/ecb46f56756043f9960090266c6111dc "
"/detail/faa80431ea3e48d69a38d6799a8fce89 "
"/detail/16400ae79e864569a9dc816362db8dc8 "
"/detail/a51da365ca21496191a003f88438a996 "
"/detail/8213b54eb6be405cbe81367c216404d7 "
"/detail/2ec3a10886154bc4a98888ef5de27c01 "
"/detail/a136b29bbc7445698fab1fa6a71e1578 "
"/detail/72a8827243414947a808eca0e500d239 "
"/detail/b4f8ad5aaba14d52987da89603d9adfe "
"/detail/f474bedea62d4a53b963998157005ff3 "
"/detail/0198cc5d6d137308a5fa90fa35f776ff "
"/detail/1f079c55774749418594c72abeccd336 "
"/detail/e4c8553de55549de84ef239241c111b6 "
"/detail/3ddda00cc5284c32baab378964051add "
"/detail/c5bc52851db7466a87facec1a4a4cf9c "
"/detail/30ec051ecc9144eab17a9fccc41a19ce "
"/detail/60abde5a90cc44e2bb928d1745c72ae0 "
"/detail/979a192bf30446f49f4c4b638b3417f9 "
"/detail/e4f9a7846b8a4b8a89e86be3ae854ac4 "
"/detail/95788781c1894e5ebec7d316a90e728e "
"/detail/1a97efb5769a4afc80dee626476bfb3e "
"/detail/7fee8b25719f4cf9b28d5c7e4fe14c81 "
"/detail/dfd4011fbe3d4e328d6597636da5bb93 "
"/detail/547dd6c7c4804374a8ea09705d2d6d29 "
"/detail/cd9a09a12e474bb78a0bd8172eb39eca "
"/detail/af773ae6214b4121b82455a673cba897 "
"/detail/f26ed72a78224e039e3c803b0fd76400 "
"/detail/9eaacaa0a47942198afe1bb4b4771535 "
"/detail/eccad13460e145efac593871b791abd2 "
"/detail/2ec5267d10f848cc9b01c64e6576894a "
"/detail/a0825b70e375434096b4d350ee1b5769 "
"/detail/a6b68354d89b4a9eb857e0b3213f6ce7 "
"/detail/b5aa285f670f42849980d598ada23ef7 "
"/detail/41621eefe91c41ef81ce2c209d85a388 "
"/detail/d0f06e053b44458dbb2a0cf006e23683 "
"/detail/62b5131476704746abf212a188f25c13 "
"/detail/63524fbf43174f53b4aa1c7d60b2661e "
"/detail/23804ee3290448aaabd125cb63cd9fec "
"/detail/ad8b04d5ae6e480fa06caf45282e1a13 "
"/detail/47b92494b56e477d9f6f8b33e553ffb4 "
"/detail/9fb345e9109145d5bf6fecc71fb12180 "
"/detail/b93ca20f782244809e4109233be785be "
"/detail/68d5314d01024b3b86c0fed97b8e4971 "
"/detail/6f9788e079604257aa0415037038a0fd "
"/detail/21d1bf09288c40bfbec56a3ba45220af "
"/detail/52cf5741107448d29d3be870f8a311bb "
"/detail/0198cc68f8a570c0ab5634cd9241c579 "
"/detail/11eee5926ff645dba7f49f4c394e51d4 "
"/detail/277c1ca3ac12482ab7e9fecd573040b6 "
"/detail/7f575898cca44b77846d351643c356ec "
"/detail/9dc8b1cef16e48b1b369c66f3f079f0b "
"/detail/adb037322bee43e9bfbdaa19c04ceb0f "
"/detail/dbd660f43048485eaa18f15ba70e2daa "
"/detail/cf85821eedcb4e65b5882ee55daf5781 "
"/detail/2fc7f6baf63e4fc28659c259098a1c9a "
"/detail/0198cc5f90ad7111b283e66216d0f253 "
"/detail/0198cc68cdd47319b07766ff38c5abc5 "
"/detail/e63aa16a244041a5b6312f69dbf73e77 "
"/detail/cfef3b0b7d9248c994f0d80d82fd6226 "
"/detail/457441df0697420aacd2a8822cc9787c "
"/detail/d6a2d5d8f19b482b8b6126678687995c "
"/detail/0198cc689b6b7352a33c4f306f5e2fc4 "
"/detail/656e774ba7b143c59a5097cebddcb0a7 "
"/detail/31005dd2b74a410a9b0586efcba4b6bb "
"/detail/6d9714c4daf14e40b209c42bb455c6a5 "
"/detail/a2f08c8cbbef44e39b57e0e0fe86d881 "
"/detail/40e5aba8ec1f4d3eba60a57d0686ee42 "
"/detail/4050b387c2b245118fbd742f3a60cf12 "
"/detail/388033cd3aeb4f7cbcb48a3bad57bc43 "
"/detail/c5ade040a70d4f22b34caedc3d93c441 "
"/detail/b69c189b29b14092a20f2a1166b95d0b "
"/detail/e7185f063e81404a97ffb7aec5ded5c7 "
"/detail/4c724c7383c64f76a3cfdd4afca227ca "
"/detail/27ca355fa1134be9a8844e6abbfebbee "
"/detail/5aab08894a0f4b5a80ecf031bd2bde03 "
"/detail/3dac7d9e55bb468cbbc72ab008443cbf "
"/detail/ed7a52c34fd54e27aec1c2a4fc3794a6 "
"/detail/ab809f3135914f09b080a55ef7585888 "
"/detail/0581b1a7ed82414484eb48ea555b3f18 "
"/detail/b5e7bc5a11674771937219faa177eb50 "
"/detail/526a2e9ef8174e219b0095559127df2b "
"/detail/609ba8d52a144632ae911c986394fe6b "
"/detail/aa2cff4f43ea45b8af20d545ea6e188a "
"/detail/a2c5e8d8d0a54abb8c3475fb1f2f1c6b "
"/detail/a7b05ff5057a4d4c876e6ca794b7fa08 "
"/detail/51dadd0548404ae780b7fc019a1054a8 "
"/detail/387d3840d338476a83d5c4f2dde4b35b "
"/detail/52af8ad28b1c4ee6a0e10470e4de88b4 "
"/detail/d034064cfa704468bc2c2d7035e2b0f7 "
"/detail/cf85813f532e4972ac69189b9516a94f "
"/detail/83bb33285d6b4232ba9f07752d952c23 "
"/detail/7aacde62af754cd29458779f9d9f3bcc "
"/detail/cc712b05d84040f5b6bf4ede47807855 "
"/detail/3c45fb04744f46a0b0215b0ff5110bc8 "
"/detail/15e00533a5f84a22b3558a03a0745e32 "
"/detail/52ef00472fb143d9a886dc926d0fb9a9 "
"/detail/2722e11330be4aedb3d7c10de31c0b84 "
"/detail/13240e7d85b3475ebdc20a465a4b52e3 "
"/detail/23b5cb1eba8a43adb7d5fa82b6c1ab09 "
"/detail/473070ce351f42b8971a6ef3f1ca15a8 "
"/detail/5b582bb76c044b69b548da51a3c47aa3 "
"/detail/4fbf7d7c8d13488e947d1e92b1bea87c "
"/detail/0198cc6ae73573d083ddea13eae37bc1 "
"/detail/be57b85860a84d41a778c879770b7984 "
"/detail/9c7d98d6eca043d1944fdceb07cf84de "
"/detail/3afa423cb5f641f9a9a961b3d8bcf0c3 "
"/detail/56c8ce10adeb4f28af64dcff620846a9 "
"/detail/5976a65551cd4b469e5ebc80559d0b58 "
"/detail/22f3d427f19048139d0030bb9abb309e "
"/detail/407e933a965745a2b1184a38e94d6f9c "
"/detail/29a90c4990964db9b7e96a03a5e7e28b "
"/detail/7f5dff18e0c14e8f8daf9f098c2858c7 "
"/detail/380181e6bbd4494db9c480e74da0fb84 "
"/detail/a6bdd777717742cbb24910f2445e005b "
"/detail/763d792a5dcb414fada4732cf4706ee1 "
"/detail/569ab0fb3a9d4213a62ec9c3d031de1e "
"/detail/833d8af3488e467481eb4c9d5345d177 "
"/detail/419df2a418494fd5938943fbd214d92b "
"/detail/f7b35e4c09c448ffa61893aea8050ead "
"/detail/da93f47604f64a8db09d293a26096ad8 "
"/detail/f2381065e4a14b9d97b8d6e5ef76bb58 "
"/detail/1358220d13d241608290ae0d114b5b5a "
"/detail/7e5c164966564de28fe1ae7e8e113089 "
"/detail/7cfce24a92bb4030a97e8a352980a505 "
"/detail/f544ff0a399b4bb7ab0c72030bf4b0ed "
"/detail/ee154084e98143c79203bd82c717fe9c "
"/detail/050710c300cc47718d8c7599b5c46c10 "
"/detail/cc3c9265c1004c118f3b0edcb8be30d0 "
"/detail/ffc6d6b369a84dfdbf7d1b9350917575 "
"/detail/11115a768a1a4896a53d74299d4ab281 "
"/detail/3130c130f70943eb93ba6a55d8d60166 "
"/detail/41658677cc804d89bc680df5b519c142 "
"/detail/8dc8c8948fef421883507ec57ba51377 "
"/detail/c7a110b7acb64349b162152ecafae903 "
"/detail/d55f4ceeab2c465da83204d5e062e157 "
"/detail/06b1592c585747cfaeac1a00d3f39b43 "
"/detail/c3fd22dec65a42ffa3373eb5e2d88d43 "
"/detail/8489cd6cb7cc483aa640a3ae165670fe "
"/detail/ca38202954a4447b8df8ac2bd3709ca7 "
"/detail/5939695ea3124cae813162508ba1f4cc "
"/detail/85da08719e454ce18f73264271862968 "
"/detail/8da7a25f9351468d9eb15f01d3d11b24 "
"/detail/31c03c576def4f12bcff973c398e8a69 "
"/detail/ba4c016ba9064afe97ef3bd42079a728 "
"/detail/87309abc6eb8424b90560a9b9a9cd054 "
"/detail/0f7348dfbcce493ebeecaa52dce6e7e7 "
"/detail/c508195e023b46a588de25236cd85dad "
"/detail/6959ff4fae9841e9b9286061a2cec5c9 "
"/detail/f3026127da8742fead8e7f1fdb7f65ec "
"/detail/47543f09a62a4e449cd405683b10ecc7 "
"/detail/89839aaa7d03407999e48b093e75a731 "
"/detail/74608546c70942319bc629eff18754ba "
"/detail/741448b5b442448c86bc1967ddfeb736 "
"/detail/c5281722dd3b4b5e96557b54b0099e2f "
"/detail/a1535ed5597f45ff89a21f4b6c4c5b87 "
"/detail/e395e053308a48ce8782eadd4a5c0d1e "
"/detail/0198cc684e03713f9a3ae03d292f3575 "
"/detail/5204980e477d433cad96085eba9db7cb "
"/detail/aeb365bcfb61417aabbbafbc5dc0fb71 "
"/detail/fe783e0b554c4b549dad61e3683eb396 "
"/detail/bfee081e308a467d90f51a6b163ee61a "
"/detail/2db2e6b2de154769b2ca3468ea2ea144 "
"/detail/e47db1dd17154232b1c37346b2366ad1 "
"/detail/0198cc5d170a70b39dab959fedfb5ce9 "
"/detail/fdc35788d8614fe4b4abe3487433182b "
"/detail/5b57cd0276e44f5d92ee2e3b3011dc50 "
"/detail/97313ad97c20496fb2afd0c0b79df372 "
"/detail/8fe918bf3fe54ac99464df621b9c1e2f "
"/detail/51513b451d4346aa94b8bfd20918dee4 "
"/detail/707ace20d7e2424aac35df006e9debca "
"/detail/2d6d520171f24729bdbc079bf5040da7 "
"/detail/6dca45234cc2442b90d4857bf3745fdd "
"/detail/cc816dd328f2425da121add31ef87145 "
"/detail/847964a022c34c3fb1f71177a6fd0a42 "
"/detail/49e482a3921440a294c59b3e2cf123ef "
"/detail/9eacd972f61b4b44a8ef9deb57af8be2 "
"/detail/67a4f09ec10d49d4b392fc785c358e47 "
"/detail/06e47f91cacd498e8b97f8c5aba9713f "
"/detail/ccd9066175b04394928dd9724466b232 "
"/detail/b98156e018a74acbbaf0f1d602cd89b6 "
"/detail/1fed0cab3faa4b8695f59173e08be362 "
"/detail/b1ee1b8a5c4c4c018f51202148a00583 "
"/detail/22104588981d44efad512ddce842b702 "
"/detail/d9ad9bc07d9448f0b0b59e95bcc67d89 "
"/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c "
"/detail/3bcf5590121f4e67bc81bce9a695dcaf "
"/detail/cc4aad47be664cca85d59d0d3e04c370 "
"/detail/253d397996164b0dbd7ee73b4b0043b3 "
"/detail/273b0f09e8204e35b91078c37c6d9d87 "
"/detail/062d13cc787348868e2680d96a86bd92 "
"/detail/efa73e383363430c99521951b9880b0b "
"/detail/27cc92a4506042aa83fac90390f228b4 "
"/detail/e99f1a41956a4f5e8628b678e398e41a "
"/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2 "
"/detail/734792f4f5c645919d0e00ad62e0a5ac "
"/detail/4af5313c097844cabc8cade116493d04 "
"/detail/7c6f17798a754c749f038bb588490847 "
"/detail/b35482055ff64614a72d8e6b4435a79a "
"/detail/ed47cc2ee9c7455599107775b9185b71 "
"/detail/be47d99ee46d4e159ddbce9cf878eacf "
"/detail/8c2481e41a8344b881669094eb365491 "
"/detail/0647dc33b8154413bad2c9d3a2084bb8 "
"/detail/5fb347f6832c4aea85dd26fb2819f3b9 "
"/detail/cff1c518b0284aafa7984a833961651a "
"/detail/95011edad50a4bfe904e2ff01be1ab11 "
"/detail/fadaba2376494b08bdc511421b6a311a "
"/detail/e9dc974193e947cebe057b7a3219d2e4 "
"/detail/ff47575010874dd6b0d222de992a55db "
"/detail/f4c646a34a7047be9f567ef37e0071c5 "
"/detail/4aa1d3295d2945caa5cdcb4118996401 "
"/detail/dae677519f5f47d2ab6fe3e085036063 "
"/detail/a057e1f624ce47398f8830f46d6dfb30 "
"/detail/5d22a0bec8634139bbe89a12fe66b022 "
"/detail/c5fc0999f6c34be3be06b6ad4ba126e8 "
"/detail/e87398717cc4404a91dd72a1ca1bea4b "
"/detail/53f45b9ec5ac45debfa99dba4f3df21d "
"/detail/0198cc680ee972e2bc65fb42888a14ba "
"/detail/a83fd9a654a9477fa8ba1f5e19cb7828 "
"/detail/8df3c243b65241c78bcb534b6025f147 "
"/detail/89c7c39b12ef4800af0649b3a826a1c2 "
"/detail/ddb799f5b74c4c98ab8694f9d23d0073 "
"/detail/0198cc682e0972f5b7eedd4db2e44e22 "
"/detail/0198cc70ed8671cfb0150a9f19eba190 "
"/detail/bdfac1517f8048668f6ef9f535572b9e "
"/detail/00a01c299ef74da5bcf5b5ebc7834a06 "
"/detail/5d22d59ce064476a89112cbf924157b7 "
"/detail/8a0834417c324b28a7f87fc3d2502016 "
"/detail/72947c0213214597b5339601402088ff "
"/detail/f308d25ab72d401a90661f497135736e "
"/detail/406b6821eb634f1c8d8917a016d97019 "
"/detail/a4bed51c41434299817a48acc8861251 "
"/detail/73dab52576444267987e94f9f7103667 "
"/detail/87c49414b0a541948a27bb8e857724b8 "
"/detail/2a41ec16eb304af5b52103615066fe91 "
"/detail/6f93c260dd3f478ea9e1513be9e04d89 "
"/detail/0198cc674f767345b4f60e77d83b00a9 "
"/detail/0198cc6d21b27332ab9e350c390d58e7 "
"/detail/1fa234576b7b4eb694a0f31d10abd6ba "
"/detail/68c8c7034e60447aa8749eb8bf86f294 "
"/detail/d6d86c51ebd643bca90b0e65096af1cd "
"/detail/5da5ec9bf2ef43ea924485c59d4ab67a "
"/detail/5979c425bdc041dc9d5a1addd50ca999 "
"/detail/3b96c8feab0c41cda83151d9062cea84 "
"/detail/8df4573b4f3043328fdf4b8ee6c0a1a2 "
"/detail/d57f92a7bb7147a2899aa10333e95942 "
"/detail/b4b64acc90c6411482fd9db6c8f96f49 "
"/detail/cc0b9d31db3c49f0aeceadba1584b210 "
"/detail/d48120e751684de39aaf6e0288fe60ee "
"/detail/103eda8dc91c4e488343d49116cd82c9 "
"/detail/484e0c21b86b4f4b8052439585b7d6cc "
"/detail/5204f642383848ecbbed7996e93530f3 "
"/detail/7e056788ef0a45058d3cf97da16c6e34 "
"/detail/fcf13f0bedcc4acba1fbd449576256dc "
"/detail/2d95b59535ad489c819fddd8eff75a1e "
"/detail/e2f150f06dc34e42993e7cf6048a4556 "
"/detail/ff5738de6f444983939780ca7929cd68 "
"/detail/ce8c0c19b0df40d9bae99120df6c7ccb "
"/detail/9b878e70dd9d4fb38496e8d5adf5ca8a "
"/detail/76b7abe8a51e421da1d8e557b84c7ce8 "
"/detail/13ef8873a3df4e74aa4e34a18839cc61 "
"/detail/caab55990b6541cf96d4d0e23bae47ba "
"/detail/ec909e866cd443c09a61ac5437dd199a "
"/detail/3104212a9f044523a58f74ead66866e8 "
"/detail/11e82f3879f146199c413df3478fc820 "
"/detail/1778ab2716bd45b29f775bd00b0c30ac "
"/detail/817655206b99448cbd68b3302a622981 "
"/detail/6bad9179eade49c1bb1205984475f53c "
"/detail/0c54bc7beb2e476ca132a401f01a6d38 "
"/detail/97cc482cf3ff4c4cbd5618ca026ad75e "
"/detail/34327be5dbb44895945339588a43b466 "
"/detail/b2d7ee3218d14bdf822965986695d098 "
"/detail/ee8a73bd159f4e2fbe00a5dc96158e7d "
"/detail/c4db30af03e348968d5d2b39210a65a7 "
"/detail/ee1b99277fc14c329f7a874cbccfe167 "
"/detail/dedd8bd364c14c2bbd27d0ade6534a9c "
"/detail/b191585d57ff41c7b510065aa4ca4675 "
"/detail/72514b1532b64f73a9fbf47baf255ab4 "
"/detail/e08d5535bd5b4ca593ae61b710b78113 "
"/detail/adb42016585941a3982efe96f98dc6e9 "
"/detail/3f8f4be9e4754a168682364f9057b965 "
"/detail/59608f2a9397440d84d61efbeea45669 "
"/detail/2b13ecfbd21e40308dfebe90637aa9ec "
"/detail/3c7756188485458592d8fc305c4fe7d3 "
"/detail/4aecc640c177477ca8d0f2e2f0bbe255 "
"/detail/95d06322efe8470bbe34cb40d98ff8a0 "
"/detail/6bb1e50aa6f245489d68dd516e7b0070 "
"/detail/3876768531e14776bab81c7e49e63625 "
"/detail/f4f6f810c6b24cd89fb0237e72fdc361 "
"/detail/48623f74242e4556835be8fb7ea8e971 "
"/detail/21a6d9f7c4da4ce2aa5182daa140479d "
"/detail/36745af7b97240989f7baac0fb9ba9e0 "
"/detail/74da80176af94a41a1e564585fd5d4b6 "
"/detail/0381562c1f7d4f26be6a922e3f7c7cec "
"/detail/0fcd4135a9e846b49cf849be143569ba "
"/detail/3a0a89dd653e4c438162d400fe4450e6 "
"/detail/25cfd871b70546579654582382e68c0f "
"/detail/9221db64cbc54ff0be53254824aace1b "
"/detail/b068c8733e6d4375b4d47487242d4ad1 "
"/detail/4335c5ab23ba4b14a31783c2079f4e75 "
"/detail/8c13a50b7cde40a4900cd955e75ffc36 "
"/detail/0c0ca6470c144dd8ac25ba892dec27de "
"/detail/046a73edcf054114a12a7d5993b944a1 "
"/detail/06d9fcbef8a64198a063d3bacb31fe03 "
"/detail/798bf61efaaa478b93cdbfbf892188e1 "
"/detail/6e91fa8fc0e64d38a52867cf050be050 "
"/detail/9d35225392f14a8a91fd3fe4d3e4b2e2 "
"/detail/a036a1692b0a4a5b8d05e87213341a7f "
"/detail/93e012735e1f423f9c55286dc1f61059 "
"/detail/2b50c32def0640a2944ccbe759895f3f "
"/detail/0e1db1394451456ab9d549e752caeabc "
"/detail/2eb87d46b25e4f23bee6826e5a53fb1f "
"/detail/d54539ebb0bb4eb59a7ee95af2c4baac "
"/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea "
"/detail/ec555bcae6bf4709829e2d5ef208806d "
"/detail/224b6987209f4bd4a5168ae1af0b7636 "
"/detail/bd756dee9bba4d60b07d138dbdb64e4e "
"/detail/9d8094e327fe44a6844669eade9f4575 "
"/detail/c2cd843a111e4f8092310788318afc09 "
"/detail/b821b28cd9934bffa2509288187c905c "
"/detail/f5564cbc6d2c47ec95ed7a76c53fb08b "
"/detail/7c0edbb6ff3545dd9126fb3810bc5b6b "
"/detail/f505e86b627e4ec7a17e90a2469c3761 "
"/detail/849c52d902464254b6ef2cc46f743767 "
"/detail/7d29d328f5554833b6fea2d981b4960a "
"/detail/3ef49cdacead45f99aac44d4013403a3 "
"/detail/59e8817c65644bfd8aead167cc0d4998 "
"/detail/cd95379199a5406d9c46add05f4c8bfa "
"/detail/a668083906f845e4bb6981552093c81f "
"/detail/878e01eb1b47471c9b1296d44cc8af2c "
"/detail/19420e55789e44b69cbde0a190a5ff63 "
"/detail/fd23b9a0fba645699cca21b095960ffc "
"/detail/7ab4f209095f479daeb7052cda65a52a "
"/detail/4eff0540dbb748d3b39b989d37828734 "
"/detail/71b2f652eb364664a42b8fbd851dbf7c "
"/detail/d880c838b79c41b4b112b34d81825464 "
"/detail/4bcdbec311974c7c9c4d76674acbf980 "
"/detail/2c09d73bd90245b4a8c7778d55fb0d3c "
"/detail/a10f55373bd6419a8090714d6c84e36b "
"/detail/d2aac8558344419bb258c74197f5ed9d "
"/detail/0198cc67e42770ec8e8f38299b770953 "
"/detail/d461ec4781a843cab70cdaf66c65199c "
"/detail/4de3bcdafd4d4e568a5b7129b017b48d "
"/detail/6bb759d26ac245f58aeaad794b0007fc "
"/detail/0198cc5d8ca37160a521cc59597b749e "
"/detail/169ebae0493b405e8e0a77198a438e61 "
"/detail/8f357a9d134e46d29e293ad00287b051 "
"/detail/9b18e0f363e14a11af3db532ec513fa5 "
"/detail/e1cb39471d1445bc92bcf4ba69124cf7 "
"/detail/0198cc68690371d0a103e1647730bd1b "
"/detail/f2fd926a83ee4543ac066338631c61ac "
"/detail/8f3652f686ec41559b452c5a87c893df "
"/detail/7a591e406abf41d3aefb575bb05425b1 "
"/detail/2333dadd776e46dbae0d879ca99f7ed4 "
"/detail/9863ed19bfdb4a839683af93b164645c "
"/detail/64c6ce7b8cb649d4aa100c956a0f1fae "
"/detail/1bbf818f2aaf434fbba4c88a80c30013 "
"/detail/3c7b11ac20fd41ce867b262d1699690f "
"/detail/c91b25fc051e458aa7d52a63cbceb487 "
"/detail/fc5a03670cf94cde80a990eea0db8e18 "
"/detail/a907ffeeafde4011a7d7a850ea4a4586 "
"/detail/dc32fc3c05004892bed6ef45b8ee491d "
"/detail/4a314886f7d040d393a25afa42568588 "
"/detail/0198cc67c0e372e6817ddb7817ec1040 "
"/detail/a1e5b3979ccf44aa869a4b0f4b7bf7c8 "
"/detail/57849e12b3894758a8c30a3e17243a87 "
"/detail/d752e882de7645eb8ad0b6d20dc118cf "
"/detail/55c94acc7de74aeba67ef1aa0cd4131c "
"/detail/1f177ebea7a74a3589e30eed1a97752d "
"/detail/c352124887db446abd73049426070194 "
"/detail/c2305e49c44447e98a34c2790872e4e6 "
"/detail/5a32ddb4ff244d3ab56a2169bf4367b2 "
"/detail/aac364fe86ad429e8f9d47cdc254ad3c "
"/detail/626623d091eb4bf78f5219fbfe2dc4ec "
"/detail/739ce42cec46425b8660397a8daa7a26 "
"/detail/ddbe1194a4b74f98bffcbcfb7f605798 "
"/detail/f2d38eda6a184361a4ea97a33a1b07fb "
"/detail/1673cf6e2c9840bfbd7e775db9bd554b "
"/detail/ee60a7ae0fc34c1f882d152e70a6a401 "
"/detail/e64298daeff24d9fb99b38f73c6e499b "
"/detail/75ebf4513dbb41f2b97365821f8de44e "
"/detail/c333a48256f14130a7ceb14f72af6b48 "
"/detail/b178b16c331c4bd7a41f5b1b720da49e "
"/detail/cf201c50058948248d8dfcea1d0c1f03 "
"/detail/ed3bde870cea4165a90d060ab9e9596f "
"/detail/d59b828cf55148c6bb77dbd3d5d94e55 "
"/detail/0198cc67a20073ccbdc5e6d654f36d09 "
"/detail/c67a615ba6534c86a996eed104f7b73d "
"/detail/796ef3d014244ebbae3a1ea7850ac0a5 "
"/detail/7ac2c1d820924d9191107187e2b9e84a "
"/detail/3902b27ac5e74d89a9026b8518b7542a "
"/detail/0198cc6786467032a9abe96719ff13f0 "
"/detail/dde94ea94032443b9972e792f40d27fd "
"/detail/d7e8715d345f43e9bcb6071ac13f09e8 "
"/detail/7e36e27d07e845b4b3e436352524e25d "
"/detail/90d2d49d95e244ca963853b5c550a967 "
"/detail/fb881b050804476897098861e68d745e "
"/detail/b4c15976871847e9a8d98346f8da3c55 "
"/detail/c9473f029a1a4a78b4a89bcdcce13b77 "
"/detail/5a88dab8596d436d889e560c822f6e26 "
"/detail/68735da4b8a14c5c8878aaa8ea58ce45 "
"/detail/348e1d4026c7433d9ddb3d8d7b16b839 "
"/detail/65139590dc384732a2c0a4330e2e1586 "
"/detail/e5fda7b1a0af4e90891435e7b57479f8 "
"/detail/82059cff6192466cb463468863f2eb82 "
"/detail/8d58b94168f74d86849c1e4f3c43aeb2 "
"/detail/ce5793f674024403884fe3eb8e4cd056 "
"/detail/9aa342d79fc246e7bf3fb88dd627458b "
"/detail/29968b24bd074462b00e75a9ee92f787 "
"/detail/c6c244fecbb04c999bff987241025147 "
"/detail/88a853f8d360444f89bd1a3d16e2b226 "
"/detail/f57ab7ad5a5c411e8ee2494dad12d1ff "
"/detail/9fa306c764344cf2a08bf02d94840004 "
"/detail/4b32977f21bc4737a8e5a594cd91f0fb "
"/detail/fc0059158e8849ee879ab9f775ca616f "
"/detail/33607d10bbed4a2f96337948f9f0dc95 "
"/detail/3960cafa071045b6bbe38dc2f57ade85 "
"/detail/e1153e7792a848108b4a3a648fa3308c "
"/detail/856bfb7659ba448dae9a5da237b9c408 "
"/detail/9bb40045667440229284a2a5a49afc8f "
"/detail/e2dc4c0becc24226bee305ee0f4c759a "
"/detail/b1a7190fba99439d91838c43cec2030a "
"/detail/5cc196e9757c463eaa185627b98bfe4d "
"/detail/f17c143e8030401fbb2cb3c31b7d2b1a "
"/detail/9af21c4c025849978170a5ffaf2b4e31 "
"/detail/9ddde9c25d6649c5a976568c7b425fde "
"/detail/0af3b7e057754baf9f358b609c82dc86 "
"/detail/8eb0bbc3367a4bf2885597f224668845 "
"/detail/eaf6170a147f4be3ab6a80de18c942a1 "
"/detail/5880b298bd1e40a691268b84f663b909 "
"/detail/b26bef89a19a429bb704aa49cb916050 "
"/detail/a5231cfed070466cae833594bdda8382 "
"/detail/f061302ae2764217b219e4d20817b00f "
"/detail/7ff6f83f782d44b7a87021116a636a9e "
"/detail/a35f304ff6e6407a8167dc0c7ae2b3c0 "
"/detail/0c8d01216caa443284ebd923b2e22621 "
"/detail/88befda331cc4ebcb390202c12666c3b "
"/detail/86c2b59e49774c01b8cd112b8aa31989 "
"/detail/cc22e1c4f19c4c29b72e89ee13aa2cbf "
"/detail/d799c0685ddb49d2ba6676b962505d04 "
"/detail/2a2b04d344d6460f9595b2bca7648812 "
"/detail/9ae4096eee4840d4b891a033cace4884 "
"/detail/907ba621589b471086fce496439ff2ac "
"/detail/531f7bc86b8d4ad9950ad8d6a3003996 "
"/detail/3c43930ef3db425b954fb7e1275071eb "
"/detail/769273a34844492d9146dfd0ec2a83b8 "
"/detail/8a1dd4dc1e4a4ca8b537130dabb8cdc1 "
"/detail/6e879e61928047a2a98d3bc88a0341ed "
"/detail/d406bf0a6af7456c979e62d617ba1816 "
"/detail/b0e5a134c91c4ba8806a15f084543854 "
"/detail/55245e02a4d74f40b2e979fa3885ece6 "
"/detail/e6f69cf910b94fb998b603b76c75591e "
"/detail/4f9d3678b8b24b96a2621e82f46f9e22 "
"/detail/119611c045894778978ea747d6024910 "
"/detail/bd1af5f41cdc490d982253dc0cbbaace "
"/detail/8eed6b29670b4bb5b4c5237b6ea4987f "
"/detail/c5c833bf93274caea063a977d16b4f35 "
"/detail/7101be3720bf40b883a1411a2c71f2aa "
"/detail/eb09a9fcda3f441393c86671ac4089be "
"/detail/e37e69837707433787f0d97a38b4a9ee "
"/detail/25f17203d7cc4827895f7100457bb86d "
"/detail/37f844d6147f4efab663d4ddd685d6ef "
"/detail/8a3273beb64e4069a195a9c764c2f170 "
"/detail/21b3e9d9ef1f4170bbd61ca83d7b8583 "
"/detail/81f16e5bd3d34661924d75465c0e288f "
"/detail/dd00f45b30a948d5961d61c7c70a69c7 "
"/detail/3baf0e823a9d400f82332908b1f53931 "
"/detail/60fb9a37738b4e4ea89d0f4f97f612d3 "
"/detail/af198d32d5204150843c10ff8a22b706 "
"/detail/310bf4912e894d46a41ab66554a51f38 "
"/detail/a212a54a7d44409a9137a72a6bfeb9a9 "
"/detail/02d31b1efd4f40a88dc4a16db62f8d53 "
"/detail/e3dd4dd858bf4fc49c79a77a0f9130e1 "
"/detail/a52a2f4e9e674416ac44f05c77ed9b68 "
"/detail/d8874386c4bd4f09809da326846b095a "
"/detail/7cd16fe9573d46598865807faaf70d2c "
"/detail/120fead30c264239b231a4069de4cadb "
"/detail/056b57a37f1b4ed78c89611b359d9125 "
"/detail/02feab1c5417452a9722f3585b69d0e8 "
"/detail/19334f69ecc140ac95fd285e763d9493 "
"/detail/f8913ff5fcb745079560bae0f847d294 "
"/detail/a1ac14fccb2644cf92796255e2a0933b "
"/detail/7cef399e923440d59dcf67aacdfd8bc8 "
"/detail/fdc38725f4c74521af1dc2d270f701b4 "
"/detail/e18325546aae4f808b3b001c33db84eb "
"/detail/3bfc577a36244d698b4754fa2c353364 "
"/detail/e26b858d15f240d785429d115d476e7e "
"/detail/4887303cfa76474497f5da371f320c3c "
"/detail/876b4948692c43929e017a4ed5bd5165 "
"/detail/54e293b17b2e4fd3a33744e26a885a11 "
"/detail/dd6699926c154aefb7a1924e9ed3d561 "
"/detail/0360b95c51f142be8834329bc3afa6e0 "
"/detail/9295c4900c1346c491cc126d7800f31f "
"/detail/5991995c41a341818105d7ad36872a57 "
"/detail/7a03b45b8b334439a5f5edbb3dd80826 "
"/detail/e239b00563164e99a05e522aa1f550fd "
"/detail/aa23bfbb89f44a5e88a0d88c3c4c628f "
"/detail/7675dc18674948d9a296b2e8abac8b0a "
"/detail/75a7a48c507f4a5787fb863825c370a9 "
"/detail/866d723baf9344d19fff2e19ba5a9bcf "
"/detail/85be93051db044668e412868d445dc0a "
"/detail/582a3e5532a84baf8bfe1790b10a43c3 "
"/detail/0e8e19f9f00c4397bcda44eeca5258a1 "
"/detail/0f60f58a3f894fc8ac8ecaa8ffe02931 "
"/detail/df8aac1467e44affbf7cd9fc77ba549c "
"/detail/baa067c1cb704122a560e8e4b4b18379 "
"/detail/d60da055e3524a348ae7e6257115b8d9 "
"/detail/8b4c960a6c744c7b9ebd699a31954c79 "
"/detail/e8b3d773b0614d1bb68da34b30c65723 "
"/detail/812a9dc2ea7148f78642ad3685650770 "
"/detail/488627aaca9e4f7ea4b9bc663550ece8 "
"/detail/74a80cf179b14312b5ef235f6fe9c789 "
"/detail/f16eb61d445844d69951a30e9baa88d3 "
"/detail/3d9bc37233ef4acca274e8c7d34c1440 "
"/detail/9d31aa53c5b346c0ac563003547d704b "
"/detail/a9315f49813548e9beb8e9958f71a82a "
"/detail/fbabf9a543d54dd4a9812b30304aa4c1 "
"/detail/fc19ffd651714d7dba3bce939431c42b "
"/detail/b5b52197b3234712938cec47012e98f8 "
"/detail/ff61ad2f52b045e0b8e246b66950898a "
"/detail/f8ed3147244c4967a1139cbb577319ee "
"/detail/4a4dfdee4f384004b9d7d1c04efd0ffe "
"/detail/0af6affec65c4885b40767871088623f "
"/detail/ad4c5a3e33654eb4ba4b50f74574dc86 "
"/detail/4541da5bca1d4a12aa9e7583a321bf3b "
"/detail/a90fce6933d94a6aa2eb2cb34aa18f8c "
"/detail/2fe2887286c14c9d9c90704a2c894307 "
"/detail/c25e389d064942208e8756b80a502240 "
"/detail/37cb6d0398244386bb879aa64ad6ce09 "
"/detail/cc1fbc22f95240f78fe3725114414da9 "
"/detail/c3998a73d01a47779fcf26bed4b63a8e "
"/detail/54e58573da0b4e8880f6feb770475307 "
"/detail/fe9f6f62f3a64491b84e5d09c7bfba4c "
"/detail/6411ed60b64549d9876337bbab4b2991 "
"/detail/bd011e1768c84db38a1f398daa9a6cb6 "
"/detail/61e46e5e4ec740d5b6f85cdee7e9c2e2 "
"/detail/7188846616de4917b528d9d1e36967bf "
"/detail/3ea8e7f628ef4d7394d4e14576ac19dd "
"/detail/917418843c57435ebe7006d0859b3f3d "
"/detail/8313bb31d269446aaf7093caad1dda1c "
"/detail/6b6736130967482eba80fdc137956296 "
"/detail/6c702d8377284376ba46909caaefe664 "
"/detail/9a666ae702c44924b22eb08093ed03ef "
"/detail/e4890ab8b7d846a9978ef6be1a03d9b3 "
"/detail/241c5e0ea5ad428c8408129e46fcd09b "
"/detail/4c7c2f42876d4f9489d9a4b0475da0cc "
"/detail/ad6fef20a05942598a9a1339ef9986ab "
"/detail/7e1bc62fa8024588b885248480c3addd "
"/detail/25c6949f0ae141479143661642882b3b "
"/detail/24583058f96741679ab5268b478f92b3 "
"/detail/480c3bde90d143d692a1dad020d84aa0 "
"/detail/5bf65080070a4015bb6342c997295655 "
"/detail/f7c2881400fd41f2a364ec6f18875d7b "
"/detail/ee20a42d66ac4314a67ca8c25a10e628 "
"/detail/9b0d71093c0b43d0a76ab6878fd5724e "
"/detail/8bf3d4e572624a54bf032256e0626c08 "
"/detail/3f2935b7267c4fb0b80e50c7745c1345 "
"/detail/6ee41ee1bf4a4d49b2da68843926509c "
"/detail/819f64b8ed59400ea6c95c72979d5aa4 "
"/detail/aed896931f284531bbef9c0cbbf6910b "
"/detail/c352fd28052548f4b3c7fdf356c2000b "
"/detail/d67a024c5bc14d298eb9b37f57f0f384 "
"/detail/62ae4990aeba411e9262e7657a2d1a0c "
"/detail/4a82b75297e249af835a7c9b6327f8c0 "
"/detail/5f9b79f3f60947d3a8b8cae1b2ef0350 "
"/detail/20272dc598de46b498c1bef937810b0a "
"/detail/a94619849a3545bbbcedc55fe9117e0e "
"/detail/5e5ada428035490b910484bc952f99df "
"/detail/e10d33cbf20d4255ba365224b30235d7 "
"/detail/42f2e46f15f1412d81c4a1f0fabf9574 "
"/detail/beaef5b7b5e4438698cb3cbdc8d4abb6 "
"/detail/7424edefde124c299d55e48cb7b944c8 "
"/detail/82684099dd6f49b49e889b6664fa210b "
"/detail/ed76a3d76d5b40768d1558a9291f7093 "
"/detail/058176951f00484eaec8b4250fa889ae "
"/detail/44fd29b89c874bb09cb67738a9709250 "
"/detail/7b8bda8f324c4d2eb7d797f18d7b23c4 "
"/detail/40dc3a2441bb47d2ad154dc6053bf6ac "
"/detail/40d0fd6421ef49e4a2a7ff26fe38fd3b "
"/navigation/d1c8e7fd3f514b16a7c7c457c438b93f "
"/navigation/585d71242fa54b0fba56e331ed5adbe1 "
"/navigation/0199576db2937bbe9a41fb6156449782 "
"/navigation/08014c102bba43b09e93a823de238da1 "
"/navigation/04ac33f9be48438ba185ce8585682c3c "
"/navigation/ba9f9e3fd094425392c838f151773526 "
"/navigation/cda441a37060455fa34c8ce371928eb3 "
"/navigation/52242d7c7a3349359001e1b7b2c3df80 "
"/navigation/83586831f5bc43d6824ec80864e9314e "
"/navigation/0196d8a825c27a7e93a4b07323c246d6 "
"/navigation/ccd140695dc643408838c39c838a0a51 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58' , '/navigation/07d6d4c2753d4315814435763a756eb6' , '/navigation/4784c622e7b34b139d9852ed9fb53adb' , '/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c' , '/navigation/7ca22766fd2846b39712928cd77b169b' , '/navigation/cc590dbc44b740169864cd7c989ddad0' , '/navigation/275477acc6364fcbb3d3bfbe17317800' , '/navigation/57e065cd29a24cb3b2d9fc39fc2abf50' , '/navigation/aefcfa1180634bb98635452ad2dcdbf7' , '/navigation/bda1448fb6f1449eae78e06d3dd07df3' , '/navigation/2c38112820554a9598f0c8e77373625c' , '/navigation/310cbec927954c1ca5d68a3a49b532c7' , '/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/navigation/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/f19faba35fa04f30a1bdd354b051f625' , '/navigation/4bc032eef6364672a0d09b8abe93d55e' , '/navigation/33b309eb71bc4c2a9976970795d500fa' , '/navigation/6dba75696b5148139136de033ffc6382' , '/navigation/be2f3ca764534022a2ba79f972c9679d' , '/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6' , '/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef' , '/navigation/7b7970e14b87448fb41d825fcec350d0' , '/navigation/7d34ea33ebd2430b84ca71a999e7b708' , '/navigation/abfa97de640b48c7a6afa067b88812bc' , '/navigation/1f423e85c6eb494980b22dde93e64a9c' , '/navigation/876b21ae9d7c41498115b90823beeb7b' , '/navigation/2b29710e5f0f44a8825513b4e6e2a98d' , '/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8' , '/navigation/671bb3d9919346a1a0187fba6835a133' , '/navigation/dfe70840626a4a9a88c56999fb42852b' , '/navigation/e4ae50f24b8d4d6483cbea48cedb146b' , '/navigation/73e9c784d8c448d8a7e304117eed2293' , '/navigation/8fa76c45c7a14b1ca93353f7b1f85411' , '/navigation/f2e70390e9e34ceda7549b53800c1e08' , '/navigation/0bc41cae5ab441458dce00de02107388' , '/navigation/5f149c7e1b2b48f9ae6364de8ce288fe' , '/navigation/903d01af296c4a2391205affb24423c2' , '/navigation/89364c27afac40fa9ead1ec3136ec684' , '/navigation/aecbd0f4de0742199dd75fadddec2013' , '/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0' , '/navigation/bccc5c020811472196379229044dc7fd' , '/navigation/2db3c8aa857a4bc6a6d11e3438350063' , '/navigation/068567f45f424e389167089941c407ec' , '/navigation/165d387e909249889e89cd6584e6c81c' , '/navigation/20e44a7345fa48468f3d0e2298b4f067' , '/navigation/224193720c2a4a45bc96cb2d055655ba' , '/navigation/3c24eab57c3d445698f26534ea18e660' , '/navigation/444424ff93914a27a401e920bb33976e' , '/navigation/72202b824a384e9a8c11ae6afe2a9d75' , '/navigation/7b182711a1294f69ae2266b5e37b5bc4' , '/navigation/83868e2e81b340bfa067343e71965085' , '/navigation/89d46426d44c4442993d4b524afc59a4' , '/navigation/a16abde2699547c2b823b86c6b48d0d7' , '/navigation/a3025fff20374024b907cddab6c39d43' , '/navigation/d14cb43cbcf245eea471b31b87876e6d' , '/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d' , '/navigation/e5c66ca00fd140229735738d20618e8c' , '/navigation/b613bcea17d94cd68c0f1b01c96a843f' , '/navigation/f65330b5335b43a8ba39baec7d44aa54' , '/navigation/fb3986cb89834cf3a3b42c5a651034a5' , '/navigation/9eb6e1f2d32e4679aa85298c3e2fd678' , '/navigation/a5d30272319c4e6f8577b8f344013d34' , '/navigation/5be3b86f12b94044a39420702328fe79' , '/navigation/e40c020ad4b74db7bc3e2e88c4c27be8' , '/navigation/ab078ca87be74c748a7e971e766ceaf3' , '/navigation/efef8f302349446dac0f0d67631b70cf' , '/navigation/f5e01e9054514b68a8653c5a4f2e5ee1' , '/navigation/e485c99ca374414e851e1bae3f10af8e' , '/navigation/2fb093f95507419987f178312f1a3159' , '/navigation/4823a61385b44ff1acf4e6382ddc6ed4' , '/navigation/a6abb398e64e45f1895b6666ef5c48d1' , '/navigation/00f37e830a0348d09705a9612c8c8cba' , '/navigation/71ca1150915f49e5a1f2fd538909d05a' , '/navigation/1c5e979155a844539448db12fd5ee768' , '/navigation/8880adde82fa414eb680521ec3b57c4a' , '/navigation/edd74ffcfbd44ba9904d355f05d440a6' , '/navigation/29bbfc2eb6d444f08a34e46f60b76e17' , '/navigation/9228dba7d8ff47a897c5e6125f40dae0' , '/navigation/500fe37e8fab4ec686d79803e58a8133' , '/navigation/defbeb767ca44c1b970ab994d662a6a2' , '/navigation/5d1b4c4fdc094289932a615f81db335b' , '/navigation/b3fcd7cc2e684a8b96f82adbb8615f55' , '/navigation/1f6fc0d096e4433f847169a8653f9872' , '/navigation/cdf0a23d5d72433783ef241128a9b070' , '/navigation/273527558c5e4e2cb3168fbfbbf6db0e' , '/navigation/0fc49a5d23ec4742845d4d31898f67f2' , '/navigation/9870b54fef794c4b87791c9dbc9b83b9' , '/navigation/91314c7682154e58a203d7deb3c46e25' , '/navigation/0198a84419397e96ae8527630cef7f63' , '/navigation/019c03b8fcaa72dc9e2c6dd03b04916d' , '/navigation/5fdbefa88b0942d28155aa77fb9d1ef2' , '/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27' , '/navigation/6abcc304f8c84933a719a126f42a6651' , '/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3' , '/navigation/ea2fc00d192244b3b852128b45d74842' , '/navigation/2a5c8fc96ef04011aef499b2fb4faca4' , '/navigation/01971690d7e97455bdb6a13033fc4bea' , '/navigation/01971691bb387f7f8d6fa68ac5bc78b0' , '/navigation/019a7cc2c0ed7c48bfd77766e7197c67' , '/navigation/019841caba81739d847aaec4495335dd' , '/navigation/c760008290d84dbaae3f6f4b83269ddd' , '/navigation/019aea2480627a599fd1d0db6122e224' , '/navigation/0197169587bc7ef2832928391108aef6' , '/navigation/01992f21513c7fca831141b67a0ba2a6' , '/navigation/0199288800f87feaabd6d217f0254df0' , '/navigation/01983b68543b7476b25d1ed5006cd884' , '/navigation/572804a509e74ad58d18d52ef0cfeb3c' , '/navigation/0199772279547efd8f94e76789b316b3' , '/detail/c35cb44d97b945818aa4badc1b75a09b' , '/detail/61f9dbba9cf94f79b7a6711183e1adad' , '/detail/53a6c2b0f4c140239f087b3be99d6214' , '/detail/0198cc6bb5d6706eb589efb6623f5bbe' , '/detail/c02b5c2491064157a0814723455e1b6f' , '/detail/db0d7d9964294fc0a84d9a7098503d71' , '/detail/0ec4b5e3b2c940b0a5f6f670066b4973' , '/detail/d65aeab29e4b44b58eabe5880ed888c7' , '/detail/8bd51843f8da4cb28f699c81745710df' , '/detail/53ccd56205554b5390a1c332a6066a4c' , '/detail/e94c714dd1174c07a03de0e9a1930e71' , '/detail/019a08a9652d43dea42bdb47fa151eba' , '/detail/74d81fcae8c9455d939f99854ad1b37a' , '/detail/20d96bbb533d481ea04b9d4e49ab7052' , '/detail/ca9c0b81264347a894630408aa3962c5' , '/detail/83085583d2c74c21aabf44f458af75ab' , '/detail/7b5b8413e4af440780d41a419a972862' , '/detail/fd58d88554a24cfcac45aaab8edb8944' , '/detail/944e3b9213db4adb8f7f21fb5b50bbca' , '/detail/f2dfa5f595ee445288baaa5bee5569bd' , '/detail/4295ce766a2f410e86031d7ad3c00fc8' , '/detail/abcba9c99428440497b5c713071b2430' , '/detail/63d0253e4c0448ec8b909fec5817c0bc' , '/detail/4a2416c59e1349f98ce1f2974691f1a2' , '/detail/92f3492007f04098897664229a148733' , '/detail/dddd0f583beb464ab768cad55eb60d01' , '/detail/40572f249f21423880935f04bbf3d29f' , '/detail/fb299e76fce243aa8bf54a5e6285a655' , '/detail/91d374c99bc34ae7beae6a9e506318d1' , '/detail/e9467d4a59514abb9c220c0eac2a4efd' , '/detail/a01797397fc74077a9ae6c9d301bfae9' , '/detail/3a2ce757c70746869c1eaedcb4fc9a2a' , '/detail/e977f7820b97441abcfe8fab11eed316' , '/detail/656efef3430d45b1a3f22dc32daf30a5' , '/detail/90746c98bc364bc4ac071000cba52af7' , '/detail/d09a31a17628445e84736e3c7ef33851' , '/detail/b874c82b895c44b09cc94e5c24a77563' , '/detail/1d5c64c874bf4dc69f3febd04faf3364' , '/detail/cd27b8eba772438d9b93a44edabde12d' , '/detail/14ce356c0db543f499c0709591162fb9' , '/detail/2a04967d1cbf4b3a9f5b5883b4e7e7c2' , '/detail/cf9ca6eb4a8f4c1aa51078e31480c385' , '/detail/504d7a029e8043e5935dd10339e998e9' , '/detail/d5676fc0f1f646e599db3a444079aee5' , '/detail/0198cc6b7f147132b2b0b19aebac211e' , '/detail/b8794a4d83584c79ba892a0f5814aeb6' , '/detail/c86c3c9567d24d54934a8937fdd264f5' , '/detail/f989deced84b4f289326c5549f63b236' , '/detail/cdd2eed9e395448a93d21ac5184b9608' , '/detail/b2d045dfefd8447fb20e3d12e6e605bd' , '/detail/f028a866680c4c05848317d1c1e77cec' , '/detail/c88de4d3a41c4185a33338eba4edda2f' , '/detail/e057c3301eff41cb80f4c75504ecf30e' , '/detail/1c3060d8552f48f78e6f4a44be26602c' , '/detail/ba3d6cc68ecd458094a470c377aba7a3' , '/detail/ffd1f0c23d9a4a6791da9bf9bcd6bb73' , '/detail/ccb31eea31424251a9fc28ce43a8f50e' , '/detail/d0ae2f4e166a468c99925a0a6cb05bc9' , '/detail/d5cace4cb0484e41a54d8e5607003c8e' , '/detail/52d96ce20c3e471984a51a891f6b817d' , '/detail/83df3fe2fabd41a983058ad1b9aedbf4' , '/detail/b3b20306c4cd4c38a9d96201661fa19d' , '/detail/0198cc5cf09773c08ec0d20dd4fcd9e7' , '/detail/8f1c43aaec4648c4aae1044afadea236' , '/detail/cf87d9e481a8420491943b5f566c381f' , '/detail/b8c824b84e344a51aaa751b34ea3ade8' , '/detail/5a726a2d9ce249f28851f14fe925a0d4' , '/detail/4e4d45f20929421d8bc1133d32fc6b90' , '/detail/0198cc5e901b70a98a5fbd92548ac6b2' , '/detail/9a08a471d1554e4d98af5aabc1a39495' , '/detail/dc952cdf32d24c109d88b99a84318ac6' , '/detail/8566380e2610463a8dcdb05b25141ae5' , '/detail/49e3d5aa20e64603bba02e3d3b264c96' , '/detail/8785560bc9694947a6b451890e261a6f' , '/detail/f87f7426443e482c86916d1d63e88056' , '/detail/bed2d0fc0b014410a5ef5d664609fc0d' , '/detail/be5a036021484e7c9c2f2446e8f73432' , '/detail/afcc10d5fbf14ecb833795bd082ec0ab' , '/detail/51b303c46242476f81fd06c0083e818d' , '/detail/d532f308d54b45ef99b267bf10c57e9d' , '/detail/8569886d54d848ffb319a42bb2b84624' , '/detail/42e358b9792040f09dd3c26f9a8bb19f' , '/detail/17540e8755d7452db3d1e51d3f2864bd' , '/detail/fd302a1d1703488886268220958ec59d' , '/detail/1e3fe1448c9542bea4bba22554f75e0e' , '/detail/b8fe6ef6a6484429afeeadeb303b5e8c' , '/detail/0198cc6b2d71713db3c35eb594764799' , '/detail/7462e5479ab14432afd61d42b71d6aeb' , '/detail/853793d702254320932e0a825c0e65c9' , '/detail/d838642bcfd2403cb57e35af54a340fb' , '/detail/275294068f554ed984bfbbeea86c7dd0' , '/detail/ed91f7376bd54ae69fcd885bf4d32b21' , '/detail/903b64b4a695470aa3caef90e59b061a' , '/detail/0198cc5daf3d72d6b8ec1ff2bbc3daee' , '/detail/82794ec8142c4bb3aa06990bea889cb7' , '/detail/439a77a8893e431085804085662c10a6' , '/detail/e48eefed14b644a9806a5abcfcd73e7f' , '/detail/50460b56d7b7463c828f3ab4d045d751' , '/detail/711aeb58c0eb4037badd7bf4454538cf' , '/detail/63e71fa4d7104410bf3d2aab96993885' , '/detail/73fb23b48cf54aaeabe2e831be5373d8' , '/detail/d40e51054a8e454cb29b9bcbedf6f65a' , '/detail/8d9787c3834745a8a7f03525de9a9a84' , '/detail/0198cc6b028e72ad9d453934a7dc68d8' , '/detail/b2cfdd9c4984491ea2cf398380fbbf5c' , '/detail/39ff5a00c62943519f2609b434f71777' , '/detail/5ce78f3e525641b2b2490526e0794290' , '/detail/962243ea5d324d1282e88d6d625a1e70' , '/detail/2905eb8f03a54af2b5460506bab1783e' , '/detail/6f9351d6654e416fb08d24fdbe1cac03' , '/detail/ad7ae348dc854efdac7f811ede30b25a' , '/detail/c75d4823573141f8af057dc0e11fe456' , '/detail/416128a4f8774b4aa8ed9a351a18de30' , '/detail/7587b8731fac40a9bc731ae9167a44ca' , '/detail/44bee7c8bf264f12905ce8f20941524a' , '/detail/a16d92237ab9441aab63138b567888ad' , '/detail/8ece3612f7b44fd2bdd16d9c40fef6f3' , '/detail/22134171bcc84df6a55ede542cdf3d38' , '/detail/0fb17958d9654b9c9b30535001c901f9' , '/detail/da9061e2f1ef4c4fa4688c85ae4dd603' , '/detail/268fc412578b406f8945566b61785612' , '/detail/7df70695707044559057ea36a1e018a5' , '/detail/c8ec2e4c062e4021bd7c7166442873f1' , '/detail/98c6688bcb444cbd98c8cd1a636d76de' , '/detail/56d447a6f3104610973efc6a9c905960' , '/detail/845c2851698245d988f548dd8af3898a' , '/detail/f077e3cc9a324774abb6cd51f6a78bee' , '/detail/34322ad0217b4362a1cfa0e6c6172b99' , '/detail/abdc821dfc124f4bb3f103ba037b8a1a' , '/detail/64642ad8dcb04a20801a27bedd3ccfc1' , '/detail/1ab6a299109948dba1d3d50c71840d45' , '/detail/3fcd66fb31b243d496912a25489f0376' , '/detail/b4f81406bb7d4c3e8bf8c45c71108e87' , '/detail/8c2ca16e96074b43ac2494e997313e08' , '/detail/a90319796686407b9795490fbc7029fe' , '/detail/607c9234c5ac4c3b9d8edd13ce102902' , '/detail/5273f25e874942cb82dfadd5b054a179' , '/detail/c2a3573b7a8d4c4f9626afbceb45bf5b' , '/detail/25185da2034a4b4d945a6b8511ff1c02' , '/detail/b7aba5c037fe445bb1c88d6676eb5671' , '/detail/71949c6e2ea14198b17ec1d600f6fbff' , '/detail/74024962c39346f4aa1d015dca8026b8' , '/detail/1ce9046a05bc4ccbb80a62d403323681' , '/detail/0198cc5d41e271b2ab26cc0e57125d65' , '/detail/9841cb38efe945399e3b75d39c3e9bec' , '/detail/5d2136f07ecf4c5f911ab9e4adeb2c94' , '/detail/81081a5a7d8d4092bfa3dd0c76ed717d' , '/detail/4791e56d7cb74e039f451e39e4313a15' , '/detail/a3b1881ad77a4c3bbe650a69601df9fc' , '/detail/378a5be7022a4e57b2c88411c7abb3df' , '/detail/e2e9c43bc19342c2b7bfede713d921f8' , '/detail/f97caa237c294498b3af603eaa8d3363' , '/detail/c702036a9bcf499ba4878fab1225f73d' , '/detail/0198cc69946672dcb6e341697e01bf4a' , '/detail/ecb62fc0347f4456a8be54b3c547ac09' , '/detail/58d62aadec394f14a56cd89542929ce3' , '/detail/82d873a0f6c545a2a8b3bbb660d2465f' , '/detail/b1b9fdee08ff4c7b8a847dd96d95595c' , '/detail/c063d9fa162e4a7f908308c99dd17687' , '/detail/0a331222acd74a0e9e08d7a7c95cf4d1' , '/detail/ef6f6ade8577455eba73e19a367dc8b5' , '/detail/79632a2eedc249f7aadc9f0a3a5a4180' , '/detail/73a798034b6545e5bea76edc19c9bdbd' , '/detail/a0ea93caed694b4e996c471c18ca245d' , '/detail/1f5b4c511c8f44ff8165aeeb43533943' , '/detail/804d263d5f2d4ec0b2d5ce795e3ec534' , '/detail/545edac6568845e6aa01c5d5328026c2' , '/detail/bfcd7d83e3824f00ba86a7bf80940c88' , '/detail/271e00996e0d46e2b60cab0cc352f774' , '/detail/6dbd105e5c9241128bee5dce90fae36f' , '/detail/0217734ea93e4162acff209d83b739fb' , '/detail/55db626078624359ba213fb9b1349af2' , '/detail/3410b846409243ba8f817be282cb5a55' , '/detail/4595dd600b804cb086640be835ee6351' , '/detail/e4f316f16a274836a75bffa0cc54bbc7' , '/detail/6d946caee54a4c6ba588e29ae9c4adcb' , '/detail/331888df6b9447cf803f6bca8a111b63' , '/detail/c6df0b298d2c4b4eb24694942299ad52' , '/detail/4f60ada1c2a24bf1a5d61cf22b816bd0' , '/detail/dc883923abcf4cfaa6b0644820009ebb' , '/detail/0198cc5dedbf736f8498c014ba391dd4' , '/detail/e34f8a97fb30448db110740d4dc45b09' , '/detail/bd964333bd904e599616c2db42751180' , '/detail/0198cc6aa8ea71c0bd19fea37a402d21' , '/detail/d1eeeeb7f2ba4fe7a9f9b2360d5e47d6' , '/detail/6a074b59dd38478f88f38593a989d76a' , '/detail/f103d167effb46bea5ffc3be437b6af1' , '/detail/ea507708620b474b8ac1945ff1bfd4de' , '/detail/c2f46f2fc6304b89b6a26b3131dd7c90' , '/detail/64c716fb13374fc5b87c1723ff5c37f1' , '/detail/9c84b446f04c4cdaa2eb6adec397a751' , '/detail/0b1b995c25c04b6eb26c1c8af129ddf6' , '/detail/0198cc5ed61b737abf98df2318e02c36' , '/detail/2fdf6b2d4c8140d48edd0401184828be' , '/detail/c4e218aae3d04964bd6d64a875ee421f' , '/detail/ae1fb46290fd43ea8d7b3c4b73e072db' , '/detail/2cc2d393b6bd47bfb57d72a52983f662' , '/detail/deee243e7e1c47aa84da8a918b6b53c8' , '/detail/e12095ab0f044138985c335e2be04ace' , '/detail/72cfd1064dec4b82af7a258488413a58' , '/detail/9d70cd3f428b47988444067bef2feb14' , '/detail/52b7b31a3bef417eb75af8b85bec7f33' , '/detail/da4dca725bd446d8a39629ba6ae40a5c' , '/detail/c9eaf8e60420463486d7655c0a51de1d' , '/detail/27b0e1194d194d10897df67a6e0300ae' , '/detail/db9bd1413cef4f12b524bc5f99e4bc45' , '/detail/837b7ecea3984613a22202c243995184' , '/detail/da9cba7c3bcd4961941a3a23eb2ce26e' , '/detail/c73584c0ba21456a96e91f0dc162d207' , '/detail/ae8ed899f67b4a64b8097eb389bd2608' , '/detail/349a6d7631a84c81aebbb7d810818529' , '/detail/cb1edefefcc341a287e7af4d3325e975' , '/detail/5bb4fa7eab2a4c949a02086b8106e8e7' , '/detail/95511a5184d04b928cc5930656bcf18f' , '/detail/861afd019f3e4f919da205741f9195c7' , '/detail/f90217fb98d64a869744e4e09ac05bc0' , '/detail/7da386df3bc34c33a1c21dff2985f647' , '/detail/7d0912fcabb54cb780653b416c44caec' , '/detail/7c431847b2ac46a7a123c7cb431ecd93' , '/detail/ae3dbfc834094eee98417b3445d0d66d' , '/detail/0f01a3413914486d85103982b814090c' , '/detail/6d7c8d2bd92e4640b2571acf8cf7f8f9' , '/detail/e4be3af00287447681800fbc58fd2bad' , '/detail/b69c416d9400423ba0d644da2818f410' , '/detail/0198cc6a6e8271c78c4243b235e09288' , '/detail/b86222761d59446796e71081fafa78d5' , '/detail/a1c07a3f40db490ea27a1444240033b0' , '/detail/a70b0a7b8d3442579a8fa4c3c374d233' , '/detail/ba164df884ce48eb92e8fe92fd226146' , '/detail/b6f665c210fd4b9b9848e5b33dd37727' , '/detail/30cd49853f0c4d3b9fdadd3d4b3661eb' , '/detail/c3f7f4be2cc74590a02873567380d6d3' , '/detail/dc5d00d7416c4d2a8b908e16e91b6d1e' , '/detail/b6834b9bfd4a4f8f8ae1755b9b11c6b1' , '/detail/73e3a993d78c45bcac56957694e3dc61' , '/detail/682a3de9a2534e51a494650f0d1b189f' , '/detail/7a95221257854c32ab7e41c7062d892e' , '/detail/78d558eb2fa6428ebc6837547f2cecb3' , '/detail/ab845fe1fd8047f8ade92cc8be8e8c03' , '/detail/6d759189c4a14728927a26b23acf20f9' , '/detail/e05e1560f9a5436c9a8f18aefc1f193e' , '/detail/a38759e09d8648ddbf06c1b9a0499340' , '/detail/7e532763a80a4f05adb8da0043d5f597' , '/detail/0198cc6a3014725288da9519cffcbdf9' , '/detail/e24c89c1b0f6408591d704097848c877' , '/detail/209c40b7b0e7417b8605840ffc63fcc6' , '/detail/0198cc5f36bf73dbbe059457768f9d58' , '/detail/4a405a49eb5f46f78af46f96ae0f3b8f' , '/detail/439a16f4359440db9c08b9807eb33d2d' , '/detail/2efae3acb5214167a91d5964473b6b7b' , '/detail/0198cc5e7148714cb32e7d48e67995d4' , '/detail/1ea1df93398741b19551b8656dc6c74c' , '/detail/3149eff74de640b985925942cea011b5' , '/detail/d84e73dc873c4386bd111e655cad11ce' , '/detail/afebae725afa4b2b91eef655649a543d' , '/detail/65a39c42091646bbae017d52cff3b801' , '/detail/ddf81cb1925c49aabebdd69584017c9e' , '/detail/2115e1dc4f404d9bb65004ef22ce2ff9' , '/detail/4a2fb993d2114b938da5515c4620dbaf' , '/detail/6d2f3a4bc5cc4d42b1991533a98c93c0' , '/detail/c0cb14a9f82a44f38bc093a3362e09f0' , '/detail/ddc890050017413ab17f7452d67bb700' , '/detail/62dcd7185ba04b12803dc317f4327444' , '/detail/caf0d1a8a04e420e98a0468382f869a0' , '/detail/b7fe95c53ff24ddc8321bf596a086e3d' , '/detail/094062d5a06b4f258c793771a85e6d0e' , '/detail/8bea4ea004d8402dab1812f89a097fb9' , '/detail/ec7394c67ed249dab06f9cc44c9a2b09' , '/detail/62e31e0187ce4a7582577790e2481b2e' , '/detail/68e629574e5a4026b1b10bc9e48d4b1d' , '/detail/7407da3b8ee74616bfa7504ee4f7b484' , '/detail/631c51ac157149658bca259a759c853c' , '/detail/0e9a3fbff7044f44bdcd0f8044616838' , '/detail/f2b54279554649ec9fae8154f799e7b1' , '/detail/5c33aecb111b4514bfc1ea972cef897d' , '/detail/9bba97d60f4c447fa1452eb6e1da9a76' , '/detail/7f7401d272ea4ef7b5f5c747c69958d6' , '/detail/4ac3ae2c78bb4911877b1e75af22cfa0' , '/detail/240d06faf95e47bba7fda53ca0e394fe' , '/detail/e277c27a74f24d74966b90a8b22be104' , '/detail/c0cf79c9c89a48ef9f9a6e7bb346f53c' , '/detail/fbf48885af454151b05ef13af1a59b7e' , '/detail/1431a16e809d4c4da962d86c9b8d7fe3' , '/detail/9a10cbdb98f441b6ab4b95a14b1de64e' , '/detail/ec07675f237c4b6f88375f669f40c416' , '/detail/9e4d8ba0bc854c0f83401a6f1c653e82' , '/detail/13ead2a0af694b03bc746c277b3dc3c3' , '/detail/565230d5130546278cf3e59382d9c73c' , '/detail/3bb2b3a603d54675a1a749c3fcffc8c7' , '/detail/b01a3b19eadc42198df31ca1f117bc4c' , '/detail/55c375db204d4b8da285d1a44852dcfc' , '/detail/f489d6f3fe674fa8821178b8a8bff4c7' , '/detail/c748ea768366437cb2944218f422b5c6' , '/detail/c6add2c226dc49c28ed322602d6710e0' , '/detail/3ba365d53c4948e7bdd36b004bb3225a' , '/detail/a49e2c96d51e452a9c826326d0e7a35b' , '/detail/8386c89cada2400e9d3058c3e6c9c049' , '/detail/ce9d3f65442348a291d3ea1866260111' , '/detail/7cd50ee1670c4eae902c5bc838e1ecba' , '/detail/47bc81469e414437bf4e17eb65a9dc3f' , '/detail/4459b94bd6bf407a967f90d12f091c2b' , '/detail/9d86050731fa43209d2f20209835e424' , '/detail/32b9534f777f4d78aa54e6fcbe704792' , '/detail/cc3a6c37198b4653b8a6ec370130b625' , '/detail/16cee3ccd79b42a59dc5de8d4c242f35' , '/detail/d71dcca83fbd403ab43287b83f2c819c' , '/detail/595385791fcd4762bf22509a343ce5db' , '/detail/af6dbe923fe54ed3a4a8bd078210f6f9' , '/detail/ed292bd913954da894408a2a4f1ba262' , '/detail/a82938812529460196aaea9c4040dbd2' , '/detail/436a5b71a1d24ad2827d0b4831032082' , '/detail/8e7acf4d31b24bb389ef016a81b1d04b' , '/detail/23679a8704c0436bb1b0fa5aac717163' , '/detail/8ebf1e333e104c24a16c8b825566fc2c' , '/detail/80dfab55380844c4a9bb1149a9dce446' , '/detail/cdf27ebd62244782aaf73853a6371f20' , '/detail/4638b379ea2446f9a8e280020c65e763' , '/detail/93fa3fba27e84c909866fdc267717208' , '/detail/cffd568823ba4fc0b5d0cebdd1ce4c51' , '/detail/7b1cd1e8d51d4e59a73d04942aff8f22' , '/detail/97fe1c5c07184faa83ff24a3024e088c' , '/detail/747c60779f4d4da5b94d9a1491009880' , '/detail/cb7842846bc04fefb886d3d994bd3919' , '/detail/462bcf8ae2ab4a019aa6ebe4744bc9c2' , '/detail/0fdad15ca2c24dea8ebc793c4bd6a7ed' , '/detail/f14cc551ef044c6a90a80453db2e4ae4' , '/detail/b6a7c0058b4a449ea7ddcc08cd0f301c' , '/detail/5404693c697d485485de7de7e1ef2c01' , '/detail/d111a4ed259949168d6de0efc59a7d22' , '/detail/207d32d2b7ca46318418dc5bc53cd150' , '/detail/86af7236f6cc4f90bd1635f05f17354f' , '/detail/f3411554c89d46728137d0c5a86f7878' , '/detail/e146914ccc0448eba1744b3c905a10d7' , '/detail/f164459a28dd40ccaf354de04a184554' , '/detail/c0df34c6367e4ab6b4e41c6b27e452c1' , '/detail/52441a8e191748ee96d0492c2fd7fd51' , '/detail/bed1331d6eb242abbf04b63630c8c4d2' , '/detail/e8c8c3fd9105421b81a59afc0ae3109a' , '/detail/fcf601eb43374a5ba5bb0d1d0e4c81a4' , '/detail/0198cc5dce75731c8a726b96ef07b9d8' , '/detail/4ab731a1be664130bfa5bef7b4057a73' , '/detail/98abbb4cf2134a918f666da5a2e96fe4' , '/detail/d3624f353e4b451da71497342e37f597' , '/detail/fb46804470654a8596c47f0a2c40179b' , '/detail/efe06e34b5924ba6aa5ceb36fe07dff1' , '/detail/889c3f1529e94cdf946d121c03e33e63' , '/detail/42557cd0550b42e387fc2cc53b9efc2e' , '/detail/4772ed5f211c46e3b858336a692fbcce' , '/detail/b445efb7f118478599e42455eedfc436' , '/detail/486a6b11fecc4c3fba270b88658e177b' , '/detail/310311ddb9f24c3dbb8391399f34d1c6' , '/detail/315ccd70ccc14045971524537c9affb9' , '/detail/0f2bc509943f425f88602389a7eceb65' , '/detail/30fe6da74e644fca9dafdcec94fef63d' , '/detail/98873d2c50454dfdbbe6f901dc8b8690' , '/detail/d0113785d82548c5bb57686200f85125' , '/detail/574372388cee4f2781f6c8ed30644d1a' , '/detail/dd53462fd3d3462a93f2e4a1a3547e6d' , '/detail/2d862d31edde44c9867817a333b64a18' , '/detail/72fe7c5125414792b1c52f53f90699c8' , '/detail/d6d17618acae4dba9cb128ac2706af16' , '/detail/b26fd0510d574ee7b0c9591c98d9c61d' , '/detail/c79eae580f1e49b6a3105ea7bedb85ab' , '/detail/ec48344756b64dc8895ca0f39cc9afd1' , '/detail/531f2bb32991464ea5479343f2d9e577' , '/detail/79473e66fb7e47e59446ebe69fce70f5' , '/detail/d85d5017002b4b0eb6ba7cf4d199ee55' , '/detail/0198cc696df771cabac7b15688f73699' , '/detail/8050cddf7ad24df68fb01d40a02ca55d' , '/detail/1ffa59e417c44abd8c403b421cd27872' , '/detail/2bb38224e14e40ad9a1fbe12c7969e0e' , '/detail/fb27462615b64401b36b3ae0c4709ebf' , '/detail/5422f85ed4414f27a8874d9fe97fab22' , '/detail/470e894ed6ce4d7387a3e5b6f6cb9308' , '/detail/6c72832ad69f468ea5a04c8f470a897e' , '/detail/d8b824abca80447087edc9c65be9daa3' , '/detail/ca36208d282346b3a697a10104c5bc51' , '/detail/effe7e6118b84e3c9a25cbdfe2903be8' , '/detail/94a2b191ea5343e09ceecd0b5bf5442f' , '/detail/e8dfc7d9cbcb4768965c76a92d98d2d9' , '/detail/5b492eee32624e18a10ae00710171a51' , '/detail/3dda150f78bb400a90cbc7cbd15eba35' , '/detail/2021ed3b275149c2a7bbcebcea3e3e51' , '/detail/5ed5a77d39844b4783c6f4fa50b7d0f9' , '/detail/f7275334a23a4b5b86033b6d17ebf19f' , '/detail/5870801535e54876a6a694c03b2c643b' , '/detail/4d319b5273e04263b4f7261231b6ebe5' , '/detail/8cda064c1b2c4b92ad8acb3b9304a660' , '/detail/aa0633837d8044d2968e25cf48b70685' , '/detail/7604073c50704eff91c818a6dd0efd4f' , '/detail/64234ac24dd0480491f83700fe837ddb' , '/detail/1c5da60806ca4b2b90c57aed8c764e68' , '/detail/fa71c118f9ad4bd484f6b3a33163d138' , '/detail/8cd1ffadea924f1c8ee1b39abb8430d3' , '/detail/b75a51b5075e495f8d4f31e043346928' , '/detail/e47d04e31b3d4a47bf25d0f5f545ba12' , '/detail/9093355131a04551a98dfb26da992848' , '/detail/ec87571f6fa4427b9a981ffe261a279d' , '/detail/c1c2d28f30304f86b4b1307fc726ed47' , '/detail/1966c48883004ff79a2e78d4789d63ee' , '/detail/30517dbfb2b54d7395d6a70ff90e7e8d' , '/detail/6d8dd0ad10704c33bb6a0953d63248dd' , '/detail/92d7f2ddea3a4703899d75f43cd17f05' , '/detail/c4de8a193f394ff6b5244e01bbb713b8' , '/detail/806c9dd1d06f49f1b144ea80165e960d' , '/detail/c330f8bc4a8b4a8f99a50e140637f1ec' , '/detail/4565e2509797459ca8f79fed8b816d5f' , '/detail/904066013a1048299eca7a3aa4badc8f' , '/detail/66d5d6b400914b72aed99d6092b70031' , '/detail/c3309e1a37934376b8fd8f0eab389e12' , '/detail/f3299586da83433fa100f10626713df9' , '/detail/092d2c7b29524716af65fedfa8cee6ee' , '/detail/e0c4c4ecb8fd4f7ab8b09313c21bf444' , '/detail/4e45326e80244b48a83d81a7a7db1012' , '/detail/d618992a7d634a48a3f42bd47cb67f91' , '/detail/0198cc693309723eacd46059d041e307' , '/detail/ecb46f56756043f9960090266c6111dc' , '/detail/faa80431ea3e48d69a38d6799a8fce89' , '/detail/16400ae79e864569a9dc816362db8dc8' , '/detail/a51da365ca21496191a003f88438a996' , '/detail/8213b54eb6be405cbe81367c216404d7' , '/detail/2ec3a10886154bc4a98888ef5de27c01' , '/detail/a136b29bbc7445698fab1fa6a71e1578' , '/detail/72a8827243414947a808eca0e500d239' , '/detail/b4f8ad5aaba14d52987da89603d9adfe' , '/detail/f474bedea62d4a53b963998157005ff3' , '/detail/0198cc5d6d137308a5fa90fa35f776ff' , '/detail/1f079c55774749418594c72abeccd336' , '/detail/e4c8553de55549de84ef239241c111b6' , '/detail/3ddda00cc5284c32baab378964051add' , '/detail/c5bc52851db7466a87facec1a4a4cf9c' , '/detail/30ec051ecc9144eab17a9fccc41a19ce' , '/detail/60abde5a90cc44e2bb928d1745c72ae0' , '/detail/979a192bf30446f49f4c4b638b3417f9' , '/detail/e4f9a7846b8a4b8a89e86be3ae854ac4' , '/detail/95788781c1894e5ebec7d316a90e728e' , '/detail/1a97efb5769a4afc80dee626476bfb3e' , '/detail/7fee8b25719f4cf9b28d5c7e4fe14c81' , '/detail/dfd4011fbe3d4e328d6597636da5bb93' , '/detail/547dd6c7c4804374a8ea09705d2d6d29' , '/detail/cd9a09a12e474bb78a0bd8172eb39eca' , '/detail/af773ae6214b4121b82455a673cba897' , '/detail/f26ed72a78224e039e3c803b0fd76400' , '/detail/9eaacaa0a47942198afe1bb4b4771535' , '/detail/eccad13460e145efac593871b791abd2' , '/detail/2ec5267d10f848cc9b01c64e6576894a' , '/detail/a0825b70e375434096b4d350ee1b5769' , '/detail/a6b68354d89b4a9eb857e0b3213f6ce7' , '/detail/b5aa285f670f42849980d598ada23ef7' , '/detail/41621eefe91c41ef81ce2c209d85a388' , '/detail/d0f06e053b44458dbb2a0cf006e23683' , '/detail/62b5131476704746abf212a188f25c13' , '/detail/63524fbf43174f53b4aa1c7d60b2661e' , '/detail/23804ee3290448aaabd125cb63cd9fec' , '/detail/ad8b04d5ae6e480fa06caf45282e1a13' , '/detail/47b92494b56e477d9f6f8b33e553ffb4' , '/detail/9fb345e9109145d5bf6fecc71fb12180' , '/detail/b93ca20f782244809e4109233be785be' , '/detail/68d5314d01024b3b86c0fed97b8e4971' , '/detail/6f9788e079604257aa0415037038a0fd' , '/detail/21d1bf09288c40bfbec56a3ba45220af' , '/detail/52cf5741107448d29d3be870f8a311bb' , '/detail/0198cc68f8a570c0ab5634cd9241c579' , '/detail/11eee5926ff645dba7f49f4c394e51d4' , '/detail/277c1ca3ac12482ab7e9fecd573040b6' , '/detail/7f575898cca44b77846d351643c356ec' , '/detail/9dc8b1cef16e48b1b369c66f3f079f0b' , '/detail/adb037322bee43e9bfbdaa19c04ceb0f' , '/detail/dbd660f43048485eaa18f15ba70e2daa' , '/detail/cf85821eedcb4e65b5882ee55daf5781' , '/detail/2fc7f6baf63e4fc28659c259098a1c9a' , '/detail/0198cc5f90ad7111b283e66216d0f253' , '/detail/0198cc68cdd47319b07766ff38c5abc5' , '/detail/e63aa16a244041a5b6312f69dbf73e77' , '/detail/cfef3b0b7d9248c994f0d80d82fd6226' , '/detail/457441df0697420aacd2a8822cc9787c' , '/detail/d6a2d5d8f19b482b8b6126678687995c' , '/detail/0198cc689b6b7352a33c4f306f5e2fc4' , '/detail/656e774ba7b143c59a5097cebddcb0a7' , '/detail/31005dd2b74a410a9b0586efcba4b6bb' , '/detail/6d9714c4daf14e40b209c42bb455c6a5' , '/detail/a2f08c8cbbef44e39b57e0e0fe86d881' , '/detail/40e5aba8ec1f4d3eba60a57d0686ee42' , '/detail/4050b387c2b245118fbd742f3a60cf12' , '/detail/388033cd3aeb4f7cbcb48a3bad57bc43' , '/detail/c5ade040a70d4f22b34caedc3d93c441' , '/detail/b69c189b29b14092a20f2a1166b95d0b' , '/detail/e7185f063e81404a97ffb7aec5ded5c7' , '/detail/4c724c7383c64f76a3cfdd4afca227ca' , '/detail/27ca355fa1134be9a8844e6abbfebbee' , '/detail/5aab08894a0f4b5a80ecf031bd2bde03' , '/detail/3dac7d9e55bb468cbbc72ab008443cbf' , '/detail/ed7a52c34fd54e27aec1c2a4fc3794a6' , '/detail/ab809f3135914f09b080a55ef7585888' , '/detail/0581b1a7ed82414484eb48ea555b3f18' , '/detail/b5e7bc5a11674771937219faa177eb50' , '/detail/526a2e9ef8174e219b0095559127df2b' , '/detail/609ba8d52a144632ae911c986394fe6b' , '/detail/aa2cff4f43ea45b8af20d545ea6e188a' , '/detail/a2c5e8d8d0a54abb8c3475fb1f2f1c6b' , '/detail/a7b05ff5057a4d4c876e6ca794b7fa08' , '/detail/51dadd0548404ae780b7fc019a1054a8' , '/detail/387d3840d338476a83d5c4f2dde4b35b' , '/detail/52af8ad28b1c4ee6a0e10470e4de88b4' , '/detail/d034064cfa704468bc2c2d7035e2b0f7' , '/detail/cf85813f532e4972ac69189b9516a94f' , '/detail/83bb33285d6b4232ba9f07752d952c23' , '/detail/7aacde62af754cd29458779f9d9f3bcc' , '/detail/cc712b05d84040f5b6bf4ede47807855' , '/detail/3c45fb04744f46a0b0215b0ff5110bc8' , '/detail/15e00533a5f84a22b3558a03a0745e32' , '/detail/52ef00472fb143d9a886dc926d0fb9a9' , '/detail/2722e11330be4aedb3d7c10de31c0b84' , '/detail/13240e7d85b3475ebdc20a465a4b52e3' , '/detail/23b5cb1eba8a43adb7d5fa82b6c1ab09' , '/detail/473070ce351f42b8971a6ef3f1ca15a8' , '/detail/5b582bb76c044b69b548da51a3c47aa3' , '/detail/4fbf7d7c8d13488e947d1e92b1bea87c' , '/detail/0198cc6ae73573d083ddea13eae37bc1' , '/detail/be57b85860a84d41a778c879770b7984' , '/detail/9c7d98d6eca043d1944fdceb07cf84de' , '/detail/3afa423cb5f641f9a9a961b3d8bcf0c3' , '/detail/56c8ce10adeb4f28af64dcff620846a9' , '/detail/5976a65551cd4b469e5ebc80559d0b58' , '/detail/22f3d427f19048139d0030bb9abb309e' , '/detail/407e933a965745a2b1184a38e94d6f9c' , '/detail/29a90c4990964db9b7e96a03a5e7e28b' , '/detail/7f5dff18e0c14e8f8daf9f098c2858c7' , '/detail/380181e6bbd4494db9c480e74da0fb84' , '/detail/a6bdd777717742cbb24910f2445e005b' , '/detail/763d792a5dcb414fada4732cf4706ee1' , '/detail/569ab0fb3a9d4213a62ec9c3d031de1e' , '/detail/833d8af3488e467481eb4c9d5345d177' , '/detail/419df2a418494fd5938943fbd214d92b' , '/detail/f7b35e4c09c448ffa61893aea8050ead' , '/detail/da93f47604f64a8db09d293a26096ad8' , '/detail/f2381065e4a14b9d97b8d6e5ef76bb58' , '/detail/1358220d13d241608290ae0d114b5b5a' , '/detail/7e5c164966564de28fe1ae7e8e113089' , '/detail/7cfce24a92bb4030a97e8a352980a505' , '/detail/f544ff0a399b4bb7ab0c72030bf4b0ed' , '/detail/ee154084e98143c79203bd82c717fe9c' , '/detail/050710c300cc47718d8c7599b5c46c10' , '/detail/cc3c9265c1004c118f3b0edcb8be30d0' , '/detail/ffc6d6b369a84dfdbf7d1b9350917575' , '/detail/11115a768a1a4896a53d74299d4ab281' , '/detail/3130c130f70943eb93ba6a55d8d60166' , '/detail/41658677cc804d89bc680df5b519c142' , '/detail/8dc8c8948fef421883507ec57ba51377' , '/detail/c7a110b7acb64349b162152ecafae903' , '/detail/d55f4ceeab2c465da83204d5e062e157' , '/detail/06b1592c585747cfaeac1a00d3f39b43' , '/detail/c3fd22dec65a42ffa3373eb5e2d88d43' , '/detail/8489cd6cb7cc483aa640a3ae165670fe' , '/detail/ca38202954a4447b8df8ac2bd3709ca7' , '/detail/5939695ea3124cae813162508ba1f4cc' , '/detail/85da08719e454ce18f73264271862968' , '/detail/8da7a25f9351468d9eb15f01d3d11b24' , '/detail/31c03c576def4f12bcff973c398e8a69' , '/detail/ba4c016ba9064afe97ef3bd42079a728' , '/detail/87309abc6eb8424b90560a9b9a9cd054' , '/detail/0f7348dfbcce493ebeecaa52dce6e7e7' , '/detail/c508195e023b46a588de25236cd85dad' , '/detail/6959ff4fae9841e9b9286061a2cec5c9' , '/detail/f3026127da8742fead8e7f1fdb7f65ec' , '/detail/47543f09a62a4e449cd405683b10ecc7' , '/detail/89839aaa7d03407999e48b093e75a731' , '/detail/74608546c70942319bc629eff18754ba' , '/detail/741448b5b442448c86bc1967ddfeb736' , '/detail/c5281722dd3b4b5e96557b54b0099e2f' , '/detail/a1535ed5597f45ff89a21f4b6c4c5b87' , '/detail/e395e053308a48ce8782eadd4a5c0d1e' , '/detail/0198cc684e03713f9a3ae03d292f3575' , '/detail/5204980e477d433cad96085eba9db7cb' , '/detail/aeb365bcfb61417aabbbafbc5dc0fb71' , '/detail/fe783e0b554c4b549dad61e3683eb396' , '/detail/bfee081e308a467d90f51a6b163ee61a' , '/detail/2db2e6b2de154769b2ca3468ea2ea144' , '/detail/e47db1dd17154232b1c37346b2366ad1' , '/detail/0198cc5d170a70b39dab959fedfb5ce9' , '/detail/fdc35788d8614fe4b4abe3487433182b' , '/detail/5b57cd0276e44f5d92ee2e3b3011dc50' , '/detail/97313ad97c20496fb2afd0c0b79df372' , '/detail/8fe918bf3fe54ac99464df621b9c1e2f' , '/detail/51513b451d4346aa94b8bfd20918dee4' , '/detail/707ace20d7e2424aac35df006e9debca' , '/detail/2d6d520171f24729bdbc079bf5040da7' , '/detail/6dca45234cc2442b90d4857bf3745fdd' , '/detail/cc816dd328f2425da121add31ef87145' , '/detail/847964a022c34c3fb1f71177a6fd0a42' , '/detail/49e482a3921440a294c59b3e2cf123ef' , '/detail/9eacd972f61b4b44a8ef9deb57af8be2' , '/detail/67a4f09ec10d49d4b392fc785c358e47' , '/detail/06e47f91cacd498e8b97f8c5aba9713f' , '/detail/ccd9066175b04394928dd9724466b232' , '/detail/b98156e018a74acbbaf0f1d602cd89b6' , '/detail/1fed0cab3faa4b8695f59173e08be362' , '/detail/b1ee1b8a5c4c4c018f51202148a00583' , '/detail/22104588981d44efad512ddce842b702' , '/detail/d9ad9bc07d9448f0b0b59e95bcc67d89' , '/detail/fb88c0796aee4b11b3f28e8f5fe6fd8c' , '/detail/3bcf5590121f4e67bc81bce9a695dcaf' , '/detail/cc4aad47be664cca85d59d0d3e04c370' , '/detail/253d397996164b0dbd7ee73b4b0043b3' , '/detail/273b0f09e8204e35b91078c37c6d9d87' , '/detail/062d13cc787348868e2680d96a86bd92' , '/detail/efa73e383363430c99521951b9880b0b' , '/detail/27cc92a4506042aa83fac90390f228b4' , '/detail/e99f1a41956a4f5e8628b678e398e41a' , '/detail/90e1c8da1b1e4a62a3dd3c24aa302ba2' , '/detail/734792f4f5c645919d0e00ad62e0a5ac' , '/detail/4af5313c097844cabc8cade116493d04' , '/detail/7c6f17798a754c749f038bb588490847' , '/detail/b35482055ff64614a72d8e6b4435a79a' , '/detail/ed47cc2ee9c7455599107775b9185b71' , '/detail/be47d99ee46d4e159ddbce9cf878eacf' , '/detail/8c2481e41a8344b881669094eb365491' , '/detail/0647dc33b8154413bad2c9d3a2084bb8' , '/detail/5fb347f6832c4aea85dd26fb2819f3b9' , '/detail/cff1c518b0284aafa7984a833961651a' , '/detail/95011edad50a4bfe904e2ff01be1ab11' , '/detail/fadaba2376494b08bdc511421b6a311a' , '/detail/e9dc974193e947cebe057b7a3219d2e4' , '/detail/ff47575010874dd6b0d222de992a55db' , '/detail/f4c646a34a7047be9f567ef37e0071c5' , '/detail/4aa1d3295d2945caa5cdcb4118996401' , '/detail/dae677519f5f47d2ab6fe3e085036063' , '/detail/a057e1f624ce47398f8830f46d6dfb30' , '/detail/5d22a0bec8634139bbe89a12fe66b022' , '/detail/c5fc0999f6c34be3be06b6ad4ba126e8' , '/detail/e87398717cc4404a91dd72a1ca1bea4b' , '/detail/53f45b9ec5ac45debfa99dba4f3df21d' , '/detail/0198cc680ee972e2bc65fb42888a14ba' , '/detail/a83fd9a654a9477fa8ba1f5e19cb7828' , '/detail/8df3c243b65241c78bcb534b6025f147' , '/detail/89c7c39b12ef4800af0649b3a826a1c2' , '/detail/ddb799f5b74c4c98ab8694f9d23d0073' , '/detail/0198cc682e0972f5b7eedd4db2e44e22' , '/detail/0198cc70ed8671cfb0150a9f19eba190' , '/detail/bdfac1517f8048668f6ef9f535572b9e' , '/detail/00a01c299ef74da5bcf5b5ebc7834a06' , '/detail/5d22d59ce064476a89112cbf924157b7' , '/detail/8a0834417c324b28a7f87fc3d2502016' , '/detail/72947c0213214597b5339601402088ff' , '/detail/f308d25ab72d401a90661f497135736e' , '/detail/406b6821eb634f1c8d8917a016d97019' , '/detail/a4bed51c41434299817a48acc8861251' , '/detail/73dab52576444267987e94f9f7103667' , '/detail/87c49414b0a541948a27bb8e857724b8' , '/detail/2a41ec16eb304af5b52103615066fe91' , '/detail/6f93c260dd3f478ea9e1513be9e04d89' , '/detail/0198cc674f767345b4f60e77d83b00a9' , '/detail/0198cc6d21b27332ab9e350c390d58e7' , '/detail/1fa234576b7b4eb694a0f31d10abd6ba' , '/detail/68c8c7034e60447aa8749eb8bf86f294' , '/detail/d6d86c51ebd643bca90b0e65096af1cd' , '/detail/5da5ec9bf2ef43ea924485c59d4ab67a' , '/detail/5979c425bdc041dc9d5a1addd50ca999' , '/detail/3b96c8feab0c41cda83151d9062cea84' , '/detail/8df4573b4f3043328fdf4b8ee6c0a1a2' , '/detail/d57f92a7bb7147a2899aa10333e95942' , '/detail/b4b64acc90c6411482fd9db6c8f96f49' , '/detail/cc0b9d31db3c49f0aeceadba1584b210' , '/detail/d48120e751684de39aaf6e0288fe60ee' , '/detail/103eda8dc91c4e488343d49116cd82c9' , '/detail/484e0c21b86b4f4b8052439585b7d6cc' , '/detail/5204f642383848ecbbed7996e93530f3' , '/detail/7e056788ef0a45058d3cf97da16c6e34' , '/detail/fcf13f0bedcc4acba1fbd449576256dc' , '/detail/2d95b59535ad489c819fddd8eff75a1e' , '/detail/e2f150f06dc34e42993e7cf6048a4556' , '/detail/ff5738de6f444983939780ca7929cd68' , '/detail/ce8c0c19b0df40d9bae99120df6c7ccb' , '/detail/9b878e70dd9d4fb38496e8d5adf5ca8a' , '/detail/76b7abe8a51e421da1d8e557b84c7ce8' , '/detail/13ef8873a3df4e74aa4e34a18839cc61' , '/detail/caab55990b6541cf96d4d0e23bae47ba' , '/detail/ec909e866cd443c09a61ac5437dd199a' , '/detail/3104212a9f044523a58f74ead66866e8' , '/detail/11e82f3879f146199c413df3478fc820' , '/detail/1778ab2716bd45b29f775bd00b0c30ac' , '/detail/817655206b99448cbd68b3302a622981' , '/detail/6bad9179eade49c1bb1205984475f53c' , '/detail/0c54bc7beb2e476ca132a401f01a6d38' , '/detail/97cc482cf3ff4c4cbd5618ca026ad75e' , '/detail/34327be5dbb44895945339588a43b466' , '/detail/b2d7ee3218d14bdf822965986695d098' , '/detail/ee8a73bd159f4e2fbe00a5dc96158e7d' , '/detail/c4db30af03e348968d5d2b39210a65a7' , '/detail/ee1b99277fc14c329f7a874cbccfe167' , '/detail/dedd8bd364c14c2bbd27d0ade6534a9c' , '/detail/b191585d57ff41c7b510065aa4ca4675' , '/detail/72514b1532b64f73a9fbf47baf255ab4' , '/detail/e08d5535bd5b4ca593ae61b710b78113' , '/detail/adb42016585941a3982efe96f98dc6e9' , '/detail/3f8f4be9e4754a168682364f9057b965' , '/detail/59608f2a9397440d84d61efbeea45669' , '/detail/2b13ecfbd21e40308dfebe90637aa9ec' , '/detail/3c7756188485458592d8fc305c4fe7d3' , '/detail/4aecc640c177477ca8d0f2e2f0bbe255' , '/detail/95d06322efe8470bbe34cb40d98ff8a0' , '/detail/6bb1e50aa6f245489d68dd516e7b0070' , '/detail/3876768531e14776bab81c7e49e63625' , '/detail/f4f6f810c6b24cd89fb0237e72fdc361' , '/detail/48623f74242e4556835be8fb7ea8e971' , '/detail/21a6d9f7c4da4ce2aa5182daa140479d' , '/detail/36745af7b97240989f7baac0fb9ba9e0' , '/detail/74da80176af94a41a1e564585fd5d4b6' , '/detail/0381562c1f7d4f26be6a922e3f7c7cec' , '/detail/0fcd4135a9e846b49cf849be143569ba' , '/detail/3a0a89dd653e4c438162d400fe4450e6' , '/detail/25cfd871b70546579654582382e68c0f' , '/detail/9221db64cbc54ff0be53254824aace1b' , '/detail/b068c8733e6d4375b4d47487242d4ad1' , '/detail/4335c5ab23ba4b14a31783c2079f4e75' , '/detail/8c13a50b7cde40a4900cd955e75ffc36' , '/detail/0c0ca6470c144dd8ac25ba892dec27de' , '/detail/046a73edcf054114a12a7d5993b944a1' , '/detail/06d9fcbef8a64198a063d3bacb31fe03' , '/detail/798bf61efaaa478b93cdbfbf892188e1' , '/detail/6e91fa8fc0e64d38a52867cf050be050' , '/detail/9d35225392f14a8a91fd3fe4d3e4b2e2' , '/detail/a036a1692b0a4a5b8d05e87213341a7f' , '/detail/93e012735e1f423f9c55286dc1f61059' , '/detail/2b50c32def0640a2944ccbe759895f3f' , '/detail/0e1db1394451456ab9d549e752caeabc' , '/detail/2eb87d46b25e4f23bee6826e5a53fb1f' , '/detail/d54539ebb0bb4eb59a7ee95af2c4baac' , '/detail/a4bb0d020ab34e9a8e38ffc9f4e362ea' , '/detail/ec555bcae6bf4709829e2d5ef208806d' , '/detail/224b6987209f4bd4a5168ae1af0b7636' , '/detail/bd756dee9bba4d60b07d138dbdb64e4e' , '/detail/9d8094e327fe44a6844669eade9f4575' , '/detail/c2cd843a111e4f8092310788318afc09' , '/detail/b821b28cd9934bffa2509288187c905c' , '/detail/f5564cbc6d2c47ec95ed7a76c53fb08b' , '/detail/7c0edbb6ff3545dd9126fb3810bc5b6b' , '/detail/f505e86b627e4ec7a17e90a2469c3761' , '/detail/849c52d902464254b6ef2cc46f743767' , '/detail/7d29d328f5554833b6fea2d981b4960a' , '/detail/3ef49cdacead45f99aac44d4013403a3' , '/detail/59e8817c65644bfd8aead167cc0d4998' , '/detail/cd95379199a5406d9c46add05f4c8bfa' , '/detail/a668083906f845e4bb6981552093c81f' , '/detail/878e01eb1b47471c9b1296d44cc8af2c' , '/detail/19420e55789e44b69cbde0a190a5ff63' , '/detail/fd23b9a0fba645699cca21b095960ffc' , '/detail/7ab4f209095f479daeb7052cda65a52a' , '/detail/4eff0540dbb748d3b39b989d37828734' , '/detail/71b2f652eb364664a42b8fbd851dbf7c' , '/detail/d880c838b79c41b4b112b34d81825464' , '/detail/4bcdbec311974c7c9c4d76674acbf980' , '/detail/2c09d73bd90245b4a8c7778d55fb0d3c' , '/detail/a10f55373bd6419a8090714d6c84e36b' , '/detail/d2aac8558344419bb258c74197f5ed9d' , '/detail/0198cc67e42770ec8e8f38299b770953' , '/detail/d461ec4781a843cab70cdaf66c65199c' , '/detail/4de3bcdafd4d4e568a5b7129b017b48d' , '/detail/6bb759d26ac245f58aeaad794b0007fc' , '/detail/0198cc5d8ca37160a521cc59597b749e' , '/detail/169ebae0493b405e8e0a77198a438e61' , '/detail/8f357a9d134e46d29e293ad00287b051' , '/detail/9b18e0f363e14a11af3db532ec513fa5' , '/detail/e1cb39471d1445bc92bcf4ba69124cf7' , '/detail/0198cc68690371d0a103e1647730bd1b' , '/detail/f2fd926a83ee4543ac066338631c61ac' , '/detail/8f3652f686ec41559b452c5a87c893df' , '/detail/7a591e406abf41d3aefb575bb05425b1' , '/detail/2333dadd776e46dbae0d879ca99f7ed4' , '/detail/9863ed19bfdb4a839683af93b164645c' , '/detail/64c6ce7b8cb649d4aa100c956a0f1fae' , '/detail/1bbf818f2aaf434fbba4c88a80c30013' , '/detail/3c7b11ac20fd41ce867b262d1699690f' , '/detail/c91b25fc051e458aa7d52a63cbceb487' , '/detail/fc5a03670cf94cde80a990eea0db8e18' , '/detail/a907ffeeafde4011a7d7a850ea4a4586' , '/detail/dc32fc3c05004892bed6ef45b8ee491d' , '/detail/4a314886f7d040d393a25afa42568588' , '/detail/0198cc67c0e372e6817ddb7817ec1040' , '/detail/a1e5b3979ccf44aa869a4b0f4b7bf7c8' , '/detail/57849e12b3894758a8c30a3e17243a87' , '/detail/d752e882de7645eb8ad0b6d20dc118cf' , '/detail/55c94acc7de74aeba67ef1aa0cd4131c' , '/detail/1f177ebea7a74a3589e30eed1a97752d' , '/detail/c352124887db446abd73049426070194' , '/detail/c2305e49c44447e98a34c2790872e4e6' , '/detail/5a32ddb4ff244d3ab56a2169bf4367b2' , '/detail/aac364fe86ad429e8f9d47cdc254ad3c' , '/detail/626623d091eb4bf78f5219fbfe2dc4ec' , '/detail/739ce42cec46425b8660397a8daa7a26' , '/detail/ddbe1194a4b74f98bffcbcfb7f605798' , '/detail/f2d38eda6a184361a4ea97a33a1b07fb' , '/detail/1673cf6e2c9840bfbd7e775db9bd554b' , '/detail/ee60a7ae0fc34c1f882d152e70a6a401' , '/detail/e64298daeff24d9fb99b38f73c6e499b' , '/detail/75ebf4513dbb41f2b97365821f8de44e' , '/detail/c333a48256f14130a7ceb14f72af6b48' , '/detail/b178b16c331c4bd7a41f5b1b720da49e' , '/detail/cf201c50058948248d8dfcea1d0c1f03' , '/detail/ed3bde870cea4165a90d060ab9e9596f' , '/detail/d59b828cf55148c6bb77dbd3d5d94e55' , '/detail/0198cc67a20073ccbdc5e6d654f36d09' , '/detail/c67a615ba6534c86a996eed104f7b73d' , '/detail/796ef3d014244ebbae3a1ea7850ac0a5' , '/detail/7ac2c1d820924d9191107187e2b9e84a' , '/detail/3902b27ac5e74d89a9026b8518b7542a' , '/detail/0198cc6786467032a9abe96719ff13f0' , '/detail/dde94ea94032443b9972e792f40d27fd' , '/detail/d7e8715d345f43e9bcb6071ac13f09e8' , '/detail/7e36e27d07e845b4b3e436352524e25d' , '/detail/90d2d49d95e244ca963853b5c550a967' , '/detail/fb881b050804476897098861e68d745e' , '/detail/b4c15976871847e9a8d98346f8da3c55' , '/detail/c9473f029a1a4a78b4a89bcdcce13b77' , '/detail/5a88dab8596d436d889e560c822f6e26' , '/detail/68735da4b8a14c5c8878aaa8ea58ce45' , '/detail/348e1d4026c7433d9ddb3d8d7b16b839' , '/detail/65139590dc384732a2c0a4330e2e1586' , '/detail/e5fda7b1a0af4e90891435e7b57479f8' , '/detail/82059cff6192466cb463468863f2eb82' , '/detail/8d58b94168f74d86849c1e4f3c43aeb2' , '/detail/ce5793f674024403884fe3eb8e4cd056' , '/detail/9aa342d79fc246e7bf3fb88dd627458b' , '/detail/29968b24bd074462b00e75a9ee92f787' , '/detail/c6c244fecbb04c999bff987241025147' , '/detail/88a853f8d360444f89bd1a3d16e2b226' , '/detail/f57ab7ad5a5c411e8ee2494dad12d1ff' , '/detail/9fa306c764344cf2a08bf02d94840004' , '/detail/4b32977f21bc4737a8e5a594cd91f0fb' , '/detail/fc0059158e8849ee879ab9f775ca616f' , '/detail/33607d10bbed4a2f96337948f9f0dc95' , '/detail/3960cafa071045b6bbe38dc2f57ade85' , '/detail/e1153e7792a848108b4a3a648fa3308c' , '/detail/856bfb7659ba448dae9a5da237b9c408' , '/detail/9bb40045667440229284a2a5a49afc8f' , '/detail/e2dc4c0becc24226bee305ee0f4c759a' , '/detail/b1a7190fba99439d91838c43cec2030a' , '/detail/5cc196e9757c463eaa185627b98bfe4d' , '/detail/f17c143e8030401fbb2cb3c31b7d2b1a' , '/detail/9af21c4c025849978170a5ffaf2b4e31' , '/detail/9ddde9c25d6649c5a976568c7b425fde' , '/detail/0af3b7e057754baf9f358b609c82dc86' , '/detail/8eb0bbc3367a4bf2885597f224668845' , '/detail/eaf6170a147f4be3ab6a80de18c942a1' , '/detail/5880b298bd1e40a691268b84f663b909' , '/detail/b26bef89a19a429bb704aa49cb916050' , '/detail/a5231cfed070466cae833594bdda8382' , '/detail/f061302ae2764217b219e4d20817b00f' , '/detail/7ff6f83f782d44b7a87021116a636a9e' , '/detail/a35f304ff6e6407a8167dc0c7ae2b3c0' , '/detail/0c8d01216caa443284ebd923b2e22621' , '/detail/88befda331cc4ebcb390202c12666c3b' , '/detail/86c2b59e49774c01b8cd112b8aa31989' , '/detail/cc22e1c4f19c4c29b72e89ee13aa2cbf' , '/detail/d799c0685ddb49d2ba6676b962505d04' , '/detail/2a2b04d344d6460f9595b2bca7648812' , '/detail/9ae4096eee4840d4b891a033cace4884' , '/detail/907ba621589b471086fce496439ff2ac' , '/detail/531f7bc86b8d4ad9950ad8d6a3003996' , '/detail/3c43930ef3db425b954fb7e1275071eb' , '/detail/769273a34844492d9146dfd0ec2a83b8' , '/detail/8a1dd4dc1e4a4ca8b537130dabb8cdc1' , '/detail/6e879e61928047a2a98d3bc88a0341ed' , '/detail/d406bf0a6af7456c979e62d617ba1816' , '/detail/b0e5a134c91c4ba8806a15f084543854' , '/detail/55245e02a4d74f40b2e979fa3885ece6' , '/detail/e6f69cf910b94fb998b603b76c75591e' , '/detail/4f9d3678b8b24b96a2621e82f46f9e22' , '/detail/119611c045894778978ea747d6024910' , '/detail/bd1af5f41cdc490d982253dc0cbbaace' , '/detail/8eed6b29670b4bb5b4c5237b6ea4987f' , '/detail/c5c833bf93274caea063a977d16b4f35' , '/detail/7101be3720bf40b883a1411a2c71f2aa' , '/detail/eb09a9fcda3f441393c86671ac4089be' , '/detail/e37e69837707433787f0d97a38b4a9ee' , '/detail/25f17203d7cc4827895f7100457bb86d' , '/detail/37f844d6147f4efab663d4ddd685d6ef' , '/detail/8a3273beb64e4069a195a9c764c2f170' , '/detail/21b3e9d9ef1f4170bbd61ca83d7b8583' , '/detail/81f16e5bd3d34661924d75465c0e288f' , '/detail/dd00f45b30a948d5961d61c7c70a69c7' , '/detail/3baf0e823a9d400f82332908b1f53931' , '/detail/60fb9a37738b4e4ea89d0f4f97f612d3' , '/detail/af198d32d5204150843c10ff8a22b706' , '/detail/310bf4912e894d46a41ab66554a51f38' , '/detail/a212a54a7d44409a9137a72a6bfeb9a9' , '/detail/02d31b1efd4f40a88dc4a16db62f8d53' , '/detail/e3dd4dd858bf4fc49c79a77a0f9130e1' , '/detail/a52a2f4e9e674416ac44f05c77ed9b68' , '/detail/d8874386c4bd4f09809da326846b095a' , '/detail/7cd16fe9573d46598865807faaf70d2c' , '/detail/120fead30c264239b231a4069de4cadb' , '/detail/056b57a37f1b4ed78c89611b359d9125' , '/detail/02feab1c5417452a9722f3585b69d0e8' , '/detail/19334f69ecc140ac95fd285e763d9493' , '/detail/f8913ff5fcb745079560bae0f847d294' , '/detail/a1ac14fccb2644cf92796255e2a0933b' , '/detail/7cef399e923440d59dcf67aacdfd8bc8' , '/detail/fdc38725f4c74521af1dc2d270f701b4' , '/detail/e18325546aae4f808b3b001c33db84eb' , '/detail/3bfc577a36244d698b4754fa2c353364' , '/detail/e26b858d15f240d785429d115d476e7e' , '/detail/4887303cfa76474497f5da371f320c3c' , '/detail/876b4948692c43929e017a4ed5bd5165' , '/detail/54e293b17b2e4fd3a33744e26a885a11' , '/detail/dd6699926c154aefb7a1924e9ed3d561' , '/detail/0360b95c51f142be8834329bc3afa6e0' , '/detail/9295c4900c1346c491cc126d7800f31f' , '/detail/5991995c41a341818105d7ad36872a57' , '/detail/7a03b45b8b334439a5f5edbb3dd80826' , '/detail/e239b00563164e99a05e522aa1f550fd' , '/detail/aa23bfbb89f44a5e88a0d88c3c4c628f' , '/detail/7675dc18674948d9a296b2e8abac8b0a' , '/detail/75a7a48c507f4a5787fb863825c370a9' , '/detail/866d723baf9344d19fff2e19ba5a9bcf' , '/detail/85be93051db044668e412868d445dc0a' , '/detail/582a3e5532a84baf8bfe1790b10a43c3' , '/detail/0e8e19f9f00c4397bcda44eeca5258a1' , '/detail/0f60f58a3f894fc8ac8ecaa8ffe02931' , '/detail/df8aac1467e44affbf7cd9fc77ba549c' , '/detail/baa067c1cb704122a560e8e4b4b18379' , '/detail/d60da055e3524a348ae7e6257115b8d9' , '/detail/8b4c960a6c744c7b9ebd699a31954c79' , '/detail/e8b3d773b0614d1bb68da34b30c65723' , '/detail/812a9dc2ea7148f78642ad3685650770' , '/detail/488627aaca9e4f7ea4b9bc663550ece8' , '/detail/74a80cf179b14312b5ef235f6fe9c789' , '/detail/f16eb61d445844d69951a30e9baa88d3' , '/detail/3d9bc37233ef4acca274e8c7d34c1440' , '/detail/9d31aa53c5b346c0ac563003547d704b' , '/detail/a9315f49813548e9beb8e9958f71a82a' , '/detail/fbabf9a543d54dd4a9812b30304aa4c1' , '/detail/fc19ffd651714d7dba3bce939431c42b' , '/detail/b5b52197b3234712938cec47012e98f8' , '/detail/ff61ad2f52b045e0b8e246b66950898a' , '/detail/f8ed3147244c4967a1139cbb577319ee' , '/detail/4a4dfdee4f384004b9d7d1c04efd0ffe' , '/detail/0af6affec65c4885b40767871088623f' , '/detail/ad4c5a3e33654eb4ba4b50f74574dc86' , '/detail/4541da5bca1d4a12aa9e7583a321bf3b' , '/detail/a90fce6933d94a6aa2eb2cb34aa18f8c' , '/detail/2fe2887286c14c9d9c90704a2c894307' , '/detail/c25e389d064942208e8756b80a502240' , '/detail/37cb6d0398244386bb879aa64ad6ce09' , '/detail/cc1fbc22f95240f78fe3725114414da9' , '/detail/c3998a73d01a47779fcf26bed4b63a8e' , '/detail/54e58573da0b4e8880f6feb770475307' , '/detail/fe9f6f62f3a64491b84e5d09c7bfba4c' , '/detail/6411ed60b64549d9876337bbab4b2991' , '/detail/bd011e1768c84db38a1f398daa9a6cb6' , '/detail/61e46e5e4ec740d5b6f85cdee7e9c2e2' , '/detail/7188846616de4917b528d9d1e36967bf' , '/detail/3ea8e7f628ef4d7394d4e14576ac19dd' , '/detail/917418843c57435ebe7006d0859b3f3d' , '/detail/8313bb31d269446aaf7093caad1dda1c' , '/detail/6b6736130967482eba80fdc137956296' , '/detail/6c702d8377284376ba46909caaefe664' , '/detail/9a666ae702c44924b22eb08093ed03ef' , '/detail/e4890ab8b7d846a9978ef6be1a03d9b3' , '/detail/241c5e0ea5ad428c8408129e46fcd09b' , '/detail/4c7c2f42876d4f9489d9a4b0475da0cc' , '/detail/ad6fef20a05942598a9a1339ef9986ab' , '/detail/7e1bc62fa8024588b885248480c3addd' , '/detail/25c6949f0ae141479143661642882b3b' , '/detail/24583058f96741679ab5268b478f92b3' , '/detail/480c3bde90d143d692a1dad020d84aa0' , '/detail/5bf65080070a4015bb6342c997295655' , '/detail/f7c2881400fd41f2a364ec6f18875d7b' , '/detail/ee20a42d66ac4314a67ca8c25a10e628' , '/detail/9b0d71093c0b43d0a76ab6878fd5724e' , '/detail/8bf3d4e572624a54bf032256e0626c08' , '/detail/3f2935b7267c4fb0b80e50c7745c1345' , '/detail/6ee41ee1bf4a4d49b2da68843926509c' , '/detail/819f64b8ed59400ea6c95c72979d5aa4' , '/detail/aed896931f284531bbef9c0cbbf6910b' , '/detail/c352fd28052548f4b3c7fdf356c2000b' , '/detail/d67a024c5bc14d298eb9b37f57f0f384' , '/detail/62ae4990aeba411e9262e7657a2d1a0c' , '/detail/4a82b75297e249af835a7c9b6327f8c0' , '/detail/5f9b79f3f60947d3a8b8cae1b2ef0350' , '/detail/20272dc598de46b498c1bef937810b0a' , '/detail/a94619849a3545bbbcedc55fe9117e0e' , '/detail/5e5ada428035490b910484bc952f99df' , '/detail/e10d33cbf20d4255ba365224b30235d7' , '/detail/42f2e46f15f1412d81c4a1f0fabf9574' , '/detail/beaef5b7b5e4438698cb3cbdc8d4abb6' , '/detail/7424edefde124c299d55e48cb7b944c8' , '/detail/82684099dd6f49b49e889b6664fa210b' , '/detail/ed76a3d76d5b40768d1558a9291f7093' , '/detail/058176951f00484eaec8b4250fa889ae' , '/detail/44fd29b89c874bb09cb67738a9709250' , '/detail/7b8bda8f324c4d2eb7d797f18d7b23c4' , '/detail/40dc3a2441bb47d2ad154dc6053bf6ac' , '/detail/40d0fd6421ef49e4a2a7ff26fe38fd3b' , '/navigation/d1c8e7fd3f514b16a7c7c457c438b93f' , '/navigation/585d71242fa54b0fba56e331ed5adbe1' , '/navigation/0199576db2937bbe9a41fb6156449782' , '/navigation/08014c102bba43b09e93a823de238da1' , '/navigation/04ac33f9be48438ba185ce8585682c3c' , '/navigation/ba9f9e3fd094425392c838f151773526' , '/navigation/cda441a37060455fa34c8ce371928eb3' , '/navigation/52242d7c7a3349359001e1b7b2c3df80' , '/navigation/83586831f5bc43d6824ec80864e9314e' , '/navigation/0196d8a825c27a7e93a4b07323c246d6' , '/navigation/ccd140695dc643408838c39c838a0a51' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
16.65 ms (1.41%)
1
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"ÍÒîÙã•DŠ“Ò\x1A Å\x18 K–\x08 "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"ð(¨fh\f L\x05 „ƒ\x17 ÑÁç|ì "
b"╚ìõËñ\x1C Aàú38ÙñÝ┌/ "
b"àWÃ0\x1E ÿAË€ôÇU\x04 ìó\x0E "
b"\x1C 0`ØU/H÷ŽoJD¾&`, "
b"º=lÆŽÍE€”¤pÃw«§£ "
b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s "
b"̳\x1E ê1BBQ©ü(ÎC¨õ\x0E "
b"╩6 ì(#F│ªùí\x01\x04 ┼╝Q "
b"´■~a\x18 ©N<Ü%╦▀ÔÉ;Þ "
b"Éô5Q1áEQ®ì¹&┌Ö(H "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"┴┬ÊÅ00Oå┤▒0\x7F Ã&ÝG "
b"ÀZQÁ\x07 ^I_ìO1ÓC4i( "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"å»r6÷╠OÉ¢\x16 5_\x17 5O "
b"¾A\x15 T╚ØFrü7ð┼¿oxx "
b"ßFæL╠\x04 HÙítK<ÉZ\x10 Î "
b"ñdEš(Ý@̯5MàJ\x18 ET "
b"Àß4Æ6~J¶´ä\x1C k'äRÁ "
b"RD\x1A Ž\x19\x17 Hî–ÐI,/×ýQ "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"""
Þ╚├²æ\x05 B\e üÑܳ\n
Ò\x10 Ü
"""
b"ÝéN©@2D;™rç’ô\r 'ý "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"h*=é¢SNQ¤”e\x0F \r \e\x18 Ÿ "
b"×èq]4_Cé¼¶\x07\x1A Á?\t è "
b"~6â}\x07 èE´³ä65%$â] "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"´ÁYv‡\x18 Gé¨ÙƒFøÚ<U "
b"ÉG?\x02 š\x1A Jx´¨›ÍÌá;w "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"hs]¤¸¡L\ˆxª¨êXÎE "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"s㩓׌E¼¬V•v”ãÜa "
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"Õ²º▒á»NÉë\x14 5þÁty° "
b"‚\x05 œÿa’Fl´cFˆcòë‚ "
b"ìX╣Ah¸Måä£\x1E O<C«▓ "
b"ízRÃOÕN'®Á¤ü7”¦ "
b"«€Ÿ15‘O\t °€¥^÷XXˆ "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"µç¼Z\x11 gGq“r\x19 ú¡wëP "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"óîî╗´DÒøWÓÓ■åÏü "
b"§°_õ\x05 zML‡nl§”·ú\x08 "
b"QÚÝ\x05 H@J瀷ü\x01 š\x10 T¨ "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"ƒ»3(]kB2ºŸ\x07 u-•,# "
b"z¼Ìb»uLÊöXwƒØƒ;╠ "
b"Ìq+\x05 Ø@@õ¶¿NÞG€xU "
b"<Eû\x04 tOF °![\x0F õ\x11\v È "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"Rï\x00 G/±CÙ¨†Ü’m\x0F ¹© "
b"'"á\x13 0¾Jí³×Á\r ã\x1C\v „ "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"#µË\x1E ºŠC·Õú‚¶Á«\t "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"G0pÎ5\x1F B¸—\x1A nóñÊ\x15 ¨ "
b"[X+·l\x04 KiµHÚQ£Äz£ "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"\x01 ˜Ìjç5sЃÝê\x13 êã{Á "
b"\x01 ˜Ì]í¿so„˜À\x14 º9\x1D Ô "
b"¾W¸X`¨MA§xÈyw\v y„ "
b"œ}˜Öì CÑ”OÜë\x07 Ï„Þ "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b":úB<µöAù©©a³Ø¼ðà "
b"VÈÎ\x10 ëO(¯dÜÿb\x08 F© "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"YvªUQ═KF×^╝ÇUØ\v X "
b""¾È'±ÉH\x13 Ø\x00 0╗Ü╗0× "
b"@~“:–WE¢±\x18 J8éMoœ "
b")®\f IÉûM╣ÀÚj\x03 ÑþÔï "
b"""
Ю/N\x16 jFŒ™’Z\n
l°[É
"""
b"ÕÊÎL°HNA¥MŽV\x07\x00 <Ž "
b"R┘lÔ\f >G\x19 äÑ\x1A ë\x1F kü} "
b"ƒß?âú½A©ƒ\x05 ŠÑ¹®Ûô "
b"│▓\x03\x06 ─═L8®┘b\x01 f\x1F íØ "
b"\x01 ˜Ì\ð—sÀŽÀÒ\r ÔüÙç "
b"Å\x1C C¬ýFH─¬ß\x04 J·Ìó6 "
b"¤ç┘õü¿B\x04 æö;_Vl8\x1F "
b"¸È$¸N4JQª§Q³N£è "
b"Zrj-œâIòˆQñOé% Ô "
b"NME‗\t )B\x1D ï┴\x13 =2³kÉ "
b"\x01 ÿ╠^É\e p®è_¢ÆTèã▓ "
b"š\x08 ¤qÑUNM˜¯Z«Á£”• "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"àf8\x0E &\x10 F:ì═░[%\x14\x1A Õ "
b"IãÕª æF\x03 » .=;&L– "
b"‡…V\v ÉiIG¦´Q‰\x0E &\x1A o "
b"ø\x7F t&D>H,†‘m\x1D cè€V "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"¾Z\x03 `!HN|œ/$Fè÷42 "
b"¯Ì\x10 ÕûñN˃7•½\x08 .À« "
b"Q│\x03 ─bBGoü²\x06 └\x08 >üì "
b"ı2¾\x08 ıKE´Ö▓g┐\x10 ┼~Ø "
b"…iˆmTØHÿ³\x19 ¤+²¸F$ "
b"BÒX╣y @ØË┬oÜï▒ƒ "
b"\x17 T\x0E ‡U×E-³Ñå\x1D ?(d½ "
b"²0*\x1D\x17\x03 Hêå&é òÄ┼Ø "
b"\x1E ?áDŒ•B¾¤»¢%T÷^\x0E "
b"¸þnö¦HD)¯îë0;^Œ "
b"\x01 ˜Ìk-qq=³Ã^µ”vG™ "
b"tbåGš±D2¯Ö\x1D B·\x1D jë "
b"""
…7“×\x02 %C “.\n
‚\\x0E eÉ
"""
b"Ø8d+ÏÒ@<µ~5¯T£@û "
b"'Rö\x06 ÅUN┘ä┐╗¯¿l}ð "
b"í‘÷7kÕJæŸÍˆ[ôÓ+! "
b"""
É;d┤ªòG\n
ú╩´ÉÕø\x06\x1A
"""
b"\x01 ˜Ì]¯=rÖ¸ì\x1F ò»ÃÚî "
b"‚yNÈ\x14 ,K³ª\x06 ™\v ꈜ· "
b"Cšw¨‰>C\x10 …€@…f,\x10 ¦ "
b"äŽïí\x14 ¶D©€jZ¼ü×>\x7F "
b"PF\v VÎÀF<éÅ:┤ðEÎQ "
b"q\x1A ëXÀë@7ºÝ{ôEE8Ï "
b"cç\x1F ¤×\x10 D\x10 ¿=*«–™8… "
b"sû#´ŒõJ®«âè1¾SsØ "
b"ìùç├âGE¿º5%ÌÜÜä "
b"\x01 ÿ╠k\x02 Är¡ØE94º▄hÏ "
b"²ÏÝœI„I\x1E ¢Ï9ƒ€û¿\ "
b"9ÿZ\x00 Æ)CQŸ&\t ´4÷\x17 w "
b"\þÅ>RVA▓▓I\x05 &ÓyBÉ "
b"û"CÛ]2M\x12 éÞìmbZ\x1E p "
b")\x05 ÙÅ\x03 ÑJ‗ÁF\x05\x06 ║▒x> "
b"oôQÍeNAo░ì$²¥\x1C ¼\x03 "
b"¡zÒH▄àN²¼\x7F ü\x1E Ì0▓Z "
b"Ç]H#W1Aø¯\x05 }Àá\x1F äV "
b"Aa(¤øwKJ¨íš5\x1A\x18 Þ0 "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b""\x13 Aq¼ÈMö¥^ÞT,ß=8 "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"Èì.L\x06 .@!½|qfD(sñ "
b"˜Æh‹ËDL½˜ÈÍ\x1A cmvÞ "
b"VÈGª¾\x10 F\x10 ù>³j£ÉY` "
b"„\(Qi‚EÙˆõHÝŠó‰Š "
b"ðwãÌš2Gt«¶ÍQö§‹î "
b"42*Ð!{Cb¡Ï æÆ\x17 +™ "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"Œ,¡n–\x07 KC¬$”é—1>\x08 "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"%\x18 ]¢\x03 JKM”Zk…\x11 ÿ\x1C\x02 "
b"À½Ñ└7■D[▒╚ìfvÙVq "
b"q”œn.¡A˜±~ÁÖ\x00 öûÿ "
b"t\x02 IbÓFôª\x1D\x01 ]Ê€&¸ "
b"""
\x1C Ú\x04 j\x05 ╝L╦©\n
bÈ\x03 26ü
"""
b"\x01 ˜Ì]Aâq²«&Ì\x0E W\x12 ]e "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"]!6ð~ÏL_‘\x1A ¹äë,” "
b"ü\x08\x1A Z}ì@Æ┐ú¦\f vÝq} "
b"G‘åm|·N\x03 ŸE\x1E 9ä1:\x15 "
b"""
£±ˆ\x1A ×zL;¾e\n
i`\x1D ùü
"""
b"7Š[ç\x02 *NW²È„\x11 Ç«³ß "
b"âéÄ;Á“B·¿íç\x13 Ù!ø "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"\x01 ˜Ìi”frܶãAi~\x01 ¿J "
b"ì¶/À4\x7F DV¨¾T³ÅG¬\t "
b"XÖ*ì9O\x14 ¥lØ•B’œã "
b"3\x18 ˆßk”GÏ€?kÊŠ\x11\e c "
b"ã▀\v )ì,KN▓Föö"Ö¡R "
b"O`¡í┬óK±ÑÍ\x1C ‗+ükð "
b"܈9#«ÏLú¦°dH \x00 ž» "
b"ÒOèù¹0Dì▒\x10 t\r M─[\t "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"\x01 ˜Ìj¨êqÀ½\x19 þ£z@-! "
b"Ñîî·òºOç©ù²6\r ^GÖ "
b"j\x07 KY¦8GÅê¾àô®ëÎj "
b"ñ\x03 ÑgïûF¾¥ÿþC{jñ "
b"êPw\x08 b\v GKŠÁ”_ñ¿ÔÞ "
b"┬¶o/ã0KëÂók11¦|É "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"œ„´FðLLÚ¢ëjÞ×§Q "
b"\x01 ˜Ì^Ö\e sz¿˜ß#\x18 à,6 "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"Äâ\x18 ªãÐId½md¨uîB\x1F "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b"Þî$>~\x1C Gª„ÚŠ‘‹kSÈ "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"rÏÑ\x06 MìK‚¯z%„ˆA:X "
b"Øp═?BïGÿäD\x06 {´/Ù\x14 "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"""
ÚMÊr[ÔFØ£–)ºjä\n
\
"""
b"enþóC\r E±£ò-Ã-¯0¥ "
b"Étlÿ╝6K─¼\x07\x10\x00 ╦Ñ*¸ "
b"К1¡v(D^„sn<~ó8Q "
b"¸tÈ+‰\D°œÉN\$§uc "
b"\x1D \dÈt¿MÆŸ?ëÐO¯3d "
b"═'©ÙºrCìøôñN┌¢ß- "
b"\x14 Î5l\r µCô™Àp•‘\x16 /¹ "
b"*\x04 –}\x1C ¿K:Ÿ[Xƒ´çç "
b"¤£ªÙJÅL\x1A Ñ\x10 xÒ\x14 Ç├à "
b"PMz\x02 ž€Cå“]Ñ\x03 9é˜é "
b"ÕgoÀñöFå™Û:D@y®å "
b"\x01 ˜Ìk\x7F\x14 q2²°±šë¬!\x1E "
b"¸yJMƒXLyº‰*\x0F X\x14 ®¶ "
b"Èl<•gÒMT“J‰7ýÒdõ "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"‹\x04 Õ®nH\x0F l¯E(.\x1A\x13 "
b"G¹$”µnG}Ÿo‹3åSÿ´ "
b"Ÿ³Eé\x10 ‘EÕ¿oìÇ\x1F ±!€ "
b"¹<¢\x0F x"D€žA\t #;ç…¾ "
b"hÕ1M\x01\x02 K;†ÀþÙ{ŽIq "
b"o—ˆày`BWª\x04\x15\x03 p8 ý "
b"!Ñ¿\t (Œ@¿¾Åj;¤R ¯ "
b"R¤WA\x10 tHÊØ;Þp°ú\x11 ╗ "
b"\x01 ˜Ìhø¥pÀ«V4Í’AÅy "
b"\x11 îå’oöEÛ§ôŸL9NQÔ "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"\x7F WX˜Ì¤Kw„m5\x16 CÃVì "
b"Ø╚▒╬±nH▒│ião?\x07 ƒ\v "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"\x01 ÿ╠_É¡q\x11 ▓âµb\x16 ð‗S "
b"‚Øs öÅE¢¨³»¶`ÒF_ "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"└c┘·\x16 .J\x7F Éâ\x08 ╔ØÐvç "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"ïojÞ…wE^ºsáš6}ȵ "
b"""
yc*.íÂI÷ªÜŸ\n
:ZA€
"""
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b" ê“ÊíiKN™lG\x1C\x18 Ê$] "
b"\x1F [LQ\x1C ÅD üe«ÙCS9C "
b"€M&=_-NÀ²ÕÎy^>Å4 "
b"T^ÚÆVˆEæª\x01 ÅÕ2€& "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"'\x1E\x00 ™n\r Fâ¶\f «\f ÃR÷t "
b"m¢\x10 ^\ÆA\x12 ï¯]╬É·Òo "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"UÛb`xbCYº!?¹±4šò "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"E•Ý`\v €L°†d\v è5îcQ "
b"äó\x16 ñj'H6§[ÿ ÌT»Ç "
b"m”l®åJLk¥ˆâšéÄË "
b"├¸¶¥,ÃEÉá(sVsÇÍË "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"ÎW“öt\x02 D\x03 ˆOãëŽLÐV "
b"ÜúB΃┬Fþ┐?©ìÍ'Eï "
b")–‹$½\x07 Db°\x0E u©î’÷‡ "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"õz·Z\A\x1E ŽâIM\x12 Ñÿ "
b"Ì:l7\x19 ‹FS¸¦ì7\x01 0¶% "
b"\x16 ╬Ò╠ÎøBÑØ┼ÌìL$/5 "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"K2—\x7F !¼G7¨å¥”Í‘ðû "
b"ü\x00 Y\x15 ŽˆI¹÷uÊao "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"9`╩·\x07\x10 EÂ╗Òì┬§zÌà "
b"ß\x15 >wÆ¿H\x10 ïJ:dÅú0î "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"ø┤\x00 Eft@"ÆäóÑñܳŠ"
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"▒º\x19\x0F ║ÖCØæâîC╬┬\x03 \n "
b"”¢±‘êSCàœîÍ\v [õD/ "
b"èßÇÙËËGh–\v©-˜ÒÙ "
b"""
[I.î2bN\x18 ¡\n
à\x07\x10\x17\x1A Q
"""
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b" !í;'QI§»Î¼ê>>Q "
b"^Õ§}9„KGƒÆôúP·Ðù "
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"Xp€\x15 5åHv¦¦”À;,d; "
b"M1›RsàBc´÷&\x12 1¶ëå "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"d#JÂMÐH\x04 ‘ø7\x00 þƒ}Û "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"ŒÑÿê’O\x1C Žá³š»„0Ó "
b"³÷\x01 ÙC7J[Ñ╗\r \x1D\x0E Lüñ "
b"\x01 ˜Ì]Îus\x1C Šrk–ï\x07 ¹Ø "
b"J·1¡¾fA0¿¥¾÷´\x05 zs "
b"ÿ½╗L‗\x13 JæÅfmÑóÚoõ "
b"ÓbO5>KE\x1D §\x14 —4.7õ— "
b"""
ûF€DpeJ…–Ä\x7F \n
,@\x17 ›
"""
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"BU|ÐU\v Bã‡ü,Å;žü. "
b"Grí_!\x1C Fã¸X3ji/¼Î "
b"´Eï·ñ\x18 G…™ä$UîßÄ6 "
b"‗ÁByUFIýƒ«üT¸Öþ▒ "
b"Hjk\x11 þÌL?º'\v ˆeŽ\x17 { "
b"1\x03\x11 ݹòL=»ƒ‘9Ÿ4ÑÆ "
b"1\ÍpÌÁ@E—\x15 $S|šÿ¹ "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"0■mºNdO╩Ø»▄ýö■÷= "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"Ð\x11 7…Ø%HÅ»Whb\x00 øQ% "
b"WCr8î¯O'ü÷╚Ý0dM\x1A "
b"ÝSF/ÓÓF*“òä¡£T~m "
b"-†-1íÞDɆx\x17 £3¶J\x18 "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"ÖÑv\x18 ¬®Mºœ±(¬'\x06 ¯\x16 "
b"²oÐQ\r WNç°ÉY\x1C ˜ÙÆ\x1D "
b"Çž®X\x0F\x1E I¶£\x10 ^§¾Û…« "
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"yG>fû~Gå”FëæŸÎpõ "
b"Ø]P\x17\x00 +K\x0E ¶º|ôÑ™îU "
b"\x01 ˜Ìim÷qʺDZVˆ÷6™ "
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"\x1F úYä\x17 ÄJ½Œ@;B\x1C Òxr "
b"+³‚$áN@š\x1F ¾\x12 Ç–ž\x0E "
b"û'F&\x15 ¶D\x01 ³k:àÄpž¿ "
b"T"ø^ÔAO'¨‡MŸé\x7F «" "
b"G\x0E ‰NÖÎMs‡£å¶öË“\x08 "
b"""
lrâ*̓FÄÑáLÅG\n
ë~
"""
b"ظ$«Ê€Dp‡íÉÆ[éÚ£ "
b"\x19 f─êâ\x00 O¸Ü.xÈxØc¯ "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"ÇlØÐðoI±▒DÛÇ\x16 ^û\r "
b"├0°╝JïJÅÖÑ\x0E\x14\x06 7±ý "
b"EeÔPùùE£¿¸ƒÝïüm_ "
b"É@f\x01 :\x10 H)×╩z:ñ║▄Å "
b"fıÍ┤\x00 æKr«┘Ø`ÆÀ\x00 1 "
b"├0×\x1A 7ôCv©²Å\x0E ½8×\x12 "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"ó)•†ÚƒC?¡\x00 ñ\x06 &q=ù "
b"\t -,{)RG\x16 ¯eþß¨Îæî "
b"àÄÄì¸ýOz¸°“\x13 Â\e ôD "
b"NE2nÇ$KH¿=üºº█\x10\x12 "
b"Ö\x18 ™*}cJH£ô+Ô|¶\x7F ‘ "
b"\x01 ˜Ìi3\t r>¬Ô`YÐAã\x07 "
b"dd*ØÜ°J €\x1A '¾Ý<ÏÁ "
b"\x1A ¶¢™\x10 ™HÛ¡ÓÕ\f q„\r E "
b"?Ífû1²CÔ–‘*%HŸ\x03 v "
b"´ø\x14\x06 »}L>‹øÄ\q\x10 އ "
b"\x01 ˜ÌhÍÔs\x19 °wfÿ8ūŠ"
b"æ:¡j$@A¥¶1/iÛ÷>w "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"""
EtAß\x06 —B\n
¬Ò¨‚,Éx|
"""
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"\x01 ˜Ìh›ksR£<O0o^/Ä "
b"enwK§±CÅšP—νܰ§ "
b"1\x00 ]Ò·JA\n ›\x05 †ïˤ¶» "
b"m—\x14 ÄÚñN@²\t Ä+´UÆ¥ "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"@P│ç┬▓E\x11 Å¢t/:`¤\x12 "
b"8€3Í:ëO|¼´Š;W¼C "
b"Åà@§\r O"³L®Ü=“ÄA "
b"þ\x18 _\x06 >ü@Jù À«┼Ìıà "
b"LrLsƒÆOv£ÏÝJü¢'Ê "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"=¬}žU»FŒ»Ç*°\x08 D<¿ "
b"sÚµ%vDBg˜~”ù÷\x10 6g "
b"‡Ä”\x14 °¥A”Š'»Ž…w$¸ "
b"*Aì\x16 ë0Jõµ!\x03 aPfþ‘ "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"\x01 ˜ÌgOvsE´ö\x0E wØ;\x00 © "
b"\x01 ˜Ìm!²s2«ž5\f 9\r Xç "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"ì╚╚öÅ´B\x18 âP~┼{Ñ\x13 w "
b"Ç¡\x10 ·¬¶CI±b\x15 .Êúé\x03 "
b"Õ_Lî«,F]¨2\x04 ÕàbáW "
b"\x06 ±Y,XWGÏ®¬\x1A\x00 Óó›C "
b"├²"ÌãZB ú7>ÁÔÏìC "
b"„‰Íl·ÌH:¦@£®\x16 Vpþ "
b"╩8 )TñD{ì°¼+Ëp£º "
b"Y9i^ú\x12 L«ü1bPïí¶╠ "
b"à┌\x08 q×ELßÅs&Bqå)h "
b"ìºó_ôQFì×▒_\x01 ËÐ\e $ "
b"1À<WmïO\x12 ¼ÿ—<9ŽŠi "
b"ºL\x01 k©\x06 Jþ—ï;Ô y§( "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"\x0F sHß¼ÎI>¾ìªRÜæçç "
b"Å\x08\x19 ^\x02 ;F¥ˆÞ%#lØ] "
b"iYÿO®˜Aé¹(`a¢ÎÅÉ "
b"ó\x02 a'Ú‡BþŽ\x7F\x1F Û\x7F eì "
b"+\x13 ý¹Ê\x1E @0ì■¥Écz®ý "
b"<wV\x18 „…E…’Øü0\OçÓ "
b"JìÆ@ÁwG|¨Ðòâð»âU "
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"k▒Õ\n ª‗EHØh¦Qn{\x00 p "
b"8vv…1áGvº¸\x1C ~Iæ6% "
b"ôöø\x10 ƲLØŸ°#~rýÃa "
b"Hb?t$.EVƒ[èû~¨éq "
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b".¸}F²^O#¾æ‚nZSû\x1F "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"©!▓î┘ôK óPÆê\x18 |É\ "
b"õVL¼m,Gì•ízvÅ?°‹ "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"§\x05 Þkb~NÃí~ÉóF£7a "
b"„œRÙ\x02 FBT¶ï,Äot7g "
b"R\x04 öB88Hì»íy–é50ó "
b"""
~\x05 gê´\n
E\x05 ì<¨}íln4
"""
b"üñ?\v íÌJË¡ûÔIWbVÜ "
b"-òÁò5¡H£üƒ¦Ï´¸Z\x1E "
b"âñPðmÃNB™>|ö\x04 ŠEV "
b"ÿW8ÞoDIƒ“—€Êy)Íh "
b"ÎŒ\f\x19 °ß@Ùºé‘ ßl|Ë "
b"øçÄp¦ØO│äûÞı¡§╩è "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"\x13 ïˆs£ßNtªN4¡ˆ9Ìa "
b"Ê«U™\v eAÏ–ÔÐâ;®Gº "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"1\x04 !*ƒ\x04 E#ÑÅtÛÍhfÞ "
b"\x11 Þ/8y±F\x19 £A=¾GÅ╚ "
b"\x17 x«'\x16 ½E²Ÿw[Ð\v\f 0¬ "
b"üvU kÖDî¢h│0*b)ü "
b"k‘yêÞIÁ»\x12\x05 ˜Duõ< "
b"\f T¼{ë.Gl¡2¤\x01 ð\x1A m8 "
b"—ÌH,óÿLL½V\x18 Ê\x02 j×^ "
b"42{åÛ´H•”S9XŠC´f "
b"²×î2\x18 ÑKß‚)e˜f•И "
b"îŠs½\x15 ŸN/¾\x00 ¥Ü–\x15 Ž} "
b"""
─█0»\x03 ÒHûì]+9!\n
eº
"""
b"î\e ™'\x7F ÁL2Ÿz‡L¼Ïág "
b"ÞÝ‹ÓdÁL+½'ÐæSJœ "
b"±‘X]WÿAǵ\x10\x06 Z¤ÊFu "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"J¡Ó)])EÊ¥ÍËA\x18 ™d\x01 "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"?ÅKÚõuJ\x16 åé6OÉW╣e "
b"Y`Å*ôùD\r äÍ\x1E ¹¯ñVi "
b"\x1F ¢4Wk{N¶” ó\x1D\x10 «Öº "
b"hÈÇ\x03 N`Dz¨tž¸¿†ò” "
b"ÖØlQëÖC¼©\v\x0E e\t jñÍ "
b"]Ñýø‗´CÛÆDà┼ØJÂz "
b"Yy─%¢└A▄ØZ\x1A ¦ı\f ®Ö "
b";–Èþ«\f Aͨ1QÙ\x06 ,ê„ "
b"ì¶W;O0C2Å▀Kĵ└íó "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"Èü þQhMÒÜ»n\x02 ê■`¯ "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"úÚº#vIK\x08 ½Å\x11 B\e j1\x1A "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"ÿGWP\x10 ‡MÖ°Ò"Þ™*UÛ "
b"ôÆF£JpG¾ŸV~ó~\x00 qÅ "
b"ÚæwQŸ_GÒ«oãà…\x03 `c "
b"áWß÷$╬G9Åê0¶mm¹0 "
b"]" ¾ÈcA9»èš\x12 þf°" "
b"Åü\t ™öÃKã¾\x06 ¶K¡&è "
b"ès˜q|Ä@J‘Ýr¡Ê\e êK "
b"S¶[×┼¼EÌ┐®Ø║O=‗\x1D "
b"\x01 ˜Ìh\x0E érâ¼eûBˆŠ\x14 º "
b"¨?Ù¦T©G\x7F ¨º\x1F ^\x19 Ëx( "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"Ý·™õ·LL˜«†”ùÒ=\x00 s "
b"\x01 ˜Ìh.\t rõ·îÝM²äN" "
b"""
\x01 ÿ╠pÝåq¤░\x15 \n
ƒ\x19 ÙíÉ
"""
b"¢·┴Q\x7F ÇHfÅn¨§5W+× "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"]"ÕœàdGj‰\x11 ,¿’AW· "
b"Š\x08 4A|2K(§ø\x7F ÃÒP \x16 "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"¾\x08 ÊZÀ-@\x1A Éf\x1F Iq5sn "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"ñ¥ı\x1C ACBÖüzH¼╚å\x12 Q "
b"8\x01 üµ╗ÈIM╣─ÇþMá¹ä "
b"¦½×wqwB˲I\x10 òD^\x00 [ "
b"v=y*]ËAO¤s,ôpná "
b"VÜ░¹:ØB\x13 ª.╔├ð1Ì\x1E "
b"â=è¾HÄFtüÙLØSEÐw "
b"AØ‗ñ\x18 IOıôëC¹Ê\x14 ┘+ "
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"┌ô¶v\x04 ÷Jì░Ø):&\t jÏ "
b"‗8\x10 eõíKØù©ÍÕ´v╗X "
b"\x13 X"\r \x13 ÊA`éÉ«\r \x11 K[Z "
b"~\\x16 IfVMÔÅß«~Ä\x11 0ë "
b"|üâJ’»@0©~Š5)€¥\x05 "
b"""
õDÿ\n
9›K·«\f r\x03\v ô°í
"""
b"¯\x15 @äÚüCÃÆ\x03 ¢éÃ\x17 ■£ "
b"\x05\x07\x10 ├\x00 ╠GqìîuÖÁ─l\x10 "
b"╠<Æe┴\x00 L\x11 Å;\x0E ▄©¥0ð "
b"ÿÆÖ³i¨Mý¿}\e “P‘uu "
b"\x11\x11 Zvè\x1A HûÑ=t)ØJ▓ü "
b"QQ;E\x1D CFª”¸¿Ò\t\x18 Þä "
b"pz╬ ÎÔBJ¼5▀\x00 nØÙ╩ "
b"-mR\x01 qòG)½¼\x07 ›õ\x04 \r § "
b"m╩E#L┬D+ÉÈà{¾t_¦ "
b"╠ümË(‗B]í!¡Ë\x1E °qE "
b"""
„yd "ÃL?±÷\x11 w¦ý\n
B
"""
b"Iä‚£’\x14 @¢”Å›>,ñ#ï "
b"×¼┘r÷\e KD¿´ØÙW»ïÔ "
b"g¤ðžÁ\r IÔ³’üx\5ŽG "
b"\x06 ä\x7F ‘ÊÍIŽ‹—øÅ«©q? "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"GT?\t ¦*NDœÔ\x05 h;\x10 ìÇ "
b"‰ƒšª}\x03 @y™ä‹\t >u§1 "
b"t`…FÇ\t B1›Æ)ïñ‡Tº "
b"t\x14 Hµ´BDŒ†¼\x19 gÝþ·6 "
b"Å(\x17 "Ý;K^–U{T°\t ž/ "
b"¡S^ÕY\x7F Eÿ‰¢\x1F KlL[‡ "
b"ã•àS0ŠH·‚êÝJ\\r \x1E "
b"\x01 ˜ÌhN\x03 q?š:à=)/5u "
b"R\x04 ÿ\x0E G}C<¡û\x08 ^║ØÀ╦ "
b"®³e¼ûaAz«»¯¼]Àûq "
b"■x>\v ULKTØ¡aÒh>│û "
b"┐¯\x08\x1E 0èF}ɧ\x1A k\x16 >µ\x1A "
b"-²æ²Þ\x15 Gi²Ê4hê.¡D "
b"ä}±Ý\x17\x15 B2±ÃsF²6jÑ "
b"""
\x01 ÿ╠]\x17 \n
p│ؽòƒÝ¹\Ú
"""
b"ýÃWˆØaOä´«ãHt3\x18 + "
b"[WÍ\x02 väO]’î.;0\x11 ÜP "
b"ù1:┘| Io▓»ð└Àؾr "
b"ÅÚ\x18 ┐?ÕJ╔öd▀b\e £\x1E / "
b"Ae†wÌ€M‰¼h\r õµ\x19 ÁB "
b"╣üVÓ\x18 ºJ╦║±Í\x02 ═ë "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b""\x10 Eˆ˜\x1D DïQ-ÜèB·\x02 "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b";¤UÉ\x12\x1F Ng╝ü╝Úªò▄» "
b"╠J¡G¥fL╩àıØ\r >\x04 ├p "
b"%=9y–\x16 K\r ½~ç;K\x00 C³ "
b"';\x0F\t Þ N5╣\x10 x├|mØç "
b"\x06 -\x13 ÌxsH†Ž&€Ùj†½’ "
b"ï§>83cC\f ™R\x19 Q¹ˆ\v\v "
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b"éŸ\x1A A•jO^†(¶xã˜ä\x1A "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"sGƶ§ãEæØ\x0E\x00 ¡bÓѼ "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"³T‚\x05 _öF\x14 §-ŽkD5§š "
b"íGÌ.éÇEU™\x10 wu¹\x18 [q "
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"_³Göƒ,Jê…Ý&û(\x19 ó¹ "
b"ÏñÅ\x18 °(J¯§˜Jƒ9ae\x1A "
b"""
ò\x01\x1E ┌ı\n
K■ÉN/\e ß½\x11
"""
b"10Á0÷\t C듺jUØÖ\x01 f "
b"})Ë(§UH3Â■ó┘ü┤û\n "
b">ôœÚÎEùš¬DÔ\x01 4\x03 £ "
b"YÞü|edK²èÛÐg╠\r Iÿ "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"ªh\x08 9\x06 °Eõ╗iüU ô╚\x1F "
b"‡Ž\x01 ë\e GG\x1C ›\x12 –ÔLȯ, "
b"\x19 B\x0E Ux×D£¢ÓíÉÑ c "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"q▓÷RÙ6Fdñ+Å¢à\x1D ┐| "
b"ÏÇ╚8À£A┤▒\x12 │MüéTd "
b"K;Ã\x11 —L|œMvgJËù€ "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b"í\x0F U7;ÍAÜÇÉqMläÒk "
b"ʬ╚UâDAø▓XÃAù§ÝØ "
b"\x01 ÿ╠gõ'pýÄÅ8)øw\t S "
b"ÈaýGü¿C╩À\f ┌÷le\x19 £ "
b"MÒ╝┌²MNVè[q)░\x17 ┤ì "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"\x01 ˜Ì]Œ£q`¥!ÌYY{tž "
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"\x01 ˜Ìhi\x03 qС\x03 ádw0½\e "
b"òý’jƒîEC¬\x06 c8c\x1C a¬ "
b"ÃR\x12 H‡ÛDj½s\x04 ”&\x07\x01 ” "
b"Â0^IÄDGéŠ4Ây\x08 räæ "
b"Z2Ý´ÿ$M:µj!i¿Cg² "
b"¬├d■å¡B×ÅØG═┬T¡< "
b"bf#ðæÙK¸ÅR\x19 ¹■-─ý "
b"s£õ,ýFB[å`9zì¬z& "
b"ݾ\x11 ”¤·O˜¿ü¼û\x7F `W˜ "
b"òÓŽÚj\x18 Ca¤ê—£:\e\x07 û "
b"\x16 sÏn,˜@¿½~w]¹½UK "
b"î`§®\x0F ÃL\x1F ˆ-\x15 .p¦¤\x01 "
b"æB˜ÚïòMŸ¹›8÷<nI› "
b"uÙ¶Q=╗A‗╣seé\x1F ìõN "
b"Ã3¤‚VñA0§Î±Or¯kH "
b"±x±l3\x1C Kפ\x1F [\e r\r ¤ž "
b"¤ \x1C P\x05 ëH$ìì³Û\x1D\f\x1F\x03 "
b"""
í;Þ‡\f êAe©\r \x06 \n
¹éYo
"""
b"Õ›‚ŒõQHÆ»wÛÓÕÙNU "
b"z•"\x12 W…L2«~AÇ\x06 -‰. "
b"xÕXë/¦B޼h7T\x7F ,ì³ "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"Ó^\x15 `¨ÑClÜÅ\x18 «³\x1F\x19 > "
b"úçYÓØåH¦┐\x06 ┴╣áIô@ "
b"~S'c¨\n O\x05 ¸Ú\x00 CÕõ— "
b"\x01 ˜Ìj0\x14 rRˆÚ•\x19 Ïü½ù "
b"âL‰Á°ö@…‘×\x04\t xHÈw "
b" œ@·°çA{†\x05 „\x0F ücüÆ "
b"\x01 ÿ╠_6┐s█¥\x05 öWvÅØX "
b"J@ZIÙ_F¸è¶oû«\x0F ;Å "
b"Cš\x16 ô5”@Ûœ\x08 ¹€~³=- "
b".ú㬵!Ag©\x1D YdG;k{ "
b"\x01 ˜Ì^qHqL³.}Hæy•Ô "
b"\x1E ¡ß“9‡A±•Q¸emÆÇL "
b"1Iï÷Mæ@¹…’YBÎ \x11 µ "
b"ØNs܇<C†½\x11\x1E e\\x11 Î "
b"├\┤Mù╣Eüèñ║▄\e uáø "
b"aùÛºœùOy·¦q\x11 ƒá "
b"Sª┬░¶┴@#ƒ\x08 {;ÚØb\x14 "
b"\x01 ˜ÌkµÖpnµ‰ï¶b?[¾ "
b"└+\$æ\x06 AWáüG#E^\e o "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"tØ\x1F ÊèÉE]“Ÿ™…Jѳz "
b" ┘k╗S=H\x1E áKØNI½pR "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"ƒ\x08 UƒÒÇL!ª¿DôX¯u« "
b"ýXØ…T¢Lü¬Eª«ŽÛ‰D "
b"öN;Æ\x13 █J█Å\x7F !¹[P╗╩ "
b"òߥõ•îDRˆºª[îUi½ "
b"B•Îvj/A\x0E †\x03\x1D zÓÀ\x0F È "
b"«Ë©É”(D\x04 —µÇ\x13\x07\e $0 "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"J$\x16 Åž\x13 IùŒáò—F‘ñ¢ "
b"’óI \x07 ð@˜‰vd"š\x14 ‡3 "
b"ÝÝ\x0F X;ëFJ·hÊÕ^¶\r \x01 "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"û)žvüâCª‹õJ^b…¦U "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"á\x17 ù9\x7F Ã@w®«lØ0\e ·Ú "
b":,çWÇ\x07 F†œ\x1E ®Ü´üš* "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b";£eÕ<IHç½Ók\x00 K³"Z "
b"¤ž,–Õ\x1E E*œ‚c&Ðç£[ "
b"âå╚£¡ó@\x0E Ø0X├µ╔└I "
b"╬Ø?eD#HóæËÛ\x18 f&\x01\x11 "
b"|ı\x0E ßg\f N«É,[╚8ßý║ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"DY╣KÍ┐@zû\x7F ÉÐ/\t\x1C + "
b"Øå\x05\x07 1·C Ø/ ÿ5õ$ "
b"2¹SOw\x7F MxªTæü¾pG’ "
b"Î\x1D ╠¿?¢@:┤2ç©?,ü£ "
b"YS…y\x1F ÍGb¿"Pš4<åÛ "
b"¯m¾’?åNÓ¤¨½\x07 ‚\x10 öù "
b"í)+Ù\x13 •M¨”@Š*O\e ¢b "
b"¿)8ü%)F\x01 û¬Û£@@█Ê "
b"Cj[q¡ÒJÒ‚}\v H1\x03 ‚ "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"#gš‡\x04 ÀCk±°úZ¬qqc "
b"Ž¿\x1E 3>\x10 L$¡l‹‚Ufü, "
b"€ß«U8\x08 DÄ©»\x11 I©ÜäF "
b"Íò~½b$G‚ª÷8S¦7\x1F "
b"F8³yê$Fù¨â€\x02\f eçc "
b"ô·?║'ÞLÉÿf²┬gqr\x08 "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"—þ\x1C \\x07\x18 Oªƒÿ$£\x02 N\x08 Œ "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"ËxB„kÀO︆ÓÙ”½9\x19 "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"±L┼Q´\x04 LjÉ¿\x04 S█.Jõ "
b"¶§À\x05 ‹JDž§ÝÌ\x08 Í\x0F 0\x1C "
b"T\x04 i<i}HT…Þ}çáï,\x01 "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b" }2Ò·ÊF1„\x18 Ü[Å<ÑP "
b"Å6R÷åýAUøE,Zç╚ô▀ "
b"zY\x1E @j¿AÓ®ûW[°T%± "
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"dÆÎ{Œ¶IÔª\x10\f •j\x0F\x1F ® "
b"\e ┐üÅ*»CO╗ñ╚èÇ├\x00\x13 "
b"<{\x11 ¬ ýAΆ{&-\x16 ™i\x0F "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"©\x07 ÿî¯Þ@\x11 §×¨PêJE† "
b"Ü2ü<\x05\x00 H’¾ÖïE¸îI\x1D "
b"J1H†÷Ð@Ó“¢ZúBV…ˆ "
b"\x01 ÿ╠g└Òrµü}█x\x17 ý\x10 @ "
b"¡å³—œÏDª†šK\x0F K{÷È "
b"""
W„ž\x12 ³‰GX¨Ã\n
>\x17 $:‡
"""
b"×Rè‚ÞvEëŠÐ¶Ò\r Á\x18 Ï "
b"UÉJÌ}çJë¦~ñª\f Ô\x13\x1C "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"¯ë®rZúK+‘îöUdšT= "
b"e£œB\t\x16 F»®\x01 }RÏó¸\x01 "
b"Ýø\x1C ±’\Iª¾½Ö•„\x01 |ž "
b"!\x15 áÜO@M›¶P\x04 ï"Î/ù "
b"J/╣ôÊ\x11 KôìÑQ\F █» "
b"m/:KÅÌMB±™\x15 3©Œ“À "
b"ÀË\x14 ©ø*Dó‹À“£6.\t ð "
b"¦╚É\x05\x00\x17 A:▒\x7F tRÍ{À\x00 "
b"bÜ×\x18 [ K\x12 €=Ã\x17 ô2tD "
b"ÊðѨ NB\x0E ˜ Fƒ‚øi "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b"‹êN \x04 Ø@-«\x18\x12 øš\t\x7F ¹ "
b"ìs”Æ~ÒIÚ°oœÄLš+\t "
b"bÒ\x1E\x01 ç╬JuéWwÉÔH\e . "
b"hµ)WNZ@&▒▒\v ╔õìK\x1D "
b"t\x07 Ú;ŽçF\x16 ¿§PNä÷´„ "
b"c\x1C Q¬\x15 qIe‹Ê%šuœ…< "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"›º—Ö\x0F LD\x7F ¡E.¶áÚšv "
b"'°á\x19 M\x19 M\x10 ‰}özn\x03\x00 ® "
b"\x7F t\x01 ÒrêN÷µõÇGÆ™XÖ "
b"Jî,x»I\x11 ‡{\x1E u¯"Ï "
b"$\r \x06 úù^G»§ý¥< ã”þ "
b"Ôw┬zt‗MtûkÉ¿▓+ß\x04 "
b"ÀÏyÉÈšHn{³Fõ< "
b"ûôˆ…¯EAQ°^ñ:ñ¥›~ "
b"\x14 1ínÇØLM®bÏløì\x7F Ò "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"ì\x07 g_#|Koˆ7_fŸ@Ä\x16 "
b"žM‹ ¼…L\x0F ƒ@\x1A o\x1C e>‚ "
b"\x13 êÒ ¯iK\x03 ¼tl'{=ÃÃ "
b"VR0Õ\x13\x05 F'Œóå“‚ÙÇ< "
b";²³¦\x03 ÕFu¡§IÃüÿÈÇ "
b"░\x1A ;\x19 Û▄B\x19 ì¾\x1C í±\x17 ╝L "
b"U├u█ MKìóàÐñHR▄³ "
b"ô‰ÖóþgO¨‚\x11 x¸¨¿ôÇ "
b"ÇHêvƒfC|²”B\x18 ô"µÆ "
b"ÆÒÂ&ÜIÂŽÓ"`-g\x10 à "
b"ý┤oVu`C¨û\x00 É&la\x11 ▄ "
b"·¿\x04 1Û>HÍÜ8ÍyÜÅ╬ë "
b"""
\x16 @\n
þ×åEi®▄ücb█ì╚
"""
b"¥\x1D £eÊ!Ia‘ \x03 ø„8©– "
b"é\x13 ÁNÂ¥@\¥ü6|!d\x04 Î "
b".á\x08 †\x15 KÄ©ˆˆï]â|\x01 "
b"í6▓ø╝tEiŽ\x1F ªº\x1E\x15 x "
b"r¨‚rCAIG¨\x08 ì å\x00 Ò9 "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"\x01 ÿ╠]m\x13 s\x08 Ñ·É·5¸v "
b"\x1F\x07 œUwGIA…”Ç*¾ÌÓ6 "
b"äÈU=åUIÞ„ï#’AÁ\x11 ¶ "
b"=Ý \f Å(L2º«7‰d\x05\x1A Ý "
b"żR…\x1D ·Fj‡úÎÁ¤¤Ïœ "
b"0ì\x05\x1E Ì‘Dê±zŸÌÄ\x1A\x19 Î "
b"`½ÌZÉ╠DÔ╗Æì\x17 EÃ*Ó "
b"—š\x19 +ó\x04 FôŸLKc‹4\x17 ù "
b"äù§„kŠKЉèkã®…JÄ "
b"òxçü┴ëN^¥ÃË\x16 ®\x0E rÄ "
b"\x1A —ïµvšJü€Þæ&Gkû> "
b"\x7F ¯ï%qƒL¨▓ì\~OßLü "
b"▀È\x01\x1F ¥=N2ìeùcmÑ╗ô "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"Íš\t ¡.GK·Š\v Ø\x17 .³žÊ "
b"¯w:æ!KA!¸$U¦s˨— "
b"òn×*x"N\x03 ž<€;\x0F ×d\x00 "
b"žªÊ ¤yB\x19 Šþ\e ´´w\x15 5 "
b"ìÊÑ4`áEï¬Y8q·‘«Ò "
b".Å&}\x10 øHÌ›\x01 ÆNev‰J "
b" ‚[pãuC@–´ÓPî\e Wi "
b"¦¶ƒTØ›Jž¸Wà³!?lç "
b"µª(_g\x0F B„™€Õ˜¢>÷ "
b"Ab\x1E ´Ú\x1C A´ü╬, Øàúê "
b"ðn\x05 ;DEì╗*\f \x06 Ô6â "
b"bµ\x13\x14 vpGF«ò\x12 ¡ˆò\\x13 "
b"cRO¿C\x17 OS´ª\x1C }`²f\x1E "
b"#€Nã)\x04 Hª«Ñ%ËcÍŸì "
b"""
Éêøæ\x04 F4†×e\\n
QÞ\x1D
"""
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"ƒ{~Σ˜F\x13 ¢"\x02 ÂC™Q„ "
b"Úœº|;ÍIa”\x1A :#ë,ân "
b"Ç5„Àº!Ej–é\x1F \r ÁbÒ\x07 "
b"®ŽØ™ö{Jd¸\t ~³‰½&\x08 "
b"4Ümv1¿Lü«╗ÀÏ\x10 üà) "
b"Ë\x1E ÞþüÃA¢‡ç¯M3%éu "
b"[┤·~½*LöÜ\x02\x08 kü\x06 Þþ "
b"òQ\x1A QäðKÆî┼ô\x06 V╝±Å "
b"å\x1A ²\x01 ƒ>OæØó\x05 t\x1F æòà "
b"ù\x02\x17 û˜ÖJ†—DäàšÀ[À "
b"}£†ß;ÃL3¡Â\x1D ÿ)…öG "
b"}\t\x12 ü«µL·€e;AlDÊì "
b"|C\x18 G²¬F§¡#ÇËC\x1E Í“ "
b"®=¿È4\t Nî˜A{4EÐÖm "
b"\x0F\x01 £A9\x14 Hm…\x10 9‚¸\x14\t\f "
b"m|ì+┘.F@▓W\x1A ¤î¸°¨ "
b"õ¥:\x02 çDvüÇ\x0F ╝X²+¡ "
b"¶œAm”\x00 B; ÖDÚ(\x18 ô\x10 "
b"\x01 ˜Ìjn‚qÇŒBC²5à’ˆ "
b"©b"v\x1D YDgûþ\x10 ü··xı "
b"¡Àz?@ÛI\x0E ¢z\x14 D$\x00 3° "
b"""
º\v \n
{ì4BWÜÅñ├├tÊ3
"""
b"º\x16 Mø„ÎHë’èþ’ý"aF "
b"¶öeÂ\x10 ýK›˜Hå³=Ów' "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"\x7F ] \x18 Ó┴NÅ컃\t î(Xà "
b"\x01 ˜Ìg¢\x00 sÌ½ÅæÖTóm\t "
b"Æza[¦SL†©–îÑ\x04 ÷·= "
b"""
ynóÐ\x14 $N»®:\x1E §…\n
À¥
"""
b"zÂÁØ ’M‘‘\x10 q‡â¹èJ "
b"9\x02 ²zÅçM‰©\x02 k…\x18 ·T* "
b"\x01 ˜Ìg†Fp2©«ég\x19 ÿ\x13 ð "
]
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
)
)
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
GROUP BY
`product` . `id`
Copy
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xCDD2EED9E395448A93D21AC5184B9608 , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xF028A866680C4C05848317D1C1E77CEC , 0xC88DE4D3A41C4185A33338EBA4EDDA2F , 0xE057C3301EFF41CB80F4C75504ECF30E , 0x1C3060D8552F48F78E6F4A44BE26602C , 0xBA3D6CC68ECD458094A470C377ABA7A3 , 0xFFD1F0C23D9A4A6791DA9BF9BCD6BB73 , 0xCCB31EEA31424251A9FC28CE43A8F50E , 0xCA36208D282346B3A697A10104C5BC51 , 0xEFFE7E6118B84E3C9A25CBDFE2903BE8 , 0x9093355131A04551A98DFB26DA992848 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xC1C2D28F30304F86B4B1307FC726ED47 , 0xB75A51B5075E495F8D4F31E043346928 , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0x86AF7236F6CC4F90BD1635F05F17354F , 0xF3411554C89D46728137D0C5A86F7878 , 0xE146914CCC0448EBA1744B3C905A10D7 , 0xF164459A28DD40CCAF354DE04A184554 , 0xC0DF34C6367E4AB6B4E41C6B27E452C1 , 0x52441A8E191748EE96D0492C2FD7FD51 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xE8C8C3FD9105421B81A59AFC0AE3109A , 0xDDE94EA94032443B9972E792F40D27FD , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0x682A3DE9A2534E51A494650F0D1B189F , 0xD7E8715D345F43E9BCB6071AC13F09E8 , 0x7E36E27D07E845B4B3E436352524E25D , 0x90D2D49D95E244CA963853B5C550A967 , 0xFB881B050804476897098861E68D745E , 0xB4C15976871847E9A8D98346F8DA3C55 , 0xC9473F029A1A4A78B4A89BCDCCE13B77 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x68735DA4B8A14C5C8878AAA8EA58CE45 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x65139590DC384732A2C0A4330E2E1586 , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0xE5FDA7B1A0AF4E90891435E7B57479F8 , 0x82059CFF6192466CB463468863F2EB82 , 0x8D58B94168F74D86849C1E4F3C43AEB2 , 0xED7A52C34FD54E27AEC1C2A4FC3794A6 , 0xAB809F3135914F09B080A55EF7585888 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0xB5E7BC5A11674771937219FAA177EB50 , 0x526A2E9EF8174E219B0095559127DF2B , 0x609BA8D52A144632AE911C986394FE6B , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0xA2F08C8CBBEF44E39B57E0E0FE86D881 , 0xA7B05FF5057A4D4C876E6CA794B7FA08 , 0x51DADD0548404AE780B7FC019A1054A8 , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xCF85813F532E4972AC69189B9516A94F , 0x83BB33285D6B4232BA9F07752D952C23 , 0x7AACDE62AF754CD29458779F9D9F3BCC , 0xCC712B05D84040F5B6BF4EDE47807855 , 0x3C45FB04744F46A0B0215B0FF5110BC8 , 0x15E00533A5F84A22B3558A03A0745E32 , 0x52EF00472FB143D9A886DC926D0FB9A9 , 0x2722E11330BE4AEDB3D7C10DE31C0B84 , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x23B5CB1EBA8A43ADB7D5FA82B6C1AB09 , 0xB69C189B29B14092A20F2A1166B95D0B , 0x473070CE351F42B8971A6EF3F1CA15A8 , 0x5B582BB76C044B69B548DA51A3C47AA3 , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x0198CC6AE73573D083DDEA13EAE37BC1 , 0x0198CC5DEDBF736F8498C014BA391DD4 , 0xBE57B85860A84D41A778C879770B7984 , 0x9C7D98D6ECA043D1944FDCEB07CF84DE , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x3AFA423CB5F641F9A9A961B3D8BCF0C3 , 0x56C8CE10ADEB4F28AF64DCFF620846A9 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0x5976A65551CD4B469E5EBC80559D0B58 , 0x22F3D427F19048139D0030BB9ABB309E , 0x407E933A965745A2B1184A38E94D6F9C , 0x29A90C4990964DB9B7E96A03A5E7E28B , 0xD0AE2F4E166A468C99925A0A6CB05BC9 , 0xD5CACE4CB0484E41A54D8E5607003C8E , 0x52D96CE20C3E471984A51A891F6B817D , 0x83DF3FE2FABD41A983058AD1B9AEDBF4 , 0xB3B20306C4CD4C38A9D96201661FA19D , 0x0198CC5CF09773C08EC0D20DD4FCD9E7 , 0x8F1C43AAEC4648C4AAE1044AFADEA236 , 0xCF87D9E481A8420491943B5F566C381F , 0xB8C824B84E344A51AAA751B34EA3ADE8 , 0x5A726A2D9CE249F28851F14FE925A0D4 , 0x4E4D45F20929421D8BC1133D32FC6B90 , 0x0198CC5E901B70A98A5FBD92548AC6B2 , 0x9A08A471D1554E4D98AF5AABC1A39495 , 0xDC952CDF32D24C109D88B99A84318AC6 , 0x8566380E2610463A8DCDB05B25141AE5 , 0x49E3D5AA20E64603BBA02E3D3B264C96 , 0x8785560BC9694947A6B451890E261A6F , 0xF87F7426443E482C86916D1D63E88056 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0xBE5A036021484E7C9C2F2446E8F73432 , 0xAFCC10D5FBF14ECB833795BD082EC0AB , 0x51B303C46242476F81FD06C0083E818D , 0xD532F308D54B45EF99B267BF10C57E9D , 0x8569886D54D848FFB319A42BB2B84624 , 0x42E358B9792040F09DD3C26F9A8BB19F , 0x17540E8755D7452DB3D1E51D3F2864BD , 0xFD302A1D1703488886268220958EC59D , 0x1E3FE1448C9542BEA4BBA22554F75E0E , 0xB8FE6EF6A6484429AFEEADEB303B5E8C , 0x0198CC6B2D71713DB3C35EB594764799 , 0x7462E5479AB14432AFD61D42B71D6AEB , 0x853793D702254320932E0A825C0E65C9 , 0xD838642BCFD2403CB57E35AF54A340FB , 0x275294068F554ED984BFBBEEA86C7DD0 , 0xED91F7376BD54AE69FCD885BF4D32B21 , 0x903B64B4A695470AA3CAEF90E59B061A , 0x0198CC5DAF3D72D6B8EC1FF2BBC3DAEE , 0x82794EC8142C4BB3AA06990BEA889CB7 , 0x439A77A8893E431085804085662C10A6 , 0xE48EEFED14B644A9806A5ABCFCD73E7F , 0x50460B56D7B7463C828F3AB4D045D751 , 0x711AEB58C0EB4037BADD7BF4454538CF , 0x63E71FA4D7104410BF3D2AAB96993885 , 0x73FB23B48CF54AAEABE2E831BE5373D8 , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x0198CC6B028E72AD9D453934A7DC68D8 , 0xB2CFDD9C4984491EA2CF398380FBBF5C , 0x39FF5A00C62943519F2609B434F71777 , 0x5CE78F3E525641B2B2490526E0794290 , 0x962243EA5D324D1282E88D6D625A1E70 , 0x2905EB8F03A54AF2B5460506BAB1783E , 0x6F9351D6654E416FB08D24FDBE1CAC03 , 0xAD7AE348DC854EFDAC7F811EDE30B25A , 0xC75D4823573141F8AF057DC0E11FE456 , 0x416128A4F8774B4AA8ED9A351A18DE30 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x44BEE7C8BF264F12905CE8F20941524A , 0xA16D92237AB9441AAB63138B567888AD , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x22134171BCC84DF6A55EDE542CDF3D38 , 0x0FB17958D9654B9C9B30535001C901F9 , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0x268FC412578B406F8945566B61785612 , 0x7DF70695707044559057EA36A1E018A5 , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0x98C6688BCB444CBD98C8CD1A636D76DE , 0x56D447A6F3104610973EFC6A9C905960 , 0x845C2851698245D988F548DD8AF3898A , 0xF077E3CC9A324774ABB6CD51F6A78BEE , 0x34322AD0217B4362A1CFA0E6C6172B99 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0x8C2CA16E96074B43AC2494E997313E08 , 0xA90319796686407B9795490FBC7029FE , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x5273F25E874942CB82DFADD5B054A179 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0x25185DA2034A4B4D945A6B8511FF1C02 , 0xB7ABA5C037FE445BB1C88D6676EB5671 , 0x71949C6E2EA14198B17EC1D600F6FBFF , 0x74024962C39346F4AA1D015DCA8026B8 , 0x1CE9046A05BC4CCBB80A62D403323681 , 0x0198CC5D41E271B2AB26CC0E57125D65 , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x5D2136F07ECF4C5F911AB9E4ADEB2C94 , 0x81081A5A7D8D4092BFA3DD0C76ED717D , 0x4791E56D7CB74E039F451E39E4313A15 , 0xA3B1881AD77A4C3BBE650A69601DF9FC , 0x378A5BE7022A4E57B2C88411C7ABB3DF , 0xE2E9C43BC19342C2B7BFEDE713D921F8 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xC702036A9BCF499BA4878FAB1225F73D , 0x0198CC69946672DCB6E341697E01BF4A , 0xECB62FC0347F4456A8BE54B3C547AC09 , 0x58D62AADEC394F14A56CD89542929CE3 , 0x331888DF6B9447CF803F6BCA8A111B63 , 0xC6DF0B298D2C4B4EB24694942299AD52 , 0x4F60ADA1C2A24BF1A5D61CF22B816BD0 , 0xDC883923ABCF4CFAA6B0644820009EBB , 0xE34F8A97FB30448DB110740D4DC45B09 , 0xBD964333BD904E599616C2DB42751180 , 0x0198CC6AA8EA71C0BD19FEA37A402D21 , 0xD1EEEEB7F2BA4FE7A9F9B2360D5E47D6 , 0x6A074B59DD38478F88F38593A989D76A , 0xF103D167EFFB46BEA5FFC3BE437B6AF1 , 0xEA507708620B474B8AC1945FF1BFD4DE , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x9C84B446F04C4CDAA2EB6ADEC397A751 , 0x0198CC5ED61B737ABF98DF2318E02C36 , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0xC4E218AAE3D04964BD6D64A875EE421F , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0xDEEE243E7E1C47AA84DA8A918B6B53C8 , 0xE12095AB0F044138985C335E2BE04ACE , 0x72CFD1064DEC4B82AF7A258488413A58 , 0x9D70CD3F428B47988444067BEF2FEB14 , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0xDA4DCA725BD446D8A39629BA6AE40A5C , 0x656EFEF3430D45B1A3F22DC32DAF30A5 , 0x90746C98BC364BC4AC071000CBA52AF7 , 0xD09A31A17628445E84736E3C7EF33851 , 0xB874C82B895C44B09CC94E5C24A77563 , 0x1D5C64C874BF4DC69F3FEBD04FAF3364 , 0xCD27B8EBA772438D9B93A44EDABDE12D , 0x14CE356C0DB543F499C0709591162FB9 , 0x2A04967D1CBF4B3A9F5B5883B4E7E7C2 , 0xCF9CA6EB4A8F4C1AA51078E31480C385 , 0x504D7A029E8043E5935DD10339E998E9 , 0xD5676FC0F1F646E599DB3A444079AEE5 , 0x0198CC6B7F147132B2B0B19AEBAC211E , 0xB8794A4D83584C79BA892A0F5814AEB6 , 0xC86C3C9567D24D54934A8937FDD264F5 , 0xF989DECED84B4F289326C5549F63B236 , 0xAD8B04D5AE6E480FA06CAF45282E1A13 , 0x47B92494B56E477D9F6F8B33E553FFB4 , 0x9FB345E9109145D5BF6FECC71FB12180 , 0xB93CA20F782244809E4109233BE785BE , 0x68D5314D01024B3B86C0FED97B8E4971 , 0x6F9788E079604257AA0415037038A0FD , 0x21D1BF09288C40BFBEC56A3BA45220AF , 0x52CF5741107448D29D3BE870F8A311BB , 0x0198CC68F8A570C0AB5634CD9241C579 , 0x11EEE5926FF645DBA7F49F4C394E51D4 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x7F575898CCA44B77846D351643C356EC , 0x9DC8B1CEF16E48B1B369C66F3F079F0B , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0xDBD660F43048485EAA18F15BA70E2DAA , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0x0198CC5F90AD7111B283E66216D0F253 , 0x82D873A0F6C545A2A8B3BBB660D2465F , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xC063D9FA162E4A7F908308C99DD17687 , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0xEF6F6ADE8577455EBA73E19A367DC8B5 , 0x79632A2EEDC249F7AADC9F0A3A5A4180 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0xA0EA93CAED694B4E996C471C18CA245D , 0x1F5B4C511C8F44FF8165AEEB43533943 , 0x804D263D5F2D4EC0B2D5CE795E3EC534 , 0x545EDAC6568845E6AA01C5D5328026C2 , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0x271E00996E0D46E2B60CAB0CC352F774 , 0x6DBD105E5C9241128BEE5DCE90FAE36F , 0x0217734EA93E4162ACFF209D83B739FB , 0x55DB626078624359BA213FB9B1349AF2 , 0x3410B846409243BA8F817BE282CB5A55 , 0x4595DD600B804CB086640BE835EE6351 , 0xE4F316F16A274836A75BFFA0CC54BBC7 , 0x6D946CAEE54A4C6BA588E29AE9C4ADCB , 0xC3F7F4BE2CC74590A02873567380D6D3 , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0xCE5793F674024403884FE3EB8E4CD056 , 0x9AA342D79FC246E7BF3FB88DD627458B , 0x29968B24BD074462B00E75A9EE92F787 , 0xC6C244FECBB04C999BFF987241025147 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0xF57AB7AD5A5C411E8EE2494DAD12D1FF , 0xCC3A6C37198B4653B8A6EC370130B625 , 0x16CEE3CCD79B42A59DC5DE8D4C242F35 , 0x9FA306C764344CF2A08BF02D94840004 , 0x4B32977F21BC4737A8E5A594CD91F0FB , 0xFC0059158E8849EE879AB9F775CA616F , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x3960CAFA071045B6BBE38DC2F57ADE85 , 0xE1153E7792A848108B4A3A648FA3308C , 0x7B5B8413E4AF440780D41A419A972862 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x9BB40045667440229284A2A5A49AFC8F , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xB1A7190FBA99439D91838C43CEC2030A , 0x94A2B191EA5343E09CEECD0B5BF5442F , 0xE8DFC7D9CBCB4768965C76A92D98D2D9 , 0x5B492EEE32624E18A10AE00710171A51 , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x5ED5A77D39844B4783C6F4FA50B7D0F9 , 0xF7275334A23A4B5B86033B6D17EBF19F , 0x5870801535E54876A6A694C03B2C643B , 0x4D319B5273E04263B4F7261231B6EBE5 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0xAA0633837D8044D2968E25CF48B70685 , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x64234AC24DD0480491F83700FE837DDB , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0x8CD1FFADEA924F1C8EE1B39ABB8430D3 , 0xFCF601EB43374A5BA5BB0D1D0E4C81A4 , 0x0198CC5DCE75731C8A726B96EF07B9D8 , 0x4AB731A1BE664130BFA5BEF7B4057A73 , 0x98ABBB4CF2134A918F666DA5A2E96FE4 , 0xD3624F353E4B451DA71497342E37F597 , 0xFB46804470654A8596C47F0A2C40179B , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x42557CD0550B42E387FC2CC53B9EFC2E , 0x4772ED5F211C46E3B858336A692FBCCE , 0xB445EFB7F118478599E42455EEDFC436 , 0xF2B54279554649EC9FAE8154F799E7B1 , 0x486A6B11FECC4C3FBA270B88658E177B , 0x310311DDB9F24C3DBB8391399F34D1C6 , 0x315CCD70CCC14045971524537C9AFFB9 , 0x0F2BC509943F425F88602389A7ECEB65 , 0x30FE6DA74E644FCA9DAFDCEC94FEF63D , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0xD0113785D82548C5BB57686200F85125 , 0x574372388CEE4F2781F6C8ED30644D1A , 0xDD53462FD3D3462A93F2E4A1A3547E6D , 0x2D862D31EDDE44C9867817A333B64A18 , 0x72FE7C5125414792B1C52F53F90699C8 , 0xD6D17618ACAE4DBA9CB128AC2706AF16 , 0xB26FD0510D574EE7B0C9591C98D9C61D , 0xC79EAE580F1E49B6A3105EA7BEDB85AB , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0x531F2BB32991464EA5479343F2D9E577 , 0x79473E66FB7E47E59446EBE69FCE70F5 , 0xD85D5017002B4B0EB6BA7CF4D199EE55 , 0x0198CC696DF771CABAC7B15688F73699 , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x1FFA59E417C44ABD8C403B421CD27872 , 0x2BB38224E14E40AD9A1FBE12C7969E0E , 0xFB27462615B64401B36B3AE0C4709EBF , 0x5422F85ED4414F27A8874D9FE97FAB22 , 0x470E894ED6CE4D7387A3E5B6F6CB9308 , 0x6C72832AD69F468EA5A04C8F470A897E , 0xD8B824ABCA80447087EDC9C65BE9DAA3 , 0x1966C48883004FF79A2E78D4789D63EE , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0x806C9DD1D06F49F1B144EA80165E960D , 0xC330F8BC4A8B4A8F99A50E140637F1EC , 0x4565E2509797459CA8F79FED8B816D5F , 0x904066013A1048299ECA7A3AA4BADC8F , 0x66D5D6B400914B72AED99D6092B70031 , 0xC3309E1A37934376B8FD8F0EAB389E12 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xF3299586DA83433FA100F10626713DF9 , 0x092D2C7B29524716AF65FEDFA8CEE6EE , 0xE0C4C4ECB8FD4F7AB8B09313C21BF444 , 0x4E45326E80244B48A83D81A7A7DB1012 , 0xD618992A7D634A48A3F42BD47CB67F91 , 0x0198CC693309723EACD46059D041E307 , 0x64642AD8DCB04A20801A27BEDD3CCFC1 , 0x1AB6A299109948DBA1D3D50C71840D45 , 0x3FCD66FB31B243D496912A25489F0376 , 0xB4F81406BB7D4C3E8BF8C45C71108E87 , 0x0198CC68CDD47319B07766FF38C5ABC5 , 0xE63AA16A244041A5B6312F69DBF73E77 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0x457441DF0697420AACD2A8822CC9787C , 0xD6A2D5D8F19B482B8B6126678687995C , 0x0198CC689B6B7352A33C4F306F5E2FC4 , 0x656E774BA7B143C59A5097CEBDDCB0A7 , 0x31005DD2B74A410A9B0586EFCBA4B6BB , 0x6D9714C4DAF14E40B209C42BB455C6A5 , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0x4050B387C2B245118FBD742F3A60CF12 , 0x388033CD3AEB4F7CBCB48A3BAD57BC43 , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xE7185F063E81404A97FFB7AEC5DED5C7 , 0x4C724C7383C64F76A3CFDD4AFCA227CA , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x3DAC7D9E55BB468CBBC72AB008443CBF , 0x73DAB52576444267987E94F9F7103667 , 0x87C49414B0A541948A27BB8E857724B8 , 0x2A41EC16EB304AF5B52103615066FE91 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x0198CC674F767345B4F60E77D83B00A9 , 0x0198CC6D21B27332AB9E350C390D58E7 , 0x4AF5313C097844CABC8CADE116493D04 , 0x8DC8C8948FEF421883507EC57BA51377 , 0xC7A110B7ACB64349B162152ECAFAE903 , 0xD55F4CEEAB2C465DA83204D5E062E157 , 0x06B1592C585747CFAEAC1A00D3F39B43 , 0xC3FD22DEC65A42FFA3373EB5E2D88D43 , 0x8489CD6CB7CC483AA640A3AE165670FE , 0xCA38202954A4447B8DF8AC2BD3709CA7 , 0x5939695EA3124CAE813162508BA1F4CC , 0x85DA08719E454CE18F73264271862968 , 0x8DA7A25F9351468D9EB15F01D3D11B24 , 0x31C03C576DEF4F12BCFF973C398E8A69 , 0xBA4C016BA9064AFE97EF3BD42079A728 , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0x0F7348DFBCCE493EBEECAA52DCE6E7E7 , 0xC508195E023B46A588DE25236CD85DAD , 0x6959FF4FAE9841E9B9286061A2CEC5C9 , 0xF3026127DA8742FEAD8E7F1FDB7F65EC , 0x2B13ECFBD21E40308DFEBE90637AA9EC , 0x3C7756188485458592D8FC305C4FE7D3 , 0x4AECC640C177477CA8D0F2E2F0BBE255 , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x6BB1E50AA6F245489D68DD516E7B0070 , 0x3876768531E14776BAB81C7E49E63625 , 0xF4F6F810C6B24CD89FB0237E72FDC361 , 0x48623F74242E4556835BE8FB7EA8E971 , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x0FCD4135A9E846B49CF849BE143569BA , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x25CFD871B70546579654582382E68C0F , 0x9221DB64CBC54FF0BE53254824AACE1B , 0xB068C8733E6D4375B4D47487242D4AD1 , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x046A73EDCF054114A12A7D5993B944A1 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0x93E012735E1F423F9C55286DC1F61059 , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x0E1DB1394451456AB9D549E752CAEABC , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xEC555BCAE6BF4709829E2D5EF208806D , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0x9D8094E327FE44A6844669EADE9F4575 , 0xC2CD843A111E4F8092310788318AFC09 , 0xB821B28CD9934BFFA2509288187C905C , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0xF505E86B627E4EC7A17E90A2469C3761 , 0x849C52D902464254B6EF2CC46F743767 , 0x5204F642383848ECBBED7996E93530F3 , 0x7E056788EF0A45058D3CF97DA16C6E34 , 0xFCF13F0BEDCC4ACBA1FBD449576256DC , 0x2D95B59535AD489C819FDDD8EFF75A1E , 0xE2F150F06DC34E42993E7CF6048A4556 , 0xFF5738DE6F444983939780CA7929CD68 , 0xCE8C0C19B0DF40D9BAE99120DF6C7CCB , 0x9B878E70DD9D4FB38496E8D5ADF5CA8A , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0x13EF8873A3DF4E74AA4E34A18839CC61 , 0xCAAB55990B6541CF96D4D0E23BAE47BA , 0xEC909E866CD443C09A61AC5437DD199A , 0x3104212A9F044523A58F74EAD66866E8 , 0x11E82F3879F146199C413DF3478FC820 , 0x1778AB2716BD45B29F775BD00B0C30AC , 0x817655206B99448CBD68B3302A622981 , 0x6BAD9179EADE49C1BB1205984475F53C , 0x0C54BC7BEB2E476CA132A401F01A6D38 , 0x97CC482CF3FF4C4CBD5618CA026AD75E , 0x34327BE5DBB44895945339588A43B466 , 0xB2D7EE3218D14BDF822965986695D098 , 0xEE8A73BD159F4E2FBE00A5DC96158E7D , 0xC4DB30AF03E348968D5D2B39210A65A7 , 0xEE1B99277FC14C329F7A874CBCCFE167 , 0xDEDD8BD364C14C2BBD27D0ADE6534A9C , 0xB191585D57FF41C7B510065AA4CA4675 , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0xE08D5535BD5B4CA593AE61B710B78113 , 0x4AA1D3295D2945CAA5CDCB4118996401 , 0xADB42016585941A3982EFE96F98DC6E9 , 0x3F8F4BE9E4754A168682364F9057B965 , 0x59608F2A9397440D84D61EFBEEA45669 , 0x1FA234576B7B4EB694A0F31D10ABD6BA , 0x68C8C7034E60447AA8749EB8BF86F294 , 0xD6D86C51EBD643BCA90B0E65096AF1CD , 0x5DA5EC9BF2EF43EA924485C59D4AB67A , 0x5979C425BDC041DC9D5A1ADDD50CA999 , 0x3B96C8FEAB0C41CDA83151D9062CEA84 , 0x8DF4573B4F3043328FDF4B8EE6C0A1A2 , 0xD57F92A7BB7147A2899AA10333E95942 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xD48120E751684DE39AAF6E0288FE60EE , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x484E0C21B86B4F4B8052439585B7D6CC , 0xFADABA2376494B08BDC511421B6A311A , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xFF47575010874DD6B0D222DE992A55DB , 0xF4C646A34A7047BE9F567EF37E0071C5 , 0xDAE677519F5F47D2AB6FE3E085036063 , 0xA057E1F624CE47398F8830F46D6DFB30 , 0x5D22A0BEC8634139BBE89A12FE66B022 , 0xC5FC0999F6C34BE3BE06B6AD4BA126E8 , 0xE87398717CC4404A91DD72A1CA1BEA4B , 0x53F45B9EC5AC45DEBFA99DBA4F3DF21D , 0x0198CC680EE972E2BC65FB42888A14BA , 0xA83FD9A654A9477FA8BA1F5E19CB7828 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0xDDB799F5B74C4C98AB8694F9D23D0073 , 0x0198CC682E0972F5B7EEDD4DB2E44E22 , 0x0198CC70ED8671CFB0150A9F19EBA190 , 0xBDFAC1517F8048668F6EF9F535572B9E , 0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x5D22D59CE064476A89112CBF924157B7 , 0x8A0834417C324B28A7F87FC3D2502016 , 0x72947C0213214597B5339601402088FF , 0xF308D25AB72D401A90661F497135736E , 0x406B6821EB634F1C8D8917A016D97019 , 0xA4BED51C41434299817A48ACC8861251 , 0x380181E6BBD4494DB9C480E74DA0FB84 , 0xA6BDD777717742CBB24910F2445E005B , 0x763D792A5DCB414FADA4732CF4706EE1 , 0x569AB0FB3A9D4213A62EC9C3D031DE1E , 0x833D8AF3488E467481EB4C9D5345D177 , 0x419DF2A418494FD5938943FBD214D92B , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0xDA93F47604F64A8DB09D293A26096AD8 , 0xF2381065E4A14B9D97B8D6E5EF76BB58 , 0x1358220D13D241608290AE0D114B5B5A , 0x7E5C164966564DE28FE1AE7E8E113089 , 0x7CFCE24A92BB4030A97E8A352980A505 , 0xF544FF0A399B4BB7AB0C72030BF4B0ED , 0xEE154084E98143C79203BD82C717FE9C , 0x050710C300CC47718D8C7599B5C46C10 , 0xCC3C9265C1004C118F3B0EDCB8BE30D0 , 0xFFC6D6B369A84DFDBF7D1B9350917575 , 0x11115A768A1A4896A53D74299D4AB281 , 0x51513B451D4346AA94B8BFD20918DEE4 , 0x707ACE20D7E2424AAC35DF006E9DEBCA , 0x2D6D520171F24729BDBC079BF5040DA7 , 0x6DCA45234CC2442B90D4857BF3745FDD , 0xCC816DD328F2425DA121ADD31EF87145 , 0x847964A022C34C3FB1F71177A6FD0A42 , 0x49E482A3921440A294C59B3E2CF123EF , 0x9EACD972F61B4B44A8EF9DEB57AF8BE2 , 0x67A4F09EC10D49D4B392FC785C358E47 , 0x06E47F91CACD498E8B97F8C5ABA9713F , 0xCCD9066175B04394928DD9724466B232 , 0x47543F09A62A4E449CD405683B10ECC7 , 0x89839AAA7D03407999E48B093E75A731 , 0x74608546C70942319BC629EFF18754BA , 0x741448B5B442448C86BC1967DDFEB736 , 0xC5281722DD3B4B5E96557B54B0099E2F , 0xA1535ED5597F45FF89A21F4B6C4C5B87 , 0xE395E053308A48CE8782EADD4A5C0D1E , 0x0198CC684E03713F9A3AE03D292F3575 , 0x5204980E477D433CAD96085EBA9DB7CB , 0xAEB365BCFB61417AABBBAFBC5DC0FB71 , 0xFE783E0B554C4B549DAD61E3683EB396 , 0xBFEE081E308A467D90F51A6B163EE61A , 0x2DB2E6B2DE154769B2CA3468EA2EA144 , 0xE47DB1DD17154232B1C37346B2366AD1 , 0x0198CC5D170A70B39DAB959FEDFB5CE9 , 0xFDC35788D8614FE4B4ABE3487433182B , 0x5B57CD0276E44F5D92EE2E3B3011DC50 , 0x97313AD97C20496FB2AFD0C0B79DF372 , 0x8FE918BF3FE54AC99464DF621B9C1E2F , 0x41658677CC804D89BC680DF5B519C142 , 0xB98156E018A74ACBBAF0F1D602CD89B6 , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0x22104588981D44EFAD512DDCE842B702 , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0x3BCF5590121F4E67BC81BCE9A695DCAF , 0xCC4AAD47BE664CCA85D59D0D3E04C370 , 0x253D397996164B0DBD7EE73B4B0043B3 , 0x273B0F09E8204E35B91078C37C6D9D87 , 0x062D13CC787348868E2680D96A86BD92 , 0xEFA73E383363430C99521951B9880B0B , 0x27CC92A4506042AA83FAC90390F228B4 , 0xE99F1A41956A4F5E8628B678E398E41A , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0x734792F4F5C645919D0E00AD62E0A5AC , 0x7C6F17798A754C749F038BB588490847 , 0xB35482055FF64614A72D8E6B4435A79A , 0xED47CC2EE9C7455599107775B9185B71 , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0x8C2481E41A8344B881669094EB365491 , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x5FB347F6832C4AEA85DD26FB2819F3B9 , 0xCFF1C518B0284AAFA7984A833961651A , 0x95011EDAD50A4BFE904E2FF01BE1AB11 , 0x3130C130F70943EB93BA6A55D8D60166 , 0x7D29D328F5554833B6FEA2D981B4960A , 0x3EF49CDACEAD45F99AAC44D4013403A3 , 0x59E8817C65644BFD8AEAD167CC0D4998 , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xA668083906F845E4BB6981552093C81F , 0x878E01EB1B47471C9B1296D44CC8AF2C , 0x19420E55789E44B69CBDE0A190A5FF63 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x4EFF0540DBB748D3B39B989D37828734 , 0x71B2F652EB364664A42B8FBD851DBF7C , 0xD880C838B79C41B4B112B34D81825464 , 0x4BCDBEC311974C7C9C4D76674ACBF980 , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0xA10F55373BD6419A8090714D6C84E36B , 0xD2AAC8558344419BB258C74197F5ED9D , 0x0198CC67E42770EC8E8F38299B770953 , 0xD461EC4781A843CAB70CDAF66C65199C , 0x4DE3BCDAFD4D4E568A5B7129B017B48D , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x0198CC5D8CA37160A521CC59597B749E , 0x169EBAE0493B405E8E0A77198A438E61 , 0x8F357A9D134E46D29E293AD00287B051 , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0x0198CC68690371D0A103E1647730BD1B , 0xF2FD926A83EE4543AC066338631C61AC , 0xC352124887DB446ABD73049426070194 , 0xC2305E49C44447E98A34C2790872E4E6 , 0x5A32DDB4FF244D3AB56A2169BF4367B2 , 0xAAC364FE86AD429E8F9D47CDC254AD3C , 0x626623D091EB4BF78F5219FBFE2DC4EC , 0x739CE42CEC46425B8660397A8DAA7A26 , 0xDDBE1194A4B74F98BFFCBCFB7F605798 , 0xF2D38EDA6A184361A4EA97A33A1B07FB , 0x1673CF6E2C9840BFBD7E775DB9BD554B , 0xEE60A7AE0FC34C1F882D152E70A6A401 , 0xE64298DAEFF24D9FB99B38F73C6E499B , 0x75EBF4513DBB41F2B97365821F8DE44E , 0xC333A48256F14130A7CEB14F72AF6B48 , 0xB178B16C331C4BD7A41F5B1B720DA49E , 0xCF201C50058948248D8DFCEA1D0C1F03 , 0xED3BDE870CEA4165A90D060AB9E9596F , 0xD59B828CF55148C6BB77DBD3D5D94E55 , 0x7A95221257854C32AB7E41C7062D892E , 0x78D558EB2FA6428EBC6837547F2CECB3 , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0x6D759189C4A14728927A26B23ACF20F9 , 0xE05E1560F9A5436C9A8F18AEFC1F193E , 0xA38759E09D8648DDBF06C1B9A0499340 , 0x7E532763A80A4F05ADB8DA0043D5F597 , 0x0198CC6A3014725288DA9519CFFCBDF9 , 0xE24C89C1B0F6408591D704097848C877 , 0x209C40B7B0E7417B8605840FFC63FCC6 , 0x0198CC5F36BF73DBBE059457768F9D58 , 0x4A405A49EB5F46F78AF46F96AE0F3B8F , 0x439A16F4359440DB9C08B9807EB33D2D , 0x2EFAE3ACB5214167A91D5964473B6B7B , 0x0198CC5E7148714CB32E7D48E67995D4 , 0x1EA1DF93398741B19551B8656DC6C74C , 0x3149EFF74DE640B985925942CEA011B5 , 0xD84E73DC873C4386BD111E655CAD11CE , 0xC35CB44D97B945818AA4BADC1B75A09B , 0x61F9DBBA9CF94F79B7A6711183E1ADAD , 0x53A6C2B0F4C140239F087B3BE99D6214 , 0x0198CC6BB5D6706EB589EFB6623F5BBE , 0xC02B5C2491064157A0814723455E1B6F , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0x8BD51843F8DA4CB28F699C81745710DF , 0x53CCD56205554B5390A1C332A6066A4C , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0x019A08A9652D43DEA42BDB47FA151EBA , 0x74D81FCAE8C9455D939F99854AD1B37A , 0x20D96BBB533D481EA04B9D4E49AB7052 , 0xCA9C0B81264347A894630408AA3962C5 , 0x83085583D2C74C21AABF44F458AF75AB , 0xFD58D88554A24CFCAC45AAAB8EDB8944 , 0x944E3B9213DB4ADB8F7F21FB5B50BBCA , 0xF2DFA5F595EE445288BAAA5BEE5569BD , 0x4295CE766A2F410E86031D7AD3C00FC8 , 0xABCBA9C99428440497B5C713071B2430 , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x4A2416C59E1349F98CE1F2974691F1A2 , 0x92F3492007F04098897664229A148733 , 0xDDDD0F583BEB464AB768CAD55EB60D01 , 0x40572F249F21423880935F04BBF3D29F , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xA01797397FC74077A9AE6C9D301BFAE9 , 0x3A2CE757C70746869C1EAEDCB4FC9A2A , 0xE977F7820B97441ABCFE8FAB11EED316 , 0x3BA365D53C4948E7BDD36B004BB3225A , 0xA49E2C96D51E452A9C826326D0E7A35B , 0x8386C89CADA2400E9D3058C3E6C9C049 , 0xCE9D3F65442348A291D3EA1866260111 , 0x7CD50EE1670C4EAE902C5BC838E1ECBA , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x4459B94BD6BF407A967F90D12F091C2B , 0x9D86050731FA43209D2F20209835E424 , 0x32B9534F777F4D78AA54E6FCBE704792 , 0xD71DCCA83FBD403AB43287B83F2C819C , 0x595385791FCD4762BF22509A343CE5DB , 0xAF6DBE923FE54ED3A4A8BD078210F6F9 , 0xED292BD913954DA894408A2A4F1BA262 , 0xA82938812529460196AAEA9C4040DBD2 , 0x436A5B71A1D24AD2827D0B4831032082 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x23679A8704C0436BB1B0FA5AAC717163 , 0x8EBF1E333E104C24A16C8B825566FC2C , 0x80DFAB55380844C4A9BB1149A9DCE446 , 0xCDF27EBD62244782AAF73853A6371F20 , 0x4638B379EA2446F9A8E280020C65E763 , 0x93FA3FBA27E84C909866FDC267717208 , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x97FE1C5C07184FAA83FF24A3024E088C , 0x747C60779F4D4DA5B94D9A1491009880 , 0xCB7842846BC04FEFB886D3D994BD3919 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0xF14CC551EF044C6A90A80453DB2E4AE4 , 0xB6A7C0058B4A449EA7DDCC08CD0F301C , 0x5404693C697D485485DE7DE7E1EF2C01 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0x207D32D2B7CA46318418DC5BC53CD150 , 0x8F3652F686EC41559B452C5A87C893DF , 0x7A591E406ABF41D3AEFB575BB05425B1 , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x9863ED19BFDB4A839683AF93B164645C , 0x64C6CE7B8CB649D4AA100C956A0F1FAE , 0x1BBF818F2AAF434FBBA4C88A80C30013 , 0x3C7B11AC20FD41CE867B262D1699690F , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xA907FFEEAFDE4011A7D7A850EA4A4586 , 0xDC32FC3C05004892BED6EF45B8EE491D , 0x4A314886F7D040D393A25AFA42568588 , 0x0198CC67C0E372E6817DDB7817EC1040 , 0xA1E5B3979CCF44AA869A4B0F4B7BF7C8 , 0x57849E12B3894758A8C30A3E17243A87 , 0xD752E882DE7645EB8AD0B6D20DC118CF , 0x55C94ACC7DE74AEBA67EF1AA0CD4131C , 0x1F177EBEA7A74A3589E30EED1A97752D , 0xAFEBAE725AFA4B2B91EEF655649A543D , 0x65A39C42091646BBAE017D52CFF3B801 , 0xDDF81CB1925C49AABEBDD69584017C9E , 0x2115E1DC4F404D9BB65004EF22CE2FF9 , 0x4A2FB993D2114B938DA5515C4620DBAF , 0x6D2F3A4BC5CC4D42B1991533A98C93C0 , 0xC0CB14A9F82A44F38BC093A3362E09F0 , 0xDDC890050017413AB17F7452D67BB700 , 0x62DCD7185BA04B12803DC317F4327444 , 0xCAF0D1A8A04E420E98A0468382F869A0 , 0x094062D5A06B4F258C793771A85E6D0E , 0x8BEA4EA004D8402DAB1812F89A097FB9 , 0xEC7394C67ED249DAB06F9CC44C9A2B09 , 0x62E31E0187CE4A7582577790E2481B2E , 0x68E629574E5A4026B1B10BC9E48D4B1D , 0x7407DA3B8EE74616BFA7504EE4F7B484 , 0x631C51AC157149658BCA259A759C853C , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x9BBA97D60F4C447FA1452EB6E1DA9A76 , 0x27B0E1194D194D10897DF67A6E0300AE , 0x7F7401D272EA4EF7B5F5C747C69958D6 , 0x4AC3AE2C78BB4911877B1E75AF22CFA0 , 0x240D06FAF95E47BBA7FDA53CA0E394FE , 0xE277C27A74F24D74966B90A8B22BE104 , 0xC0CF79C9C89A48EF9F9A6E7BB346F53C , 0xFBF48885AF454151B05EF13AF1A59B7E , 0x1431A16E809D4C4DA962D86C9B8D7FE3 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0xEC07675F237C4B6F88375F669F40C416 , 0x9E4D8BA0BC854C0F83401A6F1C653E82 , 0x13EAD2A0AF694B03BC746C277B3DC3C3 , 0x565230D5130546278CF3E59382D9C73C , 0x3BB2B3A603D54675A1A749C3FCFFC8C7 , 0xB01A3B19EADC42198DF31CA1F117BC4C , 0x55C375DB204D4B8DA285D1A44852DCFC , 0xF489D6F3FE674FA8821178B8A8BFF4C7 , 0xC748EA768366437CB2944218F422B5C6 , 0xC6ADD2C226DC49C28ED322602D6710E0 , 0xECB46F56756043F9960090266C6111DC , 0xFAA80431EA3E48D69A38D6799A8FCE89 , 0x16400AE79E864569A9DC816362DB8DC8 , 0xA51DA365CA21496191A003F88438A996 , 0x8213B54EB6BE405CBE81367C216404D7 , 0x2EC3A10886154BC4A98888EF5DE27C01 , 0xA136B29BBC7445698FAB1FA6A71E1578 , 0x72A8827243414947A808ECA0E500D239 , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0xF474BEDEA62D4A53B963998157005FF3 , 0x0198CC5D6D137308A5FA90FA35F776FF , 0x1F079C55774749418594C72ABECCD336 , 0xE4C8553DE55549DE84EF239241C111B6 , 0x3DDDA00CC5284C32BAAB378964051ADD , 0xC5BC52851DB7466A87FACEC1A4A4CF9C , 0x30EC051ECC9144EAB17A9FCCC41A19CE , 0x60ABDE5A90CC44E2BB928D1745C72AE0 , 0x979A192BF30446F49F4C4B638B3417F9 , 0xE4F9A7846B8A4B8A89E86BE3AE854AC4 , 0x95788781C1894E5EBEC7D316A90E728E , 0x1A97EFB5769A4AFC80DEE626476BFB3E , 0x7FEE8B25719F4CF9B28D5C7E4FE14C81 , 0xDFD4011FBE3D4E328D6597636DA5BB93 , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0xCD9A09A12E474BB78A0BD8172EB39ECA , 0xAF773AE6214B4121B82455A673CBA897 , 0xF26ED72A78224E039E3C803B0FD76400 , 0x9EAACAA0A47942198AFE1BB4B4771535 , 0xECCAD13460E145EFAC593871B791ABD2 , 0x2EC5267D10F848CC9B01C64E6576894A , 0xA0825B70E375434096B4D350EE1B5769 , 0xA6B68354D89B4A9EB857E0B3213F6CE7 , 0xB5AA285F670F42849980D598ADA23EF7 , 0x41621EEFE91C41EF81CE2C209D85A388 , 0xD0F06E053B44458DBB2A0CF006E23683 , 0x62B5131476704746ABF212A188F25C13 , 0x63524FBF43174F53B4AA1C7D60B2661E , 0x23804EE3290448AAABD125CB63CD9FEC , 0xC9EAF8E60420463486D7655C0A51DE1D , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0x837B7ECEA3984613A22202C243995184 , 0xDA9CBA7C3BCD4961941A3A23EB2CE26E , 0xC73584C0BA21456A96E91F0DC162D207 , 0xAE8ED899F67B4A64B8097EB389BD2608 , 0x349A6D7631A84C81AEBBB7D810818529 , 0xCB1EDEFEFCC341A287E7AF4D3325E975 , 0x5BB4FA7EAB2A4C949A02086B8106E8E7 , 0x95511A5184D04B928CC5930656BCF18F , 0x861AFD019F3E4F919DA205741F9195C7 , 0xF90217FB98D64A869744E4E09AC05BC0 , 0x7DA386DF3BC34C33A1C21DFF2985F647 , 0x7D0912FCABB54CB780653B416C44CAEC , 0x7C431847B2AC46A7A123C7CB431ECD93 , 0xAE3DBFC834094EEE98417B3445D0D66D , 0x0F01A3413914486D85103982B814090C , 0x6D7C8D2BD92E4640B2571ACF8CF7F8F9 , 0xE4BE3AF00287447681800FBC58FD2BAD , 0xB69C416D9400423BA0D644DA2818F410 , 0x0198CC6A6E8271C78C4243B235E09288 , 0xB86222761D59446796E71081FAFA78D5 , 0xA1C07A3F40DB490EA27A1444240033B0 , 0xA70B0A7B8D3442579A8FA4C3C374D233 , 0xBA164DF884CE48EB92E8FE92FD226146 , 0xB6F665C210FD4B9B9848E5B33DD37727 , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x7F5DFF18E0C14E8F8DAF9F098C2858C7 , 0x0198CC67A20073CCBDC5E6D654F36D09 , 0xC67A615BA6534C86A996EED104F7B73D , 0x796EF3D014244EBBAE3A1EA7850AC0A5 , 0x7AC2C1D820924D9191107187E2B9E84A , 0x3902B27AC5E74D89A9026B8518B7542A , 0x0198CC6786467032A9ABE96719FF13F0 )) GROUP BY `product` . `id` ;
Copy
11.08 ms (0.94%)
1
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"\x02 þ«\x1C T\x17 E*—"óX[iÐè "
b"\x03 `¹\QñB¾ˆ42›Ã¯¦à "
b"\x05 kWú\x7F\e NÎîëa\e 5Øæ% "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"\x0F `õŠ?‰OȬŽÊ¨ÿà)1 "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"\x12\x0F ÛË\f &B9▓1ñ\x06 Øõ╩█ "
b"\x19 3OiìÁ@¬•ý(^v=”“ "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"!³éÙï\x1F Ap»Ö\x1C ¨={…ƒ "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"%ñr\x03 ×ÌH'‰_q\x00 E{¸m "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"1\v ô‘.‰MF¤\x1A ¶eT¥\x1F 8 "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"7øDÖ\x14\x7F Nú¶cÔÝÖ…Öï "
b";»\x0E é:Ø@\x0F é3)\x08 ▒§91 "
b";üWz6$Mi‹GTú,53d "
b"<C“\x0E óÛB[•O·á'Pqë "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b">¨çö(ïMs”ÔáEv¬\x19 Ý "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"@Ü:$A»GÒ\x15 MÆ\x05 ;ö¬ "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"H\f ;ÌÉÐCÍÆí┌ð ÏJá "
b"H†'ªÊžO~¤¹¼f5Pìè "
b"H‡0<úvGD—õÚ7\x1F 2\f < "
b"JMýîO8@\x04 ¹×ÑÀNý\x0F þ "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"OØ6x©▓Kûób\x1E é¶o×" "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"T⓱{.OÓ£7DâjˆZ\x11 "
b"Tå…sÚ\v Nˆ€öþ·pGS\x07 "
b"U$^\x02 ¤×O@²éyú8…ìæ "
b"""
X*>U2¿K»ï■\x17 É▒\n
C├
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"""
[öP€\x07 \n
@\x15 »cBÉ—)VU
"""
b"\Á–éu|F>ª\x18 V'¹‹þM "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"`¹Ü7sïNN¿Ø\x0F Où÷\x12 Ë "
b"aän^NÇ@Õ¶ø\ÞçéÂâ "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"d\x11 í`¶EIÙ‡c7»«K)‘ "
b"kg6\x13\t gH.º€ýÁ7•b– "
b"lp-âw(Cv║FÉ£¬´µd "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"q\x01 ¾7 ¿@¸ƒ¡A\x1A ,qòª "
b"qˆ„f\x16 ÞI\x17 µ(ÙÑãig¿ "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"t¨\f ñy±C\x12 µï#_oélj "
b"u§¤ŒP\x7F JW‡û†8%Ãp© "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"v’s£HDI-‘FßÐì*ƒ¸ "
b"z\x03 ´[‹3D9¥õí»=Ø\x08 & "
b"{ï┌Å2LM.ÀÎù±ì{#─ "
b"|ÑoéW=FYˆe€\x7F ª÷\r , "
b"|´9ׯ4@ıؤg¬═²ï╚ "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"ü±n[ËËFaÆMuF\\x0E (Å "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"…¾“\x05\x1D °DfŽA(hÔEÜ\n "
b"†mr;¯“DÑŸÿ.\x19 ºZ›Ï "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"‡kIHi,C’ž\x01 zNÕ½Qe "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"Š\x1D ÔÜ\x1E JL¨µ7\x13 \r «¸ÍÁ "
b"Š2s¾¶N@i¡•©ÇdÂñp "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"ް»Ã6zKòˆU—ò$fˆE "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ø\r q\t <\v CðºjÂçÅırN "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"¡¬\x14 üË&DÏ’ybUâ “; "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"¥*/NžgD\x16 ¬Dð\wí›h "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"LZ>3eN´ºKP÷Et܆ "
b"oï YBYŠš\x13 9« "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"»\x19 ì2ı APä<\x10 è"À\x06 "
b"°å¡4É\x1C K¨€j\x15 ð„T8T "
b"²kšB›·\x04 ªIË‘`P "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"º gÁËpA"¥`èä´±ƒy "
b"¢\x01\x1E\x17 h╚M│è\x1F 9ì¬Ül "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"ÙŠsÐ\x1A GwŸÏ&¾Ô¶:Ž "
b"ÅÈ3¿“'L® c©wÑkO5 "
b"╠\x1F ╝"¨R@¸ÅÒrQ\x14 AM® "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"""
Ô\x06 ¿\n
j÷El—žbÖ\x17 º\x18\x16
"""
b"Ö\r UãRJ4Šçæ%q\x15 ¸Ù "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"ÏçCå─¢O\t ÇØú&äk\t Z "
b"Ý\x00 ô[0©HÕ–\x1D aÇÇ\n iÇ "
b"Ýf™’l\x15 Jï·¡’NžÓÕa "
b"ߊ¬\x14 gäJÿ¿|ÙüwºTœ "
b"á\r 3Ëò\r BUº6R$³\x02 5× "
b"áƒ%Tj®O€‹;\x00\x1C 3Û„ë "
b"â9°\x05 c\x16 N™ ^R*¡õPý "
b"Ôkàì\x15 ‗@ÎàBØ\x11 ]Gn~ "
b"ã~iƒw\x07 C7‡ðÙz8´©î "
b"ãÝMØX¿OÄœy§z\x0F ‘0á "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"æöœù\x10 ¹O¹˜¶\x03 ·luY\x1E "
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"ë\t ©üÚ?D\x13 “Èfq¬@‰¾ "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"øí1G$LIg¡\x13 œ»Ws\x19 î "
b"¹½¨ÑCıMÈ®ü+00Jñ┴ "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"ýÇ%ôÇE!¯\x1D ÂÒp÷\x01 ´ "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"¼\f îÖ§fB[¦»³jÌ{Mû "
b"yç-\x02 «ÒOOù¤\e L\ÉÍ┌ "
b"³xeíÑÏNWØ\r Q¾\x06 ┤\x1E Y "
b"└├J¥<┘@ìØ±\x18 Ðoj┼¸ "
b"à<F5ºìCüë‗Þ1õ¾Y "
b"p'gsî\x15 @#Øf!¯trà┴ "
b"ÿP{\x19\e ÐB\t “\x16\x14 M§\x04 eÊ "
b"\r ÀE¿x-AÆ¿å‰ó@MTº "
b"„YÛ·sÈAÌŽ\f #uœ\x1A Gˆ "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0x02FEAB1C5417452A9722F3585B69D0E8 , 0x0360B95C51F142BE8834329BC3AFA6E0 , 0x056B57A37F1B4ED78C89611B359D9125 , 0x058176951F00484EAEC8B4250FA889AE , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x0AF6AFFEC65C4885B40767871088623F , 0x0C8D01216CAA443284EBD923B2E22621 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0x0F60F58A3F894FC8AC8ECAA8FFE02931 , 0x119611C045894778978EA747D6024910 , 0x120FEAD30C264239B231A4069DE4CADB , 0x19334F69ECC140AC95FD285E763D9493 , 0x20272DC598DE46B498C1BEF937810B0A , 0x21B3E9D9EF1F4170BBD61CA83D7B8583 , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x24583058F96741679AB5268B478F92B3 , 0x25C6949F0AE141479143661642882B3B , 0x25F17203D7CC4827895F7100457BB86D , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x310BF4912E894D46A41AB66554A51F38 , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x37F844D6147F4EFAB663D4DDD685D6EF , 0x3BAF0E823A9D400F82332908B1F53931 , 0x3BFC577A36244D698B4754FA2C353364 , 0x3C43930EF3DB425B954FB7E1275071EB , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x3EA8E7F628EF4D7394D4E14576AC19DD , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x40DC3A2441BB47D2AD154DC6053BF6AC , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x44FD29B89C874BB09CB67738A9709250 , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0x480C3BDE90D143D692A1DAD020D84AA0 , 0x488627AACA9E4F7EA4B9BC663550ECE8 , 0x4887303CFA76474497F5DA371F320C3C , 0x4A4DFDEE4F384004B9D7D1C04EFD0FFE , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0x4F9D3678B8B24B96A2621E82F46F9E22 , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0x54E293B17B2E4FD3A33744E26A885A11 , 0x54E58573DA0B4E8880F6FEB770475307 , 0x55245E02A4D74F40B2E979FA3885ECE6 , 0x582A3E5532A84BAF8BFE1790B10A43C3 , 0x5880B298BD1E40A691268B84F663B909 , 0x5991995C41A341818105D7AD36872A57 , 0x5BF65080070A4015BB6342C997295655 , 0x5CC196E9757C463EAA185627B98BFE4D , 0x5E5ADA428035490B910484BC952F99DF , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x60FB9A37738B4E4EA89D0F4F97F612D3 , 0x61E46E5E4EC740D5B6F85CDEE7E9C2E2 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x6411ED60B64549D9876337BBAB4B2991 , 0x6B6736130967482EBA80FDC137956296 , 0x6C702D8377284376BA46909CAAEFE664 , 0x6E879E61928047A2A98D3BC88A0341ED , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0x7101BE3720BF40B883A1411A2C71F2AA , 0x7188846616DE4917B528D9D1E36967BF , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x74A80CF179B14312B5EF235F6FE9C789 , 0x75A7A48C507F4A5787FB863825C370A9 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x769273A34844492D9146DFD0EC2A83B8 , 0x7A03B45B8B334439A5F5EDBB3DD80826 , 0x7B8BDA8F324C4D2EB7D797F18D7B23C4 , 0x7CD16FE9573D46598865807FAAF70D2C , 0x7CEF399E923440D59DCF67AACDFD8BC8 , 0x7E1BC62FA8024588B885248480C3ADDD , 0x7FF6F83F782D44B7A87021116A636A9E , 0x812A9DC2EA7148F78642AD3685650770 , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0x81F16E5BD3D34661924D75465C0E288F , 0x82684099DD6F49B49E889B6664FA210B , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x85BE93051DB044668E412868D445DC0A , 0x866D723BAF9344D19FFF2E19BA5A9BCF , 0x86C2B59E49774C01B8CD112B8AA31989 , 0x876B4948692C43929E017A4ED5BD5165 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x8A1DD4DC1E4A4CA8B537130DABB8CDC1 , 0x8A3273BEB64E4069A195A9C764C2F170 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0x8BF3D4E572624A54BF032256E0626C08 , 0x8EB0BBC3367A4BF2885597F224668845 , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x907BA621589B471086FCE496439FF2AC , 0x917418843C57435EBE7006D0859B3F3D , 0x9295C4900C1346C491CC126D7800F31F , 0x9A666AE702C44924B22EB08093ED03EF , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x9D31AA53C5B346C0AC563003547D704B , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0xA1AC14FCCB2644CF92796255E2A0933B , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0xA5231CFED070466CAE833594BDDA8382 , 0xA52A2F4E9E674416AC44F05C77ED9B68 , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0xA9315F49813548E9BEB8E9958F71A82A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xAED896931F284531BBEF9C0CBBF6910B , 0xAF198D32D5204150843C10FF8A22B706 , 0xB0E5A134C91C4BA8806A15F084543854 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xB5B52197B3234712938CEC47012E98F8 , 0xBAA067C1CB704122A560E8E4B4B18379 , 0xBD011E1768C84DB38A1F398DAA9A6CB6 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0xC25E389D064942208E8756B80A502240 , 0xC352FD28052548F4B3C7FDF356C2000B , 0xC3998A73D01A47779FCF26BED4B63A8E , 0xC5C833BF93274CAEA063A977D16B4F35 , 0xCC1FBC22F95240F78FE3725114414DA9 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD406BF0A6AF7456C979E62D617BA1816 , 0xD60DA055E3524A348AE7E6257115B8D9 , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xD799C0685DDB49D2BA6676B962505D04 , 0xD8874386C4BD4F09809DA326846B095A , 0xDD00F45B30A948D5961D61C7C70A69C7 , 0xDD6699926C154AEFB7A1924E9ED3D561 , 0xDF8AAC1467E44AFFBF7CD9FC77BA549C , 0xE10D33CBF20D4255BA365224B30235D7 , 0xE18325546AAE4F808B3B001C33DB84EB , 0xE239B00563164E99A05E522AA1F550FD , 0xE26B858D15F240D785429D115D476E7E , 0xE37E69837707433787F0D97A38B4A9EE , 0xE3DD4DD858BF4FC49C79A77A0F9130E1 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xE6F69CF910B94FB998B603B76C75591E , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0xEB09A9FCDA3F441393C86671AC4089BE , 0xED76A3D76D5B40768D1558A9291F7093 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0xF061302AE2764217B219E4D20817B00F , 0xF16EB61D445844D69951A30E9BAA88D3 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0xF7C2881400FD41F2A364EC6F18875D7B , 0xF8913FF5FCB745079560BAE0F847D294 , 0xF8ED3147244C4967A1139CBB577319EE , 0xFBABF9A543D54DD4A9812B30304AA4C1 , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xFDC38725F4C74521AF1DC2D270F701B4 , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0xFF61AD2F52B045E0B8E246B66950898A , 0xBC0CEED6A766425BA6BBB36ACC7B4DFB , 0x79872D02AEE34F4F97CF1B4C5C90D6DA , 0xFC7865A1A5D84E579D0D51F306B41E59 , 0xC0C34ABE3CD9408D9DF118D16F6AC5F7 , 0x853C4635A78D438189F2E831E4B6F359 , 0x702767738C1540239D6621EE747285C1 , 0xFF507B191BD042099316144DA70465CA , 0x0DC045BF782D41C6BFE589F3404D54BA , 0x8459DBB773C841CC8E0C23759C1A4788 )));
Copy
8.19 ms (0.69%)
1
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"¢\x01\x1E\x17 h╚M│è\x1F 9ì¬Ül "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ø\r q\t <\v CðºjÂçÅırN "
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"õÿ£˜)‚Ds›8^ÅÎ4ª” "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"ÅÈ3¿“'L® c©wÑkO5 "
b"q\x01 ¾7 ¿@¸ƒ¡A\x1A ,qòª "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"ް»Ã6zKòˆU—ò$fˆE "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"²kšB›·\x04 ªIË‘`P "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\x01 ¤5\x07 ½äMï’$ÇÍ’U&6 "
b"¹„ù?ÈæI\x1E £ý\x1E ÇW×\x10\x08 "
b"\x17 └(£ ÏMì×öÀx´ËÃ{ "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"LZ>3eN´ºKP÷Et܆ "
b"»\x19 ì2ı APä<\x10 è"À\x06 "
b"1\v ô‘.‰MF¤\x1A ¶eT¥\x1F 8 "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"ë\t ©üÚ?D\x13 “Èfq¬@‰¾ "
b"ã~iƒw\x07 C7‡ðÙz8´©î "
b"{ï┌Å2LM.ÀÎù±ì{#─ "
b"@Ü:$A»GÒ\x15 MÆ\x05 ;ö¬ "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b"ä\r VÍ`ZLÄŠK~hÌ÷Cx "
b"Ö\r UãRJ4Šçæ%q\x15 ¸Ù "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"î¹ÐªÇ\x07 HÁ¾ÌrgSD]E "
b"\x00 +3§ÅÑAµÑva9&t╝û "
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"â9°\x05 c\x16 N™ ^R*¡õPý "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"""
Ô\x06 ¿\n
j÷El—žbÖ\x17 º\x18\x16
"""
b"°å¡4É\x1C K¨€j\x15 ð„T8T "
b"U$^\x02 ¤×O@²éyú8…ìæ "
b"æöœù\x10 ¹O¹˜¶\x03 ·luY\x1E "
b"Á:H▒F7CAÅ9Ìn\x19 `Üá "
b"OØ6x©▓Kûób\x1E é¶o×" "
b"ãÝMØX¿OÄœy§z\x0F ‘0á "
b"¥*/NžgD\x16 ¬Dð\wí›h "
b"ÏçCå─¢O\t ÇØú&äk\t Z "
b"|ÑoéW=FYˆe€\x7F ª÷\r , "
b"""
¿>¸ÄÀ\n
Cнê;³)¤Hn
"""
b"\x12\x0F ÛË\f &B9▓1ñ\x06 Øõ╩█ "
b"\x05 kWú\x7F\e NÎîëa\e 5Øæ% "
b"\x02 þ«\x1C T\x17 E*—"óX[iÐè "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"kg6\x13\t gH.º€ýÁ7•b– "
b"z\x03 ´[‹3D9¥õí»=Ø\x08 & "
b"lp-âw(Cv║FÉ£¬´µd "
b"\x19 3OiìÁ@¬•ý(^v=”“ "
b"╠\x1F ╝"¨R@¸ÅÒrQ\x14 AM® "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"oï YBYŠš\x13 9« "
b"u§¤ŒP\x7F JW‡û†8%Ãp© "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"ƃ»I®«Eר\x12 gŒ´2ãµ "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"á\r 3Ëò\r BUº6R$³\x02 5× "
b"ð«ýÌXóF:‚&Èöž»ðp "
b"&]®–iðD\x11 Ÿ`)\x1E x>Ã\x07 "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"åƒ<®âBJà¹çIýÍh×r "
b"†mr;¯“DÑŸÿ.\x19 ºZ›Ï "
b"…¾“\x05\x1D °DfŽA(hÔEÜ\n "
b"ÙŠsÐ\x1A GwŸÏ&¾Ô¶:Ž "
b"áƒ%Tj®O€‹;\x00\x1C 3Û„ë "
b"""
Tɬ––žMµ¬\n
رЌAE
"""
b"‘\x01 ww\x1E EC˜¨q\x02 ^m]Š\x1C "
b"╚ÅÝÝ]ïH.Ü\v\f [ô\x19 gÙ "
b"Š2s¾¶N@i¡•©ÇdÂñp "
b"\Á–éu|F>ª\x18 V'¹‹þM "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"JMýîO8@\x04 ¹×ÑÀNý\x0F þ "
b"Tå…sÚ\v Nˆ€öþ·pGS\x07 "
b";»\x0E é:Ø@\x0F é3)\x08 ▒§91 "
b"`¹Ü7sïNN¿Ø\x0F Où÷\x12 Ë "
b"aän^NÇ@Õ¶ø\ÞçéÂâ "
b"qˆ„f\x16 ÞI\x17 µ(ÙÑãig¿ "
b"<C“\x0E óÛB[•O·á'Pqë "
b";üWz6$Mi‹GTú,53d "
b"H\f ;ÌÉÐCÍÆí┌ð ÏJá "
b"v’s£HDI-‘FßÐì*ƒ¸ "
b"Š\x1D ÔÜ\x1E JL¨µ7\x13 \r «¸ÍÁ "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"!³éÙï\x1F Ap»Ö\x1C ¨={…ƒ "
b"¡¬\x14 üË&DÏ’ybUâ “; "
b"H†'ªÊžO~¤¹¼f5Pìè "
b"%ñr\x03 ×ÌH'‰_q\x00 E{¸m "
b"""
[öP€\x07 \n
@\x15 »cBÉ—)VU
"""
b"øí1G$LIg¡\x13 œ»Ws\x19 î "
b"Ýf™’l\x15 Jï·¡’NžÓÕa "
b"Ôkàì\x15 ‗@ÎàBØ\x11 ]Gn~ "
b"ü±n[ËËFaÆMuF\\x0E (Å "
b">¨çö(ïMs”ÔáEv¬\x19 Ý "
b"H‡0<úvGD—õÚ7\x1F 2\f < "
b"‡kIHi,C’ž\x01 zNÕ½Qe "
b"d\x11 í`¶EIÙ‡c7»«K)‘ "
b"ýÇ%ôÇE!¯\x1D ÂÒp÷\x01 ´ "
b"|´9ׯ4@ıؤg¬═²ï╚ "
b"Ý\x00 ô[0©HÕ–\x1D aÇÇ\n iÇ "
b"\x03 `¹\QñB¾ˆ42›Ã¯¦à "
b"7øDÖ\x14\x7F Nú¶cÔÝÖ…Öï "
b"ߊ¬\x14 gäJÿ¿|ÙüwºTœ "
b"º gÁËpA"¥`èä´±ƒy "
b"\x0F `õŠ?‰OȬŽÊ¨ÿà)1 "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"""
X*>U2¿K»ï■\x17 É▒\n
C├
"""
b"t¨\f ñy±C\x12 µï#_oélj "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"¹½¨ÑCıMÈ®ü+00Jñ┴ "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"ã\x08 .°ÉûG\v ¿ô\r A\x11 âpé "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"T⓱{.OÓ£7DâjˆZ\x11 "
]
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
)
)
AND (
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
GROUP BY
`product` . `id`
Copy
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xF7C2881400FD41F2A364EC6F18875D7B , 0xBD011E1768C84DB38A1F398DAA9A6CB6 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x8BF3D4E572624A54BF032256E0626C08 , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0xF5FFA398298244739B385EC5CE34AA94 , 0xC25E389D064942208E8756B80A502240 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0xC5C833BF93274CAEA063A977D16B4F35 , 0x7101BE3720BF40B883A1411A2C71F2AA , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x8EB0BBC3367A4BF2885597F224668845 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0x5880B298BD1E40A691268B84F663B909 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xA5231CFED070466CAE833594BDDA8382 , 0xF061302AE2764217B219E4D20817B00F , 0x7FF6F83F782D44B7A87021116A636A9E , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0x0C8D01216CAA443284EBD923B2E22621 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x86C2B59E49774C01B8CD112B8AA31989 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD799C0685DDB49D2BA6676B962505D04 , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x907BA621589B471086FCE496439FF2AC , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0xAED896931F284531BBEF9C0CBBF6910B , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xC352FD28052548F4B3C7FDF356C2000B , 0x0AF6AFFEC65C4885B40767871088623F , 0x01A43507BDE44DEF9224C7CD92552636 , 0xB984F93FC8E6491EA3FD1EC757D71008 , 0x17C0289C20D84D8D9E94B778EFD3C77B , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAF198D32D5204150843C10FF8A22B706 , 0x310BF4912E894D46A41AB66554A51F38 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0xEB09A9FCDA3F441393C86671AC4089BE , 0xE37E69837707433787F0D97A38B4A9EE , 0x7B8BDA8F324C4D2EB7D797F18D7B23C4 , 0x40DC3A2441BB47D2AD154DC6053BF6AC , 0x6E879E61928047A2A98D3BC88A0341ED , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0xE40D56CD605A4CC48A4B7E68CCF74378 , 0xD60DA055E3524A348AE7E6257115B8D9 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0xEEB9D0AAC70748C1BECC726753445D45 , 0x002B33F58FA541E6A57661392674BC96 , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0x812A9DC2EA7148F78642AD3685650770 , 0xE239B00563164E99A05E522AA1F550FD , 0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0xD406BF0A6AF7456C979E62D617BA1816 , 0xB0E5A134C91C4BA8806A15F084543854 , 0x55245E02A4D74F40B2E979FA3885ECE6 , 0xE6F69CF910B94FB998B603B76C75591E , 0xB53A48B1463743418F39DE6E19609AA0 , 0x4F9D3678B8B24B96A2621E82F46F9E22 , 0xE3DD4DD858BF4FC49C79A77A0F9130E1 , 0xA52A2F4E9E674416AC44F05C77ED9B68 , 0xD8874386C4BD4F09809DA326846B095A , 0x7CD16FE9573D46598865807FAAF70D2C , 0xBF3EB8C4C00A43D0BDEA3BB329A4486E , 0x120FEAD30C264239B231A4069DE4CADB , 0x056B57A37F1B4ED78C89611B359D9125 , 0x02FEAB1C5417452A9722F3585B69D0E8 , 0x9295C4900C1346C491CC126D7800F31F , 0x5991995C41A341818105D7AD36872A57 , 0x917418843C57435EBE7006D0859B3F3D , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x6B6736130967482EBA80FDC137956296 , 0x7A03B45B8B334439A5F5EDBB3DD80826 , 0x6C702D8377284376BA46909CAAEFE664 , 0x19334F69ECC140AC95FD285E763D9493 , 0xCC1FBC22F95240F78FE3725114414DA9 , 0x9A666AE702C44924B22EB08093ED03EF , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0xAD6FEF20A05942598A9A1339EF9986AB , 0x75A7A48C507F4A5787FB863825C370A9 , 0x20272DC598DE46B498C1BEF937810B0A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0x7E1BC62FA8024588B885248480C3ADDD , 0xC683BB49AEAB45D7A812678CB432E3B5 , 0x5E5ADA428035490B910484BC952F99DF , 0xE10D33CBF20D4255BA365224B30235D7 , 0xF0ABFDCC58F3463A8226C8F69EBBF070 , 0x265DAE9669F044119F60291E783EC307 , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x25C6949F0AE141479143661642882B3B , 0xE5833CAEE2424AE0B9E749FDCD68D772 , 0x866D723BAF9344D19FFF2E19BA5A9BCF , 0x85BE93051DB044668E412868D445DC0A , 0xC3998A73D01A47779FCF26BED4B63A8E , 0xE18325546AAE4F808B3B001C33DB84EB , 0x54C9AC96969E4DB5AC0AD8B1D08C4145 , 0x910177771E454398A871025E6D5D8A1C , 0xC88FEDED5D8B482E9A0B0C5B931967EB , 0x8A3273BEB64E4069A195A9C764C2F170 , 0x5CC196E9757C463EAA185627B98BFE4D , 0xF8913FF5FCB745079560BAE0F847D294 , 0x4A4DFDEE4F384004B9D7D1C04EFD0FFE , 0x54E58573DA0B4E8880F6FEB770475307 , 0x3BAF0E823A9D400F82332908B1F53931 , 0x60FB9A37738B4E4EA89D0F4F97F612D3 , 0x61E46E5E4EC740D5B6F85CDEE7E9C2E2 , 0x7188846616DE4917B528D9D1E36967BF , 0x3C43930EF3DB425B954FB7E1275071EB , 0x3BFC577A36244D698B4754FA2C353364 , 0x480C3BDE90D143D692A1DAD020D84AA0 , 0x769273A34844492D9146DFD0EC2A83B8 , 0x8A1DD4DC1E4A4CA8B537130DABB8CDC1 , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0x21B3E9D9EF1F4170BBD61CA83D7B8583 , 0xA1AC14FCCB2644CF92796255E2A0933B , 0x488627AACA9E4F7EA4B9BC663550ECE8 , 0x25F17203D7CC4827895F7100457BB86D , 0x5BF65080070A4015BB6342C997295655 , 0xF8ED3147244C4967A1139CBB577319EE , 0xDD6699926C154AEFB7A1924E9ED3D561 , 0xE26B858D15F240D785429D115D476E7E , 0x81F16E5BD3D34661924D75465C0E288F , 0x3EA8E7F628EF4D7394D4E14576AC19DD , 0x4887303CFA76474497F5DA371F320C3C , 0x876B4948692C43929E017A4ED5BD5165 , 0x6411ED60B64549D9876337BBAB4B2991 , 0xFDC38725F4C74521AF1DC2D270F701B4 , 0x7CEF399E923440D59DCF67AACDFD8BC8 , 0xDD00F45B30A948D5961D61C7C70A69C7 , 0x0360B95C51F142BE8834329BC3AFA6E0 , 0x37F844D6147F4EFAB663D4DDD685D6EF , 0xDF8AAC1467E44AFFBF7CD9FC77BA549C , 0xBAA067C1CB704122A560E8E4B4B18379 , 0x0F60F58A3F894FC8AC8ECAA8FFE02931 , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0x24583058F96741679AB5268B478F92B3 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x82684099DD6F49B49E889B6664FA210B , 0x119611C045894778978EA747D6024910 , 0xED76A3D76D5B40768D1558A9291F7093 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0x058176951F00484EAEC8B4250FA889AE , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x582A3E5532A84BAF8BFE1790B10A43C3 , 0x74A80CF179B14312B5EF235F6FE9C789 , 0xF16EB61D445844D69951A30E9BAA88D3 , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x9D31AA53C5B346C0AC563003547D704B , 0xA9315F49813548E9BEB8E9958F71A82A , 0xFBABF9A543D54DD4A9812B30304AA4C1 , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xB5B52197B3234712938CEC47012E98F8 , 0xFF61AD2F52B045E0B8E246B66950898A , 0xE3082EB0C9FB470BBFF40D4111E270E9 , 0x44FD29B89C874BB09CB67738A9709250 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x54E293B17B2E4FD3A33744E26A885A11 )) GROUP BY `product` . `id` ;
Copy
6.95 ms (0.59%)
1
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"\x01 ˜Ì\ð—sÀŽÀÒ\r ÔüÙç "
b"""
\x01 ÿ╠]\x17 \n
p│ؽòƒÝ¹\Ú
"""
b"\x01 ˜Ì]Aâq²«&Ì\x0E W\x12 ]e "
b"\x01 ÿ╠]m\x13 s\x08 Ñ·É·5¸v "
b"\x01 ˜Ì]Œ£q`¥!ÌYY{tž "
b"\x01 ˜Ì]¯=rÖ¸ì\x1F ò»ÃÚî "
b"\x01 ˜Ì]Îus\x1C Šrk–ï\x07 ¹Ø "
b"\x01 ˜Ì]í¿so„˜À\x14 º9\x1D Ô "
b"\x01 ˜Ì^qHqL³.}Hæy•Ô "
b"\x01 ÿ╠^É\e p®è_¢ÆTèã▓ "
b"\x01 ˜Ì^Ö\e sz¿˜ß#\x18 à,6 "
b"\x01 ÿ╠_6┐s█¥\x05 öWvÅØX "
b"\x01 ÿ╠_É¡q\x11 ▓âµb\x16 ð‗S "
b"\x01 ˜ÌgOvsE´ö\x0E wØ;\x00 © "
b"\x01 ˜Ìg†Fp2©«ég\x19 ÿ\x13 ð "
b"\x01 ˜Ìg¢\x00 sÌ½ÅæÖTóm\t "
b"\x01 ÿ╠g└Òrµü}█x\x17 ý\x10 @ "
b"\x01 ÿ╠gõ'pýÄÅ8)øw\t S "
b"\x01 ˜Ìh\x0E érâ¼eûBˆŠ\x14 º "
b"\x01 ˜Ìh.\t rõ·îÝM²äN" "
b"\x01 ˜ÌhN\x03 q?š:à=)/5u "
b"\x01 ˜Ìhi\x03 qС\x03 ádw0½\e "
b"\x01 ˜Ìh›ksR£<O0o^/Ä "
b"\x01 ˜ÌhÍÔs\x19 °wfÿ8ūŠ"
b"\x01 ˜Ìhø¥pÀ«V4Í’AÅy "
b"\x01 ˜Ìi3\t r>¬Ô`YÐAã\x07 "
b"\x01 ˜Ìim÷qʺDZVˆ÷6™ "
b"\x01 ˜Ìi”frܶãAi~\x01 ¿J "
b"\x01 ˜Ìj0\x14 rRˆÚ•\x19 Ïü½ù "
b"\x01 ˜Ìjn‚qÇŒBC²5à’ˆ "
b"\x01 ˜Ìj¨êqÀ½\x19 þ£z@-! "
b"\x01 ˜Ìjç5sЃÝê\x13 êã{Á "
b"\x01 ÿ╠k\x02 Är¡ØE94º▄hÏ "
b"\x01 ˜Ìk-qq=³Ã^µ”vG™ "
b"\x01 ˜Ìk\x7F\x14 q2²°±šë¬!\x1E "
b"\x01 ˜ÌkµÖpnµ‰ï¶b?[¾ "
b"\x01 ˜Ìm!²s2«ž5\f 9\r Xç "
b"""
\x01 ÿ╠pÝåq¤░\x15 \n
ƒ\x19 ÙíÉ
"""
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x05\x07\x10 ├\x00 ╠GqìîuÖÁ─l\x10 "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"\x06 -\x13 ÌxsH†Ž&€Ùj†½’ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"\x06 ±Y,XWGÏ®¬\x1A\x00 Óó›C "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"\x06 ä\x7F ‘ÊÍIŽ‹—øÅ«©q? "
b"\t -,{)RG\x16 ¯eþß¨Îæî "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\f T¼{ë.Gl¡2¤\x01 ð\x1A m8 "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"\x0F\x01 £A9\x14 Hm…\x10 9‚¸\x14\t\f "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"\x0F sHß¼ÎI>¾ìªRÜæçç "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"\x11\x11 Zvè\x1A HûÑ=t)ØJ▓ü "
b"\x11 Þ/8y±F\x19 £A=¾GÅ╚ "
b"\x11 îå’oöEÛ§ôŸL9NQÔ "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"\x13 X"\r \x13 ÊA`éÉ«\r \x11 K[Z "
b"\x13 êÒ ¯iK\x03 ¼tl'{=ÃÃ "
b"\x13 ïˆs£ßNtªN4¡ˆ9Ìa "
b"\x14 1ínÇØLM®bÏløì\x7F Ò "
b"\x14 Î5l\r µCô™Àp•‘\x16 /¹ "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"""
\x16 @\n
þ×åEi®▄ücb█ì╚
"""
b"\x16 sÏn,˜@¿½~w]¹½UK "
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"\x16 ╬Ò╠ÎøBÑØ┼ÌìL$/5 "
b"\x17 T\x0E ‡U×E-³Ñå\x1D ?(d½ "
b"\x17 x«'\x16 ½E²Ÿw[Ð\v\f 0¬ "
b"\x19 B\x0E Ux×D£¢ÓíÉÑ c "
b"\x19 f─êâ\x00 O¸Ü.xÈxØc¯ "
b"\x1A —ïµvšJü€Þæ&Gkû> "
b"\x1A ¶¢™\x10 ™HÛ¡ÓÕ\f q„\r E "
b"\e ┐üÅ*»CO╗ñ╚èÇ├\x00\x13 "
b"\x1C 0`ØU/H÷ŽoJD¾&`, "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"""
\x1C Ú\x04 j\x05 ╝L╦©\n
bÈ\x03 26ü
"""
b"\x1D \dÈt¿MÆŸ?ëÐO¯3d "
b"\x1E ?áDŒ•B¾¤»¢%T÷^\x0E "
b"\x1E ¡ß“9‡A±•Q¸emÆÇL "
b"\x1F\x07 œUwGIA…”Ç*¾ÌÓ6 "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"\x1F [LQ\x1C ÅD üe«ÙCS9C "
b"\x1F ¢4Wk{N¶” ó\x1D\x10 «Öº "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b"\x1F úYä\x17 ÄJ½Œ@;B\x1C Òxr "
b" !í;'QI§»Î¼ê>>Q "
b" }2Ò·ÊF1„\x18 Ü[Å<ÑP "
b" œ@·°çA{†\x05 „\x0F ücüÆ "
b" ┘k╗S=H\x1E áKØNI½pR "
b"!\x15 áÜO@M›¶P\x04 ï"Î/ù "
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b"!Ñ¿\t (Œ@¿¾Åj;¤R ¯ "
b""\x10 Eˆ˜\x1D DïQ-ÜèB·\x02 "
b""\x13 Aq¼ÈMö¥^ÞT,ß=8 "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b""¾È'±ÉH\x13 Ø\x00 0╗Ü╗0× "
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"#gš‡\x04 ÀCk±°úZ¬qqc "
b"#€Nã)\x04 Hª«Ñ%ËcÍŸì "
b"#µË\x1E ºŠC·Õú‚¶Á«\t "
b"$\r \x06 úù^G»§ý¥< ã”þ "
b"%\x18 ]¢\x03 JKM”Zk…\x11 ÿ\x1C\x02 "
b"%=9y–\x16 K\r ½~ç;K\x00 C³ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"'\x1E\x00 ™n\r Fâ¶\f «\f ÃR÷t "
b"'"á\x13 0¾Jí³×Á\r ã\x1C\v „ "
b"';\x0F\t Þ N5╣\x10 x├|mØç "
b"'Rö\x06 ÅUN┘ä┐╗¯¿l}ð "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"'°á\x19 M\x19 M\x10 ‰}özn\x03\x00 ® "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b")\x05 ÙÅ\x03 ÑJ‗ÁF\x05\x06 ║▒x> "
b")–‹$½\x07 Db°\x0E u©î’÷‡ "
b")®\f IÉûM╣ÀÚj\x03 ÑþÔï "
b"*\x04 –}\x1C ¿K:Ÿ[Xƒ´çç "
b"*Aì\x16 ë0Jõµ!\x03 aPfþ‘ "
b"+\x13 ý¹Ê\x1E @0ì■¥Écz®ý "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"+³‚$áN@š\x1F ¾\x12 Ç–ž\x0E "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b"-mR\x01 qòG)½¼\x07 ›õ\x04 \r § "
b"-†-1íÞDɆx\x17 £3¶J\x18 "
b"-òÁò5¡H£üƒ¦Ï´¸Z\x1E "
b"-²æ²Þ\x15 Gi²Ê4hê.¡D "
b".¸}F²^O#¾æ‚nZSû\x1F "
b".á\x08 †\x15 KÄ©ˆˆï]â|\x01 "
b".Å&}\x10 øHÌ›\x01 ÆNev‰J "
b".ú㬵!Ag©\x1D YdG;k{ "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"0ì\x05\x1E Ì‘Dê±zŸÌÄ\x1A\x19 Î "
b"0■mºNdO╩Ø»▄ýö■÷= "
b"1\x00 ]Ò·JA\n ›\x05 †ïˤ¶» "
b"1\x03\x11 ݹòL=»ƒ‘9Ÿ4ÑÆ "
b"1\x04 !*ƒ\x04 E#ÑÅtÛÍhfÞ "
b"10Á0÷\t C듺jUØÖ\x01 f "
b"1Iï÷Mæ@¹…’YBÎ \x11 µ "
b"1\ÍpÌÁ@E—\x15 $S|šÿ¹ "
b"1À<WmïO\x12 ¼ÿ—<9ŽŠi "
b"2¹SOw\x7F MxªTæü¾pG’ "
b"3\x18 ˆßk”GÏ€?kÊŠ\x11\e c "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"42*Ð!{Cb¡Ï æÆ\x17 +™ "
b"42{åÛ´H•”S9XŠC´f "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"4Ümv1¿Lü«╗ÀÏ\x10 üà) "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"7Š[ç\x02 *NW²È„\x11 Ç«³ß "
b"8\x01 üµ╗ÈIM╣─ÇþMá¹ä "
b"8vv…1áGvº¸\x1C ~Iæ6% "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"8€3Í:ëO|¼´Š;W¼C "
b"9\x02 ²zÅçM‰©\x02 k…\x18 ·T* "
b"9`╩·\x07\x10 EÂ╗Òì┬§zÌà "
b"9ÿZ\x00 Æ)CQŸ&\t ´4÷\x17 w "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b":,çWÇ\x07 F†œ\x1E ®Ü´üš* "
b":úB<µöAù©©a³Ø¼ðà "
b";–Èþ«\f Aͨ1QÙ\x06 ,ê„ "
b";£eÕ<IHç½Ók\x00 K³"Z "
b";²³¦\x03 ÕFu¡§IÃüÿÈÇ "
b";¤UÉ\x12\x1F Ng╝ü╝Úªò▄» "
b"<Eû\x04 tOF °![\x0F õ\x11\v È "
b"<wV\x18 „…E…’Øü0\OçÓ "
b"<{\x11 ¬ ýAΆ{&-\x16 ™i\x0F "
b"=¬}žU»FŒ»Ç*°\x08 D<¿ "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"=Ý \f Å(L2º«7‰d\x05\x1A Ý "
b">ôœÚÎEùš¬DÔ\x01 4\x03 £ "
b"?ÅKÚõuJ\x16 åé6OÉW╣e "
b"?Ífû1²CÔ–‘*%HŸ\x03 v "
b"@P│ç┬▓E\x11 Å¢t/:`¤\x12 "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"@~“:–WE¢±\x18 J8éMoœ "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"Aa(¤øwKJ¨íš5\x1A\x18 Þ0 "
b"Ab\x1E ´Ú\x1C A´ü╬, Øàúê "
b"Ae†wÌ€M‰¼h\r õµ\x19 ÁB "
b"AØ‗ñ\x18 IOıôëC¹Ê\x14 ┘+ "
b"BU|ÐU\v Bã‡ü,Å;žü. "
b"B•Îvj/A\x0E †\x03\x1D zÓÀ\x0F È "
b"BÒX╣y @ØË┬oÜï▒ƒ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"Cj[q¡ÒJÒ‚}\v H1\x03 ‚ "
b"Cš\x16 ô5”@Ûœ\x08 ¹€~³=- "
b"Cšw¨‰>C\x10 …€@…f,\x10 ¦ "
b"DY╣KÍ┐@zû\x7F ÉÐ/\t\x1C + "
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"EeÔPùùE£¿¸ƒÝïüm_ "
b"""
EtAß\x06 —B\n
¬Ò¨‚,Éx|
"""
b"E•Ý`\v €L°†d\v è5îcQ "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"F8³yê$Fù¨â€\x02\f eçc "
b"G\x0E ‰NÖÎMs‡£å¶öË“\x08 "
b"G0pÎ5\x1F B¸—\x1A nóñÊ\x15 ¨ "
b"GT?\t ¦*NDœÔ\x05 h;\x10 ìÇ "
b"Grí_!\x1C Fã¸X3ji/¼Î "
b"G‘åm|·N\x03 ŸE\x1E 9ä1:\x15 "
b"G¹$”µnG}Ÿo‹3åSÿ´ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"Hb?t$.EVƒ[èû~¨éq "
b"Hjk\x11 þÌL?º'\v ˆeŽ\x17 { "
b"IãÕª æF\x03 » .=;&L– "
b"Iä‚£’\x14 @¢”Å›>,ñ#ï "
b"J$\x16 Åž\x13 IùŒáò—F‘ñ¢ "
b"J/╣ôÊ\x11 KôìÑQ\F █» "
b"J1H†÷Ð@Ó“¢ZúBV…ˆ "
b"J@ZIÙ_F¸è¶oû«\x0F ;Å "
b"J¡Ó)])EÊ¥ÍËA\x18 ™d\x01 "
b"J·1¡¾fA0¿¥¾÷´\x05 zs "
b"Jî,x»I\x11 ‡{\x1E u¯"Ï "
b"JìÆ@ÁwG|¨Ðòâð»âU "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"K2—\x7F !¼G7¨å¥”Í‘ðû "
b"K;Ã\x11 —L|œMvgJËù€ "
b"LrLsƒÆOv£ÏÝJü¢'Ê "
b"M1›RsàBc´÷&\x12 1¶ëå "
b"MÒ╝┌²MNVè[q)░\x17 ┤ì "
b"NE2nÇ$KH¿=üºº█\x10\x12 "
b"NME‗\t )B\x1D ï┴\x13 =2³kÉ "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"O`¡í┬óK±ÑÍ\x1C ‗+ükð "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"PF\v VÎÀF<éÅ:┤ðEÎQ "
b"PMz\x02 ž€Cå“]Ñ\x03 9é˜é "
b"QQ;E\x1D CFª”¸¿Ò\t\x18 Þä "
b"Q│\x03 ─bBGoü²\x06 └\x08 >üì "
b"QÚÝ\x05 H@J瀷ü\x01 š\x10 T¨ "
b"R\x04 ÿ\x0E G}C<¡û\x08 ^║ØÀ╦ "
b"R\x04 öB88Hì»íy–é50ó "
b"RD\x1A Ž\x19\x17 Hî–ÐI,/×ýQ "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"R¤WA\x10 tHÊØ;Þp°ú\x11 ╗ "
b"R┘lÔ\f >G\x19 äÑ\x1A ë\x1F kü} "
b"Rï\x00 G/±CÙ¨†Ü’m\x0F ¹© "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"Sª┬░¶┴@#ƒ\x08 {;ÚØb\x14 "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"S¶[×┼¼EÌ┐®Ø║O=‗\x1D "
b"T\x04 i<i}HT…Þ}çáï,\x01 "
b"T"ø^ÔAO'¨‡MŸé\x7F «" "
b"T^ÚÆVˆEæª\x01 ÅÕ2€& "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"U├u█ MKìóàÐñHR▄³ "
b"UÉJÌ}çJë¦~ñª\f Ô\x13\x1C "
b"UÛb`xbCYº!?¹±4šò "
b"VR0Õ\x13\x05 F'Œóå“‚ÙÇ< "
b"VÜ░¹:ØB\x13 ª.╔├ð1Ì\x1E "
b"VÈÎ\x10 ëO(¯dÜÿb\x08 F© "
b"VÈGª¾\x10 F\x10 ù>³j£ÉY` "
b"WCr8î¯O'ü÷╚Ý0dM\x1A "
b"""
W„ž\x12 ³‰GX¨Ã\n
>\x17 $:‡
"""
b"Xp€\x15 5åHv¦¦”À;,d; "
b"XÖ*ì9O\x14 ¥lØ•B’œã "
b"Y9i^ú\x12 L«ü1bPïí¶╠ "
b"YS…y\x1F ÍGb¿"Pš4<åÛ "
b"Y`Å*ôùD\r äÍ\x1E ¹¯ñVi "
b"YvªUQ═KF×^╝ÇUØ\v X "
b"Yy─%¢└A▄ØZ\x1A ¦ı\f ®Ö "
b"YÞü|edK²èÛÐg╠\r Iÿ "
b"Z2Ý´ÿ$M:µj!i¿Cg² "
b"Zrj-œâIòˆQñOé% Ô "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"""
[I.î2bN\x18 ¡\n
à\x07\x10\x17\x1A Q
"""
b"[WÍ\x02 väO]’î.;0\x11 ÜP "
b"[X+·l\x04 KiµHÚQ£Äz£ "
b"[┤·~½*LöÜ\x02\x08 kü\x06 Þþ "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"\þÅ>RVA▓▓I\x05 &ÓyBÉ "
b"]!6ð~ÏL_‘\x1A ¹äë,” "
b"]" ¾ÈcA9»èš\x12 þf°" "
b"]"ÕœàdGj‰\x11 ,¿’AW· "
b"]Ñýø‗´CÛÆDà┼ØJÂz "
b"^Õ§}9„KGƒÆôúP·Ðù "
b"_³Göƒ,Jê…Ý&û(\x19 ó¹ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"`½ÌZÉ╠DÔ╗Æì\x17 EÃ*Ó "
b"aùÛºœùOy·¦q\x11 ƒá "
b"bf#ðæÙK¸ÅR\x19 ¹■-─ý "
b"bµ\x13\x14 vpGF«ò\x12 ¡ˆò\\x13 "
b"bÜ×\x18 [ K\x12 €=Ã\x17 ô2tD "
b"bÒ\x1E\x01 ç╬JuéWwÉÔH\e . "
b"c\x1C Q¬\x15 qIe‹Ê%šuœ…< "
b"cRO¿C\x17 OS´ª\x1C }`²f\x1E "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"cç\x1F ¤×\x10 D\x10 ¿=*«–™8… "
b"d#JÂMÐH\x04 ‘ø7\x00 þƒ}Û "
b"dd*ØÜ°J €\x1A '¾Ý<ÏÁ "
b"dÆÎ{Œ¶IÔª\x10\f •j\x0F\x1F ® "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"enwK§±CÅšP—νܰ§ "
b"enþóC\r E±£ò-Ã-¯0¥ "
b"e£œB\t\x16 F»®\x01 }RÏó¸\x01 "
b"fıÍ┤\x00 æKr«┘Ø`ÆÀ\x00 1 "
b"g¤ðžÁ\r IÔ³’üx\5ŽG "
b"h*=é¢SNQ¤”e\x0F \r \e\x18 Ÿ "
b"hs]¤¸¡L\ˆxª¨êXÎE "
b"hÈÇ\x03 N`Dz¨tž¸¿†ò” "
b"hÕ1M\x01\x02 K;†ÀþÙ{ŽIq "
b"hµ)WNZ@&▒▒\v ╔õìK\x1D "
b"iYÿO®˜Aé¹(`a¢ÎÅÉ "
b"j\x07 KY¦8GÅê¾àô®ëÎj "
b"k‘yêÞIÁ»\x12\x05 ˜Duõ< "
b"k▒Õ\n ª‗EHØh¦Qn{\x00 p "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"""
lrâ*̓FÄÑáLÅG\n
ë~
"""
b"m/:KÅÌMB±™\x15 3©Œ“À "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"m|ì+┘.F@▓W\x1A ¤î¸°¨ "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"m”l®åJLk¥ˆâšéÄË "
b"m—\x14 ÄÚñN@²\t Ä+´UÆ¥ "
b"m¢\x10 ^\ÆA\x12 ï¯]╬É·Òo "
b"m╩E#L┬D+ÉÈà{¾t_¦ "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"oôQÍeNAo░ì$²¥\x1C ¼\x03 "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"o—ˆày`BWª\x04\x15\x03 p8 ý "
b"pz╬ ÎÔBJ¼5▀\x00 nØÙ╩ "
b"q\x1A ëXÀë@7ºÝ{ôEE8Ï "
b"q”œn.¡A˜±~ÁÖ\x00 öûÿ "
b"q▓÷RÙ6Fdñ+Å¢à\x1D ┐| "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"r¨‚rCAIG¨\x08 ì å\x00 Ò9 "
b"rÏÑ\x06 MìK‚¯z%„ˆA:X "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"sGƶ§ãEæØ\x0E\x00 ¡bÓѼ "
b"s£õ,ýFB[å`9zì¬z& "
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"sÚµ%vDBg˜~”ù÷\x10 6g "
b"s㩓׌E¼¬V•v”ãÜa "
b"sû#´ŒõJ®«âè1¾SsØ "
b"t\x02 IbÓFôª\x1D\x01 ]Ê€&¸ "
b"t\x07 Ú;ŽçF\x16 ¿§PNä÷´„ "
b"t\x14 Hµ´BDŒ†¼\x19 gÝþ·6 "
b"t`…FÇ\t B1›Æ)ïñ‡Tº "
b"tbåGš±D2¯Ö\x1D B·\x1D jë "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"tØ\x1F ÊèÉE]“Ÿ™…Jѳz "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"uÙ¶Q=╗A‗╣seé\x1F ìõN "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"v=y*]ËAO¤s,ôpná "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"xÕXë/¦B޼h7T\x7F ,ì³ "
b"yG>fû~Gå”FëæŸÎpõ "
b"""
yc*.íÂI÷ªÜŸ\n
:ZA€
"""
b"""
ynóÐ\x14 $N»®:\x1E §…\n
À¥
"""
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"zY\x1E @j¿AÓ®ûW[°T%± "
b"z•"\x12 W…L2«~AÇ\x06 -‰. "
b"z¼Ìb»uLÊöXwƒØƒ;╠ "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"zÂÁØ ’M‘‘\x10 q‡â¹èJ "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"|C\x18 G²¬F§¡#ÇËC\x1E Í“ "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"|ı\x0E ßg\f N«É,[╚8ßý║ "
b"|üâJ’»@0©~Š5)€¥\x05 "
b"}\t\x12 ü«µL·€e;AlDÊì "
b"})Ë(§UH3Â■ó┘ü┤û\n "
b"}£†ß;ÃL3¡Â\x1D ÿ)…öG "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"""
~\x05 gê´\n
E\x05 ì<¨}íln4
"""
b"~6â}\x07 èE´³ä65%$â] "
b"~S'c¨\n O\x05 ¸Ú\x00 CÕõ— "
b"~\\x16 IfVMÔÅß«~Ä\x11 0ë "
b"\x7F WX˜Ì¤Kw„m5\x16 CÃVì "
b"\x7F ] \x18 Ó┴NÅ컃\t î(Xà "
b"\x7F t\x01 ÒrêN÷µõÇGÆ™XÖ "
b"\x7F ¯ï%qƒL¨▓ì\~OßLü "
b"€M&=_-NÀ²ÕÎy^>Å4 "
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"ÇlØÐðoI±▒DÛÇ\x16 ^û\r "
b"€ß«U8\x08 DÄ©»\x11 I©ÜäF "
b"ü\x08\x1A Z}ì@Æ┐ú¦\f vÝq} "
b"üvU kÖDî¢h│0*b)ü "
b"‚\x05 œÿa’Fl´cFˆcòë‚ "
b"é\x13 ÁNÂ¥@\¥ü6|!d\x04 Î "
b"‚yNÈ\x14 ,K³ª\x06 ™\v ꈜ· "
b"‚Øs öÅE¢¨³»¶`ÒF_ "
b"ƒ\x08 UƒÒÇL!ª¿DôX¯u« "
b"â=è¾HÄFtüÙLØSEÐw "
b"ƒ{~Σ˜F\x13 ¢"\x02 ÂC™Q„ "
b"âå╚£¡ó@\x0E Ø0X├µ╔└I "
b"ƒ»3(]kB2ºŸ\x07 u-•,# "
b"ƒß?âú½A©ƒ\x05 ŠÑ¹®Ûô "
b"„\(Qi‚EÙˆõHÝŠó‰Š "
b"""
„yd "ÃL?±÷\x11 w¦ý\n
B
"""
b"„‰Íl·ÌH:¦@£®\x16 Vpþ "
b"„œRÙ\x02 FBT¶ï,Äot7g "
b"""
…7“×\x02 %C “.\n
‚\\x0E eÉ
"""
b"àf8\x0E &\x10 F:ì═░[%\x14\x1A Õ "
b"…iˆmTØHÿ³\x19 ¤+²¸F$ "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"à┌\x08 q×ELßÅs&Bqå)h "
b"å\x1A ²\x01 ƒ>OæØó\x05 t\x1F æòà "
b"å»r6÷╠OÉ¢\x16 5_\x17 5O "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"‡…V\v ÉiIG¦´Q‰\x0E &\x1A o "
b"‡Ž\x01 ë\e GG\x1C ›\x12 –ÔLȯ, "
b"‡Ä”\x14 °¥A”Š'»Ž…w$¸ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"‰ƒšª}\x03 @y™ä‹\t >u§1 "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"Š\x08 4A|2K(§ø\x7F ÃÒP \x16 "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"‹êN \x04 Ø@-«\x18\x12 øš\t\x7F ¹ "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"Œ,¡n–\x07 KC¬$”é—1>\x08 "
b"ŒÑÿê’O\x1C Žá³š»„0Ó "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ìX╣Ah¸Måä£\x1E O<C«▓ "
b"ìùç├âGE¿º5%ÌÜÜä "
b"ìºó_ôQFì×▒_\x01 ËÐ\e $ "
b"ì╚╚öÅ´B\x18 âP~┼{Ñ\x13 w "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"ì¶W;O0C2Å▀Kĵ└íó "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"Ž¿\x1E 3>\x10 L$¡l‹‚Ufü, "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"Å\x1C C¬ýFH─¬ß\x04 J·Ìó6 "
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"Å6R÷åýAUøE,Zç╚ô▀ "
b"ÅÚ\x18 ┐?ÕJ╔öd▀b\e £\x1E / "
b"""
É;d┤ªòG\n
ú╩´ÉÕø\x06\x1A
"""
b"É@f\x01 :\x10 H)×╩z:ñ║▄Å "
b"Étlÿ╝6K─¼\x07\x10\x00 ╦Ñ*¸ "
b"Éô5Q1áEQ®ì¹&┌Ö(H "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"’óI \x07 ð@˜‰vd"š\x14 ‡3 "
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"ô·?║'ÞLÉÿf²┬gqr\x08 "
b"öN;Æ\x13 █J█Å\x7F !¹[P╗╩ "
b"”¢±‘êSCàœîÍ\v [õD/ "
b"""
ò\x01\x1E ┌ı\n
K■ÉN/\e ß½\x11
"""
b"òQ\x1A QäðKÆî┼ô\x06 V╝±Å "
b"òxçü┴ëN^¥ÃË\x16 ®\x0E rÄ "
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"û"CÛ]2M\x12 éÞìmbZ\x1E p "
b"ù1:┘| Io▓»ð└Àؾr "
b"—š\x19 +ó\x04 FôŸLKc‹4\x17 ù "
b"—ÌH,óÿLL½V\x18 Ê\x02 j×^ "
b"—þ\x1C \\x07\x18 Oªƒÿ$£\x02 N\x08 Œ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"ÿ½╗L‗\x13 JæÅfmÑóÚoõ "
b"˜Æh‹ËDL½˜ÈÍ\x1A cmvÞ "
b"š\x08 ¤qÑUNM˜¯Z«Á£”• "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"ÜúB΃┬Fþ┐?©ìÍ'Eï "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"øçÄp¦ØO│äûÞı¡§╩è "
b"ø┤\x00 Eft@"ÆäóÑñܳŠ"
b"›º—Ö\x0F LD\x7F ¡E.¶áÚšv "
b"œ}˜Öì CÑ”OÜë\x07 Ï„Þ "
b"œ„´FðLLÚ¢ëjÞ×§Q "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"Øp═?BïGÿäD\x06 {´/Ù\x14 "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"Øå\x05\x07 1·C Ø/ ÿ5õ$ "
b"Ø╚▒╬±nH▒│ião?\x07 ƒ\v "
b"žM‹ ¼…L\x0F ƒ@\x1A o\x1C e>‚ "
b"žªÊ ¤yB\x19 Šþ\e ´´w\x15 5 "
b"×¼┘r÷\e KD¿´ØÙW»ïÔ "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"Ÿ³Eé\x10 ‘EÕ¿oìÇ\x1F ±!€ "
b"á\x17 ù9\x7F Ã@w®«lØ0\e ·Ú "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"áWß÷$╬G9Åê0¶mm¹0 "
b" ‚[pãuC@–´ÓPî\e Wi "
b" ê“ÊíiKN™lG\x1C\x18 Ê$] "
b"í\x0F U7;ÍAÜÇÉqMläÒk "
b"í6▓ø╝tEiŽ\x1F ªº\x1E\x15 x "
b"¡S^ÕY\x7F Eÿ‰¢\x1F KlL[‡ "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"¡Àz?@ÛI\x0E ¢z\x14 D$\x00 3° "
b"¡å³—œÏDª†šK\x0F K{÷È "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"óîî╗´DÒøWÓÓ■åÏü "
b"úçYÓØåH¦┐\x06 ┴╣áIô@ "
b"""
£±ˆ\x1A ×zL;¾e\n
i`\x1D ùü
"""
b"¤ž,–Õ\x1E E*œ‚c&Ðç£[ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ñ¥ı\x1C ACBÖüzH¼╚å\x12 Q "
b"¥\x1D £eÊ!Ia‘ \x03 ø„8©– "
b"ªh\x08 9\x06 °Eõ╗iüU ô╚\x1F "
b"¦¶ƒTØ›Jž¸Wà³!?lç "
b"¦½×wqwB˲I\x10 òD^\x00 [ "
b"""
º\v \n
{ì4BWÜÅñ├├tÊ3
"""
b"§°_õ\x05 zML‡nl§”·ú\x08 "
b"¿)8ü%)F\x01 û¬Û£@@█Ê "
b"¨?Ù¦T©G\x7F ¨º\x1F ^\x19 Ëx( "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"©\x07 ÿî¯Þ@\x11 §×¨PêJE† "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"¬├d■å¡B×ÅØG═┬T¡< "
b"«€Ÿ15‘O\t °€¥^÷XXˆ "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"«Ë©É”(D\x04 —µÇ\x13\x07\e $0 "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"¡zÒH▄àN²¼\x7F ü\x1E Ì0▓Z "
b"‹\x04 Õ®nH\x0F l¯E(.\x1A\x13 "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b"®=¿È4\t Nî˜A{4EÐÖm "
b"®ŽØ™ö{Jd¸\t ~³‰½&\x08 "
b"®³e¼ûaAz«»¯¼]Àûq "
b"¯m¾’?åNÓ¤¨½\x07 ‚\x10 öù "
b"¯w:æ!KA!¸$U¦s˨— "
b"¯Ì\x10 ÕûñN˃7•½\x08 .À« "
b"¯ë®rZúK+‘îöUdšT= "
b"░\x1A ;\x19 Û▄B\x19 ì¾\x1C í±\x17 ╝L "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"±x±l3\x1C Kפ\x1F [\e r\r ¤ž "
b"±‘X]WÿAǵ\x10\x06 Z¤ÊFu "
b"▒º\x19\x0F ║ÖCØæâîC╬┬\x03 \n "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b"²oÐQ\r WNç°ÉY\x1C ˜ÙÆ\x1D "
b"²ÏÝœI„I\x1E ¢Ï9ƒ€û¿\ "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"²×î2\x18 ÑKß‚)e˜f•И "
b"³T‚\x05 _öF\x14 §-ŽkD5§š "
b"│▓\x03\x06 ─═L8®┘b\x01 f\x1F íØ "
b"´Eï·ñ\x18 G…™ä$UîßÄ6 "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"´ÁYv‡\x18 Gé¨ÙƒFøÚ<U "
b"´ø\x14\x06 »}L>‹øÄ\q\x10 އ "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"µª(_g\x0F B„™€Õ˜¢>÷ "
b"µç¼Z\x11 gGq“r\x19 ú¡wëP "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"¶œAm”\x00 B; ÖDÚ(\x18 ô\x10 "
b"¶§À\x05 ‹JDž§ÝÌ\x08 Í\x0F 0\x1C "
b"¶öeÂ\x10 ýK›˜Hå³=Ów' "
b"ÀZQÁ\x07 ^I_ìO1ÓC4i( "
b"À½Ñ└7■D[▒╚ìfvÙVq "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"©!▓î┘ôK óPÆê\x18 |É\ "
b"©b"v\x1D YDgûþ\x10 ü··xı "
b"¸tÈ+‰\D°œÉN\$§uc "
b"¸yJMƒXLyº‰*\x0F X\x14 ®¶ "
b"¸È$¸N4JQª§Q³N£è "
b"¸þnö¦HD)¯îë0;^Œ "
b"¹<¢\x0F x"D€žA\t #;ç…¾ "
b"╣üVÓ\x18 ºJ╦║±Í\x02 ═ë "
b"º\x16 Mø„ÎHë’èþ’ý"aF "
b"º=lÆŽÍE€”¤pÃw«§£ "
b"ºL\x01 k©\x06 Jþ—ï;Ô y§( "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"¢·┴Q\x7F ÇHfÅn¨§5W+× "
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"¾W¸X`¨MA§xÈyw\v y„ "
b"¾Z\x03 `!HN|œ/$Fè÷42 "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"┐¯\x08\x1E 0èF}ɧ\x1A k\x16 >µ\x1A "
b"└+\$æ\x06 AWáüG#E^\e o "
b"└c┘·\x16 .J\x7F Éâ\x08 ╔ØÐvç "
b"ÀË\x14 ©ø*Dó‹À“£6.\t ð "
b"ÀÏyÉÈšHn{³Fõ< "
b"Àß4Æ6~J¶´ä\x1C k'äRÁ "
b"┴┬ÊÅ00Oå┤▒0\x7F Ã&ÝG "
b"Â0^IÄDGéŠ4Ây\x08 räæ "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"┬¶o/ã0KëÂók11¦|É "
b"├0×\x1A 7ôCv©²Å\x0E ½8×\x12 "
b"├0°╝JïJÅÖÑ\x0E\x14\x06 7±ý "
b"Ã3¤‚VñA0§Î±Or¯kH "
b"ÃR\x12 H‡ÛDj½s\x04 ”&\x07\x01 ” "
b"├\┤Mù╣Eüèñ║▄\e uáø "
b"├¸¶¥,ÃEÉá(sVsÇÍË "
b"├²"ÌãZB ú7>ÁÔÏìC "
b"""
─█0»\x03 ÒHûì]+9!\n
eº
"""
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"Äâ\x18 ªãÐId½md¨uîB\x1F "
b"Å\x08\x19 ^\x02 ;F¥ˆÞ%#lØ] "
b"Å(\x17 "Ý;K^–U{T°\t ž/ "
b"Åà@§\r O"³L®Ü=“ÄA "
b"żR…\x1D ·Fj‡úÎÁ¤¤Ïœ "
b"Åü\t ™öÃKã¾\x06 ¶K¡&è "
b"Æza[¦SL†©–îÑ\x04 ÷·= "
b"ÆÒÂ&ÜIÂŽÓ"`-g\x10 à "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ã▀\v )ì,KN▓Föö"Ö¡R "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"Ç5„Àº!Ej–é\x1F \r ÁbÒ\x07 "
b"ÇHêvƒfC|²”B\x18 ô"µÆ "
b"Ç]H#W1Aø¯\x05 }Àá\x1F äV "
b"Çž®X\x0F\x1E I¶£\x10 ^§¾Û…« "
b"Ç¡\x10 ·¬¶CI±b\x15 .Êúé\x03 "
b"Èl<•gÒMT“J‰7ýÒdõ "
b"╚ìõËñ\x1C Aàú38ÙñÝ┌/ "
b"Èì.L\x06 .@!½|qfD(sñ "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"ÉG?\x02 š\x1A Jx´¨›ÍÌá;w "
b"""
Éêøæ\x04 F4†×e\\n
QÞ\x1D
"""
b"╩6 ì(#F│ªùí\x01\x04 ┼╝Q "
b"╩8 )TñD{ì°¼+Ëp£º "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"Ê«U™\v eAÏ–ÔÐâ;®Gº "
b"ÊðѨ NB\x0E ˜ Fƒ‚øi "
b"Ë\x1E ÞþüÃA¢‡ç¯M3%éu "
b"ËxB„kÀO︆ÓÙ”½9\x19 "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"Ì:l7\x19 ‹FS¸¦ì7\x01 0¶% "
b"╠<Æe┴\x00 L\x11 Å;\x0E ▄©¥0ð "
b"╠J¡G¥fL╩àıØ\r >\x04 ├p "
b"Ìq+\x05 Ø@@õ¶¿NÞG€xU "
b"╠ümË(‗B]í!¡Ë\x1E °qE "
b"̳\x1E ê1BBQ©ü(ÎC¨õ\x0E "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"═'©ÙºrCìøôñN┌¢ß- "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"Íš\t ¡.GK·Š\v Ø\x17 .³žÊ "
b"ÍÒîÙã•DŠ“Ò\x1A Å\x18 K–\x08 "
b"Íò~½b$G‚ª÷8S¦7\x1F "
b"ÎW“öt\x02 D\x03 ˆOãëŽLÐV "
b"ÎŒ\f\x19 °ß@Ùºé‘ ßl|Ë "
b"╬Ø?eD#HóæËÛ\x18 f&\x01\x11 "
b"¤ \x1C P\x05 ëH$ìì³Û\x1D\f\x1F\x03 "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"¤ç┘õü¿B\x04 æö;_Vl8\x1F "
b"¤£ªÙJÅL\x1A Ñ\x10 xÒ\x14 Ç├à "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"ÏñÅ\x18 °(J¯§˜Jƒ9ae\x1A "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"Ð\x11 7…Ø%HÅ»Whb\x00 øQ% "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"К1¡v(D^„sn<~ó8Q "
b"""
Ю/N\x16 jFŒ™’Z\n
l°[É
"""
b"ðn\x05 ;DEì╗*\f \x06 Ô6â "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ñîî·òºOç©ù²6\r ^GÖ "
b"ʬ╚UâDAø▓XÃAù§ÝØ "
b"ÓbO5>KE\x1D §\x14 —4.7õ— "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"ÈaýGü¿C╩À\f ┌÷le\x19 £ "
b"Èü þQhMÒÜ»n\x02 ê■`¯ "
b"ı2¾\x08 ıKE´Ö▓g┐\x10 ┼~Ø "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"Õ_Lî«,F]¨2\x04 ÕàbáW "
b"ÕgoÀñöFå™Û:D@y®å "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"Õ›‚ŒõQHÆ»wÛÓÕÙNU "
b"ÕÊÎL°HNA¥MŽV\x07\x00 <Ž "
b"Ö\x18 ™*}cJH£ô+Ô|¶\x7F ‘ "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"ÖÑv\x18 ¬®Mºœ±(¬'\x06 ¯\x16 "
b"ÖØlQëÖC¼©\v\x0E e\t jñÍ "
b"Î\x1D ╠¿?¢@:┤2ç©?,ü£ "
b"×Rè‚ÞvEëŠÐ¶Ò\r Á\x18 Ï "
b"×èq]4_Cé¼¶\x07\x1A Á?\t è "
b"Ø8d+ÏÒ@<µ~5¯T£@û "
b"ØNs܇<C†½\x11\x1E e\\x11 Î "
b"Ø]P\x17\x00 +K\x0E ¶º|ôÑ™îU "
b"ÏÇ╚8À£A┤▒\x12 │MüéTd "
b"ظ$«Ê€Dp‡íÉÆ[éÚ£ "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"""
ÚMÊr[ÔFØ£–)ºjä\n
\
"""
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"┌ô¶v\x04 ÷Jì░Ø):&\t jÏ "
b"Úœº|;ÍIa”\x1A :#ë,ân "
b"ÚæwQŸ_GÒ«oãà…\x03 `c "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"Ü2ü<\x05\x00 H’¾ÖïE¸îI\x1D "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"܈9#«ÏLú¦°dH \x00 ž» "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"ÝSF/ÓÓF*“òä¡£T~m "
b"Ý·™õ·LL˜«†”ùÒ=\x00 s "
b"ݾ\x11 ”¤·O˜¿ü¼û\x7F `W˜ "
b"¦╚É\x05\x00\x17 A:▒\x7F tRÍ{À\x00 "
b"ÝÝ\x0F X;ëFJ·hÊÕ^¶\r \x01 "
b"ÝéN©@2D;™rç’ô\r 'ý "
b"Ýø\x1C ±’\Iª¾½Ö•„\x01 |ž "
b"ÞÝ‹ÓdÁL+½'ÐæSJœ "
b"Þî$>~\x1C Gª„ÚŠ‘‹kSÈ "
b"▀È\x01\x1F ¥=N2ìeùcmÑ╗ô "
b"àWÃ0\x1E ÿAË€ôÇU\x04 ìó\x0E "
b"Ó^\x15 `¨ÑClÜÅ\x18 «³\x1F\x19 > "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"àÄÄì¸ýOz¸°“\x13 Â\e ôD "
b"ß\x15 >wÆ¿H\x10 ïJ:dÅú0î "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"ßFæL╠\x04 HÙítK<ÉZ\x10 Î "
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"âL‰Á°ö@…‘×\x04\t xHÈw "
b"Ôw┬zt‗MtûkÉ¿▓+ß\x04 "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"âéÄ;Á“B·¿íç\x13 Ù!ø "
b"âñPðmÃNB™>|ö\x04 ŠEV "
b"ÒOèù¹0Dì▒\x10 t\r M─[\t "
b"ã•àS0ŠH·‚êÝJ\\r \x1E "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"ä}±Ý\x17\x15 B2±ÃsF²6jÑ "
b"äŽïí\x14 ¶D©€jZ¼ü×>\x7F "
b"õ¥:\x02 çDvüÇ\x0F ╝X²+¡ "
b"äÈU=åUIÞ„ï#’AÁ\x11 ¶ "
b"äó\x16 ñj'H6§[ÿ ÌT»Ç "
b"äù§„kŠKЉèkã®…JÄ "
b"Õ²º▒á»NÉë\x14 5þÁty° "
b"æ:¡j$@A¥¶1/iÛ÷>w "
b"æB˜ÚïòMŸ¹›8÷<nI› "
b"þ\x18 _\x06 >ü@Jù À«┼Ìıà "
b"ès˜q|Ä@J‘Ýr¡Ê\e êK "
b"""
Þ╚├²æ\x05 B\e üÑܳ\n
Ò\x10 Ü
"""
b"èßÇÙËËGh–\v©-˜ÒÙ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"éŸ\x1A A•jO^†(¶xã˜ä\x1A "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"êPw\x08 b\v GKŠÁ”_ñ¿ÔÞ "
b"ì\x07 g_#|Koˆ7_fŸ@Ä\x16 "
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b"ìs”Æ~ÒIÚ°oœÄLš+\t "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"ý┤oVu`C¨û\x00 É&la\x11 ▄ "
b"ì¶/À4\x7F DV¨¾T³ÅG¬\t "
b"ìÊÑ4`áEï¬Y8q·‘«Ò "
b"í)+Ù\x13 •M¨”@Š*O\e ¢b "
b"""
í;Þ‡\f êAe©\r \x06 \n
¹éYo
"""
b"íGÌ.éÇEU™\x10 wu¹\x18 [q "
b"ízRÃOÕN'®Á¤ü7”¦ "
b"í‘÷7kÕJæŸÍˆ[ôÓ+! "
b"¯\x15 @äÚüCÃÆ\x03 ¢éÃ\x17 ■£ "
b"î\e ™'\x7F ÁL2Ÿz‡L¼Ïág "
b"î`§®\x0F ÃL\x1F ˆ-\x15 .p¦¤\x01 "
b"îŠs½\x15 ŸN/¾\x00 ¥Ü–\x15 Ž} "
b"ïojÞ…wE^ºsáš6}ȵ "
b"ï§>83cC\f ™R\x19 Q¹ˆ\v\v "
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"´■~a\x18 ©N<Ü%╦▀ÔÉ;Þ "
b"ð(¨fh\f L\x05 „ƒ\x17 ÑÁç|ì "
b"ðwãÌš2Gt«¶ÍQö§‹î "
b"ñ\x03 ÑgïûF¾¥ÿþC{jñ "
b"±L┼Q´\x04 LjÉ¿\x04 S█.Jõ "
b"ñdEš(Ý@̯5MàJ\x18 ET "
b"‗8\x10 eõíKØù©ÍÕ´v╗X "
b"òn×*x"N\x03 ž<€;\x0F ×d\x00 "
b"‗ÁByUFIýƒ«üT¸Öþ▒ "
b"òÓŽÚj\x18 Ca¤ê—£:\e\x07 û "
b"òߥõ•îDRˆºª[îUi½ "
b"òý’jƒîEC¬\x06 c8c\x1C a¬ "
b"ó\x02 a'Ú‡BþŽ\x7F\x1F Û\x7F eì "
b"¾\x08 ÊZÀ-@\x1A Éf\x1F Iq5sn "
b"ó)•†ÚƒC?¡\x00 ñ\x06 &q=ù "
b"¾A\x15 T╚ØFrü7ð┼¿oxx "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"ô‰ÖóþgO¨‚\x11 x¸¨¿ôÇ "
b"ôÆF£JpG¾ŸV~ó~\x00 qÅ "
b"ôöø\x10 ƲLØŸ°#~rýÃa "
b"§\x05 Þkb~NÃí~ÉóF£7a "
b"""
õDÿ\n
9›K·«\f r\x03\v ô°í
"""
b"õVL¼m,Gì•ízvÅ?°‹ "
b"õz·Z\A\x1E ŽâIM\x12 Ñÿ "
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"ø\x7F t&D>H,†‘m\x1D cè€V "
b"ù\x02\x17 û˜ÖJ†—DäàšÀ[À "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"·¿\x04 1Û>HÍÜ8ÍyÜÅ╬ë "
b"úÚº#vIK\x08 ½Å\x11 B\e j1\x1A "
b"û'F&\x15 ¶D\x01 ³k:àÄpž¿ "
b"û)žvüâCª‹õJ^b…¦U "
b"""
ûF€DpeJ…–Ä\x7F \n
,@\x17 ›
"""
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"ûôˆ…¯EAQ°^ñ:ñ¥›~ "
b"ü\x00 Y\x15 ŽˆI¹÷uÊao "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"üñ?\v íÌJË¡ûÔIWbVÜ "
b"³÷\x01 ÙC7J[Ñ╗\r \x1D\x0E Lüñ "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"²0*\x1D\x17\x03 Hêå&é òÄ┼Ø "
b"ýXØ…T¢Lü¬Eª«ŽÛ‰D "
b"ýÃWˆØaOä´«ãHt3\x18 + "
b"■x>\v ULKTØ¡aÒh>│û "
b"ÿGWP\x10 ‡MÖ°Ò"Þ™*UÛ "
b"ÿW8ÞoDIƒ“—€Êy)Íh "
b"ÿÆÖ³i¨Mý¿}\e “P‘uu "
b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x0198CC5CF09773C08EC0D20DD4FCD9E7 , 0x0198CC5D170A70B39DAB959FEDFB5CE9 , 0x0198CC5D41E271B2AB26CC0E57125D65 , 0x0198CC5D6D137308A5FA90FA35F776FF , 0x0198CC5D8CA37160A521CC59597B749E , 0x0198CC5DAF3D72D6B8EC1FF2BBC3DAEE , 0x0198CC5DCE75731C8A726B96EF07B9D8 , 0x0198CC5DEDBF736F8498C014BA391DD4 , 0x0198CC5E7148714CB32E7D48E67995D4 , 0x0198CC5E901B70A98A5FBD92548AC6B2 , 0x0198CC5ED61B737ABF98DF2318E02C36 , 0x0198CC5F36BF73DBBE059457768F9D58 , 0x0198CC5F90AD7111B283E66216D0F253 , 0x0198CC674F767345B4F60E77D83B00A9 , 0x0198CC6786467032A9ABE96719FF13F0 , 0x0198CC67A20073CCBDC5E6D654F36D09 , 0x0198CC67C0E372E6817DDB7817EC1040 , 0x0198CC67E42770EC8E8F38299B770953 , 0x0198CC680EE972E2BC65FB42888A14BA , 0x0198CC682E0972F5B7EEDD4DB2E44E22 , 0x0198CC684E03713F9A3AE03D292F3575 , 0x0198CC68690371D0A103E1647730BD1B , 0x0198CC689B6B7352A33C4F306F5E2FC4 , 0x0198CC68CDD47319B07766FF38C5ABC5 , 0x0198CC68F8A570C0AB5634CD9241C579 , 0x0198CC693309723EACD46059D041E307 , 0x0198CC696DF771CABAC7B15688F73699 , 0x0198CC69946672DCB6E341697E01BF4A , 0x0198CC6A3014725288DA9519CFFCBDF9 , 0x0198CC6A6E8271C78C4243B235E09288 , 0x0198CC6AA8EA71C0BD19FEA37A402D21 , 0x0198CC6AE73573D083DDEA13EAE37BC1 , 0x0198CC6B028E72AD9D453934A7DC68D8 , 0x0198CC6B2D71713DB3C35EB594764799 , 0x0198CC6B7F147132B2B0B19AEBAC211E , 0x0198CC6BB5D6706EB589EFB6623F5BBE , 0x0198CC6D21B27332AB9E350C390D58E7 , 0x0198CC70ED8671CFB0150A9F19EBA190 , 0x019A08A9652D43DEA42BDB47FA151EBA , 0x0217734EA93E4162ACFF209D83B739FB , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x046A73EDCF054114A12A7D5993B944A1 , 0x050710C300CC47718D8C7599B5C46C10 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0x062D13CC787348868E2680D96A86BD92 , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x06B1592C585747CFAEAC1A00D3F39B43 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x06E47F91CACD498E8B97F8C5ABA9713F , 0x092D2C7B29524716AF65FEDFA8CEE6EE , 0x094062D5A06B4F258C793771A85E6D0E , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x0C54BC7BEB2E476CA132A401F01A6D38 , 0x0E1DB1394451456AB9D549E752CAEABC , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0x0F01A3413914486D85103982B814090C , 0x0F2BC509943F425F88602389A7ECEB65 , 0x0F7348DFBCCE493EBEECAA52DCE6E7E7 , 0x0FB17958D9654B9C9B30535001C901F9 , 0x0FCD4135A9E846B49CF849BE143569BA , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x11115A768A1A4896A53D74299D4AB281 , 0x11E82F3879F146199C413DF3478FC820 , 0x11EEE5926FF645DBA7F49F4C394E51D4 , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x1358220D13D241608290AE0D114B5B5A , 0x13EAD2A0AF694B03BC746C277B3DC3C3 , 0x13EF8873A3DF4E74AA4E34A18839CC61 , 0x1431A16E809D4C4DA962D86C9B8D7FE3 , 0x14CE356C0DB543F499C0709591162FB9 , 0x15E00533A5F84A22B3558A03A0745E32 , 0x16400AE79E864569A9DC816362DB8DC8 , 0x1673CF6E2C9840BFBD7E775DB9BD554B , 0x169EBAE0493B405E8E0A77198A438E61 , 0x16CEE3CCD79B42A59DC5DE8D4C242F35 , 0x17540E8755D7452DB3D1E51D3F2864BD , 0x1778AB2716BD45B29F775BD00B0C30AC , 0x19420E55789E44B69CBDE0A190A5FF63 , 0x1966C48883004FF79A2E78D4789D63EE , 0x1A97EFB5769A4AFC80DEE626476BFB3E , 0x1AB6A299109948DBA1D3D50C71840D45 , 0x1BBF818F2AAF434FBBA4C88A80C30013 , 0x1C3060D8552F48F78E6F4A44BE26602C , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x1CE9046A05BC4CCBB80A62D403323681 , 0x1D5C64C874BF4DC69F3FEBD04FAF3364 , 0x1E3FE1448C9542BEA4BBA22554F75E0E , 0x1EA1DF93398741B19551B8656DC6C74C , 0x1F079C55774749418594C72ABECCD336 , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x1F5B4C511C8F44FF8165AEEB43533943 , 0x1FA234576B7B4EB694A0F31D10ABD6BA , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0x1FFA59E417C44ABD8C403B421CD27872 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x207D32D2B7CA46318418DC5BC53CD150 , 0x209C40B7B0E7417B8605840FFC63FCC6 , 0x20D96BBB533D481EA04B9D4E49AB7052 , 0x2115E1DC4F404D9BB65004EF22CE2FF9 , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x21D1BF09288C40BFBEC56A3BA45220AF , 0x22104588981D44EFAD512DDCE842B702 , 0x22134171BCC84DF6A55EDE542CDF3D38 , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0x22F3D427F19048139D0030BB9ABB309E , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x23679A8704C0436BB1B0FA5AAC717163 , 0x23804EE3290448AAABD125CB63CD9FEC , 0x23B5CB1EBA8A43ADB7D5FA82B6C1AB09 , 0x240D06FAF95E47BBA7FDA53CA0E394FE , 0x25185DA2034A4B4D945A6B8511FF1C02 , 0x253D397996164B0DBD7EE73B4B0043B3 , 0x25CFD871B70546579654582382E68C0F , 0x268FC412578B406F8945566B61785612 , 0x271E00996E0D46E2B60CAB0CC352F774 , 0x2722E11330BE4AEDB3D7C10DE31C0B84 , 0x273B0F09E8204E35B91078C37C6D9D87 , 0x275294068F554ED984BFBBEEA86C7DD0 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x27B0E1194D194D10897DF67A6E0300AE , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x27CC92A4506042AA83FAC90390F228B4 , 0x2905EB8F03A54AF2B5460506BAB1783E , 0x29968B24BD074462B00E75A9EE92F787 , 0x29A90C4990964DB9B7E96A03A5E7E28B , 0x2A04967D1CBF4B3A9F5B5883B4E7E7C2 , 0x2A41EC16EB304AF5B52103615066FE91 , 0x2B13ECFBD21E40308DFEBE90637AA9EC , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x2BB38224E14E40AD9A1FBE12C7969E0E , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0x2D6D520171F24729BDBC079BF5040DA7 , 0x2D862D31EDDE44C9867817A333B64A18 , 0x2D95B59535AD489C819FDDD8EFF75A1E , 0x2DB2E6B2DE154769B2CA3468EA2EA144 , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0x2EC3A10886154BC4A98888EF5DE27C01 , 0x2EC5267D10F848CC9B01C64E6576894A , 0x2EFAE3ACB5214167A91D5964473B6B7B , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x30EC051ECC9144EAB17A9FCCC41A19CE , 0x30FE6DA74E644FCA9DAFDCEC94FEF63D , 0x31005DD2B74A410A9B0586EFCBA4B6BB , 0x310311DDB9F24C3DBB8391399F34D1C6 , 0x3104212A9F044523A58F74EAD66866E8 , 0x3130C130F70943EB93BA6A55D8D60166 , 0x3149EFF74DE640B985925942CEA011B5 , 0x315CCD70CCC14045971524537C9AFFB9 , 0x31C03C576DEF4F12BCFF973C398E8A69 , 0x32B9534F777F4D78AA54E6FCBE704792 , 0x331888DF6B9447CF803F6BCA8A111B63 , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x3410B846409243BA8F817BE282CB5A55 , 0x34322AD0217B4362A1CFA0E6C6172B99 , 0x34327BE5DBB44895945339588A43B466 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x349A6D7631A84C81AEBBB7D810818529 , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x378A5BE7022A4E57B2C88411C7ABB3DF , 0x380181E6BBD4494DB9C480E74DA0FB84 , 0x3876768531E14776BAB81C7E49E63625 , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x388033CD3AEB4F7CBCB48A3BAD57BC43 , 0x3902B27AC5E74D89A9026B8518B7542A , 0x3960CAFA071045B6BBE38DC2F57ADE85 , 0x39FF5A00C62943519F2609B434F71777 , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x3A2CE757C70746869C1EAEDCB4FC9A2A , 0x3AFA423CB5F641F9A9A961B3D8BCF0C3 , 0x3B96C8FEAB0C41CDA83151D9062CEA84 , 0x3BA365D53C4948E7BDD36B004BB3225A , 0x3BB2B3A603D54675A1A749C3FCFFC8C7 , 0x3BCF5590121F4E67BC81BCE9A695DCAF , 0x3C45FB04744F46A0B0215B0FF5110BC8 , 0x3C7756188485458592D8FC305C4FE7D3 , 0x3C7B11AC20FD41CE867B262D1699690F , 0x3DAC7D9E55BB468CBBC72AB008443CBF , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x3DDDA00CC5284C32BAAB378964051ADD , 0x3EF49CDACEAD45F99AAC44D4013403A3 , 0x3F8F4BE9E4754A168682364F9057B965 , 0x3FCD66FB31B243D496912A25489F0376 , 0x4050B387C2B245118FBD742F3A60CF12 , 0x40572F249F21423880935F04BBF3D29F , 0x406B6821EB634F1C8D8917A016D97019 , 0x407E933A965745A2B1184A38E94D6F9C , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0x416128A4F8774B4AA8ED9A351A18DE30 , 0x41621EEFE91C41EF81CE2C209D85A388 , 0x41658677CC804D89BC680DF5B519C142 , 0x419DF2A418494FD5938943FBD214D92B , 0x42557CD0550B42E387FC2CC53B9EFC2E , 0x4295CE766A2F410E86031D7AD3C00FC8 , 0x42E358B9792040F09DD3C26F9A8BB19F , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x436A5B71A1D24AD2827D0B4831032082 , 0x439A16F4359440DB9C08B9807EB33D2D , 0x439A77A8893E431085804085662C10A6 , 0x4459B94BD6BF407A967F90D12F091C2B , 0x44BEE7C8BF264F12905CE8F20941524A , 0x4565E2509797459CA8F79FED8B816D5F , 0x457441DF0697420AACD2A8822CC9787C , 0x4595DD600B804CB086640BE835EE6351 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x4638B379EA2446F9A8E280020C65E763 , 0x470E894ED6CE4D7387A3E5B6F6CB9308 , 0x473070CE351F42B8971A6EF3F1CA15A8 , 0x47543F09A62A4E449CD405683B10ECC7 , 0x4772ED5F211C46E3B858336A692FBCCE , 0x4791E56D7CB74E039F451E39E4313A15 , 0x47B92494B56E477D9F6F8B33E553FFB4 , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x48623F74242E4556835BE8FB7EA8E971 , 0x486A6B11FECC4C3FBA270B88658E177B , 0x49E3D5AA20E64603BBA02E3D3B264C96 , 0x49E482A3921440A294C59B3E2CF123EF , 0x4A2416C59E1349F98CE1F2974691F1A2 , 0x4A2FB993D2114B938DA5515C4620DBAF , 0x4A314886F7D040D393A25AFA42568588 , 0x4A405A49EB5F46F78AF46F96AE0F3B8F , 0x4AA1D3295D2945CAA5CDCB4118996401 , 0x4AB731A1BE664130BFA5BEF7B4057A73 , 0x4AC3AE2C78BB4911877B1E75AF22CFA0 , 0x4AECC640C177477CA8D0F2E2F0BBE255 , 0x4AF5313C097844CABC8CADE116493D04 , 0x4B32977F21BC4737A8E5A594CD91F0FB , 0x4BCDBEC311974C7C9C4D76674ACBF980 , 0x4C724C7383C64F76A3CFDD4AFCA227CA , 0x4D319B5273E04263B4F7261231B6EBE5 , 0x4DE3BCDAFD4D4E568A5B7129B017B48D , 0x4E45326E80244B48A83D81A7A7DB1012 , 0x4E4D45F20929421D8BC1133D32FC6B90 , 0x4EFF0540DBB748D3B39B989D37828734 , 0x4F60ADA1C2A24BF1A5D61CF22B816BD0 , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x50460B56D7B7463C828F3AB4D045D751 , 0x504D7A029E8043E5935DD10339E998E9 , 0x51513B451D4346AA94B8BFD20918DEE4 , 0x51B303C46242476F81FD06C0083E818D , 0x51DADD0548404AE780B7FC019A1054A8 , 0x5204980E477D433CAD96085EBA9DB7CB , 0x5204F642383848ECBBED7996E93530F3 , 0x52441A8E191748EE96D0492C2FD7FD51 , 0x526A2E9EF8174E219B0095559127DF2B , 0x5273F25E874942CB82DFADD5B054A179 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0x52CF5741107448D29D3BE870F8A311BB , 0x52D96CE20C3E471984A51A891F6B817D , 0x52EF00472FB143D9A886DC926D0FB9A9 , 0x531F2BB32991464EA5479343F2D9E577 , 0x53A6C2B0F4C140239F087B3BE99D6214 , 0x53CCD56205554B5390A1C332A6066A4C , 0x53F45B9EC5AC45DEBFA99DBA4F3DF21D , 0x5404693C697D485485DE7DE7E1EF2C01 , 0x5422F85ED4414F27A8874D9FE97FAB22 , 0x545EDAC6568845E6AA01C5D5328026C2 , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0x55C375DB204D4B8DA285D1A44852DCFC , 0x55C94ACC7DE74AEBA67EF1AA0CD4131C , 0x55DB626078624359BA213FB9B1349AF2 , 0x565230D5130546278CF3E59382D9C73C , 0x569AB0FB3A9D4213A62EC9C3D031DE1E , 0x56C8CE10ADEB4F28AF64DCFF620846A9 , 0x56D447A6F3104610973EFC6A9C905960 , 0x574372388CEE4F2781F6C8ED30644D1A , 0x57849E12B3894758A8C30A3E17243A87 , 0x5870801535E54876A6A694C03B2C643B , 0x58D62AADEC394F14A56CD89542929CE3 , 0x5939695EA3124CAE813162508BA1F4CC , 0x595385791FCD4762BF22509A343CE5DB , 0x59608F2A9397440D84D61EFBEEA45669 , 0x5976A65551CD4B469E5EBC80559D0B58 , 0x5979C425BDC041DC9D5A1ADDD50CA999 , 0x59E8817C65644BFD8AEAD167CC0D4998 , 0x5A32DDB4FF244D3AB56A2169BF4367B2 , 0x5A726A2D9CE249F28851F14FE925A0D4 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x5B492EEE32624E18A10AE00710171A51 , 0x5B57CD0276E44F5D92EE2E3B3011DC50 , 0x5B582BB76C044B69B548DA51A3C47AA3 , 0x5BB4FA7EAB2A4C949A02086B8106E8E7 , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x5CE78F3E525641B2B2490526E0794290 , 0x5D2136F07ECF4C5F911AB9E4ADEB2C94 , 0x5D22A0BEC8634139BBE89A12FE66B022 , 0x5D22D59CE064476A89112CBF924157B7 , 0x5DA5EC9BF2EF43EA924485C59D4AB67A , 0x5ED5A77D39844B4783C6F4FA50B7D0F9 , 0x5FB347F6832C4AEA85DD26FB2819F3B9 , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x609BA8D52A144632AE911C986394FE6B , 0x60ABDE5A90CC44E2BB928D1745C72AE0 , 0x61F9DBBA9CF94F79B7A6711183E1ADAD , 0x626623D091EB4BF78F5219FBFE2DC4EC , 0x62B5131476704746ABF212A188F25C13 , 0x62DCD7185BA04B12803DC317F4327444 , 0x62E31E0187CE4A7582577790E2481B2E , 0x631C51AC157149658BCA259A759C853C , 0x63524FBF43174F53B4AA1C7D60B2661E , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x63E71FA4D7104410BF3D2AAB96993885 , 0x64234AC24DD0480491F83700FE837DDB , 0x64642AD8DCB04A20801A27BEDD3CCFC1 , 0x64C6CE7B8CB649D4AA100C956A0F1FAE , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x65139590DC384732A2C0A4330E2E1586 , 0x656E774BA7B143C59A5097CEBDDCB0A7 , 0x656EFEF3430D45B1A3F22DC32DAF30A5 , 0x65A39C42091646BBAE017D52CFF3B801 , 0x66D5D6B400914B72AED99D6092B70031 , 0x67A4F09EC10D49D4B392FC785C358E47 , 0x682A3DE9A2534E51A494650F0D1B189F , 0x68735DA4B8A14C5C8878AAA8EA58CE45 , 0x68C8C7034E60447AA8749EB8BF86F294 , 0x68D5314D01024B3B86C0FED97B8E4971 , 0x68E629574E5A4026B1B10BC9E48D4B1D , 0x6959FF4FAE9841E9B9286061A2CEC5C9 , 0x6A074B59DD38478F88F38593A989D76A , 0x6BAD9179EADE49C1BB1205984475F53C , 0x6BB1E50AA6F245489D68DD516E7B0070 , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x6C72832AD69F468EA5A04C8F470A897E , 0x6D2F3A4BC5CC4D42B1991533A98C93C0 , 0x6D759189C4A14728927A26B23ACF20F9 , 0x6D7C8D2BD92E4640B2571ACF8CF7F8F9 , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x6D946CAEE54A4C6BA588E29AE9C4ADCB , 0x6D9714C4DAF14E40B209C42BB455C6A5 , 0x6DBD105E5C9241128BEE5DCE90FAE36F , 0x6DCA45234CC2442B90D4857BF3745FDD , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x6F9351D6654E416FB08D24FDBE1CAC03 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x6F9788E079604257AA0415037038A0FD , 0x707ACE20D7E2424AAC35DF006E9DEBCA , 0x711AEB58C0EB4037BADD7BF4454538CF , 0x71949C6E2EA14198B17EC1D600F6FBFF , 0x71B2F652EB364664A42B8FBD851DBF7C , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0x72947C0213214597B5339601402088FF , 0x72A8827243414947A808ECA0E500D239 , 0x72CFD1064DEC4B82AF7A258488413A58 , 0x72FE7C5125414792B1C52F53F90699C8 , 0x734792F4F5C645919D0E00AD62E0A5AC , 0x739CE42CEC46425B8660397A8DAA7A26 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0x73DAB52576444267987E94F9F7103667 , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x73FB23B48CF54AAEABE2E831BE5373D8 , 0x74024962C39346F4AA1D015DCA8026B8 , 0x7407DA3B8EE74616BFA7504EE4F7B484 , 0x741448B5B442448C86BC1967DDFEB736 , 0x74608546C70942319BC629EFF18754BA , 0x7462E5479AB14432AFD61D42B71D6AEB , 0x747C60779F4D4DA5B94D9A1491009880 , 0x74D81FCAE8C9455D939F99854AD1B37A , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x75EBF4513DBB41F2B97365821F8DE44E , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x763D792A5DCB414FADA4732CF4706EE1 , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0x78D558EB2FA6428EBC6837547F2CECB3 , 0x79473E66FB7E47E59446EBE69FCE70F5 , 0x79632A2EEDC249F7AADC9F0A3A5A4180 , 0x796EF3D014244EBBAE3A1EA7850AC0A5 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x7A591E406ABF41D3AEFB575BB05425B1 , 0x7A95221257854C32AB7E41C7062D892E , 0x7AACDE62AF754CD29458779F9D9F3BCC , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x7AC2C1D820924D9191107187E2B9E84A , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x7B5B8413E4AF440780D41A419A972862 , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0x7C431847B2AC46A7A123C7CB431ECD93 , 0x7C6F17798A754C749F038BB588490847 , 0x7CD50EE1670C4EAE902C5BC838E1ECBA , 0x7CFCE24A92BB4030A97E8A352980A505 , 0x7D0912FCABB54CB780653B416C44CAEC , 0x7D29D328F5554833B6FEA2D981B4960A , 0x7DA386DF3BC34C33A1C21DFF2985F647 , 0x7DF70695707044559057EA36A1E018A5 , 0x7E056788EF0A45058D3CF97DA16C6E34 , 0x7E36E27D07E845B4B3E436352524E25D , 0x7E532763A80A4F05ADB8DA0043D5F597 , 0x7E5C164966564DE28FE1AE7E8E113089 , 0x7F575898CCA44B77846D351643C356EC , 0x7F5DFF18E0C14E8F8DAF9F098C2858C7 , 0x7F7401D272EA4EF7B5F5C747C69958D6 , 0x7FEE8B25719F4CF9B28D5C7E4FE14C81 , 0x804D263D5F2D4EC0B2D5CE795E3EC534 , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x806C9DD1D06F49F1B144EA80165E960D , 0x80DFAB55380844C4A9BB1149A9DCE446 , 0x81081A5A7D8D4092BFA3DD0C76ED717D , 0x817655206B99448CBD68B3302A622981 , 0x82059CFF6192466CB463468863F2EB82 , 0x8213B54EB6BE405CBE81367C216404D7 , 0x82794EC8142C4BB3AA06990BEA889CB7 , 0x82D873A0F6C545A2A8B3BBB660D2465F , 0x83085583D2C74C21AABF44F458AF75AB , 0x833D8AF3488E467481EB4C9D5345D177 , 0x837B7ECEA3984613A22202C243995184 , 0x8386C89CADA2400E9D3058C3E6C9C049 , 0x83BB33285D6B4232BA9F07752D952C23 , 0x83DF3FE2FABD41A983058AD1B9AEDBF4 , 0x845C2851698245D988F548DD8AF3898A , 0x847964A022C34C3FB1F71177A6FD0A42 , 0x8489CD6CB7CC483AA640A3AE165670FE , 0x849C52D902464254B6EF2CC46F743767 , 0x853793D702254320932E0A825C0E65C9 , 0x8566380E2610463A8DCDB05B25141AE5 , 0x8569886D54D848FFB319A42BB2B84624 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x85DA08719E454CE18F73264271862968 , 0x861AFD019F3E4F919DA205741F9195C7 , 0x86AF7236F6CC4F90BD1635F05F17354F , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0x8785560BC9694947A6B451890E261A6F , 0x878E01EB1B47471C9B1296D44CC8AF2C , 0x87C49414B0A541948A27BB8E857724B8 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0x89839AAA7D03407999E48B093E75A731 , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0x8A0834417C324B28A7F87FC3D2502016 , 0x8BD51843F8DA4CB28F699C81745710DF , 0x8BEA4EA004D8402DAB1812F89A097FB9 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x8C2481E41A8344B881669094EB365491 , 0x8C2CA16E96074B43AC2494E997313E08 , 0x8CD1FFADEA924F1C8EE1B39ABB8430D3 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0x8D58B94168F74D86849C1E4F3C43AEB2 , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x8DA7A25F9351468D9EB15F01D3D11B24 , 0x8DC8C8948FEF421883507EC57BA51377 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x8DF4573B4F3043328FDF4B8EE6C0A1A2 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x8EBF1E333E104C24A16C8B825566FC2C , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x8F1C43AAEC4648C4AAE1044AFADEA236 , 0x8F357A9D134E46D29E293AD00287B051 , 0x8F3652F686EC41559B452C5A87C893DF , 0x8FE918BF3FE54AC99464DF621B9C1E2F , 0x903B64B4A695470AA3CAEF90E59B061A , 0x904066013A1048299ECA7A3AA4BADC8F , 0x90746C98BC364BC4AC071000CBA52AF7 , 0x9093355131A04551A98DFB26DA992848 , 0x90D2D49D95E244CA963853B5C550A967 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0x9221DB64CBC54FF0BE53254824AACE1B , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0x92F3492007F04098897664229A148733 , 0x93E012735E1F423F9C55286DC1F61059 , 0x93FA3FBA27E84C909866FDC267717208 , 0x944E3B9213DB4ADB8F7F21FB5B50BBCA , 0x94A2B191EA5343E09CEECD0B5BF5442F , 0x95011EDAD50A4BFE904E2FF01BE1AB11 , 0x95511A5184D04B928CC5930656BCF18F , 0x95788781C1894E5EBEC7D316A90E728E , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x962243EA5D324D1282E88D6D625A1E70 , 0x97313AD97C20496FB2AFD0C0B79DF372 , 0x979A192BF30446F49F4C4B638B3417F9 , 0x97CC482CF3FF4C4CBD5618CA026AD75E , 0x97FE1C5C07184FAA83FF24A3024E088C , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x9863ED19BFDB4A839683AF93B164645C , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x98ABBB4CF2134A918F666DA5A2E96FE4 , 0x98C6688BCB444CBD98C8CD1A636D76DE , 0x9A08A471D1554E4D98AF5AABC1A39495 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0x9AA342D79FC246E7BF3FB88DD627458B , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0x9B878E70DD9D4FB38496E8D5ADF5CA8A , 0x9BB40045667440229284A2A5A49AFC8F , 0x9BBA97D60F4C447FA1452EB6E1DA9A76 , 0x9C7D98D6ECA043D1944FDCEB07CF84DE , 0x9C84B446F04C4CDAA2EB6ADEC397A751 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0x9D70CD3F428B47988444067BEF2FEB14 , 0x9D8094E327FE44A6844669EADE9F4575 , 0x9D86050731FA43209D2F20209835E424 , 0x9DC8B1CEF16E48B1B369C66F3F079F0B , 0x9E4D8BA0BC854C0F83401A6F1C653E82 , 0x9EAACAA0A47942198AFE1BB4B4771535 , 0x9EACD972F61B4B44A8EF9DEB57AF8BE2 , 0x9FA306C764344CF2A08BF02D94840004 , 0x9FB345E9109145D5BF6FECC71FB12180 , 0xA01797397FC74077A9AE6C9D301BFAE9 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0xA057E1F624CE47398F8830F46D6DFB30 , 0xA0825B70E375434096B4D350EE1B5769 , 0xA0EA93CAED694B4E996C471C18CA245D , 0xA10F55373BD6419A8090714D6C84E36B , 0xA136B29BBC7445698FAB1FA6A71E1578 , 0xA1535ED5597F45FF89A21F4B6C4C5B87 , 0xA16D92237AB9441AAB63138B567888AD , 0xA1C07A3F40DB490EA27A1444240033B0 , 0xA1E5B3979CCF44AA869A4B0F4B7BF7C8 , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0xA2F08C8CBBEF44E39B57E0E0FE86D881 , 0xA38759E09D8648DDBF06C1B9A0499340 , 0xA3B1881AD77A4C3BBE650A69601DF9FC , 0xA49E2C96D51E452A9C826326D0E7A35B , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xA4BED51C41434299817A48ACC8861251 , 0xA51DA365CA21496191A003F88438A996 , 0xA668083906F845E4BB6981552093C81F , 0xA6B68354D89B4A9EB857E0B3213F6CE7 , 0xA6BDD777717742CBB24910F2445E005B , 0xA70B0A7B8D3442579A8FA4C3C374D233 , 0xA7B05FF5057A4D4C876E6CA794B7FA08 , 0xA82938812529460196AAEA9C4040DBD2 , 0xA83FD9A654A9477FA8BA1F5E19CB7828 , 0xA90319796686407B9795490FBC7029FE , 0xA907FFEEAFDE4011A7D7A850EA4A4586 , 0xAA0633837D8044D2968E25CF48B70685 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xAAC364FE86AD429E8F9D47CDC254AD3C , 0xAB809F3135914F09B080A55EF7585888 , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0xABCBA9C99428440497B5C713071B2430 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0xAD7AE348DC854EFDAC7F811EDE30B25A , 0xAD8B04D5AE6E480FA06CAF45282E1A13 , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0xADB42016585941A3982EFE96F98DC6E9 , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0xAE3DBFC834094EEE98417B3445D0D66D , 0xAE8ED899F67B4A64B8097EB389BD2608 , 0xAEB365BCFB61417AABBBAFBC5DC0FB71 , 0xAF6DBE923FE54ED3A4A8BD078210F6F9 , 0xAF773AE6214B4121B82455A673CBA897 , 0xAFCC10D5FBF14ECB833795BD082EC0AB , 0xAFEBAE725AFA4B2B91EEF655649A543D , 0xB01A3B19EADC42198DF31CA1F117BC4C , 0xB068C8733E6D4375B4D47487242D4AD1 , 0xB178B16C331C4BD7A41F5B1B720DA49E , 0xB191585D57FF41C7B510065AA4CA4675 , 0xB1A7190FBA99439D91838C43CEC2030A , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0xB26FD0510D574EE7B0C9591C98D9C61D , 0xB2CFDD9C4984491EA2CF398380FBBF5C , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xB2D7EE3218D14BDF822965986695D098 , 0xB35482055FF64614A72D8E6B4435A79A , 0xB3B20306C4CD4C38A9D96201661FA19D , 0xB445EFB7F118478599E42455EEDFC436 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xB4C15976871847E9A8D98346F8DA3C55 , 0xB4F81406BB7D4C3E8BF8C45C71108E87 , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0xB5AA285F670F42849980D598ADA23EF7 , 0xB5E7BC5A11674771937219FAA177EB50 , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0xB69C189B29B14092A20F2A1166B95D0B , 0xB69C416D9400423BA0D644DA2818F410 , 0xB6A7C0058B4A449EA7DDCC08CD0F301C , 0xB6F665C210FD4B9B9848E5B33DD37727 , 0xB75A51B5075E495F8D4F31E043346928 , 0xB7ABA5C037FE445BB1C88D6676EB5671 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xB821B28CD9934BFFA2509288187C905C , 0xB86222761D59446796E71081FAFA78D5 , 0xB874C82B895C44B09CC94E5C24A77563 , 0xB8794A4D83584C79BA892A0F5814AEB6 , 0xB8C824B84E344A51AAA751B34EA3ADE8 , 0xB8FE6EF6A6484429AFEEADEB303B5E8C , 0xB93CA20F782244809E4109233BE785BE , 0xB98156E018A74ACBBAF0F1D602CD89B6 , 0xBA164DF884CE48EB92E8FE92FD226146 , 0xBA3D6CC68ECD458094A470C377ABA7A3 , 0xBA4C016BA9064AFE97EF3BD42079A728 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0xBD964333BD904E599616C2DB42751180 , 0xBDFAC1517F8048668F6EF9F535572B9E , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0xBE57B85860A84D41A778C879770B7984 , 0xBE5A036021484E7C9C2F2446E8F73432 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0xBFEE081E308A467D90F51A6B163EE61A , 0xC02B5C2491064157A0814723455E1B6F , 0xC063D9FA162E4A7F908308C99DD17687 , 0xC0CB14A9F82A44F38BC093A3362E09F0 , 0xC0CF79C9C89A48EF9F9A6E7BB346F53C , 0xC0DF34C6367E4AB6B4E41C6B27E452C1 , 0xC1C2D28F30304F86B4B1307FC726ED47 , 0xC2305E49C44447E98A34C2790872E4E6 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC2CD843A111E4F8092310788318AFC09 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0xC3309E1A37934376B8FD8F0EAB389E12 , 0xC330F8BC4A8B4A8F99A50E140637F1EC , 0xC333A48256F14130A7CEB14F72AF6B48 , 0xC352124887DB446ABD73049426070194 , 0xC35CB44D97B945818AA4BADC1B75A09B , 0xC3F7F4BE2CC74590A02873567380D6D3 , 0xC3FD22DEC65A42FFA3373EB5E2D88D43 , 0xC4DB30AF03E348968D5D2B39210A65A7 , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0xC4E218AAE3D04964BD6D64A875EE421F , 0xC508195E023B46A588DE25236CD85DAD , 0xC5281722DD3B4B5E96557B54B0099E2F , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xC5BC52851DB7466A87FACEC1A4A4CF9C , 0xC5FC0999F6C34BE3BE06B6AD4BA126E8 , 0xC67A615BA6534C86A996EED104F7B73D , 0xC6ADD2C226DC49C28ED322602D6710E0 , 0xC6C244FECBB04C999BFF987241025147 , 0xC6DF0B298D2C4B4EB24694942299AD52 , 0xC702036A9BCF499BA4878FAB1225F73D , 0xC73584C0BA21456A96E91F0DC162D207 , 0xC748EA768366437CB2944218F422B5C6 , 0xC75D4823573141F8AF057DC0E11FE456 , 0xC79EAE580F1E49B6A3105EA7BEDB85AB , 0xC7A110B7ACB64349B162152ECAFAE903 , 0xC86C3C9567D24D54934A8937FDD264F5 , 0xC88DE4D3A41C4185A33338EBA4EDDA2F , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xC9473F029A1A4A78B4A89BCDCCE13B77 , 0xC9EAF8E60420463486D7655C0A51DE1D , 0xCA36208D282346B3A697A10104C5BC51 , 0xCA38202954A4447B8DF8AC2BD3709CA7 , 0xCA9C0B81264347A894630408AA3962C5 , 0xCAAB55990B6541CF96D4D0E23BAE47BA , 0xCAF0D1A8A04E420E98A0468382F869A0 , 0xCB1EDEFEFCC341A287E7AF4D3325E975 , 0xCB7842846BC04FEFB886D3D994BD3919 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xCC3A6C37198B4653B8A6EC370130B625 , 0xCC3C9265C1004C118F3B0EDCB8BE30D0 , 0xCC4AAD47BE664CCA85D59D0D3E04C370 , 0xCC712B05D84040F5B6BF4EDE47807855 , 0xCC816DD328F2425DA121ADD31EF87145 , 0xCCB31EEA31424251A9FC28CE43A8F50E , 0xCCD9066175B04394928DD9724466B232 , 0xCD27B8EBA772438D9B93A44EDABDE12D , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xCD9A09A12E474BB78A0BD8172EB39ECA , 0xCDD2EED9E395448A93D21AC5184B9608 , 0xCDF27EBD62244782AAF73853A6371F20 , 0xCE5793F674024403884FE3EB8E4CD056 , 0xCE8C0C19B0DF40D9BAE99120DF6C7CCB , 0xCE9D3F65442348A291D3EA1866260111 , 0xCF201C50058948248D8DFCEA1D0C1F03 , 0xCF85813F532E4972AC69189B9516A94F , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0xCF87D9E481A8420491943B5F566C381F , 0xCF9CA6EB4A8F4C1AA51078E31480C385 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xCFF1C518B0284AAFA7984A833961651A , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0xD0113785D82548C5BB57686200F85125 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xD09A31A17628445E84736E3C7EF33851 , 0xD0AE2F4E166A468C99925A0A6CB05BC9 , 0xD0F06E053B44458DBB2A0CF006E23683 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD1EEEEB7F2BA4FE7A9F9B2360D5E47D6 , 0xD2AAC8558344419BB258C74197F5ED9D , 0xD3624F353E4B451DA71497342E37F597 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0xD461EC4781A843CAB70CDAF66C65199C , 0xD48120E751684DE39AAF6E0288FE60EE , 0xD532F308D54B45EF99B267BF10C57E9D , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xD55F4CEEAB2C465DA83204D5E062E157 , 0xD5676FC0F1F646E599DB3A444079AEE5 , 0xD57F92A7BB7147A2899AA10333E95942 , 0xD59B828CF55148C6BB77DBD3D5D94E55 , 0xD5CACE4CB0484E41A54D8E5607003C8E , 0xD618992A7D634A48A3F42BD47CB67F91 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0xD6A2D5D8F19B482B8B6126678687995C , 0xD6D17618ACAE4DBA9CB128AC2706AF16 , 0xD6D86C51EBD643BCA90B0E65096AF1CD , 0xD71DCCA83FBD403AB43287B83F2C819C , 0xD752E882DE7645EB8AD0B6D20DC118CF , 0xD7E8715D345F43E9BCB6071AC13F09E8 , 0xD838642BCFD2403CB57E35AF54A340FB , 0xD84E73DC873C4386BD111E655CAD11CE , 0xD85D5017002B4B0EB6BA7CF4D199EE55 , 0xD880C838B79C41B4B112B34D81825464 , 0xD8B824ABCA80447087EDC9C65BE9DAA3 , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xDA4DCA725BD446D8A39629BA6AE40A5C , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0xDA93F47604F64A8DB09D293A26096AD8 , 0xDA9CBA7C3BCD4961941A3A23EB2CE26E , 0xDAE677519F5F47D2AB6FE3E085036063 , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0xDBD660F43048485EAA18F15BA70E2DAA , 0xDC32FC3C05004892BED6EF45B8EE491D , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0xDC883923ABCF4CFAA6B0644820009EBB , 0xDC952CDF32D24C109D88B99A84318AC6 , 0xDD53462FD3D3462A93F2E4A1A3547E6D , 0xDDB799F5B74C4C98AB8694F9D23D0073 , 0xDDBE1194A4B74F98BFFCBCFB7F605798 , 0xDDC890050017413AB17F7452D67BB700 , 0xDDDD0F583BEB464AB768CAD55EB60D01 , 0xDDE94EA94032443B9972E792F40D27FD , 0xDDF81CB1925C49AABEBDD69584017C9E , 0xDEDD8BD364C14C2BBD27D0ADE6534A9C , 0xDEEE243E7E1C47AA84DA8A918B6B53C8 , 0xDFD4011FBE3D4E328D6597636DA5BB93 , 0xE057C3301EFF41CB80F4C75504ECF30E , 0xE05E1560F9A5436C9A8F18AEFC1F193E , 0xE08D5535BD5B4CA593AE61B710B78113 , 0xE0C4C4ECB8FD4F7AB8B09313C21BF444 , 0xE1153E7792A848108B4A3A648FA3308C , 0xE12095AB0F044138985C335E2BE04ACE , 0xE146914CCC0448EBA1744B3C905A10D7 , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0xE24C89C1B0F6408591D704097848C877 , 0xE277C27A74F24D74966B90A8B22BE104 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE2E9C43BC19342C2B7BFEDE713D921F8 , 0xE2F150F06DC34E42993E7CF6048A4556 , 0xE34F8A97FB30448DB110740D4DC45B09 , 0xE395E053308A48CE8782EADD4A5C0D1E , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xE47DB1DD17154232B1C37346B2366AD1 , 0xE48EEFED14B644A9806A5ABCFCD73E7F , 0xE4BE3AF00287447681800FBC58FD2BAD , 0xE4C8553DE55549DE84EF239241C111B6 , 0xE4F316F16A274836A75BFFA0CC54BBC7 , 0xE4F9A7846B8A4B8A89E86BE3AE854AC4 , 0xE5FDA7B1A0AF4E90891435E7B57479F8 , 0xE63AA16A244041A5B6312F69DBF73E77 , 0xE64298DAEFF24D9FB99B38F73C6E499B , 0xE7185F063E81404A97FFB7AEC5DED5C7 , 0xE87398717CC4404A91DD72A1CA1BEA4B , 0xE8C8C3FD9105421B81A59AFC0AE3109A , 0xE8DFC7D9CBCB4768965C76A92D98D2D9 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0xE99F1A41956A4F5E8628B678E398E41A , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xEA507708620B474B8AC1945FF1BFD4DE , 0xEC07675F237C4B6F88375F669F40C416 , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0xEC555BCAE6BF4709829E2D5EF208806D , 0xEC7394C67ED249DAB06F9CC44C9A2B09 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xEC909E866CD443C09A61AC5437DD199A , 0xECB46F56756043F9960090266C6111DC , 0xECB62FC0347F4456A8BE54B3C547AC09 , 0xECCAD13460E145EFAC593871B791ABD2 , 0xED292BD913954DA894408A2A4F1BA262 , 0xED3BDE870CEA4165A90D060AB9E9596F , 0xED47CC2EE9C7455599107775B9185B71 , 0xED7A52C34FD54E27AEC1C2A4FC3794A6 , 0xED91F7376BD54AE69FCD885BF4D32B21 , 0xEE154084E98143C79203BD82C717FE9C , 0xEE1B99277FC14C329F7A874CBCCFE167 , 0xEE60A7AE0FC34C1F882D152E70A6A401 , 0xEE8A73BD159F4E2FBE00A5DC96158E7D , 0xEF6F6ADE8577455EBA73E19A367DC8B5 , 0xEFA73E383363430C99521951B9880B0B , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0xEFFE7E6118B84E3C9A25CBDFE2903BE8 , 0xF028A866680C4C05848317D1C1E77CEC , 0xF077E3CC9A324774ABB6CD51F6A78BEE , 0xF103D167EFFB46BEA5FFC3BE437B6AF1 , 0xF14CC551EF044C6A90A80453DB2E4AE4 , 0xF164459A28DD40CCAF354DE04A184554 , 0xF2381065E4A14B9D97B8D6E5EF76BB58 , 0xF26ED72A78224E039E3C803B0FD76400 , 0xF2B54279554649EC9FAE8154F799E7B1 , 0xF2D38EDA6A184361A4EA97A33A1B07FB , 0xF2DFA5F595EE445288BAAA5BEE5569BD , 0xF2FD926A83EE4543AC066338631C61AC , 0xF3026127DA8742FEAD8E7F1FDB7F65EC , 0xF308D25AB72D401A90661F497135736E , 0xF3299586DA83433FA100F10626713DF9 , 0xF3411554C89D46728137D0C5A86F7878 , 0xF474BEDEA62D4A53B963998157005FF3 , 0xF489D6F3FE674FA8821178B8A8BFF4C7 , 0xF4C646A34A7047BE9F567EF37E0071C5 , 0xF4F6F810C6B24CD89FB0237E72FDC361 , 0xF505E86B627E4EC7A17E90A2469C3761 , 0xF544FF0A399B4BB7AB0C72030BF4B0ED , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0xF57AB7AD5A5C411E8EE2494DAD12D1FF , 0xF7275334A23A4B5B86033B6D17EBF19F , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0xF87F7426443E482C86916D1D63E88056 , 0xF90217FB98D64A869744E4E09AC05BC0 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xF989DECED84B4F289326C5549F63B236 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0xFAA80431EA3E48D69A38D6799A8FCE89 , 0xFADABA2376494B08BDC511421B6A311A , 0xFB27462615B64401B36B3AE0C4709EBF , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0xFB46804470654A8596C47F0A2C40179B , 0xFB881B050804476897098861E68D745E , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0xFBF48885AF454151B05EF13AF1A59B7E , 0xFC0059158E8849EE879AB9F775CA616F , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xFCF13F0BEDCC4ACBA1FBD449576256DC , 0xFCF601EB43374A5BA5BB0D1D0E4C81A4 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xFD302A1D1703488886268220958EC59D , 0xFD58D88554A24CFCAC45AAAB8EDB8944 , 0xFDC35788D8614FE4B4ABE3487433182B , 0xFE783E0B554C4B549DAD61E3683EB396 , 0xFF47575010874DD6B0D222DE992A55DB , 0xFF5738DE6F444983939780CA7929CD68 , 0xFFC6D6B369A84DFDBF7D1B9350917575 , 0xFFD1F0C23D9A4A6791DA9BF9BCD6BB73 )));
Copy
4.79 ms (0.41%)
2
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
4.10 ms (0.35%)
2
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
1
12
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND (`category` . `level` > 1 AND `category` . `level` < = 12 )));
Copy
3.44 ms (0.29%)
1
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%F4387X1% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%F4387X1%' ;
Copy
2.96 ms (0.25%)
1
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 \x1C )ž÷M¥¼õµëǃJ\x06 "
b"\x01 ˜Ì\ð—sÀŽÀÒ\r ÔüÙç "
b"""
\x01 ÿ╠]\x17 \n
p│ؽòƒÝ¹\Ú
"""
b"\x01 ˜Ì]Aâq²«&Ì\x0E W\x12 ]e "
b"\x01 ÿ╠]m\x13 s\x08 Ñ·É·5¸v "
b"\x01 ˜Ì]Œ£q`¥!ÌYY{tž "
b"\x01 ˜Ì]¯=rÖ¸ì\x1F ò»ÃÚî "
b"\x01 ˜Ì]Îus\x1C Šrk–ï\x07 ¹Ø "
b"\x01 ˜Ì]í¿so„˜À\x14 º9\x1D Ô "
b"\x01 ˜Ì^qHqL³.}Hæy•Ô "
b"\x01 ÿ╠^É\e p®è_¢ÆTèã▓ "
b"\x01 ˜Ì^Ö\e sz¿˜ß#\x18 à,6 "
b"\x01 ÿ╠_6┐s█¥\x05 öWvÅØX "
b"\x01 ÿ╠_É¡q\x11 ▓âµb\x16 ð‗S "
b"\x01 ˜ÌgOvsE´ö\x0E wØ;\x00 © "
b"\x01 ˜Ìg†Fp2©«ég\x19 ÿ\x13 ð "
b"\x01 ˜Ìg¢\x00 sÌ½ÅæÖTóm\t "
b"\x01 ÿ╠g└Òrµü}█x\x17 ý\x10 @ "
b"\x01 ÿ╠gõ'pýÄÅ8)øw\t S "
b"\x01 ˜Ìh\x0E érâ¼eûBˆŠ\x14 º "
b"\x01 ˜Ìh.\t rõ·îÝM²äN" "
b"\x01 ˜ÌhN\x03 q?š:à=)/5u "
b"\x01 ˜Ìhi\x03 qС\x03 ádw0½\e "
b"\x01 ˜Ìh›ksR£<O0o^/Ä "
b"\x01 ˜ÌhÍÔs\x19 °wfÿ8ūŠ"
b"\x01 ˜Ìhø¥pÀ«V4Í’AÅy "
b"\x01 ˜Ìi3\t r>¬Ô`YÐAã\x07 "
b"\x01 ˜Ìim÷qʺDZVˆ÷6™ "
b"\x01 ˜Ìi”frܶãAi~\x01 ¿J "
b"\x01 ˜Ìj0\x14 rRˆÚ•\x19 Ïü½ù "
b"\x01 ˜Ìjn‚qÇŒBC²5à’ˆ "
b"\x01 ˜Ìj¨êqÀ½\x19 þ£z@-! "
b"\x01 ˜Ìjç5sЃÝê\x13 êã{Á "
b"\x01 ÿ╠k\x02 Är¡ØE94º▄hÏ "
b"\x01 ˜Ìk-qq=³Ã^µ”vG™ "
b"\x01 ˜Ìk\x7F\x14 q2²°±šë¬!\x1E "
b"\x01 ˜ÌkµÖpnµ‰ï¶b?[¾ "
b"\x01 ˜Ìm!²s2«ž5\f 9\r Xç "
b"""
\x01 ÿ╠pÝåq¤░\x15 \n
ƒ\x19 ÙíÉ
"""
b"\x01 š\x08 ©e-CÞ¤+ÛGú\x15\x1E º "
b"\x02\x17 sN®>Ab¼ ØâÀ9¹ "
b"\x03 üV,\x1F }O&¥jÆ.?||ý "
b"\x04 jsíÏ\x05 A\x14 ¡*}Y“¹D¡ "
b"\x05\x07\x10 ├\x00 ╠GqìîuÖÁ─l\x10 "
b"\x05 ü▒ºÝéADäÙHÛU[?\x18 "
b"\x06 -\x13 ÌxsH†Ž&€Ùj†½’ "
b"\x06 GÜ3¸\x15 D\x13 ºÒÉÓ¢\x08 K¸ "
b"\x06 ±Y,XWGÏ®¬\x1A\x00 Óó›C "
b"\x06 Ùü¾ø¦A˜ cÓºË1þ\x03 "
b"\x06 ä\x7F ‘ÊÍIŽ‹—øÅ«©q? "
b"\t -,{)RG\x16 ¯eþß¨Îæî "
b"\t @bÕ kO%Œy7q¨^m\x0E "
b"""
\n
3\x12 "¬×J\x0E ž\x08 ×§É\ôÑ
"""
b"\v\e ™\%ÀKn²l\x1C Šñ)Ýö "
b"\f\f ¦G\f\x14 Mج%º‰-ì'Þ "
b"\f T¼{ë.Gl¡2¤\x01 ð\x1A m8 "
b"\x0E\x1D ±9DQEj¹ÕIçRÊê¼ "
b"\x0E š?¿÷\x04 OD½Í\x0F €Dah8 "
b"\x0E ĵã²É@°¥ööp\x06 kIs "
b"\x0F\x01 £A9\x14 Hm…\x10 9‚¸\x14\t\f "
b"\x0F +Å\t ”?B_ˆ`#‰§ìëe "
b"\x0F sHß¼ÎI>¾ìªRÜæçç "
b"\x0F ±yXÙeKœ›0SP\x01 É\x01 ù "
b"\x0F ÍA5©èF´œøI¾\x14 5iº "
b"\x0F ÚÑ\¢ÂMꎼy<KÖ§í "
b"\x10 >┌ì╔\x1C NHâCÈæ\x16 ═é╔ "
b"\x11\x11 Zvè\x1A HûÑ=t)ØJ▓ü "
b"\x11 Þ/8y±F\x19 £A=¾GÅ╚ "
b"\x11 îå’oöEÛ§ôŸL9NQÔ "
b"""
\x13 $\x0E }…³G^½Â\n
FZKRã
"""
b"\x13 X"\r \x13 ÊA`éÉ«\r \x11 K[Z "
b"\x13 êÒ ¯iK\x03 ¼tl'{=ÃÃ "
b"\x13 ïˆs£ßNtªN4¡ˆ9Ìa "
b"\x14 1ínÇØLM®bÏløì\x7F Ò "
b"\x14 Î5l\r µCô™Àp•‘\x16 /¹ "
b"\x15 à\x05 3¥øJ"³UŠ\x03 t^2 "
b"""
\x16 @\n
þ×åEi®▄ücb█ì╚
"""
b"\x16 sÏn,˜@¿½~w]¹½UK "
b"""
\x16 žºàI;@^Ž\n
w\x19 ŠCŽa
"""
b"\x16 ╬Ò╠ÎøBÑØ┼ÌìL$/5 "
b"\x17 T\x0E ‡U×E-³Ñå\x1D ?(d½ "
b"\x17 x«'\x16 ½E²Ÿw[Ð\v\f 0¬ "
b"\x19 B\x0E Ux×D£¢ÓíÉÑ c "
b"\x19 f─êâ\x00 O¸Ü.xÈxØc¯ "
b"\x1A —ïµvšJü€Þæ&Gkû> "
b"\x1A ¶¢™\x10 ™HÛ¡ÓÕ\f q„\r E "
b"\e ┐üÅ*»CO╗ñ╚èÇ├\x00\x13 "
b"\x1C 0`ØU/H÷ŽoJD¾&`, "
b"\x1C ]ª\x08\x06 ╩K+É┼zÝîvNh "
b"""
\x1C Ú\x04 j\x05 ╝L╦©\n
bÈ\x03 26ü
"""
b"\x1D \dÈt¿MÆŸ?ëÐO¯3d "
b"\x1E ?áDŒ•B¾¤»¢%T÷^\x0E "
b"\x1E ¡ß“9‡A±•Q¸emÆÇL "
b"\x1F\x07 œUwGIA…”Ç*¾ÌÓ6 "
b"\x1F\x17 ~¾§§J5‰ã\x0E í\x1A —u- "
b"\x1F [LQ\x1C ÅD üe«ÙCS9C "
b"\x1F ¢4Wk{N¶” ó\x1D\x10 «Öº "
b"\x1F í\f «?ªK†•õ‘sà‹ãb "
b"\x1F úYä\x17 ÄJ½Œ@;B\x1C Òxr "
b" !í;'QI§»Î¼ê>>Q "
b" }2Ò·ÊF1„\x18 Ü[Å<ÑP "
b" œ@·°çA{†\x05 „\x0F ücüÆ "
b" ┘k╗S=H\x1E áKØNI½pR "
b"!\x15 áÜO@M›¶P\x04 ï"Î/ù "
b"!ª┘¸─┌LÔ¬Qé┌í@GØ "
b"!Ñ¿\t (Œ@¿¾Åj;¤R ¯ "
b""\x10 Eˆ˜\x1D DïQ-ÜèB·\x02 "
b""\x13 Aq¼ÈMö¥^ÞT,ß=8 "
b""Ki‡ ŸKÔ¥\x16 Šá¯\v v6 "
b""¾È'±ÉH\x13 Ø\x00 0╗Ü╗0× "
b"#3ÚÝwnFÛ®\r ‡œ©Ÿ~Ô "
b"#gš‡\x04 ÀCk±°úZ¬qqc "
b"#€Nã)\x04 Hª«Ñ%ËcÍŸì "
b"#µË\x1E ºŠC·Õú‚¶Á«\t "
b"$\r \x06 úù^G»§ý¥< ã”þ "
b"%\x18 ]¢\x03 JKM”Zk…\x11 ÿ\x1C\x02 "
b"%=9y–\x16 K\r ½~ç;K\x00 C³ "
b"%ÏØq·\x05 FW–TX#‚æŒ\x0F "
b"&Å─\x12 Wï@oëEVkaxV\x12 "
b"'\x1E\x00 ™n\r Fâ¶\f «\f ÃR÷t "
b"'"á\x13 0¾Jí³×Á\r ã\x1C\v „ "
b"';\x0F\t Þ N5╣\x10 x├|mØç "
b"'Rö\x06 ÅUN┘ä┐╗¯¿l}ð "
b"'|\x1C £¬\x12 H*·éþÍW0@¶ "
b"'°á\x19 M\x19 M\x10 ‰}özn\x03\x00 ® "
b"'Ê5_¡\x13 K騄Nj»þ»î "
b"'╠ÆñP`B¬â·╔\x03 É‗(┤ "
b")\x05 ÙÅ\x03 ÑJ‗ÁF\x05\x06 ║▒x> "
b")–‹$½\x07 Db°\x0E u©î’÷‡ "
b")®\f IÉûM╣ÀÚj\x03 ÑþÔï "
b"*\x04 –}\x1C ¿K:Ÿ[Xƒ´çç "
b"*Aì\x16 ë0Jõµ!\x03 aPfþ‘ "
b"+\x13 ý¹Ê\x1E @0ì■¥Écz®ý "
b"+PÃ-ï\x06 @¢”LËçY‰_? "
b"+³‚$áN@š\x1F ¾\x12 Ç–ž\x0E "
b",\t Î;┘\x02 E┤¿ÃwìU¹\r < "
b",ÂÓ“¶½G¿µ}r¥)ƒöb "
b"-mR\x01 qòG)½¼\x07 ›õ\x04 \r § "
b"-†-1íÞDɆx\x17 £3¶J\x18 "
b"-òÁò5¡H£üƒ¦Ï´¸Z\x1E "
b"-²æ²Þ\x15 Gi²Ê4hê.¡D "
b".¸}F²^O#¾æ‚nZSû\x1F "
b".á\x08 †\x15 KÄ©ˆˆï]â|\x01 "
b".Å&}\x10 øHÌ›\x01 ÆNev‰J "
b".ú㬵!Ag©\x1D YdG;k{ "
b"/Çöºö>O†YÂY\t Š\x1C š "
b"/▀k-Lü@ÈĦ\x04\x01\x18 H(¥ "
b"0Q}┐▓ÁMsòͺ\x0F ¨\x0E ~ì "
b"0ÍI…?\f M;ŸÚÝ=K6aë "
b"0ì\x05\x1E Ì‘Dê±zŸÌÄ\x1A\x19 Î "
b"0■mºNdO╩Ø»▄ýö■÷= "
b"1\x00 ]Ò·JA\n ›\x05 †ïˤ¶» "
b"1\x03\x11 ݹòL=»ƒ‘9Ÿ4ÑÆ "
b"1\x04 !*ƒ\x04 E#ÑÅtÛÍhfÞ "
b"10Á0÷\t C듺jUØÖ\x01 f "
b"1Iï÷Mæ@¹…’YBÎ \x11 µ "
b"1\ÍpÌÁ@E—\x15 $S|šÿ¹ "
b"1À<WmïO\x12 ¼ÿ—<9ŽŠi "
b"2¹SOw\x7F MxªTæü¾pG’ "
b"3\x18 ˆßk”GÏ€?kÊŠ\x11\e c "
b"3`}\x10 »íJ/–3yHùðÜ• "
b"4\x10 ©F@ÆC║Åü{Ôé╦ZU "
b"42*Ð!{Cb¡Ï æÆ\x17 +™ "
b"42{åÛ´H•”S9XŠC´f "
b"4Ä\x1D @&ÃC=Ø█=ì{\x16 ©9 "
b"4Ümv1¿Lü«╗ÀÏ\x10 üà) "
b"6tZ÷¹r@˜Ÿ{ªÀû›©à "
b"7Š[ç\x02 *NW²È„\x11 Ç«³ß "
b"8\x01 üµ╗ÈIM╣─ÇþMá¹ä "
b"8vv…1áGvº¸\x1C ~Iæ6% "
b"8}8@Ó8GjƒÕÄòÝä³[ "
b"8€3Í:ëO|¼´Š;W¼C "
b"9\x02 ²zÅçM‰©\x02 k…\x18 ·T* "
b"9`╩·\x07\x10 EÂ╗Òì┬§zÌà "
b"9ÿZ\x00 Æ)CQŸ&\t ´4÷\x17 w "
b":\n ë¦e>LCübÈ\x00 ■DPµ "
b":,çWÇ\x07 F†œ\x1E ®Ü´üš* "
b":úB<µöAù©©a³Ø¼ðà "
b";–Èþ«\f Aͨ1QÙ\x06 ,ê„ "
b";£eÕ<IHç½Ók\x00 K³"Z "
b";²³¦\x03 ÕFu¡§IÃüÿÈÇ "
b";¤UÉ\x12\x1F Ng╝ü╝Úªò▄» "
b"<Eû\x04 tOF °![\x0F õ\x11\v È "
b"<wV\x18 „…E…’Øü0\OçÓ "
b"<{\x11 ¬ ýAΆ{&-\x16 ™i\x0F "
b"=¬}žU»FŒ»Ç*°\x08 D<¿ "
b"""
=┌\x15\x0F x╗@\n
É╦Ã╦Ð^║5
"""
b"=Ý \f Å(L2º«7‰d\x05\x1A Ý "
b">ôœÚÎEùš¬DÔ\x01 4\x03 £ "
b"?ÅKÚõuJ\x16 åé6OÉW╣e "
b"?Ífû1²CÔ–‘*%HŸ\x03 v "
b"@P│ç┬▓E\x11 Å¢t/:`¤\x12 "
b"@W/$Ÿ!B8€“_\x04 »óÒŸ "
b"@kh!ÙcO\x1C ìë\x17 á\x16 ┘p\x19 "
b"@~“:–WE¢±\x18 J8éMoœ "
b"@嫨ì\x1F M>º`¥}\x06 †îB "
b"Aa(¤øwKJ¨íš5\x1A\x18 Þ0 "
b"Ab\x1E ´Ú\x1C A´ü╬, Øàúê "
b"Ae†wÌ€M‰¼h\r õµ\x19 ÁB "
b"AØ‗ñ\x18 IOıôëC¹Ê\x14 ┘+ "
b"BU|ÐU\v Bã‡ü,Å;žü. "
b"B•Îvj/A\x0E †\x03\x1D zÓÀ\x0F È "
b"BÒX╣y @ØË┬oÜï▒ƒ "
b"C5Å«#ºK\x14 £\x17 ƒÂ\x07 ŸNu "
b"Cj[q¡ÒJÒ‚}\v H1\x03 ‚ "
b"Cš\x16 ô5”@Ûœ\x08 ¹€~³=- "
b"Cšw¨‰>C\x10 …€@…f,\x10 ¦ "
b"DY╣KÍ┐@zû\x7F ÉÐ/\t\x1C + "
b"D¥þ╚┐&O\x12 É\Þ‗\t ARJ "
b"EeÔPùùE£¿¸ƒÝïüm_ "
b"""
EtAß\x06 —B\n
¬Ò¨‚,Éx|
"""
b"E•Ý`\v €L°†d\v è5îcQ "
b"F+ÏŠâ«J\x01 š¦ëätKÉ "
b"F8³yê$Fù¨â€\x02\f eçc "
b"G\x0E ‰NÖÎMs‡£å¶öË“\x08 "
b"G0pÎ5\x1F B¸—\x1A nóñÊ\x15 ¨ "
b"GT?\t ¦*NDœÔ\x05 h;\x10 ìÇ "
b"Grí_!\x1C Fã¸X3ji/¼Î "
b"G‘åm|·N\x03 ŸE\x1E 9ä1:\x15 "
b"G¹$”µnG}Ÿo‹3åSÿ´ "
b"G╝üF×AD7┐N\x17 Ùe®▄? "
b"HN\f !¸kOK€RC•…·ÖÌ "
b"Hb?t$.EVƒ[èû~¨éq "
b"Hjk\x11 þÌL?º'\v ˆeŽ\x17 { "
b"IãÕª æF\x03 » .=;&L– "
b"Iä‚£’\x14 @¢”Å›>,ñ#ï "
b"J$\x16 Åž\x13 IùŒáò—F‘ñ¢ "
b"J/╣ôÊ\x11 KôìÑQ\F █» "
b"J1H†÷Ð@Ó“¢ZúBV…ˆ "
b"J@ZIÙ_F¸è¶oû«\x0F ;Å "
b"J¡Ó)])EÊ¥ÍËA\x18 ™d\x01 "
b"J·1¡¾fA0¿¥¾÷´\x05 zs "
b"Jî,x»I\x11 ‡{\x1E u¯"Ï "
b"JìÆ@ÁwG|¨Ðòâð»âU "
b"Jõ1<\t xDʼŒá\x16 I=\x04 "
b"K2—\x7F !¼G7¨å¥”Í‘ðû "
b"K;Ã\x11 —L|œMvgJËù€ "
b"LrLsƒÆOv£ÏÝJü¢'Ê "
b"M1›RsàBc´÷&\x12 1¶ëå "
b"MÒ╝┌²MNVè[q)░\x17 ┤ì "
b"NE2nÇ$KH¿=üºº█\x10\x12 "
b"NME‗\t )B\x1D ï┴\x13 =2³kÉ "
b"N \x05 @█ÀHË│øÿØ7éç4 "
b"O`¡í┬óK±ÑÍ\x1C ‗+ükð "
b"O┐}|ì\x13 HÄö}\x1E Æ▒¥¿| "
b"PF\v VÎÀF<éÅ:┤ðEÎQ "
b"PMz\x02 ž€Cå“]Ñ\x03 9é˜é "
b"QQ;E\x1D CFª”¸¿Ò\t\x18 Þä "
b"Q│\x03 ─bBGoü²\x06 └\x08 >üì "
b"QÚÝ\x05 H@J瀷ü\x01 š\x10 T¨ "
b"R\x04 ÿ\x0E G}C<¡û\x08 ^║ØÀ╦ "
b"R\x04 öB88Hì»íy–é50ó "
b"RD\x1A Ž\x19\x17 Hî–ÐI,/×ýQ "
b"Rj.žø\x17 N!›\x00 •U‘'ß+ "
b"Rsò^‡IBË‚ßÕ°T¡y "
b"R¯ŠÒ‹\x1C Næ á\x04 päÞˆ´ "
b"R·³\x1A ;ïA~·Zø¸[ì\x7F 3 "
b"R¤WA\x10 tHÊØ;Þp°ú\x11 ╗ "
b"R┘lÔ\f >G\x19 äÑ\x1A ë\x1F kü} "
b"Rï\x00 G/±CÙ¨†Ü’m\x0F ¹© "
b"S\x1F +³)‘FN¥G“CòÙåw "
b"Sª┬░¶┴@#ƒ\x08 {;ÚØb\x14 "
b"S╠ıb\x05 UKSÉí├2ª\x06 jL "
b"S¶[×┼¼EÌ┐®Ø║O=‗\x1D "
b"T\x04 i<i}HT…Þ}çáï,\x01 "
b"T"ø^ÔAO'¨‡MŸé\x7F «" "
b"T^ÚÆVˆEæª\x01 ÅÕ2€& "
b"T}ÖÇÄ€Ct¨ê\t p]-m) "
b"U├u█ MKìóàÐñHR▄³ "
b"UÉJÌ}çJë¦~ñª\f Ô\x13\x1C "
b"UÛb`xbCYº!?¹±4šò "
b"VR0Õ\x13\x05 F'Œóå“‚ÙÇ< "
b"VÜ░¹:ØB\x13 ª.╔├ð1Ì\x1E "
b"VÈÎ\x10 ëO(¯dÜÿb\x08 F© "
b"VÈGª¾\x10 F\x10 ù>³j£ÉY` "
b"WCr8î¯O'ü÷╚Ý0dM\x1A "
b"""
W„ž\x12 ³‰GX¨Ã\n
>\x17 $:‡
"""
b"Xp€\x15 5åHv¦¦”À;,d; "
b"XÖ*ì9O\x14 ¥lØ•B’œã "
b"Y9i^ú\x12 L«ü1bPïí¶╠ "
b"YS…y\x1F ÍGb¿"Pš4<åÛ "
b"Y`Å*ôùD\r äÍ\x1E ¹¯ñVi "
b"YvªUQ═KF×^╝ÇUØ\v X "
b"Yy─%¢└A▄ØZ\x1A ¦ı\f ®Ö "
b"YÞü|edK²èÛÐg╠\r Iÿ "
b"Z2Ý´ÿ$M:µj!i¿Cg² "
b"Zrj-œâIòˆQñOé% Ô "
b"ZˆÚ¸YmCmˆžV\f ‚/n& "
b"Z«\x08 ‰J\x0F KZ€ìð1½+Þ\x03 "
b"""
[I.î2bN\x18 ¡\n
à\x07\x10\x17\x1A Q
"""
b"[WÍ\x02 väO]’î.;0\x11 ÜP "
b"[X+·l\x04 KiµHÚQ£Äz£ "
b"[┤·~½*LöÜ\x02\x08 kü\x06 Þþ "
b"\3®Ë\x11\e E\x14 ¿Áê—,ï‰} "
b"\þÅ>RVA▓▓I\x05 &ÓyBÉ "
b"]!6ð~ÏL_‘\x1A ¹äë,” "
b"]" ¾ÈcA9»èš\x12 þf°" "
b"]"ÕœàdGj‰\x11 ,¿’AW· "
b"]Ñýø‗´CÛÆDà┼ØJÂz "
b"^Õ§}9„KGƒÆôúP·Ðù "
b"_³Göƒ,Jê…Ý&û(\x19 ó¹ "
b"`|Æ4┼¼L;ØÄ¦\x13 ╬\x10 )\x02 "
b"`›¨Õ*\x14 F2®‘\x1C ˜c”þk "
b"`½ÌZÉ╠DÔ╗Æì\x17 EÃ*Ó "
b"aùÛºœùOy·¦q\x11 ƒá "
b"bf#ðæÙK¸ÅR\x19 ¹■-─ý "
b"bµ\x13\x14 vpGF«ò\x12 ¡ˆò\\x13 "
b"bÜ×\x18 [ K\x12 €=Ã\x17 ô2tD "
b"bÒ\x1E\x01 ç╬JuéWwÉÔH\e . "
b"c\x1C Q¬\x15 qIe‹Ê%šuœ…< "
b"cRO¿C\x17 OS´ª\x1C }`²f\x1E "
b"cð%>L\x04 HýïɃýX\x17 └╝ "
b"cç\x1F ¤×\x10 D\x10 ¿=*«–™8… "
b"d#JÂMÐH\x04 ‘ø7\x00 þƒ}Û "
b"dd*ØÜ°J €\x1A '¾Ý<ÏÁ "
b"dÆÎ{Œ¶IÔª\x10\f •j\x0F\x1F ® "
b"dÇ\x16 û\x13 7OŸ|\x17 #ÿ\7ñ "
b"e\x13 òÉ▄8G2ó└ñ3\x0E .\x15 å "
b"enwK§±CÅšP—νܰ§ "
b"enþóC\r E±£ò-Ã-¯0¥ "
b"e£œB\t\x16 F»®\x01 }RÏó¸\x01 "
b"fıÍ┤\x00 æKr«┘Ø`ÆÀ\x00 1 "
b"g¤ðžÁ\r IÔ³’üx\5ŽG "
b"h*=é¢SNQ¤”e\x0F \r \e\x18 Ÿ "
b"hs]¤¸¡L\ˆxª¨êXÎE "
b"hÈÇ\x03 N`Dz¨tž¸¿†ò” "
b"hÕ1M\x01\x02 K;†ÀþÙ{ŽIq "
b"hµ)WNZ@&▒▒\v ╔õìK\x1D "
b"iYÿO®˜Aé¹(`a¢ÎÅÉ "
b"j\x07 KY¦8GÅê¾àô®ëÎj "
b"k‘yêÞIÁ»\x12\x05 ˜Duõ< "
b"k▒Õ\n ª‗EHØh¦Qn{\x00 p "
b"k·YÒjÂEõŠêyK\x00\x07 ü "
b"""
lrâ*̓FÄÑáLÅG\n
ë~
"""
b"m/:KÅÌMB±™\x15 3©Œ“À "
b"mu‘‰Ä¡G(’z&²:Ï ù "
b"m|ì+┘.F@▓W\x1A ¤î¸°¨ "
b"mìð¡\x10 pL3╗j\t SÍ2H¦ "
b"m”l®åJLk¥ˆâšéÄË "
b"m—\x14 ÄÚñN@²\t Ä+´UÆ¥ "
b"m¢\x10 ^\ÆA\x12 ï¯]╬É·Òo "
b"m╩E#L┬D+ÉÈà{¾t_¦ "
b"næ·Å└µM8Ñ(g¤\x05\v ÓP "
b"oôQÍeNAo░ì$²¥\x1C ¼\x03 "
b"o“Â`Ý?GŽ©áQ;éàM‰ "
b"o—ˆày`BWª\x04\x15\x03 p8 ý "
b"pz╬ ÎÔBJ¼5▀\x00 nØÙ╩ "
b"q\x1A ëXÀë@7ºÝ{ôEE8Ï "
b"q”œn.¡A˜±~ÁÖ\x00 öûÿ "
b"q▓÷RÙ6Fdñ+Å¢à\x1D ┐| "
b"rQK\x15 2¶Os©ûô{¯%Z´ "
b"r”|\x02\x13 !E—µ3–\x01 @ ˆÿ "
b"r¨‚rCAIG¨\x08 ì å\x00 Ò9 "
b"rÏÑ\x06 MìK‚¯z%„ˆA:X "
b"rþ|Q%AG’±Å/Sù\x06 ™È "
b"sGƶ§ãEæØ\x0E\x00 ¡bÓѼ "
b"s£õ,ýFB[å`9zì¬z& "
b"s§˜\x03 KeEå¾§nÜ\x19 ɽ½ "
b"sÚµ%vDBg˜~”ù÷\x10 6g "
b"s㩓׌E¼¬V•v”ãÜa "
b"sû#´ŒõJ®«âè1¾SsØ "
b"t\x02 IbÓFôª\x1D\x01 ]Ê€&¸ "
b"t\x07 Ú;ŽçF\x16 ¿§PNä÷´„ "
b"t\x14 Hµ´BDŒ†¼\x19 gÝþ·6 "
b"t`…FÇ\t B1›Æ)ïñ‡Tº "
b"tbåGš±D2¯Ö\x1D B·\x1D jë "
b"t|`wŸMM¥¹Mš\x14 ‘\x00 ˜€ "
b"tØ\x1F ÊèÉE]“Ÿ™…Jѳz "
b"tÚ€\x17 jùJA¡ådX_ÕÔ¶ "
b"u‡¸s\x1F ¬@©¼s\x1A é\x16 zDÊ "
b"uÙ¶Q=╗A‗╣seé\x1F ìõN "
b"v\x04\x07 <PpNÿ‘È\x18 ¦Ý\x0E ýO "
b"v=y*]ËAO¤s,ôpná "
b"v·«è¥\x1E B\x1D ¡ØåW¸L|è "
b"xÕXë/¦B޼h7T\x7F ,ì³ "
b"yG>fû~Gå”FëæŸÎpõ "
b"""
yc*.íÂI÷ªÜŸ\n
:ZA€
"""
b"""
ynóÐ\x14 $N»®:\x1E §…\n
À¥
"""
b"y‹ö\x1E úªG‹“Í¿¿‰!ˆá "
b"zY\x1E @j¿AÓ®ûW[°T%± "
b"z•"\x12 W…L2«~AÇ\x06 -‰. "
b"z¼Ìb»uLÊöXwƒØƒ;╠ "
b"z┤‗\t\t _GØ«À\x05 ,┌eÑ* "
b"zÂÁØ ’M‘‘\x10 q‡â¹èJ "
b"{\x1C ÐÞı\x1D NYº=\x04 ö* Å" "
b"{[„\x13 ä¯D\x07 €Ô\x1A Aš—(b "
b"|\x0E Û¶ÿ5EÝ‘&û8\x10 ¼[k "
b"|C\x18 G²¬F§¡#ÇËC\x1E Í“ "
b"|o\x17 yŠuLtŸ\x03 ‹µˆI\x08 G "
b"|ı\x0E ßg\f N«É,[╚8ßý║ "
b"|üâJ’»@0©~Š5)€¥\x05 "
b"}\t\x12 ü«µL·€e;AlDÊì "
b"})Ë(§UH3Â■ó┘ü┤û\n "
b"}£†ß;ÃL3¡Â\x1D ÿ)…öG "
b"}¸\x06 òppDUÉWÛ6íÓ\x18 Ñ "
b"""
~\x05 gê´\n
E\x05 ì<¨}íln4
"""
b"~6â}\x07 èE´³ä65%$â] "
b"~S'c¨\n O\x05 ¸Ú\x00 CÕõ— "
b"~\\x16 IfVMÔÅß«~Ä\x11 0ë "
b"\x7F WX˜Ì¤Kw„m5\x16 CÃVì "
b"\x7F ] \x18 Ó┴NÅ컃\t î(Xà "
b"\x7F t\x01 ÒrêN÷µõÇGÆ™XÖ "
b"\x7F ¯ï%qƒL¨▓ì\~OßLü "
b"€M&=_-NÀ²ÕÎy^>Å4 "
b"ÇP═▀zÊM÷Å░\x1D @á,Ñ] "
b"ÇlØÐðoI±▒DÛÇ\x16 ^û\r "
b"€ß«U8\x08 DÄ©»\x11 I©ÜäF "
b"ü\x08\x1A Z}ì@Æ┐ú¦\f vÝq} "
b"üvU kÖDî¢h│0*b)ü "
b"‚\x05 œÿa’Fl´cFˆcòë‚ "
b"é\x13 ÁNÂ¥@\¥ü6|!d\x04 Î "
b"‚yNÈ\x14 ,K³ª\x06 ™\v ꈜ· "
b"‚Øs öÅE¢¨³»¶`ÒF_ "
b"ƒ\x08 UƒÒÇL!ª¿DôX¯u« "
b"â=è¾HÄFtüÙLØSEÐw "
b"ƒ{~Σ˜F\x13 ¢"\x02 ÂC™Q„ "
b"âå╚£¡ó@\x0E Ø0X├µ╔└I "
b"ƒ»3(]kB2ºŸ\x07 u-•,# "
b"ƒß?âú½A©ƒ\x05 ŠÑ¹®Ûô "
b"„\(Qi‚EÙˆõHÝŠó‰Š "
b"""
„yd "ÃL?±÷\x11 w¦ý\n
B
"""
b"„‰Íl·ÌH:¦@£®\x16 Vpþ "
b"„œRÙ\x02 FBT¶ï,Äot7g "
b"""
…7“×\x02 %C “.\n
‚\\x0E eÉ
"""
b"àf8\x0E &\x10 F:ì═░[%\x14\x1A Õ "
b"…iˆmTØHÿ³\x19 ¤+²¸F$ "
b"àk¹vY║Dì«Ü]ó7╣─\x08 "
b"à┌\x08 q×ELßÅs&Bqå)h "
b"å\x1A ²\x01 ƒ>OæØó\x05 t\x1F æòà "
b"å»r6÷╠OÉ¢\x16 5_\x17 5O "
b"""
ç0Ü╝n©BKÉV\n
øÜ£ðT
"""
b"‡…V\v ÉiIG¦´Q‰\x0E &\x1A o "
b"‡Ž\x01 ë\e GG\x1C ›\x12 –ÔLȯ, "
b"‡Ä”\x14 °¥A”Š'»Ž…w$¸ "
b"ˆœ?\x15 )éLß”m\x12\x1C\x03 ã>c "
b"ˆ¨SøÓ`DO‰½\x1A =\x16 â²& "
b"‰ƒšª}\x03 @y™ä‹\t >u§1 "
b"‰ÇÛ\x12 ïH\x00 ¯\x06 I³¨&¡Â "
b"Š\x08 4A|2K(§ø\x7F ÃÒP \x16 "
b"ïı\x18 C°┌L▓Åi£ütW\x10 ▀ "
b"‹êN \x04 Ø@-«\x18\x12 øš\t\x7F ¹ "
b"î\x13 Ñ\v |Ì@ñÉ\f ┘Uþ_³6 "
b"î$üõ\x1A âD©üfÉöÙ6Tæ "
b"Œ,¡n–\x07 KC¬$”é—1>\x08 "
b"ŒÑÿê’O\x1C Žá³š»„0Ó "
b"ŒÚ\x06 L\e ,K’ŠË;“\x04 ¦` "
b"ìX╣Ah¸Måä£\x1E O<C«▓ "
b"ìùç├âGE¿º5%ÌÜÜä "
b"ìºó_ôQFì×▒_\x01 ËÐ\e $ "
b"ì╚╚öÅ´B\x18 âP~┼{Ñ\x13 w "
b"ì¾┬CÂRAÃï╦SK`%±G "
b"ì¶W;O0C2Å▀Kĵ└íó "
b"Äz¤M1▓K│ë´\x01 jü▒ðK "
b"Ž¿\x1E 3>\x10 L$¡l‹‚Ufü, "
b"ŽÎ6\x12 ÷´OÒ½Ñmœ@þöó "
b"Å\x1C C¬ýFH─¬ß\x04 J·Ìó6 "
b"Å5zØ\x13 NFÊ×):ð\x02 ç░Q "
b"Å6R÷åýAUøE,Zç╚ô▀ "
b"ÅÚ\x18 ┐?ÕJ╔öd▀b\e £\x1E / "
b"""
É;d┤ªòG\n
ú╩´ÉÕø\x06\x1A
"""
b"É@f\x01 :\x10 H)×╩z:ñ║▄Å "
b"Étlÿ╝6K─¼\x07\x10\x00 ╦Ñ*¸ "
b"Éô5Q1áEQ®ì¹&┌Ö(H "
b"ÉÊÈØòÔD╩û8SÁ┼P®g "
b"Éß╚┌\e\x1E Jbú¦<$¬0+ó "
b"‘ÓtÉ›ÃJç¾®jžPc\x18 Ñ "
b"’!ÛdËÅOð¾S%H$ªÎ\e "
b"ÆÎ‗¦Û:G\x03 ëØu¶<Ð\x7F\x05 "
b"’óI \x07 ð@˜‰vd"š\x14 ‡3 "
b"“à\x12 s^\x1F B?œU(mÁö\x10 Y "
b"ô·?║'ÞLÉÿf²┬gqr\x08 "
b"öN;Æ\x13 █J█Å\x7F !¹[P╗╩ "
b"”¢±‘êSCàœîÍ\v [õD/ "
b"""
ò\x01\x1E ┌ı\n
K■ÉN/\e ß½\x11
"""
b"òQ\x1A QäðKÆî┼ô\x06 V╝±Å "
b"òxçü┴ëN^¥ÃË\x16 ®\x0E rÄ "
b"òðc"´ÞG\v ¥4╦@┘Űá "
b"û"CÛ]2M\x12 éÞìmbZ\x1E p "
b"ù1:┘| Io▓»ð└Àؾr "
b"—š\x19 +ó\x04 FôŸLKc‹4\x17 ù "
b"—ÌH,óÿLL½V\x18 Ê\x02 j×^ "
b"—þ\x1C \\x07\x18 Oªƒÿ$£\x02 N\x08 Œ "
b"˜AË8ïéE9ž;uÓœ>›ì "
b"˜cí\x19 ¿ÛJƒ–ƒ¯“±dd\ "
b"ÿç=,PEM²╗µ¨\x01 ▄ïåÉ "
b"ÿ½╗L‗\x13 JæÅfmÑóÚoõ "
b"˜Æh‹ËDL½˜ÈÍ\x1A cmvÞ "
b"š\x08 ¤qÑUNM˜¯Z«Á£”• "
b"š\x10 ËÛ˜ôA¶«K•¡K\x1D æN "
b"ÜúB΃┬Fþ┐?©ìÍ'Eï "
b"›\x18 àócáJ\x11 ¯=µ2ìQ?¥ "
b"øçÄp¦ØO│äûÞı¡§╩è "
b"ø┤\x00 Eft@"ÆäóÑñܳŠ"
b"›º—Ö\x0F LD\x7F ¡E.¶áÚšv "
b"œ}˜Öì CÑ”OÜë\x07 Ï„Þ "
b"œ„´FðLLÚ¢ëjÞ×§Q "
b"Ø5"SƱJèæ²?õËõ▓Ô "
b"Øp═?BïGÿäD\x06 {´/Ù\x14 "
b"ØÇöÒ'■DªäFiÛ̃Eu "
b"Øå\x05\x07 1·C Ø/ ÿ5õ$ "
b"Ø╚▒╬±nH▒│ião?\x07 ƒ\v "
b"žM‹ ¼…L\x0F ƒ@\x1A o\x1C e>‚ "
b"žªÊ ¤yB\x19 Šþ\e ´´w\x15 5 "
b"×¼┘r÷\e KD¿´ØÙW»ïÔ "
b"Ÿ£\x06 Çd4Lò ‹ð-”„\x00\x04 "
b"Ÿ³Eé\x10 ‘EÕ¿oìÇ\x1F ±!€ "
b"á\x17 ù9\x7F Ã@w®«lØ0\e ·Ú "
b"""
á6íi+\n
J[ì\x05 Þr\x13 4\x1A\x7F
"""
b"áWß÷$╬G9Åê0¶mm¹0 "
b" ‚[pãuC@–´ÓPî\e Wi "
b" ê“ÊíiKN™lG\x1C\x18 Ê$] "
b"í\x0F U7;ÍAÜÇÉqMläÒk "
b"í6▓ø╝tEiŽ\x1F ªº\x1E\x15 x "
b"¡S^ÕY\x7F Eÿ‰¢\x1F KlL[‡ "
b"¡m’#z¹D\x1A «c\x13 ‹Vxˆ "
b"¡Àz?@ÛI\x0E ¢z\x14 D$\x00 3° "
b"¡å³—œÏDª†šK\x0F K{÷È "
b"¢ÅèØÐ¥J»Œ4uû\x1F /\x1C k "
b"óîî╗´DÒøWÓÓ■åÏü "
b"úçYÓØåH¦┐\x06 ┴╣áIô@ "
b"""
£±ˆ\x1A ×zL;¾e\n
i`\x1D ùü
"""
b"¤ž,–Õ\x1E E*œ‚c&Ðç£[ "
b"""
¤»\r \x02 \n
³NšŽ8ÿÉôãbê
"""
b"ñ¥ı\x1C ACBÖüzH¼╚å\x12 Q "
b"¥\x1D £eÊ!Ia‘ \x03 ø„8©– "
b"ªh\x08 9\x06 °Eõ╗iüU ô╚\x1F "
b"¦¶ƒTØ›Jž¸Wà³!?lç "
b"¦½×wqwB˲I\x10 òD^\x00 [ "
b"""
º\v \n
{ì4BWÜÅñ├├tÊ3
"""
b"§°_õ\x05 zML‡nl§”·ú\x08 "
b"¿)8ü%)F\x01 û¬Û£@@█Ê "
b"¨?Ù¦T©G\x7F ¨º\x1F ^\x19 Ëx( "
b"©\x03\x19 yf†@{—•I\x0F ¼p)þ "
b"©\x07 ÿî¯Þ@\x11 §×¨PêJE† "
b"ª\x06 3ƒ}€DÒ–Ž%ÏH·\x06 … "
b"ª,ÿOCêE¸¯ ÕEên\x18 Š "
b"¬├d■å¡B×ÅØG═┬T¡< "
b"«€Ÿ15‘O\t °€¥^÷XXˆ "
b"«„_áý€Gøé,È¾ŽŒ\x03 "
b"«Ë©É”(D\x04 —µÇ\x13\x07\e $0 "
b"«Ü‚\x1D ü\x12 OK³ñ\x03 º\x03 {Š\x1A "
b"¡zÒH▄àN²¼\x7F ü\x1E Ì0▓Z "
b"‹\x04 Õ®nH\x0F l¯E(.\x1A\x13 "
b"°72+îC鿽ª\x19 ÀLë\x0F "
b"¡┤ \x16 XYAúÿ.■û¨ìãÚ "
b"«\x1F ┤bɲCÛì{<KsÓr█ "
b"®=¿È4\t Nî˜A{4EÐÖm "
b"®ŽØ™ö{Jd¸\t ~³‰½&\x08 "
b"®³e¼ûaAz«»¯¼]Àûq "
b"¯m¾’?åNÓ¤¨½\x07 ‚\x10 öù "
b"¯w:æ!KA!¸$U¦s˨— "
b"¯Ì\x10 ÕûñN˃7•½\x08 .À« "
b"¯ë®rZúK+‘îöUdšT= "
b"░\x1A ;\x19 Û▄B\x19 ì¾\x1C í±\x17 ╝L "
b"°hÈs>mCu´Ôt‡$-JÑ "
b"±x±l3\x1C Kפ\x1F [\e r\r ¤ž "
b"±‘X]WÿAǵ\x10\x06 Z¤ÊFu "
b"▒º\x19\x0F ║ÖCØæâîC╬┬\x03 \n "
b"±¹ýî\x08 ÿL{Š„}Ùm•Y\ "
b"▒¯\e è\LL\x01 ÅQ !Há\x05 â "
b"²oÐQ\r WNç°ÉY\x1C ˜ÙÆ\x1D "
b"²ÏÝœI„I\x1E ¢Ï9ƒ€û¿\ "
b"²ÐEßïØD\x7F ²\x0E =\x12 ææ\x05 ½ "
b"²×î2\x18 ÑKß‚)e˜f•И "
b"³T‚\x05 _öF\x14 §-ŽkD5§š "
b"│▓\x03\x06 ─═L8®┘b\x01 f\x1F íØ "
b"´Eï·ñ\x18 G…™ä$UîßÄ6 "
b"┤ÂJ╠ÉãA\x14 鲨Â╚¨oI "
b"´ÁYv‡\x18 Gé¨ÙƒFøÚ<U "
b"´ø\x14\x06 »}L>‹øÄ\q\x10 އ "
b"´øZ«¡MR˜}¨–\x03 Ùþ "
b"µª(_g\x0F B„™€Õ˜¢>÷ "
b"µç¼Z\x11 gGq“r\x19 ú¡wëP "
b"ÂâKø²JOÅèßu[ø\x11 ã▒ "
b"¶œ\x18 ›)±@’¢\x0F *\x11 f¹]\v "
b"¶œAm”\x00 B; ÖDÚ(\x18 ô\x10 "
b"¶§À\x05 ‹JDž§ÝÌ\x08 Í\x0F 0\x1C "
b"¶öeÂ\x10 ýK›˜Hå³=Ów' "
b"ÀZQÁ\x07 ^I_ìO1ÓC4i( "
b"À½Ñ└7■D[▒╚ìfvÙVq "
b"·þ•Å?òM܃!¿Yj\x08 n= "
b"©!▓î┘ôK óPÆê\x18 |É\ "
b"©b"v\x1D YDgûþ\x10 ü··xı "
b"¸tÈ+‰\D°œÉN\$§uc "
b"¸yJMƒXLyº‰*\x0F X\x14 ®¶ "
b"¸È$¸N4JQª§Q³N£è "
b"¸þnö¦HD)¯îë0;^Œ "
b"¹<¢\x0F x"D€žA\t #;ç…¾ "
b"╣üVÓ\x18 ºJ╦║±Í\x02 ═ë "
b"º\x16 Mø„ÎHë’èþ’ý"aF "
b"º=lÆŽÍE€”¤pÃw«§£ "
b"ºL\x01 k©\x06 Jþ—ï;Ô y§( "
b"¢um¯ø║M`░}\x13 ì¢ÂNN "
b"¢ûC3¢ÉNYû\x16 ┬█Bu\x11 Ç "
b"¢·┴Q\x7F ÇHfÅn¨§5W+× "
b"¥G┘×õmN\x15 Ø█╬£°xÛ¤ "
b"¾W¸X`¨MA§xÈyw\v y„ "
b"¾Z\x03 `!HN|œ/$Fè÷42 "
b"¾Ñ3\x1D n²B«¿\x04 ¶60ÈÄÒ "
b"¾ÒÐü\v\x01 D\x10 ¥ï]fF\t ü\r "
b"¿Í}ƒã‚O\x00 º†§¿€”\f ˆ "
b"┐¯\x08\x1E 0èF}ɧ\x1A k\x16 >µ\x1A "
b"└+\$æ\x06 AWáüG#E^\e o "
b"└c┘·\x16 .J\x7F Éâ\x08 ╔ØÐvç "
b"ÀË\x14 ©ø*Dó‹À“£6.\t ð "
b"ÀÏyÉÈšHn{³Fõ< "
b"Àß4Æ6~J¶´ä\x1C k'äRÁ "
b"┴┬ÊÅ00Oå┤▒0\x7F Ã&ÝG "
b"Â0^IÄDGéŠ4Ây\x08 räæ "
b"┬úW;zìLOû&»╝ÙE┐[ "
b"ÂÍ„:\x11\x1E O€’1\x07 ˆ1Šü\t "
b"┬¶o/ã0KëÂók11¦|É "
b"├0×\x1A 7ôCv©²Å\x0E ½8×\x12 "
b"├0°╝JïJÅÖÑ\x0E\x14\x06 7±ý "
b"Ã3¤‚VñA0§Î±Or¯kH "
b"ÃR\x12 H‡ÛDj½s\x04 ”&\x07\x01 ” "
b"├\┤Mù╣Eüèñ║▄\e uáø "
b"├¸¶¥,ÃEÉá(sVsÇÍË "
b"├²"ÌãZB ú7>ÁÔÏìC "
b"""
─█0»\x03 ÒHûì]+9!\n
eº
"""
b"ÄÞŠ\x19 ?9Oöµ$N\x01 »·\x13 ¸ "
b"Äâ\x18 ªãÐId½md¨uîB\x1F "
b"Å\x08\x19 ^\x02 ;F¥ˆÞ%#lØ] "
b"Å(\x17 "Ý;K^–U{T°\t ž/ "
b"Åà@§\r O"³L®Ü=“ÄA "
b"żR…\x1D ·Fj‡úÎÁ¤¤Ïœ "
b"Åü\t ™öÃKã¾\x06 ¶K¡&è "
b"Æza[¦SL†©–îÑ\x04 ÷·= "
b"ÆÒÂ&ÜIÂŽÓ"`-g\x10 à "
b"ÆÂDþ˰L™›ÿ˜rA\x02 QG "
b"ã▀\v )ì,KN▓Föö"Ö¡R "
b"Ã\x02\x03 jø¤IøñçŽ\x12 %¸= "
b"Ç5„Àº!Ej–é\x1F \r ÁbÒ\x07 "
b"ÇHêvƒfC|²”B\x18 ô"µÆ "
b"Ç]H#W1Aø¯\x05 }Àá\x1F äV "
b"Çž®X\x0F\x1E I¶£\x10 ^§¾Û…« "
b"Ç¡\x10 ·¬¶CI±b\x15 .Êúé\x03 "
b"Èl<•gÒMT“J‰7ýÒdõ "
b"╚ìõËñ\x1C Aàú38ÙñÝ┌/ "
b"Èì.L\x06 .@!½|qfD(sñ "
b"É\e %ü\x05\x1E EЧÕ*cËδ‡ "
b"ÉG?\x02 š\x1A Jx´¨›ÍÌá;w "
b"""
Éêøæ\x04 F4†×e\\n
QÞ\x1D
"""
b"╩6 ì(#F│ªùí\x01\x04 ┼╝Q "
b"╩8 )TñD{ì°¼+Ëp£º "
b"╩£\v ü&CG¿öc\x04\x08 ¬9b┼ "
b"Ê«U™\v eAÏ–ÔÐâ;®Gº "
b"ÊðѨ NB\x0E ˜ Fƒ‚øi "
b"Ë\x1E ÞþüÃA¢‡ç¯M3%éu "
b"ËxB„kÀO︆ÓÙ”½9\x19 "
b"╠\v Ø1█<I«╬¡║\x15 ä▓\x10 "
b"Ì:l7\x19 ‹FS¸¦ì7\x01 0¶% "
b"╠<Æe┴\x00 L\x11 Å;\x0E ▄©¥0ð "
b"╠J¡G¥fL╩àıØ\r >\x04 ├p "
b"Ìq+\x05 Ø@@õ¶¿NÞG€xU "
b"╠ümË(‗B]í!¡Ë\x1E °qE "
b"̳\x1E ê1BBQ©ü(ÎC¨õ\x0E "
b"╠┘\x06 au░CöÆì┘rDf▓2 "
b"═'©ÙºrCìøôñN┌¢ß- "
b"Í•7‘™¥@mœFÐ_L‹ú "
b"Íš\t ¡.GK·Š\v Ø\x17 .³žÊ "
b"ÍÒîÙã•DŠ“Ò\x1A Å\x18 K–\x08 "
b"Íò~½b$G‚ª÷8S¦7\x1F "
b"ÎW“öt\x02 D\x03 ˆOãëŽLÐV "
b"ÎŒ\f\x19 °ß@Ùºé‘ ßl|Ë "
b"╬Ø?eD#HóæËÛ\x18 f&\x01\x11 "
b"¤ \x1C P\x05 ëH$ìì³Û\x1D\f\x1F\x03 "
b"¤àü?S.Ir¼i\x18 øò\x16 ®O "
b"¤àé\x1E Ý╦NeÁê.Õ]»Wü "
b"¤ç┘õü¿B\x04 æö;_Vl8\x1F "
b"¤£ªÙJÅL\x1A Ñ\x10 xÒ\x14 Ç├à "
b"Ïï;\v }’HÉ”ðØ\r ‚ýb& "
b"ÏñÅ\x18 °(J¯§˜Jƒ9ae\x1A "
b"ÏýVˆ#ºOÀµÐνÑÎLQ "
b"Ð\x11 7…Ø%HÅ»Whb\x00 øQ% "
b"Ð4\x06 LúpDh¼,-p5â°÷ "
b"К1¡v(D^„sn<~ó8Q "
b"""
Ю/N\x16 jFŒ™’Z\n
l°[É
"""
b"ðn\x05 ;DEì╗*\f \x06 Ô6â "
b"Ð\x11 ñÝ%ÖI\x16 ìmÓ´┼Ü}" "
b"Ñîî·òºOç©ù²6\r ^GÖ "
b"ʬ╚UâDAø▓XÃAù§ÝØ "
b"ÓbO5>KE\x1D §\x14 —4.7õ— "
b"Ô\x0E Q\x05 JŽEL²››ËíööZ "
b"ÈaýGü¿C╩À\f ┌÷le\x19 £ "
b"Èü þQhMÒÜ»n\x02 ê■`¯ "
b"ı2¾\x08 ıKE´Ö▓g┐\x10 ┼~Ø "
b"ÕE9ë°»Nµš~éZòĺ¬ "
b"Õ_Lî«,F]¨2\x04 ÕàbáW "
b"ÕgoÀñöFå™Û:D@y®å "
b"Õ\x7F ’§»qG¢‰š¡\x03 3éYB "
b"Õ›‚ŒõQHÆ»wÛÓÕÙNU "
b"ÕÊÎL°HNA¥MŽV\x07\x00 <Ž "
b"Ö\x18 ™*}cJH£ô+Ô|¶\x7F ‘ "
b"ÖZ겞KDµŽ«åˆ\x0E ØˆÇ "
b"Ö¢ÕØñ›H+‹a&g†‡™\ "
b"ÖÑv\x18 ¬®Mºœ±(¬'\x06 ¯\x16 "
b"ÖØlQëÖC¼©\v\x0E e\t jñÍ "
b"Î\x1D ╠¿?¢@:┤2ç©?,ü£ "
b"×Rè‚ÞvEëŠÐ¶Ò\r Á\x18 Ï "
b"×èq]4_Cé¼¶\x07\x1A Á?\t è "
b"Ø8d+ÏÒ@<µ~5¯T£@û "
b"ØNs܇<C†½\x11\x1E e\\x11 Î "
b"Ø]P\x17\x00 +K\x0E ¶º|ôÑ™îU "
b"ÏÇ╚8À£A┤▒\x12 │MüéTd "
b"ظ$«Ê€Dp‡íÉÆ[éÚ£ "
b"Ù›À}”H𰵞•¼Æ}‰ "
b"""
ÚMÊr[ÔFØ£–)ºjä\n
\
"""
b"┌ÉaÔ±´LOñhîà«MÍ\x03 "
b"┌ô¶v\x04 ÷Jì░Ø):&\t jÏ "
b"Úœº|;ÍIa”\x1A :#ë,ân "
b"ÚæwQŸ_GÒ«oãà…\x03 `c "
b"Û\r }™d)OÀ¨Mšp˜P=q "
b"Û›ÑA<ïO\x12 µ$¼_™ä¼E "
b"ÛÖ`ô0HH^ª\x18 ñ[§\x0E -ª "
b"Ü2ü<\x05\x00 H’¾ÖïE¸îI\x1D "
b"▄]\x00 ÎAlM*ïÉÄ\x16 Ú\e m\x1E "
b"܈9#«ÏLú¦°dH \x00 ž» "
b"▄ò,▀2ÊL\x10 Øê╣Üä1èã "
b"ÝSF/ÓÓF*“òä¡£T~m "
b"Ý·™õ·LL˜«†”ùÒ=\x00 s "
b"ݾ\x11 ”¤·O˜¿ü¼û\x7F `W˜ "
b"¦╚É\x05\x00\x17 A:▒\x7F tRÍ{À\x00 "
b"ÝÝ\x0F X;ëFJ·hÊÕ^¶\r \x01 "
b"ÝéN©@2D;™rç’ô\r 'ý "
b"Ýø\x1C ±’\Iª¾½Ö•„\x01 |ž "
b"ÞÝ‹ÓdÁL+½'ÐæSJœ "
b"Þî$>~\x1C Gª„ÚŠ‘‹kSÈ "
b"▀È\x01\x1F ¥=N2ìeùcmÑ╗ô "
b"àWÃ0\x1E ÿAË€ôÇU\x04 ìó\x0E "
b"Ó^\x15 `¨ÑClÜÅ\x18 «³\x1F\x19 > "
b"ÓìU5¢[LÑô«aÀ\x10 Àü\x13 "
b"àÄÄì¸ýOz¸°“\x13 Â\e ôD "
b"ß\x15 >wÆ¿H\x10 ïJ:dÅú0î "
b"á •«\x0F\x04 A8˜\3^+àJÎ "
b"ßFæL╠\x04 HÙítK<ÉZ\x10 Î "
b"áË9G\x1D\x14 E¼’¼ôºi\x12 L÷ "
b"âL‰Á°ö@…‘×\x04\t xHÈw "
b"Ôw┬zt‗MtûkÉ¿▓+ß\x04 "
b"âÜL\v ìÂB&¾ã\x05 î\x0F Luš "
b"âéÄ;Á“B·¿íç\x13 Ù!ø "
b"âñPðmÃNB™>|ö\x04 ŠEV "
b"ÒOèù¹0Dì▒\x10 t\r M─[\t "
b"ã•àS0ŠH·‚êÝJ\\r \x1E "
b"ä}\x04 ã\e =JG¿%ÐõõEº\x12 "
b"ä}±Ý\x17\x15 B2±ÃsF²6jÑ "
b"äŽïí\x14 ¶D©€jZ¼ü×>\x7F "
b"õ¥:\x02 çDvüÇ\x0F ╝X²+¡ "
b"äÈU=åUIÞ„ï#’AÁ\x11 ¶ "
b"äó\x16 ñj'H6§[ÿ ÌT»Ç "
b"äù§„kŠKЉèkã®…JÄ "
b"Õ²º▒á»NÉë\x14 5þÁty° "
b"æ:¡j$@A¥¶1/iÛ÷>w "
b"æB˜ÚïòMŸ¹›8÷<nI› "
b"þ\x18 _\x06 >ü@Jù À«┼Ìıà "
b"ès˜q|Ä@J‘Ýr¡Ê\e êK "
b"""
Þ╚├²æ\x05 B\e üÑܳ\n
Ò\x10 Ü
"""
b"èßÇÙËËGh–\v©-˜ÒÙ "
b"éF}JYQJ»œ"\f\x0E ¬*Ný "
b"éLqMÑ\x17 L\x07 =àé¡“\x0E q "
b"Úw¸é\v ùD\x1A ╝■Ž\x11 ¯Ë\x16 "
b"éŸ\x1A A•jO^†(¶xã˜ä\x1A "
b"éÜ—A“éGξ\x05 {z2\x19 Òä "
b"êPw\x08 b\v GKŠÁ”_ñ¿ÔÞ "
b"ì\x07 g_#|Koˆ7_fŸ@Ä\x16 "
b"ìH4GV¶Mȉ\ óœÉ¯Ñ "
b"ìU[Êæ¿G\t ‚ž-^ò\x08 €m "
b"ìs”Æ~ÒIÚ°oœÄLš+\t "
b"ýçW\x1F oñB{Üÿ\x1F ■&\x1A 'Ø "
b"ýÉ×ålÈC└Üa¼T7¦\x19 Ü "
b"ý┤oVu`C¨û\x00 É&la\x11 ▄ "
b"ì¶/À4\x7F DV¨¾T³ÅG¬\t "
b"ìÊÑ4`áEï¬Y8q·‘«Ò "
b"í)+Ù\x13 •M¨”@Š*O\e ¢b "
b"""
í;Þ‡\f êAe©\r \x06 \n
¹éYo
"""
b"íGÌ.éÇEU™\x10 wu¹\x18 [q "
b"ízRÃOÕN'®Á¤ü7”¦ "
b"í‘÷7kÕJæŸÍˆ[ôÓ+! "
b"¯\x15 @äÚüCÃÆ\x03 ¢éÃ\x17 ■£ "
b"î\e ™'\x7F ÁL2Ÿz‡L¼Ïág "
b"î`§®\x0F ÃL\x1F ˆ-\x15 .p¦¤\x01 "
b"îŠs½\x15 ŸN/¾\x00 ¥Ü–\x15 Ž} "
b"ïojÞ…wE^ºsáš6}ȵ "
b"ï§>83cC\f ™R\x19 Q¹ˆ\v\v "
b"ïàn4µ’K¦ª\ë6þ\x07 ßñ "
b"´■~a\x18 ©N<Ü%╦▀ÔÉ;Þ "
b"ð(¨fh\f L\x05 „ƒ\x17 ÑÁç|ì "
b"ðwãÌš2Gt«¶ÍQö§‹î "
b"ñ\x03 ÑgïûF¾¥ÿþC{jñ "
b"±L┼Q´\x04 LjÉ¿\x04 S█.Jõ "
b"ñdEš(Ý@̯5MàJ\x18 ET "
b"‗8\x10 eõíKØù©ÍÕ´v╗X "
b"òn×*x"N\x03 ž<€;\x0F ×d\x00 "
b"‗ÁByUFIýƒ«üT¸Öþ▒ "
b"òÓŽÚj\x18 Ca¤ê—£:\e\x07 û "
b"òߥõ•îDRˆºª[îUi½ "
b"òý’jƒîEC¬\x06 c8c\x1C a¬ "
b"ó\x02 a'Ú‡BþŽ\x7F\x1F Û\x7F eì "
b"¾\x08 ÊZÀ-@\x1A Éf\x1F Iq5sn "
b"ó)•†ÚƒC?¡\x00 ñ\x06 &q=ù "
b"¾A\x15 T╚ØFrü7ð┼¿oxx "
b"¶t¥Ìª-JS╣cÖüW\x00 _¾ "
b"ô‰ÖóþgO¨‚\x11 x¸¨¿ôÇ "
b"ôÆF£JpG¾ŸV~ó~\x00 qÅ "
b"ôöø\x10 ƲLØŸ°#~rýÃa "
b"§\x05 Þkb~NÃí~ÉóF£7a "
b"""
õDÿ\n
9›K·«\f r\x03\v ô°í
"""
b"õVL¼m,Gì•ízvÅ?°‹ "
b"õz·Z\A\x1E ŽâIM\x12 Ñÿ "
b"÷'S4¢:K[†\x03 ;m\x17 ëñŸ "
b"÷³^L\t ÄHÿ¦\x18 “®¨\x05\x0E "
b"ø\x7F t&D>H,†‘m\x1D cè€V "
b"ù\x02\x17 û˜ÖJ†—DäàšÀ[À "
b"¨|¬#|)Dÿ│»`>¬ì3c "
b"ù‰ÞÎØKO(“&ÅTŸc²6 "
b"úqÁ\x18 ùKÔ„ö³£1cÑ8 "
b"·¿\x04 1Û>HÍÜ8ÍyÜÅ╬ë "
b"úÚº#vIK\x08 ½Å\x11 B\e j1\x1A "
b"û'F&\x15 ¶D\x01 ³k:àÄpž¿ "
b"û)žvüâCª‹õJ^b…¦U "
b"""
ûF€DpeJ…–Ä\x7F \n
,@\x17 ›
"""
b"¹ê\e\x05\x08\x04 Ghù\t êaµìt^ "
b"¹ê└yj¯K\x11 │‗ÄÅ_µ²î "
b"ûôˆ…¯EAQ°^ñ:ñ¥›~ "
b"ü\x00 Y\x15 ŽˆI¹÷uÊao "
b"³Z\x03 g\f ¨LÌǮɯá█Ä\x18 "
b"üñ?\v íÌJË¡ûÔIWbVÜ "
b"³÷\x01 ÙC7J[Ñ╗\r \x1D\x0E Lüñ "
b"ý#¹ û¦EiœÊ!°•–\x0F ü "
b"²0*\x1D\x17\x03 Hêå&é òÄ┼Ø "
b"ýXØ…T¢Lü¬Eª«ŽÛ‰D "
b"ýÃWˆØaOä´«ãHt3\x18 + "
b"■x>\v ULKTØ¡aÒh>│û "
b"ÿGWP\x10 ‡MÖ°Ò"Þ™*UÛ "
b"ÿW8ÞoDIƒ“—€Êy)Íh "
b"ÿÆÖ³i¨Mý¿}\e “P‘uu "
b"ÿÑðÂ=šJg‘Ú›ù¼Ö»s "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x00A01C299EF74DA5BCF5B5EBC7834A06 , 0x0198CC5CF09773C08EC0D20DD4FCD9E7 , 0x0198CC5D170A70B39DAB959FEDFB5CE9 , 0x0198CC5D41E271B2AB26CC0E57125D65 , 0x0198CC5D6D137308A5FA90FA35F776FF , 0x0198CC5D8CA37160A521CC59597B749E , 0x0198CC5DAF3D72D6B8EC1FF2BBC3DAEE , 0x0198CC5DCE75731C8A726B96EF07B9D8 , 0x0198CC5DEDBF736F8498C014BA391DD4 , 0x0198CC5E7148714CB32E7D48E67995D4 , 0x0198CC5E901B70A98A5FBD92548AC6B2 , 0x0198CC5ED61B737ABF98DF2318E02C36 , 0x0198CC5F36BF73DBBE059457768F9D58 , 0x0198CC5F90AD7111B283E66216D0F253 , 0x0198CC674F767345B4F60E77D83B00A9 , 0x0198CC6786467032A9ABE96719FF13F0 , 0x0198CC67A20073CCBDC5E6D654F36D09 , 0x0198CC67C0E372E6817DDB7817EC1040 , 0x0198CC67E42770EC8E8F38299B770953 , 0x0198CC680EE972E2BC65FB42888A14BA , 0x0198CC682E0972F5B7EEDD4DB2E44E22 , 0x0198CC684E03713F9A3AE03D292F3575 , 0x0198CC68690371D0A103E1647730BD1B , 0x0198CC689B6B7352A33C4F306F5E2FC4 , 0x0198CC68CDD47319B07766FF38C5ABC5 , 0x0198CC68F8A570C0AB5634CD9241C579 , 0x0198CC693309723EACD46059D041E307 , 0x0198CC696DF771CABAC7B15688F73699 , 0x0198CC69946672DCB6E341697E01BF4A , 0x0198CC6A3014725288DA9519CFFCBDF9 , 0x0198CC6A6E8271C78C4243B235E09288 , 0x0198CC6AA8EA71C0BD19FEA37A402D21 , 0x0198CC6AE73573D083DDEA13EAE37BC1 , 0x0198CC6B028E72AD9D453934A7DC68D8 , 0x0198CC6B2D71713DB3C35EB594764799 , 0x0198CC6B7F147132B2B0B19AEBAC211E , 0x0198CC6BB5D6706EB589EFB6623F5BBE , 0x0198CC6D21B27332AB9E350C390D58E7 , 0x0198CC70ED8671CFB0150A9F19EBA190 , 0x019A08A9652D43DEA42BDB47FA151EBA , 0x0217734EA93E4162ACFF209D83B739FB , 0x0381562C1F7D4F26BE6A922E3F7C7CEC , 0x046A73EDCF054114A12A7D5993B944A1 , 0x050710C300CC47718D8C7599B5C46C10 , 0x0581B1A7ED82414484EB48EA555B3F18 , 0x062D13CC787348868E2680D96A86BD92 , 0x0647DC33B8154413BAD2C9D3A2084BB8 , 0x06B1592C585747CFAEAC1A00D3F39B43 , 0x06D9FCBEF8A64198A063D3BACB31FE03 , 0x06E47F91CACD498E8B97F8C5ABA9713F , 0x092D2C7B29524716AF65FEDFA8CEE6EE , 0x094062D5A06B4F258C793771A85E6D0E , 0x0A331222ACD74A0E9E08D7A7C95CF4D1 , 0x0B1B995C25C04B6EB26C1C8AF129DDF6 , 0x0C0CA6470C144DD8AC25BA892DEC27DE , 0x0C54BC7BEB2E476CA132A401F01A6D38 , 0x0E1DB1394451456AB9D549E752CAEABC , 0x0E9A3FBFF7044F44BDCD0F8044616838 , 0x0EC4B5E3B2C940B0A5F6F670066B4973 , 0x0F01A3413914486D85103982B814090C , 0x0F2BC509943F425F88602389A7ECEB65 , 0x0F7348DFBCCE493EBEECAA52DCE6E7E7 , 0x0FB17958D9654B9C9B30535001C901F9 , 0x0FCD4135A9E846B49CF849BE143569BA , 0x0FDAD15CA2C24DEA8EBC793C4BD6A7ED , 0x103EDA8DC91C4E488343D49116CD82C9 , 0x11115A768A1A4896A53D74299D4AB281 , 0x11E82F3879F146199C413DF3478FC820 , 0x11EEE5926FF645DBA7F49F4C394E51D4 , 0x13240E7D85B3475EBDC20A465A4B52E3 , 0x1358220D13D241608290AE0D114B5B5A , 0x13EAD2A0AF694B03BC746C277B3DC3C3 , 0x13EF8873A3DF4E74AA4E34A18839CC61 , 0x1431A16E809D4C4DA962D86C9B8D7FE3 , 0x14CE356C0DB543F499C0709591162FB9 , 0x15E00533A5F84A22B3558A03A0745E32 , 0x16400AE79E864569A9DC816362DB8DC8 , 0x1673CF6E2C9840BFBD7E775DB9BD554B , 0x169EBAE0493B405E8E0A77198A438E61 , 0x16CEE3CCD79B42A59DC5DE8D4C242F35 , 0x17540E8755D7452DB3D1E51D3F2864BD , 0x1778AB2716BD45B29F775BD00B0C30AC , 0x19420E55789E44B69CBDE0A190A5FF63 , 0x1966C48883004FF79A2E78D4789D63EE , 0x1A97EFB5769A4AFC80DEE626476BFB3E , 0x1AB6A299109948DBA1D3D50C71840D45 , 0x1BBF818F2AAF434FBBA4C88A80C30013 , 0x1C3060D8552F48F78E6F4A44BE26602C , 0x1C5DA60806CA4B2B90C57AED8C764E68 , 0x1CE9046A05BC4CCBB80A62D403323681 , 0x1D5C64C874BF4DC69F3FEBD04FAF3364 , 0x1E3FE1448C9542BEA4BBA22554F75E0E , 0x1EA1DF93398741B19551B8656DC6C74C , 0x1F079C55774749418594C72ABECCD336 , 0x1F177EBEA7A74A3589E30EED1A97752D , 0x1F5B4C511C8F44FF8165AEEB43533943 , 0x1FA234576B7B4EB694A0F31D10ABD6BA , 0x1FED0CAB3FAA4B8695F59173E08BE362 , 0x1FFA59E417C44ABD8C403B421CD27872 , 0x2021ED3B275149C2A7BBCEBCEA3E3E51 , 0x207D32D2B7CA46318418DC5BC53CD150 , 0x209C40B7B0E7417B8605840FFC63FCC6 , 0x20D96BBB533D481EA04B9D4E49AB7052 , 0x2115E1DC4F404D9BB65004EF22CE2FF9 , 0x21A6D9F7C4DA4CE2AA5182DAA140479D , 0x21D1BF09288C40BFBEC56A3BA45220AF , 0x22104588981D44EFAD512DDCE842B702 , 0x22134171BCC84DF6A55EDE542CDF3D38 , 0x224B6987209F4BD4A5168AE1AF0B7636 , 0x22F3D427F19048139D0030BB9ABB309E , 0x2333DADD776E46DBAE0D879CA99F7ED4 , 0x23679A8704C0436BB1B0FA5AAC717163 , 0x23804EE3290448AAABD125CB63CD9FEC , 0x23B5CB1EBA8A43ADB7D5FA82B6C1AB09 , 0x240D06FAF95E47BBA7FDA53CA0E394FE , 0x25185DA2034A4B4D945A6B8511FF1C02 , 0x253D397996164B0DBD7EE73B4B0043B3 , 0x25CFD871B70546579654582382E68C0F , 0x268FC412578B406F8945566B61785612 , 0x271E00996E0D46E2B60CAB0CC352F774 , 0x2722E11330BE4AEDB3D7C10DE31C0B84 , 0x273B0F09E8204E35B91078C37C6D9D87 , 0x275294068F554ED984BFBBEEA86C7DD0 , 0x277C1CA3AC12482AB7E9FECD573040B6 , 0x27B0E1194D194D10897DF67A6E0300AE , 0x27CA355FA1134BE9A8844E6ABBFEBBEE , 0x27CC92A4506042AA83FAC90390F228B4 , 0x2905EB8F03A54AF2B5460506BAB1783E , 0x29968B24BD074462B00E75A9EE92F787 , 0x29A90C4990964DB9B7E96A03A5E7E28B , 0x2A04967D1CBF4B3A9F5B5883B4E7E7C2 , 0x2A41EC16EB304AF5B52103615066FE91 , 0x2B13ECFBD21E40308DFEBE90637AA9EC , 0x2B50C32DEF0640A2944CCBE759895F3F , 0x2BB38224E14E40AD9A1FBE12C7969E0E , 0x2C09D73BD90245B4A8C7778D55FB0D3C , 0x2CC2D393B6BD47BFB57D72A52983F662 , 0x2D6D520171F24729BDBC079BF5040DA7 , 0x2D862D31EDDE44C9867817A333B64A18 , 0x2D95B59535AD489C819FDDD8EFF75A1E , 0x2DB2E6B2DE154769B2CA3468EA2EA144 , 0x2EB87D46B25E4F23BEE6826E5A53FB1F , 0x2EC3A10886154BC4A98888EF5DE27C01 , 0x2EC5267D10F848CC9B01C64E6576894A , 0x2EFAE3ACB5214167A91D5964473B6B7B , 0x2FC7F6BAF63E4FC28659C259098A1C9A , 0x2FDF6B2D4C8140D48EDD0401184828BE , 0x30517DBFB2B54D7395D6A70FF90E7E8D , 0x30CD49853F0C4D3B9FDADD3D4B3661EB , 0x30EC051ECC9144EAB17A9FCCC41A19CE , 0x30FE6DA74E644FCA9DAFDCEC94FEF63D , 0x31005DD2B74A410A9B0586EFCBA4B6BB , 0x310311DDB9F24C3DBB8391399F34D1C6 , 0x3104212A9F044523A58F74EAD66866E8 , 0x3130C130F70943EB93BA6A55D8D60166 , 0x3149EFF74DE640B985925942CEA011B5 , 0x315CCD70CCC14045971524537C9AFFB9 , 0x31C03C576DEF4F12BCFF973C398E8A69 , 0x32B9534F777F4D78AA54E6FCBE704792 , 0x331888DF6B9447CF803F6BCA8A111B63 , 0x33607D10BBED4A2F96337948F9F0DC95 , 0x3410B846409243BA8F817BE282CB5A55 , 0x34322AD0217B4362A1CFA0E6C6172B99 , 0x34327BE5DBB44895945339588A43B466 , 0x348E1D4026C7433D9DDB3D8D7B16B839 , 0x349A6D7631A84C81AEBBB7D810818529 , 0x36745AF7B97240989F7BAAC0FB9BA9E0 , 0x378A5BE7022A4E57B2C88411C7ABB3DF , 0x380181E6BBD4494DB9C480E74DA0FB84 , 0x3876768531E14776BAB81C7E49E63625 , 0x387D3840D338476A83D5C4F2DDE4B35B , 0x388033CD3AEB4F7CBCB48A3BAD57BC43 , 0x3902B27AC5E74D89A9026B8518B7542A , 0x3960CAFA071045B6BBE38DC2F57ADE85 , 0x39FF5A00C62943519F2609B434F71777 , 0x3A0A89DD653E4C438162D400FE4450E6 , 0x3A2CE757C70746869C1EAEDCB4FC9A2A , 0x3AFA423CB5F641F9A9A961B3D8BCF0C3 , 0x3B96C8FEAB0C41CDA83151D9062CEA84 , 0x3BA365D53C4948E7BDD36B004BB3225A , 0x3BB2B3A603D54675A1A749C3FCFFC8C7 , 0x3BCF5590121F4E67BC81BCE9A695DCAF , 0x3C45FB04744F46A0B0215B0FF5110BC8 , 0x3C7756188485458592D8FC305C4FE7D3 , 0x3C7B11AC20FD41CE867B262D1699690F , 0x3DAC7D9E55BB468CBBC72AB008443CBF , 0x3DDA150F78BB400A90CBC7CBD15EBA35 , 0x3DDDA00CC5284C32BAAB378964051ADD , 0x3EF49CDACEAD45F99AAC44D4013403A3 , 0x3F8F4BE9E4754A168682364F9057B965 , 0x3FCD66FB31B243D496912A25489F0376 , 0x4050B387C2B245118FBD742F3A60CF12 , 0x40572F249F21423880935F04BBF3D29F , 0x406B6821EB634F1C8D8917A016D97019 , 0x407E933A965745A2B1184A38E94D6F9C , 0x40E5ABA8EC1F4D3EBA60A57D0686EE42 , 0x416128A4F8774B4AA8ED9A351A18DE30 , 0x41621EEFE91C41EF81CE2C209D85A388 , 0x41658677CC804D89BC680DF5B519C142 , 0x419DF2A418494FD5938943FBD214D92B , 0x42557CD0550B42E387FC2CC53B9EFC2E , 0x4295CE766A2F410E86031D7AD3C00FC8 , 0x42E358B9792040F09DD3C26F9A8BB19F , 0x4335C5AB23BA4B14A31783C2079F4E75 , 0x436A5B71A1D24AD2827D0B4831032082 , 0x439A16F4359440DB9C08B9807EB33D2D , 0x439A77A8893E431085804085662C10A6 , 0x4459B94BD6BF407A967F90D12F091C2B , 0x44BEE7C8BF264F12905CE8F20941524A , 0x4565E2509797459CA8F79FED8B816D5F , 0x457441DF0697420AACD2A8822CC9787C , 0x4595DD600B804CB086640BE835EE6351 , 0x462BCF8AE2AB4A019AA6EBE4744BC9C2 , 0x4638B379EA2446F9A8E280020C65E763 , 0x470E894ED6CE4D7387A3E5B6F6CB9308 , 0x473070CE351F42B8971A6EF3F1CA15A8 , 0x47543F09A62A4E449CD405683B10ECC7 , 0x4772ED5F211C46E3B858336A692FBCCE , 0x4791E56D7CB74E039F451E39E4313A15 , 0x47B92494B56E477D9F6F8B33E553FFB4 , 0x47BC81469E414437BF4E17EB65A9DC3F , 0x484E0C21B86B4F4B8052439585B7D6CC , 0x48623F74242E4556835BE8FB7EA8E971 , 0x486A6B11FECC4C3FBA270B88658E177B , 0x49E3D5AA20E64603BBA02E3D3B264C96 , 0x49E482A3921440A294C59B3E2CF123EF , 0x4A2416C59E1349F98CE1F2974691F1A2 , 0x4A2FB993D2114B938DA5515C4620DBAF , 0x4A314886F7D040D393A25AFA42568588 , 0x4A405A49EB5F46F78AF46F96AE0F3B8F , 0x4AA1D3295D2945CAA5CDCB4118996401 , 0x4AB731A1BE664130BFA5BEF7B4057A73 , 0x4AC3AE2C78BB4911877B1E75AF22CFA0 , 0x4AECC640C177477CA8D0F2E2F0BBE255 , 0x4AF5313C097844CABC8CADE116493D04 , 0x4B32977F21BC4737A8E5A594CD91F0FB , 0x4BCDBEC311974C7C9C4D76674ACBF980 , 0x4C724C7383C64F76A3CFDD4AFCA227CA , 0x4D319B5273E04263B4F7261231B6EBE5 , 0x4DE3BCDAFD4D4E568A5B7129B017B48D , 0x4E45326E80244B48A83D81A7A7DB1012 , 0x4E4D45F20929421D8BC1133D32FC6B90 , 0x4EFF0540DBB748D3B39B989D37828734 , 0x4F60ADA1C2A24BF1A5D61CF22B816BD0 , 0x4FBF7D7C8D13488E947D1E92B1BEA87C , 0x50460B56D7B7463C828F3AB4D045D751 , 0x504D7A029E8043E5935DD10339E998E9 , 0x51513B451D4346AA94B8BFD20918DEE4 , 0x51B303C46242476F81FD06C0083E818D , 0x51DADD0548404AE780B7FC019A1054A8 , 0x5204980E477D433CAD96085EBA9DB7CB , 0x5204F642383848ECBBED7996E93530F3 , 0x52441A8E191748EE96D0492C2FD7FD51 , 0x526A2E9EF8174E219B0095559127DF2B , 0x5273F25E874942CB82DFADD5B054A179 , 0x52AF8AD28B1C4EE6A0E10470E4DE88B4 , 0x52B7B31A3BEF417EB75AF8B85BEC7F33 , 0x52CF5741107448D29D3BE870F8A311BB , 0x52D96CE20C3E471984A51A891F6B817D , 0x52EF00472FB143D9A886DC926D0FB9A9 , 0x531F2BB32991464EA5479343F2D9E577 , 0x53A6C2B0F4C140239F087B3BE99D6214 , 0x53CCD56205554B5390A1C332A6066A4C , 0x53F45B9EC5AC45DEBFA99DBA4F3DF21D , 0x5404693C697D485485DE7DE7E1EF2C01 , 0x5422F85ED4414F27A8874D9FE97FAB22 , 0x545EDAC6568845E6AA01C5D5328026C2 , 0x547DD6C7C4804374A8EA09705D2D6D29 , 0x55C375DB204D4B8DA285D1A44852DCFC , 0x55C94ACC7DE74AEBA67EF1AA0CD4131C , 0x55DB626078624359BA213FB9B1349AF2 , 0x565230D5130546278CF3E59382D9C73C , 0x569AB0FB3A9D4213A62EC9C3D031DE1E , 0x56C8CE10ADEB4F28AF64DCFF620846A9 , 0x56D447A6F3104610973EFC6A9C905960 , 0x574372388CEE4F2781F6C8ED30644D1A , 0x57849E12B3894758A8C30A3E17243A87 , 0x5870801535E54876A6A694C03B2C643B , 0x58D62AADEC394F14A56CD89542929CE3 , 0x5939695EA3124CAE813162508BA1F4CC , 0x595385791FCD4762BF22509A343CE5DB , 0x59608F2A9397440D84D61EFBEEA45669 , 0x5976A65551CD4B469E5EBC80559D0B58 , 0x5979C425BDC041DC9D5A1ADDD50CA999 , 0x59E8817C65644BFD8AEAD167CC0D4998 , 0x5A32DDB4FF244D3AB56A2169BF4367B2 , 0x5A726A2D9CE249F28851F14FE925A0D4 , 0x5A88DAB8596D436D889E560C822F6E26 , 0x5AAB08894A0F4B5A80ECF031BD2BDE03 , 0x5B492EEE32624E18A10AE00710171A51 , 0x5B57CD0276E44F5D92EE2E3B3011DC50 , 0x5B582BB76C044B69B548DA51A3C47AA3 , 0x5BB4FA7EAB2A4C949A02086B8106E8E7 , 0x5C33AECB111B4514BFC1EA972CEF897D , 0x5CE78F3E525641B2B2490526E0794290 , 0x5D2136F07ECF4C5F911AB9E4ADEB2C94 , 0x5D22A0BEC8634139BBE89A12FE66B022 , 0x5D22D59CE064476A89112CBF924157B7 , 0x5DA5EC9BF2EF43EA924485C59D4AB67A , 0x5ED5A77D39844B4783C6F4FA50B7D0F9 , 0x5FB347F6832C4AEA85DD26FB2819F3B9 , 0x607C9234C5AC4C3B9D8EDD13CE102902 , 0x609BA8D52A144632AE911C986394FE6B , 0x60ABDE5A90CC44E2BB928D1745C72AE0 , 0x61F9DBBA9CF94F79B7A6711183E1ADAD , 0x626623D091EB4BF78F5219FBFE2DC4EC , 0x62B5131476704746ABF212A188F25C13 , 0x62DCD7185BA04B12803DC317F4327444 , 0x62E31E0187CE4A7582577790E2481B2E , 0x631C51AC157149658BCA259A759C853C , 0x63524FBF43174F53B4AA1C7D60B2661E , 0x63D0253E4C0448EC8B909FEC5817C0BC , 0x63E71FA4D7104410BF3D2AAB96993885 , 0x64234AC24DD0480491F83700FE837DDB , 0x64642AD8DCB04A20801A27BEDD3CCFC1 , 0x64C6CE7B8CB649D4AA100C956A0F1FAE , 0x64C716FB13374FC5B87C1723FF5C37F1 , 0x65139590DC384732A2C0A4330E2E1586 , 0x656E774BA7B143C59A5097CEBDDCB0A7 , 0x656EFEF3430D45B1A3F22DC32DAF30A5 , 0x65A39C42091646BBAE017D52CFF3B801 , 0x66D5D6B400914B72AED99D6092B70031 , 0x67A4F09EC10D49D4B392FC785C358E47 , 0x682A3DE9A2534E51A494650F0D1B189F , 0x68735DA4B8A14C5C8878AAA8EA58CE45 , 0x68C8C7034E60447AA8749EB8BF86F294 , 0x68D5314D01024B3B86C0FED97B8E4971 , 0x68E629574E5A4026B1B10BC9E48D4B1D , 0x6959FF4FAE9841E9B9286061A2CEC5C9 , 0x6A074B59DD38478F88F38593A989D76A , 0x6BAD9179EADE49C1BB1205984475F53C , 0x6BB1E50AA6F245489D68DD516E7B0070 , 0x6BB759D26AC245F58AEAAD794B0007FC , 0x6C72832AD69F468EA5A04C8F470A897E , 0x6D2F3A4BC5CC4D42B1991533A98C93C0 , 0x6D759189C4A14728927A26B23ACF20F9 , 0x6D7C8D2BD92E4640B2571ACF8CF7F8F9 , 0x6D8DD0AD10704C33BB6A0953D63248DD , 0x6D946CAEE54A4C6BA588E29AE9C4ADCB , 0x6D9714C4DAF14E40B209C42BB455C6A5 , 0x6DBD105E5C9241128BEE5DCE90FAE36F , 0x6DCA45234CC2442B90D4857BF3745FDD , 0x6E91FA8FC0E64D38A52867CF050BE050 , 0x6F9351D6654E416FB08D24FDBE1CAC03 , 0x6F93C260DD3F478EA9E1513BE9E04D89 , 0x6F9788E079604257AA0415037038A0FD , 0x707ACE20D7E2424AAC35DF006E9DEBCA , 0x711AEB58C0EB4037BADD7BF4454538CF , 0x71949C6E2EA14198B17EC1D600F6FBFF , 0x71B2F652EB364664A42B8FBD851DBF7C , 0x72514B1532B64F73A9FBF47BAF255AB4 , 0x72947C0213214597B5339601402088FF , 0x72A8827243414947A808ECA0E500D239 , 0x72CFD1064DEC4B82AF7A258488413A58 , 0x72FE7C5125414792B1C52F53F90699C8 , 0x734792F4F5C645919D0E00AD62E0A5AC , 0x739CE42CEC46425B8660397A8DAA7A26 , 0x73A798034B6545E5BEA76EDC19C9BDBD , 0x73DAB52576444267987E94F9F7103667 , 0x73E3A993D78C45BCAC56957694E3DC61 , 0x73FB23B48CF54AAEABE2E831BE5373D8 , 0x74024962C39346F4AA1D015DCA8026B8 , 0x7407DA3B8EE74616BFA7504EE4F7B484 , 0x741448B5B442448C86BC1967DDFEB736 , 0x74608546C70942319BC629EFF18754BA , 0x7462E5479AB14432AFD61D42B71D6AEB , 0x747C60779F4D4DA5B94D9A1491009880 , 0x74D81FCAE8C9455D939F99854AD1B37A , 0x74DA80176AF94A41A1E564585FD5D4B6 , 0x7587B8731FAC40A9BC731AE9167A44CA , 0x75EBF4513DBB41F2B97365821F8DE44E , 0x7604073C50704EFF91C818A6DD0EFD4F , 0x763D792A5DCB414FADA4732CF4706EE1 , 0x76B7ABE8A51E421DA1D8E557B84C7CE8 , 0x78D558EB2FA6428EBC6837547F2CECB3 , 0x79473E66FB7E47E59446EBE69FCE70F5 , 0x79632A2EEDC249F7AADC9F0A3A5A4180 , 0x796EF3D014244EBBAE3A1EA7850AC0A5 , 0x798BF61EFAAA478B93CDBFBF892188E1 , 0x7A591E406ABF41D3AEFB575BB05425B1 , 0x7A95221257854C32AB7E41C7062D892E , 0x7AACDE62AF754CD29458779F9D9F3BCC , 0x7AB4F209095F479DAEB7052CDA65A52A , 0x7AC2C1D820924D9191107187E2B9E84A , 0x7B1CD1E8D51D4E59A73D04942AFF8F22 , 0x7B5B8413E4AF440780D41A419A972862 , 0x7C0EDBB6FF3545DD9126FB3810BC5B6B , 0x7C431847B2AC46A7A123C7CB431ECD93 , 0x7C6F17798A754C749F038BB588490847 , 0x7CD50EE1670C4EAE902C5BC838E1ECBA , 0x7CFCE24A92BB4030A97E8A352980A505 , 0x7D0912FCABB54CB780653B416C44CAEC , 0x7D29D328F5554833B6FEA2D981B4960A , 0x7DA386DF3BC34C33A1C21DFF2985F647 , 0x7DF70695707044559057EA36A1E018A5 , 0x7E056788EF0A45058D3CF97DA16C6E34 , 0x7E36E27D07E845B4B3E436352524E25D , 0x7E532763A80A4F05ADB8DA0043D5F597 , 0x7E5C164966564DE28FE1AE7E8E113089 , 0x7F575898CCA44B77846D351643C356EC , 0x7F5DFF18E0C14E8F8DAF9F098C2858C7 , 0x7F7401D272EA4EF7B5F5C747C69958D6 , 0x7FEE8B25719F4CF9B28D5C7E4FE14C81 , 0x804D263D5F2D4EC0B2D5CE795E3EC534 , 0x8050CDDF7AD24DF68FB01D40A02CA55D , 0x806C9DD1D06F49F1B144EA80165E960D , 0x80DFAB55380844C4A9BB1149A9DCE446 , 0x81081A5A7D8D4092BFA3DD0C76ED717D , 0x817655206B99448CBD68B3302A622981 , 0x82059CFF6192466CB463468863F2EB82 , 0x8213B54EB6BE405CBE81367C216404D7 , 0x82794EC8142C4BB3AA06990BEA889CB7 , 0x82D873A0F6C545A2A8B3BBB660D2465F , 0x83085583D2C74C21AABF44F458AF75AB , 0x833D8AF3488E467481EB4C9D5345D177 , 0x837B7ECEA3984613A22202C243995184 , 0x8386C89CADA2400E9D3058C3E6C9C049 , 0x83BB33285D6B4232BA9F07752D952C23 , 0x83DF3FE2FABD41A983058AD1B9AEDBF4 , 0x845C2851698245D988F548DD8AF3898A , 0x847964A022C34C3FB1F71177A6FD0A42 , 0x8489CD6CB7CC483AA640A3AE165670FE , 0x849C52D902464254B6EF2CC46F743767 , 0x853793D702254320932E0A825C0E65C9 , 0x8566380E2610463A8DCDB05B25141AE5 , 0x8569886D54D848FFB319A42BB2B84624 , 0x856BFB7659BA448DAE9A5DA237B9C408 , 0x85DA08719E454CE18F73264271862968 , 0x861AFD019F3E4F919DA205741F9195C7 , 0x86AF7236F6CC4F90BD1635F05F17354F , 0x87309ABC6EB8424B90560A9B9A9CD054 , 0x8785560BC9694947A6B451890E261A6F , 0x878E01EB1B47471C9B1296D44CC8AF2C , 0x87C49414B0A541948A27BB8E857724B8 , 0x889C3F1529E94CDF946D121C03E33E63 , 0x88A853F8D360444F89BD1A3D16E2B226 , 0x89839AAA7D03407999E48B093E75A731 , 0x89C7C39B12EF4800AF0649B3A826A1C2 , 0x8A0834417C324B28A7F87FC3D2502016 , 0x8BD51843F8DA4CB28F699C81745710DF , 0x8BEA4EA004D8402DAB1812F89A097FB9 , 0x8C13A50B7CDE40A4900CD955E75FFC36 , 0x8C2481E41A8344B881669094EB365491 , 0x8C2CA16E96074B43AC2494E997313E08 , 0x8CD1FFADEA924F1C8EE1B39ABB8430D3 , 0x8CDA064C1B2C4B92AD8ACB3B9304A660 , 0x8D58B94168F74D86849C1E4F3C43AEB2 , 0x8D9787C3834745A8A7F03525DE9A9A84 , 0x8DA7A25F9351468D9EB15F01D3D11B24 , 0x8DC8C8948FEF421883507EC57BA51377 , 0x8DF3C243B65241C78BCB534B6025F147 , 0x8DF4573B4F3043328FDF4B8EE6C0A1A2 , 0x8E7ACF4D31B24BB389EF016A81B1D04B , 0x8EBF1E333E104C24A16C8B825566FC2C , 0x8ECE3612F7B44FD2BDD16D9C40FEF6F3 , 0x8F1C43AAEC4648C4AAE1044AFADEA236 , 0x8F357A9D134E46D29E293AD00287B051 , 0x8F3652F686EC41559B452C5A87C893DF , 0x8FE918BF3FE54AC99464DF621B9C1E2F , 0x903B64B4A695470AA3CAEF90E59B061A , 0x904066013A1048299ECA7A3AA4BADC8F , 0x90746C98BC364BC4AC071000CBA52AF7 , 0x9093355131A04551A98DFB26DA992848 , 0x90D2D49D95E244CA963853B5C550A967 , 0x90E1C8DA1B1E4A62A3DD3C24AA302BA2 , 0x91D374C99BC34AE7BEAE6A9E506318D1 , 0x9221DB64CBC54FF0BE53254824AACE1B , 0x92D7F2DDEA3A4703899D75F43CD17F05 , 0x92F3492007F04098897664229A148733 , 0x93E012735E1F423F9C55286DC1F61059 , 0x93FA3FBA27E84C909866FDC267717208 , 0x944E3B9213DB4ADB8F7F21FB5B50BBCA , 0x94A2B191EA5343E09CEECD0B5BF5442F , 0x95011EDAD50A4BFE904E2FF01BE1AB11 , 0x95511A5184D04B928CC5930656BCF18F , 0x95788781C1894E5EBEC7D316A90E728E , 0x95D06322EFE8470BBE34CB40D98FF8A0 , 0x962243EA5D324D1282E88D6D625A1E70 , 0x97313AD97C20496FB2AFD0C0B79DF372 , 0x979A192BF30446F49F4C4B638B3417F9 , 0x97CC482CF3FF4C4CBD5618CA026AD75E , 0x97FE1C5C07184FAA83FF24A3024E088C , 0x9841CB38EFE945399E3B75D39C3E9BEC , 0x9863ED19BFDB4A839683AF93B164645C , 0x98873D2C50454DFDBBE6F901DC8B8690 , 0x98ABBB4CF2134A918F666DA5A2E96FE4 , 0x98C6688BCB444CBD98C8CD1A636D76DE , 0x9A08A471D1554E4D98AF5AABC1A39495 , 0x9A10CBDB98F441B6AB4B95A14B1DE64E , 0x9AA342D79FC246E7BF3FB88DD627458B , 0x9B18E0F363E14A11AF3DB532EC513FA5 , 0x9B878E70DD9D4FB38496E8D5ADF5CA8A , 0x9BB40045667440229284A2A5A49AFC8F , 0x9BBA97D60F4C447FA1452EB6E1DA9A76 , 0x9C7D98D6ECA043D1944FDCEB07CF84DE , 0x9C84B446F04C4CDAA2EB6ADEC397A751 , 0x9D35225392F14A8A91FD3FE4D3E4B2E2 , 0x9D70CD3F428B47988444067BEF2FEB14 , 0x9D8094E327FE44A6844669EADE9F4575 , 0x9D86050731FA43209D2F20209835E424 , 0x9DC8B1CEF16E48B1B369C66F3F079F0B , 0x9E4D8BA0BC854C0F83401A6F1C653E82 , 0x9EAACAA0A47942198AFE1BB4B4771535 , 0x9EACD972F61B4B44A8EF9DEB57AF8BE2 , 0x9FA306C764344CF2A08BF02D94840004 , 0x9FB345E9109145D5BF6FECC71FB12180 , 0xA01797397FC74077A9AE6C9D301BFAE9 , 0xA036A1692B0A4A5B8D05E87213341A7F , 0xA057E1F624CE47398F8830F46D6DFB30 , 0xA0825B70E375434096B4D350EE1B5769 , 0xA0EA93CAED694B4E996C471C18CA245D , 0xA10F55373BD6419A8090714D6C84E36B , 0xA136B29BBC7445698FAB1FA6A71E1578 , 0xA1535ED5597F45FF89A21F4B6C4C5B87 , 0xA16D92237AB9441AAB63138B567888AD , 0xA1C07A3F40DB490EA27A1444240033B0 , 0xA1E5B3979CCF44AA869A4B0F4B7BF7C8 , 0xA2C5E8D8D0A54ABB8C3475FB1F2F1C6B , 0xA2F08C8CBBEF44E39B57E0E0FE86D881 , 0xA38759E09D8648DDBF06C1B9A0499340 , 0xA3B1881AD77A4C3BBE650A69601DF9FC , 0xA49E2C96D51E452A9C826326D0E7A35B , 0xA4BB0D020AB34E9A8E38FFC9F4E362EA , 0xA4BED51C41434299817A48ACC8861251 , 0xA51DA365CA21496191A003F88438A996 , 0xA668083906F845E4BB6981552093C81F , 0xA6B68354D89B4A9EB857E0B3213F6CE7 , 0xA6BDD777717742CBB24910F2445E005B , 0xA70B0A7B8D3442579A8FA4C3C374D233 , 0xA7B05FF5057A4D4C876E6CA794B7FA08 , 0xA82938812529460196AAEA9C4040DBD2 , 0xA83FD9A654A9477FA8BA1F5E19CB7828 , 0xA90319796686407B9795490FBC7029FE , 0xA907FFEEAFDE4011A7D7A850EA4A4586 , 0xAA0633837D8044D2968E25CF48B70685 , 0xAA2CFF4F43EA45B8AF20D545EA6E188A , 0xAAC364FE86AD429E8F9D47CDC254AD3C , 0xAB809F3135914F09B080A55EF7585888 , 0xAB845FE1FD8047F8ADE92CC8BE8E8C03 , 0xABCBA9C99428440497B5C713071B2430 , 0xABDC821DFC124F4BB3F103BA037B8A1A , 0xAD7AE348DC854EFDAC7F811EDE30B25A , 0xAD8B04D5AE6E480FA06CAF45282E1A13 , 0xADB037322BEE43E9BFBDAA19C04CEB0F , 0xADB42016585941A3982EFE96F98DC6E9 , 0xAE1FB46290FD43EA8D7B3C4B73E072DB , 0xAE3DBFC834094EEE98417B3445D0D66D , 0xAE8ED899F67B4A64B8097EB389BD2608 , 0xAEB365BCFB61417AABBBAFBC5DC0FB71 , 0xAF6DBE923FE54ED3A4A8BD078210F6F9 , 0xAF773AE6214B4121B82455A673CBA897 , 0xAFCC10D5FBF14ECB833795BD082EC0AB , 0xAFEBAE725AFA4B2B91EEF655649A543D , 0xB01A3B19EADC42198DF31CA1F117BC4C , 0xB068C8733E6D4375B4D47487242D4AD1 , 0xB178B16C331C4BD7A41F5B1B720DA49E , 0xB191585D57FF41C7B510065AA4CA4675 , 0xB1A7190FBA99439D91838C43CEC2030A , 0xB1B9FDEE08FF4C7B8A847DD96D95595C , 0xB1EE1B8A5C4C4C018F51202148A00583 , 0xB26FD0510D574EE7B0C9591C98D9C61D , 0xB2CFDD9C4984491EA2CF398380FBBF5C , 0xB2D045DFEFD8447FB20E3D12E6E605BD , 0xB2D7EE3218D14BDF822965986695D098 , 0xB35482055FF64614A72D8E6B4435A79A , 0xB3B20306C4CD4C38A9D96201661FA19D , 0xB445EFB7F118478599E42455EEDFC436 , 0xB4B64ACC90C6411482FD9DB6C8F96F49 , 0xB4C15976871847E9A8D98346F8DA3C55 , 0xB4F81406BB7D4C3E8BF8C45C71108E87 , 0xB4F8AD5AABA14D52987DA89603D9ADFE , 0xB5AA285F670F42849980D598ADA23EF7 , 0xB5E7BC5A11674771937219FAA177EB50 , 0xB6834B9BFD4A4F8F8AE1755B9B11C6B1 , 0xB69C189B29B14092A20F2A1166B95D0B , 0xB69C416D9400423BA0D644DA2818F410 , 0xB6A7C0058B4A449EA7DDCC08CD0F301C , 0xB6F665C210FD4B9B9848E5B33DD37727 , 0xB75A51B5075E495F8D4F31E043346928 , 0xB7ABA5C037FE445BB1C88D6676EB5671 , 0xB7FE95C53FF24DDC8321BF596A086E3D , 0xB821B28CD9934BFFA2509288187C905C , 0xB86222761D59446796E71081FAFA78D5 , 0xB874C82B895C44B09CC94E5C24A77563 , 0xB8794A4D83584C79BA892A0F5814AEB6 , 0xB8C824B84E344A51AAA751B34EA3ADE8 , 0xB8FE6EF6A6484429AFEEADEB303B5E8C , 0xB93CA20F782244809E4109233BE785BE , 0xB98156E018A74ACBBAF0F1D602CD89B6 , 0xBA164DF884CE48EB92E8FE92FD226146 , 0xBA3D6CC68ECD458094A470C377ABA7A3 , 0xBA4C016BA9064AFE97EF3BD42079A728 , 0xBD756DEE9BBA4D60B07D138DBDB64E4E , 0xBD964333BD904E599616C2DB42751180 , 0xBDFAC1517F8048668F6EF9F535572B9E , 0xBE47D99EE46D4E159DDBCE9CF878EACF , 0xBE57B85860A84D41A778C879770B7984 , 0xBE5A036021484E7C9C2F2446E8F73432 , 0xBED1331D6EB242ABBF04B63630C8C4D2 , 0xBED2D0FC0B014410A5EF5D664609FC0D , 0xBFCD7D83E3824F00BA86A7BF80940C88 , 0xBFEE081E308A467D90F51A6B163EE61A , 0xC02B5C2491064157A0814723455E1B6F , 0xC063D9FA162E4A7F908308C99DD17687 , 0xC0CB14A9F82A44F38BC093A3362E09F0 , 0xC0CF79C9C89A48EF9F9A6E7BB346F53C , 0xC0DF34C6367E4AB6B4E41C6B27E452C1 , 0xC1C2D28F30304F86B4B1307FC726ED47 , 0xC2305E49C44447E98A34C2790872E4E6 , 0xC2A3573B7A8D4C4F9626AFBCEB45BF5B , 0xC2CD843A111E4F8092310788318AFC09 , 0xC2F46F2FC6304B89B6A26B3131DD7C90 , 0xC3309E1A37934376B8FD8F0EAB389E12 , 0xC330F8BC4A8B4A8F99A50E140637F1EC , 0xC333A48256F14130A7CEB14F72AF6B48 , 0xC352124887DB446ABD73049426070194 , 0xC35CB44D97B945818AA4BADC1B75A09B , 0xC3F7F4BE2CC74590A02873567380D6D3 , 0xC3FD22DEC65A42FFA3373EB5E2D88D43 , 0xC4DB30AF03E348968D5D2B39210A65A7 , 0xC4DE8A193F394FF6B5244E01BBB713B8 , 0xC4E218AAE3D04964BD6D64A875EE421F , 0xC508195E023B46A588DE25236CD85DAD , 0xC5281722DD3B4B5E96557B54B0099E2F , 0xC5ADE040A70D4F22B34CAEDC3D93C441 , 0xC5BC52851DB7466A87FACEC1A4A4CF9C , 0xC5FC0999F6C34BE3BE06B6AD4BA126E8 , 0xC67A615BA6534C86A996EED104F7B73D , 0xC6ADD2C226DC49C28ED322602D6710E0 , 0xC6C244FECBB04C999BFF987241025147 , 0xC6DF0B298D2C4B4EB24694942299AD52 , 0xC702036A9BCF499BA4878FAB1225F73D , 0xC73584C0BA21456A96E91F0DC162D207 , 0xC748EA768366437CB2944218F422B5C6 , 0xC75D4823573141F8AF057DC0E11FE456 , 0xC79EAE580F1E49B6A3105EA7BEDB85AB , 0xC7A110B7ACB64349B162152ECAFAE903 , 0xC86C3C9567D24D54934A8937FDD264F5 , 0xC88DE4D3A41C4185A33338EBA4EDDA2F , 0xC8EC2E4C062E4021BD7C7166442873F1 , 0xC91B25FC051E458AA7D52A63CBCEB487 , 0xC9473F029A1A4A78B4A89BCDCCE13B77 , 0xC9EAF8E60420463486D7655C0A51DE1D , 0xCA36208D282346B3A697A10104C5BC51 , 0xCA38202954A4447B8DF8AC2BD3709CA7 , 0xCA9C0B81264347A894630408AA3962C5 , 0xCAAB55990B6541CF96D4D0E23BAE47BA , 0xCAF0D1A8A04E420E98A0468382F869A0 , 0xCB1EDEFEFCC341A287E7AF4D3325E975 , 0xCB7842846BC04FEFB886D3D994BD3919 , 0xCC0B9D31DB3C49F0AECEADBA1584B210 , 0xCC3A6C37198B4653B8A6EC370130B625 , 0xCC3C9265C1004C118F3B0EDCB8BE30D0 , 0xCC4AAD47BE664CCA85D59D0D3E04C370 , 0xCC712B05D84040F5B6BF4EDE47807855 , 0xCC816DD328F2425DA121ADD31EF87145 , 0xCCB31EEA31424251A9FC28CE43A8F50E , 0xCCD9066175B04394928DD9724466B232 , 0xCD27B8EBA772438D9B93A44EDABDE12D , 0xCD95379199A5406D9C46ADD05F4C8BFA , 0xCD9A09A12E474BB78A0BD8172EB39ECA , 0xCDD2EED9E395448A93D21AC5184B9608 , 0xCDF27EBD62244782AAF73853A6371F20 , 0xCE5793F674024403884FE3EB8E4CD056 , 0xCE8C0C19B0DF40D9BAE99120DF6C7CCB , 0xCE9D3F65442348A291D3EA1866260111 , 0xCF201C50058948248D8DFCEA1D0C1F03 , 0xCF85813F532E4972AC69189B9516A94F , 0xCF85821EEDCB4E65B5882EE55DAF5781 , 0xCF87D9E481A8420491943B5F566C381F , 0xCF9CA6EB4A8F4C1AA51078E31480C385 , 0xCFEF3B0B7D9248C994F0D80D82FD6226 , 0xCFF1C518B0284AAFA7984A833961651A , 0xCFFD568823BA4FC0B5D0CEBDD1CE4C51 , 0xD0113785D82548C5BB57686200F85125 , 0xD034064CFA704468BC2C2D7035E2B0F7 , 0xD09A31A17628445E84736E3C7EF33851 , 0xD0AE2F4E166A468C99925A0A6CB05BC9 , 0xD0F06E053B44458DBB2A0CF006E23683 , 0xD111A4ED259949168D6DE0EFC59A7D22 , 0xD1EEEEB7F2BA4FE7A9F9B2360D5E47D6 , 0xD2AAC8558344419BB258C74197F5ED9D , 0xD3624F353E4B451DA71497342E37F597 , 0xD40E51054A8E454CB29B9BCBEDF6F65A , 0xD461EC4781A843CAB70CDAF66C65199C , 0xD48120E751684DE39AAF6E0288FE60EE , 0xD532F308D54B45EF99B267BF10C57E9D , 0xD54539EBB0BB4EB59A7EE95AF2C4BAAC , 0xD55F4CEEAB2C465DA83204D5E062E157 , 0xD5676FC0F1F646E599DB3A444079AEE5 , 0xD57F92A7BB7147A2899AA10333E95942 , 0xD59B828CF55148C6BB77DBD3D5D94E55 , 0xD5CACE4CB0484E41A54D8E5607003C8E , 0xD618992A7D634A48A3F42BD47CB67F91 , 0xD65AEAB29E4B44B58EABE5880ED888C7 , 0xD6A2D5D8F19B482B8B6126678687995C , 0xD6D17618ACAE4DBA9CB128AC2706AF16 , 0xD6D86C51EBD643BCA90B0E65096AF1CD , 0xD71DCCA83FBD403AB43287B83F2C819C , 0xD752E882DE7645EB8AD0B6D20DC118CF , 0xD7E8715D345F43E9BCB6071AC13F09E8 , 0xD838642BCFD2403CB57E35AF54A340FB , 0xD84E73DC873C4386BD111E655CAD11CE , 0xD85D5017002B4B0EB6BA7CF4D199EE55 , 0xD880C838B79C41B4B112B34D81825464 , 0xD8B824ABCA80447087EDC9C65BE9DAA3 , 0xD9AD9BC07D9448F0B0B59E95BCC67D89 , 0xDA4DCA725BD446D8A39629BA6AE40A5C , 0xDA9061E2F1EF4C4FA4688C85AE4DD603 , 0xDA93F47604F64A8DB09D293A26096AD8 , 0xDA9CBA7C3BCD4961941A3A23EB2CE26E , 0xDAE677519F5F47D2AB6FE3E085036063 , 0xDB0D7D9964294FC0A84D9A7098503D71 , 0xDB9BD1413CEF4F12B524BC5F99E4BC45 , 0xDBD660F43048485EAA18F15BA70E2DAA , 0xDC32FC3C05004892BED6EF45B8EE491D , 0xDC5D00D7416C4D2A8B908E16E91B6D1E , 0xDC883923ABCF4CFAA6B0644820009EBB , 0xDC952CDF32D24C109D88B99A84318AC6 , 0xDD53462FD3D3462A93F2E4A1A3547E6D , 0xDDB799F5B74C4C98AB8694F9D23D0073 , 0xDDBE1194A4B74F98BFFCBCFB7F605798 , 0xDDC890050017413AB17F7452D67BB700 , 0xDDDD0F583BEB464AB768CAD55EB60D01 , 0xDDE94EA94032443B9972E792F40D27FD , 0xDDF81CB1925C49AABEBDD69584017C9E , 0xDEDD8BD364C14C2BBD27D0ADE6534A9C , 0xDEEE243E7E1C47AA84DA8A918B6B53C8 , 0xDFD4011FBE3D4E328D6597636DA5BB93 , 0xE057C3301EFF41CB80F4C75504ECF30E , 0xE05E1560F9A5436C9A8F18AEFC1F193E , 0xE08D5535BD5B4CA593AE61B710B78113 , 0xE0C4C4ECB8FD4F7AB8B09313C21BF444 , 0xE1153E7792A848108B4A3A648FA3308C , 0xE12095AB0F044138985C335E2BE04ACE , 0xE146914CCC0448EBA1744B3C905A10D7 , 0xE1CB39471D1445BC92BCF4BA69124CF7 , 0xE24C89C1B0F6408591D704097848C877 , 0xE277C27A74F24D74966B90A8B22BE104 , 0xE2DC4C0BECC24226BEE305EE0F4C759A , 0xE2E9C43BC19342C2B7BFEDE713D921F8 , 0xE2F150F06DC34E42993E7CF6048A4556 , 0xE34F8A97FB30448DB110740D4DC45B09 , 0xE395E053308A48CE8782EADD4A5C0D1E , 0xE47D04E31B3D4A47BF25D0F5F545BA12 , 0xE47DB1DD17154232B1C37346B2366AD1 , 0xE48EEFED14B644A9806A5ABCFCD73E7F , 0xE4BE3AF00287447681800FBC58FD2BAD , 0xE4C8553DE55549DE84EF239241C111B6 , 0xE4F316F16A274836A75BFFA0CC54BBC7 , 0xE4F9A7846B8A4B8A89E86BE3AE854AC4 , 0xE5FDA7B1A0AF4E90891435E7B57479F8 , 0xE63AA16A244041A5B6312F69DBF73E77 , 0xE64298DAEFF24D9FB99B38F73C6E499B , 0xE7185F063E81404A97FFB7AEC5DED5C7 , 0xE87398717CC4404A91DD72A1CA1BEA4B , 0xE8C8C3FD9105421B81A59AFC0AE3109A , 0xE8DFC7D9CBCB4768965C76A92D98D2D9 , 0xE9467D4A59514ABB9C220C0EAC2A4EFD , 0xE94C714DD1174C07A03DE0E9A1930E71 , 0xE977F7820B97441ABCFE8FAB11EED316 , 0xE99F1A41956A4F5E8628B678E398E41A , 0xE9DC974193E947CEBE057B7A3219D2E4 , 0xEA507708620B474B8AC1945FF1BFD4DE , 0xEC07675F237C4B6F88375F669F40C416 , 0xEC48344756B64DC8895CA0F39CC9AFD1 , 0xEC555BCAE6BF4709829E2D5EF208806D , 0xEC7394C67ED249DAB06F9CC44C9A2B09 , 0xEC87571F6FA4427B9A981FFE261A279D , 0xEC909E866CD443C09A61AC5437DD199A , 0xECB46F56756043F9960090266C6111DC , 0xECB62FC0347F4456A8BE54B3C547AC09 , 0xECCAD13460E145EFAC593871B791ABD2 , 0xED292BD913954DA894408A2A4F1BA262 , 0xED3BDE870CEA4165A90D060AB9E9596F , 0xED47CC2EE9C7455599107775B9185B71 , 0xED7A52C34FD54E27AEC1C2A4FC3794A6 , 0xED91F7376BD54AE69FCD885BF4D32B21 , 0xEE154084E98143C79203BD82C717FE9C , 0xEE1B99277FC14C329F7A874CBCCFE167 , 0xEE60A7AE0FC34C1F882D152E70A6A401 , 0xEE8A73BD159F4E2FBE00A5DC96158E7D , 0xEF6F6ADE8577455EBA73E19A367DC8B5 , 0xEFA73E383363430C99521951B9880B0B , 0xEFE06E34B5924BA6AA5CEB36FE07DFF1 , 0xEFFE7E6118B84E3C9A25CBDFE2903BE8 , 0xF028A866680C4C05848317D1C1E77CEC , 0xF077E3CC9A324774ABB6CD51F6A78BEE , 0xF103D167EFFB46BEA5FFC3BE437B6AF1 , 0xF14CC551EF044C6A90A80453DB2E4AE4 , 0xF164459A28DD40CCAF354DE04A184554 , 0xF2381065E4A14B9D97B8D6E5EF76BB58 , 0xF26ED72A78224E039E3C803B0FD76400 , 0xF2B54279554649EC9FAE8154F799E7B1 , 0xF2D38EDA6A184361A4EA97A33A1B07FB , 0xF2DFA5F595EE445288BAAA5BEE5569BD , 0xF2FD926A83EE4543AC066338631C61AC , 0xF3026127DA8742FEAD8E7F1FDB7F65EC , 0xF308D25AB72D401A90661F497135736E , 0xF3299586DA83433FA100F10626713DF9 , 0xF3411554C89D46728137D0C5A86F7878 , 0xF474BEDEA62D4A53B963998157005FF3 , 0xF489D6F3FE674FA8821178B8A8BFF4C7 , 0xF4C646A34A7047BE9F567EF37E0071C5 , 0xF4F6F810C6B24CD89FB0237E72FDC361 , 0xF505E86B627E4EC7A17E90A2469C3761 , 0xF544FF0A399B4BB7AB0C72030BF4B0ED , 0xF5564CBC6D2C47EC95ED7A76C53FB08B , 0xF57AB7AD5A5C411E8EE2494DAD12D1FF , 0xF7275334A23A4B5B86033B6D17EBF19F , 0xF7B35E4C09C448FFA61893AEA8050EAD , 0xF87F7426443E482C86916D1D63E88056 , 0xF90217FB98D64A869744E4E09AC05BC0 , 0xF97CAA237C294498B3AF603EAA8D3363 , 0xF989DECED84B4F289326C5549F63B236 , 0xFA71C118F9AD4BD484F6B3A33163D138 , 0xFAA80431EA3E48D69A38D6799A8FCE89 , 0xFADABA2376494B08BDC511421B6A311A , 0xFB27462615B64401B36B3AE0C4709EBF , 0xFB299E76FCE243AA8BF54A5E6285A655 , 0xFB46804470654A8596C47F0A2C40179B , 0xFB881B050804476897098861E68D745E , 0xFB88C0796AEE4B11B3F28E8F5FE6FD8C , 0xFBF48885AF454151B05EF13AF1A59B7E , 0xFC0059158E8849EE879AB9F775CA616F , 0xFC5A03670CF94CDE80A990EEA0DB8E18 , 0xFCF13F0BEDCC4ACBA1FBD449576256DC , 0xFCF601EB43374A5BA5BB0D1D0E4C81A4 , 0xFD23B9A0FBA645699CCA21B095960FFC , 0xFD302A1D1703488886268220958EC59D , 0xFD58D88554A24CFCAC45AAAB8EDB8944 , 0xFDC35788D8614FE4B4ABE3487433182B , 0xFE783E0B554C4B549DAD61E3683EB396 , 0xFF47575010874DD6B0D222DE992A55DB , 0xFF5738DE6F444983939780CA7929CD68 , 0xFFC6D6B369A84DFDBF7D1B9350917575 , 0xFFD1F0C23D9A4A6791DA9BF9BCD6BB73 )));
Copy
2.65 ms (0.22%)
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` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"r +éJ8NÜî\x11 «j■*Øu "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x00 D@Ý uFq©¿y¢·_¼ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x72202B824A384E9A8C11AE6AFE2A9D75 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x004440DD20754671ADA9BF79A2B75FBC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
2.54 ms (0.21%)
1
SELECT s . product_number as product_number , lower (hex (p . id )) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p . product_number = s . product_number WHERE model_number = ?
Parameters :
[
"1003030847 "
]
SELECT s . product_number as product_number , lower (hex (p . id )) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p . product_number = s . product_number WHERE model_number = '1003030847' ;
Copy
1.47 ms (0.13%)
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` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"ÉÛN\t Ö@╠í¹p>>zÄ´ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¦░5╩ \x7F OìÑ╣Ì\x1C\x19 ³\x1F \r "
b"¦░5╩ \x7F OìÑ╣Ì\x1C\x19 ³\x1F \r "
b"þòyW@nCEØø╚└àgıV "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"¢íDűD׫xÓm=ð}¾ "
b"\r U.\r \x05 ÈGó¦Dv\x13 ÛTc\x14 "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"I-êɯªE÷╣ìv\x10 Ðk²] "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"\x07 äxN\x13 $C╔½\x13 6|Ø╩wk "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"\x07 äxN\x13 $C╔½\x13 6|Ø╩wk "
b"N±ÀSÓOL¢ê4l>9═PØ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"ÅßšyéNEÔ‘H\e #\x06 j\‰ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b" ²sëͨL?œ·Ü\x1A 8*Ëç "
b"¢íDűD׫xÓm=ð}¾ "
b"ض¡ªôÐMl╝ð\x1D\x04 uÜb "
b":¼R))8Hɲü\e 'ý=„! "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"¢íDűD׫xÓm=ð}¾ "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"ƾvï\¶L…¾\x10\x15 @\x1A Ü}0 "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"‹þß2ºH@;¿êW\x15 î-,Š "
b"¢íDűD׫xÓm=ð}¾ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"ÅßšyéNEÔ‘H\e #\x06 j\‰ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"º\x14 3¬\x0E ÅBϸ)…\x04 ®Öoë "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"¬\x18 ðˆæ2A\r ‡ÄeéÇ(–µ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"B¡|Äd|Bp¢•è.·±‚\x04 "
b"ƾvï\¶L…¾\x10\x15 @\x1A Ü}0 "
b"6zß\x1D\x00 ©FÌ„Å/:Ÿ!\t I "
b"¢íDűD׫xÓm=ð}¾ "
b"¢íDűD׫xÓm=ð}¾ "
b"N±ÀSÓOL¢ê4l>9═PØ "
b" ²sëͨL?œ·Ü\x1A 8*Ëç "
b"¢íDűD׫xÓm=ð}¾ "
b",ƒAtÑÁN¶£"\t ·z•Ná "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"G÷wu1Aó½‚.\x16 ö1\x08 6 "
b"þòyW@nCEØø╚└àgıV "
b"¢íDűD׫xÓm=ð}¾ "
b"P_ÌPŒNGë™Øäb\x7F è½2 "
b" ²sëͨL?œ·Ü\x1A 8*Ëç "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"Ãd>Éô.B§ö±ZSiÿÝf "
b"å<¾c3ŸGD€øðœþ—ž_ "
b"ÅßšyéNEÔ‘H\e #\x06 j\‰ "
b"B¡|Äd|Bp¢•è.·±‚\x04 "
b":¼R))8Hɲü\e 'ý=„! "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"i^\x19 º@Y@Z¥Å²éÒOÈ\x10 "
b"I-êɯªE÷╣ìv\x10 Ðk²] "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"¢íDűD׫xÓm=ð}¾ "
b"\r U.\r \x05 ÈGó¦Dv\x13 ÛTc\x14 "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"G÷wu1Aó½‚.\x16 ö1\x08 6 "
b"1\f ¾É'•L\x1C ¥ÖŠ:Iµ2Ç "
b"Ãd>Éô.B§ö±ZSiÿÝf "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"ÅßšyéNEÔ‘H\e #\x06 j\‰ "
b"|¢'fý(F³—\x12 ’Œ×{\x16 › "
b"ŸÂ8½ù¯Oy€×ñÍ\x11 ‰èÓ "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"þòyW@nCEØø╚└àgıV "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"B¡|Äd|Bp¢•è.·±‚\x04 "
b"î■╣UìRN\x17 é~ÃÆI,æ" "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¢íDűD׫xÓm=ð}¾ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"i^\x19 º@Y@Z¥Å²éÒOÈ\x10 "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"õ}È5o\x05 @\x04 °²®‚%~j´ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"¢íDűD׫xÓm=ð}¾ "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"¢íDűD׫xÓm=ð}¾ "
b"\x07 RQîEdM\x14 ¿êâüå\x00 s "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"¬’ý==.G’”i¦W£`ç "
b"¶\x07 »\x01 ¦\x19 Koª¢\x11 ‰ùGBV "
b"þòyW@nCEØø╚└àgıV "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"vx\x0E 忀BªµöWM~%ÜÓ "
b"¢íDűD׫xÓm=ð}¾ "
b"vx\x0E 忀BªµöWM~%ÜÓ "
b"P_ÌPŒNGë™Øäb\x7F è½2 "
b"\x01 ¹üƒºWD╚Ño▄\t ü8\e ® "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"ФiÑc>Ga—>-ô¥4vn "
b"ÉÛN\t Ö@╠í¹p>>zÄ´ "
b"¬’ý==.G’”i¦W£`ç "
b"¢íDűD׫xÓm=ð}¾ "
b"\t g¨X\t ÃA?”± \x7F ¾z\x12 Ô "
b"Ī^†$ÒK0°1."p\x11 bÖ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x07 äxN\x13 $C╔½\x13 6|Ø╩wk "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b"®üú\x11 €cK¹†5E*ÒÜÛ÷ "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"\x07 äxN\x13 $C╔½\x13 6|Ø╩wk "
b"""
%ÔF`\LB\n
É\x12 Jþ├#I\f
"""
b"¢íDűD׫xÓm=ð}¾ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"£\x16 è—.\x00 A¿§VÖ÷¬Â>} "
b"¢íDűD׫xÓm=ð}¾ "
b"ùâ\x05\t DüIŽ S\x7F ÛUË£} "
b" ì÷▓mÇD"¼Î¥+F¨0¢ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
b"é±Íq\f\x0E HŠ©{\x04 mmïB1 "
b"3Å\x13 I┤\x1F Ic®`áºD─0ï "
b"XÅöÁûc@┌âU┘G \x03 ┐¨ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xF9E2050944FC498EA0537FDB55CBA37D , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x90EA4E0999F040CCA1FB703E3E7A8EEF , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x25E246605C4C420A90124AE7C323490C , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xDDB035CA207F4F8DA5B9DE1C19FC1F0D , 0xDDB035CA207F4F8DA5B9DE1C19FC1F0D , 0xE7957957406E43459D9BC8C08567D556 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x0D552E0D05C847F3A6447613DB546314 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x492D8890EEA645F6B98D7610D16BFD5D , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0x0784784E132443C9AB13367C9DCA776B , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0x0784784E132443C9AB13367C9DCA776B , 0x4EF1B753E04F4CBD88346C3E39CD509D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xC5DF9A79E94E45D491481B23066A5C89 , 0x588F94B5966340DA8355D947FF03BFF9 , 0x20B273EBCDA84C3F9CB7DC1A382ACBE7 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x9DF4ADA693D14D6CBCD01D04759A6220 , 0x3ABC5229293848C9B2FC1B27FD3D8421 , 0x25E246605C4C420A90124AE7C323490C , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0xC6BE76EF5CB64C85BE1015401ADC7D30 , 0x588F94B5966340DA8355D947FF03BFF9 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x8BFEDF32BA48403BBFEA5715EE2D2C8A , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xF59522A887F947D8864E42C4EBC39266 , 0xC5DF9A79E94E45D491481B23066A5C89 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xBA1433AC0EC542CFB8298504AED66FEB , 0xF59522A887F947D8864E42C4EBC39266 , 0xAC18F088E632410D87C465E9C72896B5 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x42A17CC4647C4270A295E82EB7B18204 , 0xC6BE76EF5CB64C85BE1015401ADC7D30 , 0x367ADF1D00A946CC84C52F3A9F210949 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x4EF1B753E04F4CBD88346C3E39CD509D , 0x20B273EBCDA84C3F9CB7DC1A382ACBE7 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x2C834174D1C14EB6A32209B77A954EE1 , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x47F77775AD3141F3BD822E16F6310836 , 0xE7957957406E43459D9BC8C08567D556 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x505FCC508C4E47EB99D8E4627FE8BD32 , 0x20B273EBCDA84C3F9CB7DC1A382ACBE7 , 0x25E246605C4C420A90124AE7C323490C , 0x588F94B5966340DA8355D947FF03BFF9 , 0xC7643E90932E42F594F15A536998ED66 , 0xE53CBE63339F474480F8F09CFE979E5F , 0xC5DF9A79E94E45D491481B23066A5C89 , 0x42A17CC4647C4270A295E82EB7B18204 , 0x3ABC5229293848C9B2FC1B27FD3D8421 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x695E19A74059405ABE8FFD82E34FD410 , 0x492D8890EEA645F6B98D7610D16BFD5D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x588F94B5966340DA8355D947FF03BFF9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x0D552E0D05C847F3A6447613DB546314 , 0x25E246605C4C420A90124AE7C323490C , 0x47F77775AD3141F3BD822E16F6310836 , 0x310CBEC927954C1CA5D68A3A49B532C7 , 0xC7643E90932E42F594F15A536998ED66 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xC5DF9A79E94E45D491481B23066A5C89 , 0x7CA22766FD2846B39712928CD77B169B , 0x9FC238BDF9AF4F7980D7F1CD1189E8D3 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xE7957957406E43459D9BC8C08567D556 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x42A17CC4647C4270A295E82EB7B18204 , 0x8CFEB9558D524E17827EC792492C9122 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x695E19A74059405ABE8FFD82E34FD410 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xF57DC8356F054004B0B2AE82257E6AB4 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x075251EE45644D14BFEAE2FCE50073A0 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xF59522A887F947D8864E42C4EBC39266 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x588F94B5966340DA8355D947FF03BFF9 , 0xAC92FD3D3D2E47929469A657A360E7A0 , 0xB607BB01A6194B6FAAA21189F9474256 , 0xE7957957406E43459D9BC8C08567D556 , 0x25E246605C4C420A90124AE7C323490C , 0x76780EE5E68042AAB5F6574D7E25DCD3 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x76780EE5E68042AAB5F6574D7E25DCD3 , 0x505FCC508C4E47EB99D8E4627FE8BD32 , 0x01FB819FA75744C8A56FDC0981381BA9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xF59522A887F947D8864E42C4EBC39266 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xD0A469D1633E4761973E2DF4A534766E , 0x90EA4E0999F040CCA1FB703E3E7A8EEF , 0xAC92FD3D3D2E47929469A657A360E7A0 , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0x0967A85809C3413F94B1207FBE7A12D4 , 0xC4AA5E8624D24B30B0312E22701162D6 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x0784784E132443C9AB13367C9DCA776B , 0xF9E2050944FC498EA0537FDB55CBA37D , 0xAEFCFA1180634BB98635452AD2DCDBF7 , 0xF59522A887F947D8864E42C4EBC39266 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x0784784E132443C9AB13367C9DCA776B , 0x25E246605C4C420A90124AE7C323490C , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0x588F94B5966340DA8355D947FF03BFF9 , 0xA316E8972E0041BFA756D6F7ACC23E7D , 0xBDA1448FB6F1449EAE78E06D3DD07DF3 , 0xF9E2050944FC498EA0537FDB55CBA37D , 0x208DF6B26D804422ACD7BE2B46F930BD , 0x588F94B5966340DA8355D947FF03BFF9 , 0x588F94B5966340DA8355D947FF03BFF9 , 0xE9B1CD710C0E488AA97B046D6DEF4231 , 0x338F1349B41F4963A960A0A744C4308B , 0x588F94B5966340DA8355D947FF03BFF9 ));
Copy
1.42 ms (0.12%)
1
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x02 Ë\e\x1E ²O@¿ì─ímÂ/ìS "
b"\x02 þ«\x1C T\x17 E*—"óX[iÐè "
b"\x03 `¹\QñB¾ˆ42›Ã¯¦à "
b"\x05 kWú\x7F\e NÎîëa\e 5Øæ% "
b"\x05 üvò\x1F\x00 HN«╚┤%\x0F ¿ë« "
b"""
\n
ó·àWuK¯Ÿ5‹`œ‚܆
"""
b"""
\n
ö¯þÆ\H…´\x07 g‡\x10 ˆb?
"""
b"\f ì\x01 !l¬D2äÙ┘#▓Ô&! "
b"\x0E Ž\x19 ùð\f C—¼ÚDîÊRX¡ "
b"\x0F `õŠ?‰OȬŽÊ¨ÿà)1 "
b"\x11 –\x11 ÀE‰Gx—ާGÖ\x02 I\x10 "
b"\x12\x0F ÛË\f &B9▓1ñ\x06 Øõ╩█ "
b"\x19 3OiìÁ@¬•ý(^v=”“ "
b" '-┼ÿÌF┤ÿ┴¥¨7ü\v \n "
b"!³éÙï\x1F Ap»Ö\x1C ¨={…ƒ "
b"$\x1C ^\x0E ¥BŒ„\x08\x12 žFüЛ "
b"$X0X¨gAgÜÁ&ïGÅÆ│ "
b"""
%Æ”Ÿ\n
áAG‘Cf\x16 Bˆ+;
"""
b"%ñr\x03 ×ÌH'‰_q\x00 E{¸m "
b"*+\x04 ÓDÖF\x0F ••²¼§dˆ\x12 "
b"/Ôêrå┴LØ£ÉpJ,ëC\x07 "
b"1\v ô‘.‰MF¤\x1A ¶eT¥\x1F 8 "
b"7Ëm\x03 ˜$C†»‡š¦JÖÎ\t "
b"7øDÖ\x14\x7F Nú¶cÔÝÖ…Öï "
b";»\x0E é:Ø@\x0F é3)\x08 ▒§91 "
b";üWz6$Mi‹GTú,53d "
b"<C“\x0E óÛB[•O·á'Pqë "
b"=›Ãr3ïJÌ¢tèÇÓL\x14 @ "
b">¨çö(ïMs”ÔáEv¬\x19 Ý "
b"?)5·&|O°¸\x0E PÇt\\x13 E "
b"@Ðýd!ïI䢧ÿ&þ8ý; "
b"@Ü:$A»GÒ\x15 MÆ\x05 ;ö¬ "
b"B‗õo\x15 ±A-ü─í·┐òt "
b"Dý)¸œ‡K°œ¶w8©p’P "
b"EAÚ[Ê\x1D J\x12 ªžuƒ£!¿; "
b"H\f ;ÌÉÐCÍÆí┌ð ÏJá "
b"H†'ªÊžO~¤¹¼f5Pìè "
b"H‡0<úvGD—õÚ7\x1F 2\f < "
b"JMýîO8@\x04 ¹×ÑÀNý\x0F þ "
b"J‚·R—âI¯ƒZ|›c'øÀ "
b"L|/B‡mO”‰Ù¤°G] Ì "
b"OØ6x©▓Kûób\x1E é¶o×" "
b"S\x1F {╚kìJ┘ò\n ÏÍú\x00 9û "
b"T⓱{.OÓ£7DâjˆZ\x11 "
b"Tå…sÚ\v Nˆ€öþ·pGS\x07 "
b"U$^\x02 ¤×O@²éyú8…ìæ "
b"""
X*>U2¿K»ï■\x17 É▒\n
C├
"""
b"X€²˜½\x1E @¦‘&‹„öc¹\t "
b"YæÖ\AúAüü\x05 Ρ6ç*W "
b"""
[öP€\x07 \n
@\x15 »cBÉ—)VU
"""
b"\Á–éu|F>ª\x18 V'¹‹þM "
b"^ZÚB€5I\v ‘\x04 „¼•/™ß "
b"_›yóö\t GÓ¨¸Êá²ï\x03 P "
b"`¹Ü7sïNN¿Ø\x0F Où÷\x12 Ë "
b"aän^NÇ@Õ¶ø\ÞçéÂâ "
b"b«IÉ«║A\x1E Æbþez-\x1A\f "
b"d\x11 í`¶EIÙ‡c7»«K)‘ "
b"kg6\x13\t gH.º€ýÁ7•b– "
b"lp-âw(Cv║FÉ£¬´µd "
b"nç×aÆÇGó®ì;╚è\x03 AÝ "
b"nä\x1E á¿JMI²Úh„9&Pœ "
b"q\x01 ¾7 ¿@¸ƒ¡A\x1A ,qòª "
b"qˆ„f\x16 ÞI\x17 µ(ÙÑãig¿ "
b"t$Ý´Ì\x12 L)ØUõîÀ╣D╚ "
b"t¨\f ñy±C\x12 µï#_oélj "
b"u§¤ŒP\x7F JW‡û†8%Ãp© "
b"vuÜ\x18 gIHÙ¢–²è«¬‹\n "
b"v’s£HDI-‘FßÐì*ƒ¸ "
b"z\x03 ´[‹3D9¥õí»=Ø\x08 & "
b"{ï┌Å2LM.ÀÎù±ì{#─ "
b"|ÑoéW=FYˆe€\x7F ª÷\r , "
b"|´9ׯ4@ıؤg¬═²ï╚ "
b"~\e Æ/¨\x02 Eˆ¸…$„€ÃÝ "
b"\x7F öø?x-D·¨p!\x11 jcjž "
b"ü*Ø┬ÛqH¸åB¡6àe\x07 p "
b"üƒd©ÝY@\x0E ª╔\rùØZñ "
b"ü±n[ËËFaÆMuF\\x0E (Å "
b"‚h@™ÝoI´žˆ›fdú!\v "
b"ƒ\x13 »1ÒiDj¯p“Ê\x1D Ú\x1C "
b"…¾“\x05\x1D °DfŽA(hÔEÜ\n "
b"†mr;¯“DÑŸÿ.\x19 ºZ›Ï "
b"†ÂµžIwL\x01 ¸Í\x11 +Š£\x19 ‰ "
b"‡kIHi,C’ž\x01 zNÕ½Qe "
b"ꥲú1╠N╝│É ,\x12 fl; "
b"Š\x1D ÔÜ\x1E JL¨µ7\x13 \r «¸ÍÁ "
b"Š2s¾¶N@i¡•©ÇdÂñp "
b"""
‹L–\n
ltL{ž½iš1•Ly
"""
b"‹óÔårbJT¿\x03 "Vàbl\x08 "
b"ް»Ã6zKòˆU—ò$fˆE "
b"Žík)g\v Kµ´Å#{n¤˜\x7F "
b"É{ª!XøG\x10 å³õûCƒ‗¼ "
b"‘t\x18 „<WC^¾p\x06 Ð…›?= "
b"Æò─É\f\x13 F─æ╠\x12 mx\x00 ¾\x1F "
b"šfjç\x02 ÄI$².°€“í\x03 ï "
b"šä\t nîH@Ô¸‘ 3ÊÎH„ "
b"Ü‗\x1C L\x02 XIùüpÑ »+N1 "
b"ø\r q\t <\v CðºjÂçÅırN "
b"Ø1¬S┼│F└¼V0\x03 T}pK "
b"ئÚ┬]fI┼®vVî{B_Ì "
b"¡¬\x14 üË&DÏ’ybUâ “; "
b"¢\x12 ¥J}D@š‘7§*kþ¹© "
b"ú_0O÷µ@züg▄\f zÔ│└ "
b"¥#\x1C þÐpFl®ƒ5”½Úƒ‚ "
b"¥*/NžgD\x16 ¬Dð\wí›h "
b"®\x0F ╬i3┘JjóÙ,│JíÅî "
b"®1_Iü5HÚ¥©ÚòÅq¿* "
b"©F\x19 „š5E»¼íÅ_é\x11 ~\x0E "
b"¬#┐╗ë¶J^êáÏî<LbÅ "
b"LZ>3eN´ºKP÷Et܆ "
b"oï YBYŠš\x13 9« "
b"®Ø–“\x1F (E1»ïœ\f »ö‘\v "
b"»\x19 ì2ı APä<\x10 è"À\x06 "
b"°å¡4É\x1C K¨€j\x15 ð„T8T "
b"²kšB›·\x04 ªIË‘`P "
b"µµ!—³#G\x12 “ŒìG\x01 .˜ø "
b"º gÁËpA"¥`èä´±ƒy "
b"¢\x01\x1E\x17 h╚M│è\x1F 9ì¬Ül "
b"½\x1A õô\x1C ÜI\r ˜"SÜ\f »ªÎ "
b"¾®õ·µäC†˜Ë<½ÈÔ«¶ "
b"""
┬^8Ø\x06 IB ÄçV©\n
P"@
"""
b"ÃRý(\x05 %Hô³ÇýóVÂ\x00\v "
b"ÙŠsÐ\x1A GwŸÏ&¾Ô¶:Ž "
b"ÅÈ3¿“'L® c©wÑkO5 "
b"╠\x1F ╝"¨R@¸ÅÒrQ\x14 AM® "
b"Ì"áÄñœL)·.‰î\x13 ª,¿ "
b"""
Ô\x06 ¿\n
j÷El—žbÖ\x17 º\x18\x16
"""
b"Ö\r UãRJ4Šçæ%q\x15 ¸Ù "
b"Öz\x02 L[ÁM)޹³\x7F Wðó„ "
b"×™Àh]ÛIÒºfv¹bP]\x04 "
b"ÏçCå─¢O\t ÇØú&äk\t Z "
b"Ý\x00 ô[0©HÕ–\x1D aÇÇ\n iÇ "
b"Ýf™’l\x15 Jï·¡’NžÓÕa "
b"ߊ¬\x14 gäJÿ¿|ÙüwºTœ "
b"á\r 3Ëò\r BUº6R$³\x02 5× "
b"áƒ%Tj®O€‹;\x00\x1C 3Û„ë "
b"â9°\x05 c\x16 N™ ^R*¡õPý "
b"Ôkàì\x15 ‗@ÎàBØ\x11 ]Gn~ "
b"ã~iƒw\x07 C7‡ðÙz8´©î "
b"ãÝMØX¿OÄœy§z\x0F ‘0á "
b"""
ä‰\n
¸·ØF©—Žö¾\x1A\x03 Ù³
"""
b"æöœù\x10 ¹O¹˜¶\x03 ·luY\x1E "
b"Þ│Îs░aM\e ÂìúK0ãW# "
b"""
êö\x17 \n
\x14\x7F Kã«j€Þ\x18 ÉB¡
"""
b"ë\t ©üÚ?D\x13 “Èfq¬@‰¾ "
b"ÝvúÎm[@vì\x15 X®)\x1F pô "
b"î ¤-f¬C\x14 ¦|¨ÂZ\x10 æ( "
b"ða0*âvB\x17 ²\x19 äÒ\x08\x17 °\x0F "
b"ñn¶\x1D DXDÖ™Q£\x0E ›ªˆÓ "
b"ñ|\x14 >€0@\x1F »,³Ã\e }+\x1A "
b"÷ˆ\x14\x00 ýAò£dìo\x18 ‡]{ "
b"ø‘?õü·E\x07 •`ºàøGÒ” "
b"øí1G$LIg¡\x13 œ»Ws\x19 î "
b"¹½¨ÑCıMÈ®ü+00Jñ┴ "
b"ü\x19 ÿÖQqM}º;Γ”1Ä+ "
b"ýÇ%ôÇE!¯\x1D ÂÒp÷\x01 ´ "
b"þŸobó¦D‘¸N]\t Ç¿ºL "
b"ÿa/R°Eà¸âF¶iP‰Š "
b"¼\f îÖ§fB[¦»³jÌ{Mû "
b"yç-\x02 «ÒOOù¤\e L\ÉÍ┌ "
b"³xeíÑÏNWØ\r Q¾\x06 ┤\x1E Y "
b"└├J¥<┘@ìØ±\x18 Ðoj┼¸ "
b"à<F5ºìCüë‗Þ1õ¾Y "
b"p'gsî\x15 @#Øf!¯trà┴ "
b"ÿP{\x19\e ÐB\t “\x16\x14 M§\x04 eÊ "
b"\r ÀE¿x-AÆ¿å‰ó@MTº "
b"„YÛ·sÈAÌŽ\f #uœ\x1A Gˆ "
]
SELECT
`product_price` . `id` as `product_price.id` ,
`product_price` . `version_id` as `product_price.versionId` ,
`product_price` . `product_id` as `product_price.productId` ,
`product_price` . `product_version_id` as `product_price.productVersionId` ,
`product_price` . `rule_id` as `product_price.ruleId` ,
`product_price` . `price` as `product_price.price` ,
`product_price` . `quantity_start` as `product_price.quantityStart` ,
`product_price` . `quantity_end` as `product_price.quantityEnd` ,
`product_price` . `custom_fields` as `product_price.customFields` ,
`product_price` . `created_at` as `product_price.createdAt` ,
`product_price` . `updated_at` as `product_price.updatedAt`
FROM
`product_price`
WHERE
(`product_price` . `version_id` = ? )
AND (
(
`product_price` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x02D31B1EFD4F40A88DC4A16DB62F8D53 , 0x02FEAB1C5417452A9722F3585B69D0E8 , 0x0360B95C51F142BE8834329BC3AFA6E0 , 0x056B57A37F1B4ED78C89611B359D9125 , 0x058176951F00484EAEC8B4250FA889AE , 0x0AF3B7E057754BAF9F358B609C82DC86 , 0x0AF6AFFEC65C4885B40767871088623F , 0x0C8D01216CAA443284EBD923B2E22621 , 0x0E8E19F9F00C4397BCDA44EECA5258A1 , 0x0F60F58A3F894FC8AC8ECAA8FFE02931 , 0x119611C045894778978EA747D6024910 , 0x120FEAD30C264239B231A4069DE4CADB , 0x19334F69ECC140AC95FD285E763D9493 , 0x20272DC598DE46B498C1BEF937810B0A , 0x21B3E9D9EF1F4170BBD61CA83D7B8583 , 0x241C5E0EA5AD428C8408129E46FCD09B , 0x24583058F96741679AB5268B478F92B3 , 0x25C6949F0AE141479143661642882B3B , 0x25F17203D7CC4827895F7100457BB86D , 0x2A2B04D344D6460F9595B2BCA7648812 , 0x2FE2887286C14C9D9C90704A2C894307 , 0x310BF4912E894D46A41AB66554A51F38 , 0x37CB6D0398244386BB879AA64AD6CE09 , 0x37F844D6147F4EFAB663D4DDD685D6EF , 0x3BAF0E823A9D400F82332908B1F53931 , 0x3BFC577A36244D698B4754FA2C353364 , 0x3C43930EF3DB425B954FB7E1275071EB , 0x3D9BC37233EF4ACCA274E8C7D34C1440 , 0x3EA8E7F628EF4D7394D4E14576AC19DD , 0x3F2935B7267C4FB0B80E50C7745C1345 , 0x40D0FD6421EF49E4A2A7FF26FE38FD3B , 0x40DC3A2441BB47D2AD154DC6053BF6AC , 0x42F2E46F15F1412D81C4A1F0FABF9574 , 0x44FD29B89C874BB09CB67738A9709250 , 0x4541DA5BCA1D4A12AA9E7583A321BF3B , 0x480C3BDE90D143D692A1DAD020D84AA0 , 0x488627AACA9E4F7EA4B9BC663550ECE8 , 0x4887303CFA76474497F5DA371F320C3C , 0x4A4DFDEE4F384004B9D7D1C04EFD0FFE , 0x4A82B75297E249AF835A7C9B6327F8C0 , 0x4C7C2F42876D4F9489D9A4B0475DA0CC , 0x4F9D3678B8B24B96A2621E82F46F9E22 , 0x531F7BC86B8D4AD9950AD8D6A3003996 , 0x54E293B17B2E4FD3A33744E26A885A11 , 0x54E58573DA0B4E8880F6FEB770475307 , 0x55245E02A4D74F40B2E979FA3885ECE6 , 0x582A3E5532A84BAF8BFE1790B10A43C3 , 0x5880B298BD1E40A691268B84F663B909 , 0x5991995C41A341818105D7AD36872A57 , 0x5BF65080070A4015BB6342C997295655 , 0x5CC196E9757C463EAA185627B98BFE4D , 0x5E5ADA428035490B910484BC952F99DF , 0x5F9B79F3F60947D3A8B8CAE1B2EF0350 , 0x60FB9A37738B4E4EA89D0F4F97F612D3 , 0x61E46E5E4EC740D5B6F85CDEE7E9C2E2 , 0x62AE4990AEBA411E9262E7657A2D1A0C , 0x6411ED60B64549D9876337BBAB4B2991 , 0x6B6736130967482EBA80FDC137956296 , 0x6C702D8377284376BA46909CAAEFE664 , 0x6E879E61928047A2A98D3BC88A0341ED , 0x6EE41EE1BF4A4D49B2DA68843926509C , 0x7101BE3720BF40B883A1411A2C71F2AA , 0x7188846616DE4917B528D9D1E36967BF , 0x7424EDEFDE124C299D55E48CB7B944C8 , 0x74A80CF179B14312B5EF235F6FE9C789 , 0x75A7A48C507F4A5787FB863825C370A9 , 0x7675DC18674948D9A296B2E8ABAC8B0A , 0x769273A34844492D9146DFD0EC2A83B8 , 0x7A03B45B8B334439A5F5EDBB3DD80826 , 0x7B8BDA8F324C4D2EB7D797F18D7B23C4 , 0x7CD16FE9573D46598865807FAAF70D2C , 0x7CEF399E923440D59DCF67AACDFD8BC8 , 0x7E1BC62FA8024588B885248480C3ADDD , 0x7FF6F83F782D44B7A87021116A636A9E , 0x812A9DC2EA7148F78642AD3685650770 , 0x819F64B8ED59400EA6C95C72979D5AA4 , 0x81F16E5BD3D34661924D75465C0E288F , 0x82684099DD6F49B49E889B6664FA210B , 0x8313BB31D269446AAF7093CAAD1DDA1C , 0x85BE93051DB044668E412868D445DC0A , 0x866D723BAF9344D19FFF2E19BA5A9BCF , 0x86C2B59E49774C01B8CD112B8AA31989 , 0x876B4948692C43929E017A4ED5BD5165 , 0x88BEFDA331CC4EBCB390202C12666C3B , 0x8A1DD4DC1E4A4CA8B537130DABB8CDC1 , 0x8A3273BEB64E4069A195A9C764C2F170 , 0x8B4C960A6C744C7B9EBD699A31954C79 , 0x8BF3D4E572624A54BF032256E0626C08 , 0x8EB0BBC3367A4BF2885597F224668845 , 0x8EED6B29670B4BB5B4C5237B6EA4987F , 0x907BA621589B471086FCE496439FF2AC , 0x917418843C57435EBE7006D0859B3F3D , 0x9295C4900C1346C491CC126D7800F31F , 0x9A666AE702C44924B22EB08093ED03EF , 0x9AE4096EEE4840D4B891A033CACE4884 , 0x9AF21C4C025849978170A5FFAF2B4E31 , 0x9B0D71093C0B43D0A76AB6878FD5724E , 0x9D31AA53C5B346C0AC563003547D704B , 0x9DDDE9C25D6649C5A976568C7B425FDE , 0xA1AC14FCCB2644CF92796255E2A0933B , 0xA212A54A7D44409A9137A72A6BFEB9A9 , 0xA35F304FF6E6407A8167DC0C7AE2B3C0 , 0xA5231CFED070466CAE833594BDDA8382 , 0xA52A2F4E9E674416AC44F05C77ED9B68 , 0xA90FCE6933D94A6AA2EB2CB34AA18F8C , 0xA9315F49813548E9BEB8E9958F71A82A , 0xA94619849A3545BBBCEDC55FE9117E0E , 0xAA23BFBB89F44A5E88A0D88C3C4C628F , 0xAD4C5A3E33654EB4BA4B50F74574DC86 , 0xAD6FEF20A05942598A9A1339EF9986AB , 0xAED896931F284531BBEF9C0CBBF6910B , 0xAF198D32D5204150843C10FF8A22B706 , 0xB0E5A134C91C4BA8806A15F084543854 , 0xB26BEF89A19A429BB704AA49CB916050 , 0xB5B52197B3234712938CEC47012E98F8 , 0xBAA067C1CB704122A560E8E4B4B18379 , 0xBD011E1768C84DB38A1F398DAA9A6CB6 , 0xBD1AF5F41CDC490D982253DC0CBBAACE , 0xBEAEF5B7B5E4438698CB3CBDC8D4ABB6 , 0xC25E389D064942208E8756B80A502240 , 0xC352FD28052548F4B3C7FDF356C2000B , 0xC3998A73D01A47779FCF26BED4B63A8E , 0xC5C833BF93274CAEA063A977D16B4F35 , 0xCC1FBC22F95240F78FE3725114414DA9 , 0xCC22E1C4F19C4C29B72E89EE13AA2CBF , 0xD406BF0A6AF7456C979E62D617BA1816 , 0xD60DA055E3524A348AE7E6257115B8D9 , 0xD67A024C5BC14D298EB9B37F57F0F384 , 0xD799C0685DDB49D2BA6676B962505D04 , 0xD8874386C4BD4F09809DA326846B095A , 0xDD00F45B30A948D5961D61C7C70A69C7 , 0xDD6699926C154AEFB7A1924E9ED3D561 , 0xDF8AAC1467E44AFFBF7CD9FC77BA549C , 0xE10D33CBF20D4255BA365224B30235D7 , 0xE18325546AAE4F808B3B001C33DB84EB , 0xE239B00563164E99A05E522AA1F550FD , 0xE26B858D15F240D785429D115D476E7E , 0xE37E69837707433787F0D97A38B4A9EE , 0xE3DD4DD858BF4FC49C79A77A0F9130E1 , 0xE4890AB8B7D846A9978EF6BE1A03D9B3 , 0xE6F69CF910B94FB998B603B76C75591E , 0xE8B3D773B0614D1BB68DA34B30C65723 , 0xEAF6170A147F4BE3AB6A80DE18C942A1 , 0xEB09A9FCDA3F441393C86671AC4089BE , 0xED76A3D76D5B40768D1558A9291F7093 , 0xEE20A42D66AC4314A67CA8C25A10E628 , 0xF061302AE2764217B219E4D20817B00F , 0xF16EB61D445844D69951A30E9BAA88D3 , 0xF17C143E8030401FBB2CB3C31B7D2B1A , 0xF7C2881400FD41F2A364EC6F18875D7B , 0xF8913FF5FCB745079560BAE0F847D294 , 0xF8ED3147244C4967A1139CBB577319EE , 0xFBABF9A543D54DD4A9812B30304AA4C1 , 0xFC19FFD651714D7DBA3BCE939431C42B , 0xFDC38725F4C74521AF1DC2D270F701B4 , 0xFE9F6F62F3A64491B84E5D09C7BFBA4C , 0xFF61AD2F52B045E0B8E246B66950898A , 0xBC0CEED6A766425BA6BBB36ACC7B4DFB , 0x79872D02AEE34F4F97CF1B4C5C90D6DA , 0xFC7865A1A5D84E579D0D51F306B41E59 , 0xC0C34ABE3CD9408D9DF118D16F6AC5F7 , 0x853C4635A78D438189F2E831E4B6F359 , 0x702767738C1540239D6621EE747285C1 , 0xFF507B191BD042099316144DA70465CA , 0x0DC045BF782D41C6BFE589F3404D54BA , 0x8459DBB773C841CC8E0C23759C1A4788 )));
Copy
1.37 ms (0.12%)
3
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagGmvReporting "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagGmvReporting' );
Copy
1.36 ms (0.12%)
2
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
1.30 ms (0.11%)
1
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
1.25 ms (0.11%)
2
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
12
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND `category` . `level` = 12 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
0.96 ms (0.08%)
2
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
0.91 ms (0.08%)
1
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = ? ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"{ƒ0ÕpF<œ~·ó\x04 Ž{- "
b"áˆÍyÔFHïžk|Ã\q„ª "
b"""
Õ(\n
+·îJM„ñ}ðÆ~=ï
"""
b"▄0¬<ı█G4ÉØ[\x16 Â=){ "
b"\x0E QZ1ï½L\x1C ’ê’¥oìĽ "
b"†ÞþÊ2\x1A @8¯dD/Ú`ð\x01 "
b"¥« È)ãOo©<\v ;ýbüØ "
b"{ÿbŒ“üIćŠEÈ*ÜÄ} "
b"\x06 .│ì\uCvÀî\x14 ┘7!±ç "
b"3├¼\x1C ¥‗E,░Ï,ï\t bìz "
b"""
Å8þ\n
?\x17 Oйx¾¤ºÑ5Ø
"""
b"-¬®9x"C-®HÌ›~~¶í "
]
SELECT
`product_manufacturer` . `id` as `product_manufacturer.id` ,
`product_manufacturer` . `version_id` as `product_manufacturer.versionId` ,
`product_manufacturer` . `media_id` as `product_manufacturer.mediaId` ,
`product_manufacturer` . `link` as `product_manufacturer.link` ,
`product_manufacturer` . `created_at` as `product_manufacturer.createdAt` ,
`product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` ,
`product_manufacturer.media` . `id` as `product_manufacturer.media.id` ,
`product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` ,
`product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` ,
`product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` ,
`product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` ,
`product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` ,
`product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` ,
`product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` ,
`product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` ,
`product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` ,
`product_manufacturer.media` . `config` as `product_manufacturer.media.config` ,
`product_manufacturer.media` . `path` as `product_manufacturer.media.path` ,
`product_manufacturer.media` . `private` as `product_manufacturer.media.private` ,
`product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` ,
`product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` ,
`product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` ,
`product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation.title` as `product_manufacturer.media.title` ,
`product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` ,
`product_manufacturer.media.translation.customFields` ,
`product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name` as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description` as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields` as `product_manufacturer.customFields`
FROM
`product_manufacturer`
LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id`
LEFT JOIN (
SELECT
`product_manufacturer.translation` . `product_manufacturer_id` ,
`product_manufacturer.translation` . `product_manufacturer_version_id` ,
`product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product_manufacturer.media.translation` . `media_id` ,
`product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields`
FROM
`media_translation` `product_manufacturer.media.translation`
WHERE
`product_manufacturer.media.translation` . `language_id` = ?
) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x7B8330D570AD463C9C7EB7F3048E7B2D , 0xE188CD79D44648EF9E6B7CC35C7184AA , 0xD5280A2BB7EE4A4D84F17DF0C67E3DEF , 0xDC30AA3CD5DB4734909D5B16B63D297B , 0x0E515A31EFBD4C1C92EA92A56FECC4BD , 0x86DEFECA321A4038AF64442FDA60F001 , 0xA5ABA0C829E34F6FA93C0B3BFD62FCD8 , 0x7BFF628C93FC49C4878A45C82ADCC47D , 0x062EB38D5C754376B78C14D93721F187 , 0x33C3AC1CBEF2452CB0D82C8B09628D7A , 0xC538FE0A3F174FD0B978BEA4BAD135D8 , 0x2DACAE397822432DAE48CC9B7E7EB6ED ));
Copy
0.89 ms (0.08%)
2
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 );
Copy
0.81 ms (0.07%)
2
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
0.80 ms (0.07%)
1
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
b"$)v‹Ì\x04 Eüƒð?·Í2\x02 % "
b"=\x16 uıã;O\x13 ©1\e ì}:\x1D × "
b"E;|™\x7F VO¾¼HZ4ä(r¡ "
b"iŒØ\e ’•Hæ³JkΧ¸v‘ "
b"”ú_›Ž¬JgŒÕ\x13 ð½ß\x1E r "
b"W}╗p/ìG\r ®x\x12\x1D 7╔B- "
b"\x1F äÀ\x13\x1F ¦BÓªLƒ\v ³ž¯A "
b"±¶ƒi‹\x11 @E±¢¿T½\x16 Õ, "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF , 0x2429768BCC0445FC83F03FB7CD320225 , 0x3D1675D5C63B4F13B8311B8D7D3A1D9E , 0x453B7C997F564FBEBC485A34E42872A1 , 0x698CD81B929548E6B34A6BCEA7B87691 , 0x94FA5F9B8EAC4A678CD513F0BDDF1E72 , 0x577DBB702F8D470DA978121D37C9422D , 0x1FE4C0131FA642D3AA4C830BB39EAF41 , 0xB1B683698B114045B1A2BF54BD16D52C );
Copy
0.77 ms (0.07%)
1
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
0.77 ms (0.07%)
1
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÇÑ6îÚ\v HtŸc{l9ØPÉ "
b"ùD\x14 Îm¨NÖ³PÑŸ‹"âÎ "
b"•t`\x05 zaJ<“@½¸ô\*ø "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xC7D136EEDA0B48749F637B6C39D850C9 , 0xF94414CE6DA84ED6B350D19F8B22E2CE , 0x957460057A614A3C9340BDB8F45C2AF8 , 0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
0.69 ms (0.06%)
2
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `parent_id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `id` = 0x79A36140A28A4CE6AC6D0E2CED062741
;
Copy
0.68 ms (0.06%)
1
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
0.67 ms (0.06%)
1
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA )) GROUP BY `product` . `id` ;
Copy
0.66 ms (0.06%)
1
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™²$ßâ\r Fé¬!¯Ü\x07 Á\x04 s "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x99B224DFE20D46E9AC21AFDC07C10473 );
Copy
0.65 ms (0.06%)
1
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"W(\x19 ¥ÅRNì§ù\x7F 5†´*@ "
b"×ã`4ÛåIð‘7âù_\x1C\x01 "
b"÷ìlÙÏÄBgü─▀ÆÄg╚ï "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x572819A5C5524EECA7F97F3586B42A40 , 0xD7E36034DBE549F09137C3A2F95F1C01 , 0xF68D6CEBD88E426781C4DF928E67C88B ));
Copy
0.62 ms (0.05%)
1
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
0.62 ms (0.05%)
2
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
0.61 ms (0.05%)
1
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
0.61 ms (0.05%)
1
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x274605D71D2B4479A3882D8FD62BFF5C );
Copy
0.60 ms (0.05%)
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 (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
0.57 ms (0.05%)
1
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
0.54 ms (0.05%)
1
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
0.53 ms (0.05%)
1
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 šÅ–ó–wYŠ\x12 5h}oÝ, "
b"\x01 Üm¬Ùz╚×ÍÉX▒0tÚ "
b"y4èà\x03 DD*¥\x13 yøhLs "
b"\x13 ë¾p£—F…¥º ……+Øï "
b"u=$YCÆG«—šÂJÙ\x19 Çß "
b"""
>ú×¼T█K\n
ì>ÊÚrà6¬
"""
b"""
£#uñÝ\t J‚ŸPå\n
†k¯t
"""
b"ÚèfŽ\x15 §N4€+L$dW>b "
b"Û¨w\t %\x00 A߬†´$£æ¦] "
b"\x01 ÿ§AF\x16 }Öɽ┘░£*¦^ "
b"\x01 ˜õBï{u\x12 º–IM_àNS "
b"¹_ŒÃLöO–‡Ji\x1E •)\x05\x19 "
b"’Û¹&œ÷D;£\x16 |[^ðÁG "
b"}U\h¼)@òŽ('Ók¡Ä\e "
b"\x1A \┤ksYCÓïÙ┴ØÅAÜþ "
b"ÏÚDTF\@\x12 Œ\x1C ZO€rÀG "
b"\x01 šSk•0z~¼îbÊ0µ”\x00 "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.title` ,
`media.translation.title` as `media.title` ,
`media.translation.alt` ,
`media.translation.alt` as `media.alt` ,
`media.translation.customFields` ,
`media.translation.customFields` as `media.customFields`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . `media_id` ,
`media.translation` . `alt` as `media.translation.alt` ,
`media.translation` . `title` as `media.translation.title` ,
`media.translation` . `custom_fields` as `media.translation.customFields`
FROM
`media_translation` `media.translation`
WHERE
`media.translation` . `language_id` = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019AC596F39677598A1235687D6FDD2C , 0x019A6DB6AAEB7AC89ED69058B13074E9 , 0x7934E8E00344442AA51379F868AD4C73 , 0x13EBBE70A3974685A5BAA085852BD8EF , 0x753D245943C647AB979AC24AD919C7DF , 0x3EA39EAC54DB4B0A8D3ED2E9728536AA , 0xA32375F1DD094A829F50E50A866BAF74 , 0xDAE8668E15A74E34802B4C2464573E62 , 0xDBA87709250041DFAC86B424A3E6A65D , 0x0198F54146167D9990ABD9B09C2ADD5E , 0x0198F542EF7B7512BA96494D5FE04E53 , 0xB95F8CC34CF64F96874A691E95290519 , 0x92DBB9269CF7443BA3167C5B5EF0C147 , 0x7D555C68BC2940F28E2827D36BA1C41B , 0x1A5CB46B735943E08BEBC19D8F419AE7 , 0xCFDA4454465C40128C1C5A4F8072C047 , 0x019A536B95307A7EBCEE62CA30B59400 ));
Copy
0.52 ms (0.04%)
1
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"†;orw>Jj²»Úï\x06 бQ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
0.50 ms (0.04%)
1
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
0.49 ms (0.04%)
2
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 ));
Copy
0.47 ms (0.04%)
1
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF );
Copy
0.47 ms (0.04%)
1
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
0.46 ms (0.04%)
1
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 9ÎΈ\x1F EùƒØà€•¨\f z "
b"†;orw>Jj²»Úï\x06 бQ "
b"øÆQ{o*MÚ¹œVu“2!, "
b"\x01 ˜§RqMx!†F\x14 â\x7F ‚Õ® "
b"\x16 a®\x11 Õ\x12 J^É\x04\x15\x1F ù\x1E ┘5 "
b"\x17 \Ò7V\x1A O~„PŒM9ö‰î "
b""\x15 ÿ;4üBÉàãÛÔ\r Â\x16 < "
b""¶±\v opA\x1D –zM®ì—we "
b"dꙦvÎK˜¿½Dh\x04\x00 µ! "
b"nœ¯å[\x1D @o£Ô\x1C\e ÚûÇs "
b"‡¯—zš1@𮡹fî÷²4 "
b"ïïY¯w"C\x1A íd░rýÀ\x15 É "
b"¦5?²¶ÂM(¡@\x0E µZÊŽE "
b"¼Ú¦ïTõO?’y\t \r ~¥ôŽ "
b"┌kÀpëÂAU¢¤»█tüu+ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"JxKq\x15 éM\x0F µq.¡Ñ\x1E ‰Ï "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"_þz\x06 e¹@-¾Ç:d\t\x12 d, "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ "
b"»l™órþEj‰ŒgÏ¡Dåh "
b"f`uS+àOuž=ƒµlCáY "
b"º«\x1E\x1C ■╝D(ìÕ╚S│ãd┴ "
b"<\x04 À–õÌBïš-<¸íì\x10 ) "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"Íþ»\x00\x03 <Aà’¢©\x00 ¹bqp "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"""
.örVh\n
Mкƒ¢\x11\x16 ¤zû
"""
b"ViÞý\x03 ÎM†¥\x18 \r ÿ¸þ* "
b"`ZèœHF/‰\t »\x01 ŽóÚ "
b"e–Ö"\x19 fK%ŸÊ-ª}è1æ "
b"iÒ-À±\x07 L\x08 ™¥\t j’ÙÔH "
b"w(öc2\x15 Aü▒╠Õ╔ß─+Q "
b"z3\x13 ˜K«DÎŽ“ø¾Á©-> "
b"„é\e óÛÌAÈ·ôÉÂóŠS¤ "
b"ˆ>'ZTÊM"‡\x11 n,j¯\x03 \n "
b"Šiaz\x02 ìO\x15 “\e r¨äa¡\f "
b"«ÈÜ<®ºE࿵*y¯[Wr "
b"’[˺>Jè“Ä¢\x03 ü8=¸ "
b"¼†\x15 æœ;IÁ¯Æq480Êî "
b"ûð\x13 ·AsØ.pX\x07 õeÊ "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"Ê:+\x1C á¿Cl©╣þHRQØe "
b"ä,gl“±LŸª\x0F žÃíÝ›î "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0639CECE881F45F983D8E08095A80C7A , 0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0xF8C6517B6F2A4DDAB99C56759332212C , 0x0198A752714D7821864614E27F82D5AE , 0x1661A911E5124A5E9004151F971ED935 , 0x175CD237561A4F7E84508C4D39F689EE , 0x2215983B3481429085C6EAE20DB6163C , 0x22B6B10B6F70411D967A4DAEEC977765 , 0x64EA99A676CE4B98BFBD44680400B521 , 0x6E9CAFE55B1D406FA3D41C1BDAFBC773 , 0x87AF977A9A3140F0AEA1B966EEF7B234 , 0x8B8B59EE7722431AA164B072ECB71590 , 0xA6353FB2B6C24D28A1400EB55ACA8E45 , 0xBCDAA6EF54F54F3F9279090D7EA5F48E , 0xDA6BB77089B64155BDCFAFDB7481752B , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4A784B7115E94D0FB5712EA1D11E89CF , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x5FFE7A0665B9402DBEC73A640912642C , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xECDEC2C6269D4EE2A137FB8FF45F84E3 , 0xBB6C99F372FE456A898C67CFA144E568 , 0x666075532BE04F759E3D83B56C43E159 , 0xA7AE1E1CFEBC44288DE5C853B3C664C1 , 0x3C04C096F5CC42EF9A2D3CB8EDEC1029 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xCDFEBB00033C41E092A2A900B9627170 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x2EF67256680A4DD0BA83A21116A47AFB , 0x5669DEFD03CE4D86A518200DFFB8FE2A , 0x605AADE89C48462F8909BB018EF3DAAD , 0x6596D62219664B259FCA2DAA7DE831E6 , 0x69D22DC0B1074C0899A5096A92D9D448 , 0x7728946332154181B1CCE5C9E1C42B51 , 0x7A3313984BAB44CE8E93F8BEC1A92D3E , 0x84E91BF3DBCC41C8B7F4C9C2F38A53A4 , 0x883E275A54CA4D2287116E2C6AAF030A , 0x8A69617A02EC4F15931B72A8E461A10C , 0xABC8DC3CAEBA45E0BFB52A79AF5B5772 , 0xAD925BCBBA3E4AE893C4A203FC383DB8 , 0xBC8615E69C3B49C1AFC671343830CAEE , 0xC7AFD013F0FA41739D2E705807E465D2 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xD23A2B1CA0A8436CB8B9E74852519D65 , 0xE42C676C93B14C9FAA0F9EC3EDDD9BEE , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
0.46 ms (0.04%)
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` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
0.46 ms (0.04%)
1
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÿ¼öDfs\x0F ر‗:ª¦┬± "
b"\x01 ™âÅâìv\x05 \x06 ¥ÚÉÌ\x1D ® "
b"\x01 šÅ‡+>{ߣ‹aÀVÆÕê "
b"±ìM\x04\x1C ÷G)œºböç_|± "
b"D\x0E 1\x08 uªAê“\x10 ÑòÑ<VÎ "
b"Z±ŒØÍ}IR¶™cï)\x1E \• "
b"påi¾ÿQEÁ¬øíê—Â\x04 É "
b"19\x15 ,ªŸH%˜\x14 õ\x05 8ŸœC "
b"“Á…eƒ¡EÒšÙy:„ö*\x03 "
b"▀'É#dãC3åTë<IÍ\x7F » "
b"᯽[+\x15 Gƒ¯‹è¿‰…\x1A Ò "
b"æáìlIC\x04 ‘ײ…Žão™ "
b".Ö╗x\x01 èDì¿G(RP¥|½ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x0198AC944466730F9DF1F23AA6DDC2F1 , 0x0199E2C5E2EC7605AD06A5DAC9CC1DAE , 0x019AC5872B3E7BDFA38B61C056C6D5EA , 0xB1EC4D041CF747299CBA62F6E75F7CB1 , 0x440E310875AA41EA9310D1F2D13C56CE , 0x5AB18CD8CD7D4952B69963EF291E5C95 , 0x70E569BEFF5145C1ACF8EDEA97C204C9 , 0x3139152CAA9F48259814F505389F9C43 , 0x93C1856583A145D29AD9793A84F62A03 , 0xDF27902364C643338654893C49D67FAF , 0xE1AFBD5B2B154783AF8BE8BF89851AD2 , 0xE6ADE1EC6C49430491D7B2858EE36F99 , 0x2E99BB78018A448DA847285250BE7CAB )));
Copy
0.44 ms (0.04%)
1
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1003030847
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1003030847 ;
Copy
0.43 ms (0.04%)
1
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
0.43 ms (0.04%)
1
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
0.41 ms (0.04%)
1
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
0.41 ms (0.03%)
1
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"³µÝl3BJŃÏ×%÷3Á÷ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0xFCE6ED6C33424A8F9FD89E25F633B5F6 );
Copy
0.40 ms (0.03%)
1
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ersatzteilfinder/390-duke-2024-modelcode-F4387X1 "
"ersatzteilfinder/390-duke-2024-modelcode-F4387X1/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR sales_channel_id IS NULL )) AND ((seo_path_info = 'ersatzteilfinder/390-duke-2024-modelcode-F4387X1' OR seo_path_info = 'ersatzteilfinder/390-duke-2024-modelcode-F4387X1/' ));
Copy
0.39 ms (0.03%)
1
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ˜¬”\x08 Jraº\n
2‚Xó\x7F £
"""
b"\x01 ™âxˆ\x18\x7F I½ûb\x04\x16 xæä "
b"\x01 šÅp\x7F ÂzT˜«¡óP|\x1A Ñ "
b"""
\n
$Epê6B® }4•¢a`\x13
"""
b"\x1E Î[¢H'M\x1F ·ãæfÂi®" "
b"6ìyyYRGWš<l\x11 |‘+æ "
b"tÃNêP&@»ƒ\x19 ¸\x13 vpÂÕ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0198AC94084A7261BA0A328258F37FA3 , 0x0199E27888187F49BDFB62041678E6E4 , 0x019AC5707FC27A5498ABA1F3507C1AD1 , 0x0A244570EA3642AEA07D3495A2616013 , 0x1ECE5BA248274D1FB7E3E666C269AE22 , 0x36EC7979595247579A3C6C117C912BE6 , 0x74C34EEA502640BB8319B8137670C2D5 )));
Copy
0.39 ms (0.03%)
1
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C ));
Copy
0.39 ms (0.03%)
1
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/ersatzteilfinder/390-duke-2024-modelcode-F4387X1 "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/ersatzteilfinder/390-duke-2024-modelcode-F4387X1' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.39 ms (0.03%)
1
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
0.38 ms (0.03%)
1
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
0.38 ms (0.03%)
1
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
0.36 ms (0.03%)
1
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
0.35 ms (0.03%)
1
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x695477E02EF643E5A016B83ED4CDF63A )));
Copy
0.34 ms (0.03%)
1
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
0.34 ms (0.03%)
1
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x695477E02EF643E5A016B83ED4CDF63A ));
Copy
0.33 ms (0.03%)
1
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.33 ms (0.03%)
1
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
0.33 ms (0.03%)
1
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
0.32 ms (0.03%)
1
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C ;
Copy
0.32 ms (0.03%)
1
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = ? ) AND ((NOT (`product_manufacturer` . `id` < = > ? ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((NOT (`product_manufacturer` . `id` < = > 0x79A36140A28A4CE6AC6D0E2CED062741 ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12 ;
Copy
0.30 ms (0.03%)
1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
0.30 ms (0.03%)
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` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
0.30 ms (0.03%)
1
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
0.29 ms (0.02%)
1
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
0.29 ms (0.02%)
1
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.29 ms (0.02%)
1
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
0.28 ms (0.02%)
1
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = ? ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"VÞGÀŽÊMT“*¸Æ³Qqƒ "
]
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = 0x56DE47C08ECA4D54932AB8C6B3517183 );
Copy
0.28 ms (0.02%)
1
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
0.27 ms (0.02%)
1
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
0.27 ms (0.02%)
1
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"/ersatzteilfinder/390-duke-2024-modelcode-F4387X1 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/390-duke-2024-modelcode-F4387X1' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
0.26 ms (0.02%)
1
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `currency` . `id` ;
Copy
0.25 ms (0.02%)
1
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc' ) LIMIT 1 ;
Copy
0.24 ms (0.02%)
1
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'z3EWc3ArpyGtpc8EHO0nsSEol4Hg5UAc' ;
Copy
0.24 ms (0.02%)
1
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
0.24 ms (0.02%)
1
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
;
Copy
0.24 ms (0.02%)
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
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
0.24 ms (0.02%)
1
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
0.24 ms (0.02%)
1
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ð"±&‰¬C]›¸\v\x02 ý—ûŸ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0xF022B12689AC435D9BB80B02FD97FB9F );
Copy
0.23 ms (0.02%)
1
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = ? ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™\x0F A<X]ˆ1Ñ×[Ž›VÐv "
]
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (0x990F413C585D8831D1D75B8E9B56D076 );
Copy
0.23 ms (0.02%)
1
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
0.21 ms (0.02%)
1
SELECT path FROM category WHERE id = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT path FROM category WHERE id = 0x79A36140A28A4CE6AC6D0E2CED062741 ;
Copy
0.21 ms (0.02%)
1
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x707FEF2F724A4547A0249D181B4679DF AND
pm . `active` = 1 ;
Copy
0.21 ms (0.02%)
1
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 ) LIMIT 1 ;
Copy
0.21 ms (0.02%)
1
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
0.21 ms (0.02%)
1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
0.20 ms (0.02%)
1
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
0.20 ms (0.02%)
1
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
0.19 ms (0.02%)
1
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
0.18 ms (0.02%)
1
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
0.18 ms (0.01%)
1
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
0.17 ms (0.01%)
1
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
0.17 ms (0.01%)
1
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel_country` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
0.17 ms (0.01%)
1
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
0.14 ms (0.01%)
1
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy