SHOW FULL COLUMNS FROM `wst_sys_configs` [ RunTime:0.001100s ]
SELECT `fieldCode`,`fieldValue` FROM `wst_sys_configs` [ RunTime:0.000953s ]
SHOW FULL COLUMNS FROM `wst_datas` [ RunTime:0.001358s ]
SELECT `dataVal` FROM `wst_datas` WHERE `catId` = 3 [ RunTime:0.000660s ]
SHOW FULL COLUMNS FROM `wst_languages` [ RunTime:0.000773s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000549s ]
SHOW FULL COLUMNS FROM `wst_addons` [ RunTime:0.001068s ]
SELECT `addonId`,`name` FROM `wst_addons` WHERE ( status =1 and dataFlag = 1 ) [ RunTime:0.000918s ]
SHOW FULL COLUMNS FROM `wst_sellers` [ RunTime:0.001756s ]
SELECT * FROM `wst_sellers` WHERE `sellerId` = 0 AND `dataFlag` = 1 LIMIT 1 [ RunTime:0.000851s ]
SELECT `fieldCode`,`fieldValue` FROM `wst_sys_configs` [ RunTime:0.000672s ]
SELECT `dataVal` FROM `wst_datas` WHERE `catId` = 3 [ RunTime:0.000609s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000594s ]
SELECT `addonId`,`name` FROM `wst_addons` WHERE ( status =1 and dataFlag = 1 ) [ RunTime:0.000774s ]
SHOW FULL COLUMNS FROM `wst_seller_goods` [ RunTime:0.001151s ]
SELECT `areaIdPath` FROM `wst_sellers` WHERE `sellerId` = 0 LIMIT 1 [ RunTime:0.000481s ]
SHOW FULL COLUMNS FROM `wst_areas` [ RunTime:0.001033s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaIso` = 'US' AND `isShow` = 1 LIMIT 1 [ RunTime:0.000550s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaName` = '美国' AND `isShow` = 1 LIMIT 1 [ RunTime:0.000609s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000445s ]
SHOW FULL COLUMNS FROM `wst_goods` [ RunTime:0.001097s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 LEFT JOIN `wst_goods_specs` `gs` ON `g`.`goodsId`=gs.goodsId and gs.isDefault=1 WHERE `g`.`dataFlag` = 1 AND `g`.`isSale` = 1 AND FIND_IN_SET('1', g.displayPlatform) > 0 AND `g`.`goodsSerachKeywords` LIKE '%核货宝%' [ RunTime:0.000838s ]
SELECT gs.id goodsSpecId,`g`.`goodsId`,`g`.`goodsCatId`,`g`.`goodsImg`,`g`.`goodsUnitId`,`gl`.`goodsName`,`g`.`goodsPrice`,g.goodsPrice defaultGoodsPrice,`g`.`goodsStock`,`g`.`preGoodsStock`,g.goodsStock dgoodsStock,g.preGoodsStock dpreGoodsStock,`g`.`saleNum`,g.saleNum dsaleNum,`g`.`isSpec`,`g`.`goodsSn`,`gs`.`specStock`,`gs`.`preSpecStock`,gs.specStock dspecStock,gs.preSpecStock dpreSpecStock,`gs`.`specIds`,g.goodsPrice as platformPrice,gs.specPrice specPrice,`g`.`marketPrice`,`g`.`gallery`,`g`.`minOrder`,`g`.`goodsPattern` FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 LEFT JOIN `wst_goods_specs` `gs` ON `g`.`goodsId`=gs.goodsId and gs.isDefault=1 WHERE `g`.`dataFlag` = 1 AND `g`.`isSale` = 1 AND FIND_IN_SET('1', g.displayPlatform) > 0 AND `g`.`goodsSerachKeywords` LIKE '%核货宝%' LIMIT 0,15 [ RunTime:0.000861s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000512s ]
SHOW FULL COLUMNS FROM `wst_data_cats` [ RunTime:0.000743s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'GOODS_UNIT' LIMIT 1 [ RunTime:0.000486s ]
SELECT `a`.*,`dl`.`dataName` FROM `wst_datas` `a` INNER JOIN `wst_datas_langs` `dl` ON `a`.`id`=dl.dataId and dl.langId=2 WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.000948s ]
SELECT `areaIdPath` FROM `wst_sellers` WHERE `sellerId` = 0 LIMIT 1 [ RunTime:0.000522s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000484s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaIso` = 'US' AND `isShow` = 1 LIMIT 1 [ RunTime:0.000537s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaName` = '美国' AND `isShow` = 1 LIMIT 1 [ RunTime:0.000521s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 INNER JOIN `wst_seller_goods` `sgs` ON `sgs`.`goodsId`=g.goodsId AND sgs.sellerId=0 INNER JOIN `wst_recommends` `r` ON `g`.`goodsId`=`r`.`dataId` LEFT JOIN `wst_goods_specs` `gs` ON `g`.`goodsId`=gs.goodsId and gs.isDefault=1 LEFT JOIN `wst_depot_goods` `dg` ON `dg`.`goodsId`=sgs.goodsId and isDepotSale=1 and dg.depotId=0 LEFT JOIN `wst_depot_goods_specs` `dgs` ON `sgs`.`goodsId`=dgs.goodsId and dgs.goodsSpecId=gs.id and dgs.depotId=0 WHERE `r`.`goodsCatId` = 0 AND `g`.`isSale` = 1 AND `g`.`dataFlag` = 1 AND `r`.`dataType` = 0 AND FIND_IN_SET('1', g.displayPlatform) > 0 [ RunTime:0.000722s ]
SELECT `g`.`goodsId`,`gl`.`goodsName`,`g`.`goodsImg`,`g`.`goodsPrice`,g.goodsPrice defaultGoodsPrice,`g`.`goodsStock`,`g`.`preGoodsStock`,dg.goodsStock dgoodsStock,dg.preGoodsStock dpreGoodsStock,dgs.specStock dspecStock,dgs.preSpecStock dpreSpecStock,`g`.`saleNum`,`sgs`.`platformPrice`,`g`.`marketPrice`,`g`.`isSpec`,`gs`.`specPrice`,`gs`.`preSpecStock`,`gs`.`specStock`,`gs`.`specIds`,`g`.`goodsUnitId`,gs.id goodsSpecId,`g`.`minOrder` FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 INNER JOIN `wst_seller_goods` `sgs` ON `sgs`.`goodsId`=g.goodsId AND sgs.sellerId=0 INNER JOIN `wst_recommends` `r` ON `g`.`goodsId`=`r`.`dataId` LEFT JOIN `wst_goods_specs` `gs` ON `g`.`goodsId`=gs.goodsId and gs.isDefault=1 LEFT JOIN `wst_depot_goods` `dg` ON `dg`.`goodsId`=sgs.goodsId and isDepotSale=1 and dg.depotId=0 LEFT JOIN `wst_depot_goods_specs` `dgs` ON `sgs`.`goodsId`=dgs.goodsId and dgs.goodsSpecId=gs.id and dgs.depotId=0 WHERE `r`.`goodsCatId` = 0 AND `g`.`isSale` = 1 AND `g`.`dataFlag` = 1 AND `r`.`dataType` = 0 AND FIND_IN_SET('1', g.displayPlatform) > 0 ORDER BY `r`.`dataSort` ASC LIMIT 0,16 [ RunTime:0.000896s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaIso` = 'US' AND `isShow` = 1 LIMIT 1 [ RunTime:0.000509s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaName` = '美国' AND `isShow` = 1 LIMIT 1 [ RunTime:0.000521s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000427s ]
SELECT COUNT(*) AS think_count FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 LEFT JOIN `wst_goods_specs` `gs` ON `g`.`goodsId`=gs.goodsId and gs.isDefault=1 WHERE `g`.`dataFlag` = 1 AND `g`.`isSale` = 1 AND FIND_IN_SET('1', g.displayPlatform) > 0 AND `g`.`isRecom` = 1 [ RunTime:0.000749s ]
SELECT `g`.`goodsId`,`gl`.`goodsName`,`g`.`goodsSn`,`g`.`saleNum`,`g`.`isSpec`,`g`.`goodsPrice`,`g`.`goodsImg`,`g`.`goodsCatIdPath`,`g`.`goodsStock`,`g`.`preGoodsStock`,g.preGoodsStock dpreGoodsStock,g.goodsStock dgoodsStock,goodsPrice as platformPrice,`gs`.`specPrice`,`gs`.`specStock`,`gs`.`preSpecStock`,gs.specStock dspecStock,gs.preSpecStock dpreSpecStock,`gs`.`specIds`,`g`.`goodsUnitId`,`g`.`marketPrice`,`g`.`minOrder` FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 LEFT JOIN `wst_goods_specs` `gs` ON `g`.`goodsId`=gs.goodsId and gs.isDefault=1 WHERE `g`.`dataFlag` = 1 AND `g`.`isSale` = 1 AND FIND_IN_SET('1', g.displayPlatform) > 0 AND `g`.`isRecom` = 1 LIMIT 0,16 [ RunTime:0.000887s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000489s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'GOODS_UNIT' LIMIT 1 [ RunTime:0.000415s ]
SELECT `a`.*,`dl`.`dataName` FROM `wst_datas` `a` INNER JOIN `wst_datas_langs` `dl` ON `a`.`id`=dl.dataId and dl.langId=2 WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.000977s ]
SHOW FULL COLUMNS FROM `wst_goods_packagings` [ RunTime:0.000756s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1195 [ RunTime:0.000457s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000422s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000462s ]
SHOW FULL COLUMNS FROM `wst_spec_cats` [ RunTime:0.000730s ]
SELECT `gc`.`isAllowImg`,`cl`.`catName`,`sit`.`catId`,`stl`.`itemId`,`stl`.`itemName`,`sit`.`itemImg` FROM `wst_spec_cats` `gc` INNER JOIN `wst_spec_cats_langs` `cl` ON `gc`.`catId`=cl.catId and cl.langId=2 INNER JOIN `wst_spec_items` `sit` ON `gc`.`catId`=`sit`.`catId` INNER JOIN `wst_spec_items_langs` `stl` ON `sit`.`itemId`=stl.itemId and stl.langId=2 WHERE `sit`.`goodsId` = 1195 AND `gc`.`isShow` = 1 AND `sit`.`dataFlag` = 1 ORDER BY `gc`.`isAllowImg` DESC,`gc`.`catSort` ASC,`gc`.`catId` ASC,`sit`.`itemId` ASC [ RunTime:0.000709s ]
SHOW FULL COLUMNS FROM `wst_goods_specs` [ RunTime:0.000769s ]
SELECT `specIds` FROM `wst_goods_specs` WHERE `goodsId` = 1195 AND `isDefault` = 1 AND `dataFlag` = 1 LIMIT 1 [ RunTime:0.000505s ]
SHOW FULL COLUMNS FROM `wst_spec_items` [ RunTime:0.000692s ]
SELECT `catId` FROM `wst_spec_items` WHERE `itemId` = 45 LIMIT 1 [ RunTime:0.000489s ]
SELECT `gs`.`id`,`isDefault`,`productNo`,`gs`.`specIds`,`marketPrice`,`gs`.`specStock`,`gs`.`preSpecStock`,gs.specStock dspecStock,gs.preSpecStock dpreSpecStock,specPrice specPrice FROM `wst_goods_specs` `gs` WHERE `gs`.`goodsId` = 1195 [ RunTime:0.000682s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1131 [ RunTime:0.000416s ]
SHOW FULL COLUMNS FROM `wst_seller_carts` [ RunTime:0.000863s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1131 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000586s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1132 [ RunTime:0.000545s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1132 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000729s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1133 [ RunTime:0.000431s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1133 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000485s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1134 [ RunTime:0.001101s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1134 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000560s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1135 [ RunTime:0.000503s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1135 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000537s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1136 [ RunTime:0.001113s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1136 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000505s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1137 [ RunTime:0.000414s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1137 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000580s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1138 [ RunTime:0.000520s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1138 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000586s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1140 [ RunTime:0.000738s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1140 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000458s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1141 [ RunTime:0.000533s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1141 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000600s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1142 [ RunTime:0.000525s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1142 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000719s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1144 [ RunTime:0.000428s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1144 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000473s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1145 [ RunTime:0.001170s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1145 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000560s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1146 [ RunTime:0.000469s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1146 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000541s ]
SELECT `id`,`packagingUnitId`,`packagingNum` FROM `wst_goods_packagings` WHERE `goodsId` = 1147 [ RunTime:0.003685s ]
SELECT `cartNum` FROM `wst_seller_carts` WHERE `goodsId` = 1147 AND `sellerGoodsSpecId` = 0 AND `sellerId` = 0 AND `invalid` = 0 LIMIT 1 [ RunTime:0.000885s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.002511s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000539s ]
SELECT `scl`.`catName`,`s`.`itemId`,`spt`.`itemName` FROM `wst_spec_items` `s` LEFT JOIN `wst_spec_items_langs` `spt` ON `s`.`itemId`=spt.itemId and spt.langId=2 LEFT JOIN `wst_spec_cats` `sc` ON `s`.`catId`=`sc`.`catId` LEFT JOIN `wst_spec_cats_langs` `scl` ON `sc`.`catId`=scl.catId and scl.langId=2 WHERE `s`.`goodsId` = 1195 AND `s`.`dataFlag` = 1 [ RunTime:0.000931s ]
SELECT `areaIdPath` FROM `wst_sellers` WHERE `sellerId` = 0 LIMIT 1 [ RunTime:0.000837s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000450s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaIso` = 'US' AND `isShow` = 1 LIMIT 1 [ RunTime:0.000916s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaName` = '美国' AND `isShow` = 1 LIMIT 1 [ RunTime:0.002948s ]
SELECT `g`.`goodsId`,`g`.`isSpec`,`gl`.`goodsTips`,`gl`.`goodsName`,`g`.`goodsImg`,g.goodsPrice defaultGoodsPrice,`g`.`saleNum`,`sgs`.`platformPrice`,`g`.`marketPrice`,`g`.`minOrder`,`g`.`goodsUnitId` FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 INNER JOIN `wst_seller_goods` `sgs` ON `sgs`.`goodsId`=g.goodsId AND sgs.sellerId=0 and sgs.dataFlag=1 INNER JOIN `wst_recommends` `r` ON `g`.`goodsId`=`r`.`dataId` WHERE `r`.`goodsCatId` = 0 AND `g`.`isSale` = 1 AND `g`.`dataFlag` = 1 AND `r`.`dataType` = 1 AND FIND_IN_SET('1', g.displayPlatform) > 0 ORDER BY `r`.`dataSort` ASC LIMIT 6 [ RunTime:0.000884s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.003020s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'GOODS_UNIT' LIMIT 1 [ RunTime:0.000577s ]
SELECT `a`.*,`dl`.`dataName` FROM `wst_datas` `a` INNER JOIN `wst_datas_langs` `dl` ON `a`.`id`=dl.dataId and dl.langId=2 WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.006025s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaIso` = 'US' AND `isShow` = 1 LIMIT 1 [ RunTime:0.001895s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaName` = '美国' AND `isShow` = 1 LIMIT 1 [ RunTime:0.003301s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000978s ]
SELECT gs.id goodsSpecId,`g`.`goodsId`,`g`.`goodsCatId`,`g`.`goodsImg`,`g`.`goodsUnitId`,`gl`.`goodsTips`,`gl`.`goodsName`,`g`.`goodsPrice`,g.goodsPrice defaultGoodsPrice,`g`.`goodsStock`,`g`.`saleNum`,`g`.`isSpec`,`g`.`goodsSn`,`gs`.`specStock`,`gs`.`specIds`,g.goodsPrice as platformPrice,`g`.`marketPrice`,`g`.`minOrder` FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 LEFT JOIN `wst_goods_specs` `gs` ON `g`.`goodsId`=gs.goodsId and gs.isDefault=1 WHERE `g`.`dataFlag` = 1 AND `g`.`isHot` = 1 AND `g`.`isSale` = 1 AND FIND_IN_SET('1', g.displayPlatform) > 0 LIMIT 6 [ RunTime:0.004902s ]
SELECT `goodsCatId` FROM `wst_goods` WHERE `isSale` = 1 AND `dataFlag` = 1 AND `goodsId` = 0 GROUP BY `goodsCatId` [ RunTime:0.001206s ]
SELECT `areaIdPath` FROM `wst_sellers` WHERE `sellerId` = 0 LIMIT 1 [ RunTime:0.004787s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.016352s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaIso` = 'US' AND `isShow` = 1 LIMIT 1 [ RunTime:0.004701s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaName` = '美国' AND `isShow` = 1 LIMIT 1 [ RunTime:0.006927s ]
SELECT `g`.`goodsId`,`gl`.`goodsName`,`g`.`goodsImg`,g.goodsPrice defaultGoodsPrice,`g`.`saleNum`,`sgs`.`platformPrice`,`g`.`marketPrice` FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 INNER JOIN `wst_seller_goods` `sgs` ON `sgs`.`goodsId`=g.goodsId AND sgs.sellerId=0 INNER JOIN `wst_recommends` `r` ON `g`.`goodsId`=`r`.`dataId` WHERE `r`.`goodsCatId` = 0 AND `g`.`isSale` = 1 AND `g`.`dataFlag` = 1 AND `r`.`dataType` = 1 AND FIND_IN_SET('1', g.displayPlatform) > 0 AND `g`.`goodsCatId` IN ('') ORDER BY `r`.`dataSort` ASC LIMIT 6 [ RunTime:0.004926s ]
SELECT `areaIdPath` FROM `wst_sellers` WHERE `sellerId` = 0 LIMIT 1 [ RunTime:0.002253s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.001098s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaIso` = 'US' AND `isShow` = 1 LIMIT 1 [ RunTime:0.001253s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaName` = '美国' AND `isShow` = 1 LIMIT 1 [ RunTime:0.000909s ]
SELECT `g`.`goodsId`,`g`.`isSpec`,`gl`.`goodsTips`,`gl`.`goodsName`,`g`.`goodsImg`,g.goodsPrice defaultGoodsPrice,`g`.`saleNum`,`sgs`.`platformPrice`,`g`.`marketPrice`,`g`.`minOrder`,`g`.`goodsUnitId` FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 INNER JOIN `wst_seller_goods` `sgs` ON `sgs`.`goodsId`=g.goodsId AND sgs.sellerId=0 and sgs.dataFlag=1 INNER JOIN `wst_recommends` `r` ON `g`.`goodsId`=`r`.`dataId` WHERE `r`.`goodsCatId` = 0 AND `g`.`isSale` = 1 AND `g`.`dataFlag` = 1 AND `r`.`dataType` = 1 AND FIND_IN_SET('1', g.displayPlatform) > 0 ORDER BY `r`.`dataSort` ASC LIMIT 6 [ RunTime:0.001361s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.010028s ]
SELECT `catId` FROM `wst_data_cats` WHERE `catCode` = 'GOODS_UNIT' LIMIT 1 [ RunTime:0.003847s ]
SELECT `a`.*,`dl`.`dataName` FROM `wst_datas` `a` INNER JOIN `wst_datas_langs` `dl` ON `a`.`id`=dl.dataId and dl.langId=2 WHERE `dataFlag` = 1 ORDER BY `catId` ASC,`dataSort` ASC,`id` ASC [ RunTime:0.001612s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaIso` = 'US' AND `isShow` = 1 LIMIT 1 [ RunTime:0.002198s ]
SELECT `areaId` FROM `wst_areas` WHERE `areaType` = 0 AND `dataFlag` = 1 AND `areaName` = '美国' AND `isShow` = 1 LIMIT 1 [ RunTime:0.001073s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000981s ]
SELECT gs.id goodsSpecId,`g`.`goodsId`,`g`.`goodsCatId`,`g`.`goodsImg`,`g`.`goodsUnitId`,`gl`.`goodsTips`,`gl`.`goodsName`,`g`.`goodsPrice`,g.goodsPrice defaultGoodsPrice,`g`.`goodsStock`,`g`.`saleNum`,`g`.`isSpec`,`g`.`goodsSn`,`gs`.`specStock`,`gs`.`specIds`,g.goodsPrice as platformPrice,`g`.`marketPrice`,`g`.`minOrder` FROM `wst_goods` `g` INNER JOIN `wst_goods_langs` `gl` ON `g`.`goodsId`=gl.goodsId and gl.langId=2 LEFT JOIN `wst_goods_specs` `gs` ON `g`.`goodsId`=gs.goodsId and gs.isDefault=1 WHERE `g`.`dataFlag` = 1 AND `g`.`isHot` = 1 AND `g`.`isSale` = 1 AND FIND_IN_SET('1', g.displayPlatform) > 0 LIMIT 6 [ RunTime:0.001461s ]
SHOW FULL COLUMNS FROM `wst_ads` [ RunTime:0.001899s ]
SELECT `adId`,`adName`,`adURL`,`adFile`,`positionWidth`,`positionHeight` FROM `wst_ads` `a` LEFT JOIN `wst_ad_positions` `ap` ON `a`.`adPositionId`=ap.positionId and ap.dataFlag=1 WHERE ( a.dataFlag=1 and ap.positionCode='index-top-ads' and adStartDate<= '2026-08-24' and adEndDate>='2026-08-24' and a.sellerId=0 and a.adSrc=1 ) ORDER BY `adSort` ASC LIMIT 1 [ RunTime:0.001611s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.001595s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.001468s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.001373s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.001051s ]
SHOW FULL COLUMNS FROM `wst_goods_cats` [ RunTime:0.001689s ]
SELECT `catName`,`gc`.`catId`,`catImg`,`shortName` FROM `wst_goods_cats` `gc` INNER JOIN `wst_goods_cats_langs` `gcl` ON `gc`.`catId`=gcl.catId and gcl.langId=2 WHERE `dataFlag` = 1 AND `isShow` = 1 AND `parentId` = 0 ORDER BY `catSort` ASC [ RunTime:0.008400s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.001183s ]
SELECT `catName`,`gc`.`catId`,`parentId`,`catImg`,`shortName` FROM `wst_goods_cats` `gc` INNER JOIN `wst_goods_cats_langs` `gcl` ON `gc`.`catId`=gcl.catId and gcl.langId=2 WHERE `dataFlag` = 1 AND `isShow` = 1 AND `parentId` IN (166,167,168,169,170,171,172,173,174,175,176,177,178,179) ORDER BY `catSort` ASC [ RunTime:0.003592s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.001165s ]
SELECT `catName`,`gc`.`catId`,`parentId`,`catImg`,`shortName` FROM `wst_goods_cats` `gc` INNER JOIN `wst_goods_cats_langs` `gcl` ON `gc`.`catId`=gcl.catId and gcl.langId=2 WHERE `dataFlag` = 1 AND `isShow` = 1 AND `parentId` IN (217,249,246,222,227,211,187,195,200,232,205,237,242,180,201,233,206,238,243,181,218,250,247,223,228,212,188,196,182,251,219,224,248,197,229,213,189,202,234,207,239,244,225,198,230,214,190,203,235,208,240,245,183,220,209,241,184,221,226,199,231,215,191,204,236,185,216,192,210,193,186,194) ORDER BY `catSort` ASC [ RunTime:0.005105s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.001667s ]
SELECT `catName`,`gc`.`catId`,`catImg`,`shortName` FROM `wst_goods_cats` `gc` INNER JOIN `wst_goods_cats_langs` `gcl` ON `gc`.`catId`=gcl.catId and gcl.langId=2 WHERE `dataFlag` = 1 AND `isShow` = 1 AND `parentId` = 0 ORDER BY `catSort` ASC [ RunTime:0.003686s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.001273s ]
SELECT `catName`,`gc`.`catId`,`parentId`,`catImg`,`shortName` FROM `wst_goods_cats` `gc` INNER JOIN `wst_goods_cats_langs` `gcl` ON `gc`.`catId`=gcl.catId and gcl.langId=2 WHERE `dataFlag` = 1 AND `isShow` = 1 AND `parentId` IN (166,167,168,169,170,171,172,173,174,175,176,177,178,179) ORDER BY `catSort` ASC [ RunTime:0.003369s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.001133s ]
SELECT `catName`,`gc`.`catId`,`parentId`,`catImg`,`shortName` FROM `wst_goods_cats` `gc` INNER JOIN `wst_goods_cats_langs` `gcl` ON `gc`.`catId`=gcl.catId and gcl.langId=2 WHERE `dataFlag` = 1 AND `isShow` = 1 AND `parentId` IN (217,249,246,222,227,211,187,195,200,232,205,237,242,180,201,233,206,238,243,181,218,250,247,223,228,212,188,196,182,251,219,224,248,197,229,213,189,202,234,207,239,244,225,198,230,214,190,203,235,208,240,245,183,220,209,241,184,221,226,199,231,215,191,204,236,185,216,192,210,193,186,194) ORDER BY `catSort` ASC [ RunTime:0.005105s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000673s ]
SHOW FULL COLUMNS FROM `wst_navs` [ RunTime:0.001351s ]
SELECT * FROM `wst_navs` `a` INNER JOIN `wst_navs_langs` `nl` ON `a`.`id`=nl.id and nl.langId=2 WHERE `isShow` = 1 ORDER BY `navSort` ASC [ RunTime:0.000927s ]
SHOW FULL COLUMNS FROM `wst_currency_rates` [ RunTime:0.000806s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000496s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000453s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000744s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000698s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000777s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000432s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000718s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000452s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000521s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000409s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000715s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000492s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000428s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000471s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000408s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000456s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000450s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000459s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000420s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000491s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000467s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000467s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000462s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000457s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000419s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000488s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000412s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000457s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000428s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000451s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000399s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000464s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000411s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000442s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000431s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000456s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000418s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000466s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000409s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000471s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000453s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000455s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000739s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000425s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000542s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000534s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000548s ]
SELECT `currencyRate`,`updateTime` FROM `wst_currency_rates` WHERE `currencyCode` = 'KZT' LIMIT 1 [ RunTime:0.000770s ]
SELECT * FROM `wst_languages` WHERE `status` = 1 [ RunTime:0.000456s ]
SELECT * FROM `wst_navs` `a` INNER JOIN `wst_navs_langs` `nl` ON `a`.`id`=nl.id and nl.langId=2 WHERE `isShow` = 1 ORDER BY `navSort` ASC [ RunTime:0.000605s ]