|
|
@@ -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;
|