|  | @ -278,7 +278,8 @@ public class GlobalExceptionHandler {
 | 
	
		
			
				|  |  |     @ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
 | 
	
		
			
				|  |  |     @ResponseBody
 | 
	
		
			
				|  |  |     public ErrorResponseData serverError(Throwable e) {
 | 
	
		
			
				|  |  |         log.error(">>> 服务器运行异常,请求号为:{},具体信息为:{}", RequestNoContext.get(), e.getMessage());
 | 
	
		
			
				|  |  |         log.error(">>> 服务器运行异常,请求号为:{}", RequestNoContext.get());
 | 
	
		
			
				|  |  |         e.printStackTrace();
 | 
	
		
			
				|  |  |         return renderJson(e);
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  | 
 |