shish il y a 2 ans
Parent
commit
75f7154604
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      biz-hd/purchase/classes/PurchaseClass.php

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

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