Commit ac40a075 by 陶光胜

报表中心

parent c68a05f9
......@@ -167,6 +167,8 @@ public class DownloadReportApiServiceImpl implements DownloadReportApiService {
if (DataSecurityAuditEnum.WAIT.getCode().equals(downloadReportDTO.getAuditResult()) && DateUtil.compareDate(currDate, downloadReportDTO.getAuditExpireTime())) {
downloadReportDTO.setDownloadReportStatus(DownloadReportStatusEnum.OVER_TIME.getCode());
downloadReportDTO.setAuditReason("审核超时");
} else {
downloadReportDTO.setDownloadReportStatus(downloadReportDTO.getStatus());
}
downloadReportDTO.setDownloadUrl(null);
}
......
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