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不自动出票';