|
|
@@ -31,6 +31,7 @@ class PackageLogisticController extends Controller
|
|
|
$paginateParams = $request->input();
|
|
|
$orderPackages = OrderPackage::query()
|
|
|
->filter($filters)
|
|
|
+ ->whereIn('owner_id', $owner_ids)
|
|
|
->with([
|
|
|
'order.logistic',
|
|
|
'order.batch:id,wms_type',
|