Selaa lähdekoodia

商品调价单导入bug修复

郭齐峰 3 vuotta sitten
vanhempi
commit
080bc20d86

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

@@ -322,7 +322,7 @@ public class ExportExcel {
 
 
         cell = row.createCell(7);
-        cell.setCellStyle(cellStyle1);
+        cell.setCellStyle(cellStyle2);
         cell.setCellValue("错误信息");
 
     }