fix:临时处理
This commit is contained in:
parent
c96ee6cc38
commit
f2c2276ca6
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue