shish il y a 1 an
Parent
commit
c602b3d47a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app-hd/controllers/PurchaseClearController.php

+ 1 - 1
app-hd/controllers/PurchaseClearController.php

@@ -170,7 +170,7 @@ class PurchaseClearController extends BaseController
                 if (!in_array($code, ['BBS11114'])) {
                     $customMobile = $order->customMobile ?? '';
                     $ghsName = $order->ghsName ?? '';
-                    noticeUtil::push('重点注意,花店结账,单号:' . $oldOrderSn . ',关单没有成功,原因:【' . $msg . '】,可能造成无法结账,客户手机号:' . $customMobile . ',供货商:' . $ghsName, '15280215347');
+                    noticeUtil::push('重点注意,花店结账,单号:' . $oldOrderSn . ',关单没有成功,原因:【' . $msg . '】,可能造成无法结账,客户手机号:' . $customMobile . ',供货商:' . $ghsName . ',客户端给提示的内容:出错了,请取消本单重试', '15280215347');
                     util::fail('出错了,请取消本单重试');
                 }
             }