mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-23 21:47:49 +08:00
fix: 修复 sql 语法错误
This commit is contained in:
parent
75b1e8deb2
commit
3845c03250
@ -144,7 +144,7 @@ public interface DeviceMapper {
|
|||||||
", subscribe_cycle_for_alarm=#{subscribeCycleForAlarm}" +
|
", subscribe_cycle_for_alarm=#{subscribeCycleForAlarm}" +
|
||||||
", expires=#{expires}" +
|
", expires=#{expires}" +
|
||||||
", server_id=#{serverId}" +
|
", server_id=#{serverId}" +
|
||||||
"WHERE device_id=#{deviceId}"+
|
" WHERE device_id=#{deviceId}"+
|
||||||
" </script>"})
|
" </script>"})
|
||||||
int update(Device device);
|
int update(Device device);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user