fix file name
This commit is contained in:
parent
bd0baf664b
commit
9a0e84c50a
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ public class DownloadService {
|
|||
while (true) {
|
||||
results = new ArrayList<>(executeSqlQuery(connection, newUrl));
|
||||
if (results.size() <= 1) {
|
||||
pageIndex--;
|
||||
break;
|
||||
}
|
||||
File file = writeSingleSqlCsvFile(results, "download-part" + pageIndex + "-", ".csv");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue