|
|
@@ -43,7 +43,7 @@ class PurchaseController extends Controller
|
|
|
PurchaseService::expire($current);
|
|
|
$transaction->commit();
|
|
|
|
|
|
- noticeUtil::push("【成功】采购单过期库存回滚 orderSn:{$orderSn}", '15280215347');
|
|
|
+ noticeUtil::push("【成功】采购单过期,库存已回滚 orderSn:{$orderSn}", '15280215347');
|
|
|
|
|
|
} catch (\Exception $e) {
|
|
|
$transaction->rollBack();
|