fix:临时处理

This commit is contained in:
fuzhongyun 2026-01-14 18:20:39 +08:00
parent c96ee6cc38
commit f2c2276ca6
1 changed files with 5 additions and 5 deletions

View File

@ -190,11 +190,11 @@ func (g *GroupConfigBiz) handleReport(ctx context.Context, rec *entitys.Recogniz
return _err return _err
} }
reports = append(reports, repo...) reports = append(reports, repo...)
rechargeReport, _err := g.rechargeDailyReport(ctx, t, product, nil) // rechargeReport, _err := g.rechargeDailyReport(ctx, t, product, nil)
if _err != nil || len(repo) == 0 { // if _err != nil || len(repo) == 0 {
return _err // return _err
} // }
reports = append(reports, rechargeReport...) // reports = append(reports, rechargeReport...)
case "report_daily_recharge": case "report_daily_recharge":
product := strings.Split(groupConfig.ProductName, ",") product := strings.Split(groupConfig.ProductName, ",")
repo, _err := g.rechargeDailyReport(ctx, t, product, nil) repo, _err := g.rechargeDailyReport(ctx, t, product, nil)