下单0元判断优化

feat/task1-c-wallet
gongfuxiang 2022-03-28 20:46:47 +08:00
parent c7f4d77792
commit 7f6e0f291f
1 changed files with 1 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ class BuyService
}
// 金额大于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']))
{