shish 4 лет назад
Родитель
Сommit
a9dfee3589
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      console/controllers/PurchaseController.php

+ 1 - 1
console/controllers/PurchaseController.php

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