|
|
|
@ -197,7 +197,7 @@ public class LogAspect |
|
|
|
|
{ |
|
|
|
|
for (int i = 0; i < paramsArray.length; i++) |
|
|
|
|
{ |
|
|
|
|
if (!isFilterObject(paramsArray[i])) |
|
|
|
|
if (StringUtils.isNotNull(paramsArray[i]) && !isFilterObject(paramsArray[i])) |
|
|
|
|
{ |
|
|
|
|
Object jsonObj = JSON.toJSON(paramsArray[i]); |
|
|
|
|
params += jsonObj.toString() + " "; |
|
|
|
|