This commit is contained in:
alfredojl
2020-10-09 22:32:43 -05:00
parent ad82fab926
commit 0b9677351b
4 changed files with 5 additions and 5 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 E.createdAt DESC`, { type: QueryTypes.SELECT })
ORDER BY E.noInventario ASC`, { type: QueryTypes.SELECT })
.then(equipo => res.json({
equipo
}))