SHOW FULL COLUMNS FROM `xr_model` [ RunTime:0.008588s ]
SELECT COUNT(*) AS think_count 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 ) LIMIT 1 [ RunTime:0.033647s ]
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 400,20 [ RunTime:0.018329s ]