From 1e3145b3ba3ad814bcc022178c94483fd4012405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 17 May 2024 18:24:20 +0800 Subject: [PATCH] 1 --- business/jxutils/jxutils_cms.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxutils/jxutils_cms.go b/business/jxutils/jxutils_cms.go index 18e2b8b44..c5b186cb4 100644 --- a/business/jxutils/jxutils_cms.go +++ b/business/jxutils/jxutils_cms.go @@ -349,7 +349,7 @@ func CaculateJxPriceByPricePack(l model.PricePercentagePack, defPricePercentage, func ConstrainPayPercentage(payPerCentage int) int { if payPerCentage <= 50 { - payPerCentage = 70 + payPerCentage = 60 } return payPerCentage }