فهرست منبع

不再通知关单

shish 2 سال پیش
والد
کامیت
a84106fd7e
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      biz-hd/purchase/classes/PurchaseClass.php

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

@@ -851,11 +851,11 @@ class PurchaseClass extends BaseClass
         ];
         $response = $laResource->close($closeParams);
         if (isset($response['code']) == false || $response['code'] != 'BBS00000') {
-            $msg = $response['msg'] ?? '';
-            noticeUtil::push('花店采购单:' . $orderSn . ',关单没有成功,' . $msg, '15280215347');
+            //$msg = $response['msg'] ?? '';
+            //noticeUtil::push('花店采购单:' . $orderSn . ',关单没有成功,' . $msg, '15280215347');
             //util::fail('关单失败');
         } else {
-            noticeUtil::push('花店采购单:' . $orderSn . ',关单成功了哦', '15280215347');
+            //noticeUtil::push('花店采购单:' . $orderSn . ',关单成功了哦', '15280215347');
         }
         return $purchase;
     }