[ DB ] CONNECT:[ UseTime:0.013566s ] mysql:host=47.111.145.171;dbname=demo_shanghaiamt;charset=utf8mb4
[ SQL ] SHOW COLUMNS FROM `product` [ RunTime:0.009561s ]
[ SQL ] SELECT * FROM `product` WHERE `status` = 1 AND `recommend` = 1 ORDER BY `sort` DESC,`id` DESC LIMIT 10 [ RunTime:0.009279s ]
[ SQL ] select exhibitor_id from exhibitor_info where CONCAT(',',category_data,',') like '%,4,%' group by exhibitor_id; [ RunTime:0.010374s ]
[ SQL ] SHOW COLUMNS FROM `exhibitor` [ RunTime:0.009675s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `exhibitor` WHERE `id` = 2045 AND `expo_id` = 8 AND `company_cn` <> '' AND `status` = 1 [ RunTime:0.009081s ]
[ SQL ] SELECT * FROM `exhibitor` WHERE `id` = 2045 AND `expo_id` = 8 AND `company_cn` <> '' AND `status` = 1 LIMIT 0,10 [ RunTime:0.009395s ]
[ 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.009145s ]