|
@@ -84,6 +84,7 @@ public class DeviceSyncFromIotService {
|
|
|
map.put("onLineState", param.getOnLineState());
|
|
map.put("onLineState", param.getOnLineState());
|
|
|
commonService.updateData(where, map, DeviceInfo.class.getSimpleName());
|
|
commonService.updateData(where, map, DeviceInfo.class.getSimpleName());
|
|
|
commonService.updateData(where, map, DeviceBind.class.getSimpleName());
|
|
commonService.updateData(where, map, DeviceBind.class.getSimpleName());
|
|
|
|
|
+ log.info("syncDeviceOnLineState");
|
|
|
return ResultContent.buildSuccess();
|
|
return ResultContent.buildSuccess();
|
|
|
}
|
|
}
|
|
|
|
|
|