优化录像代理更新

pull/249/head
648540858 2021-11-25 16:40:51 +08:00
parent 33a5911f94
commit 398e5c2a93
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public interface GbStreamMapper {
"latitude=#{latitude}," + "latitude=#{latitude}," +
"mediaServerId=#{mediaServerId}," + "mediaServerId=#{mediaServerId}," +
"status=${status} " + "status=${status} " +
"WHERE app=#{app} AND stream=#{stream} AND gbId=#{gbId}") "WHERE app=#{app} AND stream=#{stream}")
int update(GbStream gbStream); int update(GbStream gbStream);
@Delete("DELETE FROM gb_stream WHERE app=#{app} AND stream=#{stream}") @Delete("DELETE FROM gb_stream WHERE app=#{app} AND stream=#{stream}")