where('account', $params['account']); } if (!empty($params['id'])) { $query->where('id', $params['id']); } return $query; } }