Commit 6f34b11f by 陶光胜

报表中心

parent 935c5ad6
......@@ -51,6 +51,7 @@ public class DownloadReportServiceImpl implements DownloadReportService {
TabDownloadReport downloadReport = new TabDownloadReport();
downloadReport.setDownloadReportId(downloadReportId);
downloadReport.setDownloadUrl(downloadUrl);
downloadReport.setStatus(DownloadReportStatusEnum.GENERATED.getCode());
if(count != null){
downloadReport.setDataCount(count);
}
......
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