Commit e65e133b by wangjian

2025-11-29 wj 修改

parent 0d6de0de
...@@ -605,11 +605,15 @@ public class SjFybpZbController extends BaseController ...@@ -605,11 +605,15 @@ public class SjFybpZbController extends BaseController
System.out.println(row); System.out.println(row);
//项目金额 //项目金额
String fyje = new DataFormatter().formatCellValue(row.getCell(0)); String fylx = new DataFormatter().formatCellValue(row.getCell(0));
cb.setFylx(fylx);
//项目金额
String fyje = new DataFormatter().formatCellValue(row.getCell(1));
cb.setFyje(new BigDecimal(fyje)); cb.setFyje(new BigDecimal(fyje));
//项目内容 //项目内容
String fyms = new DataFormatter().formatCellValue(row.getCell(1)); String fyms = new DataFormatter().formatCellValue(row.getCell(2));
cb.setFyms(fyms); cb.setFyms(fyms);
list.add(cb); list.add(cb);
......
...@@ -38,7 +38,7 @@ public class SjFybp extends BaseEntity ...@@ -38,7 +38,7 @@ public class SjFybp extends BaseEntity
private String deptId; private String deptId;
/** 费用类型 */ /** 费用类型 */
@Excel(name = "费用类型") @Excel(name = "费型(顺序勿动)")
private String fylx; private String fylx;
/** 费用描述 */ /** 费用描述 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment