fix: 调整报表添加顺序
This commit is contained in:
parent
b6725f75e8
commit
370090ad15
|
|
@ -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.
Loading…
Reference in New Issue