修改改签流程

mobile-first
cyc 6 years ago
parent 7cf204cea9
commit 9bcf88f29f

@ -368,8 +368,11 @@ class callback extends CI_Controller{
if($reschedule_status){ if($reschedule_status){
$update_data->OrderStatus = '9'; $update_data->OrderStatus = '9';
$update_data->ErrorMsg = '改签成功'; $update_data->ErrorMsg = '改签成功';
}else{
$update_data->OrderStatus = '5';
$update_data->ErrorMsg = '改签失败';
} }
$update_data->reschedulecallback = $back_json;
} }
//更新订单信息(出票系统) //更新订单信息(出票系统)
$this->train_system_model->update_orders($update_data); $this->train_system_model->update_orders($update_data);

Loading…
Cancel
Save