This commit is contained in:
邹宗楠
2024-05-17 18:24:20 +08:00
parent 9eb744874b
commit 1e3145b3ba

View File

@@ -349,7 +349,7 @@ func CaculateJxPriceByPricePack(l model.PricePercentagePack, defPricePercentage,
func ConstrainPayPercentage(payPerCentage int) int {
if payPerCentage <= 50 {
payPerCentage = 70
payPerCentage = 60
}
return payPerCentage
}