修改时间读取参数

master
cyc 5 years ago
parent 96f2e4e054
commit f9b44b3dba

@ -289,8 +289,12 @@ 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');
$this->Orders_model->MEI_Phone = $this->input->post('PhoneNo');

Loading…
Cancel
Save