set session sql_mode='NO_ENGINE_SUBSTITUTION' [ RunTime:0.000286s ]
SHOW FULL COLUMNS FROM `tp_1_industrial` [ RunTime:0.001995s ]
SELECT * FROM `tp_1_industrial` WHERE `id` = 148 LIMIT 1 [ RunTime:0.000565s ]
SHOW FULL COLUMNS FROM `tp_1_industrial_data_0` [ RunTime:0.001066s ]
SELECT * FROM `tp_1_industrial_data_0` WHERE `id` = 148 LIMIT 1 [ RunTime:0.000466s ]
SELECT * FROM `tp_1_industrial` WHERE `catid` = 32 AND `fstatus` = 1 AND ( id<148 ) ORDER BY id desc LIMIT 1 [ RunTime:0.000619s ]
SELECT * FROM `tp_1_industrial` WHERE `catid` = 32 AND `fstatus` = 1 AND ( id>148 ) ORDER BY id asc LIMIT 1 [ RunTime:0.000545s ]
show COLUMNS FROM tp_1_industrial_category_data [ RunTime:0.001092s ]
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 (144,233,236,559,560,561,583,585,586,587) AND `fstatus`=1 ORDER BY `tp_1_industrial`.`updatetime` DESC [ RunTime:0.000811s ]