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