作者 钟来

屏蔽summary变更操作记录记载

@@ -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);