master
yixian 5 years ago
parent cac15eaf17
commit 680cf5b070

@ -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);

Loading…
Cancel
Save