소스 검색

增加发货日志

cqp 10 달 전
부모
커밋
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 = [];