SHOW FULL COLUMNS FROM `wst_sys_configs` [ RunTime:0.000364s ]
SELECT `fieldCode`,`fieldValue` FROM `wst_sys_configs` [ RunTime:0.000217s ]
SHOW FULL COLUMNS FROM `wst_styles` [ RunTime:0.000267s ]
SELECT `styleSys`,`stylePath`,`id` FROM `wst_styles` WHERE `isUse` = 1 [ RunTime:0.000164s ]
SHOW FULL COLUMNS FROM `wst_datas` [ RunTime:0.000245s ]
SELECT `dataVal` FROM `wst_datas` WHERE `catId` = 3 [ RunTime:0.000148s ]
SHOW FULL COLUMNS FROM `wst_home_menus` [ RunTime:0.000266s ]
SHOW FULL COLUMNS FROM `wst_data_cats` [ RunTime:0.000247s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'ADS_TYPE' LIMIT 1 [ RunTime:0.000131s ]
SELECT * FROM `wst_datas` WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.000235s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'ADS_TYPE' LIMIT 1 [ RunTime:0.000121s ]
SELECT * FROM `wst_datas` WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.000194s ]
SHOW FULL COLUMNS FROM `wst_goods` [ RunTime:0.000325s ]
SHOW FULL COLUMNS FROM `wst_goods_cats` [ RunTime:0.000268s ]
SHOW FULL COLUMNS FROM `wst_brands` [ RunTime:0.000286s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 48 LIMIT 1 [ RunTime:0.000123s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 4 LIMIT 1 [ RunTime:0.000102s ]
SELECT `seoTitle`,`seoKeywords`,`seoDes`,`catListTheme` FROM `wst_goods_cats` WHERE `catId` = 48 AND `dataFlag` = 1 LIMIT 1 [ RunTime:0.000119s ]
SHOW FULL COLUMNS FROM `wst_cat_brands` [ RunTime:0.000259s ]
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.000310s ]
SHOW FULL COLUMNS FROM `wst_attributes` [ RunTime:0.000273s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 48 LIMIT 1 [ RunTime:0.000120s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 4 LIMIT 1 [ RunTime:0.000100s ]
SELECT `attrId`,`attrName`,`attrVal` FROM `wst_attributes` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `goodsCatId` IN (4,48) AND `attrType` <> 0 ORDER BY `attrSort` ASC [ RunTime:0.000173s ]
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_48_%' OR `goodsViceCatId` LIKE '4_48_%' ) LIMIT 1 [ RunTime:0.000277s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` `g` WHERE `g`.`dataFlag` = 1 AND `isSale` = 1 AND ( `goodsCatIdPath` LIKE '4_48_%' OR `goodsViceCatId` LIKE '4_48_%' ) [ RunTime:0.000218s ]
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_48_%' OR `goodsViceCatId` LIKE '4_48_%' ) ORDER BY `goodsSort` ASC,`saleNum` DESC,`goodsId` ASC LIMIT 0,24 [ RunTime:0.000299s ]
SHOW FULL COLUMNS FROM `wst_favorites` [ RunTime:0.000257s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 1 LIMIT 1 [ RunTime:0.000145s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 10 LIMIT 1 [ RunTime:0.000110s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 15 LIMIT 1 [ RunTime:0.000101s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 14 LIMIT 1 [ RunTime:0.000099s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 9 LIMIT 1 [ RunTime:0.000098s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 40 LIMIT 1 [ RunTime:0.000096s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 48 LIMIT 1 [ RunTime:0.000104s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 49 LIMIT 1 [ RunTime:0.000114s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 50 LIMIT 1 [ RunTime:0.000099s ]
SHOW FULL COLUMNS FROM `wst_coupon_goods` [ RunTime:0.000244s ]
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` = 1 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000325s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 1 LIMIT 1 [ RunTime:0.000117s ]
SHOW FULL COLUMNS FROM `wst_coupon_cats` [ RunTime:0.000220s ]
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` = 1 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000186s ]
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` = 10 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000183s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 10 LIMIT 1 [ RunTime:0.000113s ]
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` = 1 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000155s ]
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` = 15 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000150s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 15 LIMIT 1 [ RunTime:0.000113s ]
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` = 1 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000148s ]
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` = 14 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000146s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 14 LIMIT 1 [ RunTime:0.000104s ]
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` = 1 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000141s ]
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` = 9 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000149s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 9 LIMIT 1 [ RunTime:0.000105s ]
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` = 1 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000141s ]
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` = 40 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000158s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 40 LIMIT 1 [ RunTime:0.000104s ]
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` = 1 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000152s ]
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` = 48 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000151s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 48 LIMIT 1 [ RunTime:0.000109s ]
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` = 1 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000149s ]
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` = 49 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000144s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 49 LIMIT 1 [ RunTime:0.000113s ]
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` = 1 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` = 50 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000144s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 50 LIMIT 1 [ RunTime:0.000137s ]
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` = 1 AND `endDate` IN ('>=','2026-02-23') [ RunTime:0.000155s ]
SHOW FULL COLUMNS FROM `wst_reward_goods` [ RunTime:0.000258s ]
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=1 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000188s ]
SHOW FULL COLUMNS FROM `wst_rewards` [ RunTime:0.000226s ]
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.000152s ]
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=10 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.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=15 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000138s ]
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.000122s ]
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=14 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000140s ]
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=9 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000132s ]
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.000117s ]
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=40 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000130s ]
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.000119s ]
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=48 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000150s ]
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.000117s ]
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=49 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000130s ]
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.000115s ]
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=50 and startDate<="2026-02-23" and endDate>="2026-02-23" ) [ RunTime:0.000129s ]
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.000158s ]
SELECT `catId`,`catName` FROM `wst_goods_cats` WHERE `parentId` = 48 AND `dataFlag` = 1 AND `isShow` = 1 [ RunTime:0.000146s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 48 LIMIT 1 [ RunTime:0.000125s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 4 LIMIT 1 [ RunTime:0.000108s ]
SELECT `catName` FROM `wst_goods_cats` WHERE `catId` IN (4,48) ORDER BY `catId` DESC [ RunTime:0.000133s ]
SELECT `parentId`,`catName`,`catId` FROM `wst_goods_cats` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `catId` = 48 LIMIT 1 [ RunTime:0.000190s ]
SELECT `parentId`,`catName`,`catId` FROM `wst_goods_cats` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `catId` = 4 LIMIT 1 [ RunTime:0.000149s ]
SELECT g.goodsId,goodsName,goodsImg,goodsSn,goodsStock,shopPrice,marketPrice,isSpec,appraiseNum,visitNum,isNew,(saleNum+fictitiousSales) saleNum FROM `wst_goods` `g` INNER JOIN `wst_recommends` `r` ON `g`.`goodsId`=`r`.`dataId` WHERE `r`.`dataSrc` = 0 AND `g`.`isSale` = 1 AND `g`.`dataFlag` = 1 AND `r`.`dataType` = 0 AND `r`.`goodsCatId` = 48 ORDER BY `r`.`dataSort` ASC LIMIT 20 [ RunTime:0.000256s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 48 LIMIT 1 [ RunTime:0.000117s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 4 LIMIT 1 [ RunTime:0.000101s ]
SELECT goodsId,goodsName,goodsImg,goodsSn,goodsStock,shopPrice,marketPrice,isSpec,appraiseNum,visitNum,isNew,(saleNum+fictitiousSales) saleNum FROM `wst_goods` `g` WHERE `isSale` = 1 AND `g`.`dataFlag` = 1 AND `isRecom` = 1 AND `g`.`goodsCatIdPath` LIKE '4_48_%' ORDER BY `saleNum` DESC,`goodsId` ASC LIMIT 20 [ RunTime:0.000264s ]