cqp 9 月之前
父节点
当前提交
c9d14abda7
共有 1 个文件被更改,包括 2 次插入2 次删除
  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();