@@ -499,6 +499,7 @@ sql;
$allocationOrdernos = OrderPackage::query()
->whereIn('logistic_number', $logisticNums)
->leftJoin('orders', 'order_id', '=', 'orders.id')
+ ->select('orders.code')
->pluck('code');
//调用分配接口
$allocationOrdernos->each(function ($orderno) use ($orderService) {