|
|
@ -273,7 +273,7 @@ class ctrip_train extends CI_Controller{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//查询中转方案
|
|
|
|
//查询中转方案
|
|
|
|
public function gettraintrainsfer(){
|
|
|
|
public function gettraintrainsfer(){
|
|
|
|
$FromCode = $this->input->get_post('FromCode');
|
|
|
|
$FromCode = $this->input->get_post('FromCode');
|
|
|
|
$ToCode = $this->input->get_post('ToCode');
|
|
|
|
$ToCode = $this->input->get_post('ToCode');
|
|
|
|
$DepartDate = $this->input->get_post('DepartDate');
|
|
|
|
$DepartDate = $this->input->get_post('DepartDate');
|
|
|
|