|
@@ -37,7 +37,7 @@ class ServiceOrderLists extends BaseApiDataLists
|
|
|
$query->where(['service_status' => $service_status]);
|
|
$query->where(['service_status' => $service_status]);
|
|
|
}
|
|
}
|
|
|
})->column('id');
|
|
})->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;
|
|
return $where;
|
|
|
}
|
|
}
|
|
|
|
|
|