SHOW FULL COLUMNS FROM `wst_sys_configs` [ RunTime:0.000628s ]
SELECT `fieldCode`,`fieldValue` FROM `wst_sys_configs` [ RunTime:0.000485s ]
SHOW FULL COLUMNS FROM `wst_datas` [ RunTime:0.000465s ]
SELECT `dataVal` FROM `wst_datas` WHERE `catId` = 3 [ RunTime:0.000282s ]
SHOW FULL COLUMNS FROM `wst_addons` [ RunTime:0.000502s ]
SELECT `addonId`,`name` FROM `wst_addons` WHERE ( status =1 and dataFlag = 1 ) [ RunTime:0.000217s ]
SHOW FULL COLUMNS FROM `wst_sellers` [ RunTime:0.000789s ]
SELECT * FROM `wst_sellers` WHERE `sellerId` = 0 AND `dataFlag` = 1 LIMIT 1 [ RunTime:0.000397s ]
SELECT `fieldCode`,`fieldValue` FROM `wst_sys_configs` [ RunTime:0.000433s ]
SELECT `dataVal` FROM `wst_datas` WHERE `catId` = 3 [ RunTime:0.000314s ]
SELECT `addonId`,`name` FROM `wst_addons` WHERE ( status =1 and dataFlag = 1 ) [ RunTime:0.000205s ]
SHOW FULL COLUMNS FROM `wst_ads` [ RunTime:0.000993s ]
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='login-bg' and adStartDate<= '2025-11-08' and adEndDate>='2025-11-08' and (a.sellerId=0 or a.sellerId=0) and a.adSrc=1 ) ORDER BY `adSort` ASC LIMIT 1 [ RunTime:0.000669s ]