修复日志监控显示问题

This commit is contained in:
tanghc
2019-07-02 14:55:55 +08:00
parent 8cbe2e71d6
commit 8d8e39eadf

View File

@@ -80,7 +80,7 @@ public class LogApi {
}
} catch (Exception e) {
log.error("获取日志信息出错", e);
throw new BizException("获取日志信息出错");
logMonitorInstanceVOParent.setMonitorName(logMonitorInstanceVOParent.getMonitorName() + "(请求出错)");
}
}
Collections.sort(ret, Comparator.comparing(LogMonitorInstanceVO::getCount));