|
@@ -213,7 +213,7 @@ public class EmailTemplateService {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
Integer columnIndex = fieldEntry.getValue().getValue();
|
|
Integer columnIndex = fieldEntry.getValue().getValue();
|
|
- Cell cell = row.getCell(columnIndex);
|
|
|
|
|
|
+ Cell cell = row.getCell(columnIndex + 1);
|
|
String fieldRule = fieldPatternMap.get(fieldName);
|
|
String fieldRule = fieldPatternMap.get(fieldName);
|
|
String cellValue = getValueByPattern(ExcelUtil.getCellValue(cell), fieldRule);
|
|
String cellValue = getValueByPattern(ExcelUtil.getCellValue(cell), fieldRule);
|
|
|
|
|