SHOW FULL COLUMNS FROM `xr_scene` [ RunTime:0.007456s ]
SELECT COUNT(*) AS think_count FROM `xr_scene` `s` LEFT JOIN `xr_oss_file` `f` ON `f`.`id`=`s`.`xsc_image` WHERE ( s.xsc_public=1 and sys_stt=0 ) LIMIT 1 [ RunTime:0.007591s ]
SELECT `s`.`id`,`xsc_name`,`file_path`,`storage_type` FROM `xr_scene` `s` LEFT JOIN `xr_oss_file` `f` ON `f`.`id`=`s`.`xsc_image` WHERE ( s.xsc_public=1 and sys_stt=0 ) ORDER BY `s`.`create_date` DESC LIMIT 60,20 [ RunTime:0.007259s ]