listo
This commit is contained in:
@@ -45,8 +45,8 @@ const activos = async (body) => {
|
||||
{
|
||||
[Op.and]: [{ regresoInmediato: true }, { idOperadorRegreso: null }],
|
||||
},
|
||||
{ idPrestamo: { [Op.like]: `%${idPrestamo}%` } },
|
||||
],
|
||||
idPrestamo: { [Op.like]: `%${idPrestamo}%` },
|
||||
},
|
||||
include: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user