|
|
@@ -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');
|
|
|
}
|
|
|
}
|
|
|
}
|