修复DeviceChannelMapper的存储错误

This commit is contained in:
64850858
2021-06-07 15:51:58 +08:00
parent df11956c3c
commit eb6b6529cd
2 changed files with 1 additions and 36 deletions

View File

@@ -19,7 +19,7 @@ public interface DeviceChannelMapper {
"ipAddress, port, password, PTZType, status, streamId, longitude, latitude) " +
"VALUES ('${channelId}', '${deviceId}', '${name}', '${manufacture}', '${model}', '${owner}', '${civilCode}', '${block}'," +
"'${address}', ${parental}, '${parentId}', ${safetyWay}, ${registerWay}, '${certNum}', ${certifiable}, ${errCode}, '${secrecy}', " +
"'${ipAddress}', ${port}, '${password}', ${PTZType}, ${status}, '${streamId}'), ${longitude}, ${latitude}")
"'${ipAddress}', ${port}, '${password}', ${PTZType}, ${status}, '${streamId}', ${longitude}, ${latitude})")
int add(DeviceChannel channel);
@Update(value = {" <script>" +