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