SHOW FULL COLUMNS FROM `st_about` [ RunTime:0.002018s ]
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.000913s ]
SHOW FULL COLUMNS FROM `st_page` [ RunTime:0.002030s ]
SELECT `id`,`title` FROM `st_page` WHERE `is_show` = 1 [ RunTime:0.000591s ]
SHOW FULL COLUMNS FROM `st_country` [ RunTime:0.002127s ]
SELECT `id`,`name` FROM `st_country` WHERE `is_show` = 1 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.000595s ]
SHOW FULL COLUMNS FROM `st_learning_stage` [ RunTime:0.002038s ]
SELECT `id`,`name` FROM `st_learning_stage` WHERE `is_show` = 1 ORDER BY `sort` DESC,`id` DESC [ RunTime:0.000480s ]
SHOW FULL COLUMNS FROM `st_school` [ RunTime:0.001869s ]
SELECT COUNT(*) AS think_count FROM `st_school` WHERE `is_show` = 1 AND `country_id` = 2 LIMIT 1 [ RunTime:0.000983s ]