|
@@ -1590,6 +1590,7 @@ class StoreOrderRepository extends BaseRepository
|
|
|
public function getList(array $where, $page, $limit)
|
|
|
{
|
|
|
$query = $this->dao->search($where)->where('StoreOrder.is_del', 0);
|
|
|
+ var_dump($query);exit();
|
|
|
$count = $query->count();
|
|
|
$list = $query->with([
|
|
|
'orderProduct',
|