You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db.query('select p.crt,c.razao,c.cgc,c.insc,c.endereco,c.bairro,c.cep,c.fone,c.email,ci.nom_cidade,ci.codibge,ci.estado from param p join cliente c on p.codparc = c.codigo join cidade ci on c.codcidade = ci.cod_cidade where p.codigo=?', empresa, function (err, result) {