Update metodos.js
This commit is contained in:
parent
6453eebc05
commit
ac5478add8
@ -657,6 +657,7 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n
|
|||||||
_cedula = _cedula.replace(/-/g, "");
|
_cedula = _cedula.replace(/-/g, "");
|
||||||
if (regex.test(_cedula)) {
|
if (regex.test(_cedula)) {
|
||||||
let legion = await funcion.ConsultaClaves(_cedula, nuevo);
|
let legion = await funcion.ConsultaClaves(_cedula, nuevo);
|
||||||
|
console.log("legion model antes");
|
||||||
console.log(legion)
|
console.log(legion)
|
||||||
if (legion['ok'] == true) {
|
if (legion['ok'] == true) {
|
||||||
console.log("legion model");
|
console.log("legion model");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user