ADD total_open_rate

增加开口率
This commit is contained in:
2026-05-28 11:49:23 +08:00
parent 13f58a5fdc
commit bb21825c16
2 changed files with 5 additions and 0 deletions
@@ -302,6 +302,7 @@ class SelfInputLogic extends BaseLogic
$entity['appointment_total_count'] = $appointmentTotalCount;
$entity['order_amount'] = $orderAmount;
$entity['account_cost'] = $accountCost;
$entity['total_open_rate'] = self::percent($totalOpenCount, $addFansCount);
$entity['paid_appointment_rate'] = self::percent($paidAppointmentCount, $addFansCount);
$entity['open_appointment_rate'] = self::percent($paidAppointmentCount, $totalOpenCount);
$entity['interview_rate'] = self::percent($interviewCount, $appointmentTotalCount);