SHOW FULL COLUMNS FROM `wst_sys_configs` [ RunTime:0.000374s ]
SELECT `fieldCode`,`fieldValue` FROM `wst_sys_configs` [ RunTime:0.000224s ]
SHOW FULL COLUMNS FROM `wst_styles` [ RunTime:0.000297s ]
SELECT `styleSys`,`stylePath`,`id` FROM `wst_styles` WHERE `isUse` = 1 [ RunTime:0.000167s ]
SHOW FULL COLUMNS FROM `wst_datas` [ RunTime:0.000215s ]
SELECT `dataVal` FROM `wst_datas` WHERE `catId` = 3 [ RunTime:0.000148s ]
SHOW FULL COLUMNS FROM `wst_home_menus` [ RunTime:0.000278s ]
SHOW FULL COLUMNS FROM `wst_data_cats` [ RunTime:0.000254s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'ADS_TYPE' LIMIT 1 [ RunTime:0.000127s ]
SELECT * FROM `wst_datas` WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.000224s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'ADS_TYPE' LIMIT 1 [ RunTime:0.000140s ]
SELECT * FROM `wst_datas` WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.000198s ]
SHOW FULL COLUMNS FROM `wst_goods` [ RunTime:0.000354s ]
SHOW FULL COLUMNS FROM `wst_goods_cats` [ RunTime:0.000288s ]
SHOW FULL COLUMNS FROM `wst_brands` [ RunTime:0.000222s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 49 LIMIT 1 [ RunTime:0.000146s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 4 LIMIT 1 [ RunTime:0.000122s ]
SELECT `seoTitle`,`seoKeywords`,`seoDes`,`catListTheme` FROM `wst_goods_cats` WHERE `catId` = 49 AND `dataFlag` = 1 LIMIT 1 [ RunTime:0.000123s ]
SHOW FULL COLUMNS FROM `wst_cat_brands` [ RunTime:0.000215s ]
SELECT distinct(b.brandId) brandId,b.brandName,b.brandImg FROM `wst_cat_brands` `l` INNER JOIN `wst_brands` `b` ON `b`.`brandId`=l.brandId and b.dataFlag=1 and l.catId=4 INNER JOIN `wst_goods` `g` ON `g`.`brandId`=`b`.`brandId` ORDER BY `b`.`brandName` ASC [ RunTime:0.000315s ]
SHOW FULL COLUMNS FROM `wst_attributes` [ RunTime:0.000229s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 49 LIMIT 1 [ RunTime:0.000130s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 4 LIMIT 1 [ RunTime:0.000103s ]
SELECT `attrId`,`attrName`,`attrVal` FROM `wst_attributes` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `goodsCatId` IN (4,49) AND `attrType` <> 0 ORDER BY `attrSort` ASC [ RunTime:0.000180s ]
SELECT min(shopPrice) minPrice,max(shopPrice) maxPrice,sum(saleNum+fictitiousSales) saleNum FROM `wst_goods` `g` WHERE `g`.`dataFlag` = 1 AND `isSale` = 1 AND ( `goodsCatIdPath` LIKE '4_49_%' OR `goodsViceCatId` LIKE '4_49_%' ) LIMIT 1 [ RunTime:0.000257s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` `g` WHERE `g`.`dataFlag` = 1 AND `isSale` = 1 AND ( `goodsCatIdPath` LIKE '4_49_%' OR `goodsViceCatId` LIKE '4_49_%' ) [ RunTime:0.000231s ]
SELECT goodsId,goodsName,isFreeShipping,goodsSn,goodsStock,shopPrice,marketPrice,isSpec,goodsImg,appraiseNum,visitNum,isNew,(saleNum+fictitiousSales) AS `saleNum` FROM `wst_goods` `g` WHERE `g`.`dataFlag` = 1 AND `isSale` = 1 AND ( `goodsCatIdPath` LIKE '4_49_%' OR `goodsViceCatId` LIKE '4_49_%' ) ORDER BY `goodsSort` ASC,`saleNum` DESC,`goodsId` ASC LIMIT 0,24 [ RunTime:0.000276s ]
SHOW FULL COLUMNS FROM `wst_favorites` [ RunTime:0.000245s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 27 LIMIT 1 [ RunTime:0.000136s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 28 LIMIT 1 [ RunTime:0.000105s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 34 LIMIT 1 [ RunTime:0.000102s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 32 LIMIT 1 [ RunTime:0.000113s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 33 LIMIT 1 [ RunTime:0.000104s ]
SHOW FULL COLUMNS FROM `wst_coupon_goods` [ RunTime:0.000246s ]
SELECT COUNT(*) AS think_count FROM `wst_coupon_goods` `cg` INNER JOIN `wst_coupons` `c` ON `cg`.`couponId`=`c`.`couponId` WHERE `dataFlag` = 1 AND `goodsId` = 27 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000191s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 27 LIMIT 1 [ RunTime:0.000117s ]
SHOW FULL COLUMNS FROM `wst_coupon_cats` [ RunTime:0.000195s ]
SELECT COUNT(*) AS think_count FROM `wst_coupon_cats` `cg` INNER JOIN `wst_coupons` `c` ON `cg`.`couponId`=`c`.`couponId` WHERE `dataFlag` = 1 AND `catId` = 4 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000184s ]
SELECT COUNT(*) AS think_count FROM `wst_coupon_goods` `cg` INNER JOIN `wst_coupons` `c` ON `cg`.`couponId`=`c`.`couponId` WHERE `dataFlag` = 1 AND `goodsId` = 28 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000165s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 28 LIMIT 1 [ RunTime:0.000128s ]
SELECT COUNT(*) AS think_count FROM `wst_coupon_cats` `cg` INNER JOIN `wst_coupons` `c` ON `cg`.`couponId`=`c`.`couponId` WHERE `dataFlag` = 1 AND `catId` = 4 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000150s ]
SELECT COUNT(*) AS think_count FROM `wst_coupon_goods` `cg` INNER JOIN `wst_coupons` `c` ON `cg`.`couponId`=`c`.`couponId` WHERE `dataFlag` = 1 AND `goodsId` = 34 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000150s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 34 LIMIT 1 [ RunTime:0.000111s ]
SELECT COUNT(*) AS think_count FROM `wst_coupon_cats` `cg` INNER JOIN `wst_coupons` `c` ON `cg`.`couponId`=`c`.`couponId` WHERE `dataFlag` = 1 AND `catId` = 4 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000157s ]
SELECT COUNT(*) AS think_count FROM `wst_coupon_goods` `cg` INNER JOIN `wst_coupons` `c` ON `cg`.`couponId`=`c`.`couponId` WHERE `dataFlag` = 1 AND `goodsId` = 32 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000159s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 32 LIMIT 1 [ RunTime:0.000108s ]
SELECT COUNT(*) AS think_count FROM `wst_coupon_cats` `cg` INNER JOIN `wst_coupons` `c` ON `cg`.`couponId`=`c`.`couponId` WHERE `dataFlag` = 1 AND `catId` = 4 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000171s ]
SELECT COUNT(*) AS think_count FROM `wst_coupon_goods` `cg` INNER JOIN `wst_coupons` `c` ON `cg`.`couponId`=`c`.`couponId` WHERE `dataFlag` = 1 AND `goodsId` = 33 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000148s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 33 LIMIT 1 [ RunTime:0.000119s ]
SELECT COUNT(*) AS think_count FROM `wst_coupon_cats` `cg` INNER JOIN `wst_coupons` `c` ON `cg`.`couponId`=`c`.`couponId` WHERE `dataFlag` = 1 AND `catId` = 4 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000150s ]
SHOW FULL COLUMNS FROM `wst_reward_goods` [ RunTime:0.000230s ]
SELECT COUNT(*) AS think_count FROM `wst_reward_goods` `rg` INNER JOIN `wst_rewards` `r` ON `rg`.`rewardId`=`r`.`rewardId` WHERE ( r.dataFlag=1 and goodsId=27 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000183s ]
SHOW FULL COLUMNS FROM `wst_rewards` [ RunTime:0.000230s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000137s ]
SELECT COUNT(*) AS think_count FROM `wst_reward_goods` `rg` INNER JOIN `wst_rewards` `r` ON `rg`.`rewardId`=`r`.`rewardId` WHERE ( r.dataFlag=1 and goodsId=28 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000145s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000136s ]
SELECT COUNT(*) AS think_count FROM `wst_reward_goods` `rg` INNER JOIN `wst_rewards` `r` ON `rg`.`rewardId`=`r`.`rewardId` WHERE ( r.dataFlag=1 and goodsId=34 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000147s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000121s ]
SELECT COUNT(*) AS think_count FROM `wst_reward_goods` `rg` INNER JOIN `wst_rewards` `r` ON `rg`.`rewardId`=`r`.`rewardId` WHERE ( r.dataFlag=1 and goodsId=32 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000136s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000124s ]
SELECT COUNT(*) AS think_count FROM `wst_reward_goods` `rg` INNER JOIN `wst_rewards` `r` ON `rg`.`rewardId`=`r`.`rewardId` WHERE ( r.dataFlag=1 and goodsId=33 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000133s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000132s ]
SELECT `catId`,`catName` FROM `wst_goods_cats` WHERE `parentId` = 49 AND `dataFlag` = 1 AND `isShow` = 1 [ RunTime:0.000145s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 49 LIMIT 1 [ RunTime:0.000142s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 4 LIMIT 1 [ RunTime:0.000109s ]
SELECT `catName` FROM `wst_goods_cats` WHERE `catId` IN (4,49) ORDER BY `catId` DESC [ RunTime:0.000131s ]
SELECT `parentId`,`catName`,`catId` FROM `wst_goods_cats` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `catId` = 49 LIMIT 1 [ RunTime:0.000164s ]
SELECT `parentId`,`catName`,`catId` FROM `wst_goods_cats` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `catId` = 4 LIMIT 1 [ RunTime:0.000133s ]