Compare commits
2 Commits
b61bbe4ede
...
b6725f75e8
| Author | SHA1 | Date |
|---|---|---|
|
|
b6725f75e8 | |
|
|
bff31bc81e |
|
|
@ -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.
Loading…
Reference in New Issue