You need to sign in or sign up before continuing.
Commit 23850a5c by 陶光胜

报表中心

parent 5f3a392d
......@@ -84,7 +84,7 @@ public class DownloadReportApiServiceImpl implements DownloadReportApiService {
//超过十分钟 如果报告还在生成中则设置为失败
TabDownloadReport report = downloadReportService.getById((Integer) next);
if(report != null && report.getStatus().equals(DownloadReportStatusEnum.BUILD.getCode())){
downloadReportService.updateDownloadStatus(next.toString(), DownloadReportStatusEnum.ERROR);
downloadReportService.updateDownloadStatus((Integer)next, DownloadReportStatusEnum.ERROR);
}
map.remove(next);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment