|
|
@ -81,7 +81,7 @@ class addorders extends CI_Controller{
|
|
|
|
$bpe_sn = substr($bpe_sn,0,strlen($bpe_sn)-1);
|
|
|
|
$bpe_sn = substr($bpe_sn,0,strlen($bpe_sn)-1);
|
|
|
|
|
|
|
|
|
|
|
|
//不是国内支付宝的付款方式的订单需要受到1000元单价限制
|
|
|
|
//不是国内支付宝的付款方式的订单需要受到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){
|
|
|
|
if($train_info[0]->adultcost > 1000){
|
|
|
|
$auto_flag = 0;
|
|
|
|
$auto_flag = 0;
|
|
|
|
$back_message .= '-单价大于1000不自动出票';
|
|
|
|
$back_message .= '-单价大于1000不自动出票';
|
|
|
|