shish hace 1 año
padre
commit
5c1b68a9cb
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      biz-hd/purchase/classes/PurchaseClearClass.php

+ 1 - 2
biz-hd/purchase/classes/PurchaseClearClass.php

@@ -132,9 +132,8 @@ class PurchaseClearClass extends BaseClass
             if ($order->onlinePay == dict::getDict('onlinePay', 'yes')) {
                 $ghsName = $order->ghsName ?? '';
                 $customName = $order->customName ?? '';
-                $id = $order->id ?? 0;
                 $orderSn = $order->orderSn ?? '';
-                noticeUtil::push("重要提醒:有花店客户线上结账,但结账单却取消了 供货商:{$ghsName} 客户:{$customName} 订单编号:{$orderSn}", '15280215347');
+                noticeUtil::push("花店线上付款结账,但结账单是取消状态 供货商:{$ghsName} 客户:{$customName} 订单编号:{$orderSn}", '15280215347');
             }
         }
         if (isset($order->status) == false || $order->status != self::STATUS_AWAIT_PAY) {