修复SQL错误 #802

pull/810/head
648540858 2023-03-31 08:59:03 +08:00
parent 2e5d94181a
commit 1421b4743c
1 changed files with 2 additions and 2 deletions

View File

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