下单0元判断优化
parent
c7f4d77792
commit
7f6e0f291f
|
|
@ -1066,7 +1066,7 @@ class BuyService
|
||||||
}
|
}
|
||||||
|
|
||||||
// 金额大于0、非预约模式 必须选择支付方式
|
// 金额大于0、非预约模式 必须选择支付方式
|
||||||
if($buy['data']['base']['total_price'] > 0 && $common_order_is_booking != 1)
|
if($buy['data']['base']['actual_price'] > 0 && $common_order_is_booking != 1)
|
||||||
{
|
{
|
||||||
if(empty($params['payment_id']))
|
if(empty($params['payment_id']))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue