shish 2 tahun lalu
induk
melakukan
6d3788a08b
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      biz-hd/purchase/classes/PurchaseClass.php

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

@@ -1140,7 +1140,7 @@ class PurchaseClass extends BaseClass
             $msg = $response['msg'] ?? '';
             $msg = $response['msg'] ?? '';
             $code = $response['code'] ?? 0;
             $code = $response['code'] ?? 0;
             if (!in_array($code, ['BBS11114'])) {
             if (!in_array($code, ['BBS11114'])) {
-                noticeUtil::push('花店采购:' . $orderSn . ',关单没有成功,' . $msg . ' ' . $code, '15280215347');
+                noticeUtil::push('花店采购 ' . $orderSn . ' 关单没有成功哦' . $msg . ' ' . $code, '15280215347');
             }
             }
         }
         }
 
 
@@ -1151,7 +1151,7 @@ class PurchaseClass extends BaseClass
             $msg = $response['msg'] ?? '';
             $msg = $response['msg'] ?? '';
             $code = $response['code'] ?? 0;
             $code = $response['code'] ?? 0;
             if (!in_array($code, ['000091'])) {
             if (!in_array($code, ['000091'])) {
-                noticeUtil::push('花店采购:' . $orderSn . ',关单没有成功(收银台-支付宝),' . $msg . ' ' . $code, '15280215347');
+                noticeUtil::push('花店采购 ' . $orderSn . ' 收银台支付宝 关单没有成功哦 ' . $msg . ' ' . $code, '15280215347');
             }
             }
         }
         }