修复SQL错误 #802
parent
2e5d94181a
commit
1421b4743c
|
@ -272,7 +272,7 @@ public interface DeviceMapper {
|
||||||
"asMessageChannel," +
|
"asMessageChannel," +
|
||||||
"geoCoordSys," +
|
"geoCoordSys," +
|
||||||
"treeType," +
|
"treeType," +
|
||||||
"online" +
|
"online," +
|
||||||
"mediaServerId" +
|
"mediaServerId" +
|
||||||
") VALUES (" +
|
") VALUES (" +
|
||||||
"#{deviceId}," +
|
"#{deviceId}," +
|
||||||
|
@ -286,7 +286,7 @@ public interface DeviceMapper {
|
||||||
"#{asMessageChannel}," +
|
"#{asMessageChannel}," +
|
||||||
"#{geoCoordSys}," +
|
"#{geoCoordSys}," +
|
||||||
"#{treeType}," +
|
"#{treeType}," +
|
||||||
"#{online}" +
|
"#{online}," +
|
||||||
"#{mediaServerId}" +
|
"#{mediaServerId}" +
|
||||||
")")
|
")")
|
||||||
void addCustomDevice(Device device);
|
void addCustomDevice(Device device);
|
||||||
|
|
Loading…
Reference in New Issue