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