From 5a1d91b5da78e73596ddc085485d5e83803a3b7c Mon Sep 17 00:00:00 2001 From: Wenxixi <2911872386@qq.com> Date: Tue, 17 Jun 2025 18:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=8B=B1=E5=9B=BD=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sell/logistic_price/uk_price.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sell/logistic_price/uk_price.py b/sell/logistic_price/uk_price.py index 26cbb42..7a998b0 100644 --- a/sell/logistic_price/uk_price.py +++ b/sell/logistic_price/uk_price.py @@ -44,4 +44,4 @@ def uk_ocean_order_price(packages,k): else: order_fee = ltl_fee order_type = order_type2 - return round(order_fee,2), order_type \ No newline at end of file + return max(round(order_fee,2),2), order_type \ No newline at end of file