飞书通知、日志调整
parent
acab3839bd
commit
b4ed317238
|
|
@ -59,8 +59,8 @@ public class FsNotice extends AbstractNotice {
|
|||
*
|
||||
* @param e
|
||||
*/
|
||||
public <T extends Exception> void sendException2MonitorChat(T e){
|
||||
sendException2MonitorChat(null,e);
|
||||
public <T extends Exception> void sendException2MonitorChat(T e) {
|
||||
sendException2MonitorChat(null, e);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -177,6 +177,6 @@ public class GlobalExceptionHandler
|
|||
* @param <T>
|
||||
*/
|
||||
private <T extends Exception> void sendExceptionMsg(String uri, T e) {
|
||||
SpringUtils.getBean(FsNotice.class).sendException2MonitorChat(e);
|
||||
SpringUtils.getBean(FsNotice.class).sendException2MonitorChat(uri, e);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue