Просмотр исходного кода

更新:打开通知,做测试

shizhongqi 4 месяцев назад
Родитель
Сommit
143ebb0cef
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      console/controllers/PurchaseController.php

+ 1 - 2
console/controllers/PurchaseController.php

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