SHOW FULL COLUMNS FROM `wst_sys_configs` [ RunTime:0.000451s ]
SELECT `fieldCode`,`fieldValue` FROM `wst_sys_configs` [ RunTime:0.000404s ]
SHOW FULL COLUMNS FROM `wst_styles` [ RunTime:0.000341s ]
SELECT `styleSys`,`stylePath`,`id` FROM `wst_styles` WHERE `isUse` = 1 [ RunTime:0.000187s ]
SHOW FULL COLUMNS FROM `wst_datas` [ RunTime:0.000317s ]
SELECT `dataVal` FROM `wst_datas` WHERE `catId` = 3 [ RunTime:0.000190s ]
SHOW FULL COLUMNS FROM `wst_home_menus` [ RunTime:0.000539s ]
SHOW FULL COLUMNS FROM `wst_data_cats` [ RunTime:0.000515s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'ADS_TYPE' LIMIT 1 [ RunTime:0.000130s ]
SELECT * FROM `wst_datas` WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.000260s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'ADS_TYPE' LIMIT 1 [ RunTime:0.000144s ]
SELECT * FROM `wst_datas` WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.000277s ]
SHOW FULL COLUMNS FROM `wst_goods` [ RunTime:0.000494s ]
SHOW FULL COLUMNS FROM `wst_goods_cats` [ RunTime:0.000426s ]
SHOW FULL COLUMNS FROM `wst_brands` [ RunTime:0.000370s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 2 LIMIT 1 [ RunTime:0.000308s ]
SELECT `seoTitle`,`seoKeywords`,`seoDes`,`catListTheme` FROM `wst_goods_cats` WHERE `catId` = 2 AND `dataFlag` = 1 LIMIT 1 [ RunTime:0.000148s ]
SHOW FULL COLUMNS FROM `wst_cat_brands` [ RunTime:0.000277s ]
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=2 INNER JOIN `wst_goods` `g` ON `g`.`brandId`=`b`.`brandId` ORDER BY `b`.`brandName` ASC [ RunTime:0.000369s ]
SHOW FULL COLUMNS FROM `wst_attributes` [ RunTime:0.000383s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 2 LIMIT 1 [ RunTime:0.000143s ]
SELECT `attrId`,`attrName`,`attrVal` FROM `wst_attributes` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `goodsCatId` = 2 AND `attrType` <> 0 ORDER BY `attrSort` ASC [ RunTime:0.000242s ]
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 '2_%' OR `goodsViceCatId` LIKE '2_%' ) LIMIT 1 [ RunTime:0.000339s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` `g` WHERE `g`.`dataFlag` = 1 AND `isSale` = 1 AND ( `goodsCatIdPath` LIKE '2_%' OR `goodsViceCatId` LIKE '2_%' ) [ RunTime:0.000305s ]
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 '2_%' OR `goodsViceCatId` LIKE '2_%' ) ORDER BY `goodsSort` ASC,`saleNum` DESC,`goodsId` ASC LIMIT 0,24 [ RunTime:0.000401s ]
SHOW FULL COLUMNS FROM `wst_favorites` [ RunTime:0.000485s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 17 LIMIT 1 [ RunTime:0.000127s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 11 LIMIT 1 [ RunTime:0.000132s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 43 LIMIT 1 [ RunTime:0.000123s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 13 LIMIT 1 [ RunTime:0.000593s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 12 LIMIT 1 [ RunTime:0.000136s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 16 LIMIT 1 [ RunTime:0.000136s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 39 LIMIT 1 [ RunTime:0.000174s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 18 LIMIT 1 [ RunTime:0.000122s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 4 LIMIT 1 [ RunTime:0.000111s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 42 LIMIT 1 [ RunTime:0.000108s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 46 LIMIT 1 [ RunTime:0.000109s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 47 LIMIT 1 [ RunTime:0.000178s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 51 LIMIT 1 [ RunTime:0.000128s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 52 LIMIT 1 [ RunTime:0.000134s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 5 LIMIT 1 [ RunTime:0.000133s ]
SHOW FULL COLUMNS FROM `wst_coupon_goods` [ RunTime:0.000576s ]
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` = 17 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000237s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 17 LIMIT 1 [ RunTime:0.000131s ]
SHOW FULL COLUMNS FROM `wst_coupon_cats` [ RunTime:0.000349s ]
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` = 2 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000194s ]
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` = 11 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000165s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 11 LIMIT 1 [ RunTime:0.000143s ]
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-04-19') [ RunTime:0.000187s ]
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` = 43 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000165s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 43 LIMIT 1 [ RunTime:0.000140s ]
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-04-19') [ RunTime:0.000211s ]
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` = 13 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000161s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 13 LIMIT 1 [ RunTime:0.000132s ]
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-04-19') [ RunTime:0.000189s ]
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` = 12 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000194s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 12 LIMIT 1 [ RunTime:0.000139s ]
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-04-19') [ RunTime:0.000200s ]
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` = 16 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000216s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 16 LIMIT 1 [ RunTime:0.000336s ]
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-04-19') [ RunTime:0.000204s ]
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` = 39 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000217s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 39 LIMIT 1 [ RunTime:0.000136s ]
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-04-19') [ RunTime:0.000206s ]
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` = 18 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000199s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 18 LIMIT 1 [ RunTime:0.000161s ]
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-04-19') [ RunTime:0.000198s ]
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` = 4 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000179s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 4 LIMIT 1 [ RunTime:0.000123s ]
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` = 2 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000207s ]
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` = 42 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000182s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 42 LIMIT 1 [ RunTime:0.000125s ]
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` = 2 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000185s ]
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` = 46 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000202s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 46 LIMIT 1 [ RunTime:0.000132s ]
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` = 2 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000189s ]
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` = 47 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000182s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 47 LIMIT 1 [ RunTime:0.000122s ]
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` = 2 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000413s ]
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` = 51 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000214s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 51 LIMIT 1 [ RunTime:0.000125s ]
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` = 2 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000182s ]
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` = 52 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000214s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 52 LIMIT 1 [ RunTime:0.000168s ]
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` = 2 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000189s ]
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` = 5 AND `endDate` IN ('>=','2026-04-19') [ RunTime:0.000194s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 5 LIMIT 1 [ RunTime:0.000135s ]
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-04-19') [ RunTime:0.000234s ]
SHOW FULL COLUMNS FROM `wst_reward_goods` [ RunTime:0.000362s ]
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=17 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000462s ]
SHOW FULL COLUMNS FROM `wst_rewards` [ RunTime:0.000339s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000177s ]
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=11 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000200s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000175s ]
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=43 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000207s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000166s ]
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=13 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000216s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000161s ]
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=12 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000183s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000140s ]
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=16 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000136s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000141s ]
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=39 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000887s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000202s ]
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=18 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000205s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000162s ]
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=4 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000235s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000159s ]
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=42 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000175s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000148s ]
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=46 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000200s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000153s ]
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=47 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000178s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000147s ]
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=51 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000203s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000151s ]
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=52 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000174s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ 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=5 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000247s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2026-04-19" and endDate>="2026-04-19" ) [ RunTime:0.000175s ]
SELECT `catId`,`catName` FROM `wst_goods_cats` WHERE `parentId` = 2 AND `dataFlag` = 1 AND `isShow` = 1 [ RunTime:0.000193s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 2 LIMIT 1 [ RunTime:0.000189s ]
SELECT `catName` FROM `wst_goods_cats` WHERE `catId` = 2 ORDER BY `catId` DESC [ RunTime:0.000138s ]
SELECT `parentId`,`catName`,`catId` FROM `wst_goods_cats` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `catId` = 2 LIMIT 1 [ RunTime:0.000201s ]