后台报错:org.springframework.web.multipart.support.MissingServletRequestPartException: Required request part 'file_data' is not present


后台报错:org.springframework.web.multipart.support.MissingServletRequestPartException: Required request part 'file_data' is not present

原因:前后台参数不匹配,前台没有file_data这个参数

@RequestMapping(value = "/importDept", method = RequestMethod.POST)
@ResponseBody
public AjaxResult importDept(@RequestParam(value = "file_data") MultipartFile file,
HttpServletRequest request) throws ParseException {

.....
}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM