This commit is contained in:
laodaming 2023-10-07 14:30:44 +08:00
parent 87dd183279
commit a9bb36d394

View File

@ -115,7 +115,7 @@ func (l *CalculateProductPriceLogic) CalculateProductPrice(req *types.CalculateP
return resp.SetStatusWithMessage(basic.CodeOK, "success", types.CalculateProductPriceRsp{
ItemPrice: format.CentitoDollar(itemPrice, 3),
TotalPrice: format.CentitoDollarWithNoHalfAdjust(totalPrice, 2),
StepRange: stepPrice,
StepRange: stepRange,
})
}