|
|
|
@ -450,7 +450,7 @@ public class GetInformationForExcelServiceImpl extends ServiceImpl<GetInformatio |
|
|
|
int lineCount = 0; |
|
|
|
while ((line = bufferedReader.readLine()) != null) { |
|
|
|
lineCount ++; |
|
|
|
if (lineCount < equipmentFolderLocation.getInitialLine()) { |
|
|
|
if (lineCount <= equipmentFolderLocation.getInitialLine()) { |
|
|
|
continue; |
|
|
|
} |
|
|
|
// 处理当前行数据 |
|
|
|
|