Browse Source

自动投放修改_广告语导入回显

zhaoxian 3 years ago
parent
commit
91a7f0581b

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/document/service/impl/DocumentLibraryServiceImpl.java

@@ -237,7 +237,7 @@ public class DocumentLibraryServiceImpl implements DocumentLibraryService {
         }
         ExportExcelUtils eeu = new ExportExcelUtils();
         JSONArray array = new JSONArray();
-        for (int i = 1; i <= rows + 1; i++) {
+        for (int i = 0; i <= rows + 1; i++) {
             Row row = sheet.getRow(i);
             if (row != null) {
                 String value = eeu.getCellValue(row.getCell(0));