|
|
|
@ -88,6 +88,7 @@ class FenzhenController extends Controller
|
|
|
|
$clinics = [];
|
|
|
|
$clinics = [];
|
|
|
|
$order = new OrderService();
|
|
|
|
$order = new OrderService();
|
|
|
|
$order_data = $order->DepartmentItemCount($info->id);
|
|
|
|
$order_data = $order->DepartmentItemCount($info->id);
|
|
|
|
|
|
|
|
\Yz::debug(['a'=>$order_data]);
|
|
|
|
$clinics = $order_data['department_list'];
|
|
|
|
$clinics = $order_data['department_list'];
|
|
|
|
$report_day = $order_data['wait_day'];
|
|
|
|
$report_day = $order_data['wait_day'];
|
|
|
|
$error_day = $report_day;
|
|
|
|
$error_day = $report_day;
|
|
|
|
|