fix:81630
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ public class JeroBootExceptionHandler {
|
||||
@ExceptionHandler(Exception.class)
|
||||
public Result<T> handleException(Exception e){
|
||||
log.error(e.getMessage(), e);
|
||||
return Result.error("操作失败,"+e.getMessage());
|
||||
return Result.error("操作失败");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user