From d95f09e4b0c0396f54c9346130fc5aebf3fb787d Mon Sep 17 00:00:00 2001 From: zengchaoxin Date: Sun, 6 Oct 2019 17:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=89=B9=E9=87=8F=E5=88=86?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/controllers/DatabaseController.php | 3 ++- frontend/views/common/index.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 @@