|
@@ -4860,7 +4860,7 @@ class WholeController extends Curd
|
|
|
Event::dispatch('commission.order', $params);
|
|
|
}
|
|
|
// 收支明细
|
|
|
- $params['inout_category'] = $oldOrderPaymentStatus == 'AWAITING' ? '挂账订单结算' : ($order->order_classify == 'VIP' ? ('购买康养城VIP套餐包' . $full) : '餐饮订单收入');
|
|
|
+ $params['inout_category'] = $oldOrderPaymentStatus == 'AWAITING' ? '挂账订单结算' : ($order->order_classify == 'VIP' ? ('购买康养城VIP套餐包' . $full) : '餐饮订单');
|
|
|
Event::dispatch('statistics.inout.in', $params);
|
|
|
|
|
|
return json_success('success');
|
|
@@ -4912,7 +4912,7 @@ class WholeController extends Curd
|
|
|
}
|
|
|
|
|
|
// 收支明细
|
|
|
- $params['inout_category'] = $oldOrderPaymentStatus == 'AWAITING' ? '挂账订单结算' : ($order->order_classify == 'VIP' ? ('购买康养城VIP套餐包' . $full) : '餐饮订单收入');
|
|
|
+ $params['inout_category'] = $oldOrderPaymentStatus == 'AWAITING' ? '挂账订单结算' : ($order->order_classify == 'VIP' ? ('购买康养城VIP套餐包' . $full) : '餐饮订单');
|
|
|
Event::dispatch('statistics.inout.in', $params);
|
|
|
|
|
|
return json_success('success');
|