联动修改订单时间、套餐、价格
This commit is contained in:
parent
61095cd83e
commit
02ef05631a
@ -244,7 +244,7 @@ class OrderService extends Service
|
||||
}
|
||||
|
||||
if (!empty($updates)) {
|
||||
OrderCardPartition::where('type', $node->type)->update($updates);
|
||||
OrderCardPartition::where('type', $node->type)->where('order_id', $node->id)->update($updates);
|
||||
}
|
||||
|
||||
$this->orderRepository->setModel($node)->update($attributes);
|
||||
|
Loading…
x
Reference in New Issue
Block a user