cqp 1 일 전
부모
커밋
1841ad7a2e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();