|
|
@@ -254,7 +254,7 @@ public interface FsUserVideoMapper
|
|
|
@Select({"<script> " +
|
|
|
"select v.video_id as id,v.title,v.description as msg,t.nick_name as username,t.avatar as headImg, " +
|
|
|
"v.thumbnail as cover,v.url as src,v.likes as likeNum,v.comments as smsNum,v.favorite_num," +
|
|
|
- "v.create_time,v.views as playNumber,v.product_id,p.img_url,p.package_name,v.upload_type,v.shares,v.add_num,v.is_audit,v.fail_reason,v.status from fs_user_video v " +
|
|
|
+ "v.create_time,v.views as playNumber,v.product_id,p.img_url,p.package_name,v.upload_type,v.shares,v.add_num,v.is_audit,v.status from fs_user_video v " +
|
|
|
"left join fs_user_talent t on t.talent_id = v.talent_id " +
|
|
|
" left join fs_package p on p.package_id = v.product_id " +
|
|
|
"where v.is_del = 0 and (" +
|