From 4c2414805f2b11e921d28bb82687819ac4e9a36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Sat, 11 May 2024 09:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=87=BA=E7=A5=A8=E7=AC=A6?= =?UTF-8?q?=E5=90=88=E6=9D=A1=E4=BB=B6=E5=87=BA=E7=A5=A8=E6=97=B6=E5=8A=A0?= =?UTF-8?q?=E6=97=A5=E5=BF=97=EF=BC=8C=E7=94=A8=E6=9D=A5=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=87=AA=E5=8A=A8=E5=87=BA=E7=A5=A8=E4=B8=AD?= =?UTF-8?q?=E5=93=AA=E4=B8=80=E6=AD=A5=E5=87=BA=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/trainsystem/controllers/addorders.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/third_party/trainsystem/controllers/addorders.php b/application/third_party/trainsystem/controllers/addorders.php index ec51bead..c899e306 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -294,7 +294,9 @@ class addorders extends CI_Controller{ }else{ //单个订单提交 - echo $cold_sn.'
'; + //echo $cold_sn.'
'; + log_message('error','自动出票提交:'.$coli_id.'('.$cold_sn.')'); + $this->booktickets($cold_sn,$bpe_sn,'','ctrip'); //调用出票 //$string .= '汉特订单号:'.$coli_id.'('.$cold_sn.')可以自动出票'; }