This commit is contained in:
parent
fc0015a2a9
commit
6f3662190f
1 changed files with 1 additions and 1 deletions
|
|
@ -165,10 +165,10 @@ public class MonitoringService {
|
||||||
Path zipFile = ZipUtils.zipFile(responsePath);
|
Path zipFile = ZipUtils.zipFile(responsePath);
|
||||||
log.info("New report file by path: {}", zipFile);
|
log.info("New report file by path: {}", zipFile);
|
||||||
updateSignalHits(userPackage, responsePath, zipFile);
|
updateSignalHits(userPackage, responsePath, zipFile);
|
||||||
userPackageMapper.updatePackageLastDownloadedReport(userPackage.getId(), newReport);
|
|
||||||
} else {
|
} else {
|
||||||
log.info("Report was not created for package");
|
log.info("Report was not created for package");
|
||||||
}
|
}
|
||||||
|
userPackageMapper.updatePackageLastDownloadedReport(userPackage.getId(), newReport);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("Report was not created for package: {}", ExceptionUtils.getStackTrace(e));
|
log.error("Report was not created for package: {}", ExceptionUtils.getStackTrace(e));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue