修复单个添加的推流级联国标的问题
This commit is contained in:
@@ -143,4 +143,9 @@ public interface GbStreamMapper {
|
||||
"</foreach>" +
|
||||
"</script>")
|
||||
List<GbStream> selectAllForAppAndStream(List<StreamPushItem> streamPushItems);
|
||||
|
||||
@Update("UPDATE gb_stream " +
|
||||
"SET mediaServerId=#{mediaServerId}" +
|
||||
"WHERE app=#{app} AND stream=#{stream}")
|
||||
void updateMediaServer(String app, String stream, String mediaServerId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user