fix: 修复 sql 语法错误

This commit is contained in:
xiaoQQya
2025-05-29 14:37:22 +08:00
committed by GitHub
parent 75b1e8deb2
commit 3845c03250

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