重复推送问题导致下载base64文件被删除

3.2.4.44
wyb 2 years ago
parent b05f3b79f2
commit fe0cfe9937

@ -47,6 +47,7 @@ public class ReportServiceImpl implements ReportService {
// 系统无视图生成的任务,消费查询的报告
if (reportDto.getTaskId() != null) {
taskConsumptionReport(reportDto);
return;
}
// 第三方推送的报告,任务后生成的
threePartyPushReports(reportDto);

Loading…
Cancel
Save