shish 4 роки тому
батько
коміт
b59f9ebaae

+ 2 - 2
console/controllers/OrderController.php

@@ -32,11 +32,11 @@ class OrderController extends Controller
                     //暂时只考虑花材库存的回滚
                     OrderClass::setExpire($order);
                     $transaction->commit();
-                    noticeUtil::push("商城订单未付款,库存已回滚,单号:{$orderSn}");
+                    noticeUtil::push("商城订单过期未付款,库存已回滚,单号:{$orderSn}");
                 } catch (\Exception $e) {
                     $transaction->rollBack();
                     $msg = $e->getMessage();
-                    noticeUtil::push("采购单过期处理报错了!订单号:{$orderSn},错误信息:{$msg}", '15280215347');
+                    noticeUtil::push("处理报错了!订单号:{$orderSn},错误信息:{$msg}", '15280215347');
                 }
             }
         }

+ 1 - 1
console/controllers/PurchaseController.php

@@ -46,7 +46,7 @@ class PurchaseController extends Controller
                     PurchaseService::expire($current);
                     $transaction->commit();
 
-                    noticeUtil::push("客户未付款,采购单过期,库存已回滚,单号:{$orderSn}");
+                    noticeUtil::push("采购单过期未付款,库存已回滚,单号:{$orderSn}");
 
                 } catch (\Exception $e) {
                     $transaction->rollBack();