AddPrinter funcionando al cien

This commit is contained in:
alfredojl
2020-09-17 21:24:57 -05:00
parent a858262619
commit 061ea3abe1
9 changed files with 9 additions and 69 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const get = async(req, res) => {
INNER JOIN uResponsable UR ON UR.idUnidadResponsable = I.idUnidadResponsable
INNER JOIN ubicacion Ub ON Ub.idUbicacion = I.idUbicacion
INNER JOIN uso U ON U.idUso = I.idUso
ORDER BY AF.activoFijo`, { type: QueryTypes.SELECT })
ORDER BY E.createdAt DESC`, { type: QueryTypes.SELECT })
.then(equipo => {
return res.json({
equipo