Commit 5b03db9e authored by yanzg's avatar yanzg

默认日期格式的支持

parent 6e337781
...@@ -62,9 +62,7 @@ public class MqAspect extends BaseRequestAspect { ...@@ -62,9 +62,7 @@ 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);
}
} }
} }
......
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