Commit b3f92876 by wangjian

2025-11-29 wj 修改

parent b5ab2ceb
...@@ -613,7 +613,7 @@ public class SjFybpZbController extends BaseController ...@@ -613,7 +613,7 @@ public class SjFybpZbController extends BaseController
list.add(cb1); list.add(cb1);
SjFybp cb2 = new SjFybp(); SjFybp cb2 = new SjFybp();
cb2.setFylx("“三个最强”全员练兵"); cb2.setFylx("三个最强全员练兵");
//项目金额 //项目金额
String fyje2 = new DataFormatter().formatCellValue(row.getCell(5)); String fyje2 = new DataFormatter().formatCellValue(row.getCell(5));
cb2.setFyje(new BigDecimal(fyje2)); cb2.setFyje(new BigDecimal(fyje2));
...@@ -633,7 +633,7 @@ public class SjFybpZbController extends BaseController ...@@ -633,7 +633,7 @@ public class SjFybpZbController extends BaseController
list.add(cb3); list.add(cb3);
SjFybp cb4 = new SjFybp(); SjFybp cb4 = new SjFybp();
cb4.setFylx("基层站建设"); cb4.setFylx("基层站建设");
//项目金额 //项目金额
String fyje4 = new DataFormatter().formatCellValue(row.getCell(9)); String fyje4 = new DataFormatter().formatCellValue(row.getCell(9));
cb4.setFyje(new BigDecimal(fyje4)); cb4.setFyje(new BigDecimal(fyje4));
......
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