Commit b5bb884c by 陶光胜

报表中心

parent 3254c4bc
......@@ -101,6 +101,7 @@ public class HiveDataDownloadApiServiceImpl implements HiveDataDownloadApiServic
while (iterator.hasNext()){
DownloadTaskPOJO task = iterator.next();
if(task.isCanDownload()){
log.info("开始下载任务:{}", task.getReportId());
iterator.remove();
// 修改任务状态为生成中
downloadReportService.updateDownloadStatus(task.getReportId(), DownloadReportStatusEnum.BUILD);
......
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