| | |
| | | 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;
|
| | |
| | | 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;
|
| | | }
|
| | | }
|