|
|
$this->queryBuilder->whereIn('order_id', function ($query) {
|
|
$this->queryBuilder->whereIn('order_id', function ($query) {
|
|
|
- ->whereNotIn('logistic_id', [13, 24, 25, 26, 27, 30, 31, 32, 33, 34, 60, 63, 65, 66, 68, 70, 102, 105, 107, 116,]);
|
|
|
|
|
|
|
+ ->whereNotIn('logistic_id', [13, 24, 25, 26, 27, 30, 31, 32, 33, 34, 60, 63, 65, 66, 68, 70, 102, 105, 107, 116, 10, 87]);
|