diff --git a/metodos.js b/metodos.js index 8eb1993..96b2008 100644 --- a/metodos.js +++ b/metodos.js @@ -659,6 +659,8 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n let legion = await funcion.ConsultaClaves(_cedula, nuevo); console.log(legion) if (legion['ok'] == true) { + console.log("legion model"); + console.log(legion); // let mensjae_predios = ''; // legion['data'].forEach((element, index) => { // var rec = element['valor']['boot']['anteriores'];