订单状态
This commit is contained in:
parent
6322d873f6
commit
86cd7c742f
@ -177,6 +177,11 @@ class OrderService extends Service
|
|||||||
throw new InvalidArgumentException('请选择卡');
|
throw new InvalidArgumentException('请选择卡');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($attributes['selected'])) {
|
||||||
|
$attributes['order_status'] = 5;
|
||||||
|
$attributes['transaction_status'] = 1;
|
||||||
|
}
|
||||||
|
|
||||||
DB::beginTransaction();
|
DB::beginTransaction();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user