Logica envio de urls a clientes

parent be6e0800
......@@ -24,6 +24,7 @@ class PluEntelWapushProximaFechaRepository extends ServiceEntityRepository
return $this->createQueryBuilder('p')
->orderBy('p.ewfId', 'DESC')
->getQuery()
->setMaxResults(1)
->getOneOrNullResult();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment