Browse Source

增加发货日志

cqp 9 months ago
parent
commit
47e761adfa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Service/Box/BoxService.php

+ 1 - 0
app/Service/Box/BoxService.php

@@ -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 = [];