mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-21 04:47:49 +08:00
优化录像代理更新
This commit is contained in:
parent
33a5911f94
commit
398e5c2a93
@ -28,7 +28,7 @@ public interface GbStreamMapper {
|
||||
"latitude=#{latitude}," +
|
||||
"mediaServerId=#{mediaServerId}," +
|
||||
"status=${status} " +
|
||||
"WHERE app=#{app} AND stream=#{stream} AND gbId=#{gbId}")
|
||||
"WHERE app=#{app} AND stream=#{stream}")
|
||||
int update(GbStream gbStream);
|
||||
|
||||
@Delete("DELETE FROM gb_stream WHERE app=#{app} AND stream=#{stream}")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user