Commit edfd6ecb authored by 赵啸非's avatar 赵啸非

添加设备上线和下线的业务日志记录

parent c6ecd5a1
...@@ -180,9 +180,6 @@ public class DeviceAlarmInfoServiceImpl extends AbstractCRUDServiceImpl<DeviceAl ...@@ -180,9 +180,6 @@ public class DeviceAlarmInfoServiceImpl extends AbstractCRUDServiceImpl<DeviceAl
infoList.add(deviceAlarmInfoEntity); infoList.add(deviceAlarmInfoEntity);
}); });
}); });
infoList.stream().
return Rest.ok(infoList); return Rest.ok(infoList);
} catch (Exception e) { } catch (Exception e) {
log.error("设备告警信息统计异常", e); log.error("设备告警信息统计异常", e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment