|
@@ -209,7 +209,7 @@ public class IncomeExportExcel {
|
|
|
|
|
|
|
|
cell = row.createCell(0);
|
|
cell = row.createCell(0);
|
|
|
cell.setCellStyle(cellStyle3);
|
|
cell.setCellStyle(cellStyle3);
|
|
|
- cell.setCellValue("1111");
|
|
|
|
|
|
|
+ cell.setCellValue("0000");
|
|
|
|
|
|
|
|
cell = row.createCell(1);
|
|
cell = row.createCell(1);
|
|
|
cell.setCellStyle(cellStyle3);
|
|
cell.setCellStyle(cellStyle3);
|