2
0

fix: 未知异常

This commit is contained in:
caiyuchao
2025-04-21 16:35:12 +08:00
parent d94e9d84ab
commit 517c1e7d96
2 changed files with 1 additions and 9 deletions

View File

@@ -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());
}
/**