|
@@ -98,8 +98,7 @@ public class TaskMarkResultStandardExportTemplete implements TaskExportTemplete
|
|
|
String zipPath = null;
|
|
|
File zip = null;
|
|
|
List<File> files = null;
|
|
|
- int finalSize = 0;
|
|
|
- int min = 0, line = 0;
|
|
|
+ int finalSize = 0, line = 0;
|
|
|
try {
|
|
|
taskExportCommon.getTxtList()
|
|
|
.add(DateUtil.format(new Date(), Constants.DEFAULT_DATE_PATTERN) + "->开始准备处理导出的成绩标准版数据");
|
|
@@ -304,7 +303,7 @@ public class TaskMarkResultStandardExportTemplete implements TaskExportTemplete
|
|
|
num++;
|
|
|
}
|
|
|
List<MarkResultStandardExportDto> markResultStandardExportDtoTempList = markResultStandardExportDtoLinkedMultiValueMap.get(entry.getKey());
|
|
|
- int rowIndex = 0, cellIndex = 0, max = SystemConstant.MAX_EXPORT_SIZE, size = markResultStandardExportDtoTempList
|
|
|
+ int min = 0, rowIndex = 0, cellIndex = 0, max = SystemConstant.MAX_EXPORT_SIZE, size = markResultStandardExportDtoTempList
|
|
|
.size();
|
|
|
if (max >= size) {
|
|
|
max = size;
|