SHOW FULL COLUMNS FROM `trader_profile` [ RunTime:0.000333s ]
SELECT `trader_id`,`cover_image_url`,`nickname`,`experience_years`,`trading_philosophy`,`total_capital_capacity`,`investment_style`,`personal_introduction`,`professional_background` FROM `trader_profile` ORDER BY `trader_id` DESC LIMIT 6 [ RunTime:0.000135s ]
SELECT `account_id`,`nickname`,`total_return_rate`,`total_net_value`,`annual_return`,`create_time`,ROUND(TIMESTAMPDIFF(DAY, FROM_UNIXTIME(create_time), NOW()) / 365, 1) as show_years FROM `account` ORDER BY `total_return_rate` DESC LIMIT 6 [ RunTime:0.000411s ]
SHOW FULL COLUMNS FROM `contest_ranking` [ RunTime:0.000184s ]
SELECT `id`,`current_rank`,`nickname`,`composite_score`,`current_equity`,`cumulative_net_profit` FROM `contest_ranking` WHERE `contest_phase` = '1' AND `participation_group` = '1' ORDER BY `current_rank` ASC LIMIT 10 [ RunTime:0.000205s ]
SELECT `id`,`current_rank`,`nickname`,`composite_score`,`current_equity`,`cumulative_net_profit` FROM `contest_ranking` WHERE `contest_phase` = '1' AND `participation_group` = '2' ORDER BY `current_rank` ASC LIMIT 10 [ RunTime:0.000130s ]
SELECT `id`,`current_rank`,`nickname`,`composite_score`,`current_equity`,`cumulative_net_profit` FROM `contest_ranking` WHERE `contest_phase` = '1' AND `participation_group` = '3' ORDER BY `current_rank` ASC LIMIT 10 [ RunTime:0.000098s ]
SELECT `id`,`current_rank`,`nickname`,`composite_score`,`current_equity`,`cumulative_net_profit` FROM `contest_ranking` WHERE `contest_phase` = '1' AND `participation_group` = '4' ORDER BY `current_rank` ASC LIMIT 10 [ RunTime:0.000113s ]
SHOW FULL COLUMNS FROM `video_interview` [ RunTime:0.000138s ]
SELECT `id`,`video_title`,`video_url`,`video_cover`,`guest_id`,`create_time` FROM `video_interview` ORDER BY `id` DESC LIMIT 4 [ RunTime:0.000060s ]
SHOW FULL COLUMNS FROM `article` [ RunTime:0.000117s ]
SELECT * FROM `article` WHERE `article`.`delete_time` IS NULL ORDER BY `id` DESC LIMIT 4 [ RunTime:0.000152s ]
SHOW FULL COLUMNS FROM `config` [ RunTime:0.000135s ]
SELECT `keyword`,`value` FROM `config` WHERE ( `keyword` IN ('companyAddress','contactPhone','contactEmail','contactWechat','AdImage','AdUrl') ) AND `config`.`deleted_at` IS NULL [ RunTime:0.000096s ]
SHOW FULL COLUMNS FROM `banner` [ RunTime:0.000106s ]
SELECT * FROM `banner` WHERE `banner`.`deleted_at` IS NULL ORDER BY `sort` DESC [ RunTime:0.000068s ]