|
...
|
...
|
@@ -137,7 +137,7 @@ public class BusinessDataUpdateService { |
|
|
|
{
|
|
|
|
summaryObjec = jsData.getJSONObject("summary");
|
|
|
|
//记录summary内容变更日志
|
|
|
|
serverDto.getLogDeviceOperationList().add(deviceLogService.newLogDeviceOperation(olddevice.getClient_id(),summaryObjec.toString(),olddevice.getSummary(),"主机本地summary状态更新",jsData.toJSONString()));
|
|
|
|
// serverDto.getLogDeviceOperationList().add(deviceLogService.newLogDeviceOperation(olddevice.getClient_id(),summaryObjec.toString(),olddevice.getSummary(),"主机本地summary状态更新",jsData.toJSONString()));
|
|
|
|
jsData.remove("summary");
|
|
|
|
}
|
|
|
|
IotDevice device = JSONObject.parseObject(JSONObject.toJSONString(jsData),IotDevice.class);
|
...
|
...
|
|