正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -105,7 +105,7 @@ public class HttpDataProxyController { | @@ -105,7 +105,7 @@ public class HttpDataProxyController { | ||
| 105 | } | 105 | } |
| 106 | } | 106 | } |
| 107 | rmap.put(parserDeviceInfoDto.getId().substring(parserDeviceInfoDto.getId().indexOf("_")+1),config); | 107 | rmap.put(parserDeviceInfoDto.getId().substring(parserDeviceInfoDto.getId().indexOf("_")+1),config); |
| 108 | - }else if(null != parserDeviceInfoDto.getData() && parserDeviceInfoDto.getData().size()>0 && parserDeviceInfoDto.getData().has("isSendConfig") && parserDeviceInfoDto.getData().get("isSendConfig").getAsBoolean()) | 108 | + }else if(null != parserDeviceInfoDto.getData() && parserDeviceInfoDto.getData().size()>0 && parserDeviceInfoDto.getData().has("isSendConfig") && parserDeviceInfoDto.getData().get("isSendConfig").getAsJsonObject().get("value").getAsBoolean()) |
| 109 | { | 109 | { |
| 110 | JsonObject config = DeviceCach.getDeviceInfo(parserDeviceInfoDto.getId()).getConfig(); | 110 | JsonObject config = DeviceCach.getDeviceInfo(parserDeviceInfoDto.getId()).getConfig(); |
| 111 | if(null != config && config.size() !=0) | 111 | if(null != config && config.size() !=0) |
-
请 注册 或 登录 后发表评论