This commit is contained in:
邹宗楠
2022-12-26 15:37:19 +08:00
parent fd8d0b987c
commit 407658e83b
3 changed files with 6 additions and 3 deletions

View File

@@ -1585,7 +1585,7 @@ func GetMatterStoreOrderCount(ctx *jxcontext.Context, storeID int) (result *Orde
if err != nil {
return nil, err
}
orderCount.Count = int(utils.Float64TwoInt64(math.Ceil(utils.Int2Float64(orderCount.Count) * 1.5)))
orderCount.Count = int(utils.Float64TwoInt64(math.Ceil(utils.Int2Float64(orderCount.Count) * 1.1)))
orderCount.Flag = flag
// orderCount.Count = 1000
return orderCount, err