Merge pull request #1866 from xiaoQQya/fix/sql

fix: 修复 sql 语法错误
This commit is contained in:
648540858 2025-05-29 17:29:55 +08:00 committed by GitHub
commit 08fe740481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);