若依
2022-02-10 5800ac6b9e21adf158c6ab9082e3f6dffd5a59f4
ruoyi-common/ruoyi-common-log/src/main/java/com/ruoyi/common/log/aspect/LogAspect.java
@@ -144,7 +144,7 @@
        if (HttpMethod.PUT.name().equals(requestMethod) || HttpMethod.POST.name().equals(requestMethod))
        {
            String params = argsArrayToString(joinPoint.getArgs());
            operLog.setOperParam(StringUtils.substring(params, 0, 1000));
            operLog.setOperParam(StringUtils.substring(params, 0, 2000));
        }
    }