Browse Source

灵州联调模型同步修改

master
WangGuangYuan 3 months ago
parent
commit
799165f786
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/main/java/com/inspect/tcpserver/tcp/NettyClient.java

+ 3
- 1
src/main/java/com/inspect/tcpserver/tcp/NettyClient.java View File

@ -496,7 +496,9 @@ public class NettyClient {
obj.get("video_file_path") != null || obj.get("video_file_path") != null ||
obj.get("device_file_path") != null || obj.get("device_file_path") != null ||
obj.get("drone_file_path") != null || obj.get("drone_file_path") != null ||
obj.get("task_file_path") != null) {
obj.get("task_file_path") != null ||
obj.get("voice_file_path") != null ||
obj.get("host_file_path") != null) {
String response = createDownResponse(obj); String response = createDownResponse(obj);
String xml = upJson2Xml.UpStreamJson2Xml(response, ModelControl.class); String xml = upJson2Xml.UpStreamJson2Xml(response, ModelControl.class);
xml = xml.replaceAll(deviceAlias, alias); xml = xml.replaceAll(deviceAlias, alias);


Loading…
Cancel
Save