|
@@ -1108,9 +1108,7 @@ class WholeController extends Curd
|
|
|
// }
|
|
|
|
|
|
// 2.4W 康养城
|
|
|
-
|
|
|
- dump($params['goods_classify'],intval($params['order_amount_pay']),$order->order_status_payment);
|
|
|
- if ($params['goods_classify'] == 'VIP' && intval($params['order_amount_pay']) == 24000 && $order->order_status_payment == 'SUCCESS'){
|
|
|
+ if ($params['goods_classify'] == 'VIP' && $order->order_status_payment == 'SUCCESS'){
|
|
|
$params['member_id'] = $params['join_order_member_id'];
|
|
|
Event::dispatch('order.kangyangCityVIP.grant',$params);
|
|
|
}
|
|
@@ -2019,8 +2017,7 @@ class WholeController extends Curd
|
|
|
// }
|
|
|
|
|
|
// 2.4W 康养城
|
|
|
- dump($params['goods_classify'],intval($params['order_amount_pay']),$params['order_status_payment']);
|
|
|
- if ($params['goods_classify'] == 'VIP' && intval($params['order_amount_pay']) == 24000 && $params['order_status_payment'] == 'SUCCESS'){
|
|
|
+ if ($params['goods_classify'] == 'VIP' && $params['order_status_payment'] == 'SUCCESS'){
|
|
|
$params['member_id'] = $params['join_order_member_id'];
|
|
|
Event::dispatch('order.kangyangCityVIP.grant',$params);
|
|
|
}
|