|
@@ -72,7 +72,7 @@ public class SysLogAspect {
|
|
//请求的参数
|
|
//请求的参数
|
|
Object[] args = joinPoint.getArgs();
|
|
Object[] args = joinPoint.getArgs();
|
|
try{
|
|
try{
|
|
- String params = new Gson().toJson(args[0]);
|
|
|
|
|
|
+ String params = new Gson().toJson(args);
|
|
sysLog.setParams(params);
|
|
sysLog.setParams(params);
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
|
|
|