SHOW FULL COLUMNS FROM `st_about` [ RunTime:0.002095s ]
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.000712s ]
SHOW FULL COLUMNS FROM `st_page` [ RunTime:0.001587s ]
SELECT `id`,`title` FROM `st_page` WHERE `is_show` = 1 [ RunTime:0.000535s ]
SHOW FULL COLUMNS FROM `st_country` [ RunTime:0.001448s ]
SELECT `id`,`name` FROM `st_country` WHERE `is_show` = 1 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.000582s ]
SHOW FULL COLUMNS FROM `st_learning_stage` [ RunTime:0.001376s ]
SELECT `id`,`name` FROM `st_learning_stage` WHERE `is_show` = 1 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.000523s ]
SHOW FULL COLUMNS FROM `st_school_re_learning_stage` [ RunTime:0.001306s ]
SELECT DISTINCT `school_id` FROM `st_school_re_learning_stage` WHERE `learning_stage_id` = 2 [ RunTime:0.000635s ]
SHOW FULL COLUMNS FROM `st_school` [ RunTime:0.001877s ]
SELECT COUNT(*) AS think_count FROM `st_school` WHERE `is_show` = 1 AND `country_id` = 7 AND `id` IN (5,7,8,10,11,12,16,17,18,20,21,23,24,26,28,29,31,32,34,36,38,39,40,41,42,43,45,46,47,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,73,74,75,77,78,80,81,83,84,85,86,87) LIMIT 1 [ RunTime:0.000834s ]