|
|
@ -5,8 +5,8 @@ class train_system_model extends CI_Model {
|
|
|
|
|
|
|
|
|
|
|
|
function __construct() {
|
|
|
|
function __construct() {
|
|
|
|
parent::__construct();
|
|
|
|
parent::__construct();
|
|
|
|
$this->HT = $this->load->database('HT', TRUE);
|
|
|
|
$this->HT = $this->load->database('TOURMANAGER_LOCAL', TRUE);
|
|
|
|
$this->INFO = $this->load->database('INFO', TRUE);
|
|
|
|
$this->INFO = $this->load->database('INFORMATION_LOCAL', TRUE);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//获取订单(用于订单列表)
|
|
|
|
//获取订单(用于订单列表)
|
|
|
|