Merge branch 'develop'

master
yixian 4 years ago
commit 020fcf4e88

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