Nuevas clases para verificacion

parent 9d02ca4d
......@@ -23,7 +23,7 @@ class PluRegistroVerificacionSuscripcionRepository extends ServiceEntityReposito
{
$fecha = new \DateTime();
return $this->createQueryBuilder('p')
->andWhere("p.createdAt >= '" . $fecha->format("Y-m-d") . " 00:00:00' and p.createdAt <= '" . $fecha->format("Y-m-d") . " 23:59:59' and rvsIdSuscripcion = :val")
->andWhere("p.createdAt >= '" . $fecha->format("Y-m-d") . " 00:00:00' and p.createdAt <= '" . $fecha->format("Y-m-d") . " 23:59:59' and p.rvsIdSuscripcion = :val")
->setParameter('val', $value)
->getQuery()
->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