소스 검색

商品调价单导入bug修复

郭齐峰 3 년 전
부모
커밋
93aecd72f8
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/custom/restcontroller/webmanage/sale/itempriceadjust/ExportExcel.java

+ 5 - 5
src/custom/restcontroller/webmanage/sale/itempriceadjust/ExportExcel.java

@@ -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)");