cqp hai 10 meses
pai
achega
c9d14abda7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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();