修复默认新建设备未设置节点策略的BUG

This commit is contained in:
648540858
2024-10-21 09:27:36 +08:00
parent 7d669f74ec
commit 36409eb34c
4 changed files with 8 additions and 7 deletions

View File

@@ -59,6 +59,7 @@ public interface DeviceMapper {
"firmware, " +
"transport," +
"stream_mode," +
"media_server_id," +
"ip," +
"sdp_ip," +
"local_ip," +
@@ -88,6 +89,7 @@ public interface DeviceMapper {
"#{firmware}," +
"#{transport}," +
"#{streamMode}," +
"#{mediaServerId}," +
"#{ip}," +
"#{sdpIp}," +
"#{localIp}," +