chenqp 1 년 전
부모
커밋
320d6b7d68
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Service/FyyOrderService.php

+ 1 - 1
app/Service/FyyOrderService.php

@@ -15,7 +15,7 @@ class FyyOrderService extends Service
 {
     public function salesOrderList($data,$user){
         $model = SaleOrdersProduct::where('del_time',0)
-            ->select('out_order_no','customer_name')
+            ->select('out_order_no','customer_name','order_no')
             ->groupBy('out_order_no')
             ->orderBy('crt_time','desc')
             ->orderBy('id','asc');