fix: 优化报表标题时间格式

This commit is contained in:
renzhiyuan 2026-01-04 17:43:48 +08:00
parent d4a79bb915
commit bff31bc81e
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点")
//title := "截至" + timeCh + "销量下滑大于" + fmt.Sprintf("%d", downWardValue) + "明细,分销商仅展示差额大于" + fmt.Sprintf("%d", -sumFilter)
title := "截至" + timeCh + "销量下滑较大商品"
title := "截至" + timeCh + "销量下滑较大商品"
//总量生成excel
if len(productSumMap) == 0 {
return

Binary file not shown.