@@ -50,6 +50,10 @@ class ShopExtClass extends BaseClass
//需要打印小票的不播报语音
return false;
}
+ if ($order->onlinePay == dict::getDict('onlinePay', 'not')) {
+ //非在线支付的不播报
+ return false;
+ }
if ($order->payStatus != 1) {
//还没有付款订单不播报