feat(OrderLogic): 修正用户 ship 为 5 时订单价格计算逻辑
This commit is contained in:
parent
20203c2733
commit
1df72153dd
@ -113,7 +113,7 @@ class OrderLogic extends BaseLogic
|
|||||||
} else {
|
} else {
|
||||||
$price = $find['price'];
|
$price = $find['price'];
|
||||||
}
|
}
|
||||||
if($off_activity==0 && $user['user_ship']==5 && $find['top_cate_id']==15189){
|
if($off_activity==0 && $user&&$user['user_ship']==5 && $find['top_cate_id']==15189){
|
||||||
$price=$find['cost'];
|
$price=$find['cost'];
|
||||||
}
|
}
|
||||||
$cart_select[$k]['price'] = $price;
|
$cart_select[$k]['price'] = $price;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user