浏览代码

增加发货日志

cqp 9 月之前
父节点
当前提交
47e761adfa
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 = [];