SHOW FULL COLUMNS FROM `ims_shop_member` [ RunTime:0.000615s ]
SELECT `id`,`username`,`mobile`,`nickname`,`avatar`,`realname`,`credit2`,`is_check`,`check_type`,`createtime`,`introduce`,`email`,`is_developer`,`developer_level`,`siteid_num`,`token`,`invite_code`,`isagent` FROM `ims_shop_member` WHERE `id` = 0 LIMIT 1 [ RunTime:0.000338s ]
SHOW FULL COLUMNS FROM `ims_shop_goods` [ RunTime:0.000629s ]
SELECT `id`,`thumb`,`title`,`marketprice`,`app_types`,`sales`,`salesreal`,`app_labels`,`app_score` FROM `ims_shop_goods` WHERE `uniacid` = 1 AND `enabled` = 1 AND `status` = 1 AND ( FIND_IN_SET('wxapp',app_types)<>'' ) ORDER BY `id` DESC LIMIT 1800,12 [ RunTime:0.000501s ]
SELECT COUNT(`id`) AS think_count FROM `ims_shop_goods` WHERE `uniacid` = 1 AND `enabled` = 1 AND `status` = 1 AND ( FIND_IN_SET('wxapp',app_types)<>'' ) LIMIT 1 [ RunTime:0.000367s ]
SHOW FULL COLUMNS FROM `ims_shop_goods_category` [ RunTime:0.000465s ]
SELECT `id`,`name` FROM `ims_shop_goods_category` WHERE `enabled` = 1 AND `deleted` = 0 ORDER BY `displayorder` DESC [ RunTime:0.000307s ]
SHOW FULL COLUMNS FROM `ims_shop_goods_label` [ RunTime:0.000414s ]
SELECT `id`,`name` FROM `ims_shop_goods_label` WHERE `uniacid` = 1 AND `enabled` = 1 AND `type` = 1 AND `deleted` = 0 ORDER BY `displayorder` DESC,`id` DESC [ RunTime:0.000324s ]