shish hace 4 años
padre
commit
e2db403850
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      biz/shop/classes/ShopExtClass.php

+ 4 - 0
biz/shop/classes/ShopExtClass.php

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