Pre Merge pull request !22 from CrazyCoderST/master

pull/22/MERGE
CrazyCoderST 5 years ago committed by Gitee
commit bbf871a2de

@ -29,7 +29,7 @@ public class GlobalExceptionHandler
@ExceptionHandler(BaseException.class)
public AjaxResult baseException(BaseException e)
{
return AjaxResult.error(e.getMessage());
return AjaxResult.error(e.getDefaultMessage());
}
/**

Loading…
Cancel
Save