@@ -211,7 +211,7 @@ public interface LiveMapper
@Select({"<script>" +
" SELECT * FROM live WHERE is_audit = 1 and is_del = 0 and status in (1,2,4) and live_type in (2,3) " +
- " <if test='live.liveName!=null' > and live_name like concat('%',#{param.companyId},'%') </if> " +
+ " <if test='live.liveName!=null' > and live_name like concat('%',#{live.liveName},'%') </if> " +
" order by create_time desc" +
" </script>"})
List<Live> listToLiveNoEnd(@Param("live") Live live);