fix: 未知异常
This commit is contained in:
@@ -112,7 +112,7 @@ public class GlobalExceptionHandler
|
||||
{
|
||||
String requestURI = request.getRequestURI();
|
||||
log.error("Requesting address '{}', an unknown exception occurred.", requestURI, e);
|
||||
return AjaxResult.error(MessageUtils.message("common.system.error"));
|
||||
return AjaxResult.error(e.getMessage());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user