Commit 6f6143b5 authored by yanzg's avatar yanzg

常规BUG的修改

parent cf0232e3
......@@ -144,7 +144,7 @@ public class BaseRequestAspect implements ThreadNext.Next {
* @param resultEx
* @param start
*/
protected void responseLog(String url, String tag, ProceedingJoinPoint joinPoint, long start, Object result, Exception resultEx) {
protected void responseLog(String tag, String url, ProceedingJoinPoint joinPoint, long start, Object result, Exception resultEx) {
try {
String name = joinPoint.getSignature().getName();
......
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