正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -137,7 +137,7 @@ public class BusinessDataUpdateService { | @@ -137,7 +137,7 @@ public class BusinessDataUpdateService { | ||
| 137 | { | 137 | { |
| 138 | summaryObjec = jsData.getJSONObject("summary"); | 138 | summaryObjec = jsData.getJSONObject("summary"); |
| 139 | //记录summary内容变更日志 | 139 | //记录summary内容变更日志 |
| 140 | - serverDto.getLogDeviceOperationList().add(deviceLogService.newLogDeviceOperation(olddevice.getClient_id(),summaryObjec.toString(),olddevice.getSummary(),"主机本地summary状态更新",jsData.toJSONString())); | 140 | +// serverDto.getLogDeviceOperationList().add(deviceLogService.newLogDeviceOperation(olddevice.getClient_id(),summaryObjec.toString(),olddevice.getSummary(),"主机本地summary状态更新",jsData.toJSONString())); |
| 141 | jsData.remove("summary"); | 141 | jsData.remove("summary"); |
| 142 | } | 142 | } |
| 143 | IotDevice device = JSONObject.parseObject(JSONObject.toJSONString(jsData),IotDevice.class); | 143 | IotDevice device = JSONObject.parseObject(JSONObject.toJSONString(jsData),IotDevice.class); |
-
请 注册 或 登录 后发表评论