fix: 优化销售下滑数据处理和排序逻辑

This commit is contained in:
renzhiyuan 2026-01-05 19:09:53 +08:00
parent 16c113398a
commit 9663fa07da
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const (
) )
var ( var (
DownWardValue int32 = 1500 DownWardValue int32 = 1000
SumFilter int32 = -150 SumFilter int32 = -150
) )