From 0cdd729a069064b618ee9d32197d6c3b598da0dc Mon Sep 17 00:00:00 2001 From: cyc Date: Wed, 10 Jul 2019 17:14:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=9B=9E=E8=81=9A=E5=90=88?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=87=BA=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/trainsystem/controllers/addorders.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index 814309da..8a0602f6 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -140,7 +140,7 @@ class addorders extends CI_Controller{ }else{ //单个订单提交 echo $cold_sn.'
'; - $this->booktickets($cold_sn,$bpe_sn,'','ctrip'); + $this->booktickets($cold_sn,$bpe_sn,'','juhe'); //$string .= '汉特订单号:'.$coli_id.'('.$cold_sn.')可以自动出票'; } }