diff --git a/frontend/controllers/DatabaseController.php b/frontend/controllers/DatabaseController.php index 0969372..981ad12 100644 --- a/frontend/controllers/DatabaseController.php +++ b/frontend/controllers/DatabaseController.php @@ -823,7 +823,8 @@ class DatabaseController extends BaseController $order_row->status_id = 1; $order_row->id_man = $b_info->car->car_man; $order_row->link_man = $b_info->car->car_man; - $order_row->link_phone = $b_info->car->phone; + $order_row->link_man_phone = $b_info->car->phone; + $order_row->link_man_number = $b_info->car->id_number; $order_row->return_status_id = 0; $order_row->return_remark = ''; if(!$order_row->save()) { diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 0152bac..8d92d75 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -31,6 +31,7 @@