SHOW FULL COLUMNS FROM `st_about` [ RunTime:0.010029s ]
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.008611s ]
SHOW FULL COLUMNS FROM `st_page` [ RunTime:0.006816s ]
SELECT `id`,`title` FROM `st_page` WHERE `is_show` = 1 [ RunTime:0.004694s ]
SHOW FULL COLUMNS FROM `st_country` [ RunTime:0.002149s ]
SELECT `id`,`name` FROM `st_country` WHERE `is_show` = 1 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.009084s ]
SHOW FULL COLUMNS FROM `st_learning_stage` [ RunTime:0.004236s ]
SELECT `id`,`name` FROM `st_learning_stage` WHERE `is_show` = 1 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.017606s ]
SHOW FULL COLUMNS FROM `st_school_re_learning_stage` [ RunTime:0.036107s ]
SELECT DISTINCT `school_id` FROM `st_school_re_learning_stage` WHERE `learning_stage_id` = 1 [ RunTime:0.041377s ]
SHOW FULL COLUMNS FROM `st_school` [ RunTime:0.002730s ]
SELECT COUNT(*) AS think_count FROM `st_school` WHERE `is_show` = 1 AND `country_id` = 5 AND `id` IN (5,7,8,9,10,11,12,14,16,17,18,20,21,23,24,26,28,29,31,32,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,72,73,75,85) LIMIT 1 [ RunTime:0.094393s ]