shish il y a 2 ans
Parent
commit
a1f0c23a63
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      biz/shop/classes/ShopExtClass.php

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

@@ -254,6 +254,7 @@ class ShopExtClass extends BaseClass
 
     public static function pleasePayReport($order)
     {
+        return true;
         $shopId = $order->shopId ?? 0;
         $shopExt = ShopExtClass::getByCondition(['shopId' => $shopId], true);
         if (isset($shopExt->lbSn) && !empty($shopExt->lbSn)) {
@@ -268,6 +269,7 @@ class ShopExtClass extends BaseClass
     //供货商收银台 ssh 20230421
     public static function ghsPleasePayReport($order)
     {
+        return true;
         $shopId = $order->shopId ?? 0;
         $shopExt = ShopExtClass::getByCondition(['shopId' => $shopId], true);
         if (isset($shopExt->lbSn) && !empty($shopExt->lbSn)) {
@@ -282,6 +284,7 @@ class ShopExtClass extends BaseClass
     //零售花店收款声音播放 ssh 20220423
     public static function hdGatheringReport($order)
     {
+        return true;
         if ($order->fromType != dict::getDict("fromType", "shop")) {
             //非门店订单不播报语音
             return false;