Ver código fonte

工程师工单

whitefang 1 ano atrás
pai
commit
2c98111b27
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/api/lists/recharge/ServiceOrderLists.php

+ 1 - 1
app/api/lists/recharge/ServiceOrderLists.php

@@ -37,7 +37,7 @@ class ServiceOrderLists extends BaseApiDataLists
                 $query->where(['service_status' => $service_status]);
             }
         })->column('id');
-        $where['work_id'] = ['in', !empty($work_ids)?implode(',',$work_ids):5];
+        $where['work_id'] = ['in', !empty($work_ids)?implode(',',$work_ids):9999999];
         return $where;
     }