cqp 1 giorno fa
parent
commit
1841ad7a2e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/Service/ApplyOrderService.php

+ 1 - 0
app/Service/ApplyOrderService.php

@@ -4575,6 +4575,7 @@ class ApplyOrderService extends Service
     public function reportList($data){
         $result = ReportMessage::where('del_time',0)
             ->where('crt_time',">=",strtotime(date('Y-m-01 00:00:00')))
+            ->where('quantity','>',0.2)
             ->select('id','order_id','opt_case','quantity','crt_time','user_id','is_use','report_working_id')
             ->orderBy('id','asc')
             ->get()->toArray();