From 9bcf88f29f9a014e68b8648d6bff0129c4cc3bb0 Mon Sep 17 00:00:00 2001 From: cyc Date: Tue, 19 Nov 2019 15:39:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=B9=E7=AD=BE=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/trainsystem/controllers/callback.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/third_party/trainsystem/controllers/callback.php b/application/third_party/trainsystem/controllers/callback.php index cca96305..c7d36a23 100644 --- a/application/third_party/trainsystem/controllers/callback.php +++ b/application/third_party/trainsystem/controllers/callback.php @@ -368,8 +368,11 @@ class callback extends CI_Controller{ if($reschedule_status){ $update_data->OrderStatus = '9'; $update_data->ErrorMsg = '改签成功'; + }else{ + $update_data->OrderStatus = '5'; + $update_data->ErrorMsg = '改签失败'; } - + $update_data->reschedulecallback = $back_json; } //更新订单信息(出票系统) $this->train_system_model->update_orders($update_data);