|
|
@@ -254,7 +254,6 @@ 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)) {
|
|
|
@@ -269,7 +268,6 @@ 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)) {
|
|
|
@@ -284,7 +282,6 @@ class ShopExtClass extends BaseClass
|
|
|
//零售花店收款声音播放 ssh 20220423
|
|
|
public static function hdGatheringReport($order)
|
|
|
{
|
|
|
- return true;
|
|
|
if ($order->fromType != dict::getDict("fromType", "shop")) {
|
|
|
//非门店订单不播报语音
|
|
|
return false;
|
|
|
@@ -312,7 +309,6 @@ class ShopExtClass extends BaseClass
|
|
|
//供货商收款声音播放 ssh 20230421
|
|
|
public static function ghsGatheringReport($order)
|
|
|
{
|
|
|
- return false;
|
|
|
if ($order->fromType != dict::getDict("fromType", "shop")) {
|
|
|
//非门店订单不播报语音
|
|
|
return false;
|