SELECT * FROM ecs_nav WHERE `type` = 'top' and ifshow = '1' ORDER BY type, vieworder [ RunTime:0.000416s ]
SELECT * FROM ecs_article_cat WHERE show_in_nav = 1 ORDER BY sort_order ASC [ RunTime:0.000430s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 118 [ RunTime:0.000275s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 119 [ RunTime:0.000408s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 148 [ RunTime:0.000290s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 27 [ RunTime:0.000231s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 28 [ RunTime:0.000370s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 226 [ RunTime:0.000312s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 232 [ RunTime:0.000243s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 233 [ RunTime:0.000215s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 185 [ RunTime:0.000229s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 177 [ RunTime:0.000274s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 178 [ RunTime:0.000308s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 179 [ RunTime:0.000226s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 186 [ RunTime:0.000209s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 187 [ RunTime:0.000220s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 188 [ RunTime:0.000213s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 206 [ RunTime:0.000316s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 207 [ RunTime:0.000245s ]
select article_id,cat_id,title from ecs_article where is_open = 1 and cat_id = 211 [ RunTime:0.000240s ]
SHOW FULL COLUMNS FROM `ecs_article` [ RunTime:0.000674s ]
SELECT `content` FROM `ecs_article` WHERE `article_id` = 289 LIMIT 1 [ RunTime:0.000334s ]
SELECT SUM(goods_number) AS number, SUM(goods_price * goods_number) AS amount FROM ecs_cart WHERE user_id = '0' AND rec_type = '0' [ RunTime:0.000388s ]
select * from ecs_article_cat where cat_id = '12' [ RunTime:0.000282s ]
SELECT c.*, COUNT(s.cat_id) AS has_children, COUNT(a.article_id) AS aricle_num FROM ecs_article_cat AS c
LEFT JOIN ecs_article_cat AS s ON s.parent_id = c.cat_id
LEFT JOIN ecs_article AS a ON a.cat_id = c.cat_id
GROUP BY c.cat_id ORDER BY parent_id, sort_order ASC [ RunTime:0.000480s ]
SELECT COUNT(*) FROM ecs_article WHERE cat_id IN ('12') AND is_open = 1 [ RunTime:0.000284s ]
SELECT article_id,title,show_title,author,add_time,file_url,img_file,file_guige,open_type,content,job_guys,job_address,description,tag FROM ecs_article WHERE is_open = 1 AND cat_id IN ('12') ORDER BY add_time DESC, tag ASC LIMIT 5 [ RunTime:0.000318s ]
SELECT id, number, type FROM ecs_template WHERE filename = 'article_cat' AND type > 0 AND remarks = '' AND theme = 'default' [ RunTime:0.000326s ]
select * from ecs_article_cat where tag=1 and parent_id = 171 order by sort_order limit 6 [ RunTime:0.000296s ]
SELECT * FROM ecs_ad where position_id = '30' and enabled = 1 and start_time <= '1679633242' AND end_time >= '1679633242' ORDER BY ad_id desc [ RunTime:0.000557s ]