Compare commits
No commits in common. "b6725f75e8945f9e206f9f422d0a0fdd33f49e66" and "b61bbe4ede3aa9cc499e9a33847a9e013b1c0288" have entirely different histories.
b6725f75e8
...
b61bbe4ede
|
|
@ -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