Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c0986179b5
|
|
@ -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