CrossReport crossReport = m_reportService.queryCrossReport(domain, start, end);
m_reportService.insertMonthlyReport(buildMonthlyReport(domain, start, CrossAnalyzer.ID),
com.dianping.cat.consumer.cross.model.transform.DefaultNativeBuilder.build(crossReport));
MatrixReport matrixReport = m_reportService.queryMatrixReport(domain, start, end);
new MatrixReportFilter().visitMatrixReport(matrixReport);
m_reportService.insertMonthlyReport(buildMonthlyReport(domain, start, MatrixAnalyzer.ID),
com.dianping.cat.consumer.matrix.model.transform.DefaultNativeBuilder.build(matrixReport));
t.setStatus(Transaction.SUCCESS);
t.complete();