|
...
|
...
|
@@ -105,7 +105,7 @@ public class HttpDataProxyController { |
|
|
|
}
|
|
|
|
}
|
|
|
|
rmap.put(parserDeviceInfoDto.getId().substring(parserDeviceInfoDto.getId().indexOf("_")+1),config);
|
|
|
|
}else if(null != parserDeviceInfoDto.getData() && parserDeviceInfoDto.getData().size()>0 && parserDeviceInfoDto.getData().has("isSendConfig") && parserDeviceInfoDto.getData().get("isSendConfig").getAsBoolean())
|
|
|
|
}else if(null != parserDeviceInfoDto.getData() && parserDeviceInfoDto.getData().size()>0 && parserDeviceInfoDto.getData().has("isSendConfig") && parserDeviceInfoDto.getData().get("isSendConfig").getAsJsonObject().get("value").getAsBoolean())
|
|
|
|
{
|
|
|
|
JsonObject config = DeviceCach.getDeviceInfo(parserDeviceInfoDto.getId()).getConfig();
|
|
|
|
if(null != config && config.size() !=0)
|
...
|
...
|
|