mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-21 21:07:49 +08:00
修复SQL错误 #802
This commit is contained in:
parent
2e5d94181a
commit
1421b4743c
@ -272,7 +272,7 @@ public interface DeviceMapper {
|
||||
"asMessageChannel," +
|
||||
"geoCoordSys," +
|
||||
"treeType," +
|
||||
"online" +
|
||||
"online," +
|
||||
"mediaServerId" +
|
||||
") VALUES (" +
|
||||
"#{deviceId}," +
|
||||
@ -286,7 +286,7 @@ public interface DeviceMapper {
|
||||
"#{asMessageChannel}," +
|
||||
"#{geoCoordSys}," +
|
||||
"#{treeType}," +
|
||||
"#{online}" +
|
||||
"#{online}," +
|
||||
"#{mediaServerId}" +
|
||||
")")
|
||||
void addCustomDevice(Device device);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user