[ DB ] CONNECT:[ UseTime:0.000464s ] mysql:host=127.0.0.1;port=3306;dbname=mall_chtc365;charset=utf8
[ SQL ] SHOW COLUMNS FROM `ds_brand` [ RunTime:0.001264s ]
[ SQL ] SELECT `brand_name`,`brand_pic`,`store_id` FROM `ds_brand` WHERE `gc_id` = 770 AND `brand_apply` = 1 ORDER BY `brand_recommend` DESC,`brand_sort` ASC [ RunTime:0.000485s ]
[ SQL ] SELECT `brand_name`,`brand_pic`,`store_id` FROM `ds_brand` WHERE `gc_id` = 871 AND `brand_apply` = 1 ORDER BY `brand_recommend` DESC,`brand_sort` ASC [ RunTime:0.000400s ]
[ SQL ] SELECT `brand_name`,`brand_pic`,`store_id` FROM `ds_brand` WHERE `gc_id` = 931 AND `brand_apply` = 1 ORDER BY `brand_recommend` DESC,`brand_sort` ASC [ RunTime:0.000511s ]
[ SQL ] SELECT `brand_name`,`brand_pic`,`store_id` FROM `ds_brand` WHERE `gc_id` = 817 AND `brand_apply` = 1 ORDER BY `brand_recommend` DESC,`brand_sort` ASC [ RunTime:0.000407s ]
[ SQL ] SELECT `brand_name`,`brand_pic`,`store_id` FROM `ds_brand` WHERE `gc_id` = 1055 AND `brand_apply` = 1 ORDER BY `brand_recommend` DESC,`brand_sort` ASC [ RunTime:0.000416s ]
[ SQL ] SELECT `brand_name`,`brand_pic`,`store_id` FROM `ds_brand` WHERE `gc_id` = 1056 AND `brand_apply` = 1 ORDER BY `brand_recommend` DESC,`brand_sort` ASC [ RunTime:0.000455s ]
[ SQL ] SELECT `brand_name`,`brand_pic`,`store_id` FROM `ds_brand` WHERE `gc_id` = 949 AND `brand_apply` = 1 ORDER BY `brand_recommend` DESC,`brand_sort` ASC [ RunTime:0.000387s ]
[ SQL ] SELECT `brand_name`,`brand_pic`,`store_id` FROM `ds_brand` WHERE `gc_id` = 1159 AND `brand_apply` = 1 ORDER BY `brand_recommend` DESC,`brand_sort` ASC [ RunTime:0.000299s ]
[ SQL ] SELECT `brand_name`,`brand_pic`,`store_id` FROM `ds_brand` WHERE `gc_id` = 1160 AND `brand_apply` = 1 ORDER BY `brand_recommend` DESC,`brand_sort` ASC [ RunTime:0.000289s ]
[ SQL ] SHOW COLUMNS FROM `ds_store` [ RunTime:0.002127s ]
[ SQL ] SELECT COUNT(*) AS tp_count FROM `ds_store` WHERE `storeclass_id` = 10 AND `store_state` = 1 LIMIT 1 [ RunTime:0.000557s ]
[ SQL ] SELECT * FROM `ds_store` WHERE `storeclass_id` = 10 AND `store_state` = 1 ORDER BY `store_sort` ASC LIMIT 0,10 [ RunTime:0.011913s ]
[ SQL ] SHOW COLUMNS FROM `ds_evaluatestore` [ RunTime:0.001589s ]
[ SQL ] SELECT AVG(seval_desccredit) as store_desccredit,AVG(seval_servicecredit) as store_servicecredit,AVG(seval_deliverycredit) as store_deliverycredit,COUNT(seval_id) as count FROM `ds_evaluatestore` WHERE `seval_storeid` = 112 LIMIT 1 [ RunTime:0.000377s ]
[ SQL ] SELECT * FROM `ds_store` WHERE `storeclass_id` = 10 AND `store_state` = 1 [ RunTime:0.001091s ]
[ SQL ] SELECT AVG(seval_desccredit) as store_desccredit,AVG(seval_servicecredit) as store_servicecredit,AVG(seval_deliverycredit) as store_deliverycredit,COUNT(seval_id) as count FROM `ds_evaluatestore` WHERE `seval_storeid` IN (112,0) LIMIT 1 [ RunTime:0.000340s ]
[ SQL ] SHOW COLUMNS FROM `ds_goods` [ RunTime:0.001534s ]
[ SQL ] SELECT store_id,count(*) as goods_count FROM `ds_goods` WHERE `goods_state` = 1 AND `store_id` IN (112) GROUP BY `store_id` [ RunTime:0.007843s ]
[ SQL ] SHOW COLUMNS FROM `ds_order` [ RunTime:0.001538s ]
[ SQL ] SELECT store_id,count(*) as order_count FROM `ds_order` WHERE `store_id` IN (112) AND `add_time` > 1732363670 GROUP BY `store_id` [ RunTime:0.000500s ]
[ SQL ] SELECT `goods_id`,`store_id`,`goods_name`,`goods_image`,`goods_price`,`goods_salenum` FROM `ds_goods` WHERE `store_id` = 112 AND `goods_state` = 1 ORDER BY `goods_salenum` DESC LIMIT 8 [ RunTime:0.001628s ]