[ DB ] CONNECT:[ UseTime:0.013663s ] mysql:host=47.97.231.216;dbname=yibohui_dev;charset=utf8mb4
[ SQL ] SHOW COLUMNS FROM `exhibitor` [ RunTime:0.011387s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM ( SELECT count(*) AS think_count FROM ( SELECT e.*,p.create_time as product_time,p.image as product_image,p.title_cn as product_title,
(select GROUP_CONCAT(cate_name_cn) from exhibitor_category_map as ecm left join product_category as pc on pc.id = ecm.category_id where ecm.exhibitor_id = e.id) as cate_list
FROM `exhibitor` `e` LEFT JOIN `product` `p` ON `p`.`exhibitor_id`=`e`.`id` WHERE `company_cn` <> '' AND `e`.`status` = 1 ORDER BY is_top desc,sort desc,expo_id desc,product_time desc LIMIT 0,999999 ) as a GROUP BY `a`.`company_id` ) `_group_count_` [ RunTime:0.009299s ]
[ SQL ] SELECT * FROM ( SELECT e.*,p.create_time as product_time,p.image as product_image,p.title_cn as product_title,
(select GROUP_CONCAT(cate_name_cn) from exhibitor_category_map as ecm left join product_category as pc on pc.id = ecm.category_id where ecm.exhibitor_id = e.id) as cate_list
FROM `exhibitor` `e` LEFT JOIN `product` `p` ON `p`.`exhibitor_id`=`e`.`id` WHERE `company_cn` <> '' AND `e`.`status` = 1 ORDER BY is_top desc,sort desc,expo_id desc,product_time desc LIMIT 0,999999 ) as a GROUP BY `a`.`company_id` ORDER BY is_top desc,sort desc,expo_id desc,product_time desc LIMIT 483,21 [ RunTime:0.009732s ]
[ SQL ] SHOW COLUMNS FROM `product` [ RunTime:0.011116s ]
[ SQL ] SELECT * FROM `product` WHERE `status` = 1 AND `exhibitor_id` IN (1308,2466,1466,1373,1465,1409,1463,1260,1276,1362,1461,1462,1311,1439,1251,1352,1458,1332,1454,1329,1457) ORDER BY `sort` DESC,`id` DESC [ RunTime:0.019607s ]