chenqp 1 năm trước cách đây
mục cha
commit
320d6b7d68
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');