Modifica tracciato DIPA
This commit is contained in:
@@ -677,12 +677,19 @@ public class DocCostiTrasporto {
|
||||
idRiga++;
|
||||
row = rowIterator.next();
|
||||
rifDoc = dataFormatter.formatCellValue(row.getCell(1));
|
||||
if (rifDoc.isEmpty()){
|
||||
if (rowIterator.hasNext()){
|
||||
row = rowIterator.next();
|
||||
}
|
||||
}
|
||||
}
|
||||
} while (rifDocOld.compareTo(rifDoc) == 0);
|
||||
}
|
||||
|
||||
docCostiTrasp = checkAndImportDoc(listDocTrasp, format);
|
||||
|
||||
fis.close();
|
||||
|
||||
String pathFileImported = UtilityString.replaceSubString(requestDataDTO.getPathFile(), format, format + "\\imported");
|
||||
UtilityFile.fileDelete(pathFileImported);
|
||||
FileUtils.moveFile(new File(requestDataDTO.getPathFile()), new File(pathFileImported));
|
||||
|
||||
Reference in New Issue
Block a user