set session sql_mode='NO_ENGINE_SUBSTITUTION' [ RunTime:0.000199s ]
SHOW FULL COLUMNS FROM `tp_1_industrial` [ RunTime:0.001830s ]
SELECT * FROM `tp_1_industrial` WHERE `id` = 565 LIMIT 1 [ RunTime:0.000425s ]
SHOW FULL COLUMNS FROM `tp_1_industrial_data_0` [ RunTime:0.000891s ]
SELECT * FROM `tp_1_industrial_data_0` WHERE `id` = 565 LIMIT 1 [ RunTime:0.000263s ]
SELECT * FROM `tp_1_industrial` WHERE `catid` = 32 AND `fstatus` = 1 AND ( id<565 ) ORDER BY id desc LIMIT 1 [ RunTime:0.000498s ]
SELECT * FROM `tp_1_industrial` WHERE `catid` = 32 AND `fstatus` = 1 AND ( id>565 ) ORDER BY id asc LIMIT 1 [ RunTime:0.000487s ]
show COLUMNS FROM tp_1_industrial_category_data [ RunTime:0.000920s ]
SELECT `tp_1_industrial`.* FROM `tp_1_industrial` LEFT JOIN tp_1_industrial_category_data ON `tp_1_industrial_category_data`.`id`=`tp_1_industrial`.`id` WHERE `tp_1_industrial`.`id` IN (176,233,236,559,560,561,583,585,586,587) AND `fstatus`=1 ORDER BY `tp_1_industrial`.`updatetime` DESC [ RunTime:0.000556s ]