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
@@ -13,7 +13,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 P.createdAt DESC
ORDER BY P.noInventario ASC
`, { type: QueryTypes.SELECT })
.then(printers => {
return res.json({