Commit 18c69bb3 authored by liuyuzhen's avatar liuyuzhen

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into lyz

parents 29e4c3bd 971097f6
......@@ -600,9 +600,13 @@ class OrderModel extends \DAO\AbstractModel
$text = OrderConst::unpayMessage;
}
if ($order['orderState'] == ApiConst::orderStateWaitConfirm && $order['paymentType'] != ApiConst::offlinePay && $order['paymentType'] != ApiConst::afterSendPay) {
if($order['orderState']==ApiConst::orderStateClose && $order['orderState']==ApiConst::orderStateCancel){
$test='';
}else{
$text = OrderConst::payCancelMessage;
}
}
}
//详情
if ($textType == ApiConst::orderDetailDescribe) {
//在未付款并且(不是线下支付或者到货付款的情况下提示此消息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment