master
yixian 5 years ago
parent cac15eaf17
commit 680cf5b070

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

Loading…
Cancel
Save