|
@@ -138,7 +138,7 @@ public interface FsUserVideoMapper
|
|
|
"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 v.status = 1 " +
|
|
|
- " and v.is_audit = 1" +
|
|
|
+ " and v.is_audit = 1 " +
|
|
|
"<if test = ' maps.keyword!=null and maps.keyword != \"\" '> " +
|
|
|
"and v.title like CONCAT('%',#{maps.keyword},'%') " +
|
|
|
"</if>" +
|