!118 update ruoyi-common/ruoyi-common-log/src/main/java/com/ruoyi/common/log/aspect/LogAspect.java.

Merge pull request !118 from TwelveT/N/A
pull/111/MERGE
若依 3 years ago committed by Gitee
commit aa2821a19d

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

Loading…
Cancel
Save