|
|
@@ -134,7 +134,7 @@ class PurchaseClearClass extends BaseClass
|
|
|
$ghsName = $order->ghsName ?? '';
|
|
|
$customName = $order->customName ?? '';
|
|
|
$orderSn = $order->orderSn ?? '';
|
|
|
- noticeUtil::push("花店线上付款结账,但结账单是取消状态。供货商:{$ghsName},客户:{$customName},订单编号:{$orderSn}", '15280215347');
|
|
|
+ noticeUtil::push("花店线上付款结账,但结账单是取消状态。供货商:{$ghsName},客户:{$customName},订单编号:{$orderSn}", '15280215347');
|
|
|
$ghsShopId = $order->ghsShopId;
|
|
|
$shop = ShopClass::getById($ghsShopId, true);
|
|
|
if (!empty($shop)) {
|