diff --git a/internal/tools/bbxt/bbxt.go b/internal/tools/bbxt/bbxt.go index d8ed1fe..75603e9 100644 --- a/internal/tools/bbxt/bbxt.go +++ b/internal/tools/bbxt/bbxt.go @@ -70,7 +70,7 @@ func (b *BbxtTools) DailyReport(now time.Time, downWardValue int32, productName return } reports = append(reports, productLossReport...) - reports = append(reports, statisOfficialProductSum, profitRankingSum, statisOfficialProductSumDecline) + reports = append(reports, profitRankingSum, statisOfficialProductSum, statisOfficialProductSumDecline) if ossClient != nil { uploader := NewUploader(ossClient) diff --git a/tmpl/excel_temp/xlxhmx.xlsx b/tmpl/excel_temp/xlxhmx.xlsx index f6e3a2e..12f4613 100644 Binary files a/tmpl/excel_temp/xlxhmx.xlsx and b/tmpl/excel_temp/xlxhmx.xlsx differ diff --git a/tmpl/excel_temp/xstb_ana.xlsx b/tmpl/excel_temp/xstb_ana.xlsx index 54fb056..2c2be4f 100644 Binary files a/tmpl/excel_temp/xstb_ana.xlsx and b/tmpl/excel_temp/xstb_ana.xlsx differ