set session sql_mode='NO_ENGINE_SUBSTITUTION' [ RunTime:0.000187s ]
SHOW FULL COLUMNS FROM `tp_1_industrial` [ RunTime:0.001824s ]
SELECT * FROM `tp_1_industrial` WHERE `id` = 564 LIMIT 1 [ RunTime:0.000432s ]
SHOW FULL COLUMNS FROM `tp_1_industrial_data_0` [ RunTime:0.000882s ]
SELECT * FROM `tp_1_industrial_data_0` WHERE `id` = 564 LIMIT 1 [ RunTime:0.000293s ]
SELECT * FROM `tp_1_industrial` WHERE `catid` = 32 AND `fstatus` = 1 AND ( id<564 ) ORDER BY id desc LIMIT 1 [ RunTime:0.000579s ]
SELECT * FROM `tp_1_industrial` WHERE `catid` = 32 AND `fstatus` = 1 AND ( id>564 ) ORDER BY id asc LIMIT 1 [ RunTime:0.000727s ]
show COLUMNS FROM tp_1_industrial_category_data [ RunTime:0.001439s ]
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.000809s ]