|
@@ -5166,7 +5166,8 @@ class StoreOrderRepository extends BaseRepository
|
|
5166
|
unset($where['status']);
|
5166
|
unset($where['status']);
|
|
5167
|
$query_search = $this->dao->search($where)
|
5167
|
$query_search = $this->dao->search($where)
|
|
5168
|
// 屏蔽测试账号
|
5168
|
// 屏蔽测试账号
|
|
5169
|
- ->whereNotIn('uid', [766, 783, 6])
|
|
|
|
|
|
5169
|
+ // ->whereNotIn('uid', [766, 783, 6])
|
|
|
|
5170
|
+ ->whereNotIn('uid', [ 783, 6])
|
|
5170
|
->when(isset($where['order_ids']) && $where['order_ids'] != '', function ($q) use ($where) {
|
5171
|
->when(isset($where['order_ids']) && $where['order_ids'] != '', function ($q) use ($where) {
|
|
5171
|
$q->whereIn('order_id', $where['order_ids']);
|
5172
|
$q->whereIn('order_id', $where['order_ids']);
|
|
5172
|
});
|
5173
|
});
|