fix: 调整报表添加顺序

This commit is contained in:
renzhiyuan 2026-01-04 17:50:05 +08:00
parent b6725f75e8
commit 370090ad15
3 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ func (b *BbxtTools) DailyReport(now time.Time, downWardValue int32, productName
return return
} }
reports = append(reports, productLossReport...) reports = append(reports, productLossReport...)
reports = append(reports, statisOfficialProductSum, profitRankingSum, statisOfficialProductSumDecline) reports = append(reports, profitRankingSum, statisOfficialProductSum, statisOfficialProductSumDecline)
if ossClient != nil { if ossClient != nil {
uploader := NewUploader(ossClient) uploader := NewUploader(ossClient)

Binary file not shown.

Binary file not shown.