兼容商户端订单查询
This commit is contained in:
parent
8e82e40379
commit
341cbe7457
@ -118,9 +118,12 @@ class StoreOrderLogic extends BaseLogic
|
||||
'original_price'=>self::$total_price,
|
||||
'deduction_price' => self::$activity_price
|
||||
];
|
||||
if($user['user_ship']!=4){
|
||||
$order['is_vip']=1;
|
||||
if($user){
|
||||
if($user['user_ship']!=4){
|
||||
$order['is_vip']=1;
|
||||
}
|
||||
}
|
||||
|
||||
} catch (\Exception $e) {
|
||||
self::setError($e->getMessage());
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user