推流停止添加注解

pull/1645/head
648540858 2024-09-12 14:12:04 +08:00
parent 59c4ce797a
commit f440db80bb
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public interface StreamPushMapper {
int update(StreamPushItem streamPushItem);
@Delete("DELETE FROM wvp_stream_push WHERE app=#{app} AND stream=#{stream}")
int del(String app, String stream);
int del(@Param("app") String app, @Param("stream") String stream);
@Delete("<script> "+
"DELETE sp FROM wvp_stream_push sp left join wvp_gb_stream gs on sp.app = gs.app AND sp.stream = gs.stream where " +