Commit 9d206b9d authored by yanzg's avatar yanzg

修复bug

parent 08b82e17
......@@ -219,9 +219,6 @@ public class BaseRequestAspect {
if (isLogDatabase) {
logLocal.result(log, responseResult.getCode(), json);
}
} else if (resultEx != null) {
responseResult = ExceptionHelper.getError(resultEx);
resultEx.printStackTrace();
}
} catch (Exception e) {
e.printStackTrace();
......
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