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
|
||||
}
|
||||
reports = append(reports, repo...)
|
||||
rechargeReport, _err := g.rechargeDailyReport(ctx, t, product, nil)
|
||||
if _err != nil || len(repo) == 0 {
|
||||
return _err
|
||||
}
|
||||
reports = append(reports, rechargeReport...)
|
||||
// rechargeReport, _err := g.rechargeDailyReport(ctx, t, product, nil)
|
||||
// if _err != nil || len(repo) == 0 {
|
||||
// return _err
|
||||
// }
|
||||
// reports = append(reports, rechargeReport...)
|
||||
case "report_daily_recharge":
|
||||
product := strings.Split(groupConfig.ProductName, ",")
|
||||
repo, _err := g.rechargeDailyReport(ctx, t, product, nil)
|
||||
|
|
|
|||
Loading…
Reference in New Issue