|
|
@@ -144,6 +144,6 @@ public interface LiveMapper
|
|
|
|
|
|
List<Live> selectLiveShowReadyStartLiveList(@Param("companyIds") List<Long> companyIds);
|
|
|
|
|
|
- @Select("select * from live where is_audit = 1 and id_del = 0 and status in (1,2,4) and live_type in (2,3) order by create_time desc")
|
|
|
+ @Select("select * from live where is_audit = 1 and is_del = 0 and status in (1,2,4) and live_type in (2,3) order by create_time desc")
|
|
|
List<Live> liveListAll();
|
|
|
}
|