提交 515ecd47 authored 作者: 马晨俊's avatar 马晨俊

mcj:回退版本更新

上级 05f4d5c3
......@@ -403,6 +403,7 @@ public class InspectController {
private ResponseEntity uploadFileToInspect(MultipartFile file, String username) throws IOException {
Reform reform = ExcelUtil.parseExcel(file.getInputStream(),file.getOriginalFilename());
reform.setUsername(username);
System.out.println("1");
return ResponseEntity.ok(reform);
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论