|
|
@@ -127,7 +127,7 @@ class StoreOrderDao extends BaseDao
|
|
127
|
127
|
$query->where(function ($query) use ($where) {
|
|
128
|
128
|
/** @var StoreOrderProductRepository $storeOrderProductRepository */
|
|
129
|
129
|
$storeOrderProductRepository = app()->make(StoreOrderProductRepository::class);
|
|
130
|
|
- $orderIdList = $storeOrderProductRepository->getOrderIdListByKeyword($where['keywords']);
|
|
|
130
|
+ $orderIdList = $storeOrderProductRepository->getOrderIdListByKeyword($where['product_keywords']);
|
|
131
|
131
|
$query->where('order_id', 'in', $orderIdList);
|
|
132
|
132
|
});
|
|
133
|
133
|
})
|