|
|
@@ -191,23 +191,23 @@ public class ExportExcel {
|
|
|
cell.setCellValue("备注(非必填)");
|
|
|
|
|
|
|
|
|
- cell = row.createCell(3);
|
|
|
+ cell = row.createCell(2);
|
|
|
cell.setCellStyle(cellStyle2);
|
|
|
cell.setCellValue("一级调整价(必填,价格不变时填0)");
|
|
|
|
|
|
- cell = row.createCell(4);
|
|
|
+ cell = row.createCell(3);
|
|
|
cell.setCellStyle(cellStyle2);
|
|
|
cell.setCellValue("二级调整价(必填,价格不变时填0)");
|
|
|
|
|
|
- cell = row.createCell(5);
|
|
|
+ cell = row.createCell(4);
|
|
|
cell.setCellStyle(cellStyle2);
|
|
|
cell.setCellValue("三级调整价(必填,价格不变时填0)");
|
|
|
|
|
|
- cell = row.createCell(6);
|
|
|
+ cell = row.createCell(5);
|
|
|
cell.setCellStyle(cellStyle2);
|
|
|
cell.setCellValue("四级调整价(必填,价格不变时填0)");
|
|
|
|
|
|
- cell = row.createCell(7);
|
|
|
+ cell = row.createCell(6);
|
|
|
cell.setCellStyle(cellStyle2);
|
|
|
cell.setCellValue("五级调整价(必填,价格不变时填0)");
|
|
|
|