|
|
@@ -96,7 +96,7 @@ class PurchaseController extends Controller
|
|
|
//供应商发起的记欠款
|
|
|
PurchaseService::debt($current);
|
|
|
$transaction->commit();
|
|
|
- noticeUtil::push("采购单已经记欠款!订单号:{$orderSn}", '15280215347');
|
|
|
+ noticeUtil::push("采购单已经变更为欠款。订单号:{$orderSn}", '15280215347');
|
|
|
} catch (\Exception $e) {
|
|
|
$transaction->rollBack();
|
|
|
$msg = $e->getMessage();
|