[ DB ] CONNECT:[ UseTime:0.014802s ] mysql:host=47.111.145.171;dbname=demo_shanghaiamt;charset=utf8mb4
[ SQL ] SHOW COLUMNS FROM `product` [ RunTime:0.010430s ]
[ SQL ] SELECT * FROM `product` WHERE `status` = 1 AND `recommend` = 1 ORDER BY `sort` DESC,`id` DESC LIMIT 10 [ RunTime:0.010088s ]
[ SQL ] select exhibitor_id from exhibitor_info where CONCAT(',',category_data,',') like '%,31,%' group by exhibitor_id; [ RunTime:0.011258s ]
[ SQL ] SHOW COLUMNS FROM `exhibitor` [ RunTime:0.010561s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `exhibitor` WHERE `id` = 0 AND `expo_id` = 8 AND `company_cn` <> '' AND `status` = 1 [ RunTime:0.009825s ]
[ SQL ] SELECT * FROM `exhibitor` WHERE `id` = 0 AND `expo_id` = 8 AND `company_cn` <> '' AND `status` = 1 LIMIT 0,10 [ RunTime:0.010099s ]
[ SQL ] SELECT country_id,count(country_id) as total FROM `exhibitor` WHERE `expo_id` = 8 AND `country_id` > 0 AND `status` = 1 GROUP BY `country_id` ORDER BY `total` DESC [ RunTime:0.009922s ]