From 4286bc825c9567a4b4fdc76ce6fac935f51cfa21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 8 Jun 2023 15:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E8=BD=A6=E7=A5=A8=E5=87=BA=E7=A5=A8?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=96=B0=E9=93=BE=E6=8E=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/trainsystem/models/BIZ_train_model.php | 4 ++-- .../third_party/trainsystem/models/train_system_model.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/third_party/trainsystem/models/BIZ_train_model.php b/application/third_party/trainsystem/models/BIZ_train_model.php index 321e6e49..2c449e91 100644 --- a/application/third_party/trainsystem/models/BIZ_train_model.php +++ b/application/third_party/trainsystem/models/BIZ_train_model.php @@ -4,8 +4,8 @@ class BIZ_train_model extends CI_Model { function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); - $this->INFO = $this->load->database('INFO', TRUE); + $this->HT = $this->load->database('TOURMANAGER_LOCAL', TRUE); + $this->INFO = $this->load->database('INFORMATION_LOCAL', TRUE); } //传入一组BPE_SN获取乘客信息 diff --git a/application/third_party/trainsystem/models/train_system_model.php b/application/third_party/trainsystem/models/train_system_model.php index 1553074d..f32b5631 100644 --- a/application/third_party/trainsystem/models/train_system_model.php +++ b/application/third_party/trainsystem/models/train_system_model.php @@ -5,8 +5,8 @@ class train_system_model extends CI_Model { function __construct() { parent::__construct(); - $this->HT = $this->load->database('HT', TRUE); - $this->INFO = $this->load->database('INFO', TRUE); + $this->HT = $this->load->database('TOURMANAGER_LOCAL', TRUE); + $this->INFO = $this->load->database('INFORMATION_LOCAL', TRUE); } //获取订单(用于订单列表)