mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
修复日志监控显示问题
This commit is contained in:
@@ -80,7 +80,7 @@ public class LogApi {
|
|||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("获取日志信息出错", e);
|
log.error("获取日志信息出错", e);
|
||||||
throw new BizException("获取日志信息出错");
|
logMonitorInstanceVOParent.setMonitorName(logMonitorInstanceVOParent.getMonitorName() + "(请求出错)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Collections.sort(ret, Comparator.comparing(LogMonitorInstanceVO::getCount));
|
Collections.sort(ret, Comparator.comparing(LogMonitorInstanceVO::getCount));
|
||||||
|
Reference in New Issue
Block a user