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

mcj:更新excel导入导出

上级 ae6e936b
...@@ -415,7 +415,6 @@ public class InspectController { ...@@ -415,7 +415,6 @@ public class InspectController {
private ResponseEntity uploadFileToInspect(MultipartFile file, String username) throws IOException { private ResponseEntity uploadFileToInspect(MultipartFile file, String username) throws IOException {
Reform reform = ExcelUtil.parseExcel(file.getInputStream(),file.getOriginalFilename()); Reform reform = ExcelUtil.parseExcel(file.getInputStream(),file.getOriginalFilename());
reform.setUsername(username); reform.setUsername(username);
reform.setProjectName("excel表格导入");
return ResponseEntity.ok(reform); return ResponseEntity.ok(reform);
} }
} }
...@@ -68,8 +68,6 @@ public class BudgetUitl { ...@@ -68,8 +68,6 @@ public class BudgetUitl {
year=1; year=1;
} }
double pow = Math.pow(moneyRate, year); double pow = Math.pow(moneyRate, year);
BigDecimal.valueOf(pow);
double v = pow+1D;
//带修正系数资金 //带修正系数资金
ArrayList<String> strings = new ArrayList<>(); ArrayList<String> strings = new ArrayList<>();
strings.add("安全能力"); strings.add("安全能力");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论