From 4da1bdcf75f54a0ba9015dc375e4c2d7f7af949f Mon Sep 17 00:00:00 2001 From: cyc Date: Fri, 5 Jul 2019 16:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E5=87=BA?= =?UTF-8?q?=E7=A5=A8=E9=80=BB=E8=BE=91?= 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 8c2adfa9..8a0602f6 100644 --- a/application/third_party/trainsystem/controllers/addorders.php +++ b/application/third_party/trainsystem/controllers/addorders.php @@ -81,7 +81,7 @@ class addorders extends CI_Controller{ $bpe_sn = substr($bpe_sn,0,strlen($bpe_sn)-1); //不是国内支付宝的付款方式的订单需要受到1000元单价限制 - if($item->GAI_Type != '15015' || $item->COLI_State != '8'){ + if($item->GAI_Type != '15015' && $item->COLI_State != '8'){ if($train_info[0]->adultcost > 1000){ $auto_flag = 0; $back_message .= '-单价大于1000不自动出票';