mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-17 11:07: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}" +
|
||||
", expires=#{expires}" +
|
||||
", server_id=#{serverId}" +
|
||||
"WHERE device_id=#{deviceId}"+
|
||||
" WHERE device_id=#{deviceId}"+
|
||||
" </script>"})
|
||||
int update(Device device);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user