|
|
|
@ -144,6 +144,7 @@ public class ATOReportServiceImpl implements ATOReportService {
|
|
|
|
|
}
|
|
|
|
|
new Thread(() -> {
|
|
|
|
|
progress = new Progress();
|
|
|
|
|
synchronizeProgress();
|
|
|
|
|
try {
|
|
|
|
|
String content = exportBTTPSFile(from, to);
|
|
|
|
|
byte[] contentBytes = content.getBytes(StandardCharsets.UTF_8);
|
|
|
|
|