Merge branch 'develop'

master
yixian 4 years ago
commit 89b58523b1

@ -157,6 +157,7 @@ public class ATOReportServiceImpl implements ATOReportService {
redisTemplate.boundValueOps(reportFileKey()).set(file.toJSONString(), Duration.ofDays(1)); redisTemplate.boundValueOps(reportFileKey()).set(file.toJSONString(), Duration.ofDays(1));
} catch (Exception e) { } catch (Exception e) {
progress.setStatus(e.getMessage()); progress.setStatus(e.getMessage());
logger.error("output bttps file failed", e);
synchronizeProgress(); synchronizeProgress();
} finally { } finally {
progress.setFinished(); progress.setFinished();

Loading…
Cancel
Save