|
@@ -1120,6 +1120,7 @@ class BoxService extends Service
|
|
|
|
|
|
$list = Box::where('del_time',0)
|
|
|
->whereIn('order_no',$order_nos)
|
|
|
+ ->where('shipment_order_no','')
|
|
|
->select('order_no','out_order_no','top_order_no','shipment_order_no as transport_no','upd_time')
|
|
|
->get()->toArray();
|
|
|
$detail_list = [];
|