set session sql_mode='NO_ENGINE_SUBSTITUTION' [ RunTime:0.000269s ]
SHOW FULL COLUMNS FROM `tp_1_industrial` [ RunTime:0.001890s ]
SELECT * FROM `tp_1_industrial` WHERE `id` = 148 LIMIT 1 [ RunTime:0.000475s ]
SHOW FULL COLUMNS FROM `tp_1_industrial_data_0` [ RunTime:0.000906s ]
SELECT * FROM `tp_1_industrial_data_0` WHERE `id` = 148 LIMIT 1 [ RunTime:0.000311s ]
SELECT * FROM `tp_1_industrial` WHERE `catid` = 32 AND `fstatus` = 1 AND ( id<148 ) ORDER BY id desc LIMIT 1 [ RunTime:0.000549s ]
SELECT * FROM `tp_1_industrial` WHERE `catid` = 32 AND `fstatus` = 1 AND ( id>148 ) ORDER BY id asc LIMIT 1 [ RunTime:0.000465s ]
show COLUMNS FROM tp_1_industrial_category_data [ RunTime:0.001034s ]
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.000694s ]