Merge branch 'master' of gitee.com:hainatravel/asiahighlights.com

master
cyc 5 years ago
commit d4ac04d757

@ -289,11 +289,8 @@ class Orders extends CI_Controller {
$this->Orders_model->MEI_Nationality = $this->Orders_model->GetNationalityID($this->input->post('Nationality'));
$this->Orders_model->COLI_ProductSN = $this->input->post('cli_sn');
if(empty($this->input->post('Date_Start')){
$this->Orders_model->COLI_OrderStartDate = $this->input->post('Date_Start_Mobile');
}else{
$this->Orders_model->COLI_OrderStartDate = $this->input->post('Date_Start');
}
$this->Orders_model->COLI_OrderStartDate = $this->input->post('Date_Start');
$this->Orders_model->MEI_Gender = $this->input->post('gender');

Loading…
Cancel
Save