cqp 10 tháng trước cách đây
mục cha
commit
c9d14abda7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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();