mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-16 10:38:27 +00:00
使用jsonview展示操作日志参数
This commit is contained in:
@@ -151,7 +151,7 @@ public class LogAspect
|
||||
{
|
||||
Map<String, String[]> map = ServletUtils.getRequest().getParameterMap();
|
||||
String params = JSON.marshal(map);
|
||||
operLog.setOperParam(StringUtils.substring(params, 0, 255));
|
||||
operLog.setOperParam(StringUtils.substring(params, 0, 2000));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user