修复SQL错误 #802
This commit is contained in:
parent
cf0ff7ed44
commit
8a74c6bfb4
@ -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
Block a user