SHOW FULL COLUMNS FROM `xr_model` [ RunTime:0.008076s ]
SELECT `m`.`id`,`xmo_name`,`file_path`,`storage_type` FROM `xr_model` `m` LEFT JOIN `xr_oss_file` `f` ON `f`.`id`=`m`.`xmo_image` WHERE ( m.xmo_public=1 and sys_stt=0 ) ORDER BY `m`.`create_date` DESC LIMIT 10 [ RunTime:0.017937s ]
SHOW FULL COLUMNS FROM `xr_scene` [ RunTime:0.007435s ]
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 10 [ RunTime:0.007085s ]