Compare commits

...

2 Commits

Author SHA1 Message Date
renzhiyuan b6725f75e8 Merge remote-tracking branch 'origin/master' 2026-01-04 17:43:51 +08:00
renzhiyuan bff31bc81e fix: 优化报表标题时间格式 2026-01-04 17:43:48 +08:00
2 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ func (b *BbxtTools) GetStatisOfficialProductSumDecline(now time.Time, downWardVa
} }
timeCh := now.Format("1月2日15点") timeCh := now.Format("1月2日15点")
//title := "截至" + timeCh + "销量下滑大于" + fmt.Sprintf("%d", downWardValue) + "明细,分销商仅展示差额大于" + fmt.Sprintf("%d", -sumFilter) //title := "截至" + timeCh + "销量下滑大于" + fmt.Sprintf("%d", downWardValue) + "明细,分销商仅展示差额大于" + fmt.Sprintf("%d", -sumFilter)
title := "截至" + timeCh + "销量下滑较大商品" title := "截至" + timeCh + "销量下滑较大商品"
//总量生成excel //总量生成excel
if len(productSumMap) == 0 { if len(productSumMap) == 0 {
return return

Binary file not shown.