Commit 5b03db9e authored by yanzg's avatar yanzg

默认日期格式的支持

parent 6e337781
...@@ -62,11 +62,9 @@ public class MqAspect extends BaseRequestAspect { ...@@ -62,11 +62,9 @@ public class MqAspect extends BaseRequestAspect {
ex = e; ex = e;
throw e; throw e;
} finally { } finally {
if (logMq || ex != null) {
responseLog(logMq, clear, TAG, StringHelper.EMPTY, joinPoint, start, result, ex); responseLog(logMq, clear, TAG, StringHelper.EMPTY, joinPoint, start, result, ex);
} }
} }
}
private boolean isRabbit(ProceedingJoinPoint joinPoint) { private boolean isRabbit(ProceedingJoinPoint joinPoint) {
if (joinPoint.getSignature() instanceof MethodSignature) { if (joinPoint.getSignature() instanceof MethodSignature) {
......
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