cards
This commit is contained in:
parent
e2092e4cce
commit
3faefd8849
@ -81,7 +81,7 @@ class OrderService extends Service
|
|||||||
throw new NotAllowedException("当前请求数据量过大,请筛选过滤后查询");
|
throw new NotAllowedException("当前请求数据量过大,请筛选过滤后查询");
|
||||||
}
|
}
|
||||||
|
|
||||||
$cards = $this->orderCardPartitionRepository->withVirtual($conditions)->get();
|
$cards = $this->orderCardPartitionRepository->withVirtual($conditions)->model->get();
|
||||||
|
|
||||||
$tmpCards = $cards->groupBy('virtual_order_id');
|
$tmpCards = $cards->groupBy('virtual_order_id');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user