优化英国计算函数
This commit is contained in:
parent
c699ca5f79
commit
5a1d91b5da
|
|
@ -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
|
||||
return max(round(order_fee,2),2), order_type
|
||||
Loading…
Reference in New Issue