扫码下载客户端
经验值 200 课程学习 3节
暂无记录
select `user_soft_integral`.`id`, `user_soft_integral`.`user_id`, `user_soft_integral`.`soft_id`, `user_soft_integral`.`integral`, `category_soft`.`name`, `category_soft`.`alias`, `category_soft`.`intro`, `category_soft`.`cover`, `category_soft`.`is_view` from `user_soft_integral` left join `category_soft` on `category_soft`.`id` = `user_soft_integral`.`soft_id` where `user_soft_integral`.`user_id` = '8743' order by `user_soft_integral`.`integral` desc limit 5