|
|
|
@ -18,6 +18,7 @@ import org.slf4j.LoggerFactory;
@@ -18,6 +18,7 @@ import org.slf4j.LoggerFactory;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
|
import org.springframework.http.HttpMethod; |
|
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
|
import org.springframework.validation.BindingResult; |
|
|
|
|
import org.springframework.web.multipart.MultipartFile; |
|
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
|
import com.ruoyi.common.core.utils.SecurityUtils; |
|
|
|
@ -236,6 +237,7 @@ public class LogAspect
@@ -236,6 +237,7 @@ public class LogAspect
|
|
|
|
|
return entry.getValue() instanceof MultipartFile; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
return o instanceof MultipartFile || o instanceof HttpServletRequest || o instanceof HttpServletResponse; |
|
|
|
|
return o instanceof MultipartFile || o instanceof HttpServletRequest || o instanceof HttpServletResponse |
|
|
|
|
|| o instanceof BindingResult; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|