Commit 532c8b1f by huluobin

update

parent c4742a0f
...@@ -37,7 +37,7 @@ public class GlobalExceptionHandler { ...@@ -37,7 +37,7 @@ public class GlobalExceptionHandler {
result.put("message", e.getMessage()); result.put("message", e.getMessage());
result.put("code", e.getCode()); result.put("code", e.getCode());
log.error(e.getMessage()); log.error(e.getMessage(), e);
return result; return result;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment