root 2 years ago
parent
commit
2f4a6f931d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/FyyOrderService.php

+ 1 - 1
app/Service/FyyOrderService.php

@@ -302,7 +302,7 @@ class FyyOrderService extends Service
         }elseif($data['type'] == 2){
             $list = SaleOrdersProduct::where('del_time',0)
                 ->select('order_no','out_order_no','customer_name')
-                ->whereColumn('order_quantity', '>', 'box_num')
+//                ->whereColumn('order_quantity', '>', 'box_num')
                 ->groupBy('order_no')
                 ->orderBy('id','desc')
                 ->get()->toArray();