|
|
@@ -5201,7 +5201,8 @@ class StoreOrderRepository extends BaseRepository
|
|
5201
|
5201
|
$query_search = $this->dao->search($where)
|
|
5202
|
5202
|
// 屏蔽测试账号
|
|
5203
|
5203
|
// ->whereNotIn('uid', [766, 783, 6])
|
|
5204
|
|
- ->whereNotIn('uid', [ 783, 6])
|
|
|
5204
|
+ // ->whereNotIn('uid', [ 783, 6])
|
|
|
5205
|
+ ->whereNotIn('uid', [ 783])
|
|
5205
|
5206
|
->when(isset($where['order_ids']) && $where['order_ids'] != '', function ($q) use ($where) {
|
|
5206
|
5207
|
$q->whereIn('order_id', $where['order_ids']);
|
|
5207
|
5208
|
});
|