兼容商户端订单查询

This commit is contained in:
liu 2024-06-15 15:54:32 +08:00
parent 8e82e40379
commit 341cbe7457

View File

@ -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;