SHOW FULL COLUMNS FROM `st_about` [ RunTime:0.001941s ]
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.000433s ]
SHOW FULL COLUMNS FROM `st_page` [ RunTime:0.001093s ]
SELECT `id`,`title` FROM `st_page` WHERE `is_show` = 1 [ RunTime:0.000726s ]
SHOW FULL COLUMNS FROM `st_country` [ RunTime:0.001573s ]
SELECT `id`,`name` FROM `st_country` WHERE `is_show` = 1 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.000464s ]
SHOW FULL COLUMNS FROM `st_learning_stage` [ RunTime:0.001345s ]
SELECT `id`,`name` FROM `st_learning_stage` WHERE `is_show` = 1 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.000481s ]
SHOW FULL COLUMNS FROM `st_school_re_learning_stage` [ RunTime:0.001073s ]
SELECT DISTINCT `school_id` FROM `st_school_re_learning_stage` WHERE `learning_stage_id` = 1 [ RunTime:0.000447s ]
SHOW FULL COLUMNS FROM `st_school` [ RunTime:0.001117s ]
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.000921s ]