@@ -140,7 +140,7 @@ class OrderPackageFilters
$this->queryBuilder->whereIn('order_id', function ($query) {
$query->from('orders')
->select('id')
- ->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]);
});
}