Compare commits

..

No commits in common. "d4a79bb9155a3079feb116dd989c1e4d5ed20dd7" and "3d8678566e034595f0b02d1848772b89cb34c5c6" have entirely different histories.

1 changed files with 0 additions and 7 deletions

View File

@ -548,13 +548,6 @@ func (d *DingTalkBotBiz) handleReport(ctx context.Context, rec *entitys.Recogniz
return _err return _err
} }
reports = append(reports, repo...) reports = append(reports, repo...)
case "report_sale_down_analysis":
product := strings.Split(group.ProductName, ",")
repo, _err := rep.GetStatisOfficialProductSumDecline(t, bbxt.DownWardValue, product, bbxt.SumFilter)
if _err != nil {
return _err
}
reports = append(reports, repo)
default: default:
return fmt.Errorf("未找到的报表:%s", rec.Match.Index) return fmt.Errorf("未找到的报表:%s", rec.Match.Index)
} }