SHOW FULL COLUMNS FROM `wst_sys_configs` [ RunTime:0.000678s ]
SELECT `fieldCode`,`fieldValue` FROM `wst_sys_configs` [ RunTime:0.000351s ]
SHOW FULL COLUMNS FROM `wst_styles` [ RunTime:0.000542s ]
SELECT `styleSys`,`stylePath`,`id` FROM `wst_styles` WHERE `isUse` = 1 [ RunTime:0.000234s ]
SHOW FULL COLUMNS FROM `wst_datas` [ RunTime:0.000503s ]
SELECT `dataVal` FROM `wst_datas` WHERE `catId` = 3 [ RunTime:0.000228s ]
SHOW FULL COLUMNS FROM `wst_addons` [ RunTime:0.000462s ]
SELECT `addonId`,`name` FROM `wst_addons` WHERE ( status =1 and dataFlag = 1 ) [ RunTime:0.000275s ]
SHOW FULL COLUMNS FROM `wst_home_menus` [ RunTime:0.000552s ]
SELECT * FROM `wst_home_menus` WHERE `dataFlag` = 1 [ RunTime:0.000325s ]
SHOW FULL COLUMNS FROM `wst_switchs` [ RunTime:0.000536s ]
SELECT * FROM `wst_switchs` [ RunTime:0.000221s ]
SHOW FULL COLUMNS FROM `wst_data_cats` [ RunTime:0.000485s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'ADS_TYPE' LIMIT 1 [ RunTime:0.000194s ]
SELECT * FROM `wst_datas` WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.000380s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'ADS_TYPE' LIMIT 1 [ RunTime:0.000189s ]
SELECT * FROM `wst_datas` WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.000365s ]
SHOW FULL COLUMNS FROM `wst_goods` [ RunTime:0.000625s ]
SHOW FULL COLUMNS FROM `wst_goods_cats` [ RunTime:0.000518s ]
SHOW FULL COLUMNS FROM `wst_brands` [ RunTime:0.000554s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 190 LIMIT 1 [ RunTime:0.000192s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 52 LIMIT 1 [ RunTime:0.000196s ]
SELECT `seoTitle`,`seoKeywords`,`seoDes`,`catListTheme` FROM `wst_goods_cats` WHERE `catId` = 190 AND `dataFlag` = 1 LIMIT 1 [ RunTime:0.000228s ]
SHOW FULL COLUMNS FROM `wst_cat_brands` [ RunTime:0.000485s ]
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=52 INNER JOIN `wst_goods` `g` ON `g`.`brandId`=`b`.`brandId` ORDER BY `b`.`brandName` ASC [ RunTime:0.000335s ]
SHOW FULL COLUMNS FROM `wst_attributes` [ RunTime:0.000525s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 190 LIMIT 1 [ RunTime:0.000186s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 52 LIMIT 1 [ RunTime:0.000166s ]
SELECT `attrId`,`attrName`,`attrVal` FROM `wst_attributes` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `goodsCatId` IN (52,190) AND `attrType` <> 0 ORDER BY `attrSort` ASC [ RunTime:0.000261s ]
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 '52_190_%' LIMIT 1 [ RunTime:0.000363s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` `g` WHERE `g`.`dataFlag` = 1 AND `isSale` = 1 AND `goodsCatIdPath` LIKE '52_190_%' [ RunTime:0.000280s ]
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 '52_190_%' ORDER BY `goodsSort` ASC,`saleNum` DESC,`goodsId` ASC LIMIT 0,20 [ RunTime:0.000377s ]
SHOW FULL COLUMNS FROM `wst_favorites` [ RunTime:0.000559s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 12 LIMIT 1 [ RunTime:0.000207s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 14 LIMIT 1 [ RunTime:0.000216s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 13 LIMIT 1 [ RunTime:0.000189s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 17 LIMIT 1 [ RunTime:0.000192s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 15 LIMIT 1 [ RunTime:0.000216s ]
SELECT * FROM `wst_favorites` WHERE `userId` = 0 AND `goodsId` = 78 LIMIT 1 [ RunTime:0.000184s ]
SHOW FULL COLUMNS FROM `wst_reward_goods` [ RunTime:0.000557s ]
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<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000392s ]
SHOW FULL COLUMNS FROM `wst_rewards` [ RunTime:0.000471s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000235s ]
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<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000268s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000225s ]
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<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000280s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000266s ]
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<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000246s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000220s ]
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<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000277s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000222s ]
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=78 and startDate<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000243s ]
SELECT COUNT(*) AS think_count FROM `wst_rewards` WHERE ( dataFlag=1 and useObjects=0 and startDate<="2023-06-04" and endDate>="2023-06-04" ) [ RunTime:0.000265s ]
SHOW FULL COLUMNS FROM `wst_coupon_goods` [ RunTime:0.000551s ]
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 ('>=','2023-06-04') [ RunTime:0.000339s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 12 LIMIT 1 [ RunTime:0.000206s ]
SHOW FULL COLUMNS FROM `wst_coupon_cats` [ RunTime:0.000462s ]
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` = 52 AND `endDate` IN ('>=','2023-06-04') [ RunTime:0.000291s ]
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 ('>=','2023-06-04') [ RunTime:0.000259s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 14 LIMIT 1 [ RunTime:0.000189s ]
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` = 52 AND `endDate` IN ('>=','2023-06-04') [ RunTime:0.000264s ]
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 ('>=','2023-06-04') [ RunTime:0.000292s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 13 LIMIT 1 [ RunTime:0.000186s ]
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` = 52 AND `endDate` IN ('>=','2023-06-04') [ RunTime:0.000264s ]
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 ('>=','2023-06-04') [ RunTime:0.000281s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 17 LIMIT 1 [ RunTime:0.000185s ]
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` = 52 AND `endDate` IN ('>=','2023-06-04') [ RunTime:0.000262s ]
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 ('>=','2023-06-04') [ RunTime:0.000257s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 15 LIMIT 1 [ RunTime:0.000185s ]
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` = 52 AND `endDate` IN ('>=','2023-06-04') [ RunTime:0.000310s ]
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` = 78 AND `endDate` IN ('>=','2023-06-04') [ RunTime:0.000275s ]
SELECT `goodsCatIdPath` FROM `wst_goods` WHERE `goodsId` = 78 LIMIT 1 [ RunTime:0.000186s ]
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` = 52 AND `endDate` IN ('>=','2023-06-04') [ RunTime:0.000290s ]
SELECT `config` FROM `wst_addons` WHERE `name` = 'Distribut' LIMIT 1 [ RunTime:0.000340s ]
SELECT `commission` FROM `wst_goods` WHERE `goodsId` = 12 LIMIT 1 [ RunTime:0.000216s ]
SELECT `commission` FROM `wst_goods` WHERE `goodsId` = 14 LIMIT 1 [ RunTime:0.000184s ]
SELECT `commission` FROM `wst_goods` WHERE `goodsId` = 13 LIMIT 1 [ RunTime:0.000181s ]
SELECT `commission` FROM `wst_goods` WHERE `goodsId` = 17 LIMIT 1 [ RunTime:0.000180s ]
SELECT `commission` FROM `wst_goods` WHERE `goodsId` = 15 LIMIT 1 [ RunTime:0.000179s ]
SELECT `commission` FROM `wst_goods` WHERE `goodsId` = 78 LIMIT 1 [ RunTime:0.000178s ]
SELECT `catId`,`catName` FROM `wst_goods_cats` WHERE `parentId` = 190 AND `dataFlag` = 1 AND `isShow` = 1 [ RunTime:0.000229s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 190 LIMIT 1 [ RunTime:0.000185s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 52 LIMIT 1 [ RunTime:0.000176s ]
SELECT `catName` FROM `wst_goods_cats` WHERE `catId` IN (52,190) ORDER BY `catId` DESC [ RunTime:0.000210s ]
SHOW FULL COLUMNS FROM `wst_navs` [ RunTime:0.000671s ]
SELECT * FROM `wst_navs` WHERE `isShow` = 1 ORDER BY `navSort` ASC [ RunTime:0.000310s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` WHERE `dataFlag` = 1 AND `isSale` = 1 AND `goodsName` LIKE '%WSTShop%' [ RunTime:0.000421s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` WHERE `dataFlag` = 1 AND `isSale` = 1 AND `goodsName` LIKE '%开源B2C系统%' [ RunTime:0.000368s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` WHERE `dataFlag` = 1 AND `isSale` = 1 AND `goodsName` LIKE '%网上商店%' [ RunTime:0.000366s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` WHERE `dataFlag` = 1 AND `isSale` = 1 AND `goodsName` LIKE '%华为荣耀手机%' [ RunTime:0.000372s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` WHERE `dataFlag` = 1 AND `isSale` = 1 AND `goodsName` LIKE '%酒仙网剑南春%' [ RunTime:0.000348s ]
SELECT `catName`,`catId`,`catImg` FROM `wst_goods_cats` WHERE `dataFlag` = 1 AND `isShow` = 1 AND `parentId` = 0 ORDER BY `catSort` ASC [ RunTime:0.000343s ]
SELECT `catName`,`catId`,`parentId`,`catImg` FROM `wst_goods_cats` WHERE `dataFlag` = 1 AND `isShow` = 1 AND `parentId` IN (47,48,49,50,51,54,334,52,53,55,335,56) ORDER BY `catSort` ASC [ RunTime:0.000389s ]
SELECT `catName`,`catId`,`parentId`,`catImg` FROM `wst_goods_cats` WHERE `dataFlag` = 1 AND `isShow` = 1 AND `parentId` IN (190,137,219,189,84,118,80,74,339,348,61,164,85,167,119,138,165,103,220,78,340,349,62,191,139,221,258,166,350,63,120,108,79,86,222,361,64,259,81,192,87,121,140,82,193,141,223,260,65,66,261,71,109) ORDER BY `catSort` ASC [ RunTime:0.000514s ]
SELECT `parentId`,`catName`,`catId` FROM `wst_goods_cats` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `catId` = 190 LIMIT 1 [ RunTime:0.000245s ]
SELECT `parentId`,`catName`,`catId` FROM `wst_goods_cats` WHERE `isShow` = 1 AND `dataFlag` = 1 AND `catId` = 52 LIMIT 1 [ RunTime:0.000203s ]
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` = 190 ORDER BY `r`.`dataSort` ASC LIMIT 20 [ RunTime:0.000427s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 190 LIMIT 1 [ RunTime:0.000195s ]
SELECT `parentId` FROM `wst_goods_cats` WHERE `catId` = 52 LIMIT 1 [ RunTime:0.000177s ]
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 '52_190_%' ORDER BY `saleNum` DESC,`goodsId` ASC LIMIT 20 [ RunTime:0.000371s ]
SHOW FULL COLUMNS FROM `wst_goods_specs` [ RunTime:0.000568s ]
SELECT * FROM `wst_goods_specs` WHERE `goodsId` = 13 AND `dataFlag` = 1 ORDER BY `id` ASC [ RunTime:0.000276s ]
SELECT `config` FROM `wst_addons` WHERE `name` = 'Distribut' LIMIT 1 [ RunTime:0.000225s ]
SELECT `commission` FROM `wst_goods` WHERE `goodsId` = 12 LIMIT 1 [ RunTime:0.000191s ]
SELECT `commission` FROM `wst_goods` WHERE `goodsId` = 14 LIMIT 1 [ RunTime:0.000181s ]
SELECT `commission` FROM `wst_goods` WHERE `goodsId` = 13 LIMIT 1 [ RunTime:0.000186s ]
SELECT `commission` FROM `wst_goods` WHERE `goodsId` = 17 LIMIT 1 [ RunTime:0.000180s ]
SHOW FULL COLUMNS FROM `wst_article_cats` [ RunTime:0.000500s ]
SELECT `catName`,`catId` FROM `wst_article_cats` WHERE `catType` = 1 AND `dataFlag` = 1 AND `isShow` = 1 ORDER BY `catSort` ASC LIMIT 5 [ RunTime:0.000258s ]
SHOW FULL COLUMNS FROM `wst_articles` [ RunTime:0.000525s ]
SELECT `articleId`,`catId`,`articleTitle` FROM `wst_articles` WHERE `dataFlag` = 1 AND `isShow` = 1 AND `catId` = 5 ORDER BY `catSort` ASC,`createTime` ASC LIMIT 6 [ RunTime:0.000293s ]
SELECT `articleId`,`catId`,`articleTitle` FROM `wst_articles` WHERE `dataFlag` = 1 AND `isShow` = 1 AND `catId` = 9 ORDER BY `catSort` ASC,`createTime` ASC LIMIT 6 [ RunTime:0.000297s ]
SELECT `articleId`,`catId`,`articleTitle` FROM `wst_articles` WHERE `dataFlag` = 1 AND `isShow` = 1 AND `catId` = 1 ORDER BY `catSort` ASC,`createTime` ASC LIMIT 6 [ RunTime:0.000268s ]
SELECT `articleId`,`catId`,`articleTitle` FROM `wst_articles` WHERE `dataFlag` = 1 AND `isShow` = 1 AND `catId` = 10 ORDER BY `catSort` ASC,`createTime` ASC LIMIT 6 [ RunTime:0.000292s ]
SELECT `articleId`,`catId`,`articleTitle` FROM `wst_articles` WHERE `dataFlag` = 1 AND `isShow` = 1 AND `catId` = 6 ORDER BY `catSort` ASC,`createTime` ASC LIMIT 6 [ RunTime:0.000282s ]
SHOW FULL COLUMNS FROM `wst_friendlinks` [ RunTime:0.000496s ]
SELECT * FROM `wst_friendlinks` WHERE `dataFlag` = 1 ORDER BY `friendlinkSort` ASC [ RunTime:0.000249s ]