SHOW FULL COLUMNS FROM `st_about` [ RunTime:0.002167s ]
SELECT `name`,`logo`,`introduce`,`tel`,`wechat`,wechat AS whatsapp,`email`,`business_hours`,`address`,`seo_title`,`seo_keywords`,`seo_description` FROM `st_about` WHERE `id` = 1 LIMIT 1 [ RunTime:0.000700s ]
SHOW FULL COLUMNS FROM `st_page` [ RunTime:0.001388s ]
SELECT `id`,`title` FROM `st_page` WHERE `is_show` = 1 [ RunTime:0.000607s ]
SHOW FULL COLUMNS FROM `st_country` [ RunTime:0.001567s ]
SELECT `id`,`name` FROM `st_country` WHERE `is_show` = 1 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.000568s ]
SHOW FULL COLUMNS FROM `st_learning_stage` [ RunTime:0.001641s ]
SELECT `id`,`name` FROM `st_learning_stage` WHERE `is_show` = 1 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.000660s ]
SHOW FULL COLUMNS FROM `st_school_re_learning_stage` [ RunTime:0.001245s ]
SELECT DISTINCT `school_id` FROM `st_school_re_learning_stage` WHERE `learning_stage_id` = 3 [ RunTime:0.000552s ]
SHOW FULL COLUMNS FROM `st_school` [ RunTime:0.001298s ]
SELECT COUNT(*) AS think_count FROM `st_school` WHERE `is_show` = 1 AND `country_id` = 4 AND `id` IN (13,15,19,22,25,30,33,35,37,48,50,71,76,79,82,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138) LIMIT 1 [ RunTime:0.000839s ]