shish 1 год назад
Родитель
Сommit
064c807736
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      biz-hd/purchase/classes/PurchaseClass.php

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

@@ -1160,8 +1160,9 @@ class PurchaseClass extends BaseClass
         if (isset($response['code']) == false || $response['code'] != '000000') {
             $msg = $response['msg'] ?? '';
             $code = $response['code'] ?? 0;
+            noticeUtil::push('花店采购 ' . $orderSn . ' 收银台关单的提示:' . $msg . ' ' . $code, '15280215347');
             if (!in_array($code, ['000091'])) {
-                noticeUtil::push('花店采购 ' . $orderSn . ' 收银台支付宝 关单没有成功哦 ' . $msg . ' ' . $code, '15280215347');
+                noticeUtil::push('花店采购 ' . $orderSn . ' 收银台关单没有成功哦 ' . $msg . ' ' . $code, '15280215347');
             }
         }