gomod引用
This commit is contained in:
@@ -307,7 +307,6 @@ func (s *StatReportScheduler) generateDailyReportForDate(ctx context.Context, da
|
||||
|
||||
// 保存日报表
|
||||
report := &entity.StatReport{
|
||||
TenantId: tenantID,
|
||||
AppID: "0", // 0表示所有应用
|
||||
ReportType: "daily",
|
||||
ReportDate: date,
|
||||
@@ -359,7 +358,6 @@ func (s *StatReportScheduler) generateMonthlyReportFromDaily(ctx context.Context
|
||||
reportData := s.aggregateDailyReportsToMonthly(dailyReports)
|
||||
|
||||
report := &entity.StatReport{
|
||||
TenantId: tenantID,
|
||||
AppID: "0",
|
||||
ReportType: "monthly",
|
||||
ReportDate: date,
|
||||
@@ -414,7 +412,6 @@ func (s *StatReportScheduler) generateQuarterlyReportFromMonthly(ctx context.Con
|
||||
reportData := s.aggregateMonthlyReportsToQuarterly(monthlyReports)
|
||||
|
||||
report := &entity.StatReport{
|
||||
TenantId: tenantID,
|
||||
AppID: "0",
|
||||
ReportType: "quarterly",
|
||||
ReportDate: date,
|
||||
@@ -468,7 +465,6 @@ func (s *StatReportScheduler) generateYearlyReportFromQuarterly(ctx context.Cont
|
||||
reportData := s.aggregateQuarterlyReportsToYearly(quarterlyReports)
|
||||
|
||||
report := &entity.StatReport{
|
||||
TenantId: tenantID,
|
||||
AppID: "0",
|
||||
ReportType: "yearly",
|
||||
ReportDate: date,
|
||||
|
||||
Reference in New Issue
Block a user