bug
jiangqs
2023-08-28 329394d12796a2a8d813b75b5bdc945755182260
ruoyi-common/ruoyi-common-log/src/main/java/com/ruoyi/common/log/aspect/LogAspect.java
@@ -156,7 +156,7 @@
        // 是否需要保存response,参数和值
        if (log.isSaveResponseData() && StringUtils.isNotNull(jsonResult))
        {
            operLog.setJsonResult(StringUtils.substring(JSON.toJSONString(jsonResult), 0, 1000));
            operLog.setJsonResult(StringUtils.substring(JSON.toJSONString(jsonResult), 0, 5000));
        }
    }