cqp 10 luni în urmă
părinte
comite
c9d14abda7
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      app/Service/InspectService.php

+ 2 - 2
app/Service/InspectService.php

@@ -454,8 +454,8 @@ class InspectService extends Service
 
         $device_list = DeviceOrder::where('del_time',0)
             ->where('type',DeviceOrder::Model_type_three)
-            ->where('crt_time','>=',$start_time)
-            ->where('crt_time','<=',$end_time)
+            ->where('hand_time','>=',$start_time)
+            ->where('hand_time','<=',$end_time)
             ->select('id','state')
             ->get()->toArray();