AddPrinter funcionando al cien
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user