This commit is contained in:
2022-02-01 10:20:22 -06:00
parent 1bd65011c4
commit 33fa2bebdb
+1 -1
View File
@@ -45,8 +45,8 @@ const activos = async (body) => {
{
[Op.and]: [{ regresoInmediato: true }, { idOperadorRegreso: null }],
},
{ idPrestamo: { [Op.like]: `%${idPrestamo}%` } },
],
idPrestamo: { [Op.like]: `%${idPrestamo}%` },
},
include: [
{