|
|
@ -144,7 +144,7 @@ public class LogAspect |
|
|
|
if (HttpMethod.PUT.name().equals(requestMethod) || HttpMethod.POST.name().equals(requestMethod)) |
|
|
|
if (HttpMethod.PUT.name().equals(requestMethod) || HttpMethod.POST.name().equals(requestMethod)) |
|
|
|
{ |
|
|
|
{ |
|
|
|
String params = argsArrayToString(joinPoint.getArgs()); |
|
|
|
String params = argsArrayToString(joinPoint.getArgs()); |
|
|
|
operLog.setOperParam(StringUtils.substring(params, 0, 2000)); |
|
|
|
operLog.setOperParam(StringUtils.substring(params, 0, 1000)); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|