fix: 优化报表标题时间格式
This commit is contained in:
parent
d4a79bb915
commit
bff31bc81e
|
|
@ -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.
Loading…
Reference in New Issue