-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 23-10-2022 a las 19:00:42
-- Versión del servidor: 10.4.19-MariaDB
-- Versión de PHP: 7.4.20

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Base de datos: `qpsec_coopchone`
--

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `certificados`
--

CREATE TABLE `certificados` (
  `id` bigint(11) NOT NULL,
  `tipo` varchar(100) NOT NULL,
  `descripcion` varchar(500) NOT NULL,
  `costo` double NOT NULL,
  `estado` varchar(100) NOT NULL,
  `formato` text DEFAULT NULL,
  `cabecera` text DEFAULT NULL,
  `footer` text DEFAULT NULL,
  `personal_firma` varchar(500) DEFAULT NULL,
  `path_firma` varchar(500) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL,
  `created_by` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `certificados`
--

INSERT INTO `certificados` (`id`, `tipo`, `descripcion`, `costo`, `estado`, `formato`, `cabecera`, `footer`, `personal_firma`, `path_firma`, `updated_at`, `created_at`, `updated_by`, `created_by`) VALUES
(1, '001', 'CREDITO SOCIOS', 2.25, 'ACTIVO', '<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n                    color:#008000;\r\n                }\r\n                .justify{\r\n                    text-align: justify;\r\n                }\r\n\r\n                td, th {\r\n                    border: 1px solid #808080;\r\n                    text-align: center;\r\n                    padding: 8px;\r\n                    font-size:10px;\r\n                }\r\n                .tg-l00l{\r\n                    background-color:#808080;\r\n                    color:white;\r\n                    border: 1px solid white;\r\n                    height:20px;\r\n                }\r\n</style>\r\n<div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\r\n <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>\r\n                \r\n<br>\r\n <div class=\"center\"><h3>CERTIFICACIÓN</h3></div>\r\n<div><UbicacionOficina><Fecha> </div>\r\n\r\n<div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div>\r\n\r\n <div><p class=\"justify\">Tenemos a bien informar que el(a) Sr.(a) <nombres_cliente> portador(a)\r\n                de la cédula No. <cedula_cliente>, es socio(a) de nuestra Institución y mantiene la\r\n                siguiente relación con la PRUEBAS 140.\r\n                </p>\r\n</div>\r\n\r\n            \r\n <table class=\"tg\">\r\n            <thead>\r\n            <tr>\r\n                <th class=\"tg-l00l\">NO. CRÉDITO</th>\r\n                <th class=\"tg-l00l\">GARANTÍA</th>\r\n                <th class=\"tg-l00l\">RELACIÓN</th>\r\n                <th class=\"tg-l00l\">DESTINO</th>\r\n                <th class=\"tg-l00l\">CAPITAL</th>\r\n                <th class=\"tg-l00l\">DÍAS VENCIDOS</th>\r\n                <th class=\"tg-l00l\">ESTADO</th>\r\n            </tr>\r\n            </thead>\r\n            <tbody>\r\n                  <tabla_contenido>\r\n            </tbody>\r\n</table>\r\n\r\n<div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la\r\n            PRUEBAS 140 ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente\r\n            informativo por lo que no podrá entenderse que la PRUEBAS 140 se obliga en forma\r\n            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser\r\n            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta\r\n            institución.</p>\r\n </div>\r\n\r\n\r\n            <div class=\"center\">GILER ANDRADE BARNY XAVIER\r\n            </div>\r\n\r\n            <div class=\"center\"><p class=\"center\">____________________________________________________<br>\r\n                                                    ASESOR DE BALCON DE SERVICIO</p>\r\n            </div>\r\n\r\n            <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>', '<style>\n                    .center{\n                        text-align:center;\n                    }  \n                    .bold{\n                        font-wight:bold;\n                    }\n                    .green140{\n                        color:#008000;\n                    }\n                    .justify{\n                        text-align: justify;\n                    }\n            </style>\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'testSign.jpeg', '2022-10-13 14:01:19', NULL, NULL, NULL),
(2, '003', 'SALDO A LA FECHA', 0, 'ACTIVO', '<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n                    color:#008000;\r\n                }\r\n                .justify{\r\n                    text-align: justify;\r\n                }\r\n\r\n                td, th {\r\n                    border: 1px solid #808080;\r\n                    text-align: center;\r\n                    padding: 8px;\r\n                    font-size:10px;\r\n                }\r\n                .tg-l00l{\r\n                    background-color:#808080;\r\n                    color:white;\r\n                    border: 1px solid white;\r\n                    height:20px;\r\n                }\r\n</style>\r\n<div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\r\n <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>\r\n                \r\n<br>\r\n <div class=\"center\"><h3>CERTIFICACIÓN</h3></div>\r\n<div><UbicacionOficina><Fecha> </div>\r\n\r\n<div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div>\r\n\r\n <div><p class=\"justify\">Tenemos a bien informar que el(a) Sr.(a) <nombres_cliente> portador(a)\r\n                de la cédula No. <cedula_cliente>, es socio(a) de nuestra Institución y mantiene la\r\n                siguiente relación con la PRUEBAS 140, se detalla\r\n                </p>\r\n</div>\r\n\r\n            \r\n <table class=\"tg\">\r\n            <thead>\r\n            <tr>\r\n                <th class=\"tg-l00l\">FECHA APERTURA</th>\r\n                <th class=\"tg-l00l\">No. CUENTA</th>\r\n                <th class=\"tg-l00l\">TIPO</th>\r\n                <th class=\"tg-l00l\">SITUACIÓN</th>\r\n                <th class=\"tg-l00l\">SALDO AL <FECHA></th>\r\n            </tr>\r\n            </thead>\r\n            <tbody>\r\n                  <tabla_contenido>\r\n            </tbody>\r\n</table>\r\n\r\n<div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la\r\n            PRUEBAS 140 ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente\r\n            informativo por lo que no podrá entenderse que la PRUEBAS 140 se obliga en forma\r\n            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser\r\n            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta\r\n            institución. <br><br>Confirmo que he solicitado la emisión del presente certificado y me hago responsable\r\npor el uso que se dé al mismo.</p>\r\n </div>\r\n\r\n\r\n            <div class=\"center\">GILER ANDRADE BARNY XAVIER\r\n            </div>\r\n\r\n            <div class=\"center\"><p class=\"center\">____________________________________________________<br>\r\n                                                    ASESOR DE BALCON DE SERVICIO</p>\r\n            </div>\r\n\r\n            <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>', '<style>\n                    .center{\n                        text-align:center;\n                    }  \n                    .bold{\n                        font-wight:bold;\n                    }\n                    .green140{\n                        color:#008000;\n                    }\n                    .justify{\n                        text-align: justify;\n                    }\n            </style>\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'testSign.jpeg', '2022-10-13 14:01:19', NULL, NULL, NULL),
(3, '004', 'CRÉDITO', 2.25, 'ACTIVO', NULL, '<style>\n                    .center{\n                        text-align:center;\n                    }  \n                    .bold{\n                        font-wight:bold;\n                    }\n                    .green140{\n                        color:#008000;\n                    }\n                    .justify{\n                        text-align: justify;\n                    }\n            </style>\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'testSign.jpeg', '2022-10-13 14:01:19', NULL, NULL, NULL),
(4, '005', 'SALDO PROMEDIO', 2.25, 'ACTIVO', '<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n                    color:#008000;\r\n                }\r\n                .justify{\r\n                    text-align: justify;\r\n                }\r\n\r\n                td, th {\r\n                    border: 1px solid #808080;\r\n                    text-align: center;\r\n                    padding: 8px;\r\n                    font-size:10px;\r\n                }\r\n                .tg-l00l{\r\n                    background-color:#808080;\r\n                    color:white;\r\n                    border: 1px solid white;\r\n                    height:20px;\r\n                }\r\n</style>\r\n<div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\r\n <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>\r\n                \r\n<br>\r\n <div class=\"center\"><h3>CERTIFICACIÓN</h3></div>\r\n<div><UbicacionOficina><Fecha> </div>\r\n\r\n<div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div>\r\n\r\n <div><p class=\"justify\">Tenemos a bien certificar que el(a) Sr.(a) <nombres_cliente> portador(a)\r\n                de la cédula de ciudadanía número <cedula_cliente> es cliente de esta institución y mantiene la\r\n                siguiente relación con la PRUEBAS 140.\r\n                </p>\r\n</div>\r\n\r\n            \r\n <table class=\"tg\">\r\n            <thead>\r\n            <tr>\r\n                <th class=\"tg-l00l\">FECHA APERTURA</th>\r\n                <th class=\"tg-l00l\">No. CUENTA</th>\r\n                <th class=\"tg-l00l\">TIPO CUENTA</th>\r\n                <th class=\"tg-l00l\">ESTADO</th>\r\n                <th class=\"tg-l00l\">RELACIÓN</th>\r\n                <th class=\"tg-l00l\">CIFRAS</th>\r\n            </tr>\r\n            </thead>\r\n            <tbody>\r\n                  <tabla_contenido>\r\n            </tbody>\r\n</table>\r\n\r\n<div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la\r\n            PRUEBAS 140 ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente\r\n            informativo por lo que no podrá entenderse que la PRUEBAS 140 se obliga en forma\r\n            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser\r\n            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta\r\n            institución. <br><br>Confirmo que he solicitado la emisión del presente certificado y me hago responsable\r\npor el uso que se dé al mismo.</p>\r\n </div>\r\n\r\n\r\n            <div class=\"center\">GILER ANDRADE BARNY XAVIER\r\n            </div>\r\n\r\n            <div class=\"center\"><p class=\"center\">____________________________________________________<br>\r\n                                                    ASESOR DE BALCON DE SERVICIO</p>\r\n            </div>\r\n\r\n            <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>', '<style>\n                    .center{\n                        text-align:center;\n                    }  \n                    .bold{\n                        font-wight:bold;\n                    }\n                    .green140{\n                        color:#008000;\n                    }\n                    .justify{\n                        text-align: justify;\n                    }\n            </style>\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'testSign.jpeg', '2022-10-13 14:01:19', NULL, NULL, NULL),
(5, '006', 'INVERSIONES', 2.25, 'ACTIVO', '<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n                    color:#008000;\r\n                }\r\n                .justify{\r\n                    text-align: justify;\r\n                }\r\n\r\n                td, th {\r\n                    border: 1px solid #808080;\r\n                    text-align: center;\r\n                    padding: 8px;\r\n                    font-size:10px;\r\n                }\r\n                .tg-l00l{\r\n                    background-color:#808080;\r\n                    color:white;\r\n                    border: 1px solid white;\r\n                    height:20px;\r\n                }\r\n</style>\r\n<div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\r\n <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>\r\n                \r\n<br>\r\n <div class=\"center\"><h3>CERTIFICACIÓN</h3></div>\r\n<div><UbicacionOficina><Fecha> </div>\r\n\r\n<div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div>\r\n\r\n <div><p class=\"justify\">Tenemos a bien certificar que el(a) Sr.(a) <nombres_cliente> portador(a)\r\n                de la cédula de ciudadanía número <cedula_cliente> es cliente de esta institución y mantiene la\r\n                siguiente relación con la PRUEBAS 140.\r\n                </p>\r\n</div>\r\n\r\n            \r\n <table class=\"tg\">\r\n            <thead>\r\n            <tr>\r\n                <th class=\"tg-l00l\">FECHA APERTURA</th>\r\n                <th class=\"tg-l00l\">No. POLIZA</th>\r\n                <th class=\"tg-l00l\">TIPO</th>\r\n                <th class=\"tg-l00l\">ESTADO</th>\r\n                <th class=\"tg-l00l\">MONTO</th>\r\n                <th class=\"tg-l00l\">FECHA VENCIMIENTO</th>\r\n            </tr>\r\n            </thead>\r\n            <tbody>\r\n                  <tabla_contenido>\r\n            </tbody>\r\n</table>\r\n\r\n<div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la\r\n            PRUEBAS 140 ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente\r\n            informativo por lo que no podrá entenderse que la PRUEBAS 140 se obliga en forma\r\n            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser\r\n            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta\r\n            institución. <br><br>Confirmo que he solicitado la emisión del presente certificado y me hago responsable\r\npor el uso que se dé al mismo.</p>\r\n </div>\r\n\r\n\r\n            <div class=\"center\">GILER ANDRADE BARNY XAVIER\r\n            </div>\r\n\r\n            <div class=\"center\"><p class=\"center\">____________________________________________________<br>\r\n                                                    ASESOR DE BALCON DE SERVICIO</p>\r\n            </div>\r\n\r\n            <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>', '<style>\n                    .center{\n                        text-align:center;\n                    }  \n                    .bold{\n                        font-wight:bold;\n                    }\n                    .green140{\n                        color:#008000;\n                    }\n                    .justify{\n                        text-align: justify;\n                    }\n            </style>\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'testSign.jpeg', '2022-10-13 14:01:19', NULL, NULL, NULL),
(6, '007', 'SOCIO FALLECIDO', 0, 'ACTIVO', '<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n                    color:#008000;\r\n                }\r\n                .justify{\r\n                    text-align: justify;\r\n                }\r\n\r\n                td, th {\r\n                    border: 1px solid #808080;\r\n                    text-align: center;\r\n                    padding: 8px;\r\n                    font-size:10px;\r\n                }\r\n                .tg-l00l{\r\n                    background-color:#808080;\r\n                    color:white;\r\n                    border: 1px solid white;\r\n                    height:20px;\r\n                }\r\n</style>\r\n<div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\r\n <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>\r\n                \r\n<br>\r\n <div class=\"center\"><h3>CERTIFICACIÓN</h3></div>\r\n<div><UbicacionOficina><Fecha> </div>\r\n\r\n<div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div>\r\n\r\n <div><p class=\"justify\">Tenemos a bien certificar que el(a) Sr.(a) <nombres_cliente> portador(a)\r\n                de la cédula No. <cedula_cliente>,es cliente de nuestra Institución y mantiene la siguiente relación con la PRUEBAS 140; quedando el crédito con un saldo pendiente:\r\n                </p>\r\n</div>\r\n\r\n            \r\n <table class=\"tg\">\r\n            <thead>\r\n            <tr>\r\n                <th class=\"tg-l00l\">No. CRÉDITO</th>\r\n                <th class=\"tg-l00l\">CAPITAL</th>\r\n                <th class=\"tg-l00l\">INTERES</th>\r\n                <th class=\"tg-l00l\">TOT. CRÉDITO</th>\r\n            </tr>\r\n            </thead>\r\n            <tbody>\r\n                  <tabla_contenido>\r\n            </tbody>\r\n</table>\r\n\r\n<div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la\r\n            PRUEBAS 140 ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente\r\n            informativo por lo que no podrá entenderse que la PRUEBAS 140 se obliga en forma\r\n            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser\r\n            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta\r\n            institución. \r\n </div>\r\n\r\n\r\n            <div class=\"center\">GILER ANDRADE BARNY XAVIER\r\n            </div>\r\n\r\n            <div class=\"center\"><p class=\"center\">____________________________________________________<br>\r\n                                                    ASESOR DE BALCON DE SERVICIO</p>\r\n            </div>\r\n\r\n            <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>', '<style>\n                    .center{\n                        text-align:center;\n                    }  \n                    .bold{\n                        font-wight:bold;\n                    }\n                    .green140{\n                        color:#008000;\n                    }\n                    .justify{\n                        text-align: justify;\n                    }\n            </style>\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'testSign.jpeg', '2022-10-13 14:01:19', NULL, NULL, NULL),
(7, '008', 'SALDO PROMEDIO JUZGADO', 0, 'ACTIVO', NULL, '<style>\n                    .center{\n                        text-align:center;\n                    }  \n                    .bold{\n                        font-wight:bold;\n                    }\n                    .green140{\n                        color:#008000;\n                    }\n                    .justify{\n                        text-align: justify;\n                    }\n            </style>\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'testSign.jpeg', '2022-10-13 14:01:19', NULL, NULL, NULL),
(8, '009', 'ESTADO CUENTA', 1.63, 'ACTIVO', '<style>\n                .center{\n                    text-align:center;\n                }  \n                .bold{\n                    font-wight:bold;\n                }\n                .green140{\n                    color:#008000;\n                }\n                .justify{\n                    text-align: justify;\n                }\n                .simpleTable{\n                    border: none;\n                    text-align: left;\n                    padding: 8px;\n                    font-size:10px;\n                }\n                td, th {\n                    border: 1px solid #808080;\n                    text-align: center;\n                    padding: 8px;\n                    font-size:10px;\n                }\n                .tg-l00l{\n                    background-color:#808080;\n                    color:white;\n                    border: 1px solid white;\n                    height:20px;\n                }\n            </style>\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>\n                            \n            <br>\n            <div class=\"center\"><h3>CERTIFICACIÓN</h3><br><h3>ESTADO DE CUENTA</h3></div>\n\n            <div style=\"text-align:right;font-size:10px;\">Fecha: \'.$fecha.\'<br>Usuario:<usuario_logueado></div>\n            <br>\n            <table>\n                <tr>\n                    <td colspan=\"2\" class=\"simpleTable\"><font style=\"font-weight:bold;\">Nombres:</font><nombres_cliente></td><td class=\"simpleTable\"><font style=\"font-weight:bold;\">Cedula:</font> <cedula_cliente> </td>\n                </tr>\n                <tr>\n                    <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Cuenta: </font> <cuenta_analisis> </td><td class=\"simpleTable\"><font style=\"font-weight:bold;\"> <tipo_cuenta> </font></td><td class=\"simpleTable\"></td>\n                </tr>\n                <tr>\n                    <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Desde: </font> <fecha_desde> </td> <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Hasta:</font> <fecha_hasta> </td> <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Saldo final:</font> <saldo_final> </td>\n                </tr>\n            </table>\n\n            <br>          \n            <table class=\"tg\">\n                <thead>\n                <tr>\n                    <th class=\"tg-l00l\">Fecha</th>\n                    <th class=\"tg-l00l\">Suc</th>\n                    <th class=\"tg-l00l\">NumTrm</th>\n                    <th class=\"tg-l00l\">Txt</th>\n                    <th class=\"tg-l00l\">Rubro</th>\n                    <th class=\"tg-l00l\">Debito</th>\n                    <th class=\"tg-l00l\">Credito</th>\n                    <th class=\"tg-l00l\">Saldo</th>\n                </tr>\n                </thead>\n                <tbody>\n                    <tabla_contenido>\n                </tbody>\n            </table>\n\n            <br>\n\n\n            <div class=\"center\">GILER ANDRADE BARNY XAVIER\n            </div>\n\n            <div class=\"center\"><p class=\"center\">____________________________________________________<br>\n                                                    ASESOR DE BALCON DE SERVICIO</p>\n            </div>', '<style>\n                    .center{\n                        text-align:center;\n                    }  \n                    .bold{\n                        font-wight:bold;\n                    }\n                    .green140{\n                        color:#008000;\n                    }\n                    .justify{\n                        text-align: justify;\n                    }\n            </style>\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">PRUEBAS 140</div>\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'testSign.jpeg', '2022-10-13 14:01:19', NULL, NULL, NULL),
(9, '002', 'CERTIFICADO DE NO TENER CUENTA', 2.25, 'ACTIVO', NULL, NULL, NULL, NULL, NULL, '2022-10-13 14:01:19', '2022-10-13 14:01:19', NULL, NULL),
(10, '010', 'CERTIFICADO DE INVERSIONES JUZGADO', 0, 'ACTIVO', NULL, NULL, NULL, NULL, NULL, '2022-10-13 14:01:19', '2022-10-13 14:01:19', NULL, NULL),
(11, '011', 'CERTIFICADO DE CREDITO SOCIOS', 0, 'ACTIVO', NULL, NULL, NULL, NULL, NULL, '2022-10-13 14:01:19', '2022-10-13 14:01:19', NULL, NULL),
(12, '012', 'CERTIFICADO CUENTA DE INTEGRACION DE CAPITAL', 0, 'ACTIVO', NULL, NULL, NULL, NULL, NULL, '2022-10-13 14:01:19', '2022-10-13 14:01:19', NULL, NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `colas`
--

CREATE TABLE `colas` (
  `id` bigint(20) NOT NULL,
  `ofi_depa` bigint(20) NOT NULL,
  `estado` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'abierta (1) / cerrada (0)',
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `created_by` bigint(20) DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `colas`
--

INSERT INTO `colas` (`id`, `ofi_depa`, `estado`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(1, 5, 0, '2022-08-19 21:29:52', '2022-08-19 21:35:24', NULL, NULL),
(2, 5, 0, '2022-08-19 21:35:24', '2022-08-19 21:37:39', NULL, NULL),
(3, 5, 0, '2022-08-19 21:37:39', '2022-08-19 21:37:41', NULL, NULL),
(4, 5, 0, '2022-08-19 21:37:41', '2022-08-19 21:37:44', NULL, NULL),
(5, 5, 0, '2022-08-19 21:37:44', '2022-08-19 21:37:46', NULL, NULL),
(6, 5, 0, '2022-08-19 21:37:46', '2022-08-19 21:37:50', NULL, NULL),
(7, 5, 0, '2022-08-19 21:37:50', '2022-08-19 21:37:51', NULL, NULL),
(8, 5, 0, '2022-08-19 21:37:51', '2022-08-19 21:37:53', NULL, NULL),
(9, 5, 0, '2022-08-19 21:37:53', '2022-08-19 21:37:56', NULL, NULL),
(10, 5, 0, '2022-08-19 21:37:56', '2022-10-04 16:46:10', NULL, NULL),
(11, 5, 1, '2022-08-19 21:38:00', '2022-10-18 13:57:25', NULL, NULL),
(12, 6, 0, '2022-08-19 21:48:57', '2022-08-19 21:48:57', NULL, NULL),
(13, 0, 1, '2022-09-21 11:03:03', NULL, NULL, NULL),
(14, 6, 1, '2022-09-28 14:57:52', '2022-09-28 14:57:52', NULL, NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `departamentos`
--

CREATE TABLE `departamentos` (
  `id` bigint(20) NOT NULL,
  `nombre` varchar(200) NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime DEFAULT NULL,
  `created_by` bigint(20) DEFAULT NULL,
  `updated_by` bigint(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `departamentos`
--

INSERT INTO `departamentos` (`id`, `nombre`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(1, 'Planta Baja', '2022-08-11 23:37:15', '2022-10-14 08:21:41', 30, 30);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `departamento_oficina`
--

CREATE TABLE `departamento_oficina` (
  `id` bigint(20) NOT NULL,
  `departamento_id` int(11) NOT NULL,
  `oficina_id` int(11) NOT NULL,
  `estado` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `departamento_oficina`
--

INSERT INTO `departamento_oficina` (`id`, `departamento_id`, `oficina_id`, `estado`, `created_at`, `updated_at`) VALUES
(5, 1, 3, 1, '2022-08-19 17:53:06', '2022-10-04 22:04:05');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `estados`
--

CREATE TABLE `estados` (
  `id` int(11) NOT NULL,
  `descripcion` varchar(100) NOT NULL,
  `acronimo` varchar(5) NOT NULL,
  `permitecita` smallint(1) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `estados`
--

INSERT INTO `estados` (`id`, `descripcion`, `acronimo`, `permitecita`) VALUES
(1, 'ACTIVE', 'ACT', 1),
(2, 'PENDING', 'PND', 1),
(3, 'UNDER CONTRACT', 'UCT', 0),
(4, 'OFF MARKET', 'OFF', 0),
(5, 'SOLD', 'SLD', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `logs_sistema`
--

CREATE TABLE `logs_sistema` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `fecha` datetime NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `operacion` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `permiso` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `datos` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notificado` bit(1) NOT NULL DEFAULT b'0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `logs_sistema`
--

INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(1, '2022-10-06 22:46:32', 30, 'DELETE', '', 'id=36 ruta=20220927_10.mp4 nombre=Bloqueo de pantalla tipo=video orientado=pantalla_bloqueo created_by=30 ', b'0'),
(2, '2022-10-06 22:46:37', 30, 'DELETE', '', 'id=95 multimedia_id=37 ofi_depa_id=5 ', b'0'),
(3, '2022-10-06 22:46:37', 30, 'DELETE', '', 'id=37 ruta=20220927_11.mp4 nombre=Ganaderia bloqueo tipo=video orientado=pantalla_bloqueo created_by=30 ', b'0'),
(4, '2022-10-06 22:58:28', 30, 'CREATE', '', 'tipo=video ruta=20221006_8.mp4 nombre=Identificador Pantalla created_by=30 orientado=kiosko_principal id=40 ', b'0'),
(5, '2022-10-06 22:59:01', 30, 'DELETE', '', 'id=9 oficina_id=3 multimedia_id=38 ', b'0'),
(6, '2022-10-06 22:59:06', 30, 'DELETE', '', 'id=10 oficina_id=3 multimedia_id=39 ', b'0'),
(7, '2022-10-06 22:59:12', 30, 'CREATE', '', 'oficina_id=3 multimedia_id=40 id=11 ', b'0'),
(8, '2022-10-06 23:31:50', 30, 'CREATE', '', 'oficina_id=3 multimedia_id=33 id=12 ', b'0'),
(9, '2022-10-06 23:37:33', 30, 'CREATE', '', 'tipo=video ruta=20221006_9.mp4 nombre=Video Identificador pantallas cert created_by=30 orientado=kiosko_certificados id=41 ', b'0'),
(10, '2022-10-06 23:37:47', 30, 'CREATE', '', 'oficina_id=3 multimedia_id=41 id=13 ', b'0'),
(11, '2022-10-07 09:24:35', 33, 'ENTRY', 'LOGIN', '', b'0'),
(12, '2022-10-07 09:25:22', 30, 'ENTRY', 'LOGIN', '', b'0'),
(13, '2022-10-07 09:26:25', 0, 'CREATE', '', 'cola_id=13 posicion=862 estado=finalizado tipo=4 valor=2 id=862 ', b'0'),
(14, '2022-10-07 09:27:44', 0, 'CREATE', '', 'cola_id=13 posicion=863 estado=finalizado tipo=4 valor=2 id=863 ', b'0'),
(15, '2022-10-07 09:30:14', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=2 estado=generado id=864 ', b'0'),
(16, '2022-10-07 09:31:38', 0, 'CREATE', '', 'cola_id=14 proceso_id=25 posicion=1 estado=generado id=865 ', b'0'),
(17, '2022-10-07 09:31:50', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=42 estado=generado id=866 ', b'0'),
(18, '2022-10-07 09:47:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=43 estado=generado id=867 ', b'0'),
(19, '2022-10-07 09:57:28', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=44 estado=generado id=868 ', b'0'),
(20, '2022-10-07 09:58:15', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=45 estado=generado id=869 ', b'0'),
(21, '2022-10-07 09:59:21', 33, 'UPDATE', 'USUARIO', 'id=33 oficina_id=3 name=Operador de módulo 1 email=operador1@gmail.com idrol=2 cambiar_puesto=1 cedula=240009128 foto=default-user.png telefono=010200992 direccion=Santa Elena urbanización el Delfin Mz 3 V 10 estado=1 etapaCuenta=1 otd=operador1 ', b'0'),
(22, '2022-10-07 09:59:24', 33, 'EXIT', 'LOGOUT', '', b'0'),
(23, '2022-10-07 09:59:30', 33, 'ENTRY', 'LOGIN', '', b'0'),
(24, '2022-10-07 10:06:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=46 estado=generado id=870 ', b'0'),
(25, '2022-10-07 10:06:53', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=47 estado=generado id=871 ', b'0'),
(26, '2022-10-07 10:27:07', 33, 'UPDATE', 'USUARIO', 'id=33 departamento_id=1 oficina_id=3 name=Op1 email=operador1@gmail.com idrol=2 cambiar_puesto=1 cedula=240009128 foto=default-user.png telefono=010200992 direccion=Santa Elena urbanización el Delfin Mz 3 V 10 estado=1 etapaCuenta=1 otd=operador1 ', b'0'),
(27, '2022-10-07 10:30:58', 33, 'UPDATE', 'USUARIO', 'id=33 departamento_id=1 oficina_id=3 name=Operador 1 email=operador1@gmail.com idrol=2 cambiar_puesto=1 cedula=240009128 foto=default-user.png telefono=010200992 direccion=Santa Elena urbanización el Delfin Mz 3 V 10 estado=1 etapaCuenta=1 otd=operador1 ', b'0'),
(28, '2022-10-07 10:31:47', 33, 'UPDATE', 'USUARIO', 'id=33 departamento_id=1 oficina_id=3 name=Operador 1 email=operador1@gmail.com idrol=2 cambiar_puesto=1 cedula=240009128 foto=240009128.png telefono=010200992 direccion=Santa Elena urbanización el Delfin Mz 3 V 10 estado=1 etapaCuenta=1 otd=operador1 ', b'0'),
(29, '2022-10-07 10:32:32', 33, 'EXIT', 'LOGOUT', '', b'0'),
(30, '2022-10-07 10:32:37', 30, 'ENTRY', 'LOGIN', '', b'0'),
(31, '2022-10-07 10:33:22', 30, 'EXIT', 'LOGOUT', '', b'0'),
(32, '2022-10-07 10:33:29', 33, 'ENTRY', 'LOGIN', '', b'0'),
(33, '2022-10-07 10:35:54', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:35:54 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(34, '2022-10-07 10:36:12', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:36:12 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(35, '2022-10-07 10:36:30', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:36:30 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(36, '2022-10-07 10:36:48', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:36:48 contador_llamada=4 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(37, '2022-10-07 10:39:52', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:39:52 contador_llamada=5 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(38, '2022-10-07 10:40:11', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:40:11 contador_llamada=6 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(39, '2022-10-07 10:44:37', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:44:37 contador_llamada=7 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(40, '2022-10-07 10:44:48', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:44:48 contador_llamada=8 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(41, '2022-10-07 10:45:04', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:45:04 contador_llamada=9 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(42, '2022-10-07 10:45:11', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:45:11 contador_llamada=10 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(43, '2022-10-07 10:49:55', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:49:55 contador_llamada=11 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(44, '2022-10-07 10:50:03', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:50:03 contador_llamada=12 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(45, '2022-10-07 10:50:11', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:50:11 contador_llamada=13 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(46, '2022-10-07 10:50:25', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:50:25 contador_llamada=14 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(47, '2022-10-07 10:50:37', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:50:37 contador_llamada=15 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(48, '2022-10-07 10:50:39', 33, 'UPDATE', '', 'id=832 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 10:50:39 contador_llamada=16 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(49, '2022-10-07 11:20:34', 33, 'ENTRY', 'LOGIN', '', b'0'),
(50, '2022-10-07 11:23:51', 33, 'ENTRY', 'LOGIN', '', b'0'),
(51, '2022-10-07 11:27:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=1 estado=generado id=1 ', b'0'),
(52, '2022-10-07 11:28:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=2 estado=generado id=2 ', b'0'),
(53, '2022-10-07 11:29:12', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:29:12 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(54, '2022-10-07 11:29:44', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:29:44 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(55, '2022-10-07 11:30:28', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=1 estado=generado id=3 ', b'0'),
(56, '2022-10-07 11:30:45', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:30:45 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(57, '2022-10-07 11:31:00', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:31:00 contador_llamada=4 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(58, '2022-10-07 11:31:42', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:31:42 contador_llamada=5 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(59, '2022-10-07 11:31:44', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:31:44 contador_llamada=6 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(60, '2022-10-07 11:32:06', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:32:06 contador_llamada=7 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(61, '2022-10-07 11:32:26', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:32:06 contador_llamada=7 comienzo_atencion=2022-10-07 11:32:26 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(62, '2022-10-07 11:32:34', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:32:34 contador_llamada=8 comienzo_atencion=2022-10-07 11:32:26 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(63, '2022-10-07 11:32:54', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:32:34 contador_llamada=8 comienzo_atencion=2022-10-07 11:32:54 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(64, '2022-10-07 11:33:12', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:33:12 contador_llamada=9 comienzo_atencion=2022-10-07 11:32:54 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(65, '2022-10-07 11:33:39', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:33:12 contador_llamada=9 comienzo_atencion=2022-10-07 11:33:39 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(66, '2022-10-07 11:34:33', 33, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:33:12 contador_llamada=9 comienzo_atencion=2022-10-07 11:33:39 fin_atencion=2022-10-07 11:34:33 calificacion=4 prioritario=1 estado=finalizado llamado=1 upd', b'0'),
(67, '2022-10-07 11:35:35', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=15 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:35:34 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(68, '2022-10-07 11:35:53', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=15 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:35:34 contador_llamada=1 comienzo_atencion=2022-10-07 11:35:53 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(69, '2022-10-07 11:36:01', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=15 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:36:00 contador_llamada=2 comienzo_atencion=2022-10-07 11:35:53 estado=generado llamado=1 updated_by=33 ', b'0'),
(70, '2022-10-07 11:36:14', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=15 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:36:00 contador_llamada=2 comienzo_atencion=2022-10-07 11:36:14 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(71, '2022-10-07 11:37:12', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=15 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:36:00 contador_llamada=2 comienzo_atencion=2022-10-07 11:36:14 fin_atencion=2022-10-07 11:37:12 calificacion=3 estado=finalizado llamado=1 comentario=coment', b'0'),
(72, '2022-10-07 11:38:15', 33, 'UPDATE', '', 'id=3 cola_id=11 proceso_id=19 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:38:15 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(73, '2022-10-07 11:38:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=1 estado=generado id=4 ', b'0'),
(74, '2022-10-07 11:38:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=16 prioritario=1 posicion=1 estado=generado id=5 ', b'0'),
(75, '2022-10-07 11:39:10', 33, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=16 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:39:10 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(76, '2022-10-07 11:40:17', 33, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=16 posicion=1 operador_id=33 momento_llamada=2022-10-07 11:39:10 contador_llamada=1 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(77, '2022-10-07 11:40:23', 33, 'UPDATE', '', 'id=3 cola_id=11 proceso_id=19 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:40:23 contador_llamada=2 estado=generado llamado=1 updated_by=33 ', b'0'),
(78, '2022-10-07 11:40:32', 33, 'UPDATE', '', 'id=3 cola_id=11 proceso_id=19 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:40:23 contador_llamada=2 comienzo_atencion=2022-10-07 11:40:32 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(79, '2022-10-07 11:40:51', 33, 'UPDATE', '', 'id=3 cola_id=11 proceso_id=19 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:40:23 contador_llamada=2 comienzo_atencion=2022-10-07 11:40:32 fin_atencion=2022-10-07 11:40:51 calificacion=2 estado=finalizado llamado=1 updated_by=33 ', b'0'),
(80, '2022-10-07 11:41:01', 33, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=16 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:39:10 contador_llamada=1 comienzo_atencion=2022-10-07 11:41:01 prioritario=1 estado=atendiendo updated_by=33 ', b'0'),
(81, '2022-10-07 11:41:22', 33, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=16 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:41:22 contador_llamada=2 comienzo_atencion=2022-10-07 11:41:01 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(82, '2022-10-07 11:41:23', 33, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=16 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:41:23 contador_llamada=3 comienzo_atencion=2022-10-07 11:41:01 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(83, '2022-10-07 11:41:41', 33, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=16 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:41:23 contador_llamada=3 comienzo_atencion=2022-10-07 11:41:41 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(84, '2022-10-07 11:41:50', 33, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=16 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:41:23 contador_llamada=3 comienzo_atencion=2022-10-07 11:41:41 fin_atencion=2022-10-07 11:41:50 calificacion=4 prioritario=1 estado=finalizado llamado=1 upd', b'0'),
(85, '2022-10-07 11:41:53', 33, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=14 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:41:53 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(86, '2022-10-07 11:42:00', 33, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=14 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:41:53 contador_llamada=1 comienzo_atencion=2022-10-07 11:42:00 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(87, '2022-10-07 11:42:06', 33, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=14 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:41:53 contador_llamada=1 comienzo_atencion=2022-10-07 11:42:00 fin_atencion=2022-10-07 11:42:06 estado=finalizado llamado=1 updated_by=33 ', b'0'),
(88, '2022-10-07 11:42:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=1 estado=generado id=6 ', b'0'),
(89, '2022-10-07 11:42:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=16 posicion=2 estado=generado id=7 ', b'0'),
(90, '2022-10-07 11:43:20', 33, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=21 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:43:20 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(91, '2022-10-07 11:43:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 prioritario=1 posicion=2 estado=generado id=8 ', b'0'),
(92, '2022-10-07 11:43:53', 33, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=21 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:43:53 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(93, '2022-10-07 11:44:32', 33, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=21 posicion=2 operador_id=33 momento_llamada=2022-10-07 11:43:53 contador_llamada=1 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(94, '2022-10-07 11:44:35', 33, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=21 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:44:35 contador_llamada=2 estado=generado llamado=1 updated_by=33 ', b'0'),
(95, '2022-10-07 11:44:50', 33, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=21 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:44:35 contador_llamada=2 comienzo_atencion=2022-10-07 11:44:50 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(96, '2022-10-07 11:45:02', 33, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=21 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:44:35 contador_llamada=2 comienzo_atencion=2022-10-07 11:44:50 fin_atencion=2022-10-07 11:45:02 calificacion=4 estado=finalizado llamado=1 updated_by=33 ', b'0'),
(97, '2022-10-07 11:45:10', 33, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=21 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:45:10 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(98, '2022-10-07 11:45:31', 33, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=21 posicion=2 operador_id=33 momento_llamada=2022-10-07 11:45:10 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(99, '2022-10-07 11:45:34', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=16 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:45:34 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(100, '2022-10-07 11:45:47', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=16 posicion=2 operador_id=33 momento_llamada=2022-10-07 11:45:34 contador_llamada=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(101, '2022-10-07 11:45:57', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=16 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:45:57 contador_llamada=2 estado=generado llamado=1 updated_by=33 ', b'0'),
(102, '2022-10-07 11:48:25', 33, 'ENTRY', 'LOGIN', '', b'0'),
(103, '2022-10-07 11:48:34', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=16 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:48:34 contador_llamada=3 estado=generado llamado=1 updated_by=33 ', b'0'),
(104, '2022-10-07 11:48:44', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=1 estado=generado id=9 ', b'0'),
(105, '2022-10-07 11:48:53', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=2 estado=generado id=10 ', b'0'),
(106, '2022-10-07 11:49:07', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 prioritario=1 posicion=1 estado=generado id=11 ', b'0'),
(107, '2022-10-07 11:49:26', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=3 estado=generado id=12 ', b'0'),
(108, '2022-10-07 11:51:39', 33, 'UPDATE', '', 'id=11 cola_id=11 proceso_id=17 posicion=1 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-07 11:51:39 prioritario=1 estado=atendiendo ', b'0'),
(109, '2022-10-07 11:51:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=3 estado=generado id=13 ', b'0'),
(110, '2022-10-07 11:52:08', 33, 'UPDATE', '', 'id=11 cola_id=11 proceso_id=17 posicion=1 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-07 11:51:39 fin_atencion=2022-10-07 11:52:08 calificacion=4 prioritario=1 estado=finalizado ', b'0'),
(111, '2022-10-07 11:52:31', 33, 'UPDATE', '', 'id=12 cola_id=11 proceso_id=15 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:52:31 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(112, '2022-10-07 11:52:45', 33, 'UPDATE', '', 'id=12 cola_id=11 proceso_id=15 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:52:31 contador_llamada=1 comienzo_atencion=2022-10-07 11:52:45 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(113, '2022-10-07 11:52:59', 33, 'UPDATE', '', 'id=12 cola_id=11 proceso_id=15 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:52:31 contador_llamada=1 comienzo_atencion=2022-10-07 11:52:45 fin_atencion=2022-10-07 11:52:59 calificacion=3 prioritario=1 estado=finalizado llamado=1 up', b'0'),
(114, '2022-10-07 11:53:11', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=16 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:53:11 contador_llamada=4 estado=generado llamado=1 updated_by=33 ', b'0'),
(115, '2022-10-07 11:53:21', 0, 'CREATE', '', 'cola_id=11 proceso_id=22 prioritario=1 posicion=1 estado=generado id=14 ', b'0'),
(116, '2022-10-07 11:53:21', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=16 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:53:11 contador_llamada=4 comienzo_atencion=2022-10-07 11:53:21 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(117, '2022-10-07 11:53:47', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=16 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:53:11 contador_llamada=4 comienzo_atencion=2022-10-07 11:53:21 fin_atencion=2022-10-07 11:53:47 calificacion=3 estado=finalizado llamado=1 updated_by=33 ', b'0'),
(118, '2022-10-07 11:54:00', 33, 'UPDATE', '', 'id=14 cola_id=11 proceso_id=22 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:54:00 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(119, '2022-10-07 11:54:21', 33, 'UPDATE', '', 'id=14 cola_id=11 proceso_id=22 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:54:00 contador_llamada=1 comienzo_atencion=2022-10-07 11:54:21 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(120, '2022-10-07 11:54:37', 33, 'UPDATE', '', 'id=14 cola_id=11 proceso_id=22 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:54:00 contador_llamada=1 comienzo_atencion=2022-10-07 11:54:21 fin_atencion=2022-10-07 11:54:37 calificacion=2 prioritario=1 estado=finalizado llamado=1 up', b'0'),
(121, '2022-10-07 11:54:41', 33, 'UPDATE', '', 'id=9 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:54:41 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(122, '2022-10-07 11:54:52', 33, 'UPDATE', '', 'id=9 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:54:41 contador_llamada=1 comienzo_atencion=2022-10-07 11:54:52 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(123, '2022-10-07 11:55:11', 33, 'UPDATE', '', 'id=9 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 11:54:41 contador_llamada=1 comienzo_atencion=2022-10-07 11:54:52 fin_atencion=2022-10-07 11:55:11 calificacion=3 estado=finalizado llamado=1 updated_by=33 ', b'0'),
(124, '2022-10-07 11:56:27', 0, 'CREATE', '', 'cola_id=14 proceso_id=25 posicion=1 estado=generado id=15 ', b'0'),
(125, '2022-10-07 11:56:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=22 posicion=2 estado=generado id=16 ', b'0'),
(126, '2022-10-07 12:00:01', 33, 'EXIT', 'LOGOUT', '', b'0'),
(127, '2022-10-07 12:00:12', 0, 'CREATE', '', 'cola_id=13 posicion=17 estado=finalizado tipo=4 valor=2 id=17 ', b'0'),
(128, '2022-10-07 12:00:50', 36, 'ENTRY', 'LOGIN', '', b'0'),
(129, '2022-10-07 12:01:44', 36, 'ENTRY', 'LOGIN', '', b'0'),
(130, '2022-10-07 12:02:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=2 estado=generado id=18 ', b'0'),
(131, '2022-10-07 12:02:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=3 estado=generado id=19 ', b'0'),
(132, '2022-10-07 12:03:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=2 estado=generado id=20 ', b'0'),
(133, '2022-10-07 12:03:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=3 estado=generado id=21 ', b'0'),
(134, '2022-10-07 12:03:48', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(135, '2022-10-07 12:03:48', 36, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=36 ', b'0'),
(136, '2022-10-07 12:04:04', 36, 'UPDATE', '', 'id=13 cola_id=11 proceso_id=21 posicion=3 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 12:04:04 contador_llamada=1 estado=generado llamado=1 updated_by=36 ', b'0'),
(137, '2022-10-07 12:04:54', 36, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(138, '2022-10-07 12:04:54', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=36 ', b'0'),
(139, '2022-10-07 12:05:48', 36, 'UPDATE', '', 'id=19 cola_id=11 proceso_id=19 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:05:48 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=36 ', b'0'),
(140, '2022-10-07 12:06:00', 36, 'UPDATE', '', 'id=19 cola_id=11 proceso_id=19 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:05:48 contador_llamada=1 comienzo_atencion=2022-10-07 12:06:00 prioritario=1 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(141, '2022-10-07 12:06:11', 36, 'UPDATE', '', 'id=19 cola_id=11 proceso_id=19 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:05:48 contador_llamada=1 comienzo_atencion=2022-10-07 12:06:00 fin_atencion=2022-10-07 12:06:11 prioritario=1 estado=finalizado llamado=1 updated_by=36 ', b'0'),
(142, '2022-10-07 12:13:49', 33, 'UPDATE', '', 'id=18 cola_id=11 proceso_id=14 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 12:13:49 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(143, '2022-10-07 12:13:57', 33, 'UPDATE', '', 'id=18 cola_id=11 proceso_id=14 posicion=2 operador_id=33 momento_llamada=2022-10-07 12:13:49 contador_llamada=1 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(144, '2022-10-07 12:14:18', 33, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=19 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 12:14:18 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(145, '2022-10-07 12:14:32', 33, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=19 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 12:14:32 contador_llamada=2 estado=generado llamado=1 updated_by=33 ', b'0'),
(146, '2022-10-07 12:16:05', 36, 'ENTRY', 'LOGIN', '', b'0'),
(147, '2022-10-07 12:16:27', 36, 'UPDATE', '', 'id=16 cola_id=11 proceso_id=22 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:16:27 contador_llamada=1 estado=generado llamado=1 updated_by=36 ', b'0'),
(148, '2022-10-07 12:19:47', 36, 'UPDATE', '', 'id=16 cola_id=11 proceso_id=22 posicion=2 operador_id=36 momento_llamada=2022-10-07 12:16:27 contador_llamada=1 estado=desplazado llamado=1 updated_by=36 ', b'0'),
(149, '2022-10-07 12:37:39', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(150, '2022-10-07 12:39:51', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=36 ', b'0'),
(151, '2022-10-07 12:39:55', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(152, '2022-10-07 12:41:01', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=36 ', b'0'),
(153, '2022-10-07 12:41:25', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 comienzo_atencion=2022-10-07 12:41:25 estado=atendiendo ', b'0'),
(154, '2022-10-07 12:41:38', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:41:38 contador_llamada=1 comienzo_atencion=2022-10-07 12:41:25 estado=generado llamado=1 updated_by=36 ', b'0'),
(155, '2022-10-07 12:41:44', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:41:38 contador_llamada=1 comienzo_atencion=2022-10-07 12:41:44 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(156, '2022-10-07 12:42:27', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:42:27 contador_llamada=2 comienzo_atencion=2022-10-07 12:41:44 estado=generado llamado=1 updated_by=36 ', b'0'),
(157, '2022-10-07 12:42:31', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:42:27 contador_llamada=2 comienzo_atencion=2022-10-07 12:42:31 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(158, '2022-10-07 12:44:14', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:44:14 contador_llamada=3 comienzo_atencion=2022-10-07 12:42:31 estado=generado llamado=1 updated_by=36 ', b'0'),
(159, '2022-10-07 12:44:40', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:44:14 contador_llamada=3 comienzo_atencion=2022-10-07 12:44:40 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(160, '2022-10-07 12:44:45', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:44:45 contador_llamada=4 comienzo_atencion=2022-10-07 12:44:40 estado=generado llamado=1 updated_by=36 ', b'0'),
(161, '2022-10-07 12:44:55', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:44:45 contador_llamada=4 comienzo_atencion=2022-10-07 12:44:55 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(162, '2022-10-07 12:44:58', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:44:58 contador_llamada=5 comienzo_atencion=2022-10-07 12:44:55 estado=generado llamado=1 updated_by=36 ', b'0'),
(163, '2022-10-07 12:45:03', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:44:58 contador_llamada=5 comienzo_atencion=2022-10-07 12:45:03 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(164, '2022-10-07 12:45:12', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:45:12 contador_llamada=6 comienzo_atencion=2022-10-07 12:45:03 estado=generado llamado=1 updated_by=36 ', b'0'),
(165, '2022-10-07 12:45:36', 36, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=20 posicion=2 operador_id=36 momento_llamada=2022-10-07 12:45:12 contador_llamada=6 comienzo_atencion=2022-10-07 12:45:03 estado=desplazado llamado=1 updated_by=36 ', b'0'),
(166, '2022-10-07 12:46:10', 36, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=20 posicion=3 modulo_id=13 operador_id=36 comienzo_atencion=2022-10-07 12:46:10 estado=atendiendo ', b'0'),
(167, '2022-10-07 12:46:13', 36, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=20 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:46:13 contador_llamada=1 comienzo_atencion=2022-10-07 12:46:10 estado=generado llamado=1 updated_by=36 ', b'0'),
(168, '2022-10-07 12:46:15', 36, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=20 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:46:13 contador_llamada=1 comienzo_atencion=2022-10-07 12:46:15 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(169, '2022-10-07 12:48:54', 36, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=20 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:48:54 contador_llamada=2 comienzo_atencion=2022-10-07 12:46:15 estado=generado llamado=1 updated_by=36 ', b'0'),
(170, '2022-10-07 12:48:57', 36, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=20 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:48:54 contador_llamada=2 comienzo_atencion=2022-10-07 12:48:57 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(171, '2022-10-07 12:52:38', 36, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=20 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:52:38 contador_llamada=3 comienzo_atencion=2022-10-07 12:48:57 estado=generado llamado=1 updated_by=36 ', b'0'),
(172, '2022-10-07 12:52:41', 36, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=20 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:52:38 contador_llamada=3 comienzo_atencion=2022-10-07 12:52:41 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(173, '2022-10-07 12:52:50', 36, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=20 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 12:52:50 contador_llamada=4 comienzo_atencion=2022-10-07 12:52:41 estado=generado llamado=1 updated_by=36 ', b'0'),
(174, '2022-10-07 12:52:53', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(175, '2022-10-07 12:53:24', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=36 ', b'0'),
(176, '2022-10-07 13:05:01', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=4 estado=generado id=22 ', b'0'),
(177, '2022-10-07 13:06:37', 36, 'UPDATE', '', 'id=13 cola_id=11 proceso_id=21 posicion=3 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 12:04:04 contador_llamada=1 comienzo_atencion=2022-10-07 13:06:37 estado=atendiendo updated_by=36 ', b'0'),
(178, '2022-10-07 13:06:47', 36, 'UPDATE', '', 'id=13 cola_id=11 proceso_id=21 posicion=3 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 13:06:47 contador_llamada=2 comienzo_atencion=2022-10-07 13:06:37 estado=generado llamado=1 updated_by=36 ', b'0'),
(179, '2022-10-07 13:06:57', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 13:06:57 contador_llamada=1 estado=generado updated_by=36 ', b'0'),
(180, '2022-10-07 13:08:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=4 estado=generado id=23 ', b'0'),
(181, '2022-10-07 13:08:55', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=5 estado=generado id=24 ', b'0'),
(182, '2022-10-07 13:09:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=6 estado=generado id=25 ', b'0'),
(183, '2022-10-07 13:09:11', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=7 estado=generado id=26 ', b'0'),
(184, '2022-10-07 13:09:26', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(185, '2022-10-07 13:09:26', 36, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=36 ', b'0'),
(186, '2022-10-07 13:09:55', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=4 estado=generado id=27 ', b'0'),
(187, '2022-10-07 13:10:01', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=5 estado=generado id=28 ', b'0'),
(188, '2022-10-07 13:10:07', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=6 estado=generado id=29 ', b'0'),
(189, '2022-10-07 13:10:38', 36, 'UPDATE', '', 'id=23 cola_id=11 proceso_id=21 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:10:38 contador_llamada=1 estado=generado llamado=1 updated_by=36 ', b'0'),
(190, '2022-10-07 13:10:45', 36, 'UPDATE', '', 'id=23 cola_id=11 proceso_id=21 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:10:45 contador_llamada=2 estado=generado llamado=1 updated_by=36 ', b'0'),
(191, '2022-10-07 13:11:32', 36, 'UPDATE', '', 'id=23 cola_id=11 proceso_id=21 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:11:32 contador_llamada=3 estado=generado llamado=1 updated_by=36 ', b'0'),
(192, '2022-10-07 13:12:10', 36, 'UPDATE', '', 'id=23 cola_id=11 proceso_id=21 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:12:10 contador_llamada=4 estado=generado llamado=1 updated_by=36 ', b'0'),
(193, '2022-10-07 13:13:00', 36, 'UPDATE', '', 'id=23 cola_id=11 proceso_id=21 posicion=4 operador_id=36 momento_llamada=2022-10-07 13:12:10 contador_llamada=4 estado=desplazado llamado=1 updated_by=36 ', b'0'),
(194, '2022-10-07 13:13:03', 36, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=21 posicion=2 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:13:03 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=36 ', b'0'),
(195, '2022-10-07 13:13:06', 36, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=21 posicion=2 operador_id=36 momento_llamada=2022-10-07 13:13:03 contador_llamada=3 prioritario=1 estado=desplazado llamado=1 updated_by=36 ', b'0'),
(196, '2022-10-07 13:25:56', 36, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=20 posicion=3 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:25:56 contador_llamada=5 comienzo_atencion=2022-10-07 12:52:41 estado=generado updated_by=36 ', b'0'),
(197, '2022-10-07 13:26:17', 36, 'UPDATE', '', 'id=13 cola_id=11 proceso_id=21 posicion=3 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:26:17 contador_llamada=3 comienzo_atencion=2022-10-07 13:06:37 estado=generado updated_by=36 ', b'0'),
(198, '2022-10-07 13:26:29', 36, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=20 posicion=3 operador_id=36 momento_llamada=2022-10-07 13:25:56 contador_llamada=5 comienzo_atencion=2022-10-07 12:52:41 estado=desplazado updated_by=36 ', b'0'),
(199, '2022-10-07 13:26:33', 36, 'UPDATE', '', 'id=13 cola_id=11 proceso_id=21 posicion=3 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:26:33 contador_llamada=4 comienzo_atencion=2022-10-07 13:06:37 estado=generado llamado=1 updated_by=36 ', b'0'),
(200, '2022-10-07 13:26:57', 36, 'UPDATE', '', 'id=13 cola_id=11 proceso_id=21 posicion=3 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:26:57 contador_llamada=5 comienzo_atencion=2022-10-07 13:06:37 estado=generado llamado=1 updated_by=36 ', b'0'),
(201, '2022-10-07 13:27:23', 36, 'UPDATE', '', 'id=13 cola_id=11 proceso_id=21 posicion=3 operador_id=36 momento_llamada=2022-10-07 13:26:57 contador_llamada=5 comienzo_atencion=2022-10-07 13:06:37 estado=desplazado llamado=1 updated_by=36 ', b'0'),
(202, '2022-10-07 13:27:24', 36, 'UPDATE', '', 'id=24 cola_id=11 proceso_id=21 posicion=5 estado=desplazado updated_by=36 ', b'0'),
(203, '2022-10-07 13:27:26', 36, 'UPDATE', '', 'id=25 cola_id=11 proceso_id=21 posicion=6 estado=desplazado updated_by=36 ', b'0'),
(204, '2022-10-07 13:27:28', 36, 'UPDATE', '', 'id=26 cola_id=11 proceso_id=21 posicion=7 estado=desplazado updated_by=36 ', b'0'),
(205, '2022-10-07 13:27:34', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:27:34 contador_llamada=2 estado=generado updated_by=36 ', b'0'),
(206, '2022-10-07 13:27:44', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:27:44 contador_llamada=3 estado=generado llamado=1 updated_by=36 ', b'0'),
(207, '2022-10-07 13:27:50', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:27:44 contador_llamada=3 comienzo_atencion=2022-10-07 13:27:50 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(208, '2022-10-07 13:27:55', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 13:27:55 contador_llamada=4 comienzo_atencion=2022-10-07 13:27:50 estado=generado llamado=1 updated_by=36 ', b'0'),
(209, '2022-10-07 13:28:12', 36, 'UPDATE', '', 'id=27 cola_id=11 proceso_id=19 posicion=4 modulo_id=14 operador_id=36 comienzo_atencion=2022-10-07 13:28:12 estado=atendiendo ', b'0'),
(210, '2022-10-07 13:40:44', 30, 'CREATE', '', 'ofi_depa_id=5 multimedia_id=18 id=97 ', b'0'),
(211, '2022-10-07 14:20:47', 36, 'UPDATE', '', 'id=27 cola_id=11 proceso_id=19 posicion=4 modulo_id=14 operador_id=36 comienzo_atencion=2022-10-07 13:28:12 fin_atencion=2022-10-07 14:20:47 estado=finalizado ', b'0'),
(212, '2022-10-07 14:21:17', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:21:17 contador_llamada=5 comienzo_atencion=2022-10-07 13:27:50 estado=generado llamado=1 updated_by=36 ', b'0'),
(213, '2022-10-07 14:21:35', 36, 'UPDATE', '', 'id=28 cola_id=11 proceso_id=19 posicion=5 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:21:35 contador_llamada=1 estado=generado updated_by=36 ', b'0'),
(214, '2022-10-07 14:22:03', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:22:03 contador_llamada=6 comienzo_atencion=2022-10-07 13:27:50 estado=generado llamado=1 updated_by=36 ', b'0'),
(215, '2022-10-07 14:22:39', 36, 'UPDATE', '', 'id=29 cola_id=11 proceso_id=19 posicion=6 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:22:39 contador_llamada=1 estado=generado updated_by=36 ', b'0'),
(216, '2022-10-07 14:23:04', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:22:03 contador_llamada=6 comienzo_atencion=2022-10-07 14:23:04 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(217, '2022-10-07 14:23:10', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:23:10 contador_llamada=7 comienzo_atencion=2022-10-07 14:23:04 estado=generado llamado=1 updated_by=36 ', b'0'),
(218, '2022-10-07 14:23:12', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:23:12 contador_llamada=8 comienzo_atencion=2022-10-07 14:23:04 estado=generado llamado=1 updated_by=36 ', b'0'),
(219, '2022-10-07 14:23:25', 36, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:23:25 contador_llamada=9 comienzo_atencion=2022-10-07 14:23:04 estado=generado llamado=1 updated_by=36 ', b'0'),
(220, '2022-10-07 14:24:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=7 estado=generado id=30 ', b'0'),
(221, '2022-10-07 14:24:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=8 estado=generado id=31 ', b'0'),
(222, '2022-10-07 14:24:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=9 estado=generado id=32 ', b'0'),
(223, '2022-10-07 14:24:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=10 estado=generado id=33 ', b'0'),
(224, '2022-10-07 14:24:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=11 estado=generado id=34 ', b'0'),
(225, '2022-10-07 14:26:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=1 estado=generado id=1 ', b'0'),
(226, '2022-10-07 14:26:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=2 estado=generado id=2 ', b'0'),
(227, '2022-10-07 14:26:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=3 estado=generado id=3 ', b'0'),
(228, '2022-10-07 14:26:59', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=4 estado=generado id=4 ', b'0'),
(229, '2022-10-07 14:27:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=5 estado=generado id=5 ', b'0'),
(230, '2022-10-07 14:27:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=6 estado=generado id=6 ', b'0'),
(231, '2022-10-07 14:27:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=7 estado=generado id=7 ', b'0'),
(232, '2022-10-07 14:27:46', 30, 'EXIT', 'LOGOUT', '', b'0'),
(233, '2022-10-07 14:27:55', 33, 'ENTRY', 'LOGIN', '', b'0'),
(234, '2022-10-07 14:28:18', 33, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(235, '2022-10-07 14:28:18', 33, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=33 ', b'0'),
(236, '2022-10-07 14:28:38', 36, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(237, '2022-10-07 14:28:54', 36, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=36 ', b'0'),
(238, '2022-10-07 14:29:09', 33, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(239, '2022-10-07 14:29:09', 33, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=33 ', b'0'),
(240, '2022-10-07 14:29:27', 36, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=19 posicion=1 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:29:27 contador_llamada=1 estado=generado updated_by=36 ', b'0'),
(241, '2022-10-07 14:33:06', 36, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=19 posicion=1 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:33:06 contador_llamada=2 estado=generado llamado=1 updated_by=36 ', b'0'),
(242, '2022-10-07 14:33:17', 36, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=19 posicion=1 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:33:06 contador_llamada=2 comienzo_atencion=2022-10-07 14:33:17 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(243, '2022-10-07 14:33:21', 36, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=19 posicion=1 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:33:21 contador_llamada=3 comienzo_atencion=2022-10-07 14:33:17 estado=generado llamado=1 updated_by=36 ', b'0'),
(244, '2022-10-07 14:34:20', 36, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=19 posicion=1 operador_id=36 momento_llamada=2022-10-07 14:33:21 contador_llamada=3 comienzo_atencion=2022-10-07 14:33:17 estado=desplazado llamado=1 updated_by=36 ', b'0'),
(245, '2022-10-07 14:36:33', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=2 modulo_id=14 operador_id=36 comienzo_atencion=2022-10-07 14:36:33 estado=atendiendo ', b'0'),
(246, '2022-10-07 14:37:03', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=2 modulo_id=14 operador_id=36 momento_llamada=2022-10-07 14:37:03 contador_llamada=1 comienzo_atencion=2022-10-07 14:36:33 estado=generado llamado=1 updated_by=36 ', b'0'),
(247, '2022-10-07 14:37:57', 36, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(248, '2022-10-07 14:37:57', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=36 ', b'0'),
(249, '2022-10-07 14:38:14', 36, 'UPDATE', '', 'id=3 cola_id=11 proceso_id=19 posicion=3 estado=desplazado updated_by=36 ', b'0'),
(250, '2022-10-07 14:38:15', 36, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=19 posicion=4 estado=desplazado updated_by=36 ', b'0'),
(251, '2022-10-07 14:38:19', 36, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=19 posicion=5 estado=desplazado updated_by=36 ', b'0'),
(252, '2022-10-07 14:38:20', 36, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=19 posicion=6 estado=desplazado updated_by=36 ', b'0'),
(253, '2022-10-07 14:38:22', 36, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=19 posicion=7 estado=desplazado updated_by=36 ', b'0'),
(254, '2022-10-07 14:49:32', 36, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=19 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 14:49:31 contador_llamada=4 comienzo_atencion=2022-10-07 14:33:17 estado=generado llamado=1 updated_by=36 ', b'0'),
(255, '2022-10-07 15:41:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=1 estado=generado id=1 ', b'0'),
(256, '2022-10-07 15:41:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=1 estado=generado id=2 ', b'0'),
(257, '2022-10-07 15:42:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=1 estado=generado id=3 ', b'0'),
(258, '2022-10-07 15:43:25', 36, 'EXIT', 'LOGOUT', '', b'0'),
(259, '2022-10-07 15:43:35', 0, 'EXIT', 'LOGOUT', '', b'0'),
(260, '2022-10-07 15:43:48', 36, 'ENTRY', 'LOGIN', '', b'0'),
(261, '2022-10-07 15:48:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=2 estado=generado id=4 ', b'0'),
(262, '2022-10-07 15:48:39', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 15:48:39 contador_llamada=1 estado=generado llamado=1 updated_by=36 ', b'0'),
(263, '2022-10-07 15:49:25', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 15:49:25 contador_llamada=2 estado=generado llamado=1 updated_by=36 ', b'0'),
(264, '2022-10-07 15:49:51', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 15:49:25 contador_llamada=2 comienzo_atencion=2022-10-07 15:49:51 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(265, '2022-10-07 15:50:13', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 15:50:13 contador_llamada=3 comienzo_atencion=2022-10-07 15:49:51 estado=generado llamado=1 updated_by=36 ', b'0'),
(266, '2022-10-07 15:50:29', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 15:50:13 contador_llamada=3 comienzo_atencion=2022-10-07 15:50:29 estado=atendiendo llamado=1 updated_by=36 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(267, '2022-10-07 15:51:24', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 15:51:24 contador_llamada=4 comienzo_atencion=2022-10-07 15:50:29 estado=generado llamado=1 updated_by=36 ', b'0'),
(268, '2022-10-07 15:51:40', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 15:51:24 contador_llamada=4 comienzo_atencion=2022-10-07 15:51:40 estado=atendiendo llamado=1 updated_by=36 ', b'0'),
(269, '2022-10-07 15:53:47', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 15:53:47 contador_llamada=5 comienzo_atencion=2022-10-07 15:51:40 estado=generado llamado=1 comentario=ghfgfgfghfgcfgcggf updated_by=36 solicitar_cal=1 ', b'0'),
(270, '2022-10-07 15:53:50', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 operador_id=36 momento_llamada=2022-10-07 15:53:47 contador_llamada=5 comienzo_atencion=2022-10-07 15:51:40 estado=desplazado llamado=1 comentario=ghfgfgfghfgcfgcggf updated_by=36 solicitar_cal=1 ', b'0'),
(271, '2022-10-07 15:53:54', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 15:53:47 contador_llamada=5 comienzo_atencion=2022-10-07 15:53:54 estado=atendiendo llamado=1 comentario=ghfgfgfghfgcfgcggf updated_by=36 solicitar_cal=1 ', b'0'),
(272, '2022-10-07 15:55:08', 36, 'EXIT', 'LOGOUT', '', b'0'),
(273, '2022-10-07 15:55:17', 33, 'ENTRY', 'LOGIN', '', b'0'),
(274, '2022-10-07 15:55:25', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=14 posicion=1 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-07 15:55:25 estado=atendiendo ', b'0'),
(275, '2022-10-07 15:55:50', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=14 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 15:55:50 contador_llamada=1 comienzo_atencion=2022-10-07 15:55:25 estado=generado llamado=1 updated_by=33 solicitar_cal=1 ', b'0'),
(276, '2022-10-07 15:56:02', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=14 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 15:55:50 contador_llamada=1 comienzo_atencion=2022-10-07 15:56:02 estado=atendiendo llamado=1 updated_by=33 solicitar_cal=1 ', b'0'),
(277, '2022-10-07 15:56:32', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=14 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 15:56:32 contador_llamada=2 comienzo_atencion=2022-10-07 15:56:02 estado=generado llamado=1 comentario=dgdf fgf hgfdhg h updated_by=33 solicitar_cal=1 ', b'0'),
(278, '2022-10-07 15:56:52', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=14 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 15:56:32 contador_llamada=2 comienzo_atencion=2022-10-07 15:56:52 estado=atendiendo llamado=1 comentario=dgdf fgf hgfdhg h updated_by=33 solicitar_cal=1 ', b'0'),
(279, '2022-10-07 15:57:05', 33, 'UPDATE', '', 'id=1 cola_id=11 proceso_id=14 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 15:56:32 contador_llamada=2 comienzo_atencion=2022-10-07 15:56:52 fin_atencion=2022-10-07 15:57:05 estado=finalizado llamado=1 comentario=dgdf fgf hgfdhg h upd', b'0'),
(280, '2022-10-07 15:57:08', 33, 'UPDATE', '', 'id=3 cola_id=11 proceso_id=19 posicion=1 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-07 15:57:08 estado=atendiendo ', b'0'),
(281, '2022-10-07 15:57:53', 33, 'UPDATE', '', 'id=3 cola_id=11 proceso_id=19 posicion=1 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-07 15:57:08 fin_atencion=2022-10-07 15:57:53 calificacion=4 estado=finalizado ', b'0'),
(282, '2022-10-07 15:58:08', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=2 estado=generado id=5 ', b'0'),
(283, '2022-10-07 15:58:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=3 estado=generado id=6 ', b'0'),
(284, '2022-10-07 15:58:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=4 estado=generado id=7 ', b'0'),
(285, '2022-10-07 15:58:54', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 15:58:54 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(286, '2022-10-07 15:59:58', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 15:59:58 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(287, '2022-10-07 16:00:13', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=14 posicion=4 operador_id=33 momento_llamada=2022-10-07 15:59:58 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(288, '2022-10-07 16:00:19', 33, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=21 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:00:19 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(289, '2022-10-07 16:00:52', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:00:52 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(290, '2022-10-07 16:01:02', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=14 posicion=4 operador_id=33 momento_llamada=2022-10-07 16:00:52 contador_llamada=3 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(291, '2022-10-07 16:01:09', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:00:52 contador_llamada=3 comienzo_atencion=2022-10-07 16:01:09 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(292, '2022-10-07 16:01:23', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:01:23 contador_llamada=4 comienzo_atencion=2022-10-07 16:01:09 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(293, '2022-10-07 16:01:45', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:01:45 contador_llamada=5 comienzo_atencion=2022-10-07 16:01:09 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(294, '2022-10-07 16:01:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 prioritario=1 posicion=1 estado=generado id=8 ', b'0'),
(295, '2022-10-07 16:02:11', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:01:45 contador_llamada=5 comienzo_atencion=2022-10-07 16:02:11 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(296, '2022-10-07 16:02:41', 33, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:01:45 contador_llamada=5 comienzo_atencion=2022-10-07 16:02:11 fin_atencion=2022-10-07 16:02:41 prioritario=1 estado=finalizado llamado=1 comentario=fggsfgs', b'0'),
(297, '2022-10-07 16:02:52', 33, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:02:52 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(298, '2022-10-07 16:03:21', 33, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:02:52 contador_llamada=1 comienzo_atencion=2022-10-07 16:03:21 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(299, '2022-10-07 16:03:38', 33, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:02:52 contador_llamada=1 comienzo_atencion=2022-10-07 16:03:21 fin_atencion=2022-10-07 16:03:38 calificacion=4 prioritario=1 estado=finalizado llamado=1 com', b'0'),
(300, '2022-10-07 16:03:42', 33, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=21 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:03:42 contador_llamada=2 estado=generado llamado=1 updated_by=33 ', b'0'),
(301, '2022-10-07 16:04:09', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=1 estado=generado id=9 ', b'0'),
(302, '2022-10-07 16:05:30', 33, 'UPDATE', '', 'id=9 cola_id=11 proceso_id=15 posicion=1 prioritario=1 estado=desplazado updated_by=33 ', b'0'),
(303, '2022-10-07 16:05:35', 33, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=21 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:05:35 contador_llamada=3 estado=generado llamado=1 updated_by=33 ', b'0'),
(304, '2022-10-07 16:05:44', 33, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=21 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:05:35 contador_llamada=3 comienzo_atencion=2022-10-07 16:05:44 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(305, '2022-10-07 16:06:08', 33, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=21 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:05:35 contador_llamada=3 comienzo_atencion=2022-10-07 16:05:44 fin_atencion=2022-10-07 16:06:08 calificacion=3 estado=finalizado llamado=1 comentario=dfgdfs', b'0'),
(306, '2022-10-07 16:06:52', 33, 'UPDATE', '', 'id=9 cola_id=11 proceso_id=15 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:06:52 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(307, '2022-10-07 16:06:59', 33, 'UPDATE', '', 'id=9 cola_id=11 proceso_id=15 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:06:52 contador_llamada=1 comienzo_atencion=2022-10-07 16:06:59 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(308, '2022-10-07 16:07:24', 33, 'UPDATE', '', 'id=9 cola_id=11 proceso_id=15 posicion=1 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:06:52 contador_llamada=1 comienzo_atencion=2022-10-07 16:06:59 fin_atencion=2022-10-07 16:07:24 calificacion=1 prioritario=1 estado=finalizado llamado=1 com', b'0'),
(309, '2022-10-07 16:07:42', 33, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=14 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:07:42 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(310, '2022-10-07 16:07:56', 33, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=14 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:07:42 contador_llamada=1 comienzo_atencion=2022-10-07 16:07:56 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(311, '2022-10-07 16:08:12', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 prioritario=1 posicion=3 estado=generado id=10 ', b'0'),
(312, '2022-10-07 16:08:33', 33, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=14 posicion=2 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:07:42 contador_llamada=1 comienzo_atencion=2022-10-07 16:07:56 fin_atencion=2022-10-07 16:08:33 calificacion=2 estado=finalizado llamado=1 comentario=fdfdfd', b'0'),
(313, '2022-10-07 16:13:30', 33, 'ENTRY', 'LOGIN', '', b'0'),
(314, '2022-10-07 16:13:54', 33, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=21 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:13:54 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(315, '2022-10-07 16:14:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=2 estado=generado id=11 ', b'0'),
(316, '2022-10-07 16:14:17', 33, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=21 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:14:17 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(317, '2022-10-07 16:14:47', 33, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=21 posicion=3 operador_id=33 momento_llamada=2022-10-07 16:14:17 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(318, '2022-10-07 16:14:52', 33, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=14 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:14:52 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(319, '2022-10-07 16:15:41', 33, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=14 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:14:52 contador_llamada=1 comienzo_atencion=2022-10-07 16:15:41 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(320, '2022-10-07 16:15:57', 33, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=14 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:14:52 contador_llamada=1 comienzo_atencion=2022-10-07 16:15:41 fin_atencion=2022-10-07 16:15:57 calificacion=4 estado=finalizado llamado=1 comentario=dfeewf', b'0'),
(321, '2022-10-07 16:17:27', 33, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=21 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:17:27 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(322, '2022-10-07 16:17:57', 33, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=21 posicion=3 operador_id=33 momento_llamada=2022-10-07 16:17:27 contador_llamada=3 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(323, '2022-10-07 16:18:05', 33, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=21 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:17:27 contador_llamada=3 comienzo_atencion=2022-10-07 16:18:05 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(324, '2022-10-07 16:18:19', 33, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=21 posicion=3 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:17:27 contador_llamada=3 comienzo_atencion=2022-10-07 16:18:05 fin_atencion=2022-10-07 16:18:19 calificacion=4 prioritario=1 estado=finalizado llamado=1 co', b'0'),
(325, '2022-10-07 16:18:35', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 prioritario=1 posicion=4 estado=generado id=12 ', b'0'),
(326, '2022-10-07 16:18:46', 33, 'UPDATE', '', 'id=12 cola_id=11 proceso_id=21 posicion=4 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-07 16:18:46 prioritario=1 estado=atendiendo ', b'0'),
(327, '2022-10-07 16:18:51', 33, 'UPDATE', '', 'id=12 cola_id=11 proceso_id=21 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:18:51 contador_llamada=1 comienzo_atencion=2022-10-07 16:18:46 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(328, '2022-10-07 16:19:05', 33, 'UPDATE', '', 'id=12 cola_id=11 proceso_id=21 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:18:51 contador_llamada=1 comienzo_atencion=2022-10-07 16:19:04 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(329, '2022-10-07 16:19:20', 33, 'UPDATE', '', 'id=12 cola_id=11 proceso_id=21 posicion=4 modulo_id=12 operador_id=33 momento_llamada=2022-10-07 16:18:51 contador_llamada=1 comienzo_atencion=2022-10-07 16:19:04 fin_atencion=2022-10-07 16:19:20 calificacion=1 prioritario=1 estado=finalizado llamado=1 co', b'0'),
(330, '2022-10-07 16:19:26', 33, 'UPDATE', '', 'id=11 cola_id=11 proceso_id=19 posicion=2 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-07 16:19:26 estado=atendiendo ', b'0'),
(331, '2022-10-07 16:19:44', 33, 'UPDATE', '', 'id=11 cola_id=11 proceso_id=19 posicion=2 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-07 16:19:26 fin_atencion=2022-10-07 16:19:44 calificacion=2 estado=finalizado comentario=rere ', b'0'),
(332, '2022-10-07 16:20:31', 0, 'CREATE', '', 'cola_id=11 proceso_id=22 posicion=1 estado=generado id=13 ', b'0'),
(333, '2022-10-07 16:20:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=22 posicion=2 estado=generado id=14 ', b'0'),
(334, '2022-10-07 16:21:45', 33, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(335, '2022-10-07 16:21:45', 33, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=33 ', b'0'),
(336, '2022-10-07 16:22:10', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=3 estado=generado id=15 ', b'0'),
(337, '2022-10-07 16:24:37', 33, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(338, '2022-10-07 16:27:12', 33, 'EXIT', 'LOGOUT', '', b'0'),
(339, '2022-10-07 16:27:26', 30, 'ENTRY', 'LOGIN', '', b'0'),
(340, '2022-10-07 16:29:09', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=1 estado=generado id=16 ', b'0'),
(341, '2022-10-07 16:29:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=16 posicion=1 estado=generado id=17 ', b'0'),
(342, '2022-10-07 16:31:32', 0, 'CREATE', '', 'cola_id=13 posicion=18 estado=finalizado tipo=4 valor=2 id=18 ', b'0'),
(343, '2022-10-11 13:06:50', 30, 'ENTRY', 'LOGIN', '', b'0'),
(344, '2022-10-11 13:34:32', 30, 'CREATE', '', 'cola_id=13 posicion=19 estado=finalizado tipo=4 valor=2 id=19 ', b'0'),
(345, '2022-10-11 13:41:02', 30, 'CREATE', '', 'cola_id=13 posicion=20 estado=finalizado tipo=4 valor=2 id=20 ', b'0'),
(346, '2022-10-11 14:16:33', 30, 'CREATE', '', 'cola_id=13 posicion=21 cuenta_debit=2450908278 estado=finalizado tipo=4 valor=2 id=21 ', b'0'),
(347, '2022-10-11 14:21:06', 30, 'CREATE', '', 'cola_id=13 posicion=22 cuenta_debit=2450908278 estado=finalizado tipo=4 valor=2 id=22 ', b'0'),
(348, '2022-10-11 14:50:10', 30, 'CREATE', '', 'cola_id=13 posicion=23 cedula_cliente=22 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2 id=23 ', b'0'),
(349, '2022-10-11 18:47:14', 33, 'ENTRY', 'LOGIN', '', b'0'),
(350, '2022-10-11 18:47:21', 33, 'ENTRY', 'LOGIN', '', b'0'),
(351, '2022-10-11 21:00:00', 30, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=5 estado=generado id=24 ', b'0'),
(352, '2022-10-11 21:03:56', 30, 'CREATE', '', 'cola_id=13 posicion=25 cedula_cliente=1 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.3 id=25 ', b'0'),
(353, '2022-10-11 21:18:14', 30, 'CREATE', '', 'cola_id=13 posicion=26 cedula_cliente=11 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=5 valor=2 id=26 ', b'0'),
(354, '2022-10-11 21:18:38', 30, 'CREATE', '', 'cola_id=13 posicion=27 cedula_cliente=1122 oficina=3 estado=finalizado tipo=11 id=27 ', b'0'),
(355, '2022-10-11 21:19:43', 30, 'CREATE', '', 'cola_id=13 posicion=28 cedula_cliente=22 oficina=3 estado=finalizado tipo=11 id=28 ', b'0'),
(356, '2022-10-11 21:20:06', 30, 'CREATE', '', 'cola_id=13 posicion=29 cedula_cliente=33 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=5 valor=2 id=29 ', b'0'),
(357, '2022-10-11 21:20:37', 30, 'CREATE', '', 'cola_id=13 posicion=30 cedula_cliente=11 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=5 valor=2 id=30 ', b'0'),
(358, '2022-10-12 10:03:55', 30, 'ENTRY', 'LOGIN', '', b'0'),
(359, '2022-10-12 10:40:05', 30, 'CREATE', '', 'cola_id=13 posicion=31 cedula_cliente=111 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.3 id=31 ', b'0'),
(360, '2022-10-12 11:25:41', 30, 'CREATE', '', 'cola_id=13 posicion=32 cedula_cliente=11 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.3 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                    font-w', b'0'),
(361, '2022-10-12 18:42:07', 33, 'ENTRY', 'LOGIN', '', b'0'),
(362, '2022-10-12 18:44:06', 33, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=33 ', b'0'),
(363, '2022-10-12 18:44:42', 30, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=6 estado=generado id=33 ', b'0'),
(364, '2022-10-12 18:49:34', 33, 'UPDATE', '', 'id=33 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=33 momento_llamada=2022-10-12 18:49:34 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(365, '2022-10-12 18:49:38', 33, 'UPDATE', '', 'id=33 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=33 momento_llamada=2022-10-12 18:49:34 contador_llamada=1 comienzo_atencion=2022-10-12 18:49:38 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(366, '2022-10-12 18:54:29', 33, 'UPDATE', '', 'id=33 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=33 momento_llamada=2022-10-12 18:54:29 contador_llamada=2 comienzo_atencion=2022-10-12 18:49:38 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(367, '2022-10-12 18:54:31', 33, 'UPDATE', '', 'id=33 cola_id=11 proceso_id=14 posicion=6 operador_id=33 momento_llamada=2022-10-12 18:54:29 contador_llamada=2 comienzo_atencion=2022-10-12 18:49:38 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(368, '2022-10-12 18:57:18', 33, 'UPDATE', '', 'id=33 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=33 momento_llamada=2022-10-12 18:54:29 contador_llamada=2 comienzo_atencion=2022-10-12 18:57:18 prioritario=1 estado=atendiendo llamado=1 updated_by=33 ', b'0'),
(369, '2022-10-12 18:57:29', 33, 'UPDATE', '', 'id=33 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=33 momento_llamada=2022-10-12 18:54:29 contador_llamada=2 comienzo_atencion=2022-10-12 18:57:18 fin_atencion=2022-10-12 18:57:29 prioritario=1 estado=finalizado llamado=1 updated_by=33 ', b'0'),
(370, '2022-10-12 23:32:58', 30, 'CREATE', '', 'cola_id=13 posicion=34 cedula_cliente=1306319128 oficina=3 estado=finalizado tipo=9 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;                ', b'0'),
(371, '2022-10-13 12:41:42', 30, 'ENTRY', 'LOGIN', '', b'0'),
(372, '2022-10-13 13:57:55', 33, 'ENTRY', 'LOGIN', '', b'0'),
(373, '2022-10-13 13:58:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=7 estado=generado id=35 ', b'0'),
(374, '2022-10-13 13:58:56', 33, 'UPDATE', '', 'id=35 cola_id=11 proceso_id=14 posicion=7 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-13 13:58:56 estado=atendiendo ', b'0'),
(375, '2022-10-13 14:16:36', 0, 'CREATE', '', 'cola_id=13 posicion=36 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(376, '2022-10-13 14:22:03', 0, 'CREATE', '', 'cola_id=13 posicion=37 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(377, '2022-10-13 14:40:02', 0, 'CREATE', '', 'cola_id=13 posicion=38 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(378, '2022-10-13 15:05:24', 0, 'CREATE', '', 'cola_id=13 posicion=39 cedula_cliente=1301997985 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(379, '2022-10-13 15:09:27', 0, 'CREATE', '', 'cola_id=13 posicion=40 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(380, '2022-10-13 15:12:52', 0, 'CREATE', '', 'cola_id=13 posicion=41 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(381, '2022-10-13 15:15:35', 0, 'CREATE', '', 'cola_id=13 posicion=42 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(382, '2022-10-13 15:32:06', 0, 'CREATE', '', 'cola_id=13 posicion=43 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(383, '2022-10-13 15:34:03', 0, 'CREATE', '', 'cola_id=13 posicion=44 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(384, '2022-10-13 15:41:33', 0, 'CREATE', '', 'cola_id=13 posicion=45 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(385, '2022-10-13 15:46:30', 0, 'CREATE', '', 'cola_id=13 posicion=46 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(386, '2022-10-13 15:56:19', 0, 'CREATE', '', 'cola_id=13 posicion=47 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(387, '2022-10-13 16:00:48', 0, 'CREATE', '', 'cola_id=13 posicion=48 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(388, '2022-10-13 16:02:15', 0, 'CREATE', '', 'cola_id=13 posicion=49 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(389, '2022-10-13 16:04:46', 0, 'CREATE', '', 'cola_id=13 posicion=50 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(390, '2022-10-13 16:06:13', 0, 'CREATE', '', 'cola_id=13 posicion=51 cedula_cliente=1306319128 cuenta_debit=2450908278 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(391, '2022-10-13 16:20:18', 0, 'CREATE', '', 'cola_id=13 posicion=52 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(392, '2022-10-13 16:22:06', 0, 'CREATE', '', 'cola_id=13 posicion=53 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(393, '2022-10-13 16:23:13', 0, 'CREATE', '', 'cola_id=13 posicion=54 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(394, '2022-10-13 16:24:15', 0, 'CREATE', '', 'cola_id=13 posicion=55 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(395, '2022-10-13 16:25:13', 0, 'CREATE', '', 'cola_id=13 posicion=56 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(396, '2022-10-13 16:26:44', 0, 'CREATE', '', 'cola_id=13 posicion=57 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(397, '2022-10-13 16:44:16', 0, 'CREATE', '', 'cola_id=13 posicion=58 cedula_cliente=1304032681 cuenta_debit=103893112 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(398, '2022-10-13 16:44:55', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=8 estado=generado id=59 ', b'0'),
(399, '2022-10-13 16:45:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=2 estado=generado id=60 ', b'0'),
(400, '2022-10-13 16:56:46', 0, 'CREATE', '', 'cola_id=13 posicion=61 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=9 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(401, '2022-10-13 17:16:32', 0, 'CREATE', '', 'cola_id=13 posicion=62 cedula_cliente=1304032681 oficina=3 estado=finalizado tipo=12 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;               ', b'0'),
(402, '2022-10-13 17:16:59', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=5 estado=generado id=63 ', b'0'),
(403, '2022-10-13 17:22:06', 33, 'UPDATE', '', 'id=35 cola_id=11 proceso_id=14 posicion=7 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-13 13:58:56 fin_atencion=2022-10-13 17:22:06 calificacion=2 estado=finalizado solicitar_cal=1 ', b'0'),
(404, '2022-10-13 17:22:09', 33, 'UPDATE', '', 'id=59 cola_id=11 proceso_id=14 posicion=8 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-13 17:22:09 estado=atendiendo ', b'0'),
(405, '2022-10-13 17:23:06', 33, 'UPDATE', '', 'id=59 cola_id=11 proceso_id=14 posicion=8 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-13 17:22:09 fin_atencion=2022-10-13 17:23:06 calificacion=1 estado=finalizado ', b'0'),
(406, '2022-10-13 17:23:11', 33, 'UPDATE', '', 'id=60 cola_id=11 proceso_id=20 posicion=2 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-13 17:23:11 estado=atendiendo ', b'0'),
(407, '2022-10-13 17:25:42', 33, 'UPDATE', '', 'id=60 cola_id=11 proceso_id=20 posicion=2 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-13 17:23:11 fin_atencion=2022-10-13 17:25:42 calificacion=4 estado=finalizado ', b'0'),
(408, '2022-10-13 17:25:46', 33, 'UPDATE', '', 'id=63 cola_id=11 proceso_id=21 posicion=5 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-13 17:25:46 estado=atendiendo ', b'0'),
(409, '2022-10-13 17:26:03', 33, 'UPDATE', '', 'id=63 cola_id=11 proceso_id=21 posicion=5 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-13 17:25:46 fin_atencion=2022-10-13 17:26:03 estado=finalizado ', b'0'),
(410, '2022-10-13 17:26:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=2 estado=generado id=64 ', b'0'),
(411, '2022-10-13 17:26:21', 33, 'UPDATE', '', 'id=64 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-13 17:26:21 estado=atendiendo ', b'0'),
(412, '2022-10-13 17:47:49', 0, 'CREATE', '', 'cola_id=13 posicion=65 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=13 valor=1.63 data_pdf=<style>    .center{        text-align:center;    }      .bold{        font-wight:bold;    }    .green140{        color:#008000;', b'0'),
(413, '2022-10-14 00:11:41', 30, 'DELETE', '', 'id=8 ubicacion=Chone_02 nombre_codigo=Oficina 2 ciudad=Portoviejo estado=1 created_by=30 updated_by=30 ', b'0'),
(414, '2022-10-14 00:15:56', 30, 'CREATE', '', 'nombre=Test created_by=30 id=7 ', b'0'),
(415, '2022-10-14 00:20:54', 30, 'DELETE', '', 'id=7 nombre=Test created_by=30 ', b'0'),
(416, '2022-10-14 00:22:28', 30, 'UPDATE', '', 'id=4 certificado_id=1 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n       ', b'0'),
(417, '2022-10-14 00:22:44', 30, 'UPDATE', '', 'id=5 certificado_id=2 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n       ', b'0'),
(418, '2022-10-14 00:22:58', 30, 'UPDATE', '', 'id=9 certificado_id=4 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n       ', b'0'),
(419, '2022-10-14 00:23:14', 30, 'UPDATE', '', 'id=11 certificado_id=5 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n      ', b'0'),
(420, '2022-10-14 00:23:38', 30, 'UPDATE', '', 'id=12 certificado_id=6 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n      ', b'0'),
(421, '2022-10-14 00:23:49', 30, 'UPDATE', '', 'id=13 certificado_id=8 oficina_id=3 formato=<style>\r\n    .center{\r\n        text-align:center;\r\n    }  \r\n    .bold{\r\n        font-wight:bold;\r\n    }\r\n    .green140{\r\n        color:#008000;\r\n    }\r\n    .justify{\r\n        text-align: justify;\r\n    }\r\n    .si', b'0'),
(422, '2022-10-14 08:13:12', 30, 'ENTRY', 'LOGIN', '', b'0'),
(423, '2022-10-14 08:15:17', 30, 'ENTRY', 'LOGIN', '', b'0'),
(424, '2022-10-14 08:15:32', 30, 'CREATE', 'USUARIO', 'name=Katiusca Veliz cedula=000000004 email=katiuska.veliz@coopchone.fin.ec telefono=099999992 direccion=Chone otd=0815321410 idrol=2 departamento_id=1 oficina_id=3 id=41 ', b'0'),
(425, '2022-10-14 08:17:59', 30, 'CREATE', 'USUARIO', 'name=Sofia Robalino cedula=000000002 email=sofia.robalino@coopchone.fin.ec telefono=0999996 direccion=Coop Chone Matriz otd=0817591410 idrol=2 departamento_id=1 oficina_id=3 id=42 ', b'0'),
(426, '2022-10-14 08:18:14', 30, 'CREATE', 'USUARIO', 'name=Manuel Salvador cedula=0000000003 email=manuel.salvador@coopchone.fin.ec telefono=0999999999 direccion=Coop Chone Matriz otd=0818131410 idrol=2 departamento_id=1 oficina_id=3 id=43 ', b'0'),
(427, '2022-10-14 08:20:30', 30, 'CREATE', 'USUARIO', 'name=Xavier Giler Andrade cedula=000000001 email=xavier.giler@coopchone.fin.ec telefono=099999999 direccion=Coop Chone Matriz otd=0820301410 idrol=2 departamento_id=1 oficina_id=3 id=44 ', b'0'),
(428, '2022-10-14 08:21:13', 30, 'UPDATE', 'USUARIO', 'id=41 departamento_id=1 oficina_id=3 name=Katiusca Veliz email=katiuska.veliz@coopchone.fin.ec idrol=2 cedula=000000004 foto=default-user.png telefono=099999992 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=0815321410 ', b'0'),
(429, '2022-10-14 08:21:41', 30, 'UPDATE', '', 'id=1 nombre=Planta Baja created_by=30 updated_by=30 ', b'0'),
(430, '2022-10-14 08:22:14', 30, 'DELETE', '', 'id=5 nombre=Planta baja created_by=30 updated_by=30 ', b'0'),
(431, '2022-10-14 08:22:24', 30, 'EXIT', 'LOGOUT', '', b'0'),
(432, '2022-10-14 08:52:37', 30, 'UPDATE', 'USUARIO', 'id=41 departamento_id=1 oficina_id=3 name=Katiusca Veliz email=katiuska.veliz@coopchone.fin.ec idrol=2 cedula=000000004 foto=default-user.png telefono=099999992 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=katiuska.veliz ', b'0'),
(433, '2022-10-14 08:53:01', 41, 'ENTRY', 'LOGIN', '', b'0'),
(434, '2022-10-14 08:53:16', 41, 'EXIT', 'LOGOUT', '', b'0'),
(435, '2022-10-14 08:53:31', 30, 'UPDATE', 'USUARIO', 'id=43 departamento_id=1 oficina_id=3 name=Manuel Salvador email=manuel.salvador@coopchone.fin.ec idrol=2 cedula=0000000003 foto=default-user.png telefono=0999999999 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=manuel.salvador ', b'0'),
(436, '2022-10-14 08:53:44', 43, 'ENTRY', 'LOGIN', '', b'0'),
(437, '2022-10-14 08:53:52', 43, 'EXIT', 'LOGOUT', '', b'0'),
(438, '2022-10-14 08:54:13', 30, 'UPDATE', 'USUARIO', 'id=42 departamento_id=1 oficina_id=3 name=Sofia Robalino email=sofia.robalino@coopchone.fin.ec idrol=2 cedula=000000002 foto=default-user.png telefono=0999996 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=sofia.robalino ', b'0'),
(439, '2022-10-14 08:54:28', 42, 'ENTRY', 'LOGIN', '', b'0'),
(440, '2022-10-14 08:54:30', 42, 'EXIT', 'LOGOUT', '', b'0'),
(441, '2022-10-14 08:54:47', 30, 'UPDATE', 'USUARIO', 'id=44 departamento_id=1 oficina_id=3 name=Xavier Giler Andrade email=xavier.giler@coopchone.fin.ec idrol=2 cedula=000000001 foto=default-user.png telefono=099999999 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=xavier.giler ', b'0'),
(442, '2022-10-14 08:54:57', 44, 'ENTRY', 'LOGIN', '', b'0'),
(443, '2022-10-14 08:55:03', 44, 'EXIT', 'LOGOUT', '', b'0'),
(444, '2022-10-14 08:55:04', 0, 'EXIT', 'LOGOUT', '', b'0'),
(445, '2022-10-14 09:03:39', 30, 'ENTRY', 'LOGIN', '', b'0'),
(446, '2022-10-14 09:09:14', 43, 'ENTRY', 'LOGIN', '', b'0'),
(447, '2022-10-14 09:25:26', 30, 'EXIT', 'LOGOUT', '', b'0'),
(448, '2022-10-14 09:25:38', 43, 'ENTRY', 'LOGIN', '', b'0'),
(449, '2022-10-14 09:26:41', 43, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=9 estado=generado id=66 ', b'0'),
(450, '2022-10-14 09:26:59', 43, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=43 ', b'0'),
(451, '2022-10-14 09:27:28', 43, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=3 estado=generado id=67 ', b'0'),
(452, '2022-10-14 09:27:43', 43, 'UPDATE', '', 'id=67 cola_id=11 proceso_id=20 posicion=3 modulo_id=14 operador_id=43 comienzo_atencion=2022-10-14 09:27:43 estado=atendiendo ', b'0'),
(453, '2022-10-14 09:28:03', 43, 'UPDATE', '', 'id=67 cola_id=11 proceso_id=20 posicion=3 modulo_id=14 operador_id=43 comienzo_atencion=2022-10-14 09:27:43 fin_atencion=2022-10-14 09:28:03 calificacion=4 estado=finalizado ', b'0'),
(454, '2022-10-14 09:28:09', 43, 'EXIT', 'LOGOUT', '', b'0'),
(455, '2022-10-14 09:34:16', 43, 'ENTRY', 'LOGIN', '', b'0'),
(456, '2022-10-14 09:43:40', 42, 'ENTRY', 'LOGIN', '', b'0'),
(457, '2022-10-14 09:43:46', 42, 'EXIT', 'LOGOUT', '', b'0'),
(458, '2022-10-14 09:44:02', 43, 'ENTRY', 'LOGIN', '', b'0'),
(459, '2022-10-14 09:44:08', 43, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(460, '2022-10-14 09:44:10', 43, 'EXIT', 'LOGOUT', '', b'0'),
(461, '2022-10-14 09:44:14', 42, 'ENTRY', 'LOGIN', '', b'0'),
(462, '2022-10-14 09:44:15', 42, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=42 ', b'0'),
(463, '2022-10-14 09:44:35', 42, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=10 estado=generado id=68 ', b'0'),
(464, '2022-10-14 09:44:43', 42, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=4 estado=generado id=69 ', b'0'),
(465, '2022-10-14 09:44:57', 42, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=4 estado=generado id=70 ', b'0'),
(466, '2022-10-14 09:45:02', 42, 'UPDATE', '', 'id=70 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=42 comienzo_atencion=2022-10-14 09:45:02 estado=atendiendo ', b'0'),
(467, '2022-10-14 09:45:51', 42, 'EXIT', 'LOGOUT', '', b'0'),
(468, '2022-10-14 09:46:03', 42, 'ENTRY', 'LOGIN', '', b'0'),
(469, '2022-10-14 09:46:28', 42, 'UPDATE', '', 'id=70 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=42 momento_llamada=2022-10-14 09:46:27 contador_llamada=1 comienzo_atencion=2022-10-14 09:45:02 calificacion=4 estado=generado llamado=1 updated_by=42 ', b'0'),
(470, '2022-10-14 09:46:34', 42, 'EXIT', 'LOGOUT', '', b'0'),
(471, '2022-10-14 09:46:44', 42, 'ENTRY', 'LOGIN', '', b'0'),
(472, '2022-10-14 09:46:57', 42, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(473, '2022-10-14 09:47:09', 42, 'EXIT', 'LOGOUT', '', b'0'),
(474, '2022-10-14 09:58:28', 44, 'ENTRY', 'LOGIN', '', b'0'),
(475, '2022-10-14 09:58:39', 44, 'ENTRY', 'LOGIN', '', b'0'),
(476, '2022-10-14 10:19:46', 30, 'ENTRY', 'LOGIN', '', b'0'),
(477, '2022-10-14 10:36:42', 30, 'UPDATE', 'USUARIO', 'id=44 departamento_id=1 oficina_id=3 name=Xavier Giler Andrade email=xavier.giler@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=000000001 foto=default-user.png telefono=099999999 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=xavier.giler ', b'0'),
(478, '2022-10-14 10:38:17', 30, 'UPDATE', 'USUARIO', 'id=44 departamento_id=1 oficina_id=3 name=Xavier Giler Andrade email=xavier.giler@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=000000001 foto=default-user.png telefono=099999999 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=xavier.giler ', b'0'),
(479, '2022-10-14 10:38:24', 30, 'UPDATE', 'USUARIO', 'id=44 departamento_id=1 oficina_id=3 name=Xavier Giler Andrade email=xavier.giler@coopchone.fin.ec idrol=2 cedula=000000001 foto=default-user.png telefono=099999999 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=xavier.giler ', b'0'),
(480, '2022-10-14 10:38:57', 30, 'UPDATE', 'USUARIO', 'id=44 departamento_id=1 oficina_id=3 name=Xavier Giler Andrade email=xavier.giler@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=000000001 foto=default-user.png telefono=099999999 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=xavier.giler ', b'0'),
(481, '2022-10-14 11:09:16', 33, 'ENTRY', 'LOGIN', '', b'0'),
(482, '2022-10-14 11:09:29', 33, 'UPDATE', '', 'id=64 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=33 comienzo_atencion=2022-10-13 17:26:21 fin_atencion=2022-10-14 11:09:29 calificacion=4 estado=finalizado ', b'0'),
(483, '2022-10-14 11:09:32', 33, 'UPDATE', '', 'id=66 cola_id=11 proceso_id=14 posicion=9 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 11:09:32 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(484, '2022-10-14 11:10:06', 33, 'EXIT', 'LOGOUT', '', b'0'),
(485, '2022-10-14 11:11:18', 30, 'ENTRY', 'LOGIN', '', b'0'),
(486, '2022-10-14 11:11:22', 30, 'EXIT', 'LOGOUT', '', b'0'),
(487, '2022-10-14 11:11:26', 33, 'ENTRY', 'LOGIN', '', b'0'),
(488, '2022-10-14 12:24:18', 43, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=43 ', b'0'),
(489, '2022-10-14 12:24:22', 43, 'UPDATE', '', 'id=70 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=43 momento_llamada=2022-10-14 12:24:21 contador_llamada=2 comienzo_atencion=2022-10-14 09:45:02 calificacion=4 estado=generado llamado=1 updated_by=43 ', b'0'),
(490, '2022-10-14 12:24:28', 43, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(491, '2022-10-14 12:24:30', 43, 'EXIT', 'LOGOUT', '', b'0'),
(492, '2022-10-14 12:28:08', 43, 'ENTRY', 'LOGIN', '', b'0'),
(493, '2022-10-14 12:28:10', 43, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=43 ', b'0'),
(494, '2022-10-14 12:28:13', 43, 'UPDATE', '', 'id=70 cola_id=11 proceso_id=20 posicion=4 modulo_id=14 operador_id=43 momento_llamada=2022-10-14 12:28:13 contador_llamada=3 comienzo_atencion=2022-10-14 09:45:02 calificacion=4 estado=generado llamado=1 updated_by=43 ', b'0'),
(495, '2022-10-14 12:28:35', 43, 'EXIT', 'LOGOUT', '', b'0'),
(496, '2022-10-14 12:28:45', 30, 'ENTRY', 'LOGIN', '', b'0'),
(497, '2022-10-14 12:29:00', 30, 'CREATE', '', 'ofi_depa_id=5 multimedia_id=38 id=98 ', b'0'),
(498, '2022-10-14 12:58:55', 42, 'ENTRY', 'LOGIN', '', b'0'),
(499, '2022-10-14 15:14:10', 0, 'CREATE', '', 'cola_id=13 posicion=71 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(500, '2022-10-14 15:14:26', 0, 'CREATE', '', 'cola_id=13 posicion=72 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(501, '2022-10-14 15:16:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=3 estado=generado id=73 ', b'0'),
(502, '2022-10-14 15:16:43', 0, 'CREATE', '', 'cola_id=13 posicion=74 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(503, '2022-10-14 15:18:32', 0, 'CREATE', '', 'cola_id=13 posicion=75 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(504, '2022-10-14 15:20:46', 33, 'UPDATE', '', 'id=66 cola_id=11 proceso_id=14 posicion=9 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 15:20:46 contador_llamada=2 estado=generado llamado=1 updated_by=33 ', b'0'),
(505, '2022-10-14 15:26:31', 33, 'UPDATE', '', 'id=66 cola_id=11 proceso_id=14 posicion=9 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 15:26:31 contador_llamada=3 estado=generado llamado=1 updated_by=33 ', b'0'),
(506, '2022-10-14 15:46:29', 33, 'ENTRY', 'LOGIN', '', b'0'),
(507, '2022-10-14 15:46:49', 33, 'UPDATE', '', 'id=66 cola_id=11 proceso_id=14 posicion=9 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 15:46:49 contador_llamada=4 estado=generado llamado=1 updated_by=33 ', b'0'),
(508, '2022-10-14 16:11:50', 33, 'ENTRY', 'LOGIN', '', b'0'),
(509, '2022-10-14 16:15:39', 33, 'EXIT', 'LOGOUT', '', b'0'),
(510, '2022-10-14 16:15:51', 30, 'ENTRY', 'LOGIN', '', b'0'),
(511, '2022-10-14 16:17:10', 30, 'DELETE', '', 'id=93 multimedia_id=16 ofi_depa_id=5 ', b'0'),
(512, '2022-10-14 16:17:13', 30, 'DELETE', '', 'id=96 multimedia_id=21 ofi_depa_id=5 ', b'0'),
(513, '2022-10-14 16:17:16', 30, 'DELETE', '', 'id=97 multimedia_id=18 ofi_depa_id=5 ', b'0'),
(514, '2022-10-14 16:17:19', 30, 'DELETE', '', 'id=98 multimedia_id=38 ofi_depa_id=5 ', b'0'),
(515, '2022-10-14 16:26:20', 33, 'UPDATE', '', 'id=66 cola_id=11 proceso_id=14 posicion=9 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 16:26:20 contador_llamada=5 estado=generado llamado=1 updated_by=33 ', b'0'),
(516, '2022-10-14 16:26:23', 30, 'CREATE', '', 'tipo=video ruta=20221014_10.mp4 nombre=Video 4 created_by=30 orientado=Todas las oficinas, todos los departamentos. id=42 ', b'0'),
(517, '2022-10-14 16:28:51', 30, 'DELETE', '', 'id=99 multimedia_id=42 ofi_depa_id=5 ', b'0'),
(518, '2022-10-14 16:28:57', 30, 'CREATE', '', 'ofi_depa_id=5 multimedia_id=42 id=100 ', b'0'),
(519, '2022-10-14 16:31:35', 30, 'CREATE', '', 'tipo=video ruta=20221014_11.mp4 nombre=Video 7 created_by=30 orientado=Todas las oficinas, todos los departamentos. id=43 ', b'0'),
(520, '2022-10-14 16:33:31', 30, 'ENTRY', 'LOGIN', '', b'0'),
(521, '2022-10-14 17:25:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=11 estado=generado id=76 ', b'0'),
(522, '2022-10-14 17:27:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=4 estado=generado id=77 ', b'0'),
(523, '2022-10-14 17:31:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 prioritario=1 posicion=5 estado=generado id=78 ', b'0'),
(524, '2022-10-14 17:32:37', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=5 estado=generado id=79 ', b'0'),
(525, '2022-10-14 17:48:24', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=5 estado=generado id=80 ', b'0'),
(526, '2022-10-14 17:51:21', 0, 'CREATE', '', 'cola_id=13 posicion=81 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(527, '2022-10-14 17:54:32', 0, 'CREATE', '', 'cola_id=13 posicion=82 cedula_cliente=1312901653 oficina=3 estado=finalizado tipo=5 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;                ', b'0'),
(528, '2022-10-14 17:55:21', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 prioritario=1 posicion=6 estado=generado id=83 ', b'0'),
(529, '2022-10-14 18:02:16', 33, 'ENTRY', 'LOGIN', '', b'0'),
(530, '2022-10-14 18:02:23', 33, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=14 posicion=11 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:02:23 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(531, '2022-10-14 18:02:52', 33, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=14 posicion=11 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:02:52 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(532, '2022-10-14 18:02:53', 33, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=14 posicion=11 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:02:53 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(533, '2022-10-14 18:03:24', 33, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=14 posicion=11 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:03:24 contador_llamada=4 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(534, '2022-10-14 18:03:25', 33, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=14 posicion=11 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:03:25 contador_llamada=5 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(535, '2022-10-14 18:04:00', 33, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=14 posicion=11 operador_id=33 momento_llamada=2022-10-14 18:03:25 contador_llamada=5 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(536, '2022-10-14 18:04:02', 33, 'UPDATE', '', 'id=78 cola_id=11 proceso_id=20 posicion=5 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:04:02 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(537, '2022-10-14 18:04:04', 33, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=14 posicion=11 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:04:04 contador_llamada=6 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(538, '2022-10-14 18:06:14', 33, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=14 posicion=11 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:06:14 contador_llamada=7 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(539, '2022-10-14 18:07:05', 33, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=14 posicion=11 operador_id=33 momento_llamada=2022-10-14 18:06:14 contador_llamada=7 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(540, '2022-10-14 18:07:13', 33, 'UPDATE', '', 'id=78 cola_id=11 proceso_id=20 posicion=5 operador_id=33 momento_llamada=2022-10-14 18:04:02 contador_llamada=1 prioritario=1 estado=desplazado updated_by=33 ', b'0'),
(541, '2022-10-14 18:07:30', 33, 'UPDATE', '', 'id=83 cola_id=11 proceso_id=21 posicion=6 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:07:30 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(542, '2022-10-14 18:07:57', 33, 'UPDATE', '', 'id=83 cola_id=11 proceso_id=21 posicion=6 operador_id=33 momento_llamada=2022-10-14 18:07:30 contador_llamada=1 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(543, '2022-10-14 18:08:02', 33, 'UPDATE', '', 'id=66 cola_id=11 proceso_id=14 posicion=9 operador_id=33 momento_llamada=2022-10-14 16:26:20 contador_llamada=5 estado=desplazado updated_by=33 ', b'0'),
(544, '2022-10-14 18:08:10', 33, 'UPDATE', '', 'id=68 cola_id=11 proceso_id=14 posicion=10 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:08:10 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(545, '2022-10-14 18:09:08', 33, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=12 estado=generado id=84 ', b'0'),
(546, '2022-10-14 18:09:34', 33, 'UPDATE', '', 'id=84 cola_id=11 proceso_id=14 posicion=12 modulo_id=12 operador_id=33 momento_llamada=2022-10-14 18:09:34 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(547, '2022-10-14 18:20:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=13 estado=generado id=85 ', b'0'),
(548, '2022-10-14 22:41:55', 33, 'EXIT', 'LOGOUT', '', b'0'),
(549, '2022-10-14 22:42:27', 30, 'ENTRY', 'LOGIN', '', b'0'),
(550, '2022-10-14 23:13:37', 30, 'CREATE', '', 'cola_id=13 posicion=70 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(551, '2022-10-15 08:35:46', 30, 'ENTRY', 'LOGIN', '', b'0'),
(552, '2022-10-15 08:36:48', 30, 'CREATE', '', 'cola_id=13 posicion=87 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                  ', b'0'),
(553, '2022-10-15 09:08:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=11 estado=generado id=88 ', b'0'),
(554, '2022-10-15 09:11:56', 30, 'ENTRY', 'LOGIN', '', b'0'),
(555, '2022-10-15 09:13:05', 30, 'EXIT', 'LOGOUT', '', b'0'),
(556, '2022-10-15 09:13:28', 30, 'ENTRY', 'LOGIN', '', b'0'),
(557, '2022-10-15 09:13:45', 30, 'UPDATE', 'USUARIO', 'id=36 departamento_id=1 oficina_id=3 name=Operador2 email=operador2@gmail.com idrol=2 cambiar_puesto=1 cedula=2450908278 foto=default-user.png telefono=098809099 direccion=Santa Elena urbanización el Delfin Mz 3 V 10 estado=1 etapaCuenta=1 otd=operador2 ', b'0'),
(558, '2022-10-15 09:13:50', 30, 'EXIT', 'LOGOUT', '', b'0'),
(559, '2022-10-15 09:13:57', 36, 'ENTRY', 'LOGIN', '', b'0'),
(560, '2022-10-15 09:14:16', 36, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=21 posicion=1 modulo_id=13 operador_id=36 momento_llamada=2022-10-07 15:53:47 contador_llamada=5 comienzo_atencion=2022-10-07 15:53:54 fin_atencion=2022-10-15 09:14:16 estado=finalizado comentario=ghfgfgfghfgcfgcggf updated_by=3', b'0'),
(561, '2022-10-15 09:14:19', 36, 'UPDATE', '', 'id=88 cola_id=11 proceso_id=14 posicion=11 estado=desplazado updated_by=36 ', b'0'),
(562, '2022-10-15 09:14:20', 36, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(563, '2022-10-15 09:15:57', 36, 'EXIT', 'LOGOUT', '', b'0'),
(564, '2022-10-15 09:16:08', 42, 'ENTRY', 'LOGIN', '', b'0'),
(565, '2022-10-15 09:18:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=5 estado=generado id=89 ', b'0'),
(566, '2022-10-15 09:19:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=3 estado=generado id=90 ', b'0'),
(567, '2022-10-15 09:19:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=6 estado=generado id=91 ', b'0'),
(568, '2022-10-15 09:20:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=7 estado=generado id=92 ', b'0'),
(569, '2022-10-15 09:23:05', 42, 'ENTRY', 'LOGIN', '', b'0'),
(570, '2022-10-15 09:23:13', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=42 ', b'0'),
(571, '2022-10-15 09:23:24', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=8 estado=generado id=93 ', b'0'),
(572, '2022-10-15 09:24:56', 42, 'UPDATE', '', 'id=89 cola_id=11 proceso_id=19 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:24:56 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(573, '2022-10-15 09:25:15', 42, 'UPDATE', '', 'id=89 cola_id=11 proceso_id=19 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:24:56 contador_llamada=1 comienzo_atencion=2022-10-15 09:25:15 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(574, '2022-10-15 09:26:33', 42, 'UPDATE', '', 'id=89 cola_id=11 proceso_id=19 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:24:56 contador_llamada=1 comienzo_atencion=2022-10-15 09:25:15 fin_atencion=2022-10-15 09:26:33 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(575, '2022-10-15 09:26:38', 42, 'UPDATE', '', 'id=92 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:26:38 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(576, '2022-10-15 09:27:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=1 estado=generado id=94 ', b'0'),
(577, '2022-10-15 09:27:25', 42, 'UPDATE', '', 'id=92 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:26:38 contador_llamada=1 comienzo_atencion=2022-10-15 09:27:25 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(578, '2022-10-15 09:27:31', 42, 'UPDATE', '', 'id=92 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:26:38 contador_llamada=1 comienzo_atencion=2022-10-15 09:27:25 fin_atencion=2022-10-15 09:27:31 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(579, '2022-10-15 09:27:59', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=9 estado=generado id=95 ', b'0'),
(580, '2022-10-15 09:30:28', 42, 'UPDATE', '', 'id=93 cola_id=11 proceso_id=19 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:30:28 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(581, '2022-10-15 09:30:39', 42, 'UPDATE', '', 'id=93 cola_id=11 proceso_id=19 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:30:28 contador_llamada=1 comienzo_atencion=2022-10-15 09:30:39 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(582, '2022-10-15 09:32:46', 42, 'UPDATE', '', 'id=93 cola_id=11 proceso_id=19 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:30:28 contador_llamada=1 comienzo_atencion=2022-10-15 09:30:39 fin_atencion=2022-10-15 09:32:46 calificacion=4 prioritario=1 estado=finalizado llamado=1 up', b'0'),
(583, '2022-10-15 09:33:04', 42, 'UPDATE', '', 'id=95 cola_id=11 proceso_id=19 posicion=9 prioritario=1 estado=desplazado updated_by=42 ', b'0'),
(584, '2022-10-15 09:33:07', 42, 'UPDATE', '', 'id=90 cola_id=11 proceso_id=15 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:33:07 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(585, '2022-10-15 09:35:21', 42, 'UPDATE', '', 'id=90 cola_id=11 proceso_id=15 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:33:07 contador_llamada=1 comienzo_atencion=2022-10-15 09:35:21 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(586, '2022-10-15 09:35:34', 42, 'UPDATE', '', 'id=90 cola_id=11 proceso_id=15 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:33:07 contador_llamada=1 comienzo_atencion=2022-10-15 09:35:21 fin_atencion=2022-10-15 09:35:34 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(587, '2022-10-15 09:35:58', 42, 'UPDATE', '', 'id=88 cola_id=11 proceso_id=14 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:35:58 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(588, '2022-10-15 09:36:02', 42, 'UPDATE', '', 'id=95 cola_id=11 proceso_id=19 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:36:02 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(589, '2022-10-15 09:36:20', 42, 'UPDATE', '', 'id=95 cola_id=11 proceso_id=19 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:36:02 contador_llamada=1 comienzo_atencion=2022-10-15 09:36:20 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(590, '2022-10-15 09:38:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=12 estado=generado id=96 ', b'0'),
(591, '2022-10-15 09:38:05', 42, 'UPDATE', '', 'id=95 cola_id=11 proceso_id=19 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:36:02 contador_llamada=1 comienzo_atencion=2022-10-15 09:36:20 fin_atencion=2022-10-15 09:38:05 calificacion=4 prioritario=1 estado=finalizado llamado=1 up', b'0'),
(592, '2022-10-15 09:38:08', 42, 'UPDATE', '', 'id=88 cola_id=11 proceso_id=14 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:38:08 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(593, '2022-10-15 09:38:30', 42, 'UPDATE', '', 'id=88 cola_id=11 proceso_id=14 posicion=11 operador_id=42 momento_llamada=2022-10-15 09:38:08 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(594, '2022-10-15 09:38:34', 42, 'UPDATE', '', 'id=91 cola_id=11 proceso_id=19 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:38:34 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(595, '2022-10-15 09:39:05', 42, 'UPDATE', '', 'id=91 cola_id=11 proceso_id=19 posicion=6 operador_id=42 momento_llamada=2022-10-15 09:38:34 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(596, '2022-10-15 09:39:07', 42, 'UPDATE', '', 'id=94 cola_id=11 proceso_id=24 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:39:07 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(597, '2022-10-15 09:39:19', 42, 'UPDATE', '', 'id=94 cola_id=11 proceso_id=24 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:39:07 contador_llamada=1 comienzo_atencion=2022-10-15 09:39:19 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(598, '2022-10-15 09:43:10', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=10 estado=generado id=97 ', b'0'),
(599, '2022-10-15 09:43:49', 42, 'UPDATE', '', 'id=94 cola_id=11 proceso_id=24 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:39:07 contador_llamada=1 comienzo_atencion=2022-10-15 09:39:19 fin_atencion=2022-10-15 09:43:49 estado=finalizado llamado=1 updated_by=42 solicitar_cal=1 ', b'0'),
(600, '2022-10-15 09:43:53', 42, 'UPDATE', '', 'id=97 cola_id=11 proceso_id=19 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:43:53 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(601, '2022-10-15 09:44:19', 42, 'UPDATE', '', 'id=97 cola_id=11 proceso_id=19 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:44:19 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(602, '2022-10-15 09:44:31', 42, 'UPDATE', '', 'id=97 cola_id=11 proceso_id=19 posicion=10 operador_id=42 momento_llamada=2022-10-15 09:44:19 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(603, '2022-10-15 09:44:34', 42, 'UPDATE', '', 'id=96 cola_id=11 proceso_id=14 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:44:34 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(604, '2022-10-15 09:44:46', 42, 'UPDATE', '', 'id=96 cola_id=11 proceso_id=14 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:44:34 contador_llamada=1 comienzo_atencion=2022-10-15 09:44:46 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(605, '2022-10-15 09:45:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=1 estado=generado id=98 ', b'0'),
(606, '2022-10-15 09:47:43', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=2 estado=generado id=99 ', b'0'),
(607, '2022-10-15 09:48:55', 42, 'UPDATE', '', 'id=96 cola_id=11 proceso_id=14 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:44:34 contador_llamada=1 comienzo_atencion=2022-10-15 09:44:46 fin_atencion=2022-10-15 09:48:55 calificacion=3 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(608, '2022-10-15 09:49:35', 42, 'UPDATE', '', 'id=98 cola_id=11 proceso_id=25 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:49:35 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(609, '2022-10-15 09:49:45', 42, 'UPDATE', '', 'id=98 cola_id=11 proceso_id=25 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:49:35 contador_llamada=1 comienzo_atencion=2022-10-15 09:49:45 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(610, '2022-10-15 09:52:31', 42, 'UPDATE', '', 'id=98 cola_id=11 proceso_id=25 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:49:35 contador_llamada=1 comienzo_atencion=2022-10-15 09:49:45 fin_atencion=2022-10-15 09:52:31 calificacion=3 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(611, '2022-10-15 09:52:34', 42, 'UPDATE', '', 'id=99 cola_id=11 proceso_id=25 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:52:34 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(612, '2022-10-15 09:52:51', 42, 'UPDATE', '', 'id=99 cola_id=11 proceso_id=25 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:52:34 contador_llamada=1 comienzo_atencion=2022-10-15 09:52:51 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(613, '2022-10-15 09:54:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=4 estado=generado id=100 ', b'0'),
(614, '2022-10-15 09:54:36', 42, 'UPDATE', '', 'id=99 cola_id=11 proceso_id=25 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:52:34 contador_llamada=1 comienzo_atencion=2022-10-15 09:52:51 fin_atencion=2022-10-15 09:54:36 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(615, '2022-10-15 09:55:07', 42, 'UPDATE', '', 'id=100 cola_id=11 proceso_id=15 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:55:07 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(616, '2022-10-15 09:55:28', 42, 'UPDATE', '', 'id=100 cola_id=11 proceso_id=15 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:55:07 contador_llamada=1 comienzo_atencion=2022-10-15 09:55:28 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(617, '2022-10-15 09:56:21', 42, 'UPDATE', '', 'id=100 cola_id=11 proceso_id=15 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:55:07 contador_llamada=1 comienzo_atencion=2022-10-15 09:55:28 fin_atencion=2022-10-15 09:56:21 calificacion=4 estado=finalizado llamado=1 updated_by=42 s', b'0'),
(618, '2022-10-15 09:57:23', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=11 estado=generado id=101 ', b'0'),
(619, '2022-10-15 09:58:04', 42, 'UPDATE', '', 'id=101 cola_id=11 proceso_id=19 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:58:04 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(620, '2022-10-15 09:58:22', 42, 'UPDATE', '', 'id=101 cola_id=11 proceso_id=19 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:58:04 contador_llamada=1 comienzo_atencion=2022-10-15 09:58:22 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(621, '2022-10-15 09:58:50', 42, 'UPDATE', '', 'id=101 cola_id=11 proceso_id=19 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:58:04 contador_llamada=1 comienzo_atencion=2022-10-15 09:58:22 fin_atencion=2022-10-15 09:58:50 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(622, '2022-10-15 09:59:12', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=13 estado=generado id=102 ', b'0'),
(623, '2022-10-15 09:59:31', 42, 'UPDATE', '', 'id=102 cola_id=11 proceso_id=14 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:59:31 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(624, '2022-10-15 09:59:35', 42, 'UPDATE', '', 'id=102 cola_id=11 proceso_id=14 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:59:31 contador_llamada=1 comienzo_atencion=2022-10-15 09:59:35 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(625, '2022-10-15 10:00:07', 42, 'UPDATE', '', 'id=102 cola_id=11 proceso_id=14 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:59:31 contador_llamada=1 comienzo_atencion=2022-10-15 09:59:35 fin_atencion=2022-10-15 10:00:07 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(626, '2022-10-15 10:03:49', 42, 'EXIT', 'LOGOUT', '', b'0'),
(627, '2022-10-15 10:04:08', 30, 'ENTRY', 'LOGIN', '', b'0'),
(628, '2022-10-15 10:04:12', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=14 estado=generado id=103 ', b'0'),
(629, '2022-10-15 10:05:18', 30, 'UPDATE', 'USUARIO', 'id=42 departamento_id=1 oficina_id=3 name=Martha Alava email=martha.alava@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=000000002 foto=default-user.png telefono=0999996 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=martha.alava ', b'0'),
(630, '2022-10-15 10:05:35', 30, 'EXIT', 'LOGOUT', '', b'0'),
(631, '2022-10-15 10:05:44', 42, 'ENTRY', 'LOGIN', '', b'0'),
(632, '2022-10-15 10:05:59', 42, 'EXIT', 'LOGOUT', '', b'0'),
(633, '2022-10-15 10:06:24', 42, 'ENTRY', 'LOGIN', '', b'0'),
(634, '2022-10-15 10:08:10', 0, 'CREATE', '', 'cola_id=11 proceso_id=16 posicion=2 estado=generado id=104 ', b'0'),
(635, '2022-10-15 10:08:21', 42, 'UPDATE', '', 'id=88 cola_id=11 proceso_id=14 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:38:08 contador_llamada=2 comienzo_atencion=2022-10-15 10:08:21 estado=atendiendo updated_by=42 ', b'0'),
(636, '2022-10-15 10:08:51', 42, 'UPDATE', '', 'id=88 cola_id=11 proceso_id=14 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:38:08 contador_llamada=2 comienzo_atencion=2022-10-15 10:08:21 fin_atencion=2022-10-15 10:08:51 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(637, '2022-10-15 10:09:09', 42, 'UPDATE', '', 'id=103 cola_id=11 proceso_id=14 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:09:09 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(638, '2022-10-15 10:09:18', 42, 'UPDATE', '', 'id=103 cola_id=11 proceso_id=14 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:09:09 contador_llamada=1 comienzo_atencion=2022-10-15 10:09:18 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(639, '2022-10-15 10:10:01', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=1 estado=generado id=105 ', b'0'),
(640, '2022-10-15 10:22:07', 42, 'UPDATE', '', 'id=103 cola_id=11 proceso_id=14 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:09:09 contador_llamada=1 comienzo_atencion=2022-10-15 10:09:18 fin_atencion=2022-10-15 10:22:07 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(641, '2022-10-15 10:22:13', 42, 'UPDATE', '', 'id=104 cola_id=11 proceso_id=16 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:22:13 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(642, '2022-10-15 10:22:25', 42, 'UPDATE', '', 'id=104 cola_id=11 proceso_id=16 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:22:13 contador_llamada=1 comienzo_atencion=2022-10-15 10:22:25 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(643, '2022-10-15 10:23:27', 42, 'UPDATE', '', 'id=104 cola_id=11 proceso_id=16 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:22:13 contador_llamada=1 comienzo_atencion=2022-10-15 10:22:25 fin_atencion=2022-10-15 10:23:27 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(644, '2022-10-15 10:23:30', 42, 'UPDATE', '', 'id=105 cola_id=11 proceso_id=23 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:23:30 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(645, '2022-10-15 10:23:42', 42, 'UPDATE', '', 'id=105 cola_id=11 proceso_id=23 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:23:30 contador_llamada=1 comienzo_atencion=2022-10-15 10:23:42 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(646, '2022-10-15 10:24:03', 42, 'UPDATE', '', 'id=105 cola_id=11 proceso_id=23 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:23:30 contador_llamada=1 comienzo_atencion=2022-10-15 10:23:42 fin_atencion=2022-10-15 10:24:03 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(647, '2022-10-15 10:28:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=16 prioritario=1 posicion=3 estado=generado id=106 ', b'0'),
(648, '2022-10-15 10:31:08', 0, 'CREATE', '', 'cola_id=13 posicion=107 cedula_cliente=1307982999 oficina=3 estado=finalizado tipo=5 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;               ', b'0'),
(649, '2022-10-15 10:37:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=15 estado=generado id=108 ', b'0'),
(650, '2022-10-15 10:39:37', 42, 'UPDATE', '', 'id=106 cola_id=11 proceso_id=16 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:39:37 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(651, '2022-10-15 10:39:53', 42, 'UPDATE', '', 'id=106 cola_id=11 proceso_id=16 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:39:37 contador_llamada=1 comienzo_atencion=2022-10-15 10:39:53 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(652, '2022-10-15 10:41:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=12 estado=generado id=109 ', b'0'),
(653, '2022-10-15 10:44:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=13 estado=generado id=110 ', b'0'),
(654, '2022-10-15 10:52:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=14 estado=generado id=111 ', b'0'),
(655, '2022-10-15 10:52:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=3 estado=generado id=112 ', b'0'),
(656, '2022-10-15 10:56:18', 42, 'UPDATE', '', 'id=106 cola_id=11 proceso_id=16 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:39:37 contador_llamada=1 comienzo_atencion=2022-10-15 10:39:53 fin_atencion=2022-10-15 10:56:18 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(657, '2022-10-15 10:56:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=15 estado=generado id=113 ', b'0'),
(658, '2022-10-15 10:57:03', 42, 'UPDATE', '', 'id=109 cola_id=11 proceso_id=19 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:57:03 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(659, '2022-10-15 10:57:34', 42, 'UPDATE', '', 'id=109 cola_id=11 proceso_id=19 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:57:03 contador_llamada=1 comienzo_atencion=2022-10-15 10:57:34 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(660, '2022-10-15 10:58:07', 42, 'UPDATE', '', 'id=109 cola_id=11 proceso_id=19 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:57:03 contador_llamada=1 comienzo_atencion=2022-10-15 10:57:34 fin_atencion=2022-10-15 10:58:07 calificacion=4 prioritario=1 estado=finalizado llamado=1 ', b'0'),
(661, '2022-10-15 10:58:15', 42, 'UPDATE', '', 'id=112 cola_id=11 proceso_id=25 posicion=3 prioritario=1 estado=desplazado updated_by=42 ', b'0'),
(662, '2022-10-15 10:58:21', 42, 'UPDATE', '', 'id=108 cola_id=11 proceso_id=14 posicion=15 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:58:21 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(663, '2022-10-15 10:59:09', 42, 'UPDATE', '', 'id=108 cola_id=11 proceso_id=14 posicion=15 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:58:21 contador_llamada=1 comienzo_atencion=2022-10-15 10:59:09 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(664, '2022-10-15 11:03:06', 42, 'UPDATE', '', 'id=108 cola_id=11 proceso_id=14 posicion=15 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 10:58:21 contador_llamada=1 comienzo_atencion=2022-10-15 10:59:09 fin_atencion=2022-10-15 11:03:06 calificacion=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(665, '2022-10-15 11:03:30', 42, 'UPDATE', '', 'id=91 cola_id=11 proceso_id=19 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:03:30 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(666, '2022-10-15 11:03:49', 42, 'UPDATE', '', 'id=91 cola_id=11 proceso_id=19 posicion=6 operador_id=42 momento_llamada=2022-10-15 11:03:30 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(667, '2022-10-15 11:03:50', 42, 'UPDATE', '', 'id=110 cola_id=11 proceso_id=19 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:03:50 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(668, '2022-10-15 11:04:00', 42, 'UPDATE', '', 'id=110 cola_id=11 proceso_id=19 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:03:50 contador_llamada=1 comienzo_atencion=2022-10-15 11:04:00 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(669, '2022-10-15 11:04:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=16 estado=generado id=114 ', b'0'),
(670, '2022-10-15 11:04:58', 42, 'UPDATE', '', 'id=110 cola_id=11 proceso_id=19 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:03:50 contador_llamada=1 comienzo_atencion=2022-10-15 11:04:00 fin_atencion=2022-10-15 11:04:58 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(671, '2022-10-15 11:05:11', 42, 'UPDATE', '', 'id=114 cola_id=11 proceso_id=19 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:05:11 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(672, '2022-10-15 11:05:26', 42, 'UPDATE', '', 'id=114 cola_id=11 proceso_id=19 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:05:11 contador_llamada=1 comienzo_atencion=2022-10-15 11:05:26 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(673, '2022-10-15 11:05:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=17 estado=generado id=115 ', b'0'),
(674, '2022-10-15 11:06:14', 42, 'UPDATE', '', 'id=114 cola_id=11 proceso_id=19 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:05:11 contador_llamada=1 comienzo_atencion=2022-10-15 11:05:26 fin_atencion=2022-10-15 11:06:14 calificacion=4 prioritario=1 estado=finalizado llamado=1 ', b'0'),
(675, '2022-10-15 11:06:17', 42, 'UPDATE', '', 'id=111 cola_id=11 proceso_id=19 posicion=14 estado=desplazado updated_by=42 ', b'0'),
(676, '2022-10-15 11:06:43', 42, 'UPDATE', '', 'id=91 cola_id=11 proceso_id=19 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:03:30 contador_llamada=2 comienzo_atencion=2022-10-15 11:06:43 estado=atendiendo updated_by=42 ', b'0'),
(677, '2022-10-15 11:06:48', 42, 'UPDATE', '', 'id=91 cola_id=11 proceso_id=19 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:03:30 contador_llamada=2 comienzo_atencion=2022-10-15 11:06:43 fin_atencion=2022-10-15 11:06:47 estado=finalizado updated_by=42 ', b'0'),
(678, '2022-10-15 11:06:54', 42, 'UPDATE', '', 'id=97 cola_id=11 proceso_id=19 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:44:19 contador_llamada=2 comienzo_atencion=2022-10-15 11:06:54 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(679, '2022-10-15 11:06:59', 42, 'UPDATE', '', 'id=97 cola_id=11 proceso_id=19 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 09:44:19 contador_llamada=2 comienzo_atencion=2022-10-15 11:06:54 fin_atencion=2022-10-15 11:06:59 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(680, '2022-10-15 11:07:01', 42, 'UPDATE', '', 'id=111 cola_id=11 proceso_id=19 posicion=14 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-15 11:07:01 estado=atendiendo updated_by=42 ', b'0'),
(681, '2022-10-15 11:07:05', 42, 'UPDATE', '', 'id=111 cola_id=11 proceso_id=19 posicion=14 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-15 11:07:01 fin_atencion=2022-10-15 11:07:05 estado=finalizado updated_by=42 ', b'0'),
(682, '2022-10-15 11:07:09', 42, 'UPDATE', '', 'id=112 cola_id=11 proceso_id=25 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:07:09 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(683, '2022-10-15 11:09:57', 42, 'UPDATE', '', 'id=112 cola_id=11 proceso_id=25 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:07:09 contador_llamada=1 comienzo_atencion=2022-10-15 11:09:57 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(684, '2022-10-15 11:10:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=18 estado=generado id=116 ', b'0'),
(685, '2022-10-15 11:11:07', 42, 'UPDATE', '', 'id=112 cola_id=11 proceso_id=25 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:07:09 contador_llamada=1 comienzo_atencion=2022-10-15 11:09:57 fin_atencion=2022-10-15 11:11:07 calificacion=4 prioritario=1 estado=finalizado llamado=1 u', b'0'),
(686, '2022-10-15 11:12:32', 42, 'UPDATE', '', 'id=113 cola_id=11 proceso_id=19 posicion=15 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:12:32 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(687, '2022-10-15 11:12:45', 42, 'UPDATE', '', 'id=113 cola_id=11 proceso_id=19 posicion=15 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:12:32 contador_llamada=1 comienzo_atencion=2022-10-15 11:12:45 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(688, '2022-10-15 11:13:28', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=4 estado=generado id=117 ', b'0'),
(689, '2022-10-15 11:14:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=1 estado=generado id=118 ', b'0'),
(690, '2022-10-15 11:15:00', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=5 estado=generado id=119 ', b'0'),
(691, '2022-10-15 11:17:07', 42, 'UPDATE', '', 'id=113 cola_id=11 proceso_id=19 posicion=15 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:12:32 contador_llamada=1 comienzo_atencion=2022-10-15 11:12:45 fin_atencion=2022-10-15 11:17:07 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(692, '2022-10-15 11:17:15', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:17:15 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(693, '2022-10-15 11:17:26', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:17:15 contador_llamada=1 comienzo_atencion=2022-10-15 11:17:26 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(694, '2022-10-15 11:19:00', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:17:15 contador_llamada=1 comienzo_atencion=2022-10-15 11:17:26 fin_atencion=2022-10-15 11:19:00 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(695, '2022-10-15 11:19:03', 42, 'UPDATE', '', 'id=116 cola_id=11 proceso_id=19 posicion=18 estado=desplazado updated_by=42 ', b'0'),
(696, '2022-10-15 11:19:05', 42, 'UPDATE', '', 'id=117 cola_id=11 proceso_id=25 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:19:05 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(697, '2022-10-15 11:19:22', 42, 'UPDATE', '', 'id=117 cola_id=11 proceso_id=25 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:19:05 contador_llamada=1 comienzo_atencion=2022-10-15 11:19:22 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(698, '2022-10-15 11:23:50', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=2 estado=generado id=120 ', b'0'),
(699, '2022-10-15 11:26:52', 42, 'UPDATE', '', 'id=117 cola_id=11 proceso_id=25 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:19:05 contador_llamada=1 comienzo_atencion=2022-10-15 11:19:22 fin_atencion=2022-10-15 11:26:52 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(700, '2022-10-15 11:26:56', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=26 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:26:56 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(701, '2022-10-15 11:27:11', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=26 posicion=1 operador_id=42 momento_llamada=2022-10-15 11:26:56 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(702, '2022-10-15 11:27:14', 42, 'UPDATE', '', 'id=116 cola_id=11 proceso_id=19 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:27:14 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(703, '2022-10-15 11:27:27', 42, 'UPDATE', '', 'id=116 cola_id=11 proceso_id=19 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:27:14 contador_llamada=1 comienzo_atencion=2022-10-15 11:27:27 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(704, '2022-10-15 11:27:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=19 estado=generado id=121 ', b'0'),
(705, '2022-10-15 11:32:33', 42, 'UPDATE', '', 'id=116 cola_id=11 proceso_id=19 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:27:14 contador_llamada=1 comienzo_atencion=2022-10-15 11:27:27 fin_atencion=2022-10-15 11:32:33 calificacion=3 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(706, '2022-10-15 11:32:36', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=26 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:32:36 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(707, '2022-10-15 11:32:49', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=26 posicion=1 operador_id=42 momento_llamada=2022-10-15 11:32:36 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(708, '2022-10-15 11:32:51', 42, 'UPDATE', '', 'id=119 cola_id=11 proceso_id=15 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:32:51 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(709, '2022-10-15 11:33:00', 42, 'UPDATE', '', 'id=119 cola_id=11 proceso_id=15 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:32:51 contador_llamada=1 comienzo_atencion=2022-10-15 11:33:00 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(710, '2022-10-15 11:37:00', 42, 'UPDATE', '', 'id=119 cola_id=11 proceso_id=15 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:32:51 contador_llamada=1 comienzo_atencion=2022-10-15 11:33:00 fin_atencion=2022-10-15 11:37:00 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(711, '2022-10-15 11:37:03', 42, 'UPDATE', '', 'id=120 cola_id=11 proceso_id=24 posicion=2 estado=desplazado updated_by=42 ', b'0'),
(712, '2022-10-15 11:37:06', 42, 'UPDATE', '', 'id=121 cola_id=11 proceso_id=19 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:37:06 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(713, '2022-10-15 11:37:20', 42, 'UPDATE', '', 'id=121 cola_id=11 proceso_id=19 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:37:06 contador_llamada=1 comienzo_atencion=2022-10-15 11:37:20 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(714, '2022-10-15 11:37:38', 42, 'UPDATE', '', 'id=121 cola_id=11 proceso_id=19 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:37:06 contador_llamada=1 comienzo_atencion=2022-10-15 11:37:20 fin_atencion=2022-10-15 11:37:38 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(715, '2022-10-15 11:37:40', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=26 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:37:40 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(716, '2022-10-15 11:37:57', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=26 posicion=1 operador_id=42 momento_llamada=2022-10-15 11:37:40 contador_llamada=3 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(717, '2022-10-15 11:38:01', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=26 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:38:01 contador_llamada=4 estado=generado llamado=1 updated_by=42 ', b'0'),
(718, '2022-10-15 11:38:08', 42, 'UPDATE', '', 'id=120 cola_id=11 proceso_id=24 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:38:08 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(719, '2022-10-15 11:38:12', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=26 posicion=1 operador_id=42 momento_llamada=2022-10-15 11:38:01 contador_llamada=4 estado=desplazado updated_by=42 ', b'0'),
(720, '2022-10-15 11:38:23', 42, 'UPDATE', '', 'id=120 cola_id=11 proceso_id=24 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:38:08 contador_llamada=1 comienzo_atencion=2022-10-15 11:38:23 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(721, '2022-10-15 11:38:23', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=6 estado=generado id=122 ', b'0'),
(722, '2022-10-15 11:42:20', 42, 'UPDATE', '', 'id=120 cola_id=11 proceso_id=24 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:38:08 contador_llamada=1 comienzo_atencion=2022-10-15 11:38:23 fin_atencion=2022-10-15 11:42:20 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(723, '2022-10-15 11:42:24', 42, 'UPDATE', '', 'id=122 cola_id=11 proceso_id=15 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:42:24 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(724, '2022-10-15 11:42:37', 42, 'UPDATE', '', 'id=122 cola_id=11 proceso_id=15 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:42:24 contador_llamada=1 comienzo_atencion=2022-10-15 11:42:37 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(725, '2022-10-15 11:43:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=1 estado=generado id=123 ', b'0'),
(726, '2022-10-15 11:44:49', 42, 'UPDATE', '', 'id=122 cola_id=11 proceso_id=15 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:42:24 contador_llamada=1 comienzo_atencion=2022-10-15 11:42:37 fin_atencion=2022-10-15 11:44:49 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(727, '2022-10-15 11:44:55', 42, 'UPDATE', '', 'id=123 cola_id=11 proceso_id=32 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:44:55 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(728, '2022-10-15 11:45:08', 42, 'UPDATE', '', 'id=123 cola_id=11 proceso_id=32 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:44:55 contador_llamada=1 comienzo_atencion=2022-10-15 11:45:08 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(729, '2022-10-15 11:46:24', 42, 'UPDATE', '', 'id=123 cola_id=11 proceso_id=32 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:44:55 contador_llamada=1 comienzo_atencion=2022-10-15 11:45:08 fin_atencion=2022-10-15 11:46:24 calificacion=3 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(730, '2022-10-15 11:49:00', 42, 'EXIT', 'LOGOUT', '', b'0'),
(731, '2022-10-15 11:49:10', 30, 'ENTRY', 'LOGIN', '', b'0'),
(732, '2022-10-15 11:50:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=3 estado=generado id=124 ', b'0'),
(733, '2022-10-15 11:51:21', 42, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=24 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:51:21 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(734, '2022-10-15 11:51:25', 42, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=24 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:51:21 contador_llamada=1 comienzo_atencion=2022-10-15 11:51:25 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(735, '2022-10-15 11:53:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=20 estado=generado id=125 ', b'0'),
(736, '2022-10-15 11:54:00', 42, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=24 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:51:21 contador_llamada=1 comienzo_atencion=2022-10-15 11:51:25 fin_atencion=2022-10-15 11:54:00 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(737, '2022-10-15 11:54:03', 42, 'UPDATE', '', 'id=125 cola_id=11 proceso_id=19 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:54:03 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(738, '2022-10-15 11:54:17', 42, 'UPDATE', '', 'id=125 cola_id=11 proceso_id=19 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:54:03 contador_llamada=1 comienzo_atencion=2022-10-15 11:54:17 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(739, '2022-10-15 11:54:37', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=21 estado=generado id=126 ', b'0'),
(740, '2022-10-15 11:55:33', 42, 'UPDATE', '', 'id=125 cola_id=11 proceso_id=19 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:54:03 contador_llamada=1 comienzo_atencion=2022-10-15 11:54:17 fin_atencion=2022-10-15 11:55:33 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(741, '2022-10-15 11:55:36', 42, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=19 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:55:36 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(742, '2022-10-15 11:55:44', 42, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=19 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:55:36 contador_llamada=1 comienzo_atencion=2022-10-15 11:55:44 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(743, '2022-10-15 12:02:45', 42, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=19 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-15 11:55:36 contador_llamada=1 comienzo_atencion=2022-10-15 11:55:44 fin_atencion=2022-10-15 12:02:45 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(744, '2022-10-16 13:58:47', 30, 'UPDATE', '', 'id=3 ubicacion=Avda. Pichincha y Páez nombre_codigo=Oficina Matriz ciudad=Chone estado=1 created_by=30 updated_by=30 ', b'0'),
(745, '2022-10-16 14:47:04', 30, 'EXIT', 'LOGOUT', '', b'0'),
(746, '2022-10-16 14:47:14', 33, 'ENTRY', 'LOGIN', '', b'0'),
(747, '2022-10-16 14:47:43', 33, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=16 estado=generado id=127 ', b'0'),
(748, '2022-10-16 14:47:49', 33, 'UPDATE', '', 'id=127 cola_id=11 proceso_id=14 posicion=16 modulo_id=12 operador_id=33 momento_llamada=2022-10-16 14:47:49 contador_llamada=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(749, '2022-10-16 14:47:59', 33, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=7 estado=generado id=128 ', b'0'),
(750, '2022-10-16 14:48:09', 33, 'UPDATE', '', 'id=128 cola_id=11 proceso_id=15 posicion=7 modulo_id=12 operador_id=33 momento_llamada=2022-10-16 14:48:09 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(751, '2022-10-16 14:56:01', 33, 'UPDATE', '', 'id=128 cola_id=11 proceso_id=15 posicion=7 operador_id=33 momento_llamada=2022-10-16 14:48:09 contador_llamada=1 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(752, '2022-10-16 14:56:03', 33, 'UPDATE', '', 'id=127 cola_id=11 proceso_id=14 posicion=16 operador_id=33 momento_llamada=2022-10-16 14:47:49 contador_llamada=1 estado=desplazado updated_by=33 ', b'0'),
(753, '2022-10-16 14:58:22', 33, 'UPDATE', '', 'id=128 cola_id=11 proceso_id=15 posicion=7 modulo_id=12 operador_id=33 momento_llamada=2022-10-16 14:58:22 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=33 ', b'0'),
(754, '2022-10-16 14:59:10', 33, 'UPDATE', '', 'id=128 cola_id=11 proceso_id=15 posicion=7 operador_id=33 momento_llamada=2022-10-16 14:58:22 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=33 ', b'0'),
(755, '2022-10-16 14:59:13', 33, 'UPDATE', '', 'id=127 cola_id=11 proceso_id=14 posicion=16 modulo_id=12 operador_id=33 momento_llamada=2022-10-16 14:59:13 contador_llamada=2 estado=generado llamado=1 updated_by=33 ', b'0'),
(756, '2022-10-16 14:59:48', 33, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(757, '2022-10-16 14:59:53', 33, 'EXIT', 'LOGOUT', '', b'0'),
(758, '2022-10-16 15:00:06', 30, 'ENTRY', 'LOGIN', '', b'0'),
(759, '2022-10-16 15:02:10', 33, 'ENTRY', 'LOGIN', '', b'0'),
(760, '2022-10-16 15:02:17', 33, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=33 ', b'0'),
(761, '2022-10-16 15:02:17', 33, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(762, '2022-10-16 15:02:17', 33, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=33 ', b'0'),
(763, '2022-10-16 15:02:20', 33, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=33 ', b'0'),
(764, '2022-10-16 15:02:33', 33, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(765, '2022-10-16 23:26:52', 30, 'CREATE', '', 'cola_id=13 posicion=1 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                   ', b'0'),
(766, '2022-10-17 00:38:41', 30, 'CREATE', 'USUARIO', 'name=Test cedula=2243293299 email=test@gmail.com telefono=2402932 direccion=santa elena otd=0038411710 idrol=4 departamento_id=1 oficina_id=3 id=45 ', b'0'),
(767, '2022-10-17 00:39:31', 45, 'ENTRY', 'LOGIN', '', b'0'),
(768, '2022-10-17 00:39:54', 45, 'UPDATE', 'USUARIO', 'id=45 departamento_id=1 oficina_id=3 name=Test email=test@gmail.com idrol=4 cedula=2243293299 foto=default-user.png telefono=2402932 direccion=santa elena estado=1 etapaCuenta=1 otd=test ', b'0'),
(769, '2022-10-17 00:39:58', 45, 'EXIT', 'LOGOUT', '', b'0'),
(770, '2022-10-17 00:40:13', 45, 'ENTRY', 'LOGIN', '', b'0'),
(771, '2022-10-17 00:40:17', 45, 'EXIT', 'LOGOUT', '', b'0'),
(772, '2022-10-17 08:09:07', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=1 estado=generado id=2 ', b'0'),
(773, '2022-10-17 08:12:10', 43, 'ENTRY', 'LOGIN', '', b'0'),
(774, '2022-10-17 08:12:36', 0, 'CREATE', '', 'cola_id=13 posicion=3 cedula_cliente=1307981876 oficina=3 estado=finalizado tipo=5 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;                }', b'0'),
(775, '2022-10-17 08:13:17', 30, 'ENTRY', 'LOGIN', '', b'0'),
(776, '2022-10-17 08:17:18', 43, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(777, '2022-10-17 08:17:18', 43, 'UPDATE', '', 'id=22 dep_ofi=5 nombre=Módulo 4 abreviacion=M4 operador_id=43 ', b'0'),
(778, '2022-10-17 08:17:41', 43, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=1 estado=desplazado updated_by=43 ', b'0'),
(779, '2022-10-17 08:18:11', 43, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=1 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 08:18:11 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(780, '2022-10-17 08:18:33', 43, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=1 operador_id=43 momento_llamada=2022-10-17 08:18:11 contador_llamada=1 estado=desplazado llamado=1 updated_by=43 ', b'0'),
(781, '2022-10-17 08:18:43', 43, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=1 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 08:18:43 contador_llamada=2 estado=generado llamado=1 updated_by=43 ', b'0'),
(782, '2022-10-17 08:18:52', 43, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=1 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 08:18:43 contador_llamada=2 comienzo_atencion=2022-10-17 08:18:52 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(783, '2022-10-17 08:28:00', 43, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=1 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 08:28:00 contador_llamada=3 comienzo_atencion=2022-10-17 08:18:52 estado=generado llamado=1 updated_by=43 ', b'0'),
(784, '2022-10-17 08:28:05', 43, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=1 operador_id=43 momento_llamada=2022-10-17 08:28:00 contador_llamada=3 comienzo_atencion=2022-10-17 08:18:52 estado=desplazado llamado=1 updated_by=43 ', b'0'),
(785, '2022-10-17 08:29:22', 30, 'ENTRY', 'LOGIN', '', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(786, '2022-10-17 08:29:40', 30, 'UPDATE', 'USUARIO', 'id=42 departamento_id=1 oficina_id=3 name=Martha Alava email=martha.alava@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=000000002 foto=default-user.png telefono=0999996 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=martha.alava ', b'0'),
(787, '2022-10-17 08:29:50', 30, 'EXIT', 'LOGOUT', '', b'0'),
(788, '2022-10-17 08:29:57', 42, 'ENTRY', 'LOGIN', '', b'0'),
(789, '2022-10-17 08:30:36', 42, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:30:36 contador_llamada=4 comienzo_atencion=2022-10-17 08:18:52 estado=generado llamado=1 updated_by=42 ', b'0'),
(790, '2022-10-17 08:30:38', 42, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:30:36 contador_llamada=4 comienzo_atencion=2022-10-17 08:30:38 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(791, '2022-10-17 08:35:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=1 estado=generado id=4 ', b'0'),
(792, '2022-10-17 08:35:48', 42, 'UPDATE', '', 'id=2 cola_id=11 proceso_id=19 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:30:36 contador_llamada=4 comienzo_atencion=2022-10-17 08:30:38 fin_atencion=2022-10-17 08:35:48 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(793, '2022-10-17 08:35:51', 42, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=14 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:35:51 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(794, '2022-10-17 08:36:15', 42, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=14 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:35:51 contador_llamada=1 comienzo_atencion=2022-10-17 08:36:15 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(795, '2022-10-17 08:37:11', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=1 estado=generado id=5 ', b'0'),
(796, '2022-10-17 08:40:59', 30, 'ENTRY', 'LOGIN', '', b'0'),
(797, '2022-10-17 08:42:13', 44, 'ENTRY', 'LOGIN', '', b'0'),
(798, '2022-10-17 08:44:24', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=1 estado=generado id=6 ', b'0'),
(799, '2022-10-17 08:45:22', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(800, '2022-10-17 08:45:55', 44, 'EXIT', 'LOGOUT', '', b'0'),
(801, '2022-10-17 08:45:59', 44, 'ENTRY', 'LOGIN', '', b'0'),
(802, '2022-10-17 08:46:10', 42, 'UPDATE', '', 'id=4 cola_id=11 proceso_id=14 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:35:51 contador_llamada=1 comienzo_atencion=2022-10-17 08:36:15 fin_atencion=2022-10-17 08:46:10 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(803, '2022-10-17 08:46:21', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(804, '2022-10-17 08:46:21', 44, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=44 ', b'0'),
(805, '2022-10-17 08:46:31', 42, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=32 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:46:31 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(806, '2022-10-17 08:46:34', 42, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=32 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:46:31 contador_llamada=1 comienzo_atencion=2022-10-17 08:46:34 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(807, '2022-10-17 08:46:40', 42, 'UPDATE', '', 'id=5 cola_id=11 proceso_id=32 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:46:31 contador_llamada=1 comienzo_atencion=2022-10-17 08:46:34 fin_atencion=2022-10-17 08:46:40 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(808, '2022-10-17 08:46:44', 42, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=25 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:46:44 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(809, '2022-10-17 08:46:53', 42, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=25 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:46:44 contador_llamada=1 comienzo_atencion=2022-10-17 08:46:53 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(810, '2022-10-17 08:46:56', 44, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(811, '2022-10-17 08:46:56', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(812, '2022-10-17 08:47:35', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=1 estado=generado id=7 ', b'0'),
(813, '2022-10-17 08:48:28', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(814, '2022-10-17 08:48:34', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(815, '2022-10-17 08:48:49', 30, 'UPDATE', '', 'id=5 certificado_id=2 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n       ', b'0'),
(816, '2022-10-17 08:49:01', 43, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=24 posicion=1 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 08:49:01 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(817, '2022-10-17 08:49:48', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(818, '2022-10-17 08:49:56', 30, 'UPDATE', '', 'id=4 certificado_id=1 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n       ', b'0'),
(819, '2022-10-17 08:50:16', 44, 'UPDATE', 'USUARIO', 'id=44 departamento_id=1 oficina_id=3 name=Xavier Giler Andrade email=xavier.giler@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=1310979594 foto=default-user.png telefono=0939107458 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=xavier.giler ', b'0'),
(820, '2022-10-17 08:50:22', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(821, '2022-10-17 08:51:08', 30, 'UPDATE', '', 'id=9 certificado_id=4 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n       ', b'0'),
(822, '2022-10-17 08:51:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=1 estado=generado id=8 ', b'0'),
(823, '2022-10-17 08:51:23', 30, 'ENTRY', 'LOGIN', '', b'0'),
(824, '2022-10-17 08:51:37', 30, 'UPDATE', '', 'id=11 certificado_id=5 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n      ', b'0'),
(825, '2022-10-17 08:52:20', 30, 'UPDATE', '', 'id=12 certificado_id=6 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n      ', b'0'),
(826, '2022-10-17 08:53:14', 44, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=20 posicion=1 estado=desplazado updated_by=44 ', b'0'),
(827, '2022-10-17 08:53:29', 44, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-17 08:53:29 estado=atendiendo updated_by=44 ', b'0'),
(828, '2022-10-17 08:53:47', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=2 estado=generado id=9 ', b'0'),
(829, '2022-10-17 08:54:41', 44, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 08:54:41 contador_llamada=1 comienzo_atencion=2022-10-17 08:53:29 estado=generado llamado=1 updated_by=44 ', b'0'),
(830, '2022-10-17 08:55:02', 44, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 08:54:41 contador_llamada=1 comienzo_atencion=2022-10-17 08:55:02 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(831, '2022-10-17 08:58:21', 42, 'UPDATE', '', 'id=6 cola_id=11 proceso_id=25 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:46:44 contador_llamada=1 comienzo_atencion=2022-10-17 08:46:53 fin_atencion=2022-10-17 08:58:21 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(832, '2022-10-17 08:58:32', 42, 'UPDATE', '', 'id=9 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:58:32 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(833, '2022-10-17 08:58:59', 42, 'UPDATE', '', 'id=9 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:58:32 contador_llamada=1 comienzo_atencion=2022-10-17 08:58:59 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(834, '2022-10-17 08:59:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=1 estado=generado id=10 ', b'0'),
(835, '2022-10-17 08:59:09', 44, 'UPDATE', '', 'id=8 cola_id=11 proceso_id=20 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 08:54:41 contador_llamada=1 comienzo_atencion=2022-10-17 08:55:02 fin_atencion=2022-10-17 08:59:09 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(836, '2022-10-17 08:59:11', 42, 'UPDATE', '', 'id=9 cola_id=11 proceso_id=20 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:58:32 contador_llamada=1 comienzo_atencion=2022-10-17 08:58:59 fin_atencion=2022-10-17 08:59:11 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(837, '2022-10-17 08:59:14', 42, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=15 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:59:14 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(838, '2022-10-17 08:59:37', 42, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=15 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:59:14 contador_llamada=1 comienzo_atencion=2022-10-17 08:59:37 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(839, '2022-10-17 08:59:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=2 estado=generado id=11 ', b'0'),
(840, '2022-10-17 09:00:08', 44, 'UPDATE', '', 'id=11 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:00:08 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(841, '2022-10-17 09:00:19', 43, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=24 posicion=1 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 08:49:01 contador_llamada=1 comienzo_atencion=2022-10-17 09:00:19 estado=atendiendo updated_by=43 ', b'0'),
(842, '2022-10-17 09:00:22', 44, 'UPDATE', '', 'id=11 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:00:08 contador_llamada=1 comienzo_atencion=2022-10-17 09:00:22 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(843, '2022-10-17 09:00:45', 43, 'UPDATE', '', 'id=7 cola_id=11 proceso_id=24 posicion=1 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 08:49:01 contador_llamada=1 comienzo_atencion=2022-10-17 09:00:19 fin_atencion=2022-10-17 09:00:45 estado=finalizado comentario=ok updated_by=43 ', b'0'),
(844, '2022-10-17 09:00:59', 42, 'UPDATE', '', 'id=10 cola_id=11 proceso_id=15 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 08:59:14 contador_llamada=1 comienzo_atencion=2022-10-17 08:59:37 fin_atencion=2022-10-17 09:00:59 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(845, '2022-10-17 09:01:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=1 estado=generado id=12 ', b'0'),
(846, '2022-10-17 09:02:27', 42, 'UPDATE', '', 'id=12 cola_id=11 proceso_id=26 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:02:27 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(847, '2022-10-17 09:02:56', 42, 'UPDATE', '', 'id=12 cola_id=11 proceso_id=26 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:02:27 contador_llamada=1 comienzo_atencion=2022-10-17 09:02:56 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(848, '2022-10-17 09:03:12', 42, 'UPDATE', '', 'id=12 cola_id=11 proceso_id=26 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:02:27 contador_llamada=1 comienzo_atencion=2022-10-17 09:02:56 fin_atencion=2022-10-17 09:03:12 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(849, '2022-10-17 09:04:07', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=2 estado=generado id=13 ', b'0'),
(850, '2022-10-17 09:04:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=16 posicion=1 estado=generado id=14 ', b'0'),
(851, '2022-10-17 09:04:43', 30, 'ENTRY', 'LOGIN', '', b'0'),
(852, '2022-10-17 09:04:59', 30, 'UPDATE', 'USUARIO', 'id=41 departamento_id=1 oficina_id=3 name=Katiusca Veliz email=katiuska.veliz@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=000000004 foto=default-user.png telefono=099999992 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=katiuska.veliz ', b'0'),
(853, '2022-10-17 09:05:22', 41, 'ENTRY', 'LOGIN', '', b'0'),
(854, '2022-10-17 09:05:40', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=41 ', b'0'),
(855, '2022-10-17 09:06:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=3 estado=generado id=15 ', b'0'),
(856, '2022-10-17 09:06:38', 44, 'UPDATE', '', 'id=11 cola_id=11 proceso_id=15 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:00:08 contador_llamada=1 comienzo_atencion=2022-10-17 09:00:22 fin_atencion=2022-10-17 09:06:38 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(857, '2022-10-17 09:06:43', 44, 'UPDATE', '', 'id=13 cola_id=11 proceso_id=25 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:06:43 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(858, '2022-10-17 09:06:45', 41, 'UPDATE', '', 'id=15 cola_id=11 proceso_id=15 posicion=3 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 09:06:45 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(859, '2022-10-17 09:06:57', 44, 'UPDATE', '', 'id=13 cola_id=11 proceso_id=25 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:06:43 contador_llamada=1 comienzo_atencion=2022-10-17 09:06:57 estado=atendiendo updated_by=44 ', b'0'),
(860, '2022-10-17 09:07:07', 41, 'UPDATE', '', 'id=15 cola_id=11 proceso_id=15 posicion=3 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 09:06:45 contador_llamada=1 comienzo_atencion=2022-10-17 09:07:07 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(861, '2022-10-17 09:07:32', 41, 'UPDATE', '', 'id=15 cola_id=11 proceso_id=15 posicion=3 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 09:07:32 contador_llamada=2 comienzo_atencion=2022-10-17 09:07:07 estado=generado llamado=1 updated_by=41 ', b'0'),
(862, '2022-10-17 09:07:43', 41, 'UPDATE', '', 'id=15 cola_id=11 proceso_id=15 posicion=3 operador_id=41 momento_llamada=2022-10-17 09:07:32 contador_llamada=2 comienzo_atencion=2022-10-17 09:07:07 estado=desplazado llamado=1 updated_by=41 ', b'0'),
(863, '2022-10-17 09:08:05', 41, 'UPDATE', '', 'id=15 cola_id=11 proceso_id=15 posicion=3 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 09:08:05 contador_llamada=3 comienzo_atencion=2022-10-17 09:07:07 estado=generado llamado=1 updated_by=41 ', b'0'),
(864, '2022-10-17 09:08:14', 41, 'UPDATE', '', 'id=15 cola_id=11 proceso_id=15 posicion=3 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 09:08:05 contador_llamada=3 comienzo_atencion=2022-10-17 09:08:14 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(865, '2022-10-17 09:10:16', 0, 'CREATE', '', 'cola_id=13 posicion=16 cedula_cliente=1303907487 cuenta_debit=123637111 oficina=3 estado=finalizado tipo=13 valor=1.63 data_pdf=<style>    .center{        text-align:center;    }      .bold{        font-wight:bold;    }    .green140{        color:#008000;', b'0'),
(866, '2022-10-17 09:10:48', 44, 'UPDATE', '', 'id=13 cola_id=11 proceso_id=25 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:06:43 contador_llamada=1 comienzo_atencion=2022-10-17 09:06:57 fin_atencion=2022-10-17 09:10:48 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(867, '2022-10-17 09:11:20', 41, 'UPDATE', '', 'id=15 cola_id=11 proceso_id=15 posicion=3 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 09:08:05 contador_llamada=3 comienzo_atencion=2022-10-17 09:08:14 fin_atencion=2022-10-17 09:11:20 calificacion=4 estado=finalizado llamado=1 updated_by=41 ', b'0'),
(868, '2022-10-17 09:11:28', 44, 'UPDATE', '', 'id=14 cola_id=11 proceso_id=16 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:11:28 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(869, '2022-10-17 09:11:41', 44, 'UPDATE', '', 'id=14 cola_id=11 proceso_id=16 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:11:28 contador_llamada=1 comienzo_atencion=2022-10-17 09:11:41 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(870, '2022-10-17 09:15:10', 44, 'UPDATE', '', 'id=14 cola_id=11 proceso_id=16 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:11:28 contador_llamada=1 comienzo_atencion=2022-10-17 09:11:41 fin_atencion=2022-10-17 09:15:10 calificacion=4 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(871, '2022-10-17 09:15:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=2 estado=generado id=17 ', b'0'),
(872, '2022-10-17 09:16:10', 30, 'EXIT', 'LOGOUT', '', b'0'),
(873, '2022-10-17 09:16:24', 44, 'UPDATE', '', 'id=17 cola_id=11 proceso_id=24 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:16:24 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(874, '2022-10-17 09:18:04', 44, 'UPDATE', '', 'id=17 cola_id=11 proceso_id=24 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:16:24 contador_llamada=1 comienzo_atencion=2022-10-17 09:18:04 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(875, '2022-10-17 09:20:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=4 estado=generado id=18 ', b'0'),
(876, '2022-10-17 09:21:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=5 estado=generado id=19 ', b'0'),
(877, '2022-10-17 09:21:22', 42, 'UPDATE', '', 'id=18 cola_id=11 proceso_id=15 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:21:22 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(878, '2022-10-17 09:21:44', 42, 'UPDATE', '', 'id=18 cola_id=11 proceso_id=15 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:21:22 contador_llamada=1 comienzo_atencion=2022-10-17 09:21:44 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(879, '2022-10-17 09:21:54', 30, 'CREATE', 'USUARIO', 'name=Germania Vera cedula=0999999 email=germania.vera@coopchone.fin.ec telefono=0999999 direccion=Coop Chone Matriz otd=0921531710 idrol=2 departamento_id=1 oficina_id=3 id=46 ', b'0'),
(880, '2022-10-17 09:22:06', 30, 'UPDATE', 'USUARIO', 'id=46 departamento_id=1 oficina_id=3 name=Germania Vera email=germania.vera@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=0999999 foto=default-user.png telefono=0999999 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=germania.vera ', b'0'),
(881, '2022-10-17 09:22:22', 44, 'UPDATE', '', 'id=17 cola_id=11 proceso_id=24 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:16:24 contador_llamada=1 comienzo_atencion=2022-10-17 09:18:04 fin_atencion=2022-10-17 09:22:22 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(882, '2022-10-17 09:22:47', 44, 'UPDATE', '', 'id=19 cola_id=11 proceso_id=15 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:22:47 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(883, '2022-10-17 09:22:54', 44, 'UPDATE', '', 'id=19 cola_id=11 proceso_id=15 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:22:47 contador_llamada=1 comienzo_atencion=2022-10-17 09:22:54 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(884, '2022-10-17 09:22:58', 30, 'CREATE', 'USUARIO', 'name=Victor Zambrano cedula=099999 email=victor.zambrano@coopchone.fin.ec telefono=09999999 direccion=Coop Chone Matriz otd=0922581710 idrol=2 departamento_id=1 oficina_id=3 id=47 ', b'0'),
(885, '2022-10-17 09:23:09', 30, 'UPDATE', 'USUARIO', 'id=47 departamento_id=1 oficina_id=3 name=Victor Zambrano email=victor.zambrano@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=099999 foto=default-user.png telefono=09999999 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=victor.zambrano ', b'0'),
(886, '2022-10-17 09:23:20', 42, 'UPDATE', '', 'id=18 cola_id=11 proceso_id=15 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:21:22 contador_llamada=1 comienzo_atencion=2022-10-17 09:21:44 fin_atencion=2022-10-17 09:23:20 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(887, '2022-10-17 09:23:21', 30, 'EXIT', 'LOGOUT', '', b'0'),
(888, '2022-10-17 09:23:33', 30, 'EXIT', 'LOGOUT', '', b'0'),
(889, '2022-10-17 09:25:33', 47, 'ENTRY', 'LOGIN', '', b'0'),
(890, '2022-10-17 09:26:12', 47, 'UPDATE', '', 'id=24 dep_ofi=5 nombre=Responsabilidad Social abreviacion=RS operador_id=47 ', b'0'),
(891, '2022-10-17 09:27:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=3 estado=generado id=20 ', b'0'),
(892, '2022-10-17 09:28:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 prioritario=1 posicion=2 estado=generado id=21 ', b'0'),
(893, '2022-10-17 09:28:22', 42, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=32 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:28:22 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(894, '2022-10-17 09:28:53', 42, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=32 posicion=2 operador_id=42 momento_llamada=2022-10-17 09:28:22 contador_llamada=1 prioritario=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(895, '2022-10-17 09:29:16', 47, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=32 posicion=2 modulo_id=24 operador_id=47 momento_llamada=2022-10-17 09:29:16 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=47 ', b'0'),
(896, '2022-10-17 09:29:21', 44, 'UPDATE', '', 'id=19 cola_id=11 proceso_id=15 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:22:47 contador_llamada=1 comienzo_atencion=2022-10-17 09:22:54 fin_atencion=2022-10-17 09:29:21 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(897, '2022-10-17 09:29:24', 44, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:29:24 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(898, '2022-10-17 09:29:33', 47, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=32 posicion=2 modulo_id=24 operador_id=47 momento_llamada=2022-10-17 09:29:16 contador_llamada=2 comienzo_atencion=2022-10-17 09:29:33 prioritario=1 estado=atendiendo updated_by=47 ', b'0'),
(899, '2022-10-17 09:30:43', 47, 'UPDATE', '', 'id=21 cola_id=11 proceso_id=32 posicion=2 modulo_id=24 operador_id=47 momento_llamada=2022-10-17 09:29:16 contador_llamada=2 comienzo_atencion=2022-10-17 09:29:33 fin_atencion=2022-10-17 09:30:43 prioritario=1 estado=finalizado updated_by=47 ', b'0'),
(900, '2022-10-17 09:30:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=6 estado=generado id=22 ', b'0'),
(901, '2022-10-17 09:32:29', 41, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=15 posicion=6 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 09:32:29 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(902, '2022-10-17 09:32:52', 41, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=15 posicion=6 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 09:32:29 contador_llamada=1 comienzo_atencion=2022-10-17 09:32:52 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(903, '2022-10-17 09:33:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=7 estado=generado id=23 ', b'0'),
(904, '2022-10-17 09:34:49', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 prioritario=1 posicion=3 estado=generado id=24 ', b'0'),
(905, '2022-10-17 09:36:41', 43, 'UPDATE', '', 'id=24 cola_id=11 proceso_id=20 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 09:36:41 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(906, '2022-10-17 09:36:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=2 estado=generado id=25 ', b'0'),
(907, '2022-10-17 09:36:51', 43, 'UPDATE', '', 'id=24 cola_id=11 proceso_id=20 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 09:36:41 contador_llamada=1 comienzo_atencion=2022-10-17 09:36:51 prioritario=1 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(908, '2022-10-17 09:37:15', 42, 'UPDATE', '', 'id=23 cola_id=11 proceso_id=15 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:37:15 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(909, '2022-10-17 09:37:18', 43, 'UPDATE', '', 'id=24 cola_id=11 proceso_id=20 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 09:36:41 contador_llamada=1 comienzo_atencion=2022-10-17 09:36:51 fin_atencion=2022-10-17 09:37:18 calificacion=4 prioritario=1 estado=finalizado updated_by=4', b'0'),
(910, '2022-10-17 09:37:40', 42, 'UPDATE', '', 'id=23 cola_id=11 proceso_id=15 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:37:15 contador_llamada=1 comienzo_atencion=2022-10-17 09:37:40 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(911, '2022-10-17 09:38:18', 44, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:38:18 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(912, '2022-10-17 09:38:30', 44, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 operador_id=44 momento_llamada=2022-10-17 09:38:18 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(913, '2022-10-17 09:38:34', 44, 'UPDATE', '', 'id=25 cola_id=11 proceso_id=14 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:38:34 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(914, '2022-10-17 09:38:55', 44, 'UPDATE', '', 'id=25 cola_id=11 proceso_id=14 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:38:34 contador_llamada=1 comienzo_atencion=2022-10-17 09:38:55 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(915, '2022-10-17 09:39:01', 42, 'UPDATE', '', 'id=23 cola_id=11 proceso_id=15 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:37:15 contador_llamada=1 comienzo_atencion=2022-10-17 09:37:40 fin_atencion=2022-10-17 09:39:01 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(916, '2022-10-17 09:41:05', 44, 'UPDATE', '', 'id=25 cola_id=11 proceso_id=14 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:38:34 contador_llamada=1 comienzo_atencion=2022-10-17 09:38:55 fin_atencion=2022-10-17 09:41:05 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(917, '2022-10-17 09:41:13', 44, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:41:13 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(918, '2022-10-17 09:41:29', 44, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 operador_id=44 momento_llamada=2022-10-17 09:41:13 contador_llamada=3 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(919, '2022-10-17 09:42:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=1 estado=generado id=26 ', b'0'),
(920, '2022-10-17 09:43:31', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=4 estado=generado id=27 ', b'0'),
(921, '2022-10-17 09:43:40', 44, 'UPDATE', '', 'id=26 cola_id=11 proceso_id=27 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:43:40 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(922, '2022-10-17 09:43:49', 44, 'UPDATE', '', 'id=26 cola_id=11 proceso_id=27 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:43:40 contador_llamada=1 comienzo_atencion=2022-10-17 09:43:49 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(923, '2022-10-17 09:44:54', 41, 'UPDATE', '', 'id=22 cola_id=11 proceso_id=15 posicion=6 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 09:32:29 contador_llamada=1 comienzo_atencion=2022-10-17 09:32:52 fin_atencion=2022-10-17 09:44:54 estado=finalizado updated_by=41 solicitar_cal=1 ', b'0'),
(924, '2022-10-17 09:45:13', 44, 'UPDATE', '', 'id=26 cola_id=11 proceso_id=27 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:43:40 contador_llamada=1 comienzo_atencion=2022-10-17 09:43:49 fin_atencion=2022-10-17 09:45:13 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(925, '2022-10-17 09:45:18', 44, 'UPDATE', '', 'id=27 cola_id=11 proceso_id=25 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:45:18 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(926, '2022-10-17 09:45:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=8 estado=generado id=28 ', b'0'),
(927, '2022-10-17 09:45:37', 42, 'UPDATE', '', 'id=28 cola_id=11 proceso_id=15 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:45:37 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(928, '2022-10-17 09:45:46', 44, 'UPDATE', '', 'id=27 cola_id=11 proceso_id=25 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:45:18 contador_llamada=1 comienzo_atencion=2022-10-17 09:45:46 estado=atendiendo updated_by=44 ', b'0'),
(929, '2022-10-17 09:46:07', 42, 'UPDATE', '', 'id=28 cola_id=11 proceso_id=15 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:45:37 contador_llamada=1 comienzo_atencion=2022-10-17 09:46:07 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(930, '2022-10-17 09:47:24', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=2 estado=generado id=29 ', b'0'),
(931, '2022-10-17 09:48:49', 42, 'UPDATE', '', 'id=28 cola_id=11 proceso_id=15 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:45:37 contador_llamada=1 comienzo_atencion=2022-10-17 09:46:07 fin_atencion=2022-10-17 09:48:49 calificacion=2 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(932, '2022-10-17 09:48:56', 42, 'UPDATE', '', 'id=29 cola_id=11 proceso_id=27 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:48:56 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(933, '2022-10-17 09:49:08', 42, 'UPDATE', '', 'id=29 cola_id=11 proceso_id=27 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:48:56 contador_llamada=1 comienzo_atencion=2022-10-17 09:49:08 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(934, '2022-10-17 09:50:35', 42, 'UPDATE', '', 'id=29 cola_id=11 proceso_id=27 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:48:56 contador_llamada=1 comienzo_atencion=2022-10-17 09:49:08 fin_atencion=2022-10-17 09:50:35 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(935, '2022-10-17 09:51:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=1 estado=generado id=30 ', b'0'),
(936, '2022-10-17 09:51:54', 42, 'UPDATE', '', 'id=30 cola_id=11 proceso_id=29 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:51:54 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(937, '2022-10-17 09:52:37', 42, 'UPDATE', '', 'id=30 cola_id=11 proceso_id=29 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:51:54 contador_llamada=1 comienzo_atencion=2022-10-17 09:52:37 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(938, '2022-10-17 09:52:48', 44, 'UPDATE', '', 'id=27 cola_id=11 proceso_id=25 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:45:18 contador_llamada=1 comienzo_atencion=2022-10-17 09:45:46 fin_atencion=2022-10-17 09:52:48 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(939, '2022-10-17 09:53:00', 44, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:53:00 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(940, '2022-10-17 09:53:11', 44, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 operador_id=44 momento_llamada=2022-10-17 09:53:00 contador_llamada=4 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(941, '2022-10-17 09:54:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=2 estado=generado id=31 ', b'0'),
(942, '2022-10-17 09:54:57', 44, 'UPDATE', '', 'id=31 cola_id=11 proceso_id=26 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:54:57 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(943, '2022-10-17 09:55:38', 42, 'UPDATE', '', 'id=30 cola_id=11 proceso_id=29 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 09:51:54 contador_llamada=1 comienzo_atencion=2022-10-17 09:52:37 fin_atencion=2022-10-17 09:55:38 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(944, '2022-10-17 09:55:49', 44, 'UPDATE', '', 'id=31 cola_id=11 proceso_id=26 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:54:57 contador_llamada=1 comienzo_atencion=2022-10-17 09:55:49 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(945, '2022-10-17 09:58:38', 44, 'UPDATE', '', 'id=31 cola_id=11 proceso_id=26 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 09:54:57 contador_llamada=1 comienzo_atencion=2022-10-17 09:55:49 fin_atencion=2022-10-17 09:58:38 calificacion=4 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(946, '2022-10-17 10:03:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=3 estado=generado id=32 ', b'0'),
(947, '2022-10-17 10:06:51', 43, 'UPDATE', '', 'id=32 cola_id=11 proceso_id=14 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 10:06:51 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(948, '2022-10-17 10:07:05', 43, 'UPDATE', '', 'id=32 cola_id=11 proceso_id=14 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 10:06:51 contador_llamada=1 comienzo_atencion=2022-10-17 10:07:05 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(949, '2022-10-17 10:08:14', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=2 estado=generado id=33 ', b'0'),
(950, '2022-10-17 10:10:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=4 estado=generado id=34 ', b'0'),
(951, '2022-10-17 10:11:01', 42, 'UPDATE', '', 'id=33 cola_id=11 proceso_id=19 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:11:01 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(952, '2022-10-17 10:11:46', 42, 'UPDATE', '', 'id=33 cola_id=11 proceso_id=19 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:11:01 contador_llamada=1 comienzo_atencion=2022-10-17 10:11:46 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(953, '2022-10-17 10:12:37', 42, 'UPDATE', '', 'id=33 cola_id=11 proceso_id=19 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:11:01 contador_llamada=1 comienzo_atencion=2022-10-17 10:11:46 fin_atencion=2022-10-17 10:12:37 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(954, '2022-10-17 10:12:39', 42, 'UPDATE', '', 'id=34 cola_id=11 proceso_id=14 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:12:39 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(955, '2022-10-17 10:12:59', 42, 'UPDATE', '', 'id=34 cola_id=11 proceso_id=14 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:12:39 contador_llamada=1 comienzo_atencion=2022-10-17 10:12:59 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(956, '2022-10-17 10:13:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=9 estado=generado id=35 ', b'0'),
(957, '2022-10-17 10:14:08', 41, 'UPDATE', '', 'id=35 cola_id=11 proceso_id=15 posicion=9 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 10:14:08 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(958, '2022-10-17 10:14:20', 41, 'UPDATE', '', 'id=35 cola_id=11 proceso_id=15 posicion=9 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 10:14:08 contador_llamada=1 comienzo_atencion=2022-10-17 10:14:20 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(959, '2022-10-17 10:15:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=3 estado=generado id=36 ', b'0'),
(960, '2022-10-17 10:16:00', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=10 estado=generado id=37 ', b'0'),
(961, '2022-10-17 10:17:36', 44, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:17:36 contador_llamada=5 estado=generado llamado=1 updated_by=44 ', b'0'),
(962, '2022-10-17 10:18:19', 44, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 operador_id=44 momento_llamada=2022-10-17 10:17:36 contador_llamada=5 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(963, '2022-10-17 10:19:14', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=5 estado=generado id=38 ', b'0'),
(964, '2022-10-17 10:20:49', 41, 'UPDATE', '', 'id=35 cola_id=11 proceso_id=15 posicion=9 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 10:14:08 contador_llamada=1 comienzo_atencion=2022-10-17 10:14:20 fin_atencion=2022-10-17 10:20:49 estado=finalizado updated_by=41 ', b'0'),
(965, '2022-10-17 10:21:19', 41, 'UPDATE', '', 'id=37 cola_id=11 proceso_id=15 posicion=10 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 10:21:19 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(966, '2022-10-17 10:21:38', 41, 'UPDATE', '', 'id=37 cola_id=11 proceso_id=15 posicion=10 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 10:21:19 contador_llamada=1 comienzo_atencion=2022-10-17 10:21:38 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(967, '2022-10-17 10:22:01', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=5 estado=generado id=39 ', b'0'),
(968, '2022-10-17 10:23:35', 42, 'UPDATE', '', 'id=34 cola_id=11 proceso_id=14 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:12:39 contador_llamada=1 comienzo_atencion=2022-10-17 10:12:59 fin_atencion=2022-10-17 10:23:35 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(969, '2022-10-17 10:23:45', 42, 'UPDATE', '', 'id=36 cola_id=11 proceso_id=24 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:23:45 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(970, '2022-10-17 10:25:48', 42, 'UPDATE', '', 'id=36 cola_id=11 proceso_id=24 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:23:45 contador_llamada=1 comienzo_atencion=2022-10-17 10:25:47 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(971, '2022-10-17 10:28:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=11 estado=generado id=40 ', b'0'),
(972, '2022-10-17 10:30:15', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=4 estado=generado id=41 ', b'0'),
(973, '2022-10-17 10:30:33', 42, 'UPDATE', '', 'id=36 cola_id=11 proceso_id=24 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:23:45 contador_llamada=1 comienzo_atencion=2022-10-17 10:25:47 fin_atencion=2022-10-17 10:30:33 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(974, '2022-10-17 10:30:42', 42, 'UPDATE', '', 'id=40 cola_id=11 proceso_id=15 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:30:42 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(975, '2022-10-17 10:31:10', 41, 'UPDATE', '', 'id=37 cola_id=11 proceso_id=15 posicion=10 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 10:21:19 contador_llamada=1 comienzo_atencion=2022-10-17 10:21:38 fin_atencion=2022-10-17 10:31:10 estado=finalizado updated_by=41 ', b'0'),
(976, '2022-10-17 10:32:15', 44, 'UPDATE', '', 'id=38 cola_id=11 proceso_id=25 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:32:15 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(977, '2022-10-17 10:32:38', 44, 'UPDATE', '', 'id=38 cola_id=11 proceso_id=25 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:32:15 contador_llamada=1 comienzo_atencion=2022-10-17 10:32:38 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(978, '2022-10-17 10:33:16', 42, 'UPDATE', '', 'id=40 cola_id=11 proceso_id=15 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:30:42 contador_llamada=1 comienzo_atencion=2022-10-17 10:33:16 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(979, '2022-10-17 10:33:34', 42, 'UPDATE', '', 'id=40 cola_id=11 proceso_id=15 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:30:42 contador_llamada=1 comienzo_atencion=2022-10-17 10:33:16 fin_atencion=2022-10-17 10:33:34 calificacion=4 prioritario=1 estado=finalizado updated_by=', b'0'),
(980, '2022-10-17 10:33:38', 42, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:33:38 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(981, '2022-10-17 10:33:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=6 estado=generado id=42 ', b'0'),
(982, '2022-10-17 10:34:02', 42, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 operador_id=42 momento_llamada=2022-10-17 10:33:38 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(983, '2022-10-17 10:34:11', 42, 'UPDATE', '', 'id=41 cola_id=11 proceso_id=24 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:34:11 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(984, '2022-10-17 10:34:24', 43, 'UPDATE', '', 'id=32 cola_id=11 proceso_id=14 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 10:34:24 contador_llamada=2 comienzo_atencion=2022-10-17 10:07:05 estado=generado llamado=1 updated_by=43 ', b'0'),
(985, '2022-10-17 10:34:31', 43, 'UPDATE', '', 'id=32 cola_id=11 proceso_id=14 posicion=3 operador_id=43 momento_llamada=2022-10-17 10:34:24 contador_llamada=2 comienzo_atencion=2022-10-17 10:07:05 estado=desplazado llamado=1 updated_by=43 ', b'0'),
(986, '2022-10-17 10:34:31', 43, 'UPDATE', '', 'id=32 cola_id=11 proceso_id=14 posicion=3 operador_id=43 momento_llamada=2022-10-17 10:34:24 contador_llamada=2 comienzo_atencion=2022-10-17 10:07:05 estado=desplazado llamado=1 updated_by=43 ', b'0'),
(987, '2022-10-17 10:34:34', 43, 'UPDATE', '', 'id=32 cola_id=11 proceso_id=14 posicion=3 operador_id=43 momento_llamada=2022-10-17 10:34:24 contador_llamada=2 comienzo_atencion=2022-10-17 10:07:05 estado=desplazado llamado=1 updated_by=43 ', b'0'),
(988, '2022-10-17 10:35:01', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=1 estado=generado id=43 ', b'0'),
(989, '2022-10-17 10:35:03', 42, 'UPDATE', '', 'id=41 cola_id=11 proceso_id=24 posicion=4 operador_id=42 momento_llamada=2022-10-17 10:34:11 contador_llamada=1 estado=desplazado updated_by=42 ', b'0'),
(990, '2022-10-17 10:35:07', 42, 'UPDATE', '', 'id=42 cola_id=11 proceso_id=25 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:35:07 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(991, '2022-10-17 10:35:25', 42, 'UPDATE', '', 'id=42 cola_id=11 proceso_id=25 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:35:07 contador_llamada=1 comienzo_atencion=2022-10-17 10:35:25 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(992, '2022-10-17 10:35:40', 44, 'UPDATE', '', 'id=38 cola_id=11 proceso_id=25 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:32:15 contador_llamada=1 comienzo_atencion=2022-10-17 10:32:38 fin_atencion=2022-10-17 10:35:40 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(993, '2022-10-17 10:35:49', 44, 'UPDATE', '', 'id=43 cola_id=11 proceso_id=23 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:35:49 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(994, '2022-10-17 10:36:06', 44, 'UPDATE', '', 'id=43 cola_id=11 proceso_id=23 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:35:49 contador_llamada=1 comienzo_atencion=2022-10-17 10:36:06 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(995, '2022-10-17 10:36:21', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=6 estado=generado id=44 ', b'0'),
(996, '2022-10-17 10:37:14', 44, 'UPDATE', '', 'id=43 cola_id=11 proceso_id=23 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:35:49 contador_llamada=1 comienzo_atencion=2022-10-17 10:36:06 fin_atencion=2022-10-17 10:37:14 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(997, '2022-10-17 10:37:28', 44, 'UPDATE', '', 'id=32 cola_id=11 proceso_id=14 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:37:28 contador_llamada=3 comienzo_atencion=2022-10-17 10:07:05 estado=generado llamado=1 updated_by=44 ', b'0'),
(998, '2022-10-17 10:38:01', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:38:01 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(999, '2022-10-17 10:38:06', 44, 'UPDATE', '', 'id=32 cola_id=11 proceso_id=14 posicion=3 operador_id=44 momento_llamada=2022-10-17 10:37:28 contador_llamada=3 comienzo_atencion=2022-10-17 10:07:05 estado=desplazado updated_by=44 ', b'0'),
(1000, '2022-10-17 10:38:17', 44, 'UPDATE', '', 'id=41 cola_id=11 proceso_id=24 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:38:17 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(1001, '2022-10-17 10:38:25', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 operador_id=44 momento_llamada=2022-10-17 10:38:01 contador_llamada=2 estado=desplazado updated_by=44 ', b'0'),
(1002, '2022-10-17 10:38:44', 44, 'UPDATE', '', 'id=41 cola_id=11 proceso_id=24 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:38:17 contador_llamada=2 comienzo_atencion=2022-10-17 10:38:44 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1003, '2022-10-17 10:39:01', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=12 estado=generado id=45 ', b'0'),
(1004, '2022-10-17 10:39:27', 41, 'UPDATE', '', 'id=45 cola_id=11 proceso_id=15 posicion=12 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 10:39:27 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1005, '2022-10-17 10:39:34', 41, 'UPDATE', '', 'id=45 cola_id=11 proceso_id=15 posicion=12 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 10:39:27 contador_llamada=1 comienzo_atencion=2022-10-17 10:39:34 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1006, '2022-10-17 10:40:48', 43, 'UPDATE', '', 'id=32 cola_id=11 proceso_id=14 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 10:37:28 contador_llamada=3 comienzo_atencion=2022-10-17 10:40:48 estado=atendiendo updated_by=44 ', b'0'),
(1007, '2022-10-17 10:41:09', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=3 estado=generado id=46 ', b'0'),
(1008, '2022-10-17 10:42:26', 42, 'UPDATE', '', 'id=42 cola_id=11 proceso_id=25 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:35:07 contador_llamada=1 comienzo_atencion=2022-10-17 10:35:25 fin_atencion=2022-10-17 10:42:26 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(1009, '2022-10-17 10:43:00', 43, 'UPDATE', '', 'id=32 cola_id=11 proceso_id=14 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 10:37:28 contador_llamada=3 comienzo_atencion=2022-10-17 10:40:48 fin_atencion=2022-10-17 10:43:00 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(1010, '2022-10-17 10:43:14', 41, 'UPDATE', '', 'id=45 cola_id=11 proceso_id=15 posicion=12 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 10:39:27 contador_llamada=1 comienzo_atencion=2022-10-17 10:39:34 fin_atencion=2022-10-17 10:43:14 calificacion=4 estado=finalizado llamado=1 updated_by=41 ', b'0'),
(1011, '2022-10-17 10:43:20', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(1012, '2022-10-17 10:43:25', 44, 'UPDATE', '', 'id=41 cola_id=11 proceso_id=24 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:38:17 contador_llamada=2 comienzo_atencion=2022-10-17 10:38:44 fin_atencion=2022-10-17 10:43:25 estado=finalizado updated_by=44 ', b'0'),
(1013, '2022-10-17 10:43:29', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=41 ', b'0'),
(1014, '2022-10-17 10:43:37', 44, 'UPDATE', '', 'id=44 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:43:37 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1015, '2022-10-17 10:43:48', 42, 'UPDATE', '', 'id=46 cola_id=11 proceso_id=19 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:43:48 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1016, '2022-10-17 10:43:58', 44, 'UPDATE', '', 'id=44 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:43:37 contador_llamada=1 comienzo_atencion=2022-10-17 10:43:58 estado=atendiendo updated_by=44 ', b'0'),
(1017, '2022-10-17 10:44:53', 42, 'UPDATE', '', 'id=46 cola_id=11 proceso_id=19 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:43:48 contador_llamada=1 comienzo_atencion=2022-10-17 10:44:53 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1018, '2022-10-17 10:44:54', 44, 'UPDATE', '', 'id=44 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:43:37 contador_llamada=1 comienzo_atencion=2022-10-17 10:43:58 fin_atencion=2022-10-17 10:44:54 calificacion=3 estado=finalizado updated_by=44 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(1019, '2022-10-17 10:45:21', 42, 'UPDATE', '', 'id=46 cola_id=11 proceso_id=19 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:43:48 contador_llamada=1 comienzo_atencion=2022-10-17 10:44:53 fin_atencion=2022-10-17 10:45:21 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1020, '2022-10-17 10:45:42', 42, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:45:42 contador_llamada=6 estado=generado llamado=1 updated_by=42 ', b'0'),
(1021, '2022-10-17 10:46:35', 42, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:46:35 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(1022, '2022-10-17 10:46:37', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=4 estado=generado id=47 ', b'0'),
(1023, '2022-10-17 10:46:49', 44, 'UPDATE', '', 'id=47 cola_id=11 proceso_id=19 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:46:49 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1024, '2022-10-17 10:47:04', 44, 'UPDATE', '', 'id=47 cola_id=11 proceso_id=19 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:47:04 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(1025, '2022-10-17 10:47:34', 42, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:47:34 contador_llamada=7 estado=generado llamado=1 updated_by=42 ', b'0'),
(1026, '2022-10-17 10:47:35', 44, 'UPDATE', '', 'id=47 cola_id=11 proceso_id=19 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:47:04 contador_llamada=2 comienzo_atencion=2022-10-17 10:47:35 estado=atendiendo updated_by=44 ', b'0'),
(1027, '2022-10-17 10:47:49', 42, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 operador_id=42 momento_llamada=2022-10-17 10:47:34 contador_llamada=7 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1028, '2022-10-17 10:47:53', 42, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:47:53 contador_llamada=4 estado=generado llamado=1 updated_by=42 ', b'0'),
(1029, '2022-10-17 10:48:02', 44, 'UPDATE', '', 'id=47 cola_id=11 proceso_id=19 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:47:04 contador_llamada=2 comienzo_atencion=2022-10-17 10:47:35 fin_atencion=2022-10-17 10:48:02 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(1030, '2022-10-17 10:48:05', 42, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 operador_id=42 momento_llamada=2022-10-17 10:47:53 contador_llamada=4 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1031, '2022-10-17 10:50:37', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=7 estado=generado id=48 ', b'0'),
(1032, '2022-10-17 10:50:59', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=1 estado=generado id=49 ', b'0'),
(1033, '2022-10-17 10:50:59', 44, 'UPDATE', '', 'id=48 cola_id=11 proceso_id=14 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:50:59 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1034, '2022-10-17 10:51:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 prioritario=1 posicion=5 estado=generado id=50 ', b'0'),
(1035, '2022-10-17 10:51:51', 44, 'UPDATE', '', 'id=50 cola_id=11 proceso_id=24 posicion=5 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-17 10:51:51 prioritario=1 estado=atendiendo ', b'0'),
(1036, '2022-10-17 10:52:23', 42, 'UPDATE', '', 'id=49 cola_id=11 proceso_id=17 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:52:23 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1037, '2022-10-17 10:52:42', 44, 'UPDATE', '', 'id=50 cola_id=11 proceso_id=24 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:52:42 contador_llamada=1 comienzo_atencion=2022-10-17 10:51:51 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1038, '2022-10-17 10:52:54', 42, 'UPDATE', '', 'id=49 cola_id=11 proceso_id=17 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:52:23 contador_llamada=1 comienzo_atencion=2022-10-17 10:52:54 estado=atendiendo updated_by=42 ', b'0'),
(1039, '2022-10-17 10:53:24', 44, 'UPDATE', '', 'id=50 cola_id=11 proceso_id=24 posicion=5 operador_id=44 momento_llamada=2022-10-17 10:52:42 contador_llamada=1 comienzo_atencion=2022-10-17 10:51:51 prioritario=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(1040, '2022-10-17 10:53:27', 44, 'UPDATE', '', 'id=48 cola_id=11 proceso_id=14 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:50:59 contador_llamada=1 comienzo_atencion=2022-10-17 10:53:27 estado=atendiendo updated_by=44 ', b'0'),
(1041, '2022-10-17 10:54:23', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=2 estado=generado id=51 ', b'0'),
(1042, '2022-10-17 10:54:34', 42, 'UPDATE', '', 'id=49 cola_id=11 proceso_id=17 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:52:23 contador_llamada=1 comienzo_atencion=2022-10-17 10:52:54 fin_atencion=2022-10-17 10:54:34 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(1043, '2022-10-17 10:54:40', 42, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:54:40 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1044, '2022-10-17 10:59:00', 42, 'UPDATE', '', 'id=50 cola_id=11 proceso_id=24 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:59:00 contador_llamada=2 comienzo_atencion=2022-10-17 10:51:51 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1045, '2022-10-17 11:01:19', 42, 'UPDATE', '', 'id=50 cola_id=11 proceso_id=24 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:59:00 contador_llamada=2 comienzo_atencion=2022-10-17 11:01:19 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1046, '2022-10-17 11:02:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=6 estado=generado id=52 ', b'0'),
(1047, '2022-10-17 11:03:09', 43, 'UPDATE', '', 'id=52 cola_id=11 proceso_id=24 posicion=6 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 11:03:09 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1048, '2022-10-17 11:03:29', 43, 'UPDATE', '', 'id=52 cola_id=11 proceso_id=24 posicion=6 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 11:03:29 contador_llamada=2 estado=generado llamado=1 updated_by=43 ', b'0'),
(1049, '2022-10-17 11:04:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=2 estado=generado id=53 ', b'0'),
(1050, '2022-10-17 11:05:35', 42, 'UPDATE', '', 'id=50 cola_id=11 proceso_id=24 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 10:59:00 contador_llamada=2 comienzo_atencion=2022-10-17 11:01:19 fin_atencion=2022-10-17 11:05:35 calificacion=3 prioritario=1 estado=finalizado updated_by=4', b'0'),
(1051, '2022-10-17 11:05:44', 46, 'ENTRY', 'LOGIN', '', b'0'),
(1052, '2022-10-17 11:06:38', 46, 'ENTRY', 'LOGIN', '', b'0'),
(1053, '2022-10-17 11:06:58', 42, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:06:58 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(1054, '2022-10-17 11:06:58', 46, 'UPDATE', '', 'id=23 dep_ofi=5 nombre=CAPTACIONES abreviacion=CAP operador_id=46 ', b'0'),
(1055, '2022-10-17 11:07:17', 42, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:07:17 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(1056, '2022-10-17 11:07:37', 42, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:07:37 contador_llamada=4 estado=generado llamado=1 updated_by=42 ', b'0'),
(1057, '2022-10-17 11:07:50', 43, 'UPDATE', '', 'id=52 cola_id=11 proceso_id=24 posicion=6 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 11:03:29 contador_llamada=2 comienzo_atencion=2022-10-17 11:07:50 estado=atendiendo updated_by=43 ', b'0'),
(1058, '2022-10-17 11:08:01', 42, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 operador_id=42 momento_llamada=2022-10-17 11:07:37 contador_llamada=4 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1059, '2022-10-17 11:08:01', 42, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 operador_id=42 momento_llamada=2022-10-17 11:07:37 contador_llamada=4 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1060, '2022-10-17 11:08:15', 42, 'UPDATE', '', 'id=53 cola_id=11 proceso_id=17 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:08:15 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1061, '2022-10-17 11:08:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=7 estado=generado id=54 ', b'0'),
(1062, '2022-10-17 11:09:11', 42, 'UPDATE', '', 'id=53 cola_id=11 proceso_id=17 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:08:15 contador_llamada=1 comienzo_atencion=2022-10-17 11:09:11 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1063, '2022-10-17 11:09:25', 44, 'UPDATE', '', 'id=48 cola_id=11 proceso_id=14 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:50:59 contador_llamada=1 comienzo_atencion=2022-10-17 10:53:27 fin_atencion=2022-10-17 11:09:25 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(1064, '2022-10-17 11:09:25', 44, 'UPDATE', '', 'id=48 cola_id=11 proceso_id=14 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 10:50:59 contador_llamada=1 comienzo_atencion=2022-10-17 10:53:27 fin_atencion=2022-10-17 11:09:25 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(1065, '2022-10-17 11:09:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=13 estado=generado id=55 ', b'0'),
(1066, '2022-10-17 11:10:14', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=1 estado=generado id=56 ', b'0'),
(1067, '2022-10-17 11:10:37', 41, 'UPDATE', '', 'id=55 cola_id=11 proceso_id=15 posicion=13 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 11:10:37 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1068, '2022-10-17 11:10:52', 46, 'UPDATE', '', 'id=56 cola_id=11 proceso_id=21 posicion=1 modulo_id=23 operador_id=46 comienzo_atencion=2022-10-17 11:10:52 estado=atendiendo ', b'0'),
(1069, '2022-10-17 11:10:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=3 estado=generado id=57 ', b'0'),
(1070, '2022-10-17 11:11:07', 41, 'UPDATE', '', 'id=55 cola_id=11 proceso_id=15 posicion=13 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 11:10:37 contador_llamada=1 comienzo_atencion=2022-10-17 11:11:07 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1071, '2022-10-17 11:11:43', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=8 estado=generado id=58 ', b'0'),
(1072, '2022-10-17 11:14:26', 43, 'UPDATE', '', 'id=52 cola_id=11 proceso_id=24 posicion=6 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 11:03:29 contador_llamada=2 comienzo_atencion=2022-10-17 11:07:50 fin_atencion=2022-10-17 11:14:26 calificacion=4 estado=finalizado updated_by=43 ', b'0'),
(1073, '2022-10-17 11:16:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=3 estado=generado id=59 ', b'0'),
(1074, '2022-10-17 11:16:24', 41, 'UPDATE', '', 'id=55 cola_id=11 proceso_id=15 posicion=13 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 11:10:37 contador_llamada=1 comienzo_atencion=2022-10-17 11:11:07 fin_atencion=2022-10-17 11:16:24 calificacion=4 estado=finalizado llamado=1 updated_by=41 s', b'0'),
(1075, '2022-10-17 11:18:28', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=5 estado=generado id=60 ', b'0'),
(1076, '2022-10-17 11:19:46', 44, 'UPDATE', '', 'id=54 cola_id=11 proceso_id=24 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:19:46 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1077, '2022-10-17 11:20:01', 44, 'UPDATE', '', 'id=54 cola_id=11 proceso_id=24 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:19:46 contador_llamada=1 comienzo_atencion=2022-10-17 11:20:01 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1078, '2022-10-17 11:23:59', 43, 'UPDATE', '', 'id=57 cola_id=11 proceso_id=26 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 11:23:59 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1079, '2022-10-17 11:24:18', 43, 'UPDATE', '', 'id=57 cola_id=11 proceso_id=26 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 11:23:59 contador_llamada=1 comienzo_atencion=2022-10-17 11:24:18 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(1080, '2022-10-17 11:25:40', 44, 'UPDATE', '', 'id=54 cola_id=11 proceso_id=24 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:19:46 contador_llamada=1 comienzo_atencion=2022-10-17 11:20:01 fin_atencion=2022-10-17 11:25:40 estado=finalizado updated_by=44 solicitar_cal=1 ', b'0'),
(1081, '2022-10-17 11:25:45', 46, 'UPDATE', '', 'id=56 cola_id=11 proceso_id=21 posicion=1 modulo_id=23 operador_id=46 momento_llamada=2022-10-17 11:25:45 contador_llamada=1 comienzo_atencion=2022-10-17 11:10:52 estado=generado llamado=1 updated_by=46 ', b'0'),
(1082, '2022-10-17 11:25:46', 44, 'UPDATE', '', 'id=58 cola_id=11 proceso_id=14 posicion=8 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:25:46 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1083, '2022-10-17 11:26:02', 46, 'UPDATE', '', 'id=56 cola_id=11 proceso_id=21 posicion=1 modulo_id=23 operador_id=46 momento_llamada=2022-10-17 11:26:02 contador_llamada=2 comienzo_atencion=2022-10-17 11:10:52 estado=generado llamado=1 updated_by=46 ', b'0'),
(1084, '2022-10-17 11:26:03', 44, 'UPDATE', '', 'id=58 cola_id=11 proceso_id=14 posicion=8 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:25:46 contador_llamada=1 comienzo_atencion=2022-10-17 11:26:03 estado=atendiendo updated_by=44 ', b'0'),
(1085, '2022-10-17 11:26:54', 46, 'UPDATE', '', 'id=56 cola_id=11 proceso_id=21 posicion=1 operador_id=46 momento_llamada=2022-10-17 11:26:02 contador_llamada=2 comienzo_atencion=2022-10-17 11:10:52 estado=desplazado llamado=1 updated_by=46 ', b'0'),
(1086, '2022-10-17 11:27:07', 46, 'UPDATE', '', 'id=56 cola_id=11 proceso_id=21 posicion=1 modulo_id=23 operador_id=46 momento_llamada=2022-10-17 11:26:02 contador_llamada=2 comienzo_atencion=2022-10-17 11:27:07 estado=atendiendo llamado=1 updated_by=46 ', b'0'),
(1087, '2022-10-17 11:27:19', 46, 'UPDATE', '', 'id=56 cola_id=11 proceso_id=21 posicion=1 modulo_id=23 operador_id=46 momento_llamada=2022-10-17 11:26:02 contador_llamada=2 comienzo_atencion=2022-10-17 11:27:07 fin_atencion=2022-10-17 11:27:19 estado=finalizado llamado=1 updated_by=46 ', b'0'),
(1088, '2022-10-17 11:27:32', 44, 'UPDATE', '', 'id=58 cola_id=11 proceso_id=14 posicion=8 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:25:46 contador_llamada=1 comienzo_atencion=2022-10-17 11:26:03 fin_atencion=2022-10-17 11:27:32 estado=finalizado updated_by=44 ', b'0'),
(1089, '2022-10-17 11:27:34', 44, 'UPDATE', '', 'id=59 cola_id=11 proceso_id=32 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:27:34 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1090, '2022-10-17 11:28:02', 44, 'UPDATE', '', 'id=59 cola_id=11 proceso_id=32 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:27:34 contador_llamada=1 comienzo_atencion=2022-10-17 11:28:02 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1091, '2022-10-17 11:29:18', 43, 'UPDATE', '', 'id=57 cola_id=11 proceso_id=26 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 11:23:59 contador_llamada=1 comienzo_atencion=2022-10-17 11:24:18 fin_atencion=2022-10-17 11:29:18 calificacion=4 estado=finalizado updated_by=43 ', b'0'),
(1092, '2022-10-17 11:29:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=3 estado=generado id=61 ', b'0'),
(1093, '2022-10-17 11:32:39', 42, 'UPDATE', '', 'id=53 cola_id=11 proceso_id=17 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:08:15 contador_llamada=1 comienzo_atencion=2022-10-17 11:09:11 fin_atencion=2022-10-17 11:32:39 estado=finalizado updated_by=42 ', b'0'),
(1094, '2022-10-17 11:32:45', 42, 'UPDATE', '', 'id=60 cola_id=11 proceso_id=19 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:32:45 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1095, '2022-10-17 11:33:20', 42, 'UPDATE', '', 'id=60 cola_id=11 proceso_id=19 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:33:20 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(1096, '2022-10-17 11:33:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=4 estado=generado id=62 ', b'0'),
(1097, '2022-10-17 11:33:34', 42, 'UPDATE', '', 'id=60 cola_id=11 proceso_id=19 posicion=5 operador_id=42 momento_llamada=2022-10-17 11:33:20 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1098, '2022-10-17 11:33:37', 42, 'UPDATE', '', 'id=61 cola_id=11 proceso_id=17 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:33:37 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1099, '2022-10-17 11:33:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=14 estado=generado id=63 ', b'0'),
(1100, '2022-10-17 11:34:10', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=15 estado=generado id=64 ', b'0'),
(1101, '2022-10-17 11:34:11', 42, 'UPDATE', '', 'id=63 cola_id=11 proceso_id=15 posicion=14 prioritario=1 estado=desplazado updated_by=42 ', b'0'),
(1102, '2022-10-17 11:34:43', 42, 'UPDATE', '', 'id=61 cola_id=11 proceso_id=17 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:33:37 contador_llamada=1 comienzo_atencion=2022-10-17 11:34:43 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1103, '2022-10-17 11:34:45', 41, 'UPDATE', '', 'id=64 cola_id=11 proceso_id=15 posicion=15 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 11:34:45 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1104, '2022-10-17 11:35:15', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=9 estado=generado id=65 ', b'0'),
(1105, '2022-10-17 11:35:21', 41, 'UPDATE', '', 'id=64 cola_id=11 proceso_id=15 posicion=15 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 11:34:45 contador_llamada=1 comienzo_atencion=2022-10-17 11:35:21 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1106, '2022-10-17 11:36:23', 44, 'UPDATE', '', 'id=59 cola_id=11 proceso_id=32 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:27:34 contador_llamada=1 comienzo_atencion=2022-10-17 11:28:02 fin_atencion=2022-10-17 11:36:23 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(1107, '2022-10-17 11:36:46', 44, 'UPDATE', '', 'id=62 cola_id=11 proceso_id=32 posicion=4 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-17 11:36:46 estado=atendiendo ', b'0'),
(1108, '2022-10-17 11:36:53', 44, 'UPDATE', '', 'id=62 cola_id=11 proceso_id=32 posicion=4 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-17 11:36:46 fin_atencion=2022-10-17 11:36:53 estado=finalizado ', b'0'),
(1109, '2022-10-17 11:37:10', 44, 'UPDATE', '', 'id=63 cola_id=11 proceso_id=15 posicion=14 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-17 11:37:10 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(1110, '2022-10-17 11:37:15', 44, 'UPDATE', '', 'id=63 cola_id=11 proceso_id=15 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:37:15 contador_llamada=1 comienzo_atencion=2022-10-17 11:37:10 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1111, '2022-10-17 11:37:29', 44, 'UPDATE', '', 'id=63 cola_id=11 proceso_id=15 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:37:29 contador_llamada=2 comienzo_atencion=2022-10-17 11:37:10 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1112, '2022-10-17 11:37:43', 42, 'UPDATE', '', 'id=61 cola_id=11 proceso_id=17 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:33:37 contador_llamada=1 comienzo_atencion=2022-10-17 11:34:43 fin_atencion=2022-10-17 11:37:43 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(1113, '2022-10-17 11:37:50', 44, 'UPDATE', '', 'id=63 cola_id=11 proceso_id=15 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:37:29 contador_llamada=2 comienzo_atencion=2022-10-17 11:37:50 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1114, '2022-10-17 11:37:50', 42, 'UPDATE', '', 'id=65 cola_id=11 proceso_id=14 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:37:50 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1115, '2022-10-17 11:39:11', 42, 'UPDATE', '', 'id=65 cola_id=11 proceso_id=14 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:37:50 contador_llamada=1 comienzo_atencion=2022-10-17 11:39:11 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1116, '2022-10-17 11:40:02', 42, 'UPDATE', '', 'id=65 cola_id=11 proceso_id=14 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:37:50 contador_llamada=1 comienzo_atencion=2022-10-17 11:39:11 fin_atencion=2022-10-17 11:40:02 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1117, '2022-10-17 11:40:17', 42, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:40:17 contador_llamada=8 estado=generado llamado=1 updated_by=42 ', b'0'),
(1118, '2022-10-17 11:40:33', 42, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 operador_id=42 momento_llamada=2022-10-17 11:40:17 contador_llamada=8 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1119, '2022-10-17 11:40:44', 42, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:40:44 contador_llamada=5 estado=generado llamado=1 updated_by=42 ', b'0'),
(1120, '2022-10-17 11:41:07', 42, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 operador_id=42 momento_llamada=2022-10-17 11:40:44 contador_llamada=5 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1121, '2022-10-17 11:41:33', 42, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:41:33 contador_llamada=5 estado=generado llamado=1 updated_by=42 ', b'0'),
(1122, '2022-10-17 11:41:44', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=4 estado=generado id=66 ', b'0'),
(1123, '2022-10-17 11:41:47', 42, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 operador_id=42 momento_llamada=2022-10-17 11:41:33 contador_llamada=5 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1124, '2022-10-17 11:41:51', 42, 'UPDATE', '', 'id=60 cola_id=11 proceso_id=19 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:41:51 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(1125, '2022-10-17 11:42:18', 42, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:40:17 contador_llamada=8 comienzo_atencion=2022-10-17 11:42:18 estado=atendiendo updated_by=42 ', b'0'),
(1126, '2022-10-17 11:42:25', 42, 'UPDATE', '', 'id=20 cola_id=11 proceso_id=25 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:40:17 contador_llamada=8 comienzo_atencion=2022-10-17 11:42:18 fin_atencion=2022-10-17 11:42:25 estado=finalizado updated_by=42 ', b'0'),
(1127, '2022-10-17 11:42:29', 42, 'UPDATE', '', 'id=60 cola_id=11 proceso_id=19 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:41:51 contador_llamada=3 comienzo_atencion=2022-10-17 11:42:29 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1128, '2022-10-17 11:42:37', 42, 'UPDATE', '', 'id=60 cola_id=11 proceso_id=19 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:41:51 contador_llamada=3 comienzo_atencion=2022-10-17 11:42:29 fin_atencion=2022-10-17 11:42:37 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1129, '2022-10-17 11:42:47', 42, 'UPDATE', '', 'id=66 cola_id=11 proceso_id=17 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:42:47 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1130, '2022-10-17 11:43:01', 44, 'UPDATE', '', 'id=63 cola_id=11 proceso_id=15 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:37:29 contador_llamada=2 comienzo_atencion=2022-10-17 11:37:50 fin_atencion=2022-10-17 11:43:01 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(1131, '2022-10-17 11:43:10', 44, 'UPDATE', '', 'id=63 cola_id=11 proceso_id=15 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:37:29 contador_llamada=2 comienzo_atencion=2022-10-17 11:37:50 fin_atencion=2022-10-17 11:43:09 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(1132, '2022-10-17 11:43:22', 44, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:43:22 contador_llamada=6 estado=generado llamado=1 updated_by=44 ', b'0'),
(1133, '2022-10-17 11:43:38', 44, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:43:38 contador_llamada=7 estado=generado llamado=1 updated_by=44 ', b'0'),
(1134, '2022-10-17 11:43:56', 44, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:43:56 contador_llamada=8 estado=generado llamado=1 updated_by=44 ', b'0'),
(1135, '2022-10-17 11:44:03', 44, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:43:56 contador_llamada=8 comienzo_atencion=2022-10-17 11:44:03 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1136, '2022-10-17 11:44:15', 44, 'UPDATE', '', 'id=51 cola_id=11 proceso_id=23 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:43:56 contador_llamada=8 comienzo_atencion=2022-10-17 11:44:03 fin_atencion=2022-10-17 11:44:15 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1137, '2022-10-17 11:44:38', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:44:37 contador_llamada=6 estado=generado llamado=1 updated_by=44 ', b'0'),
(1138, '2022-10-17 11:44:52', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:44:52 contador_llamada=7 estado=generado llamado=1 updated_by=44 ', b'0'),
(1139, '2022-10-17 11:45:07', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:44:52 contador_llamada=7 comienzo_atencion=2022-10-17 11:45:07 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1140, '2022-10-17 11:45:50', 41, 'UPDATE', '', 'id=64 cola_id=11 proceso_id=15 posicion=15 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 11:34:45 contador_llamada=1 comienzo_atencion=2022-10-17 11:35:21 fin_atencion=2022-10-17 11:45:50 calificacion=3 estado=finalizado updated_by=41 solicitar_c', b'0'),
(1141, '2022-10-17 11:45:51', 0, 'CREATE', '', 'cola_id=13 posicion=67 cedula_cliente=1313138461 cuenta_debit=183501111 oficina=3 estado=finalizado tipo=13 valor=1.63 data_pdf=<style>    .center{        text-align:center;    }      .bold{        font-wight:bold;    }    .green140{        color:#008000;', b'0'),
(1142, '2022-10-17 11:45:53', 42, 'UPDATE', '', 'id=66 cola_id=11 proceso_id=17 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:42:47 contador_llamada=1 comienzo_atencion=2022-10-17 11:45:53 estado=atendiendo updated_by=42 ', b'0'),
(1143, '2022-10-17 11:46:03', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:44:52 contador_llamada=7 comienzo_atencion=2022-10-17 11:45:07 fin_atencion=2022-10-17 11:46:03 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1144, '2022-10-17 11:46:04', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:44:52 contador_llamada=7 comienzo_atencion=2022-10-17 11:45:07 fin_atencion=2022-10-17 11:46:04 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1145, '2022-10-17 11:46:05', 41, 'UPDATE', '', 'id=64 cola_id=11 proceso_id=15 posicion=15 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 11:34:45 contador_llamada=1 comienzo_atencion=2022-10-17 11:35:21 fin_atencion=2022-10-17 11:46:05 calificacion=3 estado=finalizado updated_by=41 solicitar_c', b'0'),
(1146, '2022-10-17 11:46:05', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:44:52 contador_llamada=7 comienzo_atencion=2022-10-17 11:45:07 fin_atencion=2022-10-17 11:46:05 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1147, '2022-10-17 11:46:06', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:44:52 contador_llamada=7 comienzo_atencion=2022-10-17 11:45:07 fin_atencion=2022-10-17 11:46:06 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1148, '2022-10-17 11:46:07', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:44:52 contador_llamada=7 comienzo_atencion=2022-10-17 11:45:07 fin_atencion=2022-10-17 11:46:07 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1149, '2022-10-17 11:46:08', 44, 'UPDATE', '', 'id=39 cola_id=11 proceso_id=14 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 11:44:52 contador_llamada=7 comienzo_atencion=2022-10-17 11:45:07 fin_atencion=2022-10-17 11:46:08 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1150, '2022-10-17 11:47:41', 42, 'UPDATE', '', 'id=66 cola_id=11 proceso_id=17 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:42:47 contador_llamada=1 comienzo_atencion=2022-10-17 11:45:53 fin_atencion=2022-10-17 11:47:41 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(1151, '2022-10-17 11:47:41', 42, 'UPDATE', '', 'id=66 cola_id=11 proceso_id=17 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:42:47 contador_llamada=1 comienzo_atencion=2022-10-17 11:45:53 fin_atencion=2022-10-17 11:47:41 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(1152, '2022-10-17 11:47:47', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(1153, '2022-10-17 11:47:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=5 estado=generado id=68 ', b'0'),
(1154, '2022-10-17 11:47:57', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=41 ', b'0'),
(1155, '2022-10-17 11:48:15', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=7 estado=generado id=69 ', b'0'),
(1156, '2022-10-17 11:48:46', 42, 'UPDATE', '', 'id=68 cola_id=11 proceso_id=32 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:48:46 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1157, '2022-10-17 11:49:15', 42, 'UPDATE', '', 'id=68 cola_id=11 proceso_id=32 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:48:46 contador_llamada=1 comienzo_atencion=2022-10-17 11:49:15 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1158, '2022-10-17 11:52:12', 0, 'CREATE', '', 'cola_id=13 posicion=70 cedula_cliente=1313138461 cuenta_debit=183501111 oficina=3 estado=finalizado tipo=13 valor=1.63 data_pdf=<style>    .center{        text-align:center;    }      .bold{        font-wight:bold;    }    .green140{        color:#008000;', b'0'),
(1159, '2022-10-17 11:54:08', 42, 'UPDATE', '', 'id=68 cola_id=11 proceso_id=32 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:48:46 contador_llamada=1 comienzo_atencion=2022-10-17 11:49:15 fin_atencion=2022-10-17 11:54:08 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1160, '2022-10-17 11:54:17', 42, 'UPDATE', '', 'id=69 cola_id=11 proceso_id=25 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:54:17 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1161, '2022-10-17 11:54:43', 42, 'UPDATE', '', 'id=69 cola_id=11 proceso_id=25 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:54:17 contador_llamada=1 comienzo_atencion=2022-10-17 11:54:43 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1162, '2022-10-17 12:02:21', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=10 estado=generado id=71 ', b'0'),
(1163, '2022-10-17 12:03:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=11 estado=generado id=72 ', b'0'),
(1164, '2022-10-17 12:04:33', 43, 'UPDATE', '', 'id=71 cola_id=11 proceso_id=14 posicion=10 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 12:04:33 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1165, '2022-10-17 12:04:52', 43, 'UPDATE', '', 'id=71 cola_id=11 proceso_id=14 posicion=10 operador_id=43 momento_llamada=2022-10-17 12:04:33 contador_llamada=1 estado=desplazado llamado=1 updated_by=43 ', b'0'),
(1166, '2022-10-17 12:05:02', 43, 'UPDATE', '', 'id=72 cola_id=11 proceso_id=14 posicion=11 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 12:05:02 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1167, '2022-10-17 12:05:18', 43, 'UPDATE', '', 'id=72 cola_id=11 proceso_id=14 posicion=11 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 12:05:02 contador_llamada=1 comienzo_atencion=2022-10-17 12:05:18 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(1168, '2022-10-17 12:08:10', 42, 'UPDATE', '', 'id=69 cola_id=11 proceso_id=25 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 11:54:17 contador_llamada=1 comienzo_atencion=2022-10-17 11:54:43 fin_atencion=2022-10-17 12:08:10 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(1169, '2022-10-17 12:10:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=16 estado=generado id=73 ', b'0'),
(1170, '2022-10-17 12:10:29', 42, 'UPDATE', '', 'id=73 cola_id=11 proceso_id=15 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:10:29 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1171, '2022-10-17 12:11:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=12 estado=generado id=74 ', b'0'),
(1172, '2022-10-17 12:11:49', 42, 'UPDATE', '', 'id=73 cola_id=11 proceso_id=15 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:10:29 contador_llamada=1 comienzo_atencion=2022-10-17 12:11:49 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1173, '2022-10-17 12:13:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=17 estado=generado id=75 ', b'0'),
(1174, '2022-10-17 12:14:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=6 estado=generado id=76 ', b'0'),
(1175, '2022-10-17 12:16:08', 42, 'UPDATE', '', 'id=73 cola_id=11 proceso_id=15 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:10:29 contador_llamada=1 comienzo_atencion=2022-10-17 12:11:49 fin_atencion=2022-10-17 12:16:08 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1176, '2022-10-17 12:16:18', 42, 'UPDATE', '', 'id=74 cola_id=11 proceso_id=14 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:16:18 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1177, '2022-10-17 12:17:04', 42, 'UPDATE', '', 'id=74 cola_id=11 proceso_id=14 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:16:18 contador_llamada=1 comienzo_atencion=2022-10-17 12:17:04 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1178, '2022-10-17 12:17:49', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=2 estado=generado id=77 ', b'0'),
(1179, '2022-10-17 12:18:21', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=13 estado=generado id=78 ', b'0'),
(1180, '2022-10-17 12:19:35', 42, 'UPDATE', '', 'id=74 cola_id=11 proceso_id=14 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:16:18 contador_llamada=1 comienzo_atencion=2022-10-17 12:17:04 fin_atencion=2022-10-17 12:19:35 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1181, '2022-10-17 12:19:38', 42, 'UPDATE', '', 'id=75 cola_id=11 proceso_id=15 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:19:38 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1182, '2022-10-17 12:20:02', 42, 'UPDATE', '', 'id=75 cola_id=11 proceso_id=15 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:19:38 contador_llamada=1 comienzo_atencion=2022-10-17 12:20:02 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1183, '2022-10-17 12:23:00', 42, 'UPDATE', '', 'id=75 cola_id=11 proceso_id=15 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:19:38 contador_llamada=1 comienzo_atencion=2022-10-17 12:20:02 fin_atencion=2022-10-17 12:23:00 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1184, '2022-10-17 12:23:06', 42, 'UPDATE', '', 'id=71 cola_id=11 proceso_id=14 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:04:33 contador_llamada=1 comienzo_atencion=2022-10-17 12:23:06 estado=atendiendo updated_by=43 ', b'0'),
(1185, '2022-10-17 12:24:20', 42, 'UPDATE', '', 'id=71 cola_id=11 proceso_id=14 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:04:33 contador_llamada=1 comienzo_atencion=2022-10-17 12:23:06 fin_atencion=2022-10-17 12:24:20 estado=finalizado updated_by=43 ', b'0'),
(1186, '2022-10-17 12:25:27', 42, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=32 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:25:27 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1187, '2022-10-17 12:26:58', 42, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=32 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:25:27 contador_llamada=1 comienzo_atencion=2022-10-17 12:26:58 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1188, '2022-10-17 12:27:09', 43, 'UPDATE', '', 'id=72 cola_id=11 proceso_id=14 posicion=11 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 12:05:02 contador_llamada=1 comienzo_atencion=2022-10-17 12:05:18 fin_atencion=2022-10-17 12:27:09 estado=finalizado updated_by=43 solicitar_cal=1 ', b'0'),
(1189, '2022-10-17 12:27:09', 43, 'UPDATE', '', 'id=72 cola_id=11 proceso_id=14 posicion=11 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 12:05:02 contador_llamada=1 comienzo_atencion=2022-10-17 12:05:18 fin_atencion=2022-10-17 12:27:09 estado=finalizado updated_by=43 solicitar_cal=1 ', b'0'),
(1190, '2022-10-17 12:30:00', 42, 'UPDATE', '', 'id=76 cola_id=11 proceso_id=32 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:25:27 contador_llamada=1 comienzo_atencion=2022-10-17 12:26:58 fin_atencion=2022-10-17 12:30:00 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1191, '2022-10-17 12:30:02', 42, 'UPDATE', '', 'id=77 cola_id=11 proceso_id=29 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:30:02 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1192, '2022-10-17 12:30:52', 42, 'UPDATE', '', 'id=77 cola_id=11 proceso_id=29 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:30:02 contador_llamada=1 comienzo_atencion=2022-10-17 12:30:52 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1193, '2022-10-17 12:34:57', 42, 'UPDATE', '', 'id=77 cola_id=11 proceso_id=29 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:30:02 contador_llamada=1 comienzo_atencion=2022-10-17 12:30:52 fin_atencion=2022-10-17 12:34:57 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1194, '2022-10-17 12:35:10', 42, 'UPDATE', '', 'id=78 cola_id=11 proceso_id=14 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:35:10 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1195, '2022-10-17 12:36:24', 42, 'UPDATE', '', 'id=78 cola_id=11 proceso_id=14 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:35:10 contador_llamada=1 comienzo_atencion=2022-10-17 12:36:24 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1196, '2022-10-17 12:37:24', 42, 'UPDATE', '', 'id=78 cola_id=11 proceso_id=14 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:35:10 contador_llamada=1 comienzo_atencion=2022-10-17 12:36:24 fin_atencion=2022-10-17 12:37:24 calificacion=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1197, '2022-10-17 12:38:09', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=8 estado=generado id=79 ', b'0'),
(1198, '2022-10-17 12:45:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=14 estado=generado id=80 ', b'0'),
(1199, '2022-10-17 12:46:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=5 estado=generado id=81 ', b'0'),
(1200, '2022-10-17 12:47:37', 42, 'UPDATE', '', 'id=79 cola_id=11 proceso_id=24 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:47:37 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1201, '2022-10-17 12:50:51', 42, 'UPDATE', '', 'id=79 cola_id=11 proceso_id=24 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:47:37 contador_llamada=1 comienzo_atencion=2022-10-17 12:50:51 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1202, '2022-10-17 12:51:07', 42, 'UPDATE', '', 'id=79 cola_id=11 proceso_id=24 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:47:37 contador_llamada=1 comienzo_atencion=2022-10-17 12:50:51 fin_atencion=2022-10-17 12:51:07 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1203, '2022-10-17 12:51:09', 42, 'UPDATE', '', 'id=80 cola_id=11 proceso_id=14 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:51:09 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1204, '2022-10-17 12:51:29', 42, 'UPDATE', '', 'id=80 cola_id=11 proceso_id=14 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:51:09 contador_llamada=1 comienzo_atencion=2022-10-17 12:51:29 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1205, '2022-10-17 13:37:43', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=15 estado=generado id=82 ', b'0'),
(1206, '2022-10-17 13:39:15', 44, 'UPDATE', '', 'id=81 cola_id=11 proceso_id=17 posicion=5 estado=desplazado updated_by=44 ', b'0'),
(1207, '2022-10-17 13:39:47', 44, 'UPDATE', '', 'id=81 cola_id=11 proceso_id=17 posicion=5 estado=desplazado updated_by=44 ', b'0'),
(1208, '2022-10-17 13:46:42', 44, 'UPDATE', '', 'id=82 cola_id=11 proceso_id=14 posicion=15 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-17 13:46:42 estado=atendiendo ', b'0'),
(1209, '2022-10-17 13:46:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=16 estado=generado id=83 ', b'0'),
(1210, '2022-10-17 13:51:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=3 estado=generado id=84 ', b'0'),
(1211, '2022-10-17 13:53:21', 44, 'UPDATE', '', 'id=82 cola_id=11 proceso_id=14 posicion=15 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-17 13:46:42 fin_atencion=2022-10-17 13:53:21 estado=finalizado ', b'0'),
(1212, '2022-10-17 13:53:21', 44, 'UPDATE', '', 'id=82 cola_id=11 proceso_id=14 posicion=15 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-17 13:46:42 fin_atencion=2022-10-17 13:53:21 estado=finalizado ', b'0'),
(1213, '2022-10-17 13:54:31', 44, 'UPDATE', '', 'id=83 cola_id=11 proceso_id=14 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 13:54:31 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1214, '2022-10-17 13:54:46', 44, 'UPDATE', '', 'id=83 cola_id=11 proceso_id=14 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 13:54:31 contador_llamada=1 comienzo_atencion=2022-10-17 13:54:46 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1215, '2022-10-17 13:56:25', 44, 'UPDATE', '', 'id=83 cola_id=11 proceso_id=14 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 13:54:31 contador_llamada=1 comienzo_atencion=2022-10-17 13:54:46 fin_atencion=2022-10-17 13:56:25 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1216, '2022-10-17 14:00:16', 43, 'UPDATE', '', 'id=84 cola_id=11 proceso_id=29 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 14:00:16 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1217, '2022-10-17 14:01:00', 43, 'UPDATE', '', 'id=84 cola_id=11 proceso_id=29 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 14:00:16 contador_llamada=1 comienzo_atencion=2022-10-17 14:01:00 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(1218, '2022-10-17 14:08:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=9 estado=generado id=85 ', b'0'),
(1219, '2022-10-17 14:14:42', 44, 'UPDATE', '', 'id=85 cola_id=11 proceso_id=24 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 14:14:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1220, '2022-10-17 14:16:28', 43, 'UPDATE', '', 'id=84 cola_id=11 proceso_id=29 posicion=3 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 14:00:16 contador_llamada=1 comienzo_atencion=2022-10-17 14:01:00 fin_atencion=2022-10-17 14:16:28 estado=finalizado updated_by=43 ', b'0'),
(1221, '2022-10-17 14:16:38', 44, 'UPDATE', '', 'id=85 cola_id=11 proceso_id=24 posicion=9 operador_id=44 momento_llamada=2022-10-17 14:14:42 contador_llamada=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(1222, '2022-10-17 14:20:47', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=17 estado=generado id=86 ', b'0'),
(1223, '2022-10-17 14:21:26', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(1224, '2022-10-17 14:23:54', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(1225, '2022-10-17 14:55:06', 30, 'ENTRY', 'LOGIN', '', b'0'),
(1226, '2022-10-17 14:59:52', 30, 'ENTRY', 'LOGIN', '', b'0'),
(1227, '2022-10-17 15:06:45', 44, 'UPDATE', '', 'id=85 cola_id=11 proceso_id=24 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:06:45 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(1228, '2022-10-17 15:07:34', 44, 'UPDATE', '', 'id=85 cola_id=11 proceso_id=24 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:07:33 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(1229, '2022-10-17 15:07:45', 44, 'UPDATE', '', 'id=85 cola_id=11 proceso_id=24 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:07:33 contador_llamada=3 comienzo_atencion=2022-10-17 15:07:45 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1230, '2022-10-17 15:08:24', 44, 'UPDATE', '', 'id=85 cola_id=11 proceso_id=24 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:07:33 contador_llamada=3 comienzo_atencion=2022-10-17 15:07:45 fin_atencion=2022-10-17 15:08:24 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1231, '2022-10-17 15:08:25', 44, 'UPDATE', '', 'id=85 cola_id=11 proceso_id=24 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:07:33 contador_llamada=3 comienzo_atencion=2022-10-17 15:07:45 fin_atencion=2022-10-17 15:08:25 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1232, '2022-10-17 15:09:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=34 posicion=1 estado=generado id=87 ', b'0'),
(1233, '2022-10-17 15:09:49', 42, 'UPDATE', '', 'id=80 cola_id=11 proceso_id=14 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 12:51:09 contador_llamada=1 comienzo_atencion=2022-10-17 12:51:29 fin_atencion=2022-10-17 15:09:49 calificacion=3 estado=finalizado updated_by=42 ', b'0'),
(1234, '2022-10-17 15:09:55', 42, 'UPDATE', '', 'id=86 cola_id=11 proceso_id=14 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:09:55 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1235, '2022-10-17 15:10:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=30 posicion=1 estado=generado id=88 ', b'0'),
(1236, '2022-10-17 15:10:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=18 estado=generado id=89 ', b'0'),
(1237, '2022-10-17 15:11:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=19 estado=generado id=90 ', b'0'),
(1238, '2022-10-17 15:11:11', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=20 estado=generado id=91 ', b'0'),
(1239, '2022-10-17 15:11:18', 42, 'UPDATE', '', 'id=86 cola_id=11 proceso_id=14 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:11:18 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(1240, '2022-10-17 15:11:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 prioritario=1 posicion=7 estado=generado id=92 ', b'0'),
(1241, '2022-10-17 15:13:11', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=1 estado=generado id=93 ', b'0'),
(1242, '2022-10-17 15:15:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=31 posicion=1 estado=generado id=94 ', b'0'),
(1243, '2022-10-17 15:17:37', 42, 'UPDATE', '', 'id=92 cola_id=11 proceso_id=32 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:17:37 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1244, '2022-10-17 15:17:47', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=10 estado=generado id=95 ', b'0'),
(1245, '2022-10-17 15:18:32', 42, 'UPDATE', '', 'id=92 cola_id=11 proceso_id=32 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:17:37 contador_llamada=1 comienzo_atencion=2022-10-17 15:18:32 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1246, '2022-10-17 15:21:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=28 posicion=1 estado=generado id=96 ', b'0'),
(1247, '2022-10-17 15:23:14', 42, 'UPDATE', '', 'id=92 cola_id=11 proceso_id=32 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:17:37 contador_llamada=1 comienzo_atencion=2022-10-17 15:18:32 fin_atencion=2022-10-17 15:23:14 prioritario=1 estado=finalizado llamado=1 updated_by=42 sol', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(1248, '2022-10-17 15:23:27', 42, 'UPDATE', '', 'id=86 cola_id=11 proceso_id=14 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:23:27 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(1249, '2022-10-17 15:23:43', 44, 'UPDATE', '', 'id=89 cola_id=11 proceso_id=14 posicion=18 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:23:43 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1250, '2022-10-17 15:24:01', 44, 'UPDATE', '', 'id=89 cola_id=11 proceso_id=14 posicion=18 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:23:43 contador_llamada=1 comienzo_atencion=2022-10-17 15:24:01 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1251, '2022-10-17 15:24:05', 42, 'UPDATE', '', 'id=86 cola_id=11 proceso_id=14 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:24:05 contador_llamada=4 estado=generado llamado=1 updated_by=42 ', b'0'),
(1252, '2022-10-17 15:24:19', 42, 'UPDATE', '', 'id=86 cola_id=11 proceso_id=14 posicion=17 operador_id=42 momento_llamada=2022-10-17 15:24:05 contador_llamada=4 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1253, '2022-10-17 15:24:33', 42, 'UPDATE', '', 'id=88 cola_id=11 proceso_id=30 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:24:33 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1254, '2022-10-17 15:24:56', 42, 'UPDATE', '', 'id=88 cola_id=11 proceso_id=30 posicion=1 operador_id=42 momento_llamada=2022-10-17 15:24:33 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1255, '2022-10-17 15:25:01', 42, 'UPDATE', '', 'id=90 cola_id=11 proceso_id=14 posicion=19 estado=desplazado updated_by=42 ', b'0'),
(1256, '2022-10-17 15:25:21', 42, 'UPDATE', '', 'id=88 cola_id=11 proceso_id=30 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:24:33 contador_llamada=1 comienzo_atencion=2022-10-17 15:25:21 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1257, '2022-10-17 15:27:50', 42, 'UPDATE', '', 'id=88 cola_id=11 proceso_id=30 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:24:33 contador_llamada=1 comienzo_atencion=2022-10-17 15:25:21 fin_atencion=2022-10-17 15:27:50 estado=finalizado llamado=1 updated_by=42 solicitar_cal=1 ', b'0'),
(1258, '2022-10-17 15:27:53', 42, 'UPDATE', '', 'id=91 cola_id=11 proceso_id=14 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:27:53 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1259, '2022-10-17 15:28:27', 42, 'UPDATE', '', 'id=91 cola_id=11 proceso_id=14 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:27:53 contador_llamada=1 comienzo_atencion=2022-10-17 15:28:27 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1260, '2022-10-17 15:29:32', 44, 'UPDATE', '', 'id=89 cola_id=11 proceso_id=14 posicion=18 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:23:43 contador_llamada=1 comienzo_atencion=2022-10-17 15:24:01 fin_atencion=2022-10-17 15:29:32 estado=finalizado updated_by=44 ', b'0'),
(1261, '2022-10-17 15:30:26', 44, 'UPDATE', '', 'id=93 cola_id=11 proceso_id=33 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:30:26 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1262, '2022-10-17 15:30:33', 44, 'UPDATE', '', 'id=93 cola_id=11 proceso_id=33 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:30:26 contador_llamada=1 comienzo_atencion=2022-10-17 15:30:33 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1263, '2022-10-17 15:31:01', 44, 'UPDATE', '', 'id=93 cola_id=11 proceso_id=33 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:30:26 contador_llamada=1 comienzo_atencion=2022-10-17 15:30:33 fin_atencion=2022-10-17 15:31:01 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1264, '2022-10-17 15:31:06', 44, 'UPDATE', '', 'id=94 cola_id=11 proceso_id=31 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:31:06 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1265, '2022-10-17 15:31:25', 44, 'UPDATE', '', 'id=94 cola_id=11 proceso_id=31 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:31:25 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(1266, '2022-10-17 15:31:39', 44, 'UPDATE', '', 'id=94 cola_id=11 proceso_id=31 posicion=1 operador_id=44 momento_llamada=2022-10-17 15:31:25 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(1267, '2022-10-17 15:31:45', 44, 'UPDATE', '', 'id=95 cola_id=11 proceso_id=24 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:31:45 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1268, '2022-10-17 15:31:57', 44, 'UPDATE', '', 'id=95 cola_id=11 proceso_id=24 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:31:57 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(1269, '2022-10-17 15:32:16', 44, 'UPDATE', '', 'id=95 cola_id=11 proceso_id=24 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:31:57 contador_llamada=2 comienzo_atencion=2022-10-17 15:32:16 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1270, '2022-10-17 15:32:25', 44, 'UPDATE', '', 'id=95 cola_id=11 proceso_id=24 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:31:57 contador_llamada=2 comienzo_atencion=2022-10-17 15:32:16 fin_atencion=2022-10-17 15:32:25 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1271, '2022-10-17 15:32:29', 44, 'UPDATE', '', 'id=94 cola_id=11 proceso_id=31 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:31:25 contador_llamada=2 comienzo_atencion=2022-10-17 15:32:29 estado=atendiendo updated_by=44 ', b'0'),
(1272, '2022-10-17 15:32:37', 44, 'UPDATE', '', 'id=94 cola_id=11 proceso_id=31 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:31:25 contador_llamada=2 comienzo_atencion=2022-10-17 15:32:29 fin_atencion=2022-10-17 15:32:37 estado=finalizado updated_by=44 ', b'0'),
(1273, '2022-10-17 15:32:42', 44, 'UPDATE', '', 'id=96 cola_id=11 proceso_id=28 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:32:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1274, '2022-10-17 15:32:57', 44, 'UPDATE', '', 'id=96 cola_id=11 proceso_id=28 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:32:42 contador_llamada=1 comienzo_atencion=2022-10-17 15:32:57 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1275, '2022-10-17 15:33:32', 44, 'UPDATE', '', 'id=96 cola_id=11 proceso_id=28 posicion=1 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:32:42 contador_llamada=1 comienzo_atencion=2022-10-17 15:32:57 fin_atencion=2022-10-17 15:33:32 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1276, '2022-10-17 15:33:38', 44, 'UPDATE', '', 'id=90 cola_id=11 proceso_id=14 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:33:38 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1277, '2022-10-17 15:33:50', 44, 'UPDATE', '', 'id=90 cola_id=11 proceso_id=14 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:33:38 contador_llamada=1 comienzo_atencion=2022-10-17 15:33:50 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1278, '2022-10-17 15:34:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 prioritario=1 posicion=2 estado=generado id=97 ', b'0'),
(1279, '2022-10-17 15:34:54', 44, 'UPDATE', '', 'id=90 cola_id=11 proceso_id=14 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:33:38 contador_llamada=1 comienzo_atencion=2022-10-17 15:33:50 fin_atencion=2022-10-17 15:34:54 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1280, '2022-10-17 15:34:57', 44, 'UPDATE', '', 'id=86 cola_id=11 proceso_id=14 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:34:57 contador_llamada=5 estado=generado llamado=1 updated_by=44 ', b'0'),
(1281, '2022-10-17 15:35:29', 44, 'UPDATE', '', 'id=97 cola_id=11 proceso_id=33 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:35:29 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1282, '2022-10-17 15:35:46', 44, 'UPDATE', '', 'id=97 cola_id=11 proceso_id=33 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:35:29 contador_llamada=1 comienzo_atencion=2022-10-17 15:35:46 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1283, '2022-10-17 15:37:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=18 estado=generado id=98 ', b'0'),
(1284, '2022-10-17 15:37:48', 41, 'UPDATE', '', 'id=98 cola_id=11 proceso_id=15 posicion=18 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 15:37:48 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1285, '2022-10-17 15:38:01', 41, 'UPDATE', '', 'id=98 cola_id=11 proceso_id=15 posicion=18 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 15:37:48 contador_llamada=1 comienzo_atencion=2022-10-17 15:38:01 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1286, '2022-10-17 15:38:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=6 estado=generado id=99 ', b'0'),
(1287, '2022-10-17 15:39:32', 42, 'UPDATE', '', 'id=91 cola_id=11 proceso_id=14 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:27:53 contador_llamada=1 comienzo_atencion=2022-10-17 15:28:27 fin_atencion=2022-10-17 15:39:32 estado=finalizado updated_by=42 ', b'0'),
(1288, '2022-10-17 15:39:39', 42, 'UPDATE', '', 'id=99 cola_id=11 proceso_id=19 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:39:39 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1289, '2022-10-17 15:40:26', 42, 'UPDATE', '', 'id=99 cola_id=11 proceso_id=19 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:39:39 contador_llamada=1 comienzo_atencion=2022-10-17 15:40:26 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1290, '2022-10-17 15:41:25', 44, 'UPDATE', '', 'id=97 cola_id=11 proceso_id=33 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:35:29 contador_llamada=1 comienzo_atencion=2022-10-17 15:35:46 fin_atencion=2022-10-17 15:41:25 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(1291, '2022-10-17 15:41:27', 44, 'UPDATE', '', 'id=86 cola_id=11 proceso_id=14 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:41:27 contador_llamada=6 estado=generado llamado=1 updated_by=44 ', b'0'),
(1292, '2022-10-17 15:43:00', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=4 estado=generado id=100 ', b'0'),
(1293, '2022-10-17 15:46:31', 42, 'UPDATE', '', 'id=99 cola_id=11 proceso_id=19 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:39:39 contador_llamada=1 comienzo_atencion=2022-10-17 15:40:26 fin_atencion=2022-10-17 15:46:30 estado=finalizado updated_by=42 ', b'0'),
(1294, '2022-10-17 15:46:32', 42, 'UPDATE', '', 'id=100 cola_id=11 proceso_id=26 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:46:32 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1295, '2022-10-17 15:46:56', 42, 'UPDATE', '', 'id=100 cola_id=11 proceso_id=26 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:46:32 contador_llamada=1 comienzo_atencion=2022-10-17 15:46:56 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1296, '2022-10-17 15:47:11', 42, 'UPDATE', '', 'id=100 cola_id=11 proceso_id=26 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:46:32 contador_llamada=1 comienzo_atencion=2022-10-17 15:46:56 fin_atencion=2022-10-17 15:47:11 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1297, '2022-10-17 15:47:15', 42, 'UPDATE', '', 'id=81 cola_id=11 proceso_id=17 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:47:15 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1298, '2022-10-17 15:47:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=11 estado=generado id=101 ', b'0'),
(1299, '2022-10-17 15:47:41', 42, 'UPDATE', '', 'id=81 cola_id=11 proceso_id=17 posicion=5 operador_id=42 momento_llamada=2022-10-17 15:47:15 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1300, '2022-10-17 15:47:44', 42, 'UPDATE', '', 'id=101 cola_id=11 proceso_id=24 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:47:44 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1301, '2022-10-17 15:48:12', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=3 estado=generado id=102 ', b'0'),
(1302, '2022-10-17 15:48:47', 42, 'UPDATE', '', 'id=101 cola_id=11 proceso_id=24 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:47:44 contador_llamada=1 comienzo_atencion=2022-10-17 15:48:47 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1303, '2022-10-17 15:49:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=8 estado=generado id=103 ', b'0'),
(1304, '2022-10-17 15:49:59', 44, 'UPDATE', '', 'id=86 cola_id=11 proceso_id=14 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:41:27 contador_llamada=6 comienzo_atencion=2022-10-17 15:49:59 estado=atendiendo updated_by=44 ', b'0'),
(1305, '2022-10-17 15:50:04', 44, 'UPDATE', '', 'id=86 cola_id=11 proceso_id=14 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:41:27 contador_llamada=6 comienzo_atencion=2022-10-17 15:49:59 fin_atencion=2022-10-17 15:50:04 estado=finalizado updated_by=44 ', b'0'),
(1306, '2022-10-17 15:50:07', 44, 'UPDATE', '', 'id=102 cola_id=11 proceso_id=33 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:50:07 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1307, '2022-10-17 15:50:14', 41, 'UPDATE', '', 'id=98 cola_id=11 proceso_id=15 posicion=18 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 15:37:48 contador_llamada=1 comienzo_atencion=2022-10-17 15:38:01 fin_atencion=2022-10-17 15:50:14 estado=finalizado updated_by=41 ', b'0'),
(1308, '2022-10-17 15:52:07', 42, 'UPDATE', '', 'id=101 cola_id=11 proceso_id=24 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:47:44 contador_llamada=1 comienzo_atencion=2022-10-17 15:48:47 fin_atencion=2022-10-17 15:52:07 estado=finalizado updated_by=42 ', b'0'),
(1309, '2022-10-17 15:52:08', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=19 estado=generado id=104 ', b'0'),
(1310, '2022-10-17 15:53:22', 42, 'UPDATE', '', 'id=103 cola_id=11 proceso_id=25 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:53:22 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1311, '2022-10-17 15:53:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=20 estado=generado id=105 ', b'0'),
(1312, '2022-10-17 15:53:46', 42, 'UPDATE', '', 'id=103 cola_id=11 proceso_id=25 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:53:22 contador_llamada=1 comienzo_atencion=2022-10-17 15:53:46 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1313, '2022-10-17 15:53:51', 42, 'UPDATE', '', 'id=103 cola_id=11 proceso_id=25 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:53:22 contador_llamada=1 comienzo_atencion=2022-10-17 15:53:46 fin_atencion=2022-10-17 15:53:51 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1314, '2022-10-17 15:53:53', 42, 'UPDATE', '', 'id=104 cola_id=11 proceso_id=15 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:53:53 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1315, '2022-10-17 15:54:01', 42, 'UPDATE', '', 'id=104 cola_id=11 proceso_id=15 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:53:53 contador_llamada=1 comienzo_atencion=2022-10-17 15:54:01 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1316, '2022-10-17 15:54:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=21 estado=generado id=106 ', b'0'),
(1317, '2022-10-17 15:54:10', 42, 'UPDATE', '', 'id=104 cola_id=11 proceso_id=15 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:53:53 contador_llamada=1 comienzo_atencion=2022-10-17 15:54:01 fin_atencion=2022-10-17 15:54:10 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1318, '2022-10-17 15:54:19', 42, 'UPDATE', '', 'id=106 cola_id=11 proceso_id=15 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:54:19 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1319, '2022-10-17 15:54:50', 42, 'UPDATE', '', 'id=106 cola_id=11 proceso_id=15 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:54:19 contador_llamada=1 comienzo_atencion=2022-10-17 15:54:50 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1320, '2022-10-17 15:54:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=21 estado=generado id=107 ', b'0'),
(1321, '2022-10-17 15:56:06', 44, 'UPDATE', '', 'id=102 cola_id=11 proceso_id=33 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:50:07 contador_llamada=1 comienzo_atencion=2022-10-17 15:56:06 estado=atendiendo updated_by=44 ', b'0'),
(1322, '2022-10-17 15:56:11', 44, 'UPDATE', '', 'id=102 cola_id=11 proceso_id=33 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:50:07 contador_llamada=1 comienzo_atencion=2022-10-17 15:56:06 fin_atencion=2022-10-17 15:56:11 estado=finalizado updated_by=44 ', b'0'),
(1323, '2022-10-17 15:56:14', 44, 'UPDATE', '', 'id=105 cola_id=11 proceso_id=15 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:56:14 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1324, '2022-10-17 15:56:51', 42, 'UPDATE', '', 'id=106 cola_id=11 proceso_id=15 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:54:19 contador_llamada=1 comienzo_atencion=2022-10-17 15:54:50 fin_atencion=2022-10-17 15:56:51 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(1325, '2022-10-17 15:57:06', 42, 'UPDATE', '', 'id=107 cola_id=11 proceso_id=14 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:57:06 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1326, '2022-10-17 15:57:50', 42, 'UPDATE', '', 'id=107 cola_id=11 proceso_id=14 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:57:06 contador_llamada=1 comienzo_atencion=2022-10-17 15:57:50 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1327, '2022-10-17 15:59:01', 44, 'UPDATE', '', 'id=105 cola_id=11 proceso_id=15 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:56:14 contador_llamada=1 comienzo_atencion=2022-10-17 15:59:01 estado=atendiendo updated_by=44 ', b'0'),
(1328, '2022-10-17 15:59:06', 44, 'UPDATE', '', 'id=105 cola_id=11 proceso_id=15 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:56:14 contador_llamada=1 comienzo_atencion=2022-10-17 15:59:01 fin_atencion=2022-10-17 15:59:06 estado=finalizado updated_by=44 ', b'0'),
(1329, '2022-10-17 15:59:14', 44, 'UPDATE', '', 'id=81 cola_id=11 proceso_id=17 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:47:15 contador_llamada=1 comienzo_atencion=2022-10-17 15:59:14 estado=atendiendo updated_by=42 ', b'0'),
(1330, '2022-10-17 15:59:25', 44, 'UPDATE', '', 'id=81 cola_id=11 proceso_id=17 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 15:47:15 contador_llamada=1 comienzo_atencion=2022-10-17 15:59:14 fin_atencion=2022-10-17 15:59:25 estado=finalizado updated_by=42 ', b'0'),
(1331, '2022-10-17 16:00:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=22 estado=generado id=108 ', b'0'),
(1332, '2022-10-17 16:01:09', 41, 'UPDATE', '', 'id=108 cola_id=11 proceso_id=15 posicion=22 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 16:01:09 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1333, '2022-10-17 16:01:32', 41, 'UPDATE', '', 'id=108 cola_id=11 proceso_id=15 posicion=22 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 16:01:09 contador_llamada=1 comienzo_atencion=2022-10-17 16:01:32 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1334, '2022-10-17 16:02:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=4 estado=generado id=109 ', b'0'),
(1335, '2022-10-17 16:05:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=12 estado=generado id=110 ', b'0'),
(1336, '2022-10-17 16:05:59', 44, 'UPDATE', '', 'id=110 cola_id=11 proceso_id=24 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 16:05:59 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1337, '2022-10-17 16:06:10', 44, 'UPDATE', '', 'id=110 cola_id=11 proceso_id=24 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 16:05:59 contador_llamada=1 comienzo_atencion=2022-10-17 16:06:10 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1338, '2022-10-17 16:12:41', 44, 'UPDATE', '', 'id=110 cola_id=11 proceso_id=24 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 16:05:59 contador_llamada=1 comienzo_atencion=2022-10-17 16:06:10 fin_atencion=2022-10-17 16:12:41 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1339, '2022-10-17 16:14:36', 41, 'UPDATE', '', 'id=108 cola_id=11 proceso_id=15 posicion=22 modulo_id=14 operador_id=41 momento_llamada=2022-10-17 16:01:09 contador_llamada=1 comienzo_atencion=2022-10-17 16:01:32 fin_atencion=2022-10-17 16:14:36 estado=finalizado updated_by=41 ', b'0'),
(1340, '2022-10-17 16:15:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=23 estado=generado id=111 ', b'0'),
(1341, '2022-10-17 16:15:41', 44, 'UPDATE', '', 'id=111 cola_id=11 proceso_id=15 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 16:15:41 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1342, '2022-10-17 16:16:07', 44, 'UPDATE', '', 'id=111 cola_id=11 proceso_id=15 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 16:16:07 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1343, '2022-10-17 16:16:20', 44, 'UPDATE', '', 'id=111 cola_id=11 proceso_id=15 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 16:16:07 contador_llamada=2 comienzo_atencion=2022-10-17 16:16:20 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1344, '2022-10-17 16:20:48', 43, 'UPDATE', '', 'id=109 cola_id=11 proceso_id=29 posicion=4 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 16:20:48 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1345, '2022-10-17 16:20:57', 43, 'UPDATE', '', 'id=109 cola_id=11 proceso_id=29 posicion=4 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 16:20:48 contador_llamada=1 comienzo_atencion=2022-10-17 16:20:57 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(1346, '2022-10-17 16:22:52', 44, 'UPDATE', '', 'id=111 cola_id=11 proceso_id=15 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-17 16:16:07 contador_llamada=2 comienzo_atencion=2022-10-17 16:16:20 fin_atencion=2022-10-17 16:22:52 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(1347, '2022-10-17 16:23:21', 43, 'UPDATE', '', 'id=109 cola_id=11 proceso_id=29 posicion=4 modulo_id=22 operador_id=43 momento_llamada=2022-10-17 16:20:48 contador_llamada=1 comienzo_atencion=2022-10-17 16:20:57 fin_atencion=2022-10-17 16:23:21 estado=finalizado llamado=1 updated_by=43 ', b'0'),
(1348, '2022-10-17 16:27:20', 42, 'UPDATE', '', 'id=107 cola_id=11 proceso_id=14 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-17 15:57:06 contador_llamada=1 comienzo_atencion=2022-10-17 15:57:50 fin_atencion=2022-10-17 16:27:20 estado=finalizado updated_by=42 ', b'0'),
(1349, '2022-10-17 16:53:54', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(1350, '2022-10-17 16:54:16', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=41 ', b'0'),
(1351, '2022-10-17 16:58:03', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(1352, '2022-10-17 16:58:16', 41, 'EXIT', 'LOGOUT', '', b'0'),
(1353, '2022-10-17 16:59:19', 0, 'EXIT', 'LOGOUT', '', b'0'),
(1354, '2022-10-17 17:41:37', 30, 'CREATE', '', 'cola_id=13 posicion=112 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(1355, '2022-10-17 17:44:56', 30, 'CREATE', '', 'cola_id=13 posicion=113 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(1356, '2022-10-17 21:12:12', 30, 'EXIT', 'LOGOUT', '', b'0'),
(1357, '2022-10-17 21:12:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=22 estado=generado id=114 ', b'0'),
(1358, '2022-10-17 21:14:07', 43, 'ENTRY', 'LOGIN', '', b'0'),
(1359, '2022-10-17 21:14:23', 43, 'UPDATE', '', 'id=114 cola_id=11 proceso_id=14 posicion=22 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-17 21:14:23 estado=atendiendo ', b'0'),
(1360, '2022-10-18 08:02:14', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=7 estado=generado id=115 ', b'0'),
(1361, '2022-10-18 08:02:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=9 estado=generado id=116 ', b'0'),
(1362, '2022-10-18 08:07:42', 42, 'ENTRY', 'LOGIN', '', b'0'),
(1363, '2022-10-18 08:08:07', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:08:07 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1364, '2022-10-18 08:08:21', 43, 'EXIT', 'LOGOUT', '', b'0'),
(1365, '2022-10-18 08:08:22', 0, 'EXIT', 'LOGOUT', '', b'0'),
(1366, '2022-10-18 08:08:46', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:08:46 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(1367, '2022-10-18 08:08:50', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:08:50 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(1368, '2022-10-18 08:09:23', 30, 'ENTRY', 'LOGIN', '', b'0'),
(1369, '2022-10-18 08:10:13', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:10:13 contador_llamada=4 estado=generado llamado=1 updated_by=42 ', b'0'),
(1370, '2022-10-18 08:10:28', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:10:28 contador_llamada=5 estado=generado llamado=1 updated_by=42 ', b'0'),
(1371, '2022-10-18 08:11:16', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:11:16 contador_llamada=6 estado=generado llamado=1 updated_by=42 ', b'0'),
(1372, '2022-10-18 08:11:18', 44, 'ENTRY', 'LOGIN', '', b'0'),
(1373, '2022-10-18 08:11:28', 44, 'UPDATE', '', 'id=116 cola_id=11 proceso_id=25 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 08:11:28 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1374, '2022-10-18 08:11:34', 44, 'UPDATE', '', 'id=116 cola_id=11 proceso_id=25 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 08:11:28 contador_llamada=1 comienzo_atencion=2022-10-18 08:11:34 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1375, '2022-10-18 08:11:40', 44, 'UPDATE', '', 'id=116 cola_id=11 proceso_id=25 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 08:11:28 contador_llamada=1 comienzo_atencion=2022-10-18 08:11:34 fin_atencion=2022-10-18 08:11:40 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1376, '2022-10-18 08:12:45', 41, 'ENTRY', 'LOGIN', '', b'0'),
(1377, '2022-10-18 08:12:59', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=41 ', b'0'),
(1378, '2022-10-18 08:16:16', 30, 'ENTRY', 'LOGIN', '', b'0'),
(1379, '2022-10-18 08:17:09', 30, 'CREATE', 'USUARIO', 'name=Manuel Salvador cedula=101999282 email=manuel1986124@gmail.com telefono=09909982 direccion=Santa Elena urbanización el Delfin Mz 3 V 10 otd=0817091810 idrol=4 departamento_id=1 oficina_id=3 id=48 ', b'0'),
(1380, '2022-10-18 08:17:30', 30, 'UPDATE', 'USUARIO', 'id=48 departamento_id=1 oficina_id=3 name=Manuel Salvador email=manuel1986124@gmail.com idrol=4 cedula=101999282 foto=default-user.png telefono=09909982 direccion=Santa Elena urbanización el Delfin Mz 3 V 10 estado=1 etapaCuenta=1 otd=manuel1986124 ', b'0'),
(1381, '2022-10-18 08:17:34', 30, 'EXIT', 'LOGOUT', '', b'0'),
(1382, '2022-10-18 08:17:41', 48, 'ENTRY', 'LOGIN', '', b'0'),
(1383, '2022-10-18 08:17:55', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=24 estado=generado id=117 ', b'0'),
(1384, '2022-10-18 08:18:37', 44, 'UPDATE', '', 'id=117 cola_id=11 proceso_id=15 posicion=24 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-18 08:18:37 prioritario=1 estado=atendiendo ', b'0'),
(1385, '2022-10-18 08:21:07', 48, 'UPDATE', 'USUARIO', 'id=43 departamento_id=1 oficina_id=3 name=Manuel Salvador email=manuel.salvador@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=0000000003 foto=default-user.png telefono=0999999999 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=manuel.salvador ', b'0'),
(1386, '2022-10-18 08:21:35', 43, 'ENTRY', 'LOGIN', '', b'0'),
(1387, '2022-10-18 08:22:34', 43, 'UPDATE', '', 'id=114 cola_id=11 proceso_id=14 posicion=22 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-17 21:14:23 fin_atencion=2022-10-18 08:22:34 estado=finalizado ', b'0'),
(1388, '2022-10-18 08:30:38', 43, 'UPDATE', '', 'id=22 dep_ofi=5 nombre=Módulo 4 abreviacion=M4 ', b'0'),
(1389, '2022-10-18 08:30:50', 43, 'UPDATE', '', 'id=22 dep_ofi=5 nombre=Módulo 4 abreviacion=M4 operador_id=43 ', b'0'),
(1390, '2022-10-18 08:35:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=23 estado=generado id=118 ', b'0'),
(1391, '2022-10-18 08:36:20', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=14 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:36:20 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1392, '2022-10-18 08:37:44', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=14 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:36:20 contador_llamada=1 comienzo_atencion=2022-10-18 08:37:44 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1393, '2022-10-18 08:39:10', 48, 'CREATE', '', 'cola_id=13 posicion=119 cedula_cliente=1306319128 cuenta_debit=134541111 oficina=3 estado=finalizado tipo=4 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(1394, '2022-10-18 08:48:38', 48, 'DELETE', '', 'id=35 nombre=ENTREGA DE PAGARE letra=EP estado=1 parent_id=2 ', b'0'),
(1395, '2022-10-18 08:48:58', 44, 'UPDATE', '', 'id=117 cola_id=11 proceso_id=15 posicion=24 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-18 08:18:37 fin_atencion=2022-10-18 08:48:58 prioritario=1 estado=finalizado ', b'0'),
(1396, '2022-10-18 08:49:31', 48, 'EXIT', 'LOGOUT', '', b'0'),
(1397, '2022-10-18 08:50:26', 43, 'ENTRY', 'LOGIN', '', b'0'),
(1398, '2022-10-18 08:52:32', 43, 'EXIT', 'LOGOUT', '', b'0'),
(1399, '2022-10-18 08:57:01', 42, 'UPDATE', '', 'id=118 cola_id=11 proceso_id=14 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:36:20 contador_llamada=1 comienzo_atencion=2022-10-18 08:37:44 fin_atencion=2022-10-18 08:57:01 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1400, '2022-10-18 08:57:30', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:57:30 contador_llamada=7 estado=generado llamado=1 updated_by=42 ', b'0'),
(1401, '2022-10-18 08:58:50', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 08:58:49 contador_llamada=8 estado=generado llamado=1 updated_by=42 ', b'0'),
(1402, '2022-10-18 09:00:14', 30, 'CREATE', 'USUARIO', 'name=Xavier Giler cedula=12344221 email=xavier28xc@gmail.com telefono=12312424 direccion=Chone otd=0900141810 idrol=4 departamento_id=1 oficina_id=3 id=49 ', b'0'),
(1403, '2022-10-18 09:00:27', 30, 'UPDATE', 'USUARIO', 'id=49 departamento_id=1 oficina_id=3 name=Xavier Giler email=xavier28xc@gmail.com idrol=4 cedula=12344221 foto=default-user.png telefono=12312424 direccion=Chone estado=1 etapaCuenta=1 otd=xavier28xc ', b'0'),
(1404, '2022-10-18 09:00:39', 49, 'ENTRY', 'LOGIN', '', b'0'),
(1405, '2022-10-18 09:01:10', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 operador_id=42 momento_llamada=2022-10-18 08:58:49 contador_llamada=8 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1406, '2022-10-18 09:05:01', 44, 'ENTRY', 'LOGIN', '', b'0'),
(1407, '2022-10-18 09:06:12', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(1408, '2022-10-18 09:06:21', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(1409, '2022-10-18 09:06:42', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(1410, '2022-10-18 09:06:48', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(1411, '2022-10-18 09:07:09', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(1412, '2022-10-18 09:07:10', 44, 'UPDATE', '', 'id=27 dep_ofi=5 nombre=Prueba abreviacion=P4 operador_id=44 ', b'0'),
(1413, '2022-10-18 09:07:25', 44, 'UPDATE', '', 'id=27 dep_ofi=5 nombre=Prueba abreviacion=P4 ', b'0'),
(1414, '2022-10-18 09:07:25', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(1415, '2022-10-18 09:10:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=3 estado=generado id=120 ', b'0'),
(1416, '2022-10-18 09:10:37', 42, 'UPDATE', '', 'id=120 cola_id=11 proceso_id=23 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:10:37 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1417, '2022-10-18 09:11:34', 42, 'UPDATE', '', 'id=120 cola_id=11 proceso_id=23 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:10:37 contador_llamada=1 comienzo_atencion=2022-10-18 09:11:34 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1418, '2022-10-18 09:12:09', 42, 'UPDATE', '', 'id=120 cola_id=11 proceso_id=23 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:10:37 contador_llamada=1 comienzo_atencion=2022-10-18 09:11:34 fin_atencion=2022-10-18 09:12:09 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1419, '2022-10-18 09:14:49', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=10 estado=generado id=121 ', b'0'),
(1420, '2022-10-18 09:17:12', 42, 'UPDATE', '', 'id=121 cola_id=11 proceso_id=25 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:17:12 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1421, '2022-10-18 09:17:25', 42, 'UPDATE', '', 'id=121 cola_id=11 proceso_id=25 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:17:12 contador_llamada=1 comienzo_atencion=2022-10-18 09:17:25 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1422, '2022-10-18 09:17:37', 43, 'ENTRY', 'LOGIN', '', b'0'),
(1423, '2022-10-18 09:19:11', 42, 'UPDATE', '', 'id=121 cola_id=11 proceso_id=25 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:17:12 contador_llamada=1 comienzo_atencion=2022-10-18 09:17:25 fin_atencion=2022-10-18 09:19:11 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1424, '2022-10-18 09:19:24', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:19:24 contador_llamada=9 estado=generado llamado=1 updated_by=42 ', b'0'),
(1425, '2022-10-18 09:19:38', 42, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 operador_id=42 momento_llamada=2022-10-18 09:19:24 contador_llamada=9 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1426, '2022-10-18 09:25:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=24 estado=generado id=122 ', b'0'),
(1427, '2022-10-18 09:25:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=25 estado=generado id=123 ', b'0'),
(1428, '2022-10-18 09:25:50', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=8 estado=generado id=124 ', b'0'),
(1429, '2022-10-18 09:26:01', 42, 'UPDATE', '', 'id=122 cola_id=11 proceso_id=14 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:26:01 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1430, '2022-10-18 09:26:44', 42, 'UPDATE', '', 'id=122 cola_id=11 proceso_id=14 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:26:01 contador_llamada=1 comienzo_atencion=2022-10-18 09:26:44 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1431, '2022-10-18 09:27:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=25 estado=generado id=125 ', b'0'),
(1432, '2022-10-18 09:27:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=28 posicion=2 estado=generado id=126 ', b'0'),
(1433, '2022-10-18 09:30:02', 41, 'UPDATE', '', 'id=125 cola_id=11 proceso_id=15 posicion=25 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 09:30:02 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1434, '2022-10-18 09:30:11', 41, 'UPDATE', '', 'id=125 cola_id=11 proceso_id=15 posicion=25 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 09:30:02 contador_llamada=1 comienzo_atencion=2022-10-18 09:30:11 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1435, '2022-10-18 09:32:16', 44, 'UPDATE', '', 'id=123 cola_id=11 proceso_id=14 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 09:32:16 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1436, '2022-10-18 09:32:52', 44, 'UPDATE', '', 'id=123 cola_id=11 proceso_id=14 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 09:32:16 contador_llamada=1 comienzo_atencion=2022-10-18 09:32:52 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1437, '2022-10-18 09:36:57', 42, 'UPDATE', '', 'id=122 cola_id=11 proceso_id=14 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:26:01 contador_llamada=1 comienzo_atencion=2022-10-18 09:26:44 fin_atencion=2022-10-18 09:36:57 estado=finalizado updated_by=42 ', b'0'),
(1438, '2022-10-18 09:37:01', 42, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=32 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:37:01 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1439, '2022-10-18 09:37:16', 42, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=32 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:37:01 contador_llamada=1 comienzo_atencion=2022-10-18 09:37:16 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1440, '2022-10-18 09:40:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=26 estado=generado id=127 ', b'0'),
(1441, '2022-10-18 09:41:16', 42, 'EXIT', 'LOGOUT', '', b'0'),
(1442, '2022-10-18 09:41:19', 41, 'UPDATE', '', 'id=125 cola_id=11 proceso_id=15 posicion=25 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 09:30:02 contador_llamada=1 comienzo_atencion=2022-10-18 09:30:11 fin_atencion=2022-10-18 09:41:19 estado=finalizado updated_by=41 ', b'0'),
(1443, '2022-10-18 09:41:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=27 estado=generado id=128 ', b'0'),
(1444, '2022-10-18 09:41:52', 42, 'ENTRY', 'LOGIN', '', b'0'),
(1445, '2022-10-18 09:42:16', 42, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=32 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:42:16 contador_llamada=2 comienzo_atencion=2022-10-18 09:37:16 estado=generado llamado=1 updated_by=42 ', b'0'),
(1446, '2022-10-18 09:43:14', 42, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=32 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:43:14 contador_llamada=3 comienzo_atencion=2022-10-18 09:37:16 estado=generado llamado=1 updated_by=42 ', b'0'),
(1447, '2022-10-18 09:43:37', 42, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=32 posicion=8 operador_id=42 momento_llamada=2022-10-18 09:43:14 contador_llamada=3 comienzo_atencion=2022-10-18 09:37:16 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1448, '2022-10-18 09:43:43', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=11 estado=generado id=129 ', b'0'),
(1449, '2022-10-18 09:43:55', 42, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=28 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:43:55 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1450, '2022-10-18 09:44:07', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 prioritario=1 posicion=4 estado=generado id=130 ', b'0'),
(1451, '2022-10-18 09:44:57', 42, 'UPDATE', '', 'id=130 cola_id=11 proceso_id=23 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:44:57 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1452, '2022-10-18 09:45:18', 42, 'UPDATE', '', 'id=130 cola_id=11 proceso_id=23 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:44:57 contador_llamada=1 comienzo_atencion=2022-10-18 09:45:18 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1453, '2022-10-18 09:45:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=6 estado=generado id=131 ', b'0'),
(1454, '2022-10-18 09:46:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=28 estado=generado id=132 ', b'0'),
(1455, '2022-10-18 09:48:30', 44, 'UPDATE', '', 'id=123 cola_id=11 proceso_id=14 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 09:32:16 contador_llamada=1 comienzo_atencion=2022-10-18 09:32:52 fin_atencion=2022-10-18 09:48:30 estado=finalizado updated_by=44 ', b'0'),
(1456, '2022-10-18 09:48:33', 44, 'UPDATE', '', 'id=132 cola_id=11 proceso_id=14 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 09:48:33 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1457, '2022-10-18 09:48:34', 43, 'UPDATE', '', 'id=127 cola_id=11 proceso_id=14 posicion=26 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 09:48:34 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1458, '2022-10-18 09:48:46', 44, 'UPDATE', '', 'id=132 cola_id=11 proceso_id=14 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 09:48:46 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1459, '2022-10-18 09:48:51', 42, 'UPDATE', '', 'id=130 cola_id=11 proceso_id=23 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:44:57 contador_llamada=1 comienzo_atencion=2022-10-18 09:45:18 fin_atencion=2022-10-18 09:48:51 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(1460, '2022-10-18 09:48:59', 44, 'UPDATE', '', 'id=132 cola_id=11 proceso_id=14 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 09:48:46 contador_llamada=2 comienzo_atencion=2022-10-18 09:48:59 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1461, '2022-10-18 09:49:18', 43, 'UPDATE', '', 'id=127 cola_id=11 proceso_id=14 posicion=26 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 09:49:18 contador_llamada=2 estado=generado llamado=1 updated_by=43 ', b'0'),
(1462, '2022-10-18 09:49:35', 42, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=28 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:49:35 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(1463, '2022-10-18 09:49:36', 43, 'UPDATE', '', 'id=127 cola_id=11 proceso_id=14 posicion=26 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 09:49:18 contador_llamada=2 comienzo_atencion=2022-10-18 09:49:36 estado=atendiendo updated_by=43 ', b'0'),
(1464, '2022-10-18 09:49:54', 42, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=28 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:49:54 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(1465, '2022-10-18 09:50:17', 42, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=28 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:50:17 contador_llamada=4 estado=generado llamado=1 updated_by=42 ', b'0'),
(1466, '2022-10-18 09:50:31', 42, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=28 posicion=2 operador_id=42 momento_llamada=2022-10-18 09:50:17 contador_llamada=4 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1467, '2022-10-18 09:50:35', 42, 'UPDATE', '', 'id=128 cola_id=11 proceso_id=14 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:50:35 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1468, '2022-10-18 09:53:35', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=26 estado=generado id=133 ', b'0'),
(1469, '2022-10-18 09:54:04', 41, 'UPDATE', '', 'id=133 cola_id=11 proceso_id=15 posicion=26 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 09:54:04 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1470, '2022-10-18 09:54:45', 41, 'UPDATE', '', 'id=133 cola_id=11 proceso_id=15 posicion=26 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 09:54:45 contador_llamada=2 estado=generado llamado=1 updated_by=41 ', b'0'),
(1471, '2022-10-18 09:56:27', 41, 'UPDATE', '', 'id=133 cola_id=11 proceso_id=15 posicion=26 operador_id=41 momento_llamada=2022-10-18 09:54:45 contador_llamada=2 estado=desplazado llamado=1 updated_by=41 ', b'0'),
(1472, '2022-10-18 09:56:42', 41, 'UPDATE', '', 'id=133 cola_id=11 proceso_id=15 posicion=26 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 09:54:45 contador_llamada=2 comienzo_atencion=2022-10-18 09:56:42 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1473, '2022-10-18 09:57:27', 41, 'UPDATE', '', 'id=133 cola_id=11 proceso_id=15 posicion=26 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 09:54:45 contador_llamada=2 comienzo_atencion=2022-10-18 09:56:42 fin_atencion=2022-10-18 09:57:27 estado=finalizado llamado=1 updated_by=41 ', b'0'),
(1474, '2022-10-18 09:59:01', 42, 'UPDATE', '', 'id=128 cola_id=11 proceso_id=14 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:50:35 contador_llamada=1 comienzo_atencion=2022-10-18 09:59:01 estado=atendiendo updated_by=42 ', b'0'),
(1475, '2022-10-18 10:00:07', 44, 'EXIT', 'LOGOUT', '', b'0'),
(1476, '2022-10-18 10:00:11', 33, 'ENTRY', 'LOGIN', '', b'0'),
(1477, '2022-10-18 10:00:14', 33, 'UPDATE', '', 'id=27 dep_ofi=5 nombre=Prueba abreviacion=P4 operador_id=33 ', b'0'),
(1478, '2022-10-18 10:01:37', 42, 'UPDATE', '', 'id=128 cola_id=11 proceso_id=14 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 09:50:35 contador_llamada=1 comienzo_atencion=2022-10-18 09:59:01 fin_atencion=2022-10-18 10:01:37 estado=finalizado updated_by=42 ', b'0'),
(1479, '2022-10-18 10:01:46', 42, 'UPDATE', '', 'id=129 cola_id=11 proceso_id=25 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:01:46 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1480, '2022-10-18 10:02:06', 30, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=5 estado=generado id=134 ', b'0'),
(1481, '2022-10-18 10:02:11', 33, 'UPDATE', '', 'id=134 cola_id=11 proceso_id=29 posicion=5 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-18 10:02:11 estado=atendiendo ', b'0'),
(1482, '2022-10-18 10:02:41', 42, 'UPDATE', '', 'id=129 cola_id=11 proceso_id=25 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:01:46 contador_llamada=1 comienzo_atencion=2022-10-18 10:02:41 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1483, '2022-10-18 10:07:11', 44, 'UPDATE', '', 'id=132 cola_id=11 proceso_id=14 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 09:48:46 contador_llamada=2 comienzo_atencion=2022-10-18 09:48:59 fin_atencion=2022-10-18 10:07:11 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(1484, '2022-10-18 10:07:11', 42, 'UPDATE', '', 'id=129 cola_id=11 proceso_id=25 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:01:46 contador_llamada=1 comienzo_atencion=2022-10-18 10:02:41 fin_atencion=2022-10-18 10:07:11 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1485, '2022-10-18 10:07:14', 44, 'UPDATE', '', 'id=131 cola_id=11 proceso_id=17 posicion=6 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:07:14 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1486, '2022-10-18 10:07:22', 44, 'UPDATE', '', 'id=131 cola_id=11 proceso_id=17 posicion=6 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:07:14 contador_llamada=1 comienzo_atencion=2022-10-18 10:07:22 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1487, '2022-10-18 10:09:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=8 estado=generado id=135 ', b'0'),
(1488, '2022-10-18 10:09:58', 49, 'CREATE', 'USUARIO', 'name=Sofia Robalino cedula=099999 email=sofia.robalino@coopchone.fin.ec telefono=099999 direccion=Chone otd=1009581810 idrol=2 departamento_id=1 oficina_id=3 id=50 ', b'0'),
(1489, '2022-10-18 10:10:09', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=3 estado=generado id=136 ', b'0'),
(1490, '2022-10-18 10:10:15', 49, 'UPDATE', 'USUARIO', 'id=50 departamento_id=1 oficina_id=3 name=Sofia Robalino email=sofia.robalino@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=099999 foto=default-user.png telefono=099999 direccion=Chone estado=1 etapaCuenta=1 otd=sofia.robalino ', b'0'),
(1491, '2022-10-18 10:10:37', 43, 'UPDATE', '', 'id=127 cola_id=11 proceso_id=14 posicion=26 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 09:49:18 contador_llamada=2 comienzo_atencion=2022-10-18 09:49:36 fin_atencion=2022-10-18 10:10:37 estado=finalizado updated_by=43 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(1492, '2022-10-18 10:10:40', 43, 'UPDATE', '', 'id=135 cola_id=11 proceso_id=19 posicion=8 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 10:10:40 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1493, '2022-10-18 10:11:02', 43, 'UPDATE', '', 'id=135 cola_id=11 proceso_id=19 posicion=8 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 10:10:40 contador_llamada=1 comienzo_atencion=2022-10-18 10:11:02 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(1494, '2022-10-18 10:11:04', 43, 'UPDATE', '', 'id=135 cola_id=11 proceso_id=19 posicion=8 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 10:10:40 contador_llamada=1 comienzo_atencion=2022-10-18 10:11:02 fin_atencion=2022-10-18 10:11:04 estado=finalizado llamado=1 updated_by=43 ', b'0'),
(1495, '2022-10-18 10:11:07', 43, 'UPDATE', '', 'id=136 cola_id=11 proceso_id=27 posicion=3 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-18 10:11:07 estado=atendiendo ', b'0'),
(1496, '2022-10-18 10:11:10', 43, 'UPDATE', '', 'id=136 cola_id=11 proceso_id=27 posicion=3 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-18 10:11:07 fin_atencion=2022-10-18 10:11:10 estado=finalizado ', b'0'),
(1497, '2022-10-18 10:11:35', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=13 estado=generado id=137 ', b'0'),
(1498, '2022-10-18 10:13:02', 44, 'UPDATE', '', 'id=131 cola_id=11 proceso_id=17 posicion=6 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:07:14 contador_llamada=1 comienzo_atencion=2022-10-18 10:07:22 fin_atencion=2022-10-18 10:13:02 estado=finalizado updated_by=44 ', b'0'),
(1499, '2022-10-18 10:13:04', 44, 'UPDATE', '', 'id=137 cola_id=11 proceso_id=24 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:13:04 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1500, '2022-10-18 10:14:11', 44, 'UPDATE', '', 'id=137 cola_id=11 proceso_id=24 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:13:04 contador_llamada=1 comienzo_atencion=2022-10-18 10:14:11 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1501, '2022-10-18 10:16:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=4 estado=generado id=138 ', b'0'),
(1502, '2022-10-18 10:17:14', 42, 'UPDATE', '', 'id=138 cola_id=11 proceso_id=27 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:17:14 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1503, '2022-10-18 10:18:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=27 estado=generado id=139 ', b'0'),
(1504, '2022-10-18 10:18:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=28 estado=generado id=140 ', b'0'),
(1505, '2022-10-18 10:20:15', 41, 'UPDATE', '', 'id=139 cola_id=11 proceso_id=15 posicion=27 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 10:20:15 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1506, '2022-10-18 10:20:26', 41, 'UPDATE', '', 'id=139 cola_id=11 proceso_id=15 posicion=27 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 10:20:15 contador_llamada=1 comienzo_atencion=2022-10-18 10:20:26 prioritario=1 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1507, '2022-10-18 10:21:43', 42, 'UPDATE', '', 'id=138 cola_id=11 proceso_id=27 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:17:14 contador_llamada=1 comienzo_atencion=2022-10-18 10:21:43 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(1508, '2022-10-18 10:23:03', 42, 'UPDATE', '', 'id=138 cola_id=11 proceso_id=27 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:17:14 contador_llamada=1 comienzo_atencion=2022-10-18 10:21:43 fin_atencion=2022-10-18 10:23:03 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(1509, '2022-10-18 10:23:05', 42, 'UPDATE', '', 'id=140 cola_id=11 proceso_id=15 posicion=28 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:23:05 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1510, '2022-10-18 10:23:33', 42, 'UPDATE', '', 'id=140 cola_id=11 proceso_id=15 posicion=28 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:23:05 contador_llamada=1 comienzo_atencion=2022-10-18 10:23:33 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1511, '2022-10-18 10:23:48', 49, 'EXIT', 'LOGOUT', '', b'0'),
(1512, '2022-10-18 10:23:52', 33, 'ENTRY', 'LOGIN', '', b'0'),
(1513, '2022-10-18 10:26:53', 42, 'UPDATE', '', 'id=140 cola_id=11 proceso_id=15 posicion=28 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:23:05 contador_llamada=1 comienzo_atencion=2022-10-18 10:23:33 fin_atencion=2022-10-18 10:26:53 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1514, '2022-10-18 10:28:32', 44, 'UPDATE', '', 'id=137 cola_id=11 proceso_id=24 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:13:04 contador_llamada=1 comienzo_atencion=2022-10-18 10:14:11 fin_atencion=2022-10-18 10:28:32 estado=finalizado updated_by=44 ', b'0'),
(1515, '2022-10-18 10:29:45', 44, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:29:45 contador_llamada=10 estado=generado llamado=1 updated_by=44 ', b'0'),
(1516, '2022-10-18 10:29:54', 44, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:29:45 contador_llamada=10 comienzo_atencion=2022-10-18 10:29:54 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1517, '2022-10-18 10:29:59', 44, 'UPDATE', '', 'id=115 cola_id=11 proceso_id=19 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:29:45 contador_llamada=10 comienzo_atencion=2022-10-18 10:29:54 fin_atencion=2022-10-18 10:29:59 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1518, '2022-10-18 10:30:02', 44, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=32 posicion=8 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:30:02 contador_llamada=4 comienzo_atencion=2022-10-18 09:37:16 estado=generado llamado=1 updated_by=44 ', b'0'),
(1519, '2022-10-18 10:30:04', 44, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=32 posicion=8 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:30:04 contador_llamada=5 comienzo_atencion=2022-10-18 09:37:16 estado=generado llamado=1 updated_by=44 ', b'0'),
(1520, '2022-10-18 10:30:15', 44, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=32 posicion=8 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:30:04 contador_llamada=5 comienzo_atencion=2022-10-18 10:30:15 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1521, '2022-10-18 10:30:21', 44, 'UPDATE', '', 'id=124 cola_id=11 proceso_id=32 posicion=8 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:30:04 contador_llamada=5 comienzo_atencion=2022-10-18 10:30:15 fin_atencion=2022-10-18 10:30:20 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1522, '2022-10-18 10:30:23', 44, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=28 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:30:23 contador_llamada=5 estado=generado llamado=1 updated_by=44 ', b'0'),
(1523, '2022-10-18 10:30:25', 44, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=28 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:30:25 contador_llamada=6 estado=generado llamado=1 updated_by=44 ', b'0'),
(1524, '2022-10-18 10:30:28', 44, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=28 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:30:25 contador_llamada=6 comienzo_atencion=2022-10-18 10:30:28 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1525, '2022-10-18 10:30:37', 44, 'UPDATE', '', 'id=126 cola_id=11 proceso_id=28 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:30:25 contador_llamada=6 comienzo_atencion=2022-10-18 10:30:28 fin_atencion=2022-10-18 10:30:37 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1526, '2022-10-18 10:31:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=5 estado=generado id=141 ', b'0'),
(1527, '2022-10-18 10:32:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=5 estado=generado id=142 ', b'0'),
(1528, '2022-10-18 10:32:46', 42, 'UPDATE', '', 'id=141 cola_id=11 proceso_id=27 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:32:46 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1529, '2022-10-18 10:34:26', 44, 'UPDATE', '', 'id=142 cola_id=11 proceso_id=23 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:34:26 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1530, '2022-10-18 10:34:28', 42, 'UPDATE', '', 'id=141 cola_id=11 proceso_id=27 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:32:46 contador_llamada=1 comienzo_atencion=2022-10-18 10:34:28 estado=atendiendo updated_by=42 ', b'0'),
(1531, '2022-10-18 10:34:47', 44, 'UPDATE', '', 'id=142 cola_id=11 proceso_id=23 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:34:26 contador_llamada=1 comienzo_atencion=2022-10-18 10:34:47 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1532, '2022-10-18 10:35:16', 41, 'UPDATE', '', 'id=139 cola_id=11 proceso_id=15 posicion=27 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 10:20:15 contador_llamada=1 comienzo_atencion=2022-10-18 10:20:26 fin_atencion=2022-10-18 10:35:16 prioritario=1 estado=finalizado updated_by=41 ', b'0'),
(1533, '2022-10-18 10:35:22', 41, 'UPDATE', '', 'id=139 cola_id=11 proceso_id=15 posicion=27 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 10:20:15 contador_llamada=1 comienzo_atencion=2022-10-18 10:20:26 fin_atencion=2022-10-18 10:35:22 prioritario=1 estado=finalizado updated_by=41 ', b'0'),
(1534, '2022-10-18 10:36:23', 44, 'UPDATE', '', 'id=142 cola_id=11 proceso_id=23 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:34:26 contador_llamada=1 comienzo_atencion=2022-10-18 10:34:47 fin_atencion=2022-10-18 10:36:23 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1535, '2022-10-18 10:39:06', 42, 'UPDATE', '', 'id=141 cola_id=11 proceso_id=27 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:32:46 contador_llamada=1 comienzo_atencion=2022-10-18 10:34:28 fin_atencion=2022-10-18 10:39:06 estado=finalizado updated_by=42 ', b'0'),
(1536, '2022-10-18 10:42:44', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 prioritario=1 posicion=14 estado=generado id=143 ', b'0'),
(1537, '2022-10-18 10:43:04', 44, 'UPDATE', '', 'id=143 cola_id=11 proceso_id=24 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:43:04 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1538, '2022-10-18 10:43:09', 44, 'UPDATE', '', 'id=143 cola_id=11 proceso_id=24 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:43:04 contador_llamada=1 comienzo_atencion=2022-10-18 10:43:09 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1539, '2022-10-18 10:43:31', 0, 'CREATE', '', 'cola_id=11 proceso_id=30 prioritario=1 posicion=2 estado=generado id=144 ', b'0'),
(1540, '2022-10-18 10:44:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 prioritario=1 posicion=7 estado=generado id=145 ', b'0'),
(1541, '2022-10-18 10:45:40', 30, 'ENTRY', 'LOGIN', '', b'0'),
(1542, '2022-10-18 10:46:59', 44, 'UPDATE', '', 'id=143 cola_id=11 proceso_id=24 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:43:04 contador_llamada=1 comienzo_atencion=2022-10-18 10:43:09 fin_atencion=2022-10-18 10:46:59 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1543, '2022-10-18 10:47:01', 44, 'UPDATE', '', 'id=145 cola_id=11 proceso_id=17 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:47:01 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1544, '2022-10-18 10:47:11', 44, 'UPDATE', '', 'id=145 cola_id=11 proceso_id=17 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:47:01 contador_llamada=1 comienzo_atencion=2022-10-18 10:47:11 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1545, '2022-10-18 10:48:00', 42, 'UPDATE', '', 'id=144 cola_id=11 proceso_id=30 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:48:00 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1546, '2022-10-18 10:48:30', 42, 'UPDATE', '', 'id=144 cola_id=11 proceso_id=30 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:48:00 contador_llamada=1 comienzo_atencion=2022-10-18 10:48:30 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1547, '2022-10-18 10:48:34', 42, 'UPDATE', '', 'id=144 cola_id=11 proceso_id=30 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:48:00 contador_llamada=1 comienzo_atencion=2022-10-18 10:48:30 fin_atencion=2022-10-18 10:48:34 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1548, '2022-10-18 10:53:22', 44, 'UPDATE', '', 'id=145 cola_id=11 proceso_id=17 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 10:47:01 contador_llamada=1 comienzo_atencion=2022-10-18 10:47:11 fin_atencion=2022-10-18 10:53:22 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(1549, '2022-10-18 10:56:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=12 estado=generado id=146 ', b'0'),
(1550, '2022-10-18 10:56:58', 42, 'UPDATE', '', 'id=146 cola_id=11 proceso_id=25 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:56:58 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1551, '2022-10-18 10:57:13', 42, 'UPDATE', '', 'id=146 cola_id=11 proceso_id=25 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:56:58 contador_llamada=1 comienzo_atencion=2022-10-18 10:57:13 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1552, '2022-10-18 11:00:12', 42, 'UPDATE', '', 'id=146 cola_id=11 proceso_id=25 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 10:56:58 contador_llamada=1 comienzo_atencion=2022-10-18 10:57:13 fin_atencion=2022-10-18 11:00:12 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1553, '2022-10-18 11:00:38', 30, 'ENTRY', 'LOGIN', '', b'0'),
(1554, '2022-10-18 11:02:49', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=6 estado=generado id=147 ', b'0'),
(1555, '2022-10-18 11:03:22', 42, 'UPDATE', '', 'id=147 cola_id=11 proceso_id=27 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:03:22 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1556, '2022-10-18 11:03:42', 42, 'UPDATE', '', 'id=147 cola_id=11 proceso_id=27 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:03:22 contador_llamada=1 comienzo_atencion=2022-10-18 11:03:42 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1557, '2022-10-18 11:04:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=29 estado=generado id=148 ', b'0'),
(1558, '2022-10-18 11:04:27', 42, 'UPDATE', '', 'id=147 cola_id=11 proceso_id=27 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:03:22 contador_llamada=1 comienzo_atencion=2022-10-18 11:03:42 fin_atencion=2022-10-18 11:04:27 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1559, '2022-10-18 11:04:33', 42, 'UPDATE', '', 'id=148 cola_id=11 proceso_id=14 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:04:33 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1560, '2022-10-18 11:06:20', 42, 'UPDATE', '', 'id=148 cola_id=11 proceso_id=14 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:04:33 contador_llamada=1 comienzo_atencion=2022-10-18 11:06:20 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1561, '2022-10-18 11:07:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=9 estado=generado id=149 ', b'0'),
(1562, '2022-10-18 11:07:41', 44, 'UPDATE', '', 'id=149 cola_id=11 proceso_id=32 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:07:41 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1563, '2022-10-18 11:08:09', 44, 'UPDATE', '', 'id=149 cola_id=11 proceso_id=32 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:07:41 contador_llamada=1 comienzo_atencion=2022-10-18 11:08:09 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1564, '2022-10-18 11:08:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 prioritario=1 posicion=6 estado=generado id=150 ', b'0'),
(1565, '2022-10-18 11:09:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=7 estado=generado id=151 ', b'0'),
(1566, '2022-10-18 11:11:14', 42, 'UPDATE', '', 'id=148 cola_id=11 proceso_id=14 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:11:14 contador_llamada=2 comienzo_atencion=2022-10-18 11:06:20 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1567, '2022-10-18 11:11:16', 42, 'UPDATE', '', 'id=148 cola_id=11 proceso_id=14 posicion=29 operador_id=42 momento_llamada=2022-10-18 11:11:14 contador_llamada=2 comienzo_atencion=2022-10-18 11:06:20 prioritario=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1568, '2022-10-18 11:11:18', 42, 'UPDATE', '', 'id=150 cola_id=11 proceso_id=23 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:11:18 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1569, '2022-10-18 11:11:26', 42, 'UPDATE', '', 'id=148 cola_id=11 proceso_id=14 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:11:14 contador_llamada=2 comienzo_atencion=2022-10-18 11:11:26 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(1570, '2022-10-18 11:11:30', 42, 'UPDATE', '', 'id=148 cola_id=11 proceso_id=14 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:11:14 contador_llamada=2 comienzo_atencion=2022-10-18 11:11:26 fin_atencion=2022-10-18 11:11:30 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(1571, '2022-10-18 11:11:39', 44, 'UPDATE', '', 'id=149 cola_id=11 proceso_id=32 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:07:41 contador_llamada=1 comienzo_atencion=2022-10-18 11:08:09 fin_atencion=2022-10-18 11:11:39 estado=finalizado updated_by=44 ', b'0'),
(1572, '2022-10-18 11:11:42', 44, 'UPDATE', '', 'id=151 cola_id=11 proceso_id=23 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:11:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1573, '2022-10-18 11:11:45', 42, 'UPDATE', '', 'id=150 cola_id=11 proceso_id=23 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:11:18 contador_llamada=1 comienzo_atencion=2022-10-18 11:11:45 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(1574, '2022-10-18 11:12:06', 42, 'UPDATE', '', 'id=150 cola_id=11 proceso_id=23 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:11:18 contador_llamada=1 comienzo_atencion=2022-10-18 11:11:45 fin_atencion=2022-10-18 11:12:05 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(1575, '2022-10-18 11:12:14', 44, 'UPDATE', '', 'id=151 cola_id=11 proceso_id=23 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:11:42 contador_llamada=1 comienzo_atencion=2022-10-18 11:12:14 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1576, '2022-10-18 11:13:23', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=29 estado=generado id=152 ', b'0'),
(1577, '2022-10-18 11:13:27', 42, 'UPDATE', '', 'id=152 cola_id=11 proceso_id=15 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:13:27 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1578, '2022-10-18 11:13:53', 42, 'UPDATE', '', 'id=152 cola_id=11 proceso_id=15 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:13:27 contador_llamada=1 comienzo_atencion=2022-10-18 11:13:53 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1579, '2022-10-18 11:15:27', 44, 'UPDATE', '', 'id=151 cola_id=11 proceso_id=23 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:11:42 contador_llamada=1 comienzo_atencion=2022-10-18 11:12:14 fin_atencion=2022-10-18 11:15:27 estado=finalizado updated_by=44 ', b'0'),
(1580, '2022-10-18 11:15:42', 42, 'UPDATE', '', 'id=152 cola_id=11 proceso_id=15 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:13:27 contador_llamada=1 comienzo_atencion=2022-10-18 11:13:53 fin_atencion=2022-10-18 11:15:42 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1581, '2022-10-18 11:18:39', 30, 'DELETE', '', 'id=13 oficina_id=3 multimedia_id=41 ', b'0'),
(1582, '2022-10-18 11:18:55', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=30 estado=generado id=153 ', b'0'),
(1583, '2022-10-18 11:19:26', 44, 'UPDATE', '', 'id=153 cola_id=11 proceso_id=14 posicion=30 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:19:26 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1584, '2022-10-18 11:19:35', 44, 'UPDATE', '', 'id=153 cola_id=11 proceso_id=14 posicion=30 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:19:26 contador_llamada=1 comienzo_atencion=2022-10-18 11:19:35 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1585, '2022-10-18 11:22:28', 30, 'CREATE', '', 'oficina_id=3 multimedia_id=41 id=14 ', b'0'),
(1586, '2022-10-18 11:22:35', 30, 'DELETE', '', 'id=14 oficina_id=3 multimedia_id=41 ', b'0'),
(1587, '2022-10-18 11:22:41', 30, 'CREATE', '', 'oficina_id=3 multimedia_id=41 id=15 ', b'0'),
(1588, '2022-10-18 11:25:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=13 estado=generado id=154 ', b'0'),
(1589, '2022-10-18 11:26:07', 30, 'DELETE', '', 'id=12 oficina_id=3 multimedia_id=33 ', b'0'),
(1590, '2022-10-18 11:26:12', 30, 'CREATE', '', 'oficina_id=3 multimedia_id=33 id=16 ', b'0'),
(1591, '2022-10-18 11:26:15', 42, 'UPDATE', '', 'id=154 cola_id=11 proceso_id=25 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:26:15 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1592, '2022-10-18 11:27:12', 42, 'UPDATE', '', 'id=154 cola_id=11 proceso_id=25 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:26:15 contador_llamada=1 comienzo_atencion=2022-10-18 11:27:12 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1593, '2022-10-18 11:27:34', 30, 'DELETE', '', 'id=11 oficina_id=3 multimedia_id=40 ', b'0'),
(1594, '2022-10-18 11:27:40', 30, 'CREATE', '', 'oficina_id=3 multimedia_id=40 id=17 ', b'0'),
(1595, '2022-10-18 11:30:17', 42, 'UPDATE', '', 'id=154 cola_id=11 proceso_id=25 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:26:15 contador_llamada=1 comienzo_atencion=2022-10-18 11:27:12 fin_atencion=2022-10-18 11:30:17 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1596, '2022-10-18 11:30:39', 44, 'UPDATE', '', 'id=153 cola_id=11 proceso_id=14 posicion=30 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:19:26 contador_llamada=1 comienzo_atencion=2022-10-18 11:19:35 fin_atencion=2022-10-18 11:30:39 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(1597, '2022-10-18 11:31:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 prioritario=1 posicion=15 estado=generado id=155 ', b'0'),
(1598, '2022-10-18 11:32:06', 44, 'UPDATE', '', 'id=155 cola_id=11 proceso_id=24 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:32:06 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1599, '2022-10-18 11:32:14', 44, 'UPDATE', '', 'id=155 cola_id=11 proceso_id=24 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:32:06 contador_llamada=1 comienzo_atencion=2022-10-18 11:32:14 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1600, '2022-10-18 11:32:37', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=31 estado=generado id=156 ', b'0'),
(1601, '2022-10-18 11:34:40', 42, 'UPDATE', '', 'id=156 cola_id=11 proceso_id=14 posicion=31 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-18 11:34:40 prioritario=1 estado=atendiendo ', b'0'),
(1602, '2022-10-18 11:34:53', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=32 estado=generado id=157 ', b'0'),
(1603, '2022-10-18 11:35:52', 44, 'UPDATE', '', 'id=155 cola_id=11 proceso_id=24 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:32:06 contador_llamada=1 comienzo_atencion=2022-10-18 11:32:14 fin_atencion=2022-10-18 11:35:52 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1604, '2022-10-18 11:36:20', 44, 'UPDATE', '', 'id=157 cola_id=11 proceso_id=14 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:36:20 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1605, '2022-10-18 11:36:24', 42, 'UPDATE', '', 'id=156 cola_id=11 proceso_id=14 posicion=31 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:36:24 contador_llamada=1 comienzo_atencion=2022-10-18 11:34:40 calificacion=4 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1606, '2022-10-18 11:36:52', 44, 'UPDATE', '', 'id=157 cola_id=11 proceso_id=14 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:36:20 contador_llamada=1 comienzo_atencion=2022-10-18 11:36:52 estado=atendiendo updated_by=44 ', b'0'),
(1607, '2022-10-18 11:36:53', 42, 'UPDATE', '', 'id=156 cola_id=11 proceso_id=14 posicion=31 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:36:24 contador_llamada=1 comienzo_atencion=2022-10-18 11:36:53 calificacion=4 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1608, '2022-10-18 11:37:36', 42, 'UPDATE', '', 'id=156 cola_id=11 proceso_id=14 posicion=31 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:36:24 contador_llamada=1 comienzo_atencion=2022-10-18 11:36:53 fin_atencion=2022-10-18 11:37:36 calificacion=4 prioritario=1 estado=finalizado llamado=1 ', b'0'),
(1609, '2022-10-18 11:39:51', 44, 'UPDATE', '', 'id=157 cola_id=11 proceso_id=14 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:36:20 contador_llamada=1 comienzo_atencion=2022-10-18 11:36:52 fin_atencion=2022-10-18 11:39:51 estado=finalizado updated_by=44 ', b'0'),
(1610, '2022-10-18 11:44:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=33 estado=generado id=158 ', b'0'),
(1611, '2022-10-18 11:45:03', 42, 'UPDATE', '', 'id=158 cola_id=11 proceso_id=14 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:45:03 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1612, '2022-10-18 11:45:42', 42, 'UPDATE', '', 'id=158 cola_id=11 proceso_id=14 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:45:03 contador_llamada=1 comienzo_atencion=2022-10-18 11:45:42 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1613, '2022-10-18 11:46:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=34 estado=generado id=159 ', b'0'),
(1614, '2022-10-18 11:46:31', 44, 'UPDATE', '', 'id=159 cola_id=11 proceso_id=14 posicion=34 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-18 11:46:31 estado=atendiendo ', b'0'),
(1615, '2022-10-18 11:48:22', 44, 'UPDATE', '', 'id=159 cola_id=11 proceso_id=14 posicion=34 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-18 11:46:31 fin_atencion=2022-10-18 11:48:22 calificacion=4 estado=finalizado ', b'0'),
(1616, '2022-10-18 11:52:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=30 estado=generado id=160 ', b'0'),
(1617, '2022-10-18 11:52:55', 41, 'UPDATE', '', 'id=160 cola_id=11 proceso_id=15 posicion=30 modulo_id=14 operador_id=41 comienzo_atencion=2022-10-18 11:52:55 estado=atendiendo ', b'0'),
(1618, '2022-10-18 11:53:49', 41, 'UPDATE', '', 'id=160 cola_id=11 proceso_id=15 posicion=30 modulo_id=14 operador_id=41 comienzo_atencion=2022-10-18 11:52:55 fin_atencion=2022-10-18 11:53:48 calificacion=4 estado=finalizado ', b'0'),
(1619, '2022-10-18 11:53:57', 41, 'UPDATE', '', 'id=160 cola_id=11 proceso_id=15 posicion=30 modulo_id=14 operador_id=41 comienzo_atencion=2022-10-18 11:52:55 fin_atencion=2022-10-18 11:53:56 calificacion=4 estado=finalizado ', b'0'),
(1620, '2022-10-18 11:54:03', 41, 'UPDATE', '', 'id=160 cola_id=11 proceso_id=15 posicion=30 modulo_id=14 operador_id=41 comienzo_atencion=2022-10-18 11:52:55 fin_atencion=2022-10-18 11:54:03 calificacion=4 estado=finalizado ', b'0'),
(1621, '2022-10-18 11:54:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=10 estado=generado id=161 ', b'0'),
(1622, '2022-10-18 11:55:28', 44, 'UPDATE', '', 'id=161 cola_id=11 proceso_id=32 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:55:28 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1623, '2022-10-18 11:55:57', 44, 'UPDATE', '', 'id=161 cola_id=11 proceso_id=32 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:55:28 contador_llamada=1 comienzo_atencion=2022-10-18 11:55:57 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1624, '2022-10-18 11:59:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=31 estado=generado id=162 ', b'0'),
(1625, '2022-10-18 11:59:22', 41, 'UPDATE', '', 'id=162 cola_id=11 proceso_id=15 posicion=31 modulo_id=14 operador_id=41 comienzo_atencion=2022-10-18 11:59:22 estado=atendiendo ', b'0'),
(1626, '2022-10-18 12:04:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=8 estado=generado id=163 ', b'0'),
(1627, '2022-10-18 12:08:39', 42, 'UPDATE', '', 'id=158 cola_id=11 proceso_id=14 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 11:45:03 contador_llamada=1 comienzo_atencion=2022-10-18 11:45:42 fin_atencion=2022-10-18 12:08:39 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(1628, '2022-10-18 12:08:41', 42, 'UPDATE', '', 'id=163 cola_id=11 proceso_id=23 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:08:41 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1629, '2022-10-18 12:08:57', 42, 'UPDATE', '', 'id=163 cola_id=11 proceso_id=23 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:08:41 contador_llamada=1 comienzo_atencion=2022-10-18 12:08:57 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1630, '2022-10-18 12:10:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=35 estado=generado id=164 ', b'0'),
(1631, '2022-10-18 12:11:36', 42, 'UPDATE', '', 'id=163 cola_id=11 proceso_id=23 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:08:41 contador_llamada=1 comienzo_atencion=2022-10-18 12:08:57 fin_atencion=2022-10-18 12:11:36 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1632, '2022-10-18 12:11:45', 42, 'UPDATE', '', 'id=164 cola_id=11 proceso_id=14 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:11:45 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1633, '2022-10-18 12:12:09', 42, 'UPDATE', '', 'id=164 cola_id=11 proceso_id=14 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:11:45 contador_llamada=1 comienzo_atencion=2022-10-18 12:12:09 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1634, '2022-10-18 12:16:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=36 estado=generado id=165 ', b'0'),
(1635, '2022-10-18 12:17:40', 42, 'UPDATE', '', 'id=164 cola_id=11 proceso_id=14 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:11:45 contador_llamada=1 comienzo_atencion=2022-10-18 12:12:09 fin_atencion=2022-10-18 12:17:40 calificacion=4 prioritario=1 estado=finalizado llamado=1 ', b'0'),
(1636, '2022-10-18 12:17:43', 42, 'UPDATE', '', 'id=165 cola_id=11 proceso_id=14 posicion=36 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:17:43 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1637, '2022-10-18 12:18:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=5 estado=generado id=166 ', b'0'),
(1638, '2022-10-18 12:18:58', 42, 'UPDATE', '', 'id=165 cola_id=11 proceso_id=14 posicion=36 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:17:43 contador_llamada=1 comienzo_atencion=2022-10-18 12:18:58 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1639, '2022-10-18 12:20:41', 47, 'ENTRY', 'LOGIN', '', b'0'),
(1640, '2022-10-18 12:21:12', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=37 estado=generado id=167 ', b'0'),
(1641, '2022-10-18 12:21:14', 42, 'UPDATE', '', 'id=165 cola_id=11 proceso_id=14 posicion=36 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:17:43 contador_llamada=1 comienzo_atencion=2022-10-18 12:18:58 fin_atencion=2022-10-18 12:21:14 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1642, '2022-10-18 12:21:16', 42, 'UPDATE', '', 'id=166 cola_id=11 proceso_id=26 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:21:16 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1643, '2022-10-18 12:21:44', 42, 'UPDATE', '', 'id=166 cola_id=11 proceso_id=26 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:21:16 contador_llamada=1 comienzo_atencion=2022-10-18 12:21:44 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1644, '2022-10-18 12:28:30', 41, 'UPDATE', '', 'id=162 cola_id=11 proceso_id=15 posicion=31 modulo_id=14 operador_id=41 comienzo_atencion=2022-10-18 11:59:22 fin_atencion=2022-10-18 12:28:30 calificacion=4 estado=finalizado ', b'0'),
(1645, '2022-10-18 12:28:54', 41, 'UPDATE', '', 'id=162 cola_id=11 proceso_id=15 posicion=31 modulo_id=14 operador_id=41 comienzo_atencion=2022-10-18 11:59:22 fin_atencion=2022-10-18 12:28:54 calificacion=4 estado=finalizado ', b'0'),
(1646, '2022-10-18 12:29:00', 42, 'UPDATE', '', 'id=166 cola_id=11 proceso_id=26 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:21:16 contador_llamada=1 comienzo_atencion=2022-10-18 12:21:44 fin_atencion=2022-10-18 12:29:00 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1647, '2022-10-18 12:29:41', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(1648, '2022-10-18 12:29:47', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=42 ', b'0'),
(1649, '2022-10-18 12:29:59', 42, 'UPDATE', '', 'id=167 cola_id=11 proceso_id=14 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:29:59 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1650, '2022-10-18 12:30:17', 42, 'UPDATE', '', 'id=167 cola_id=11 proceso_id=14 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:29:59 contador_llamada=1 comienzo_atencion=2022-10-18 12:30:17 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1651, '2022-10-18 12:32:01', 42, 'UPDATE', '', 'id=167 cola_id=11 proceso_id=14 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:29:59 contador_llamada=1 comienzo_atencion=2022-10-18 12:30:17 fin_atencion=2022-10-18 12:32:01 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1652, '2022-10-18 12:33:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=38 estado=generado id=168 ', b'0'),
(1653, '2022-10-18 12:33:07', 42, 'UPDATE', '', 'id=168 cola_id=11 proceso_id=14 posicion=38 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:33:07 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1654, '2022-10-18 12:33:13', 42, 'UPDATE', '', 'id=168 cola_id=11 proceso_id=14 posicion=38 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:33:07 contador_llamada=1 comienzo_atencion=2022-10-18 12:33:13 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1655, '2022-10-18 12:34:15', 42, 'UPDATE', '', 'id=168 cola_id=11 proceso_id=14 posicion=38 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 12:33:07 contador_llamada=1 comienzo_atencion=2022-10-18 12:33:13 fin_atencion=2022-10-18 12:34:15 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1656, '2022-10-18 12:38:47', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=39 estado=generado id=169 ', b'0'),
(1657, '2022-10-18 12:39:04', 43, 'UPDATE', '', 'id=169 cola_id=11 proceso_id=14 posicion=39 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-18 12:39:04 estado=atendiendo ', b'0'),
(1658, '2022-10-18 13:00:10', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=7 estado=generado id=170 ', b'0'),
(1659, '2022-10-18 13:00:31', 42, 'UPDATE', '', 'id=170 cola_id=11 proceso_id=27 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 13:00:31 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1660, '2022-10-18 13:00:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=32 estado=generado id=171 ', b'0'),
(1661, '2022-10-18 13:01:18', 42, 'UPDATE', '', 'id=170 cola_id=11 proceso_id=27 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 13:00:31 contador_llamada=1 comienzo_atencion=2022-10-18 13:01:18 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1662, '2022-10-18 13:06:02', 42, 'UPDATE', '', 'id=170 cola_id=11 proceso_id=27 posicion=7 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 13:00:31 contador_llamada=1 comienzo_atencion=2022-10-18 13:01:18 fin_atencion=2022-10-18 13:06:02 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1663, '2022-10-18 13:06:46', 42, 'UPDATE', '', 'id=171 cola_id=11 proceso_id=15 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 13:06:46 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1664, '2022-10-18 13:07:01', 42, 'UPDATE', '', 'id=171 cola_id=11 proceso_id=15 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 13:06:46 contador_llamada=1 comienzo_atencion=2022-10-18 13:07:01 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1665, '2022-10-18 13:10:28', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=9 estado=generado id=172 ', b'0'),
(1666, '2022-10-18 13:12:44', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=40 estado=generado id=173 ', b'0'),
(1667, '2022-10-18 13:14:27', 44, 'UPDATE', '', 'id=161 cola_id=11 proceso_id=32 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 11:55:28 contador_llamada=1 comienzo_atencion=2022-10-18 11:55:57 fin_atencion=2022-10-18 13:14:27 estado=finalizado updated_by=44 ', b'0'),
(1668, '2022-10-18 13:14:29', 44, 'UPDATE', '', 'id=172 cola_id=11 proceso_id=19 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:14:29 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1669, '2022-10-18 13:15:03', 44, 'UPDATE', '', 'id=172 cola_id=11 proceso_id=19 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:14:29 contador_llamada=1 comienzo_atencion=2022-10-18 13:15:03 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1670, '2022-10-18 13:16:10', 44, 'UPDATE', '', 'id=172 cola_id=11 proceso_id=19 posicion=9 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:14:29 contador_llamada=1 comienzo_atencion=2022-10-18 13:15:03 fin_atencion=2022-10-18 13:16:10 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1671, '2022-10-18 13:16:12', 44, 'UPDATE', '', 'id=173 cola_id=11 proceso_id=14 posicion=40 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:16:12 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1672, '2022-10-18 13:16:17', 44, 'UPDATE', '', 'id=173 cola_id=11 proceso_id=14 posicion=40 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:16:12 contador_llamada=1 comienzo_atencion=2022-10-18 13:16:17 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1673, '2022-10-18 13:22:23', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=41 estado=generado id=174 ', b'0'),
(1674, '2022-10-18 13:25:56', 42, 'UPDATE', '', 'id=171 cola_id=11 proceso_id=15 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 13:06:46 contador_llamada=1 comienzo_atencion=2022-10-18 13:07:01 fin_atencion=2022-10-18 13:25:56 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(1675, '2022-10-18 13:27:35', 44, 'UPDATE', '', 'id=173 cola_id=11 proceso_id=14 posicion=40 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:16:12 contador_llamada=1 comienzo_atencion=2022-10-18 13:16:17 fin_atencion=2022-10-18 13:27:35 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1676, '2022-10-18 13:27:43', 44, 'UPDATE', '', 'id=174 cola_id=11 proceso_id=14 posicion=41 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:27:43 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1677, '2022-10-18 13:27:57', 44, 'UPDATE', '', 'id=174 cola_id=11 proceso_id=14 posicion=41 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:27:43 contador_llamada=1 comienzo_atencion=2022-10-18 13:27:57 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1678, '2022-10-18 13:29:20', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(1679, '2022-10-18 13:29:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=14 estado=generado id=175 ', b'0'),
(1680, '2022-10-18 13:32:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=42 estado=generado id=176 ', b'0'),
(1681, '2022-10-18 13:34:38', 43, 'UPDATE', '', 'id=169 cola_id=11 proceso_id=14 posicion=39 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-18 12:39:04 fin_atencion=2022-10-18 13:34:38 calificacion=4 estado=finalizado ', b'0'),
(1682, '2022-10-18 13:34:41', 43, 'UPDATE', '', 'id=175 cola_id=11 proceso_id=25 posicion=14 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 13:34:41 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1683, '2022-10-18 13:35:07', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=11 estado=generado id=177 ', b'0'),
(1684, '2022-10-18 13:35:07', 43, 'UPDATE', '', 'id=175 cola_id=11 proceso_id=25 posicion=14 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 13:35:07 contador_llamada=2 estado=generado llamado=1 updated_by=43 ', b'0'),
(1685, '2022-10-18 13:35:26', 43, 'UPDATE', '', 'id=175 cola_id=11 proceso_id=25 posicion=14 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 13:35:07 contador_llamada=2 comienzo_atencion=2022-10-18 13:35:26 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(1686, '2022-10-18 13:39:09', 44, 'UPDATE', '', 'id=174 cola_id=11 proceso_id=14 posicion=41 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:27:43 contador_llamada=1 comienzo_atencion=2022-10-18 13:27:57 fin_atencion=2022-10-18 13:39:09 estado=finalizado updated_by=44 ', b'0'),
(1687, '2022-10-18 13:39:12', 44, 'UPDATE', '', 'id=176 cola_id=11 proceso_id=14 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:39:12 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1688, '2022-10-18 13:39:23', 44, 'UPDATE', '', 'id=176 cola_id=11 proceso_id=14 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:39:12 contador_llamada=1 comienzo_atencion=2022-10-18 13:39:23 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1689, '2022-10-18 13:40:17', 44, 'UPDATE', '', 'id=176 cola_id=11 proceso_id=14 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:39:12 contador_llamada=1 comienzo_atencion=2022-10-18 13:39:23 fin_atencion=2022-10-18 13:40:17 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1690, '2022-10-18 13:40:19', 44, 'UPDATE', '', 'id=177 cola_id=11 proceso_id=32 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:40:19 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1691, '2022-10-18 13:40:29', 44, 'UPDATE', '', 'id=177 cola_id=11 proceso_id=32 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:40:19 contador_llamada=1 comienzo_atencion=2022-10-18 13:40:29 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1692, '2022-10-18 13:42:06', 44, 'UPDATE', '', 'id=177 cola_id=11 proceso_id=32 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:40:19 contador_llamada=1 comienzo_atencion=2022-10-18 13:40:29 fin_atencion=2022-10-18 13:42:06 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1693, '2022-10-18 13:44:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=10 estado=generado id=178 ', b'0'),
(1694, '2022-10-18 13:44:47', 44, 'UPDATE', '', 'id=178 cola_id=11 proceso_id=19 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:44:47 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1695, '2022-10-18 13:45:22', 44, 'UPDATE', '', 'id=178 cola_id=11 proceso_id=19 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:44:47 contador_llamada=1 comienzo_atencion=2022-10-18 13:45:22 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1696, '2022-10-18 13:46:11', 43, 'UPDATE', '', 'id=175 cola_id=11 proceso_id=25 posicion=14 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 13:35:07 contador_llamada=2 comienzo_atencion=2022-10-18 13:35:26 fin_atencion=2022-10-18 13:46:11 calificacion=4 estado=finalizado updated_by=43 ', b'0'),
(1697, '2022-10-18 13:51:19', 43, 'EXIT', 'LOGOUT', '', b'0'),
(1698, '2022-10-18 13:51:42', 48, 'ENTRY', 'LOGIN', '', b'0'),
(1699, '2022-10-18 13:52:27', 44, 'UPDATE', '', 'id=178 cola_id=11 proceso_id=19 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 13:44:47 contador_llamada=1 comienzo_atencion=2022-10-18 13:45:22 fin_atencion=2022-10-18 13:52:27 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1700, '2022-10-18 14:00:20', 48, 'EXIT', 'LOGOUT', '', b'0'),
(1701, '2022-10-18 14:00:40', 43, 'ENTRY', 'LOGIN', '', b'0'),
(1702, '2022-10-18 14:00:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=43 estado=generado id=179 ', b'0'),
(1703, '2022-10-18 14:01:08', 44, 'UPDATE', '', 'id=179 cola_id=11 proceso_id=14 posicion=43 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-18 14:01:08 estado=atendiendo ', b'0'),
(1704, '2022-10-18 14:02:14', 44, 'UPDATE', '', 'id=179 cola_id=11 proceso_id=14 posicion=43 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-18 14:01:08 fin_atencion=2022-10-18 14:02:14 calificacion=4 estado=finalizado ', b'0'),
(1705, '2022-10-18 14:12:16', 30, 'EXIT', 'LOGOUT', '', b'0'),
(1706, '2022-10-18 14:12:20', 30, 'ENTRY', 'LOGIN', '', b'0'),
(1707, '2022-10-18 14:13:51', 30, 'CREATE', 'USUARIO', 'name=Danny Alcivar cedula=0999999 email=danny.alcivar@coopchone.fin.ec telefono=099999 direccion=Chone otd=1413511810 idrol=4 departamento_id=1 oficina_id=3 id=51 ', b'0'),
(1708, '2022-10-18 14:14:00', 30, 'UPDATE', 'USUARIO', 'id=51 departamento_id=1 oficina_id=3 name=Danny Alcivar email=danny.alcivar@coopchone.fin.ec idrol=4 cedula=0999999 foto=default-user.png telefono=099999 direccion=Chone estado=1 etapaCuenta=1 otd=danny.alcivar ', b'0'),
(1709, '2022-10-18 14:27:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=4 estado=generado id=180 ', b'0'),
(1710, '2022-10-18 14:27:36', 44, 'UPDATE', '', 'id=180 cola_id=11 proceso_id=33 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:27:36 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1711, '2022-10-18 14:27:41', 44, 'UPDATE', '', 'id=180 cola_id=11 proceso_id=33 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:27:36 contador_llamada=1 comienzo_atencion=2022-10-18 14:27:41 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1712, '2022-10-18 14:31:17', 44, 'UPDATE', '', 'id=180 cola_id=11 proceso_id=33 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:27:36 contador_llamada=1 comienzo_atencion=2022-10-18 14:27:41 fin_atencion=2022-10-18 14:31:17 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1713, '2022-10-18 14:34:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=5 estado=generado id=181 ', b'0'),
(1714, '2022-10-18 14:35:41', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=42 ', b'0'),
(1715, '2022-10-18 14:35:47', 42, 'UPDATE', '', 'id=181 cola_id=11 proceso_id=33 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:35:47 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1716, '2022-10-18 14:36:38', 42, 'UPDATE', '', 'id=181 cola_id=11 proceso_id=33 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:35:47 contador_llamada=1 comienzo_atencion=2022-10-18 14:36:38 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1717, '2022-10-18 14:36:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=44 estado=generado id=182 ', b'0'),
(1718, '2022-10-18 14:37:39', 44, 'UPDATE', '', 'id=182 cola_id=11 proceso_id=14 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:37:39 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1719, '2022-10-18 14:37:56', 44, 'UPDATE', '', 'id=182 cola_id=11 proceso_id=14 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:37:56 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(1720, '2022-10-18 14:38:11', 44, 'UPDATE', '', 'id=182 cola_id=11 proceso_id=14 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:38:11 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(1721, '2022-10-18 14:38:52', 43, 'UPDATE', '', 'id=22 dep_ofi=5 nombre=Módulo 4 abreviacion=M4 ', b'0'),
(1722, '2022-10-18 14:38:54', 43, 'UPDATE', '', 'id=22 dep_ofi=5 nombre=Módulo 4 abreviacion=M4 operador_id=43 ', b'0'),
(1723, '2022-10-18 14:39:09', 44, 'UPDATE', '', 'id=182 cola_id=11 proceso_id=14 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:39:09 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(1724, '2022-10-18 14:39:46', 44, 'UPDATE', '', 'id=182 cola_id=11 proceso_id=14 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:39:09 contador_llamada=4 comienzo_atencion=2022-10-18 14:39:46 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1725, '2022-10-18 14:40:00', 43, 'UPDATE', '', 'id=22 dep_ofi=5 nombre=Módulo 4 abreviacion=M4 ', b'0'),
(1726, '2022-10-18 14:40:14', 43, 'UPDATE', '', 'id=22 dep_ofi=5 nombre=Módulo 4 abreviacion=M4 operador_id=43 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(1727, '2022-10-18 14:40:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=9 estado=generado id=183 ', b'0'),
(1728, '2022-10-18 14:41:46', 42, 'UPDATE', '', 'id=181 cola_id=11 proceso_id=33 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:35:47 contador_llamada=1 comienzo_atencion=2022-10-18 14:36:38 fin_atencion=2022-10-18 14:41:46 estado=finalizado updated_by=42 ', b'0'),
(1729, '2022-10-18 14:41:48', 42, 'UPDATE', '', 'id=183 cola_id=11 proceso_id=23 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:41:48 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1730, '2022-10-18 14:41:52', 42, 'UPDATE', '', 'id=183 cola_id=11 proceso_id=23 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:41:48 contador_llamada=1 comienzo_atencion=2022-10-18 14:41:52 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1731, '2022-10-18 14:43:00', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=6 estado=generado id=184 ', b'0'),
(1732, '2022-10-18 14:44:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=12 estado=generado id=185 ', b'0'),
(1733, '2022-10-18 14:44:42', 42, 'UPDATE', '', 'id=183 cola_id=11 proceso_id=23 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:41:48 contador_llamada=1 comienzo_atencion=2022-10-18 14:41:52 fin_atencion=2022-10-18 14:44:42 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1734, '2022-10-18 14:44:50', 42, 'UPDATE', '', 'id=184 cola_id=11 proceso_id=26 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:44:50 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1735, '2022-10-18 14:45:20', 42, 'UPDATE', '', 'id=184 cola_id=11 proceso_id=26 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:45:20 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(1736, '2022-10-18 14:45:44', 42, 'UPDATE', '', 'id=184 cola_id=11 proceso_id=26 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:45:20 contador_llamada=2 comienzo_atencion=2022-10-18 14:45:44 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1737, '2022-10-18 14:46:36', 42, 'UPDATE', '', 'id=184 cola_id=11 proceso_id=26 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:45:20 contador_llamada=2 comienzo_atencion=2022-10-18 14:45:44 fin_atencion=2022-10-18 14:46:36 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1738, '2022-10-18 14:46:38', 42, 'UPDATE', '', 'id=185 cola_id=11 proceso_id=32 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:46:38 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1739, '2022-10-18 14:46:59', 42, 'UPDATE', '', 'id=185 cola_id=11 proceso_id=32 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:46:38 contador_llamada=1 comienzo_atencion=2022-10-18 14:46:59 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1740, '2022-10-18 14:47:57', 42, 'UPDATE', '', 'id=185 cola_id=11 proceso_id=32 posicion=12 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:46:38 contador_llamada=1 comienzo_atencion=2022-10-18 14:46:59 fin_atencion=2022-10-18 14:47:57 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1741, '2022-10-18 14:48:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=11 estado=generado id=186 ', b'0'),
(1742, '2022-10-18 14:54:01', 44, 'UPDATE', '', 'id=182 cola_id=11 proceso_id=14 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:39:09 contador_llamada=4 comienzo_atencion=2022-10-18 14:39:46 fin_atencion=2022-10-18 14:54:01 estado=finalizado updated_by=44 ', b'0'),
(1743, '2022-10-18 14:54:03', 44, 'UPDATE', '', 'id=186 cola_id=11 proceso_id=19 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:54:02 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1744, '2022-10-18 14:54:27', 44, 'UPDATE', '', 'id=186 cola_id=11 proceso_id=19 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:54:27 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(1745, '2022-10-18 14:57:45', 44, 'UPDATE', '', 'id=186 cola_id=11 proceso_id=19 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:57:45 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(1746, '2022-10-18 14:57:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 prioritario=1 posicion=13 estado=generado id=187 ', b'0'),
(1747, '2022-10-18 14:58:26', 44, 'UPDATE', '', 'id=187 cola_id=11 proceso_id=32 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:58:26 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1748, '2022-10-18 14:59:05', 44, 'UPDATE', '', 'id=187 cola_id=11 proceso_id=32 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:58:26 contador_llamada=1 comienzo_atencion=2022-10-18 14:59:05 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1749, '2022-10-18 14:59:09', 44, 'UPDATE', '', 'id=187 cola_id=11 proceso_id=32 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 14:58:26 contador_llamada=1 comienzo_atencion=2022-10-18 14:59:05 fin_atencion=2022-10-18 14:59:09 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1750, '2022-10-18 14:59:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 prioritario=1 posicion=16 estado=generado id=188 ', b'0'),
(1751, '2022-10-18 14:59:20', 42, 'UPDATE', '', 'id=188 cola_id=11 proceso_id=24 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:59:20 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1752, '2022-10-18 15:00:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=33 estado=generado id=189 ', b'0'),
(1753, '2022-10-18 15:01:24', 42, 'UPDATE', '', 'id=188 cola_id=11 proceso_id=24 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:59:20 contador_llamada=1 comienzo_atencion=2022-10-18 15:01:24 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1754, '2022-10-18 15:01:32', 43, 'UPDATE', '', 'id=189 cola_id=11 proceso_id=15 posicion=33 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 15:01:32 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1755, '2022-10-18 15:01:43', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=14 estado=generado id=190 ', b'0'),
(1756, '2022-10-18 15:01:44', 42, 'UPDATE', '', 'id=188 cola_id=11 proceso_id=24 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 14:59:20 contador_llamada=1 comienzo_atencion=2022-10-18 15:01:24 fin_atencion=2022-10-18 15:01:44 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(1757, '2022-10-18 15:01:52', 43, 'UPDATE', '', 'id=189 cola_id=11 proceso_id=15 posicion=33 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 15:01:32 contador_llamada=1 comienzo_atencion=2022-10-18 15:01:52 prioritario=1 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(1758, '2022-10-18 15:02:06', 42, 'UPDATE', '', 'id=190 cola_id=11 proceso_id=32 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:02:06 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1759, '2022-10-18 15:02:06', 44, 'UPDATE', '', 'id=186 cola_id=11 proceso_id=19 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:02:06 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(1760, '2022-10-18 15:02:33', 42, 'UPDATE', '', 'id=190 cola_id=11 proceso_id=32 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:02:06 contador_llamada=1 comienzo_atencion=2022-10-18 15:02:33 estado=atendiendo updated_by=42 ', b'0'),
(1761, '2022-10-18 15:02:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=34 estado=generado id=191 ', b'0'),
(1762, '2022-10-18 15:03:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=35 estado=generado id=192 ', b'0'),
(1763, '2022-10-18 15:03:07', 44, 'UPDATE', '', 'id=186 cola_id=11 proceso_id=19 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:03:07 contador_llamada=5 estado=generado llamado=1 updated_by=44 ', b'0'),
(1764, '2022-10-18 15:03:25', 44, 'UPDATE', '', 'id=186 cola_id=11 proceso_id=19 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:03:25 contador_llamada=6 estado=generado llamado=1 updated_by=44 ', b'0'),
(1765, '2022-10-18 15:03:32', 43, 'UPDATE', '', 'id=189 cola_id=11 proceso_id=15 posicion=33 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 15:01:32 contador_llamada=1 comienzo_atencion=2022-10-18 15:01:52 fin_atencion=2022-10-18 15:03:32 prioritario=1 estado=finalizado updated_by=43 ', b'0'),
(1766, '2022-10-18 15:03:36', 44, 'UPDATE', '', 'id=186 cola_id=11 proceso_id=19 posicion=11 operador_id=44 momento_llamada=2022-10-18 15:03:25 contador_llamada=6 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(1767, '2022-10-18 15:03:39', 44, 'UPDATE', '', 'id=191 cola_id=11 proceso_id=15 posicion=34 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:03:39 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1768, '2022-10-18 15:04:09', 44, 'UPDATE', '', 'id=191 cola_id=11 proceso_id=15 posicion=34 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:03:39 contador_llamada=1 comienzo_atencion=2022-10-18 15:04:09 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1769, '2022-10-18 15:05:20', 42, 'UPDATE', '', 'id=190 cola_id=11 proceso_id=32 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:02:06 contador_llamada=1 comienzo_atencion=2022-10-18 15:02:33 fin_atencion=2022-10-18 15:05:20 estado=finalizado updated_by=42 ', b'0'),
(1770, '2022-10-18 15:05:25', 42, 'UPDATE', '', 'id=192 cola_id=11 proceso_id=15 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:05:25 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1771, '2022-10-18 15:05:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=8 estado=generado id=193 ', b'0'),
(1772, '2022-10-18 15:06:02', 42, 'UPDATE', '', 'id=193 cola_id=11 proceso_id=27 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:06:02 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1773, '2022-10-18 15:06:31', 44, 'UPDATE', '', 'id=191 cola_id=11 proceso_id=15 posicion=34 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:03:39 contador_llamada=1 comienzo_atencion=2022-10-18 15:04:09 fin_atencion=2022-10-18 15:06:31 estado=finalizado updated_by=44 ', b'0'),
(1774, '2022-10-18 15:06:34', 44, 'UPDATE', '', 'id=186 cola_id=11 proceso_id=19 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:06:34 contador_llamada=7 estado=generado llamado=1 updated_by=44 ', b'0'),
(1775, '2022-10-18 15:06:35', 42, 'UPDATE', '', 'id=193 cola_id=11 proceso_id=27 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:06:02 contador_llamada=1 comienzo_atencion=2022-10-18 15:06:35 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(1776, '2022-10-18 15:06:43', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=45 estado=generado id=194 ', b'0'),
(1777, '2022-10-18 15:06:46', 44, 'UPDATE', '', 'id=186 cola_id=11 proceso_id=19 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:06:34 contador_llamada=7 comienzo_atencion=2022-10-18 15:06:46 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1778, '2022-10-18 15:06:52', 44, 'UPDATE', '', 'id=186 cola_id=11 proceso_id=19 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:06:34 contador_llamada=7 comienzo_atencion=2022-10-18 15:06:46 fin_atencion=2022-10-18 15:06:52 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1779, '2022-10-18 15:06:56', 44, 'UPDATE', '', 'id=194 cola_id=11 proceso_id=14 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:06:56 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1780, '2022-10-18 15:07:49', 42, 'UPDATE', '', 'id=193 cola_id=11 proceso_id=27 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:06:02 contador_llamada=1 comienzo_atencion=2022-10-18 15:06:35 fin_atencion=2022-10-18 15:07:49 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(1781, '2022-10-18 15:07:59', 42, 'UPDATE', '', 'id=192 cola_id=11 proceso_id=15 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:07:59 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(1782, '2022-10-18 15:08:18', 42, 'UPDATE', '', 'id=192 cola_id=11 proceso_id=15 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:08:18 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(1783, '2022-10-18 15:09:01', 42, 'UPDATE', '', 'id=192 cola_id=11 proceso_id=15 posicion=35 operador_id=42 momento_llamada=2022-10-18 15:08:18 contador_llamada=3 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1784, '2022-10-18 15:10:00', 44, 'UPDATE', '', 'id=194 cola_id=11 proceso_id=14 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:06:56 contador_llamada=1 comienzo_atencion=2022-10-18 15:10:00 estado=atendiendo updated_by=44 ', b'0'),
(1785, '2022-10-18 15:10:05', 44, 'UPDATE', '', 'id=194 cola_id=11 proceso_id=14 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:06:56 contador_llamada=1 comienzo_atencion=2022-10-18 15:10:00 fin_atencion=2022-10-18 15:10:05 estado=finalizado updated_by=44 ', b'0'),
(1786, '2022-10-18 15:10:10', 44, 'UPDATE', '', 'id=192 cola_id=11 proceso_id=15 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:10:10 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(1787, '2022-10-18 15:10:28', 44, 'UPDATE', '', 'id=192 cola_id=11 proceso_id=15 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:10:10 contador_llamada=4 comienzo_atencion=2022-10-18 15:10:28 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1788, '2022-10-18 15:10:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=15 estado=generado id=195 ', b'0'),
(1789, '2022-10-18 15:10:44', 44, 'UPDATE', '', 'id=192 cola_id=11 proceso_id=15 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:10:10 contador_llamada=4 comienzo_atencion=2022-10-18 15:10:28 fin_atencion=2022-10-18 15:10:44 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1790, '2022-10-18 15:10:47', 44, 'UPDATE', '', 'id=195 cola_id=11 proceso_id=32 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:10:47 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1791, '2022-10-18 15:11:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=17 estado=generado id=196 ', b'0'),
(1792, '2022-10-18 15:11:21', 44, 'UPDATE', '', 'id=195 cola_id=11 proceso_id=32 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:10:47 contador_llamada=1 comienzo_atencion=2022-10-18 15:11:21 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1793, '2022-10-18 15:11:26', 44, 'UPDATE', '', 'id=195 cola_id=11 proceso_id=32 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:10:47 contador_llamada=1 comienzo_atencion=2022-10-18 15:11:21 fin_atencion=2022-10-18 15:11:26 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1794, '2022-10-18 15:11:30', 42, 'UPDATE', '', 'id=196 cola_id=11 proceso_id=24 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:11:30 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1795, '2022-10-18 15:12:34', 42, 'UPDATE', '', 'id=196 cola_id=11 proceso_id=24 posicion=17 operador_id=42 momento_llamada=2022-10-18 15:11:30 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1796, '2022-10-18 15:15:11', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=36 estado=generado id=197 ', b'0'),
(1797, '2022-10-18 15:15:23', 44, 'UPDATE', '', 'id=197 cola_id=11 proceso_id=15 posicion=36 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:15:23 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1798, '2022-10-18 15:15:28', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=37 estado=generado id=198 ', b'0'),
(1799, '2022-10-18 15:15:39', 42, 'UPDATE', '', 'id=198 cola_id=11 proceso_id=15 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:15:39 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1800, '2022-10-18 15:15:43', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=8 estado=generado id=199 ', b'0'),
(1801, '2022-10-18 15:15:43', 44, 'UPDATE', '', 'id=197 cola_id=11 proceso_id=15 posicion=36 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:15:23 contador_llamada=1 comienzo_atencion=2022-10-18 15:15:43 estado=atendiendo updated_by=44 ', b'0'),
(1802, '2022-10-18 15:15:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=9 estado=generado id=200 ', b'0'),
(1803, '2022-10-18 15:16:00', 42, 'UPDATE', '', 'id=198 cola_id=11 proceso_id=15 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:16:00 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(1804, '2022-10-18 15:16:23', 42, 'UPDATE', '', 'id=198 cola_id=11 proceso_id=15 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:16:00 contador_llamada=2 comienzo_atencion=2022-10-18 15:16:23 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1805, '2022-10-18 15:16:28', 43, 'UPDATE', '', 'id=200 cola_id=11 proceso_id=27 posicion=9 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 15:16:28 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1806, '2022-10-18 15:16:37', 43, 'UPDATE', '', 'id=200 cola_id=11 proceso_id=27 posicion=9 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 15:16:28 contador_llamada=1 comienzo_atencion=2022-10-18 15:16:37 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(1807, '2022-10-18 15:17:30', 42, 'UPDATE', '', 'id=198 cola_id=11 proceso_id=15 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:16:00 contador_llamada=2 comienzo_atencion=2022-10-18 15:16:23 fin_atencion=2022-10-18 15:17:30 estado=finalizado updated_by=42 ', b'0'),
(1808, '2022-10-18 15:17:32', 42, 'UPDATE', '', 'id=199 cola_id=11 proceso_id=17 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:17:31 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1809, '2022-10-18 15:17:33', 44, 'UPDATE', '', 'id=197 cola_id=11 proceso_id=15 posicion=36 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:15:23 contador_llamada=1 comienzo_atencion=2022-10-18 15:15:43 fin_atencion=2022-10-18 15:17:32 estado=finalizado updated_by=44 ', b'0'),
(1810, '2022-10-18 15:17:50', 42, 'UPDATE', '', 'id=199 cola_id=11 proceso_id=17 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:17:31 contador_llamada=1 comienzo_atencion=2022-10-18 15:17:50 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1811, '2022-10-18 15:21:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=15 estado=generado id=201 ', b'0'),
(1812, '2022-10-18 15:21:55', 44, 'UPDATE', '', 'id=201 cola_id=11 proceso_id=25 posicion=15 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-18 15:21:55 estado=atendiendo ', b'0'),
(1813, '2022-10-18 15:22:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=18 estado=generado id=202 ', b'0'),
(1814, '2022-10-18 15:22:40', 42, 'UPDATE', '', 'id=199 cola_id=11 proceso_id=17 posicion=8 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:17:31 contador_llamada=1 comienzo_atencion=2022-10-18 15:17:50 fin_atencion=2022-10-18 15:22:40 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1815, '2022-10-18 15:22:45', 42, 'UPDATE', '', 'id=202 cola_id=11 proceso_id=24 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:22:45 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1816, '2022-10-18 15:23:21', 42, 'UPDATE', '', 'id=196 cola_id=11 proceso_id=24 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:23:21 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(1817, '2022-10-18 15:23:25', 42, 'UPDATE', '', 'id=196 cola_id=11 proceso_id=24 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:23:21 contador_llamada=2 comienzo_atencion=2022-10-18 15:23:25 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1818, '2022-10-18 15:24:48', 44, 'UPDATE', '', 'id=201 cola_id=11 proceso_id=25 posicion=15 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-18 15:21:55 fin_atencion=2022-10-18 15:24:48 estado=finalizado ', b'0'),
(1819, '2022-10-18 15:25:34', 33, 'UPDATE', '', 'id=134 cola_id=11 proceso_id=29 posicion=5 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-18 10:02:11 fin_atencion=2022-10-18 15:25:34 calificacion=3 estado=finalizado ', b'0'),
(1820, '2022-10-18 15:25:44', 43, 'UPDATE', '', 'id=200 cola_id=11 proceso_id=27 posicion=9 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 15:16:28 contador_llamada=1 comienzo_atencion=2022-10-18 15:16:37 fin_atencion=2022-10-18 15:25:44 calificacion=4 estado=finalizado updated_by=43 ', b'0'),
(1821, '2022-10-18 15:25:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=10 estado=generado id=203 ', b'0'),
(1822, '2022-10-18 15:25:54', 43, 'UPDATE', '', 'id=203 cola_id=11 proceso_id=23 posicion=10 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 15:25:54 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1823, '2022-10-18 15:26:06', 43, 'UPDATE', '', 'id=203 cola_id=11 proceso_id=23 posicion=10 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 15:25:54 contador_llamada=1 comienzo_atencion=2022-10-18 15:26:06 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(1824, '2022-10-18 15:26:42', 30, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=6 estado=generado id=204 ', b'0'),
(1825, '2022-10-18 15:26:47', 33, 'UPDATE', '', 'id=204 cola_id=11 proceso_id=29 posicion=6 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-18 15:26:47 estado=atendiendo ', b'0'),
(1826, '2022-10-18 15:27:00', 33, 'UPDATE', '', 'id=204 cola_id=11 proceso_id=29 posicion=6 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-18 15:26:47 fin_atencion=2022-10-18 15:27:00 calificacion=4 estado=finalizado ', b'0'),
(1827, '2022-10-18 15:27:09', 30, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=7 estado=generado id=205 ', b'0'),
(1828, '2022-10-18 15:27:13', 33, 'UPDATE', '', 'id=205 cola_id=11 proceso_id=29 posicion=7 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-18 15:27:13 estado=atendiendo ', b'0'),
(1829, '2022-10-18 15:27:23', 42, 'UPDATE', '', 'id=196 cola_id=11 proceso_id=24 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:23:21 contador_llamada=2 comienzo_atencion=2022-10-18 15:23:25 fin_atencion=2022-10-18 15:27:23 estado=finalizado updated_by=42 ', b'0'),
(1830, '2022-10-18 15:27:47', 42, 'UPDATE', '', 'id=202 cola_id=11 proceso_id=24 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:27:47 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(1831, '2022-10-18 15:28:12', 42, 'UPDATE', '', 'id=202 cola_id=11 proceso_id=24 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:28:12 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(1832, '2022-10-18 15:28:28', 42, 'UPDATE', '', 'id=202 cola_id=11 proceso_id=24 posicion=18 operador_id=42 momento_llamada=2022-10-18 15:28:12 contador_llamada=3 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1833, '2022-10-18 15:29:59', 42, 'UPDATE', '', 'id=202 cola_id=11 proceso_id=24 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:28:12 contador_llamada=3 comienzo_atencion=2022-10-18 15:29:59 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1834, '2022-10-18 15:30:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=16 estado=generado id=206 ', b'0'),
(1835, '2022-10-18 15:31:10', 44, 'UPDATE', '', 'id=206 cola_id=11 proceso_id=25 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:31:10 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1836, '2022-10-18 15:31:26', 44, 'UPDATE', '', 'id=206 cola_id=11 proceso_id=25 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:31:10 contador_llamada=1 comienzo_atencion=2022-10-18 15:31:26 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1837, '2022-10-18 15:31:41', 42, 'UPDATE', '', 'id=202 cola_id=11 proceso_id=24 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:28:12 contador_llamada=3 comienzo_atencion=2022-10-18 15:29:59 fin_atencion=2022-10-18 15:31:41 estado=finalizado updated_by=42 ', b'0'),
(1838, '2022-10-18 15:33:45', 43, 'UPDATE', '', 'id=203 cola_id=11 proceso_id=23 posicion=10 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 15:25:54 contador_llamada=1 comienzo_atencion=2022-10-18 15:26:06 fin_atencion=2022-10-18 15:33:45 estado=finalizado updated_by=43 ', b'0'),
(1839, '2022-10-18 15:35:17', 44, 'UPDATE', '', 'id=206 cola_id=11 proceso_id=25 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:31:10 contador_llamada=1 comienzo_atencion=2022-10-18 15:31:26 fin_atencion=2022-10-18 15:35:17 calificacion=4 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1840, '2022-10-18 15:38:30', 30, 'UPDATE', '', 'id=4 certificado_id=1 oficina_id=3 formato=<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n       ', b'0'),
(1841, '2022-10-18 15:39:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=6 estado=generado id=207 ', b'0'),
(1842, '2022-10-18 15:39:58', 42, 'UPDATE', '', 'id=207 cola_id=11 proceso_id=33 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:39:58 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1843, '2022-10-18 15:40:12', 42, 'UPDATE', '', 'id=207 cola_id=11 proceso_id=33 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:39:58 contador_llamada=1 comienzo_atencion=2022-10-18 15:40:12 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1844, '2022-10-18 15:42:31', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=17 estado=generado id=208 ', b'0'),
(1845, '2022-10-18 15:42:49', 44, 'UPDATE', '', 'id=208 cola_id=11 proceso_id=25 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:42:49 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1846, '2022-10-18 15:42:59', 44, 'UPDATE', '', 'id=208 cola_id=11 proceso_id=25 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:42:49 contador_llamada=1 comienzo_atencion=2022-10-18 15:42:59 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1847, '2022-10-18 15:43:17', 42, 'UPDATE', '', 'id=207 cola_id=11 proceso_id=33 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:39:58 contador_llamada=1 comienzo_atencion=2022-10-18 15:40:12 fin_atencion=2022-10-18 15:43:17 estado=finalizado updated_by=42 ', b'0'),
(1848, '2022-10-18 15:46:57', 44, 'UPDATE', '', 'id=208 cola_id=11 proceso_id=25 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:42:49 contador_llamada=1 comienzo_atencion=2022-10-18 15:42:59 fin_atencion=2022-10-18 15:46:57 calificacion=4 prioritario=1 estado=finalizado llamado=1 ', b'0'),
(1849, '2022-10-18 15:48:42', 33, 'UPDATE', '', 'id=205 cola_id=11 proceso_id=29 posicion=7 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-18 15:27:13 fin_atencion=2022-10-18 15:48:42 calificacion=4 estado=finalizado ', b'0'),
(1850, '2022-10-18 15:50:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=46 estado=generado id=209 ', b'0'),
(1851, '2022-10-18 15:50:32', 44, 'UPDATE', '', 'id=209 cola_id=11 proceso_id=14 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:50:32 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1852, '2022-10-18 15:50:48', 44, 'UPDATE', '', 'id=209 cola_id=11 proceso_id=14 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:50:32 contador_llamada=1 comienzo_atencion=2022-10-18 15:50:48 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1853, '2022-10-18 15:51:24', 44, 'UPDATE', '', 'id=209 cola_id=11 proceso_id=14 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:50:32 contador_llamada=1 comienzo_atencion=2022-10-18 15:50:48 fin_atencion=2022-10-18 15:51:24 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1854, '2022-10-18 15:52:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=11 estado=generado id=210 ', b'0'),
(1855, '2022-10-18 15:52:30', 44, 'UPDATE', '', 'id=210 cola_id=11 proceso_id=23 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:52:30 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1856, '2022-10-18 15:52:48', 44, 'UPDATE', '', 'id=210 cola_id=11 proceso_id=23 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:52:30 contador_llamada=1 comienzo_atencion=2022-10-18 15:52:48 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1857, '2022-10-18 15:53:22', 44, 'UPDATE', '', 'id=210 cola_id=11 proceso_id=23 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:52:30 contador_llamada=1 comienzo_atencion=2022-10-18 15:52:48 fin_atencion=2022-10-18 15:53:22 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1858, '2022-10-18 15:53:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=47 estado=generado id=211 ', b'0'),
(1859, '2022-10-18 15:53:29', 42, 'UPDATE', '', 'id=211 cola_id=11 proceso_id=14 posicion=47 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-18 15:53:29 estado=atendiendo ', b'0'),
(1860, '2022-10-18 15:55:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=12 estado=generado id=212 ', b'0'),
(1861, '2022-10-18 15:55:56', 44, 'UPDATE', '', 'id=212 cola_id=11 proceso_id=23 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:55:56 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1862, '2022-10-18 15:56:08', 44, 'UPDATE', '', 'id=212 cola_id=11 proceso_id=23 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:56:08 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(1863, '2022-10-18 15:56:09', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=48 estado=generado id=213 ', b'0'),
(1864, '2022-10-18 15:56:21', 44, 'UPDATE', '', 'id=212 cola_id=11 proceso_id=23 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:56:21 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(1865, '2022-10-18 15:56:54', 44, 'UPDATE', '', 'id=212 cola_id=11 proceso_id=23 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:56:21 contador_llamada=3 comienzo_atencion=2022-10-18 15:56:54 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1866, '2022-10-18 15:57:05', 42, 'UPDATE', '', 'id=211 cola_id=11 proceso_id=14 posicion=47 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-18 15:53:29 fin_atencion=2022-10-18 15:57:05 calificacion=4 estado=finalizado ', b'0'),
(1867, '2022-10-18 15:57:20', 42, 'UPDATE', '', 'id=213 cola_id=11 proceso_id=14 posicion=48 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:57:20 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1868, '2022-10-18 15:57:55', 42, 'UPDATE', '', 'id=213 cola_id=11 proceso_id=14 posicion=48 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 15:57:20 contador_llamada=1 comienzo_atencion=2022-10-18 15:57:55 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1869, '2022-10-18 15:58:11', 51, 'ENTRY', 'LOGIN', '', b'0'),
(1870, '2022-10-18 16:02:01', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=38 estado=generado id=214 ', b'0'),
(1871, '2022-10-18 16:02:55', 41, 'UPDATE', '', 'id=214 cola_id=11 proceso_id=15 posicion=38 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 16:02:55 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1872, '2022-10-18 16:03:19', 42, 'UPDATE', '', 'id=213 cola_id=11 proceso_id=14 posicion=48 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 16:03:19 contador_llamada=2 comienzo_atencion=2022-10-18 15:57:55 estado=generado llamado=1 updated_by=42 ', b'0'),
(1873, '2022-10-18 16:03:22', 41, 'UPDATE', '', 'id=214 cola_id=11 proceso_id=15 posicion=38 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 16:02:55 contador_llamada=1 comienzo_atencion=2022-10-18 16:03:22 prioritario=1 estado=atendiendo updated_by=41 ', b'0'),
(1874, '2022-10-18 16:05:11', 44, 'UPDATE', '', 'id=212 cola_id=11 proceso_id=23 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 15:56:21 contador_llamada=3 comienzo_atencion=2022-10-18 15:56:54 fin_atencion=2022-10-18 16:05:11 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(1875, '2022-10-18 16:05:53', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=39 estado=generado id=215 ', b'0'),
(1876, '2022-10-18 16:06:00', 44, 'UPDATE', '', 'id=215 cola_id=11 proceso_id=15 posicion=39 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:06:00 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1877, '2022-10-18 16:06:18', 44, 'UPDATE', '', 'id=215 cola_id=11 proceso_id=15 posicion=39 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:06:00 contador_llamada=1 comienzo_atencion=2022-10-18 16:06:18 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1878, '2022-10-18 16:06:22', 44, 'UPDATE', '', 'id=215 cola_id=11 proceso_id=15 posicion=39 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:06:00 contador_llamada=1 comienzo_atencion=2022-10-18 16:06:18 fin_atencion=2022-10-18 16:06:22 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1879, '2022-10-18 16:08:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=49 estado=generado id=216 ', b'0'),
(1880, '2022-10-18 16:08:34', 44, 'UPDATE', '', 'id=216 cola_id=11 proceso_id=14 posicion=49 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:08:34 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1881, '2022-10-18 16:08:51', 44, 'UPDATE', '', 'id=216 cola_id=11 proceso_id=14 posicion=49 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:08:34 contador_llamada=1 comienzo_atencion=2022-10-18 16:08:51 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1882, '2022-10-18 16:09:00', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=40 estado=generado id=217 ', b'0'),
(1883, '2022-10-18 16:09:13', 43, 'UPDATE', '', 'id=217 cola_id=11 proceso_id=15 posicion=40 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-18 16:09:13 estado=atendiendo ', b'0'),
(1884, '2022-10-18 16:10:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=41 estado=generado id=218 ', b'0'),
(1885, '2022-10-18 16:10:44', 43, 'UPDATE', '', 'id=217 cola_id=11 proceso_id=15 posicion=40 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-18 16:09:13 fin_atencion=2022-10-18 16:10:44 calificacion=4 estado=finalizado ', b'0'),
(1886, '2022-10-18 16:10:46', 43, 'UPDATE', '', 'id=218 cola_id=11 proceso_id=15 posicion=41 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-18 16:10:46 estado=atendiendo ', b'0'),
(1887, '2022-10-18 16:10:57', 43, 'UPDATE', '', 'id=218 cola_id=11 proceso_id=15 posicion=41 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-18 16:10:46 fin_atencion=2022-10-18 16:10:57 calificacion=4 estado=finalizado ', b'0'),
(1888, '2022-10-18 16:11:28', 43, 'EXIT', 'LOGOUT', '', b'0'),
(1889, '2022-10-18 16:11:43', 48, 'ENTRY', 'LOGIN', '', b'0'),
(1890, '2022-10-18 16:15:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=7 estado=generado id=219 ', b'0'),
(1891, '2022-10-18 16:15:22', 43, 'ENTRY', 'LOGIN', '', b'0'),
(1892, '2022-10-18 16:15:47', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 prioritario=1 posicion=2 estado=generado id=220 ', b'0'),
(1893, '2022-10-18 16:15:50', 43, 'UPDATE', '', 'id=220 cola_id=11 proceso_id=21 posicion=2 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 16:15:50 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1894, '2022-10-18 16:17:21', 43, 'UPDATE', '', 'id=220 cola_id=11 proceso_id=21 posicion=2 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 16:17:21 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1895, '2022-10-18 16:17:35', 43, 'UPDATE', '', 'id=220 cola_id=11 proceso_id=21 posicion=2 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 16:17:35 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(1896, '2022-10-18 16:17:52', 43, 'UPDATE', '', 'id=220 cola_id=11 proceso_id=21 posicion=2 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 16:17:35 contador_llamada=3 comienzo_atencion=2022-10-18 16:17:52 prioritario=1 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(1897, '2022-10-18 16:18:27', 43, 'EXIT', 'LOGOUT', '', b'0'),
(1898, '2022-10-18 16:18:33', 48, 'EXIT', 'LOGOUT', '', b'0'),
(1899, '2022-10-18 16:18:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 prioritario=1 posicion=19 estado=generado id=221 ', b'0'),
(1900, '2022-10-18 16:18:46', 43, 'ENTRY', 'LOGIN', '', b'0'),
(1901, '2022-10-18 16:21:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=13 estado=generado id=222 ', b'0'),
(1902, '2022-10-18 16:24:02', 41, 'UPDATE', '', 'id=214 cola_id=11 proceso_id=15 posicion=38 modulo_id=14 operador_id=41 momento_llamada=2022-10-18 16:02:55 contador_llamada=1 comienzo_atencion=2022-10-18 16:03:22 fin_atencion=2022-10-18 16:24:02 calificacion=4 prioritario=1 estado=finalizado updated_by', b'0'),
(1903, '2022-10-18 16:24:14', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=50 estado=generado id=223 ', b'0'),
(1904, '2022-10-18 16:26:01', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=16 estado=generado id=224 ', b'0'),
(1905, '2022-10-18 16:26:48', 44, 'UPDATE', '', 'id=216 cola_id=11 proceso_id=14 posicion=49 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:08:34 contador_llamada=1 comienzo_atencion=2022-10-18 16:08:51 fin_atencion=2022-10-18 16:26:48 calificacion=4 estado=finalizado updated_by=44 ', b'0'),
(1906, '2022-10-18 16:26:50', 44, 'UPDATE', '', 'id=221 cola_id=11 proceso_id=24 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:26:50 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1907, '2022-10-18 16:26:59', 44, 'UPDATE', '', 'id=221 cola_id=11 proceso_id=24 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:26:50 contador_llamada=1 comienzo_atencion=2022-10-18 16:26:59 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1908, '2022-10-18 16:27:09', 47, 'UPDATE', '', 'id=224 cola_id=11 proceso_id=32 posicion=16 modulo_id=24 operador_id=47 momento_llamada=2022-10-18 16:27:09 contador_llamada=1 estado=generado llamado=1 updated_by=47 ', b'0'),
(1909, '2022-10-18 16:32:23', 44, 'UPDATE', '', 'id=221 cola_id=11 proceso_id=24 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:26:50 contador_llamada=1 comienzo_atencion=2022-10-18 16:26:59 fin_atencion=2022-10-18 16:32:23 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(1910, '2022-10-18 16:32:32', 44, 'UPDATE', '', 'id=219 cola_id=11 proceso_id=33 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:32:32 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1911, '2022-10-18 16:32:49', 44, 'UPDATE', '', 'id=219 cola_id=11 proceso_id=33 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:32:32 contador_llamada=1 comienzo_atencion=2022-10-18 16:32:49 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1912, '2022-10-18 16:32:55', 44, 'UPDATE', '', 'id=219 cola_id=11 proceso_id=33 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:32:32 contador_llamada=1 comienzo_atencion=2022-10-18 16:32:49 fin_atencion=2022-10-18 16:32:55 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1913, '2022-10-18 16:33:08', 30, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=8 estado=generado id=225 ', b'0'),
(1914, '2022-10-18 16:33:14', 33, 'UPDATE', '', 'id=225 cola_id=11 proceso_id=29 posicion=8 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-18 16:33:14 estado=atendiendo ', b'0'),
(1915, '2022-10-18 16:33:40', 33, 'UPDATE', '', 'id=225 cola_id=11 proceso_id=29 posicion=8 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-18 16:33:14 fin_atencion=2022-10-18 16:33:40 calificacion=4 estado=finalizado ', b'0'),
(1916, '2022-10-18 16:33:52', 30, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=9 estado=generado id=226 ', b'0'),
(1917, '2022-10-18 16:33:55', 33, 'UPDATE', '', 'id=226 cola_id=11 proceso_id=29 posicion=9 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-18 16:33:55 estado=atendiendo ', b'0'),
(1918, '2022-10-18 16:36:37', 44, 'UPDATE', '', 'id=222 cola_id=11 proceso_id=23 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:36:37 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1919, '2022-10-18 16:36:46', 44, 'UPDATE', '', 'id=222 cola_id=11 proceso_id=23 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:36:37 contador_llamada=1 comienzo_atencion=2022-10-18 16:36:46 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1920, '2022-10-18 16:39:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=20 estado=generado id=227 ', b'0'),
(1921, '2022-10-18 16:39:51', 42, 'UPDATE', '', 'id=213 cola_id=11 proceso_id=14 posicion=48 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 16:39:51 contador_llamada=3 comienzo_atencion=2022-10-18 15:57:55 estado=generado llamado=1 updated_by=42 ', b'0'),
(1922, '2022-10-18 16:40:07', 42, 'UPDATE', '', 'id=213 cola_id=11 proceso_id=14 posicion=48 operador_id=42 momento_llamada=2022-10-18 16:39:51 contador_llamada=3 comienzo_atencion=2022-10-18 15:57:55 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1923, '2022-10-18 16:40:12', 42, 'UPDATE', '', 'id=223 cola_id=11 proceso_id=14 posicion=50 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 16:40:12 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1924, '2022-10-18 16:41:09', 44, 'UPDATE', '', 'id=222 cola_id=11 proceso_id=23 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:36:37 contador_llamada=1 comienzo_atencion=2022-10-18 16:36:46 fin_atencion=2022-10-18 16:41:09 estado=finalizado updated_by=44 ', b'0'),
(1925, '2022-10-18 16:41:17', 44, 'UPDATE', '', 'id=227 cola_id=11 proceso_id=24 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:41:17 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1926, '2022-10-18 16:41:23', 44, 'UPDATE', '', 'id=227 cola_id=11 proceso_id=24 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:41:17 contador_llamada=1 comienzo_atencion=2022-10-18 16:41:23 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1927, '2022-10-18 16:41:54', 42, 'UPDATE', '', 'id=223 cola_id=11 proceso_id=14 posicion=50 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 16:40:12 contador_llamada=1 comienzo_atencion=2022-10-18 16:41:54 estado=atendiendo updated_by=42 ', b'0'),
(1928, '2022-10-18 16:47:49', 43, 'UPDATE', '', 'id=220 cola_id=11 proceso_id=21 posicion=2 modulo_id=22 operador_id=43 momento_llamada=2022-10-18 16:17:35 contador_llamada=3 comienzo_atencion=2022-10-18 16:17:52 fin_atencion=2022-10-18 16:47:49 calificacion=4 prioritario=1 estado=finalizado updated_by=', b'0'),
(1929, '2022-10-18 16:53:18', 42, 'UPDATE', '', 'id=223 cola_id=11 proceso_id=14 posicion=50 modulo_id=13 operador_id=42 momento_llamada=2022-10-18 16:40:12 contador_llamada=1 comienzo_atencion=2022-10-18 16:41:54 fin_atencion=2022-10-18 16:53:18 estado=finalizado updated_by=42 ', b'0'),
(1930, '2022-10-18 16:53:21', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(1931, '2022-10-18 16:53:27', 41, 'EXIT', 'LOGOUT', '', b'0'),
(1932, '2022-10-18 16:57:27', 43, 'EXIT', 'LOGOUT', '', b'0'),
(1933, '2022-10-19 08:03:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=20 posicion=4 estado=generado id=228 ', b'0'),
(1934, '2022-10-19 08:04:50', 42, 'ENTRY', 'LOGIN', '', b'0'),
(1935, '2022-10-19 08:04:53', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=42 ', b'0'),
(1936, '2022-10-19 08:05:38', 42, 'UPDATE', '', 'id=228 cola_id=11 proceso_id=20 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 08:05:38 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1937, '2022-10-19 08:06:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=42 estado=generado id=229 ', b'0'),
(1938, '2022-10-19 08:06:53', 42, 'UPDATE', '', 'id=228 cola_id=11 proceso_id=20 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 08:05:38 contador_llamada=1 comienzo_atencion=2022-10-19 08:06:53 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1939, '2022-10-19 08:07:00', 42, 'UPDATE', '', 'id=228 cola_id=11 proceso_id=20 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 08:05:38 contador_llamada=1 comienzo_atencion=2022-10-19 08:06:53 fin_atencion=2022-10-19 08:07:00 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(1940, '2022-10-19 08:07:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=43 estado=generado id=230 ', b'0'),
(1941, '2022-10-19 08:08:37', 42, 'UPDATE', '', 'id=229 cola_id=11 proceso_id=15 posicion=42 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-19 08:08:37 estado=atendiendo ', b'0'),
(1942, '2022-10-19 08:08:46', 41, 'ENTRY', 'LOGIN', '', b'0'),
(1943, '2022-10-19 08:15:29', 43, 'ENTRY', 'LOGIN', '', b'0'),
(1944, '2022-10-19 08:15:45', 41, 'UPDATE', '', 'id=230 cola_id=11 proceso_id=15 posicion=43 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 08:15:45 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1945, '2022-10-19 08:16:20', 41, 'UPDATE', '', 'id=230 cola_id=11 proceso_id=15 posicion=43 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 08:15:45 contador_llamada=1 comienzo_atencion=2022-10-19 08:16:20 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1946, '2022-10-19 08:16:30', 41, 'UPDATE', '', 'id=230 cola_id=11 proceso_id=15 posicion=43 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 08:16:30 contador_llamada=2 comienzo_atencion=2022-10-19 08:16:20 estado=generado llamado=1 updated_by=41 ', b'0'),
(1947, '2022-10-19 08:18:48', 44, 'ENTRY', 'LOGIN', '', b'0'),
(1948, '2022-10-19 08:19:02', 44, 'UPDATE', '', 'id=227 cola_id=11 proceso_id=24 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-18 16:41:17 contador_llamada=1 comienzo_atencion=2022-10-18 16:41:23 fin_atencion=2022-10-19 08:19:02 estado=finalizado updated_by=44 ', b'0'),
(1949, '2022-10-19 08:19:03', 42, 'UPDATE', '', 'id=229 cola_id=11 proceso_id=15 posicion=42 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-19 08:08:37 fin_atencion=2022-10-19 08:19:03 estado=finalizado ', b'0'),
(1950, '2022-10-19 08:21:13', 41, 'UPDATE', '', 'id=230 cola_id=11 proceso_id=15 posicion=43 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 08:16:30 contador_llamada=2 comienzo_atencion=2022-10-19 08:21:13 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1951, '2022-10-19 08:22:12', 41, 'UPDATE', '', 'id=230 cola_id=11 proceso_id=15 posicion=43 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 08:16:30 contador_llamada=2 comienzo_atencion=2022-10-19 08:21:13 fin_atencion=2022-10-19 08:22:12 calificacion=4 estado=finalizado llamado=1 updated_by=41 ', b'0'),
(1952, '2022-10-19 08:49:49', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=10 estado=generado id=231 ', b'0'),
(1953, '2022-10-19 08:50:37', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=11 estado=generado id=232 ', b'0'),
(1954, '2022-10-19 08:52:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=44 estado=generado id=233 ', b'0'),
(1955, '2022-10-19 08:53:59', 44, 'UPDATE', '', 'id=231 cola_id=11 proceso_id=27 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 08:53:59 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1956, '2022-10-19 08:54:11', 44, 'UPDATE', '', 'id=231 cola_id=11 proceso_id=27 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 08:53:59 contador_llamada=1 comienzo_atencion=2022-10-19 08:54:11 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1957, '2022-10-19 08:54:19', 42, 'UPDATE', '', 'id=232 cola_id=11 proceso_id=27 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 08:54:18 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1958, '2022-10-19 08:55:02', 42, 'UPDATE', '', 'id=232 cola_id=11 proceso_id=27 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 08:54:18 contador_llamada=1 comienzo_atencion=2022-10-19 08:55:02 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1959, '2022-10-19 08:55:16', 41, 'UPDATE', '', 'id=233 cola_id=11 proceso_id=15 posicion=44 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 08:55:16 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(1960, '2022-10-19 08:55:35', 44, 'UPDATE', '', 'id=231 cola_id=11 proceso_id=27 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 08:53:59 contador_llamada=1 comienzo_atencion=2022-10-19 08:54:11 fin_atencion=2022-10-19 08:55:35 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(1961, '2022-10-19 08:55:42', 41, 'UPDATE', '', 'id=233 cola_id=11 proceso_id=15 posicion=44 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 08:55:16 contador_llamada=1 comienzo_atencion=2022-10-19 08:55:42 prioritario=1 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(1962, '2022-10-19 08:57:23', 33, 'ENTRY', 'LOGIN', '', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(1963, '2022-10-19 09:00:24', 42, 'UPDATE', '', 'id=232 cola_id=11 proceso_id=27 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 08:54:18 contador_llamada=1 comienzo_atencion=2022-10-19 08:55:02 fin_atencion=2022-10-19 09:00:24 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(1964, '2022-10-19 09:01:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=18 estado=generado id=234 ', b'0'),
(1965, '2022-10-19 09:02:16', 44, 'UPDATE', '', 'id=234 cola_id=11 proceso_id=25 posicion=18 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:02:16 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1966, '2022-10-19 09:02:30', 44, 'UPDATE', '', 'id=234 cola_id=11 proceso_id=25 posicion=18 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:02:16 contador_llamada=1 comienzo_atencion=2022-10-19 09:02:30 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1967, '2022-10-19 09:05:37', 44, 'UPDATE', '', 'id=234 cola_id=11 proceso_id=25 posicion=18 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:02:16 contador_llamada=1 comienzo_atencion=2022-10-19 09:02:30 fin_atencion=2022-10-19 09:05:37 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1968, '2022-10-19 09:07:59', 33, 'UPDATE', '', 'id=226 cola_id=11 proceso_id=29 posicion=9 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-18 16:33:55 fin_atencion=2022-10-19 09:07:59 calificacion=4 estado=finalizado ', b'0'),
(1969, '2022-10-19 09:09:23', 41, 'UPDATE', '', 'id=233 cola_id=11 proceso_id=15 posicion=44 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 08:55:16 contador_llamada=1 comienzo_atencion=2022-10-19 08:55:42 fin_atencion=2022-10-19 09:09:23 calificacion=4 prioritario=1 estado=finalizado updated_by', b'0'),
(1970, '2022-10-19 09:09:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=51 estado=generado id=235 ', b'0'),
(1971, '2022-10-19 09:10:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=10 estado=generado id=236 ', b'0'),
(1972, '2022-10-19 09:10:57', 33, 'UPDATE', '', 'id=236 cola_id=11 proceso_id=29 posicion=10 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-19 09:10:57 estado=atendiendo ', b'0'),
(1973, '2022-10-19 09:17:39', 44, 'UPDATE', '', 'id=235 cola_id=11 proceso_id=14 posicion=51 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:17:39 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1974, '2022-10-19 09:17:43', 44, 'UPDATE', '', 'id=235 cola_id=11 proceso_id=14 posicion=51 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:17:39 contador_llamada=1 comienzo_atencion=2022-10-19 09:17:43 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1975, '2022-10-19 09:23:16', 33, 'UPDATE', '', 'id=236 cola_id=11 proceso_id=29 posicion=10 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-19 09:10:57 fin_atencion=2022-10-19 09:23:16 calificacion=4 estado=finalizado ', b'0'),
(1976, '2022-10-19 09:23:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=11 estado=generado id=237 ', b'0'),
(1977, '2022-10-19 09:23:35', 33, 'UPDATE', '', 'id=237 cola_id=11 proceso_id=29 posicion=11 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-19 09:23:35 estado=atendiendo ', b'0'),
(1978, '2022-10-19 09:24:07', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=52 estado=generado id=238 ', b'0'),
(1979, '2022-10-19 09:24:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=3 estado=generado id=239 ', b'0'),
(1980, '2022-10-19 09:27:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=53 estado=generado id=240 ', b'0'),
(1981, '2022-10-19 09:27:11', 42, 'UPDATE', '', 'id=240 cola_id=11 proceso_id=14 posicion=53 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 09:27:11 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1982, '2022-10-19 09:29:38', 42, 'UPDATE', '', 'id=240 cola_id=11 proceso_id=14 posicion=53 operador_id=42 momento_llamada=2022-10-19 09:27:11 contador_llamada=1 prioritario=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(1983, '2022-10-19 09:29:53', 42, 'UPDATE', '', 'id=238 cola_id=11 proceso_id=14 posicion=52 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 09:29:53 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1984, '2022-10-19 09:30:17', 42, 'UPDATE', '', 'id=238 cola_id=11 proceso_id=14 posicion=52 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 09:29:53 contador_llamada=1 comienzo_atencion=2022-10-19 09:30:17 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(1985, '2022-10-19 09:31:44', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=14 estado=generado id=241 ', b'0'),
(1986, '2022-10-19 09:31:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 prioritario=1 posicion=15 estado=generado id=242 ', b'0'),
(1987, '2022-10-19 09:33:18', 44, 'UPDATE', '', 'id=235 cola_id=11 proceso_id=14 posicion=51 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:17:39 contador_llamada=1 comienzo_atencion=2022-10-19 09:17:43 fin_atencion=2022-10-19 09:33:18 estado=finalizado updated_by=44 ', b'0'),
(1988, '2022-10-19 09:33:20', 44, 'UPDATE', '', 'id=242 cola_id=11 proceso_id=23 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:33:20 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1989, '2022-10-19 09:33:36', 44, 'UPDATE', '', 'id=242 cola_id=11 proceso_id=23 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:33:20 contador_llamada=1 comienzo_atencion=2022-10-19 09:33:36 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(1990, '2022-10-19 09:35:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=12 estado=generado id=243 ', b'0'),
(1991, '2022-10-19 09:36:05', 42, 'UPDATE', '', 'id=238 cola_id=11 proceso_id=14 posicion=52 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 09:29:53 contador_llamada=1 comienzo_atencion=2022-10-19 09:30:17 fin_atencion=2022-10-19 09:36:05 estado=finalizado updated_by=42 ', b'0'),
(1992, '2022-10-19 09:36:07', 44, 'UPDATE', '', 'id=242 cola_id=11 proceso_id=23 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:33:20 contador_llamada=1 comienzo_atencion=2022-10-19 09:33:36 fin_atencion=2022-10-19 09:36:07 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(1993, '2022-10-19 09:36:10', 44, 'UPDATE', '', 'id=239 cola_id=11 proceso_id=21 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:36:10 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1994, '2022-10-19 09:36:12', 42, 'UPDATE', '', 'id=241 cola_id=11 proceso_id=23 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 09:36:12 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(1995, '2022-10-19 09:36:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=45 estado=generado id=244 ', b'0'),
(1996, '2022-10-19 09:36:35', 44, 'UPDATE', '', 'id=239 cola_id=11 proceso_id=21 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:36:35 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(1997, '2022-10-19 09:37:12', 44, 'UPDATE', '', 'id=239 cola_id=11 proceso_id=21 posicion=3 operador_id=44 momento_llamada=2022-10-19 09:36:35 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(1998, '2022-10-19 09:37:13', 44, 'UPDATE', '', 'id=243 cola_id=11 proceso_id=19 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:37:13 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(1999, '2022-10-19 09:37:22', 42, 'UPDATE', '', 'id=241 cola_id=11 proceso_id=23 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 09:36:12 contador_llamada=1 comienzo_atencion=2022-10-19 09:37:22 estado=atendiendo updated_by=42 ', b'0'),
(2000, '2022-10-19 09:37:30', 44, 'UPDATE', '', 'id=243 cola_id=11 proceso_id=19 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:37:30 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2001, '2022-10-19 09:37:40', 44, 'UPDATE', '', 'id=243 cola_id=11 proceso_id=19 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:37:30 contador_llamada=2 comienzo_atencion=2022-10-19 09:37:39 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2002, '2022-10-19 09:40:38', 44, 'UPDATE', '', 'id=243 cola_id=11 proceso_id=19 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:37:30 contador_llamada=2 comienzo_atencion=2022-10-19 09:37:39 fin_atencion=2022-10-19 09:40:38 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2003, '2022-10-19 09:40:42', 44, 'UPDATE', '', 'id=244 cola_id=11 proceso_id=15 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:40:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2004, '2022-10-19 09:42:03', 44, 'UPDATE', '', 'id=244 cola_id=11 proceso_id=15 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:40:42 contador_llamada=1 comienzo_atencion=2022-10-19 09:42:03 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2005, '2022-10-19 09:42:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=46 estado=generado id=245 ', b'0'),
(2006, '2022-10-19 09:43:17', 33, 'UPDATE', '', 'id=237 cola_id=11 proceso_id=29 posicion=11 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-19 09:23:35 fin_atencion=2022-10-19 09:43:17 calificacion=4 estado=finalizado ', b'0'),
(2007, '2022-10-19 09:43:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=12 estado=generado id=246 ', b'0'),
(2008, '2022-10-19 09:43:36', 33, 'UPDATE', '', 'id=246 cola_id=11 proceso_id=29 posicion=12 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-19 09:43:36 estado=atendiendo ', b'0'),
(2009, '2022-10-19 09:44:02', 44, 'UPDATE', '', 'id=244 cola_id=11 proceso_id=15 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:40:42 contador_llamada=1 comienzo_atencion=2022-10-19 09:42:03 fin_atencion=2022-10-19 09:44:02 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2010, '2022-10-19 09:44:07', 44, 'UPDATE', '', 'id=245 cola_id=11 proceso_id=15 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:44:07 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2011, '2022-10-19 09:44:20', 44, 'UPDATE', '', 'id=245 cola_id=11 proceso_id=15 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:44:07 contador_llamada=1 comienzo_atencion=2022-10-19 09:44:20 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2012, '2022-10-19 09:45:24', 44, 'UPDATE', '', 'id=245 cola_id=11 proceso_id=15 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:44:07 contador_llamada=1 comienzo_atencion=2022-10-19 09:44:20 fin_atencion=2022-10-19 09:45:24 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2013, '2022-10-19 09:45:28', 44, 'UPDATE', '', 'id=239 cola_id=11 proceso_id=21 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:45:28 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(2014, '2022-10-19 09:45:35', 44, 'UPDATE', '', 'id=239 cola_id=11 proceso_id=21 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:45:28 contador_llamada=3 comienzo_atencion=2022-10-19 09:45:34 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2015, '2022-10-19 09:47:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=16 estado=generado id=247 ', b'0'),
(2016, '2022-10-19 09:48:30', 44, 'UPDATE', '', 'id=239 cola_id=11 proceso_id=21 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:45:28 contador_llamada=3 comienzo_atencion=2022-10-19 09:45:34 fin_atencion=2022-10-19 09:48:30 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2017, '2022-10-19 09:48:34', 44, 'UPDATE', '', 'id=247 cola_id=11 proceso_id=23 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:48:34 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2018, '2022-10-19 09:50:08', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=17 estado=generado id=248 ', b'0'),
(2019, '2022-10-19 09:54:33', 42, 'UPDATE', '', 'id=241 cola_id=11 proceso_id=23 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 09:36:12 contador_llamada=1 comienzo_atencion=2022-10-19 09:37:22 fin_atencion=2022-10-19 09:54:33 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(2020, '2022-10-19 09:54:45', 42, 'UPDATE', '', 'id=248 cola_id=11 proceso_id=32 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 09:54:45 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2021, '2022-10-19 09:55:15', 42, 'UPDATE', '', 'id=248 cola_id=11 proceso_id=32 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 09:54:45 contador_llamada=1 comienzo_atencion=2022-10-19 09:55:15 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2022, '2022-10-19 09:55:52', 44, 'UPDATE', '', 'id=247 cola_id=11 proceso_id=23 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:55:52 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2023, '2022-10-19 09:56:00', 44, 'UPDATE', '', 'id=247 cola_id=11 proceso_id=23 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:55:52 contador_llamada=2 comienzo_atencion=2022-10-19 09:56:00 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2024, '2022-10-19 09:56:05', 44, 'UPDATE', '', 'id=247 cola_id=11 proceso_id=23 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:55:52 contador_llamada=2 comienzo_atencion=2022-10-19 09:56:00 fin_atencion=2022-10-19 09:56:05 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2025, '2022-10-19 09:56:08', 44, 'UPDATE', '', 'id=240 cola_id=11 proceso_id=14 posicion=53 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:56:08 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2026, '2022-10-19 09:56:23', 44, 'UPDATE', '', 'id=240 cola_id=11 proceso_id=14 posicion=53 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:56:08 contador_llamada=2 comienzo_atencion=2022-10-19 09:56:23 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2027, '2022-10-19 09:56:34', 44, 'UPDATE', '', 'id=240 cola_id=11 proceso_id=14 posicion=53 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 09:56:08 contador_llamada=2 comienzo_atencion=2022-10-19 09:56:23 fin_atencion=2022-10-19 09:56:34 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2028, '2022-10-19 09:56:56', 42, 'UPDATE', '', 'id=248 cola_id=11 proceso_id=32 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 09:54:45 contador_llamada=1 comienzo_atencion=2022-10-19 09:55:15 fin_atencion=2022-10-19 09:56:56 calificacion=3 estado=finalizado updated_by=42 ', b'0'),
(2029, '2022-10-19 10:02:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=17 estado=generado id=249 ', b'0'),
(2030, '2022-10-19 10:03:04', 44, 'UPDATE', '', 'id=249 cola_id=11 proceso_id=23 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:03:04 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2031, '2022-10-19 10:03:15', 44, 'UPDATE', '', 'id=249 cola_id=11 proceso_id=23 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:03:04 contador_llamada=1 comienzo_atencion=2022-10-19 10:03:15 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2032, '2022-10-19 10:03:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=21 estado=generado id=250 ', b'0'),
(2033, '2022-10-19 10:05:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=18 estado=generado id=251 ', b'0'),
(2034, '2022-10-19 10:05:18', 44, 'UPDATE', '', 'id=249 cola_id=11 proceso_id=23 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:03:04 contador_llamada=1 comienzo_atencion=2022-10-19 10:03:15 fin_atencion=2022-10-19 10:05:18 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2035, '2022-10-19 10:05:22', 44, 'UPDATE', '', 'id=250 cola_id=11 proceso_id=24 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:05:22 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2036, '2022-10-19 10:05:56', 44, 'UPDATE', '', 'id=250 cola_id=11 proceso_id=24 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:05:22 contador_llamada=1 comienzo_atencion=2022-10-19 10:05:56 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2037, '2022-10-19 10:07:34', 42, 'UPDATE', '', 'id=251 cola_id=11 proceso_id=32 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:07:34 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2038, '2022-10-19 10:07:49', 42, 'UPDATE', '', 'id=251 cola_id=11 proceso_id=32 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:07:34 contador_llamada=1 comienzo_atencion=2022-10-19 10:07:49 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2039, '2022-10-19 10:10:46', 44, 'UPDATE', '', 'id=250 cola_id=11 proceso_id=24 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:05:22 contador_llamada=1 comienzo_atencion=2022-10-19 10:05:56 fin_atencion=2022-10-19 10:10:46 estado=finalizado updated_by=44 ', b'0'),
(2040, '2022-10-19 10:13:12', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 prioritario=1 posicion=18 estado=generado id=252 ', b'0'),
(2041, '2022-10-19 10:14:00', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=7 estado=generado id=253 ', b'0'),
(2042, '2022-10-19 10:14:02', 42, 'UPDATE', '', 'id=251 cola_id=11 proceso_id=32 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:07:34 contador_llamada=1 comienzo_atencion=2022-10-19 10:07:49 fin_atencion=2022-10-19 10:14:02 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2043, '2022-10-19 10:14:04', 42, 'UPDATE', '', 'id=252 cola_id=11 proceso_id=23 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:14:04 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2044, '2022-10-19 10:14:20', 42, 'UPDATE', '', 'id=252 cola_id=11 proceso_id=23 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:14:04 contador_llamada=1 comienzo_atencion=2022-10-19 10:14:20 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2045, '2022-10-19 10:14:59', 44, 'UPDATE', '', 'id=253 cola_id=11 proceso_id=26 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:14:59 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2046, '2022-10-19 10:15:17', 42, 'UPDATE', '', 'id=252 cola_id=11 proceso_id=23 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:14:04 contador_llamada=1 comienzo_atencion=2022-10-19 10:14:20 fin_atencion=2022-10-19 10:15:17 calificacion=4 prioritario=1 estado=finalizado updated_by', b'0'),
(2047, '2022-10-19 10:15:19', 44, 'UPDATE', '', 'id=253 cola_id=11 proceso_id=26 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:14:59 contador_llamada=1 comienzo_atencion=2022-10-19 10:15:19 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2048, '2022-10-19 10:21:34', 44, 'UPDATE', '', 'id=253 cola_id=11 proceso_id=26 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:14:59 contador_llamada=1 comienzo_atencion=2022-10-19 10:15:19 fin_atencion=2022-10-19 10:21:34 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2049, '2022-10-19 10:29:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=12 estado=generado id=254 ', b'0'),
(2050, '2022-10-19 10:31:58', 44, 'UPDATE', '', 'id=254 cola_id=11 proceso_id=27 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:31:58 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2051, '2022-10-19 10:32:06', 44, 'UPDATE', '', 'id=254 cola_id=11 proceso_id=27 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:31:58 contador_llamada=1 comienzo_atencion=2022-10-19 10:32:06 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2052, '2022-10-19 10:33:01', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=54 estado=generado id=255 ', b'0'),
(2053, '2022-10-19 10:36:05', 44, 'UPDATE', '', 'id=254 cola_id=11 proceso_id=27 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:31:58 contador_llamada=1 comienzo_atencion=2022-10-19 10:32:06 fin_atencion=2022-10-19 10:36:05 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2054, '2022-10-19 10:36:07', 44, 'UPDATE', '', 'id=255 cola_id=11 proceso_id=14 posicion=54 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:36:07 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2055, '2022-10-19 10:36:16', 47, 'ENTRY', 'LOGIN', '', b'0'),
(2056, '2022-10-19 10:36:19', 44, 'UPDATE', '', 'id=255 cola_id=11 proceso_id=14 posicion=54 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:36:07 contador_llamada=1 comienzo_atencion=2022-10-19 10:36:19 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2057, '2022-10-19 10:39:23', 44, 'UPDATE', '', 'id=255 cola_id=11 proceso_id=14 posicion=54 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:36:07 contador_llamada=1 comienzo_atencion=2022-10-19 10:36:19 fin_atencion=2022-10-19 10:39:23 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2058, '2022-10-19 10:41:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=55 estado=generado id=256 ', b'0'),
(2059, '2022-10-19 10:42:10', 42, 'UPDATE', '', 'id=256 cola_id=11 proceso_id=14 posicion=55 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:42:10 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2060, '2022-10-19 10:42:38', 42, 'UPDATE', '', 'id=256 cola_id=11 proceso_id=14 posicion=55 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:42:10 contador_llamada=1 comienzo_atencion=2022-10-19 10:42:38 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2061, '2022-10-19 10:44:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=8 estado=generado id=257 ', b'0'),
(2062, '2022-10-19 10:47:23', 44, 'UPDATE', '', 'id=257 cola_id=11 proceso_id=33 posicion=8 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:47:23 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2063, '2022-10-19 10:47:38', 44, 'UPDATE', '', 'id=257 cola_id=11 proceso_id=33 posicion=8 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:47:23 contador_llamada=1 comienzo_atencion=2022-10-19 10:47:38 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2064, '2022-10-19 10:47:43', 44, 'UPDATE', '', 'id=257 cola_id=11 proceso_id=33 posicion=8 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:47:23 contador_llamada=1 comienzo_atencion=2022-10-19 10:47:38 fin_atencion=2022-10-19 10:47:43 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2065, '2022-10-19 10:48:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=56 estado=generado id=258 ', b'0'),
(2066, '2022-10-19 10:48:30', 33, 'UPDATE', '', 'id=246 cola_id=11 proceso_id=29 posicion=12 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-19 09:43:36 fin_atencion=2022-10-19 10:48:30 calificacion=4 estado=finalizado ', b'0'),
(2067, '2022-10-19 10:48:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=8 estado=generado id=259 ', b'0'),
(2068, '2022-10-19 10:49:30', 44, 'UPDATE', '', 'id=258 cola_id=11 proceso_id=14 posicion=56 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 10:49:30 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2069, '2022-10-19 10:49:55', 44, 'UPDATE', '', 'id=258 cola_id=11 proceso_id=14 posicion=56 operador_id=44 momento_llamada=2022-10-19 10:49:30 contador_llamada=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2070, '2022-10-19 10:49:57', 44, 'UPDATE', '', 'id=259 cola_id=11 proceso_id=26 posicion=8 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-19 10:49:57 estado=atendiendo ', b'0'),
(2071, '2022-10-19 10:53:23', 42, 'UPDATE', '', 'id=256 cola_id=11 proceso_id=14 posicion=55 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:42:10 contador_llamada=1 comienzo_atencion=2022-10-19 10:42:38 fin_atencion=2022-10-19 10:53:23 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(2072, '2022-10-19 10:54:52', 44, 'UPDATE', '', 'id=259 cola_id=11 proceso_id=26 posicion=8 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-19 10:49:57 fin_atencion=2022-10-19 10:54:52 estado=finalizado ', b'0'),
(2073, '2022-10-19 10:55:46', 42, 'UPDATE', '', 'id=258 cola_id=11 proceso_id=14 posicion=56 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:55:46 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2074, '2022-10-19 10:55:54', 42, 'UPDATE', '', 'id=258 cola_id=11 proceso_id=14 posicion=56 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:55:46 contador_llamada=2 comienzo_atencion=2022-10-19 10:55:54 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2075, '2022-10-19 11:00:26', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 posicion=4 estado=generado id=260 ', b'0'),
(2076, '2022-10-19 11:05:25', 44, 'UPDATE', '', 'id=260 cola_id=11 proceso_id=21 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:05:25 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2077, '2022-10-19 11:05:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=13 estado=generado id=261 ', b'0'),
(2078, '2022-10-19 11:08:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=13 estado=generado id=262 ', b'0'),
(2079, '2022-10-19 11:08:34', 33, 'UPDATE', '', 'id=262 cola_id=11 proceso_id=29 posicion=13 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-19 11:08:34 estado=atendiendo ', b'0'),
(2080, '2022-10-19 11:09:49', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=19 estado=generado id=263 ', b'0'),
(2081, '2022-10-19 11:12:02', 43, 'UPDATE', '', 'id=261 cola_id=11 proceso_id=27 posicion=13 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-19 11:12:02 estado=atendiendo ', b'0'),
(2082, '2022-10-19 11:12:53', 43, 'UPDATE', '', 'id=261 cola_id=11 proceso_id=27 posicion=13 modulo_id=22 operador_id=43 momento_llamada=2022-10-19 11:12:53 contador_llamada=1 comienzo_atencion=2022-10-19 11:12:02 estado=generado llamado=1 updated_by=43 ', b'0'),
(2083, '2022-10-19 11:12:55', 43, 'UPDATE', '', 'id=261 cola_id=11 proceso_id=27 posicion=13 modulo_id=22 operador_id=43 momento_llamada=2022-10-19 11:12:55 contador_llamada=2 comienzo_atencion=2022-10-19 11:12:02 estado=generado llamado=1 updated_by=43 ', b'0'),
(2084, '2022-10-19 11:13:11', 43, 'UPDATE', '', 'id=261 cola_id=11 proceso_id=27 posicion=13 operador_id=43 momento_llamada=2022-10-19 11:12:55 contador_llamada=2 comienzo_atencion=2022-10-19 11:12:02 estado=desplazado llamado=1 updated_by=43 ', b'0'),
(2085, '2022-10-19 11:13:14', 43, 'UPDATE', '', 'id=263 cola_id=11 proceso_id=23 posicion=19 modulo_id=22 operador_id=43 momento_llamada=2022-10-19 11:13:14 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(2086, '2022-10-19 11:13:35', 44, 'UPDATE', '', 'id=261 cola_id=11 proceso_id=27 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:12:55 contador_llamada=2 comienzo_atencion=2022-10-19 11:13:35 estado=atendiendo updated_by=43 ', b'0'),
(2087, '2022-10-19 11:13:37', 43, 'UPDATE', '', 'id=263 cola_id=11 proceso_id=23 posicion=19 modulo_id=22 operador_id=43 momento_llamada=2022-10-19 11:13:14 contador_llamada=1 comienzo_atencion=2022-10-19 11:13:37 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(2088, '2022-10-19 11:13:40', 44, 'UPDATE', '', 'id=261 cola_id=11 proceso_id=27 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:12:55 contador_llamada=2 comienzo_atencion=2022-10-19 11:13:35 fin_atencion=2022-10-19 11:13:40 estado=finalizado updated_by=43 ', b'0'),
(2089, '2022-10-19 11:14:56', 44, 'UPDATE', '', 'id=260 cola_id=11 proceso_id=21 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:14:56 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2090, '2022-10-19 11:15:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=19 estado=generado id=264 ', b'0'),
(2091, '2022-10-19 11:15:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=57 estado=generado id=265 ', b'0'),
(2092, '2022-10-19 11:15:58', 44, 'UPDATE', '', 'id=265 cola_id=11 proceso_id=14 posicion=57 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:15:58 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2093, '2022-10-19 11:16:24', 44, 'UPDATE', '', 'id=265 cola_id=11 proceso_id=14 posicion=57 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:15:58 contador_llamada=1 comienzo_atencion=2022-10-19 11:16:24 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2094, '2022-10-19 11:16:45', 43, 'UPDATE', '', 'id=263 cola_id=11 proceso_id=23 posicion=19 modulo_id=22 operador_id=43 momento_llamada=2022-10-19 11:13:14 contador_llamada=1 comienzo_atencion=2022-10-19 11:13:37 fin_atencion=2022-10-19 11:16:45 estado=finalizado updated_by=43 ', b'0'),
(2095, '2022-10-19 11:17:28', 42, 'UPDATE', '', 'id=258 cola_id=11 proceso_id=14 posicion=56 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 10:55:46 contador_llamada=2 comienzo_atencion=2022-10-19 10:55:54 fin_atencion=2022-10-19 11:17:28 estado=finalizado updated_by=42 ', b'0'),
(2096, '2022-10-19 11:17:31', 42, 'UPDATE', '', 'id=264 cola_id=11 proceso_id=25 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 11:17:31 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2097, '2022-10-19 11:17:51', 42, 'UPDATE', '', 'id=264 cola_id=11 proceso_id=25 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 11:17:31 contador_llamada=1 comienzo_atencion=2022-10-19 11:17:51 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2098, '2022-10-19 11:21:58', 42, 'UPDATE', '', 'id=264 cola_id=11 proceso_id=25 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 11:17:31 contador_llamada=1 comienzo_atencion=2022-10-19 11:17:51 fin_atencion=2022-10-19 11:21:58 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2099, '2022-10-19 11:31:33', 44, 'UPDATE', '', 'id=265 cola_id=11 proceso_id=14 posicion=57 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:15:58 contador_llamada=1 comienzo_atencion=2022-10-19 11:16:24 fin_atencion=2022-10-19 11:31:33 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(2100, '2022-10-19 11:31:35', 44, 'UPDATE', '', 'id=260 cola_id=11 proceso_id=21 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:31:35 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(2101, '2022-10-19 11:31:50', 44, 'UPDATE', '', 'id=260 cola_id=11 proceso_id=21 posicion=4 operador_id=44 momento_llamada=2022-10-19 11:31:35 contador_llamada=3 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2102, '2022-10-19 11:35:23', 0, 'CREATE', '', 'cola_id=11 proceso_id=31 posicion=2 estado=generado id=266 ', b'0'),
(2103, '2022-10-19 11:35:31', 44, 'UPDATE', '', 'id=266 cola_id=11 proceso_id=31 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:35:31 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2104, '2022-10-19 11:35:50', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=47 estado=generado id=267 ', b'0'),
(2105, '2022-10-19 11:36:01', 44, 'UPDATE', '', 'id=266 cola_id=11 proceso_id=31 posicion=2 operador_id=44 momento_llamada=2022-10-19 11:35:31 contador_llamada=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2106, '2022-10-19 11:36:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=20 estado=generado id=268 ', b'0'),
(2107, '2022-10-19 11:36:06', 44, 'UPDATE', '', 'id=268 cola_id=11 proceso_id=25 posicion=20 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-19 11:36:06 prioritario=1 estado=atendiendo ', b'0'),
(2108, '2022-10-19 11:36:10', 44, 'UPDATE', '', 'id=268 cola_id=11 proceso_id=25 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:36:10 contador_llamada=1 comienzo_atencion=2022-10-19 11:36:06 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2109, '2022-10-19 11:36:15', 42, 'UPDATE', '', 'id=266 cola_id=11 proceso_id=31 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 11:35:31 contador_llamada=1 comienzo_atencion=2022-10-19 11:36:15 estado=atendiendo updated_by=44 ', b'0'),
(2110, '2022-10-19 11:36:38', 44, 'UPDATE', '', 'id=268 cola_id=11 proceso_id=25 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:36:10 contador_llamada=1 comienzo_atencion=2022-10-19 11:36:38 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2111, '2022-10-19 11:39:32', 44, 'UPDATE', '', 'id=268 cola_id=11 proceso_id=25 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:36:10 contador_llamada=1 comienzo_atencion=2022-10-19 11:36:38 fin_atencion=2022-10-19 11:39:32 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2112, '2022-10-19 11:39:34', 44, 'UPDATE', '', 'id=267 cola_id=11 proceso_id=15 posicion=47 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:39:34 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2113, '2022-10-19 11:39:51', 44, 'UPDATE', '', 'id=267 cola_id=11 proceso_id=15 posicion=47 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:39:34 contador_llamada=1 comienzo_atencion=2022-10-19 11:39:51 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2114, '2022-10-19 11:45:45', 44, 'UPDATE', '', 'id=267 cola_id=11 proceso_id=15 posicion=47 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 11:39:34 contador_llamada=1 comienzo_atencion=2022-10-19 11:39:51 fin_atencion=2022-10-19 11:45:45 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2115, '2022-10-19 11:58:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=21 estado=generado id=269 ', b'0'),
(2116, '2022-10-19 11:59:40', 42, 'UPDATE', '', 'id=266 cola_id=11 proceso_id=31 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 11:35:31 contador_llamada=1 comienzo_atencion=2022-10-19 11:36:15 fin_atencion=2022-10-19 11:59:40 estado=finalizado updated_by=44 ', b'0'),
(2117, '2022-10-19 11:59:43', 42, 'UPDATE', '', 'id=269 cola_id=11 proceso_id=25 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 11:59:43 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2118, '2022-10-19 12:00:11', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(2119, '2022-10-19 12:00:15', 42, 'UPDATE', '', 'id=269 cola_id=11 proceso_id=25 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 11:59:43 contador_llamada=1 comienzo_atencion=2022-10-19 12:00:15 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2120, '2022-10-19 12:03:18', 33, 'UPDATE', '', 'id=262 cola_id=11 proceso_id=29 posicion=13 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-19 11:08:34 fin_atencion=2022-10-19 12:03:18 calificacion=4 estado=finalizado ', b'0'),
(2121, '2022-10-19 12:06:56', 42, 'UPDATE', '', 'id=269 cola_id=11 proceso_id=25 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 11:59:43 contador_llamada=1 comienzo_atencion=2022-10-19 12:00:15 fin_atencion=2022-10-19 12:06:56 calificacion=4 prioritario=1 estado=finalizado llamado=1 ', b'0'),
(2122, '2022-10-19 12:07:00', 42, 'UPDATE', '', 'id=260 cola_id=11 proceso_id=21 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:07:00 contador_llamada=4 estado=generado llamado=1 updated_by=42 ', b'0'),
(2123, '2022-10-19 12:07:11', 42, 'UPDATE', '', 'id=260 cola_id=11 proceso_id=21 posicion=4 operador_id=42 momento_llamada=2022-10-19 12:07:00 contador_llamada=4 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2124, '2022-10-19 12:09:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=22 estado=generado id=270 ', b'0'),
(2125, '2022-10-19 12:10:35', 42, 'UPDATE', '', 'id=270 cola_id=11 proceso_id=25 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:10:35 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2126, '2022-10-19 12:10:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=14 estado=generado id=271 ', b'0'),
(2127, '2022-10-19 12:10:39', 33, 'UPDATE', '', 'id=271 cola_id=11 proceso_id=29 posicion=14 modulo_id=27 operador_id=33 comienzo_atencion=2022-10-19 12:10:39 estado=atendiendo ', b'0'),
(2128, '2022-10-19 12:10:53', 42, 'UPDATE', '', 'id=270 cola_id=11 proceso_id=25 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:10:35 contador_llamada=1 comienzo_atencion=2022-10-19 12:10:53 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2129, '2022-10-19 12:10:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=58 estado=generado id=272 ', b'0'),
(2130, '2022-10-19 12:12:59', 42, 'UPDATE', '', 'id=270 cola_id=11 proceso_id=25 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:10:35 contador_llamada=1 comienzo_atencion=2022-10-19 12:10:53 fin_atencion=2022-10-19 12:12:59 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2131, '2022-10-19 12:13:14', 42, 'UPDATE', '', 'id=272 cola_id=11 proceso_id=14 posicion=58 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:13:14 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2132, '2022-10-19 12:13:36', 42, 'UPDATE', '', 'id=272 cola_id=11 proceso_id=14 posicion=58 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:13:14 contador_llamada=1 comienzo_atencion=2022-10-19 12:13:36 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2133, '2022-10-19 12:14:11', 42, 'UPDATE', '', 'id=272 cola_id=11 proceso_id=14 posicion=58 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:13:14 contador_llamada=1 comienzo_atencion=2022-10-19 12:13:36 fin_atencion=2022-10-19 12:14:11 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2134, '2022-10-19 12:17:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=59 estado=generado id=273 ', b'0'),
(2135, '2022-10-19 12:18:43', 42, 'UPDATE', '', 'id=273 cola_id=11 proceso_id=14 posicion=59 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:18:43 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2136, '2022-10-19 12:19:03', 42, 'UPDATE', '', 'id=273 cola_id=11 proceso_id=14 posicion=59 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:18:43 contador_llamada=1 comienzo_atencion=2022-10-19 12:19:03 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2137, '2022-10-19 12:26:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=48 estado=generado id=274 ', b'0'),
(2138, '2022-10-19 12:26:52', 41, 'UPDATE', '', 'id=274 cola_id=11 proceso_id=15 posicion=48 modulo_id=14 operador_id=41 comienzo_atencion=2022-10-19 12:26:52 estado=atendiendo ', b'0'),
(2139, '2022-10-19 12:27:26', 41, 'UPDATE', '', 'id=274 cola_id=11 proceso_id=15 posicion=48 modulo_id=14 operador_id=41 comienzo_atencion=2022-10-19 12:26:52 fin_atencion=2022-10-19 12:27:26 calificacion=4 estado=finalizado ', b'0'),
(2140, '2022-10-19 12:28:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=60 estado=generado id=275 ', b'0'),
(2141, '2022-10-19 12:28:39', 42, 'UPDATE', '', 'id=273 cola_id=11 proceso_id=14 posicion=59 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:18:43 contador_llamada=1 comienzo_atencion=2022-10-19 12:19:03 fin_atencion=2022-10-19 12:28:39 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2142, '2022-10-19 12:28:40', 43, 'UPDATE', '', 'id=275 cola_id=11 proceso_id=14 posicion=60 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-19 12:28:40 estado=atendiendo ', b'0'),
(2143, '2022-10-19 12:29:07', 43, 'UPDATE', '', 'id=275 cola_id=11 proceso_id=14 posicion=60 modulo_id=22 operador_id=43 comienzo_atencion=2022-10-19 12:28:40 fin_atencion=2022-10-19 12:29:07 calificacion=4 estado=finalizado ', b'0'),
(2144, '2022-10-19 12:34:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=9 estado=generado id=276 ', b'0'),
(2145, '2022-10-19 12:34:33', 42, 'UPDATE', '', 'id=276 cola_id=11 proceso_id=26 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:34:33 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2146, '2022-10-19 12:34:46', 42, 'UPDATE', '', 'id=276 cola_id=11 proceso_id=26 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:34:33 contador_llamada=1 comienzo_atencion=2022-10-19 12:34:46 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2147, '2022-10-19 12:35:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=61 estado=generado id=277 ', b'0'),
(2148, '2022-10-19 12:36:05', 42, 'UPDATE', '', 'id=276 cola_id=11 proceso_id=26 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:34:33 contador_llamada=1 comienzo_atencion=2022-10-19 12:34:46 fin_atencion=2022-10-19 12:36:05 calificacion=3 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2149, '2022-10-19 12:36:07', 42, 'UPDATE', '', 'id=277 cola_id=11 proceso_id=14 posicion=61 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:36:07 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2150, '2022-10-19 12:36:12', 42, 'UPDATE', '', 'id=277 cola_id=11 proceso_id=14 posicion=61 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:36:07 contador_llamada=1 comienzo_atencion=2022-10-19 12:36:12 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2151, '2022-10-19 12:37:24', 42, 'UPDATE', '', 'id=277 cola_id=11 proceso_id=14 posicion=61 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:36:07 contador_llamada=1 comienzo_atencion=2022-10-19 12:36:12 fin_atencion=2022-10-19 12:37:24 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2152, '2022-10-19 12:49:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=9 estado=generado id=278 ', b'0'),
(2153, '2022-10-19 12:49:33', 42, 'UPDATE', '', 'id=278 cola_id=11 proceso_id=33 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:49:33 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2154, '2022-10-19 12:49:43', 42, 'UPDATE', '', 'id=278 cola_id=11 proceso_id=33 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:49:33 contador_llamada=1 comienzo_atencion=2022-10-19 12:49:43 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2155, '2022-10-19 12:52:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=20 estado=generado id=279 ', b'0'),
(2156, '2022-10-19 12:55:04', 42, 'UPDATE', '', 'id=278 cola_id=11 proceso_id=33 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:49:33 contador_llamada=1 comienzo_atencion=2022-10-19 12:49:43 fin_atencion=2022-10-19 12:55:04 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2157, '2022-10-19 12:55:08', 42, 'UPDATE', '', 'id=279 cola_id=11 proceso_id=23 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:55:08 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2158, '2022-10-19 12:55:32', 42, 'UPDATE', '', 'id=279 cola_id=11 proceso_id=23 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:55:08 contador_llamada=1 comienzo_atencion=2022-10-19 12:55:32 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2159, '2022-10-19 12:55:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=13 estado=generado id=280 ', b'0'),
(2160, '2022-10-19 12:56:08', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 posicion=10 estado=generado id=281 ', b'0'),
(2161, '2022-10-19 12:58:08', 42, 'UPDATE', '', 'id=279 cola_id=11 proceso_id=23 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:55:08 contador_llamada=1 comienzo_atencion=2022-10-19 12:55:32 fin_atencion=2022-10-19 12:58:08 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2162, '2022-10-19 12:58:11', 42, 'UPDATE', '', 'id=280 cola_id=11 proceso_id=19 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:58:11 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2163, '2022-10-19 12:58:30', 42, 'UPDATE', '', 'id=280 cola_id=11 proceso_id=19 posicion=13 operador_id=42 momento_llamada=2022-10-19 12:58:11 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2164, '2022-10-19 12:58:32', 42, 'UPDATE', '', 'id=281 cola_id=11 proceso_id=26 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:58:32 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2165, '2022-10-19 12:58:46', 42, 'UPDATE', '', 'id=281 cola_id=11 proceso_id=26 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:58:32 contador_llamada=1 comienzo_atencion=2022-10-19 12:58:46 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2166, '2022-10-19 13:01:42', 42, 'UPDATE', '', 'id=281 cola_id=11 proceso_id=26 posicion=10 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:58:32 contador_llamada=1 comienzo_atencion=2022-10-19 12:58:46 fin_atencion=2022-10-19 13:01:42 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2167, '2022-10-19 13:02:46', 42, 'UPDATE', '', 'id=260 cola_id=11 proceso_id=21 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:07:00 contador_llamada=4 comienzo_atencion=2022-10-19 13:02:46 estado=atendiendo updated_by=42 ', b'0'),
(2168, '2022-10-19 13:03:02', 42, 'UPDATE', '', 'id=260 cola_id=11 proceso_id=21 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 12:07:00 contador_llamada=4 comienzo_atencion=2022-10-19 13:02:46 fin_atencion=2022-10-19 13:03:02 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(2169, '2022-10-19 13:06:28', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(2170, '2022-10-19 13:06:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=62 estado=generado id=282 ', b'0'),
(2171, '2022-10-19 13:07:01', 44, 'UPDATE', '', 'id=282 cola_id=11 proceso_id=14 posicion=62 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-19 13:07:01 estado=atendiendo ', b'0'),
(2172, '2022-10-19 13:07:24', 44, 'UPDATE', '', 'id=282 cola_id=11 proceso_id=14 posicion=62 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-19 13:07:01 fin_atencion=2022-10-19 13:07:24 calificacion=4 estado=finalizado ', b'0'),
(2173, '2022-10-19 13:10:22', 44, 'UPDATE', '', 'id=280 cola_id=11 proceso_id=19 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 12:58:11 contador_llamada=1 comienzo_atencion=2022-10-19 13:10:22 estado=atendiendo updated_by=42 ', b'0'),
(2174, '2022-10-19 13:10:27', 44, 'UPDATE', '', 'id=280 cola_id=11 proceso_id=19 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 12:58:11 contador_llamada=1 comienzo_atencion=2022-10-19 13:10:22 fin_atencion=2022-10-19 13:10:27 estado=finalizado updated_by=42 ', b'0'),
(2175, '2022-10-19 13:22:47', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(2176, '2022-10-19 13:23:53', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=23 estado=generado id=283 ', b'0'),
(2177, '2022-10-19 13:24:10', 44, 'UPDATE', '', 'id=283 cola_id=11 proceso_id=25 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 13:24:10 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2178, '2022-10-19 13:24:24', 44, 'UPDATE', '', 'id=283 cola_id=11 proceso_id=25 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 13:24:10 contador_llamada=1 comienzo_atencion=2022-10-19 13:24:24 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2179, '2022-10-19 13:28:07', 44, 'UPDATE', '', 'id=283 cola_id=11 proceso_id=25 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 13:24:10 contador_llamada=1 comienzo_atencion=2022-10-19 13:24:24 fin_atencion=2022-10-19 13:28:07 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2180, '2022-10-19 13:55:26', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=10 estado=generado id=284 ', b'0'),
(2181, '2022-10-19 13:55:38', 44, 'UPDATE', '', 'id=284 cola_id=11 proceso_id=33 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 13:55:38 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2182, '2022-10-19 13:55:47', 44, 'UPDATE', '', 'id=284 cola_id=11 proceso_id=33 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 13:55:38 contador_llamada=1 comienzo_atencion=2022-10-19 13:55:47 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2183, '2022-10-19 13:57:25', 44, 'UPDATE', '', 'id=284 cola_id=11 proceso_id=33 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 13:55:38 contador_llamada=1 comienzo_atencion=2022-10-19 13:55:47 fin_atencion=2022-10-19 13:57:25 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2184, '2022-10-19 14:20:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=49 estado=generado id=285 ', b'0'),
(2185, '2022-10-19 14:20:44', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=50 estado=generado id=286 ', b'0'),
(2186, '2022-10-19 14:21:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=51 estado=generado id=287 ', b'0'),
(2187, '2022-10-19 14:21:09', 44, 'UPDATE', '', 'id=287 cola_id=11 proceso_id=15 posicion=51 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 14:21:09 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2188, '2022-10-19 14:21:40', 41, 'UPDATE', '', 'id=285 cola_id=11 proceso_id=15 posicion=49 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 14:21:40 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(2189, '2022-10-19 14:22:10', 41, 'UPDATE', '', 'id=285 cola_id=11 proceso_id=15 posicion=49 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 14:21:40 contador_llamada=1 comienzo_atencion=2022-10-19 14:22:10 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(2190, '2022-10-19 14:22:31', 44, 'UPDATE', '', 'id=287 cola_id=11 proceso_id=15 posicion=51 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 14:21:09 contador_llamada=1 comienzo_atencion=2022-10-19 14:22:31 prioritario=1 estado=atendiendo updated_by=44 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(2191, '2022-10-19 14:25:42', 44, 'UPDATE', '', 'id=287 cola_id=11 proceso_id=15 posicion=51 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 14:21:09 contador_llamada=1 comienzo_atencion=2022-10-19 14:22:31 fin_atencion=2022-10-19 14:25:42 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(2192, '2022-10-19 14:25:45', 44, 'UPDATE', '', 'id=286 cola_id=11 proceso_id=15 posicion=50 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-19 14:25:45 estado=atendiendo ', b'0'),
(2193, '2022-10-19 14:29:10', 44, 'UPDATE', '', 'id=286 cola_id=11 proceso_id=15 posicion=50 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-19 14:25:45 fin_atencion=2022-10-19 14:29:10 calificacion=4 estado=finalizado ', b'0'),
(2194, '2022-10-19 14:32:14', 41, 'UPDATE', '', 'id=285 cola_id=11 proceso_id=15 posicion=49 modulo_id=14 operador_id=41 momento_llamada=2022-10-19 14:21:40 contador_llamada=1 comienzo_atencion=2022-10-19 14:22:10 fin_atencion=2022-10-19 14:32:14 calificacion=4 estado=finalizado llamado=1 updated_by=41 ', b'0'),
(2195, '2022-10-19 14:38:16', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=42 ', b'0'),
(2196, '2022-10-19 14:54:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=63 estado=generado id=288 ', b'0'),
(2197, '2022-10-19 14:57:35', 44, 'UPDATE', '', 'id=288 cola_id=11 proceso_id=14 posicion=63 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 14:57:35 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2198, '2022-10-19 15:01:01', 44, 'UPDATE', '', 'id=288 cola_id=11 proceso_id=14 posicion=63 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 14:57:35 contador_llamada=1 comienzo_atencion=2022-10-19 15:01:01 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2199, '2022-10-19 15:03:09', 44, 'UPDATE', '', 'id=288 cola_id=11 proceso_id=14 posicion=63 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 14:57:35 contador_llamada=1 comienzo_atencion=2022-10-19 15:01:01 fin_atencion=2022-10-19 15:03:09 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2200, '2022-10-19 15:11:24', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=19 estado=generado id=289 ', b'0'),
(2201, '2022-10-19 15:11:50', 44, 'UPDATE', '', 'id=289 cola_id=11 proceso_id=32 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 15:11:50 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2202, '2022-10-19 15:12:14', 44, 'UPDATE', '', 'id=289 cola_id=11 proceso_id=32 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 15:11:50 contador_llamada=1 comienzo_atencion=2022-10-19 15:12:14 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2203, '2022-10-19 15:14:15', 44, 'UPDATE', '', 'id=289 cola_id=11 proceso_id=32 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 15:11:50 contador_llamada=1 comienzo_atencion=2022-10-19 15:12:14 fin_atencion=2022-10-19 15:14:15 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2204, '2022-10-19 15:18:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=64 estado=generado id=290 ', b'0'),
(2205, '2022-10-19 15:19:03', 44, 'UPDATE', '', 'id=290 cola_id=11 proceso_id=14 posicion=64 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 15:19:03 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2206, '2022-10-19 15:19:24', 44, 'UPDATE', '', 'id=290 cola_id=11 proceso_id=14 posicion=64 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 15:19:03 contador_llamada=1 comienzo_atencion=2022-10-19 15:19:23 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2207, '2022-10-19 15:27:11', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=14 estado=generado id=291 ', b'0'),
(2208, '2022-10-19 15:27:43', 42, 'UPDATE', '', 'id=291 cola_id=11 proceso_id=27 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 15:27:43 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2209, '2022-10-19 15:28:03', 42, 'UPDATE', '', 'id=291 cola_id=11 proceso_id=27 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 15:27:43 contador_llamada=1 comienzo_atencion=2022-10-19 15:28:03 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2210, '2022-10-19 15:31:02', 44, 'UPDATE', '', 'id=290 cola_id=11 proceso_id=14 posicion=64 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 15:19:03 contador_llamada=1 comienzo_atencion=2022-10-19 15:19:23 fin_atencion=2022-10-19 15:31:02 estado=finalizado updated_by=44 ', b'0'),
(2211, '2022-10-19 15:31:58', 42, 'UPDATE', '', 'id=291 cola_id=11 proceso_id=27 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 15:27:43 contador_llamada=1 comienzo_atencion=2022-10-19 15:28:03 fin_atencion=2022-10-19 15:31:58 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2212, '2022-10-19 16:13:53', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=65 estado=generado id=292 ', b'0'),
(2213, '2022-10-19 16:14:09', 44, 'UPDATE', '', 'id=292 cola_id=11 proceso_id=14 posicion=65 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 16:14:09 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2214, '2022-10-19 16:14:14', 44, 'UPDATE', '', 'id=292 cola_id=11 proceso_id=14 posicion=65 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 16:14:09 contador_llamada=1 comienzo_atencion=2022-10-19 16:14:14 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2215, '2022-10-19 16:22:53', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=14 estado=generado id=293 ', b'0'),
(2216, '2022-10-19 16:23:36', 42, 'UPDATE', '', 'id=293 cola_id=11 proceso_id=19 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 16:23:36 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2217, '2022-10-19 16:23:58', 42, 'UPDATE', '', 'id=293 cola_id=11 proceso_id=19 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 16:23:36 contador_llamada=1 comienzo_atencion=2022-10-19 16:23:58 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2218, '2022-10-19 16:24:36', 42, 'UPDATE', '', 'id=293 cola_id=11 proceso_id=19 posicion=14 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 16:23:36 contador_llamada=1 comienzo_atencion=2022-10-19 16:23:58 fin_atencion=2022-10-19 16:24:36 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2219, '2022-10-19 16:26:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=24 estado=generado id=294 ', b'0'),
(2220, '2022-10-19 16:26:35', 42, 'UPDATE', '', 'id=294 cola_id=11 proceso_id=25 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 16:26:35 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2221, '2022-10-19 16:26:55', 42, 'UPDATE', '', 'id=294 cola_id=11 proceso_id=25 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 16:26:35 contador_llamada=1 comienzo_atencion=2022-10-19 16:26:55 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2222, '2022-10-19 16:28:55', 44, 'UPDATE', '', 'id=292 cola_id=11 proceso_id=14 posicion=65 modulo_id=12 operador_id=44 momento_llamada=2022-10-19 16:14:09 contador_llamada=1 comienzo_atencion=2022-10-19 16:14:14 fin_atencion=2022-10-19 16:28:55 estado=finalizado updated_by=44 ', b'0'),
(2223, '2022-10-19 16:33:11', 42, 'UPDATE', '', 'id=294 cola_id=11 proceso_id=25 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-19 16:26:35 contador_llamada=1 comienzo_atencion=2022-10-19 16:26:55 fin_atencion=2022-10-19 16:33:11 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2224, '2022-10-19 16:34:40', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(2225, '2022-10-19 16:40:44', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(2226, '2022-10-19 16:56:01', 41, 'EXIT', 'LOGOUT', '', b'0'),
(2227, '2022-10-20 08:10:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=15 estado=generado id=295 ', b'0'),
(2228, '2022-10-20 08:13:45', 41, 'ENTRY', 'LOGIN', '', b'0'),
(2229, '2022-10-20 08:14:44', 44, 'ENTRY', 'LOGIN', '', b'0'),
(2230, '2022-10-20 08:15:01', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(2231, '2022-10-20 08:16:29', 44, 'UPDATE', '', 'id=295 cola_id=11 proceso_id=19 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 08:16:29 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2232, '2022-10-20 08:16:43', 44, 'UPDATE', '', 'id=295 cola_id=11 proceso_id=19 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 08:16:29 contador_llamada=1 comienzo_atencion=2022-10-20 08:16:43 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2233, '2022-10-20 08:17:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=52 estado=generado id=296 ', b'0'),
(2234, '2022-10-20 08:17:40', 44, 'UPDATE', '', 'id=295 cola_id=11 proceso_id=19 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 08:16:29 contador_llamada=1 comienzo_atencion=2022-10-20 08:16:43 fin_atencion=2022-10-20 08:17:40 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2235, '2022-10-20 08:17:52', 44, 'UPDATE', '', 'id=296 cola_id=11 proceso_id=15 posicion=52 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 08:17:52 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2236, '2022-10-20 08:24:09', 44, 'UPDATE', '', 'id=296 cola_id=11 proceso_id=15 posicion=52 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 08:24:09 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2237, '2022-10-20 08:24:28', 44, 'UPDATE', '', 'id=296 cola_id=11 proceso_id=15 posicion=52 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 08:24:28 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(2238, '2022-10-20 08:24:41', 44, 'UPDATE', '', 'id=296 cola_id=11 proceso_id=15 posicion=52 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 08:24:28 contador_llamada=3 comienzo_atencion=2022-10-20 08:24:41 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2239, '2022-10-20 08:24:49', 44, 'UPDATE', '', 'id=296 cola_id=11 proceso_id=15 posicion=52 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 08:24:28 contador_llamada=3 comienzo_atencion=2022-10-20 08:24:41 fin_atencion=2022-10-20 08:24:49 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2240, '2022-10-20 08:34:07', 0, 'CREATE', '', 'cola_id=11 proceso_id=30 prioritario=1 posicion=3 estado=generado id=297 ', b'0'),
(2241, '2022-10-20 08:34:21', 0, 'CREATE', '', 'cola_id=11 proceso_id=30 posicion=4 estado=generado id=298 ', b'0'),
(2242, '2022-10-20 08:34:51', 42, 'ENTRY', 'LOGIN', '', b'0'),
(2243, '2022-10-20 08:34:54', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=42 ', b'0'),
(2244, '2022-10-20 08:34:59', 42, 'UPDATE', '', 'id=297 cola_id=11 proceso_id=30 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:34:59 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2245, '2022-10-20 08:35:15', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=16 estado=generado id=299 ', b'0'),
(2246, '2022-10-20 08:35:20', 42, 'UPDATE', '', 'id=297 cola_id=11 proceso_id=30 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:34:59 contador_llamada=1 comienzo_atencion=2022-10-20 08:35:20 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2247, '2022-10-20 08:36:29', 42, 'UPDATE', '', 'id=297 cola_id=11 proceso_id=30 posicion=3 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:34:59 contador_llamada=1 comienzo_atencion=2022-10-20 08:35:20 fin_atencion=2022-10-20 08:36:29 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2248, '2022-10-20 08:36:33', 42, 'UPDATE', '', 'id=298 cola_id=11 proceso_id=30 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:36:33 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2249, '2022-10-20 08:37:07', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=15 estado=generado id=300 ', b'0'),
(2250, '2022-10-20 08:37:09', 42, 'UPDATE', '', 'id=298 cola_id=11 proceso_id=30 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:36:33 contador_llamada=1 comienzo_atencion=2022-10-20 08:37:09 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2251, '2022-10-20 08:37:15', 42, 'UPDATE', '', 'id=298 cola_id=11 proceso_id=30 posicion=4 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:36:33 contador_llamada=1 comienzo_atencion=2022-10-20 08:37:09 fin_atencion=2022-10-20 08:37:15 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2252, '2022-10-20 08:37:17', 42, 'UPDATE', '', 'id=299 cola_id=11 proceso_id=19 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:37:17 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2253, '2022-10-20 08:37:44', 42, 'UPDATE', '', 'id=299 cola_id=11 proceso_id=19 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:37:17 contador_llamada=1 comienzo_atencion=2022-10-20 08:37:44 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2254, '2022-10-20 08:38:35', 42, 'UPDATE', '', 'id=299 cola_id=11 proceso_id=19 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:37:17 contador_llamada=1 comienzo_atencion=2022-10-20 08:37:44 fin_atencion=2022-10-20 08:38:35 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2255, '2022-10-20 08:38:37', 42, 'UPDATE', '', 'id=300 cola_id=11 proceso_id=27 posicion=15 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:38:37 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2256, '2022-10-20 08:38:55', 42, 'UPDATE', '', 'id=300 cola_id=11 proceso_id=27 posicion=15 operador_id=42 momento_llamada=2022-10-20 08:38:37 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2257, '2022-10-20 08:48:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=16 estado=generado id=301 ', b'0'),
(2258, '2022-10-20 08:54:34', 42, 'UPDATE', '', 'id=301 cola_id=11 proceso_id=27 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:54:34 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2259, '2022-10-20 08:54:47', 42, 'UPDATE', '', 'id=301 cola_id=11 proceso_id=27 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:54:34 contador_llamada=1 comienzo_atencion=2022-10-20 08:54:47 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2260, '2022-10-20 08:55:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=25 estado=generado id=302 ', b'0'),
(2261, '2022-10-20 08:56:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=26 estado=generado id=303 ', b'0'),
(2262, '2022-10-20 08:59:00', 42, 'UPDATE', '', 'id=301 cola_id=11 proceso_id=27 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:54:34 contador_llamada=1 comienzo_atencion=2022-10-20 08:54:47 fin_atencion=2022-10-20 08:59:00 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2263, '2022-10-20 08:59:02', 42, 'UPDATE', '', 'id=303 cola_id=11 proceso_id=25 posicion=26 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:59:02 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2264, '2022-10-20 08:59:31', 42, 'UPDATE', '', 'id=303 cola_id=11 proceso_id=25 posicion=26 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:59:02 contador_llamada=1 comienzo_atencion=2022-10-20 08:59:31 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2265, '2022-10-20 09:00:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=53 estado=generado id=304 ', b'0'),
(2266, '2022-10-20 09:02:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=27 estado=generado id=305 ', b'0'),
(2267, '2022-10-20 09:02:48', 42, 'UPDATE', '', 'id=303 cola_id=11 proceso_id=25 posicion=26 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 08:59:02 contador_llamada=1 comienzo_atencion=2022-10-20 08:59:31 fin_atencion=2022-10-20 09:02:48 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2268, '2022-10-20 09:02:51', 42, 'UPDATE', '', 'id=305 cola_id=11 proceso_id=25 posicion=27 prioritario=1 estado=desplazado updated_by=42 ', b'0'),
(2269, '2022-10-20 09:02:53', 42, 'UPDATE', '', 'id=302 cola_id=11 proceso_id=25 posicion=25 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:02:53 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2270, '2022-10-20 09:03:17', 42, 'UPDATE', '', 'id=302 cola_id=11 proceso_id=25 posicion=25 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:02:53 contador_llamada=1 comienzo_atencion=2022-10-20 09:03:17 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2271, '2022-10-20 09:03:41', 41, 'UPDATE', '', 'id=304 cola_id=11 proceso_id=15 posicion=53 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 09:03:41 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(2272, '2022-10-20 09:03:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=28 estado=generado id=306 ', b'0'),
(2273, '2022-10-20 09:04:00', 41, 'UPDATE', '', 'id=304 cola_id=11 proceso_id=15 posicion=53 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 09:03:41 contador_llamada=1 comienzo_atencion=2022-10-20 09:04:00 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(2274, '2022-10-20 09:04:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=22 estado=generado id=307 ', b'0'),
(2275, '2022-10-20 09:05:12', 42, 'UPDATE', '', 'id=302 cola_id=11 proceso_id=25 posicion=25 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:02:53 contador_llamada=1 comienzo_atencion=2022-10-20 09:03:17 fin_atencion=2022-10-20 09:05:12 estado=finalizado updated_by=42 ', b'0'),
(2276, '2022-10-20 09:05:17', 42, 'UPDATE', '', 'id=300 cola_id=11 proceso_id=27 posicion=15 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:05:17 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2277, '2022-10-20 09:05:21', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=66 estado=generado id=308 ', b'0'),
(2278, '2022-10-20 09:05:30', 42, 'UPDATE', '', 'id=300 cola_id=11 proceso_id=27 posicion=15 operador_id=42 momento_llamada=2022-10-20 09:05:17 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2279, '2022-10-20 09:05:33', 42, 'UPDATE', '', 'id=305 cola_id=11 proceso_id=25 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:05:33 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2280, '2022-10-20 09:05:54', 42, 'UPDATE', '', 'id=305 cola_id=11 proceso_id=25 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:05:54 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2281, '2022-10-20 09:06:07', 42, 'UPDATE', '', 'id=305 cola_id=11 proceso_id=25 posicion=27 operador_id=42 momento_llamada=2022-10-20 09:05:54 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2282, '2022-10-20 09:06:08', 42, 'UPDATE', '', 'id=306 cola_id=11 proceso_id=25 posicion=28 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:06:08 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2283, '2022-10-20 09:06:39', 42, 'UPDATE', '', 'id=306 cola_id=11 proceso_id=25 posicion=28 operador_id=42 momento_llamada=2022-10-20 09:06:08 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2284, '2022-10-20 09:06:44', 42, 'UPDATE', '', 'id=305 cola_id=11 proceso_id=25 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:05:54 contador_llamada=2 comienzo_atencion=2022-10-20 09:06:44 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(2285, '2022-10-20 09:07:02', 43, 'UPDATE', '', 'id=306 cola_id=11 proceso_id=25 posicion=28 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 09:07:02 contador_llamada=2 estado=generado llamado=1 updated_by=43 ', b'0'),
(2286, '2022-10-20 09:07:10', 43, 'UPDATE', '', 'id=306 cola_id=11 proceso_id=25 posicion=28 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 09:07:02 contador_llamada=2 comienzo_atencion=2022-10-20 09:07:10 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(2287, '2022-10-20 09:09:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=17 estado=generado id=309 ', b'0'),
(2288, '2022-10-20 09:09:56', 42, 'UPDATE', '', 'id=305 cola_id=11 proceso_id=25 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:05:54 contador_llamada=2 comienzo_atencion=2022-10-20 09:06:44 fin_atencion=2022-10-20 09:09:56 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(2289, '2022-10-20 09:10:10', 42, 'UPDATE', '', 'id=307 cola_id=11 proceso_id=24 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:10:10 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2290, '2022-10-20 09:10:20', 41, 'UPDATE', '', 'id=304 cola_id=11 proceso_id=15 posicion=53 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 09:03:41 contador_llamada=1 comienzo_atencion=2022-10-20 09:04:00 fin_atencion=2022-10-20 09:10:20 calificacion=4 estado=finalizado updated_by=41 ', b'0'),
(2291, '2022-10-20 09:10:20', 41, 'UPDATE', '', 'id=304 cola_id=11 proceso_id=15 posicion=53 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 09:03:41 contador_llamada=1 comienzo_atencion=2022-10-20 09:04:00 fin_atencion=2022-10-20 09:10:20 calificacion=4 estado=finalizado updated_by=41 ', b'0'),
(2292, '2022-10-20 09:11:00', 42, 'UPDATE', '', 'id=307 cola_id=11 proceso_id=24 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:10:10 contador_llamada=1 comienzo_atencion=2022-10-20 09:10:59 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2293, '2022-10-20 09:11:23', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=20 estado=generado id=310 ', b'0'),
(2294, '2022-10-20 09:12:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=17 estado=generado id=311 ', b'0'),
(2295, '2022-10-20 09:14:29', 42, 'UPDATE', '', 'id=307 cola_id=11 proceso_id=24 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:10:10 contador_llamada=1 comienzo_atencion=2022-10-20 09:10:59 fin_atencion=2022-10-20 09:14:29 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2296, '2022-10-20 09:14:38', 42, 'UPDATE', '', 'id=308 cola_id=11 proceso_id=14 posicion=66 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:14:38 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2297, '2022-10-20 09:16:19', 42, 'UPDATE', '', 'id=308 cola_id=11 proceso_id=14 posicion=66 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:14:38 contador_llamada=1 comienzo_atencion=2022-10-20 09:16:19 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2298, '2022-10-20 09:20:49', 43, 'UPDATE', '', 'id=306 cola_id=11 proceso_id=25 posicion=28 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 09:07:02 contador_llamada=2 comienzo_atencion=2022-10-20 09:07:10 fin_atencion=2022-10-20 09:20:49 calificacion=4 estado=finalizado updated_by=43 ', b'0'),
(2299, '2022-10-20 09:23:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=21 estado=generado id=312 ', b'0'),
(2300, '2022-10-20 09:24:59', 0, 'CREATE', '', 'cola_id=11 proceso_id=16 posicion=2 estado=generado id=313 ', b'0'),
(2301, '2022-10-20 09:29:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=18 estado=generado id=314 ', b'0'),
(2302, '2022-10-20 09:31:35', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=67 estado=generado id=315 ', b'0'),
(2303, '2022-10-20 09:37:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=54 estado=generado id=316 ', b'0'),
(2304, '2022-10-20 09:41:32', 44, 'UPDATE', '', 'id=314 cola_id=11 proceso_id=27 posicion=18 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 09:41:32 prioritario=1 estado=atendiendo ', b'0'),
(2305, '2022-10-20 09:41:38', 44, 'UPDATE', '', 'id=314 cola_id=11 proceso_id=27 posicion=18 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 09:41:32 fin_atencion=2022-10-20 09:41:38 prioritario=1 estado=finalizado ', b'0'),
(2306, '2022-10-20 09:41:41', 44, 'UPDATE', '', 'id=316 cola_id=11 proceso_id=15 posicion=54 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 09:41:41 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2307, '2022-10-20 09:41:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=55 estado=generado id=317 ', b'0'),
(2308, '2022-10-20 09:42:00', 44, 'UPDATE', '', 'id=316 cola_id=11 proceso_id=15 posicion=54 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 09:42:00 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2309, '2022-10-20 09:42:16', 44, 'UPDATE', '', 'id=316 cola_id=11 proceso_id=15 posicion=54 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 09:42:00 contador_llamada=2 comienzo_atencion=2022-10-20 09:42:16 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2310, '2022-10-20 09:43:01', 42, 'UPDATE', '', 'id=308 cola_id=11 proceso_id=14 posicion=66 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:14:38 contador_llamada=1 comienzo_atencion=2022-10-20 09:16:19 fin_atencion=2022-10-20 09:43:01 estado=finalizado updated_by=42 ', b'0'),
(2311, '2022-10-20 09:43:06', 42, 'UPDATE', '', 'id=309 cola_id=11 proceso_id=19 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:43:06 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2312, '2022-10-20 09:43:24', 44, 'UPDATE', '', 'id=316 cola_id=11 proceso_id=15 posicion=54 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 09:42:00 contador_llamada=2 comienzo_atencion=2022-10-20 09:42:16 fin_atencion=2022-10-20 09:43:24 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(2313, '2022-10-20 09:43:35', 42, 'UPDATE', '', 'id=309 cola_id=11 proceso_id=19 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:43:06 contador_llamada=1 comienzo_atencion=2022-10-20 09:43:35 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2314, '2022-10-20 09:43:37', 44, 'UPDATE', '', 'id=310 cola_id=11 proceso_id=32 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 09:43:37 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2315, '2022-10-20 09:43:55', 44, 'UPDATE', '', 'id=310 cola_id=11 proceso_id=32 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 09:43:37 contador_llamada=1 comienzo_atencion=2022-10-20 09:43:54 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2316, '2022-10-20 09:46:27', 42, 'UPDATE', '', 'id=309 cola_id=11 proceso_id=19 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:43:06 contador_llamada=1 comienzo_atencion=2022-10-20 09:43:35 fin_atencion=2022-10-20 09:46:27 estado=finalizado updated_by=42 ', b'0'),
(2317, '2022-10-20 09:46:29', 42, 'UPDATE', '', 'id=311 cola_id=11 proceso_id=27 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:46:29 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2318, '2022-10-20 09:49:55', 44, 'UPDATE', '', 'id=310 cola_id=11 proceso_id=32 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 09:43:37 contador_llamada=1 comienzo_atencion=2022-10-20 09:43:54 fin_atencion=2022-10-20 09:49:55 estado=finalizado updated_by=44 ', b'0'),
(2319, '2022-10-20 09:49:58', 44, 'UPDATE', '', 'id=312 cola_id=11 proceso_id=23 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 09:49:58 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2320, '2022-10-20 09:50:23', 44, 'UPDATE', '', 'id=312 cola_id=11 proceso_id=23 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 09:49:58 contador_llamada=1 comienzo_atencion=2022-10-20 09:50:23 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2321, '2022-10-20 09:55:23', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=56 estado=generado id=318 ', b'0'),
(2322, '2022-10-20 10:01:26', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=29 estado=generado id=319 ', b'0'),
(2323, '2022-10-20 10:04:55', 44, 'UPDATE', '', 'id=312 cola_id=11 proceso_id=23 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 09:49:58 contador_llamada=1 comienzo_atencion=2022-10-20 09:50:23 fin_atencion=2022-10-20 10:04:55 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2324, '2022-10-20 10:04:57', 44, 'UPDATE', '', 'id=313 cola_id=11 proceso_id=16 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:04:57 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2325, '2022-10-20 10:05:12', 44, 'UPDATE', '', 'id=313 cola_id=11 proceso_id=16 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:05:12 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2326, '2022-10-20 10:05:41', 44, 'UPDATE', '', 'id=313 cola_id=11 proceso_id=16 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:05:12 contador_llamada=2 comienzo_atencion=2022-10-20 10:05:41 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2327, '2022-10-20 10:08:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=57 estado=generado id=320 ', b'0'),
(2328, '2022-10-20 10:09:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=58 estado=generado id=321 ', b'0'),
(2329, '2022-10-20 10:10:17', 41, 'UPDATE', '', 'id=320 cola_id=11 proceso_id=15 posicion=57 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 10:10:17 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(2330, '2022-10-20 10:10:52', 41, 'UPDATE', '', 'id=320 cola_id=11 proceso_id=15 posicion=57 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 10:10:17 contador_llamada=1 comienzo_atencion=2022-10-20 10:10:52 prioritario=1 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(2331, '2022-10-20 10:15:35', 41, 'UPDATE', '', 'id=320 cola_id=11 proceso_id=15 posicion=57 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 10:10:17 contador_llamada=1 comienzo_atencion=2022-10-20 10:10:52 fin_atencion=2022-10-20 10:15:35 calificacion=4 prioritario=1 estado=finalizado llamado=1 ', b'0'),
(2332, '2022-10-20 10:15:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=19 estado=generado id=322 ', b'0'),
(2333, '2022-10-20 10:17:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=59 estado=generado id=323 ', b'0'),
(2334, '2022-10-20 10:18:43', 44, 'UPDATE', '', 'id=313 cola_id=11 proceso_id=16 posicion=2 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:05:12 contador_llamada=2 comienzo_atencion=2022-10-20 10:05:41 fin_atencion=2022-10-20 10:18:43 estado=finalizado updated_by=44 ', b'0'),
(2335, '2022-10-20 10:18:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=20 estado=generado id=324 ', b'0'),
(2336, '2022-10-20 10:18:58', 44, 'UPDATE', '', 'id=322 cola_id=11 proceso_id=27 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:18:58 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2337, '2022-10-20 10:19:12', 44, 'UPDATE', '', 'id=322 cola_id=11 proceso_id=27 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:19:12 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2338, '2022-10-20 10:19:42', 44, 'UPDATE', '', 'id=322 cola_id=11 proceso_id=27 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:19:12 contador_llamada=2 comienzo_atencion=2022-10-20 10:19:42 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2339, '2022-10-20 10:21:55', 44, 'UPDATE', '', 'id=322 cola_id=11 proceso_id=27 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:19:12 contador_llamada=2 comienzo_atencion=2022-10-20 10:19:42 fin_atencion=2022-10-20 10:21:55 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2340, '2022-10-20 10:21:59', 44, 'UPDATE', '', 'id=315 cola_id=11 proceso_id=14 posicion=67 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:21:59 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2341, '2022-10-20 10:22:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=60 estado=generado id=325 ', b'0'),
(2342, '2022-10-20 10:24:12', 41, 'UPDATE', '', 'id=317 cola_id=11 proceso_id=15 posicion=55 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 10:24:12 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(2343, '2022-10-20 10:24:45', 44, 'UPDATE', '', 'id=315 cola_id=11 proceso_id=14 posicion=67 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:24:45 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2344, '2022-10-20 10:24:59', 41, 'UPDATE', '', 'id=317 cola_id=11 proceso_id=15 posicion=55 operador_id=41 momento_llamada=2022-10-20 10:24:12 contador_llamada=1 estado=desplazado updated_by=41 ', b'0'),
(2345, '2022-10-20 10:26:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=21 estado=generado id=326 ', b'0'),
(2346, '2022-10-20 10:27:12', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=30 estado=generado id=327 ', b'0'),
(2347, '2022-10-20 10:34:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=61 estado=generado id=328 ', b'0'),
(2348, '2022-10-20 10:35:24', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=68 estado=generado id=329 ', b'0'),
(2349, '2022-10-20 10:44:00', 0, 'CREATE', '', 'cola_id=11 proceso_id=30 prioritario=1 posicion=5 estado=generado id=330 ', b'0'),
(2350, '2022-10-20 10:44:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=62 estado=generado id=331 ', b'0'),
(2351, '2022-10-20 10:45:38', 44, 'UPDATE', '', 'id=328 cola_id=11 proceso_id=15 posicion=61 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:45:38 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2352, '2022-10-20 10:46:04', 44, 'UPDATE', '', 'id=328 cola_id=11 proceso_id=15 posicion=61 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:45:38 contador_llamada=1 comienzo_atencion=2022-10-20 10:46:04 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2353, '2022-10-20 10:46:49', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=31 estado=generado id=332 ', b'0'),
(2354, '2022-10-20 10:47:52', 42, 'UPDATE', '', 'id=329 cola_id=11 proceso_id=14 posicion=68 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 10:47:52 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2355, '2022-10-20 10:48:08', 42, 'UPDATE', '', 'id=329 cola_id=11 proceso_id=14 posicion=68 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 10:48:08 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2356, '2022-10-20 10:48:50', 42, 'UPDATE', '', 'id=329 cola_id=11 proceso_id=14 posicion=68 operador_id=42 momento_llamada=2022-10-20 10:48:08 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2357, '2022-10-20 10:49:06', 42, 'UPDATE', '', 'id=330 cola_id=11 proceso_id=30 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 10:49:06 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2358, '2022-10-20 10:49:25', 42, 'UPDATE', '', 'id=330 cola_id=11 proceso_id=30 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 10:49:06 contador_llamada=1 comienzo_atencion=2022-10-20 10:49:25 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2359, '2022-10-20 10:49:26', 44, 'UPDATE', '', 'id=328 cola_id=11 proceso_id=15 posicion=61 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:45:38 contador_llamada=1 comienzo_atencion=2022-10-20 10:46:04 fin_atencion=2022-10-20 10:49:26 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(2360, '2022-10-20 10:49:29', 44, 'UPDATE', '', 'id=331 cola_id=11 proceso_id=15 posicion=62 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:49:29 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2361, '2022-10-20 10:51:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=69 estado=generado id=333 ', b'0'),
(2362, '2022-10-20 10:53:11', 42, 'UPDATE', '', 'id=330 cola_id=11 proceso_id=30 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 10:49:06 contador_llamada=1 comienzo_atencion=2022-10-20 10:49:25 fin_atencion=2022-10-20 10:53:11 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(2363, '2022-10-20 10:53:48', 42, 'UPDATE', '', 'id=332 cola_id=11 proceso_id=25 posicion=31 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 10:53:48 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2364, '2022-10-20 10:53:55', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=70 estado=generado id=334 ', b'0'),
(2365, '2022-10-20 10:54:06', 42, 'UPDATE', '', 'id=332 cola_id=11 proceso_id=25 posicion=31 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 10:53:48 contador_llamada=1 comienzo_atencion=2022-10-20 10:54:06 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2366, '2022-10-20 10:54:08', 44, 'UPDATE', '', 'id=331 cola_id=11 proceso_id=15 posicion=62 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:54:08 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2367, '2022-10-20 10:54:10', 44, 'UPDATE', '', 'id=331 cola_id=11 proceso_id=15 posicion=62 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:54:08 contador_llamada=2 comienzo_atencion=2022-10-20 10:54:10 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2368, '2022-10-20 10:54:39', 44, 'UPDATE', '', 'id=331 cola_id=11 proceso_id=15 posicion=62 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:54:08 contador_llamada=2 comienzo_atencion=2022-10-20 10:54:10 fin_atencion=2022-10-20 10:54:39 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2369, '2022-10-20 10:54:42', 44, 'UPDATE', '', 'id=334 cola_id=11 proceso_id=14 posicion=70 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:54:42 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2370, '2022-10-20 10:54:55', 44, 'UPDATE', '', 'id=334 cola_id=11 proceso_id=14 posicion=70 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:54:55 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2371, '2022-10-20 10:55:06', 44, 'UPDATE', '', 'id=334 cola_id=11 proceso_id=14 posicion=70 operador_id=44 momento_llamada=2022-10-20 10:54:55 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2372, '2022-10-20 10:55:08', 44, 'UPDATE', '', 'id=315 cola_id=11 proceso_id=14 posicion=67 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:55:08 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(2373, '2022-10-20 10:55:25', 44, 'UPDATE', '', 'id=315 cola_id=11 proceso_id=14 posicion=67 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:55:25 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(2374, '2022-10-20 10:55:40', 44, 'UPDATE', '', 'id=315 cola_id=11 proceso_id=14 posicion=67 operador_id=44 momento_llamada=2022-10-20 10:55:25 contador_llamada=4 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2375, '2022-10-20 10:55:42', 44, 'UPDATE', '', 'id=318 cola_id=11 proceso_id=15 posicion=56 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:55:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2376, '2022-10-20 10:56:01', 44, 'UPDATE', '', 'id=318 cola_id=11 proceso_id=15 posicion=56 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:55:42 contador_llamada=1 comienzo_atencion=2022-10-20 10:56:01 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2377, '2022-10-20 10:57:24', 41, 'UPDATE', '', 'id=321 cola_id=11 proceso_id=15 posicion=58 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 10:57:24 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(2378, '2022-10-20 10:57:44', 41, 'UPDATE', '', 'id=321 cola_id=11 proceso_id=15 posicion=58 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 10:57:24 contador_llamada=1 comienzo_atencion=2022-10-20 10:57:44 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(2379, '2022-10-20 10:58:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=30 posicion=6 estado=generado id=335 ', b'0'),
(2380, '2022-10-20 11:02:39', 41, 'UPDATE', '', 'id=321 cola_id=11 proceso_id=15 posicion=58 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 10:57:24 contador_llamada=1 comienzo_atencion=2022-10-20 10:57:44 fin_atencion=2022-10-20 11:02:39 calificacion=4 estado=finalizado llamado=1 updated_by=41 ', b'0'),
(2381, '2022-10-20 11:03:44', 42, 'UPDATE', '', 'id=332 cola_id=11 proceso_id=25 posicion=31 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 10:53:48 contador_llamada=1 comienzo_atencion=2022-10-20 10:54:06 fin_atencion=2022-10-20 11:03:44 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(2382, '2022-10-20 11:03:47', 42, 'UPDATE', '', 'id=311 cola_id=11 proceso_id=27 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:03:47 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2383, '2022-10-20 11:04:02', 42, 'UPDATE', '', 'id=311 cola_id=11 proceso_id=27 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:04:02 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(2384, '2022-10-20 11:04:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=21 estado=generado id=336 ', b'0'),
(2385, '2022-10-20 11:04:15', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=63 estado=generado id=337 ', b'0'),
(2386, '2022-10-20 11:04:15', 42, 'UPDATE', '', 'id=311 cola_id=11 proceso_id=27 posicion=17 operador_id=42 momento_llamada=2022-10-20 11:04:02 contador_llamada=3 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2387, '2022-10-20 11:04:18', 42, 'UPDATE', '', 'id=319 cola_id=11 proceso_id=25 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:04:18 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2388, '2022-10-20 11:04:39', 42, 'UPDATE', '', 'id=319 cola_id=11 proceso_id=25 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:04:18 contador_llamada=1 comienzo_atencion=2022-10-20 11:04:39 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2389, '2022-10-20 11:05:08', 44, 'UPDATE', '', 'id=318 cola_id=11 proceso_id=15 posicion=56 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:55:42 contador_llamada=1 comienzo_atencion=2022-10-20 10:56:01 fin_atencion=2022-10-20 11:05:08 estado=finalizado updated_by=44 ', b'0'),
(2390, '2022-10-20 11:05:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=32 estado=generado id=338 ', b'0'),
(2391, '2022-10-20 11:06:04', 44, 'UPDATE', '', 'id=323 cola_id=11 proceso_id=15 posicion=59 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:06:04 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2392, '2022-10-20 11:06:26', 44, 'UPDATE', '', 'id=323 cola_id=11 proceso_id=15 posicion=59 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:06:04 contador_llamada=1 comienzo_atencion=2022-10-20 11:06:26 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2393, '2022-10-20 11:06:29', 44, 'UPDATE', '', 'id=323 cola_id=11 proceso_id=15 posicion=59 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:06:04 contador_llamada=1 comienzo_atencion=2022-10-20 11:06:26 fin_atencion=2022-10-20 11:06:29 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2394, '2022-10-20 11:06:51', 41, 'UPDATE', '', 'id=325 cola_id=11 proceso_id=15 posicion=60 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 11:06:51 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(2395, '2022-10-20 11:07:05', 41, 'UPDATE', '', 'id=325 cola_id=11 proceso_id=15 posicion=60 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 11:06:51 contador_llamada=1 comienzo_atencion=2022-10-20 11:07:05 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(2396, '2022-10-20 11:07:27', 42, 'UPDATE', '', 'id=319 cola_id=11 proceso_id=25 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:04:18 contador_llamada=1 comienzo_atencion=2022-10-20 11:04:39 fin_atencion=2022-10-20 11:07:27 estado=finalizado updated_by=42 ', b'0'),
(2397, '2022-10-20 11:08:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=22 estado=generado id=339 ', b'0'),
(2398, '2022-10-20 11:08:25', 42, 'UPDATE', '', 'id=339 cola_id=11 proceso_id=27 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:08:25 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2399, '2022-10-20 11:08:36', 44, 'UPDATE', '', 'id=324 cola_id=11 proceso_id=27 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:08:36 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2400, '2022-10-20 11:08:49', 44, 'UPDATE', '', 'id=324 cola_id=11 proceso_id=27 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:08:49 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2401, '2022-10-20 11:08:53', 42, 'UPDATE', '', 'id=339 cola_id=11 proceso_id=27 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:08:25 contador_llamada=1 comienzo_atencion=2022-10-20 11:08:53 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(2402, '2022-10-20 11:09:00', 44, 'UPDATE', '', 'id=324 cola_id=11 proceso_id=27 posicion=20 operador_id=44 momento_llamada=2022-10-20 11:08:49 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2403, '2022-10-20 11:09:03', 44, 'UPDATE', '', 'id=326 cola_id=11 proceso_id=27 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:09:02 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2404, '2022-10-20 11:09:15', 44, 'UPDATE', '', 'id=326 cola_id=11 proceso_id=27 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:09:15 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2405, '2022-10-20 11:09:27', 44, 'UPDATE', '', 'id=326 cola_id=11 proceso_id=27 posicion=21 operador_id=44 momento_llamada=2022-10-20 11:09:15 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2406, '2022-10-20 11:09:29', 41, 'UPDATE', '', 'id=325 cola_id=11 proceso_id=15 posicion=60 modulo_id=14 operador_id=41 momento_llamada=2022-10-20 11:06:51 contador_llamada=1 comienzo_atencion=2022-10-20 11:07:05 fin_atencion=2022-10-20 11:09:29 calificacion=4 estado=finalizado updated_by=41 ', b'0'),
(2407, '2022-10-20 11:09:29', 44, 'UPDATE', '', 'id=327 cola_id=11 proceso_id=25 posicion=30 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 11:09:29 estado=atendiendo ', b'0'),
(2408, '2022-10-20 11:09:34', 44, 'UPDATE', '', 'id=327 cola_id=11 proceso_id=25 posicion=30 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 11:09:29 fin_atencion=2022-10-20 11:09:34 estado=finalizado ', b'0'),
(2409, '2022-10-20 11:09:36', 44, 'UPDATE', '', 'id=333 cola_id=11 proceso_id=14 posicion=69 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:09:36 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2410, '2022-10-20 11:10:08', 44, 'UPDATE', '', 'id=333 cola_id=11 proceso_id=14 posicion=69 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:09:36 contador_llamada=1 comienzo_atencion=2022-10-20 11:10:08 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2411, '2022-10-20 11:11:04', 42, 'UPDATE', '', 'id=339 cola_id=11 proceso_id=27 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:08:25 contador_llamada=1 comienzo_atencion=2022-10-20 11:08:53 fin_atencion=2022-10-20 11:11:04 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(2412, '2022-10-20 11:11:08', 42, 'UPDATE', '', 'id=335 cola_id=11 proceso_id=30 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:11:08 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2413, '2022-10-20 11:11:21', 42, 'UPDATE', '', 'id=335 cola_id=11 proceso_id=30 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:11:08 contador_llamada=1 comienzo_atencion=2022-10-20 11:11:21 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2414, '2022-10-20 11:11:59', 44, 'UPDATE', '', 'id=333 cola_id=11 proceso_id=14 posicion=69 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:11:59 contador_llamada=2 comienzo_atencion=2022-10-20 11:10:08 estado=generado llamado=1 updated_by=44 ', b'0'),
(2415, '2022-10-20 11:12:10', 44, 'UPDATE', '', 'id=333 cola_id=11 proceso_id=14 posicion=69 operador_id=44 momento_llamada=2022-10-20 11:11:59 contador_llamada=2 comienzo_atencion=2022-10-20 11:10:08 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2416, '2022-10-20 11:12:12', 44, 'UPDATE', '', 'id=336 cola_id=11 proceso_id=32 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:12:12 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2417, '2022-10-20 11:12:50', 44, 'UPDATE', '', 'id=336 cola_id=11 proceso_id=32 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:12:12 contador_llamada=1 comienzo_atencion=2022-10-20 11:12:50 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2418, '2022-10-20 11:19:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=33 estado=generado id=340 ', b'0'),
(2419, '2022-10-20 11:19:30', 42, 'UPDATE', '', 'id=335 cola_id=11 proceso_id=30 posicion=6 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:11:08 contador_llamada=1 comienzo_atencion=2022-10-20 11:11:21 fin_atencion=2022-10-20 11:19:30 estado=finalizado updated_by=42 ', b'0'),
(2420, '2022-10-20 11:19:37', 42, 'UPDATE', '', 'id=340 cola_id=11 proceso_id=25 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:19:37 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2421, '2022-10-20 11:20:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=23 estado=generado id=341 ', b'0'),
(2422, '2022-10-20 11:23:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=24 estado=generado id=342 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(2423, '2022-10-20 11:25:17', 42, 'UPDATE', '', 'id=340 cola_id=11 proceso_id=25 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:19:37 contador_llamada=1 comienzo_atencion=2022-10-20 11:25:17 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2424, '2022-10-20 11:25:21', 42, 'UPDATE', '', 'id=340 cola_id=11 proceso_id=25 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:19:37 contador_llamada=1 comienzo_atencion=2022-10-20 11:25:17 fin_atencion=2022-10-20 11:25:21 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2425, '2022-10-20 11:25:24', 42, 'UPDATE', '', 'id=337 cola_id=11 proceso_id=15 posicion=63 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:25:24 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2426, '2022-10-20 11:27:48', 42, 'UPDATE', '', 'id=337 cola_id=11 proceso_id=15 posicion=63 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:25:24 contador_llamada=1 comienzo_atencion=2022-10-20 11:27:48 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2427, '2022-10-20 11:27:53', 42, 'UPDATE', '', 'id=337 cola_id=11 proceso_id=15 posicion=63 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:25:24 contador_llamada=1 comienzo_atencion=2022-10-20 11:27:48 fin_atencion=2022-10-20 11:27:53 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2428, '2022-10-20 11:27:55', 42, 'UPDATE', '', 'id=338 cola_id=11 proceso_id=25 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:27:55 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2429, '2022-10-20 11:28:54', 42, 'UPDATE', '', 'id=338 cola_id=11 proceso_id=25 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:27:55 contador_llamada=1 comienzo_atencion=2022-10-20 11:28:54 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2430, '2022-10-20 11:30:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=22 estado=generado id=343 ', b'0'),
(2431, '2022-10-20 11:32:57', 42, 'UPDATE', '', 'id=338 cola_id=11 proceso_id=25 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:27:55 contador_llamada=1 comienzo_atencion=2022-10-20 11:28:54 fin_atencion=2022-10-20 11:32:57 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2432, '2022-10-20 11:38:43', 42, 'UPDATE', '', 'id=341 cola_id=11 proceso_id=27 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:38:43 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2433, '2022-10-20 11:38:56', 42, 'UPDATE', '', 'id=341 cola_id=11 proceso_id=27 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:38:56 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2434, '2022-10-20 11:39:25', 42, 'UPDATE', '', 'id=341 cola_id=11 proceso_id=27 posicion=23 operador_id=42 momento_llamada=2022-10-20 11:38:56 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2435, '2022-10-20 11:39:27', 42, 'UPDATE', '', 'id=342 cola_id=11 proceso_id=27 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:39:27 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2436, '2022-10-20 11:42:52', 42, 'UPDATE', '', 'id=342 cola_id=11 proceso_id=27 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:39:27 contador_llamada=1 comienzo_atencion=2022-10-20 11:42:52 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2437, '2022-10-20 11:44:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=23 estado=generado id=344 ', b'0'),
(2438, '2022-10-20 11:45:16', 42, 'UPDATE', '', 'id=342 cola_id=11 proceso_id=27 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:39:27 contador_llamada=1 comienzo_atencion=2022-10-20 11:42:52 fin_atencion=2022-10-20 11:45:16 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2439, '2022-10-20 11:46:23', 42, 'UPDATE', '', 'id=333 cola_id=11 proceso_id=14 posicion=69 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:46:23 contador_llamada=3 comienzo_atencion=2022-10-20 11:10:08 estado=generado llamado=1 updated_by=42 ', b'0'),
(2440, '2022-10-20 11:46:44', 42, 'UPDATE', '', 'id=333 cola_id=11 proceso_id=14 posicion=69 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:46:23 contador_llamada=3 comienzo_atencion=2022-10-20 11:46:44 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2441, '2022-10-20 11:49:21', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=71 estado=generado id=345 ', b'0'),
(2442, '2022-10-20 11:50:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=25 estado=generado id=346 ', b'0'),
(2443, '2022-10-20 11:51:26', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=64 estado=generado id=347 ', b'0'),
(2444, '2022-10-20 11:51:44', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=34 estado=generado id=348 ', b'0'),
(2445, '2022-10-20 11:54:43', 42, 'UPDATE', '', 'id=333 cola_id=11 proceso_id=14 posicion=69 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:46:23 contador_llamada=3 comienzo_atencion=2022-10-20 11:46:44 fin_atencion=2022-10-20 11:54:42 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2446, '2022-10-20 11:57:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=72 estado=generado id=349 ', b'0'),
(2447, '2022-10-20 11:58:22', 42, 'UPDATE', '', 'id=343 cola_id=11 proceso_id=23 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 11:58:22 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2448, '2022-10-20 11:58:43', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=18 estado=generado id=350 ', b'0'),
(2449, '2022-10-20 12:01:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=73 estado=generado id=351 ', b'0'),
(2450, '2022-10-20 12:05:44', 47, 'ENTRY', 'LOGIN', '', b'0'),
(2451, '2022-10-20 12:09:42', 42, 'UPDATE', '', 'id=350 cola_id=11 proceso_id=19 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:09:42 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2452, '2022-10-20 12:09:56', 42, 'UPDATE', '', 'id=350 cola_id=11 proceso_id=19 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:09:42 contador_llamada=1 comienzo_atencion=2022-10-20 12:09:56 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2453, '2022-10-20 12:10:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=22 estado=generado id=352 ', b'0'),
(2454, '2022-10-20 12:10:41', 42, 'UPDATE', '', 'id=350 cola_id=11 proceso_id=19 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:09:42 contador_llamada=1 comienzo_atencion=2022-10-20 12:09:56 fin_atencion=2022-10-20 12:10:41 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2455, '2022-10-20 12:10:43', 42, 'UPDATE', '', 'id=343 cola_id=11 proceso_id=23 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:10:43 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2456, '2022-10-20 12:10:56', 42, 'UPDATE', '', 'id=343 cola_id=11 proceso_id=23 posicion=22 operador_id=42 momento_llamada=2022-10-20 12:10:43 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2457, '2022-10-20 12:10:58', 42, 'UPDATE', '', 'id=344 cola_id=11 proceso_id=24 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:10:58 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2458, '2022-10-20 12:11:12', 42, 'UPDATE', '', 'id=344 cola_id=11 proceso_id=24 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:10:58 contador_llamada=1 comienzo_atencion=2022-10-20 12:11:12 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2459, '2022-10-20 12:12:49', 42, 'UPDATE', '', 'id=344 cola_id=11 proceso_id=24 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:10:58 contador_llamada=1 comienzo_atencion=2022-10-20 12:11:12 fin_atencion=2022-10-20 12:12:49 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2460, '2022-10-20 12:12:53', 42, 'UPDATE', '', 'id=345 cola_id=11 proceso_id=14 posicion=71 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:12:53 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2461, '2022-10-20 12:13:11', 42, 'UPDATE', '', 'id=345 cola_id=11 proceso_id=14 posicion=71 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:12:53 contador_llamada=1 comienzo_atencion=2022-10-20 12:13:11 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2462, '2022-10-20 12:13:17', 43, 'UPDATE', '', 'id=346 cola_id=11 proceso_id=27 posicion=25 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 12:13:17 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(2463, '2022-10-20 12:13:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=19 estado=generado id=353 ', b'0'),
(2464, '2022-10-20 12:13:43', 43, 'UPDATE', '', 'id=346 cola_id=11 proceso_id=27 posicion=25 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 12:13:17 contador_llamada=1 comienzo_atencion=2022-10-20 12:13:43 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(2465, '2022-10-20 12:13:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=26 estado=generado id=354 ', b'0'),
(2466, '2022-10-20 12:16:15', 43, 'UPDATE', '', 'id=346 cola_id=11 proceso_id=27 posicion=25 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 12:13:17 contador_llamada=1 comienzo_atencion=2022-10-20 12:13:43 fin_atencion=2022-10-20 12:16:14 estado=finalizado llamado=1 updated_by=43 ', b'0'),
(2467, '2022-10-20 12:17:10', 43, 'UPDATE', '', 'id=347 cola_id=11 proceso_id=15 posicion=64 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 12:17:10 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(2468, '2022-10-20 12:17:36', 43, 'UPDATE', '', 'id=347 cola_id=11 proceso_id=15 posicion=64 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 12:17:36 contador_llamada=2 estado=generado llamado=1 updated_by=43 ', b'0'),
(2469, '2022-10-20 12:18:27', 43, 'UPDATE', '', 'id=347 cola_id=11 proceso_id=15 posicion=64 operador_id=43 momento_llamada=2022-10-20 12:17:36 contador_llamada=2 estado=desplazado llamado=1 updated_by=43 ', b'0'),
(2470, '2022-10-20 12:18:29', 43, 'UPDATE', '', 'id=348 cola_id=11 proceso_id=25 posicion=34 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 12:18:29 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(2471, '2022-10-20 12:18:44', 43, 'UPDATE', '', 'id=348 cola_id=11 proceso_id=25 posicion=34 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 12:18:44 contador_llamada=2 estado=generado llamado=1 updated_by=43 ', b'0'),
(2472, '2022-10-20 12:19:38', 43, 'UPDATE', '', 'id=348 cola_id=11 proceso_id=25 posicion=34 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 12:19:38 contador_llamada=3 estado=generado llamado=1 updated_by=43 ', b'0'),
(2473, '2022-10-20 12:19:56', 43, 'UPDATE', '', 'id=348 cola_id=11 proceso_id=25 posicion=34 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 12:19:38 contador_llamada=3 comienzo_atencion=2022-10-20 12:19:56 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(2474, '2022-10-20 12:22:21', 43, 'UPDATE', '', 'id=348 cola_id=11 proceso_id=25 posicion=34 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 12:19:38 contador_llamada=3 comienzo_atencion=2022-10-20 12:19:56 fin_atencion=2022-10-20 12:22:21 calificacion=4 estado=finalizado llamado=1 updated_by=43 ', b'0'),
(2475, '2022-10-20 12:23:39', 42, 'UPDATE', '', 'id=345 cola_id=11 proceso_id=14 posicion=71 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:12:53 contador_llamada=1 comienzo_atencion=2022-10-20 12:13:11 fin_atencion=2022-10-20 12:23:39 estado=finalizado updated_by=42 ', b'0'),
(2476, '2022-10-20 12:23:44', 42, 'UPDATE', '', 'id=349 cola_id=11 proceso_id=14 posicion=72 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:23:44 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2477, '2022-10-20 12:23:57', 42, 'UPDATE', '', 'id=349 cola_id=11 proceso_id=14 posicion=72 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:23:57 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2478, '2022-10-20 12:24:09', 42, 'UPDATE', '', 'id=349 cola_id=11 proceso_id=14 posicion=72 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:24:09 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(2479, '2022-10-20 12:24:40', 42, 'UPDATE', '', 'id=343 cola_id=11 proceso_id=23 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:24:40 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(2480, '2022-10-20 12:27:49', 0, 'CREATE', '', 'cola_id=13 posicion=355 cedula_cliente=1316299450 cuenta_debit=116074111 oficina=3 estado=finalizado tipo=9 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(2481, '2022-10-20 12:28:34', 42, 'UPDATE', '', 'id=343 cola_id=11 proceso_id=23 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:28:34 contador_llamada=4 estado=generado llamado=1 updated_by=42 ', b'0'),
(2482, '2022-10-20 12:28:47', 42, 'UPDATE', '', 'id=343 cola_id=11 proceso_id=23 posicion=22 operador_id=42 momento_llamada=2022-10-20 12:28:34 contador_llamada=4 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2483, '2022-10-20 12:28:49', 42, 'UPDATE', '', 'id=349 cola_id=11 proceso_id=14 posicion=72 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:28:49 contador_llamada=4 estado=generado llamado=1 updated_by=42 ', b'0'),
(2484, '2022-10-20 12:29:07', 42, 'UPDATE', '', 'id=349 cola_id=11 proceso_id=14 posicion=72 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:28:49 contador_llamada=4 comienzo_atencion=2022-10-20 12:29:07 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2485, '2022-10-20 12:33:13', 42, 'UPDATE', '', 'id=349 cola_id=11 proceso_id=14 posicion=72 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:28:49 contador_llamada=4 comienzo_atencion=2022-10-20 12:29:07 fin_atencion=2022-10-20 12:33:13 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2486, '2022-10-20 12:33:15', 42, 'UPDATE', '', 'id=351 cola_id=11 proceso_id=14 posicion=73 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:33:15 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2487, '2022-10-20 12:33:33', 42, 'UPDATE', '', 'id=351 cola_id=11 proceso_id=14 posicion=73 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:33:15 contador_llamada=1 comienzo_atencion=2022-10-20 12:33:33 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2488, '2022-10-20 12:36:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 prioritario=1 posicion=24 estado=generado id=356 ', b'0'),
(2489, '2022-10-20 12:41:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=27 estado=generado id=357 ', b'0'),
(2490, '2022-10-20 12:42:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=65 estado=generado id=358 ', b'0'),
(2491, '2022-10-20 12:45:14', 30, 'ENTRY', 'LOGIN', '', b'0'),
(2492, '2022-10-20 12:46:35', 42, 'UPDATE', '', 'id=351 cola_id=11 proceso_id=14 posicion=73 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:33:15 contador_llamada=1 comienzo_atencion=2022-10-20 12:33:33 fin_atencion=2022-10-20 12:46:35 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2493, '2022-10-20 12:46:37', 42, 'UPDATE', '', 'id=356 cola_id=11 proceso_id=24 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:46:37 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2494, '2022-10-20 12:47:05', 42, 'UPDATE', '', 'id=356 cola_id=11 proceso_id=24 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:46:37 contador_llamada=1 comienzo_atencion=2022-10-20 12:47:05 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2495, '2022-10-20 12:48:01', 30, 'DELETE', '', 'id=101 multimedia_id=43 ofi_depa_id=5 ', b'0'),
(2496, '2022-10-20 12:54:23', 42, 'UPDATE', '', 'id=356 cola_id=11 proceso_id=24 posicion=24 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:46:37 contador_llamada=1 comienzo_atencion=2022-10-20 12:47:05 fin_atencion=2022-10-20 12:54:23 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2497, '2022-10-20 12:54:25', 42, 'UPDATE', '', 'id=352 cola_id=11 proceso_id=32 posicion=22 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:54:25 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2498, '2022-10-20 12:54:38', 42, 'UPDATE', '', 'id=352 cola_id=11 proceso_id=32 posicion=22 operador_id=42 momento_llamada=2022-10-20 12:54:25 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2499, '2022-10-20 12:54:40', 42, 'UPDATE', '', 'id=353 cola_id=11 proceso_id=19 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:54:40 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2500, '2022-10-20 12:54:54', 42, 'UPDATE', '', 'id=353 cola_id=11 proceso_id=19 posicion=19 operador_id=42 momento_llamada=2022-10-20 12:54:40 contador_llamada=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2501, '2022-10-20 12:54:56', 42, 'UPDATE', '', 'id=354 cola_id=11 proceso_id=27 posicion=26 estado=desplazado updated_by=42 ', b'0'),
(2502, '2022-10-20 12:55:04', 42, 'UPDATE', '', 'id=354 cola_id=11 proceso_id=27 posicion=26 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:55:04 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2503, '2022-10-20 12:55:37', 42, 'UPDATE', '', 'id=354 cola_id=11 proceso_id=27 posicion=26 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:55:37 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2504, '2022-10-20 12:55:49', 42, 'UPDATE', '', 'id=354 cola_id=11 proceso_id=27 posicion=26 operador_id=42 momento_llamada=2022-10-20 12:55:37 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2505, '2022-10-20 12:55:57', 42, 'UPDATE', '', 'id=357 cola_id=11 proceso_id=27 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:55:57 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2506, '2022-10-20 12:55:59', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=23 estado=generado id=359 ', b'0'),
(2507, '2022-10-20 12:56:14', 42, 'UPDATE', '', 'id=357 cola_id=11 proceso_id=27 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:55:57 contador_llamada=1 comienzo_atencion=2022-10-20 12:56:14 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2508, '2022-10-20 13:00:38', 42, 'UPDATE', '', 'id=357 cola_id=11 proceso_id=27 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 12:55:57 contador_llamada=1 comienzo_atencion=2022-10-20 12:56:14 fin_atencion=2022-10-20 13:00:38 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2509, '2022-10-20 13:00:40', 42, 'UPDATE', '', 'id=358 cola_id=11 proceso_id=15 posicion=65 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 13:00:40 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2510, '2022-10-20 13:00:57', 42, 'UPDATE', '', 'id=358 cola_id=11 proceso_id=15 posicion=65 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 13:00:40 contador_llamada=1 comienzo_atencion=2022-10-20 13:00:57 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2511, '2022-10-20 13:05:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=25 estado=generado id=360 ', b'0'),
(2512, '2022-10-20 13:12:06', 42, 'UPDATE', '', 'id=358 cola_id=11 proceso_id=15 posicion=65 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 13:00:40 contador_llamada=1 comienzo_atencion=2022-10-20 13:00:57 fin_atencion=2022-10-20 13:12:06 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2513, '2022-10-20 13:12:08', 42, 'UPDATE', '', 'id=359 cola_id=11 proceso_id=23 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 13:12:08 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2514, '2022-10-20 13:12:42', 42, 'UPDATE', '', 'id=359 cola_id=11 proceso_id=23 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 13:12:08 contador_llamada=1 comienzo_atencion=2022-10-20 13:12:42 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2515, '2022-10-20 13:14:11', 44, 'UPDATE', '', 'id=336 cola_id=11 proceso_id=32 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:12:12 contador_llamada=1 comienzo_atencion=2022-10-20 11:12:50 fin_atencion=2022-10-20 13:14:11 estado=finalizado updated_by=44 ', b'0'),
(2516, '2022-10-20 13:14:25', 42, 'UPDATE', '', 'id=359 cola_id=11 proceso_id=23 posicion=23 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 13:12:08 contador_llamada=1 comienzo_atencion=2022-10-20 13:12:42 fin_atencion=2022-10-20 13:14:25 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2517, '2022-10-20 13:14:37', 44, 'UPDATE', '', 'id=360 cola_id=11 proceso_id=24 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:14:37 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2518, '2022-10-20 13:14:42', 42, 'UPDATE', '', 'id=300 cola_id=11 proceso_id=27 posicion=15 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:05:17 contador_llamada=2 comienzo_atencion=2022-10-20 13:14:42 estado=atendiendo updated_by=42 ', b'0'),
(2519, '2022-10-20 13:16:19', 42, 'UPDATE', '', 'id=300 cola_id=11 proceso_id=27 posicion=15 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 09:05:17 contador_llamada=2 comienzo_atencion=2022-10-20 13:14:42 fin_atencion=2022-10-20 13:16:19 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(2520, '2022-10-20 13:18:31', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=20 estado=generado id=361 ', b'0'),
(2521, '2022-10-20 13:19:23', 44, 'UPDATE', '', 'id=360 cola_id=11 proceso_id=24 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:14:37 contador_llamada=1 comienzo_atencion=2022-10-20 13:19:23 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2522, '2022-10-20 13:19:27', 44, 'UPDATE', '', 'id=360 cola_id=11 proceso_id=24 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:19:27 contador_llamada=2 comienzo_atencion=2022-10-20 13:19:23 estado=generado llamado=1 updated_by=44 ', b'0'),
(2523, '2022-10-20 13:19:30', 44, 'UPDATE', '', 'id=360 cola_id=11 proceso_id=24 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:19:27 contador_llamada=2 comienzo_atencion=2022-10-20 13:19:30 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2524, '2022-10-20 13:19:54', 44, 'UPDATE', '', 'id=360 cola_id=11 proceso_id=24 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:19:27 contador_llamada=2 comienzo_atencion=2022-10-20 13:19:30 fin_atencion=2022-10-20 13:19:54 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2525, '2022-10-20 13:19:57', 44, 'UPDATE', '', 'id=361 cola_id=11 proceso_id=19 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:19:57 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2526, '2022-10-20 13:20:20', 44, 'UPDATE', '', 'id=361 cola_id=11 proceso_id=19 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:19:57 contador_llamada=1 comienzo_atencion=2022-10-20 13:20:20 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2527, '2022-10-20 13:20:25', 44, 'UPDATE', '', 'id=361 cola_id=11 proceso_id=19 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:19:57 contador_llamada=1 comienzo_atencion=2022-10-20 13:20:20 fin_atencion=2022-10-20 13:20:25 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2528, '2022-10-20 13:24:46', 44, 'UPDATE', '', 'id=311 cola_id=11 proceso_id=27 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:24:46 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(2529, '2022-10-20 13:24:51', 44, 'UPDATE', '', 'id=311 cola_id=11 proceso_id=27 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:24:46 contador_llamada=4 comienzo_atencion=2022-10-20 13:24:51 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2530, '2022-10-20 13:24:56', 44, 'UPDATE', '', 'id=311 cola_id=11 proceso_id=27 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:24:46 contador_llamada=4 comienzo_atencion=2022-10-20 13:24:51 fin_atencion=2022-10-20 13:24:56 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2531, '2022-10-20 13:25:00', 44, 'UPDATE', '', 'id=315 cola_id=11 proceso_id=14 posicion=67 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:55:25 contador_llamada=4 comienzo_atencion=2022-10-20 13:25:00 estado=atendiendo updated_by=44 ', b'0'),
(2532, '2022-10-20 13:25:04', 44, 'UPDATE', '', 'id=315 cola_id=11 proceso_id=14 posicion=67 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:55:25 contador_llamada=4 comienzo_atencion=2022-10-20 13:25:00 fin_atencion=2022-10-20 13:25:04 estado=finalizado updated_by=44 ', b'0'),
(2533, '2022-10-20 13:25:06', 44, 'UPDATE', '', 'id=317 cola_id=11 proceso_id=15 posicion=55 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:24:12 contador_llamada=1 comienzo_atencion=2022-10-20 13:25:06 estado=atendiendo updated_by=41 ', b'0'),
(2534, '2022-10-20 13:25:10', 44, 'UPDATE', '', 'id=317 cola_id=11 proceso_id=15 posicion=55 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:24:12 contador_llamada=1 comienzo_atencion=2022-10-20 13:25:06 fin_atencion=2022-10-20 13:25:10 estado=finalizado updated_by=41 ', b'0'),
(2535, '2022-10-20 13:25:13', 44, 'UPDATE', '', 'id=324 cola_id=11 proceso_id=27 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:08:49 contador_llamada=2 comienzo_atencion=2022-10-20 13:25:13 estado=atendiendo updated_by=44 ', b'0'),
(2536, '2022-10-20 13:25:16', 44, 'UPDATE', '', 'id=324 cola_id=11 proceso_id=27 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:08:49 contador_llamada=2 comienzo_atencion=2022-10-20 13:25:13 fin_atencion=2022-10-20 13:25:16 estado=finalizado updated_by=44 ', b'0'),
(2537, '2022-10-20 13:25:20', 44, 'UPDATE', '', 'id=326 cola_id=11 proceso_id=27 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:09:15 contador_llamada=2 comienzo_atencion=2022-10-20 13:25:20 estado=atendiendo updated_by=44 ', b'0'),
(2538, '2022-10-20 13:25:22', 44, 'UPDATE', '', 'id=326 cola_id=11 proceso_id=27 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:09:15 contador_llamada=2 comienzo_atencion=2022-10-20 13:25:20 fin_atencion=2022-10-20 13:25:22 estado=finalizado updated_by=44 ', b'0'),
(2539, '2022-10-20 13:25:26', 44, 'UPDATE', '', 'id=329 cola_id=11 proceso_id=14 posicion=68 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:48:08 contador_llamada=2 comienzo_atencion=2022-10-20 13:25:26 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(2540, '2022-10-20 13:25:35', 44, 'UPDATE', '', 'id=329 cola_id=11 proceso_id=14 posicion=68 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:48:08 contador_llamada=2 comienzo_atencion=2022-10-20 13:25:26 fin_atencion=2022-10-20 13:25:35 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(2541, '2022-10-20 13:25:38', 44, 'UPDATE', '', 'id=334 cola_id=11 proceso_id=14 posicion=70 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:54:55 contador_llamada=2 comienzo_atencion=2022-10-20 13:25:38 prioritario=1 estado=atendiendo updated_by=44 ', b'0'),
(2542, '2022-10-20 13:25:48', 44, 'UPDATE', '', 'id=334 cola_id=11 proceso_id=14 posicion=70 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 10:54:55 contador_llamada=2 comienzo_atencion=2022-10-20 13:25:38 fin_atencion=2022-10-20 13:25:48 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(2543, '2022-10-20 13:25:50', 44, 'UPDATE', '', 'id=341 cola_id=11 proceso_id=27 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:38:56 contador_llamada=2 comienzo_atencion=2022-10-20 13:25:50 estado=atendiendo updated_by=42 ', b'0'),
(2544, '2022-10-20 13:25:55', 44, 'UPDATE', '', 'id=341 cola_id=11 proceso_id=27 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 11:38:56 contador_llamada=2 comienzo_atencion=2022-10-20 13:25:50 fin_atencion=2022-10-20 13:25:55 estado=finalizado updated_by=42 ', b'0'),
(2545, '2022-10-20 13:25:57', 44, 'UPDATE', '', 'id=343 cola_id=11 proceso_id=23 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 12:28:34 contador_llamada=4 comienzo_atencion=2022-10-20 13:25:57 estado=atendiendo updated_by=42 ', b'0'),
(2546, '2022-10-20 13:26:03', 44, 'UPDATE', '', 'id=343 cola_id=11 proceso_id=23 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 12:28:34 contador_llamada=4 comienzo_atencion=2022-10-20 13:25:57 fin_atencion=2022-10-20 13:26:03 estado=finalizado updated_by=42 ', b'0'),
(2547, '2022-10-20 13:26:07', 44, 'UPDATE', '', 'id=347 cola_id=11 proceso_id=15 posicion=64 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 12:17:36 contador_llamada=2 comienzo_atencion=2022-10-20 13:26:07 estado=atendiendo updated_by=43 ', b'0'),
(2548, '2022-10-20 13:26:10', 44, 'UPDATE', '', 'id=347 cola_id=11 proceso_id=15 posicion=64 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 12:17:36 contador_llamada=2 comienzo_atencion=2022-10-20 13:26:07 fin_atencion=2022-10-20 13:26:10 estado=finalizado updated_by=43 ', b'0'),
(2549, '2022-10-20 13:26:14', 44, 'UPDATE', '', 'id=352 cola_id=11 proceso_id=32 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 12:54:25 contador_llamada=1 comienzo_atencion=2022-10-20 13:26:14 estado=atendiendo updated_by=42 ', b'0'),
(2550, '2022-10-20 13:26:17', 44, 'UPDATE', '', 'id=352 cola_id=11 proceso_id=32 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 12:54:25 contador_llamada=1 comienzo_atencion=2022-10-20 13:26:14 fin_atencion=2022-10-20 13:26:17 estado=finalizado updated_by=42 ', b'0'),
(2551, '2022-10-20 13:26:20', 44, 'UPDATE', '', 'id=353 cola_id=11 proceso_id=19 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 12:54:40 contador_llamada=1 comienzo_atencion=2022-10-20 13:26:20 estado=atendiendo updated_by=42 ', b'0'),
(2552, '2022-10-20 13:26:26', 44, 'UPDATE', '', 'id=353 cola_id=11 proceso_id=19 posicion=19 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 12:54:40 contador_llamada=1 comienzo_atencion=2022-10-20 13:26:20 fin_atencion=2022-10-20 13:26:26 estado=finalizado updated_by=42 ', b'0'),
(2553, '2022-10-20 13:26:28', 44, 'UPDATE', '', 'id=354 cola_id=11 proceso_id=27 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 12:55:37 contador_llamada=2 comienzo_atencion=2022-10-20 13:26:28 estado=atendiendo updated_by=42 ', b'0'),
(2554, '2022-10-20 13:26:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=21 estado=generado id=362 ', b'0'),
(2555, '2022-10-20 13:26:33', 44, 'UPDATE', '', 'id=354 cola_id=11 proceso_id=27 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 12:55:37 contador_llamada=2 comienzo_atencion=2022-10-20 13:26:28 fin_atencion=2022-10-20 13:26:33 estado=finalizado updated_by=42 ', b'0'),
(2556, '2022-10-20 13:26:38', 44, 'UPDATE', '', 'id=362 cola_id=11 proceso_id=19 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:26:38 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2557, '2022-10-20 13:27:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=21 prioritario=1 posicion=5 estado=generado id=363 ', b'0'),
(2558, '2022-10-20 13:28:30', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(2559, '2022-10-20 13:40:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=26 estado=generado id=364 ', b'0'),
(2560, '2022-10-20 13:44:15', 44, 'UPDATE', '', 'id=362 cola_id=11 proceso_id=19 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:44:15 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2561, '2022-10-20 13:45:17', 44, 'UPDATE', '', 'id=362 cola_id=11 proceso_id=19 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:45:17 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2562, '2022-10-20 13:45:26', 44, 'UPDATE', '', 'id=362 cola_id=11 proceso_id=19 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:45:17 contador_llamada=3 comienzo_atencion=2022-10-20 13:45:26 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2563, '2022-10-20 13:45:29', 44, 'UPDATE', '', 'id=362 cola_id=11 proceso_id=19 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:45:29 contador_llamada=4 comienzo_atencion=2022-10-20 13:45:26 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2564, '2022-10-20 13:45:31', 44, 'UPDATE', '', 'id=362 cola_id=11 proceso_id=19 posicion=21 operador_id=44 momento_llamada=2022-10-20 13:45:29 contador_llamada=4 comienzo_atencion=2022-10-20 13:45:26 prioritario=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2565, '2022-10-20 13:46:01', 44, 'UPDATE', '', 'id=363 cola_id=11 proceso_id=21 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:46:01 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2566, '2022-10-20 13:46:11', 44, 'UPDATE', '', 'id=363 cola_id=11 proceso_id=21 posicion=5 operador_id=44 momento_llamada=2022-10-20 13:46:01 contador_llamada=1 prioritario=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2567, '2022-10-20 13:46:13', 44, 'UPDATE', '', 'id=364 cola_id=11 proceso_id=24 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:46:13 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2568, '2022-10-20 13:46:33', 44, 'UPDATE', '', 'id=364 cola_id=11 proceso_id=24 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:46:13 contador_llamada=1 comienzo_atencion=2022-10-20 13:46:33 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2569, '2022-10-20 13:55:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=74 estado=generado id=365 ', b'0'),
(2570, '2022-10-20 13:55:40', 44, 'UPDATE', '', 'id=364 cola_id=11 proceso_id=24 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:46:13 contador_llamada=1 comienzo_atencion=2022-10-20 13:46:33 fin_atencion=2022-10-20 13:55:40 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2571, '2022-10-20 13:55:44', 44, 'UPDATE', '', 'id=365 cola_id=11 proceso_id=14 posicion=74 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:55:44 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2572, '2022-10-20 13:57:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=66 estado=generado id=366 ', b'0'),
(2573, '2022-10-20 13:57:47', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=67 estado=generado id=367 ', b'0'),
(2574, '2022-10-20 13:58:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=24 estado=generado id=368 ', b'0'),
(2575, '2022-10-20 13:58:43', 44, 'UPDATE', '', 'id=365 cola_id=11 proceso_id=14 posicion=74 operador_id=44 momento_llamada=2022-10-20 13:55:44 contador_llamada=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2576, '2022-10-20 13:58:45', 44, 'UPDATE', '', 'id=366 cola_id=11 proceso_id=15 posicion=66 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:58:45 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2577, '2022-10-20 13:58:51', 44, 'UPDATE', '', 'id=366 cola_id=11 proceso_id=15 posicion=66 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:58:45 contador_llamada=1 comienzo_atencion=2022-10-20 13:58:51 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2578, '2022-10-20 13:59:48', 44, 'UPDATE', '', 'id=366 cola_id=11 proceso_id=15 posicion=66 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:58:45 contador_llamada=1 comienzo_atencion=2022-10-20 13:58:51 fin_atencion=2022-10-20 13:59:48 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2579, '2022-10-20 13:59:51', 44, 'UPDATE', '', 'id=367 cola_id=11 proceso_id=15 posicion=67 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:59:51 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2580, '2022-10-20 14:00:21', 44, 'UPDATE', '', 'id=367 cola_id=11 proceso_id=15 posicion=67 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:59:51 contador_llamada=1 comienzo_atencion=2022-10-20 14:00:21 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2581, '2022-10-20 14:00:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=68 estado=generado id=369 ', b'0'),
(2582, '2022-10-20 14:00:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=69 estado=generado id=370 ', b'0'),
(2583, '2022-10-20 14:02:00', 44, 'UPDATE', '', 'id=367 cola_id=11 proceso_id=15 posicion=67 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:59:51 contador_llamada=1 comienzo_atencion=2022-10-20 14:00:21 fin_atencion=2022-10-20 14:02:00 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2584, '2022-10-20 14:02:02', 44, 'UPDATE', '', 'id=368 cola_id=11 proceso_id=23 posicion=24 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 14:02:02 estado=atendiendo ', b'0'),
(2585, '2022-10-20 14:02:06', 44, 'UPDATE', '', 'id=368 cola_id=11 proceso_id=23 posicion=24 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 14:02:02 fin_atencion=2022-10-20 14:02:06 estado=finalizado ', b'0'),
(2586, '2022-10-20 14:02:08', 44, 'UPDATE', '', 'id=369 cola_id=11 proceso_id=15 posicion=68 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:02:08 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2587, '2022-10-20 14:02:19', 44, 'UPDATE', '', 'id=369 cola_id=11 proceso_id=15 posicion=68 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:02:08 contador_llamada=1 comienzo_atencion=2022-10-20 14:02:19 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2588, '2022-10-20 14:07:22', 44, 'UPDATE', '', 'id=369 cola_id=11 proceso_id=15 posicion=68 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:02:08 contador_llamada=1 comienzo_atencion=2022-10-20 14:02:19 fin_atencion=2022-10-20 14:07:22 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2589, '2022-10-20 14:07:24', 44, 'UPDATE', '', 'id=370 cola_id=11 proceso_id=15 posicion=69 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 14:07:24 estado=atendiendo ', b'0'),
(2590, '2022-10-20 14:17:50', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=22 estado=generado id=371 ', b'0'),
(2591, '2022-10-20 14:21:59', 44, 'UPDATE', '', 'id=370 cola_id=11 proceso_id=15 posicion=69 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 14:07:24 fin_atencion=2022-10-20 14:21:59 estado=finalizado ', b'0'),
(2592, '2022-10-20 14:22:08', 44, 'UPDATE', '', 'id=371 cola_id=11 proceso_id=19 posicion=22 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 14:22:08 prioritario=1 estado=atendiendo ', b'0'),
(2593, '2022-10-20 14:22:16', 44, 'UPDATE', '', 'id=371 cola_id=11 proceso_id=19 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:22:16 contador_llamada=1 comienzo_atencion=2022-10-20 14:22:08 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2594, '2022-10-20 14:22:20', 44, 'UPDATE', '', 'id=371 cola_id=11 proceso_id=19 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:22:20 contador_llamada=2 comienzo_atencion=2022-10-20 14:22:08 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2595, '2022-10-20 14:22:28', 44, 'UPDATE', '', 'id=371 cola_id=11 proceso_id=19 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:22:20 contador_llamada=2 comienzo_atencion=2022-10-20 14:22:28 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2596, '2022-10-20 14:23:17', 44, 'UPDATE', '', 'id=371 cola_id=11 proceso_id=19 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:22:20 contador_llamada=2 comienzo_atencion=2022-10-20 14:22:28 fin_atencion=2022-10-20 14:23:17 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2597, '2022-10-20 14:23:21', 44, 'UPDATE', '', 'id=362 cola_id=11 proceso_id=19 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:45:29 contador_llamada=4 comienzo_atencion=2022-10-20 14:23:21 prioritario=1 estado=atendiendo updated_by=44 ', b'0'),
(2598, '2022-10-20 14:23:23', 44, 'UPDATE', '', 'id=362 cola_id=11 proceso_id=19 posicion=21 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:45:29 contador_llamada=4 comienzo_atencion=2022-10-20 14:23:21 fin_atencion=2022-10-20 14:23:23 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(2599, '2022-10-20 14:23:26', 44, 'UPDATE', '', 'id=363 cola_id=11 proceso_id=21 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:46:01 contador_llamada=1 comienzo_atencion=2022-10-20 14:23:26 prioritario=1 estado=atendiendo updated_by=44 ', b'0'),
(2600, '2022-10-20 14:23:40', 44, 'UPDATE', '', 'id=363 cola_id=11 proceso_id=21 posicion=5 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 13:46:01 contador_llamada=1 comienzo_atencion=2022-10-20 14:23:26 fin_atencion=2022-10-20 14:23:40 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(2601, '2022-10-20 14:30:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 prioritario=1 posicion=27 estado=generado id=372 ', b'0'),
(2602, '2022-10-20 14:33:38', 44, 'UPDATE', '', 'id=372 cola_id=11 proceso_id=24 posicion=27 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 14:33:38 prioritario=1 estado=atendiendo ', b'0'),
(2603, '2022-10-20 14:35:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=23 estado=generado id=373 ', b'0'),
(2604, '2022-10-20 14:36:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=75 estado=generado id=374 ', b'0'),
(2605, '2022-10-20 14:37:50', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=25 estado=generado id=375 ', b'0'),
(2606, '2022-10-20 14:37:55', 43, 'UPDATE', '', 'id=373 cola_id=11 proceso_id=19 posicion=23 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 14:37:55 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(2607, '2022-10-20 14:38:39', 43, 'UPDATE', '', 'id=373 cola_id=11 proceso_id=19 posicion=23 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 14:37:55 contador_llamada=1 comienzo_atencion=2022-10-20 14:38:39 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(2608, '2022-10-20 14:38:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=28 estado=generado id=376 ', b'0'),
(2609, '2022-10-20 14:39:38', 43, 'UPDATE', '', 'id=373 cola_id=11 proceso_id=19 posicion=23 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 14:37:55 contador_llamada=1 comienzo_atencion=2022-10-20 14:38:39 fin_atencion=2022-10-20 14:39:38 estado=finalizado llamado=1 updated_by=43 ', b'0'),
(2610, '2022-10-20 14:41:54', 43, 'UPDATE', '', 'id=374 cola_id=11 proceso_id=14 posicion=75 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 14:41:54 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(2611, '2022-10-20 14:44:04', 44, 'UPDATE', '', 'id=372 cola_id=11 proceso_id=24 posicion=27 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 14:33:38 fin_atencion=2022-10-20 14:44:04 prioritario=1 estado=finalizado ', b'0'),
(2612, '2022-10-20 14:44:08', 44, 'UPDATE', '', 'id=375 cola_id=11 proceso_id=23 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:44:08 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2613, '2022-10-20 14:44:22', 44, 'UPDATE', '', 'id=375 cola_id=11 proceso_id=23 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:44:08 contador_llamada=1 comienzo_atencion=2022-10-20 14:44:22 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2614, '2022-10-20 14:45:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=26 estado=generado id=377 ', b'0'),
(2615, '2022-10-20 14:45:17', 44, 'UPDATE', '', 'id=375 cola_id=11 proceso_id=23 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:44:08 contador_llamada=1 comienzo_atencion=2022-10-20 14:44:22 fin_atencion=2022-10-20 14:45:17 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2616, '2022-10-20 14:45:22', 44, 'UPDATE', '', 'id=376 cola_id=11 proceso_id=27 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:45:22 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2617, '2022-10-20 14:45:43', 44, 'UPDATE', '', 'id=376 cola_id=11 proceso_id=27 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:45:22 contador_llamada=1 comienzo_atencion=2022-10-20 14:45:43 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2618, '2022-10-20 14:46:57', 43, 'UPDATE', '', 'id=374 cola_id=11 proceso_id=14 posicion=75 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 14:41:54 contador_llamada=1 comienzo_atencion=2022-10-20 14:46:57 estado=atendiendo updated_by=43 ', b'0'),
(2619, '2022-10-20 14:47:03', 44, 'UPDATE', '', 'id=376 cola_id=11 proceso_id=27 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:45:22 contador_llamada=1 comienzo_atencion=2022-10-20 14:45:43 fin_atencion=2022-10-20 14:47:03 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2620, '2022-10-20 14:47:05', 44, 'UPDATE', '', 'id=377 cola_id=11 proceso_id=23 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:47:05 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2621, '2022-10-20 14:47:22', 44, 'UPDATE', '', 'id=377 cola_id=11 proceso_id=23 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:47:05 contador_llamada=1 comienzo_atencion=2022-10-20 14:47:22 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2622, '2022-10-20 14:51:35', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=35 estado=generado id=378 ', b'0'),
(2623, '2022-10-20 14:51:48', 44, 'UPDATE', '', 'id=377 cola_id=11 proceso_id=23 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 14:47:05 contador_llamada=1 comienzo_atencion=2022-10-20 14:47:22 fin_atencion=2022-10-20 14:51:48 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2624, '2022-10-20 14:51:50', 44, 'UPDATE', '', 'id=378 cola_id=11 proceso_id=25 posicion=35 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 14:51:50 estado=atendiendo ', b'0'),
(2625, '2022-10-20 14:56:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 prioritario=1 posicion=27 estado=generado id=379 ', b'0'),
(2626, '2022-10-20 15:01:57', 44, 'UPDATE', '', 'id=378 cola_id=11 proceso_id=25 posicion=35 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 14:51:50 fin_atencion=2022-10-20 15:01:56 estado=finalizado ', b'0'),
(2627, '2022-10-20 15:01:58', 44, 'UPDATE', '', 'id=378 cola_id=11 proceso_id=25 posicion=35 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-20 14:51:50 fin_atencion=2022-10-20 15:01:58 estado=finalizado ', b'0'),
(2628, '2022-10-20 15:02:01', 44, 'UPDATE', '', 'id=379 cola_id=11 proceso_id=23 posicion=27 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:02:01 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2629, '2022-10-20 15:02:21', 44, 'UPDATE', '', 'id=379 cola_id=11 proceso_id=23 posicion=27 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:02:01 contador_llamada=1 comienzo_atencion=2022-10-20 15:02:21 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2630, '2022-10-20 15:04:43', 44, 'UPDATE', '', 'id=379 cola_id=11 proceso_id=23 posicion=27 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:02:01 contador_llamada=1 comienzo_atencion=2022-10-20 15:02:21 fin_atencion=2022-10-20 15:04:43 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2631, '2022-10-20 15:04:52', 44, 'UPDATE', '', 'id=365 cola_id=11 proceso_id=14 posicion=74 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:04:52 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2632, '2022-10-20 15:05:05', 44, 'UPDATE', '', 'id=365 cola_id=11 proceso_id=14 posicion=74 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:04:52 contador_llamada=2 comienzo_atencion=2022-10-20 15:05:05 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2633, '2022-10-20 15:09:47', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=76 estado=generado id=380 ', b'0'),
(2634, '2022-10-20 15:12:02', 43, 'UPDATE', '', 'id=374 cola_id=11 proceso_id=14 posicion=75 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 14:41:54 contador_llamada=1 comienzo_atencion=2022-10-20 14:46:57 fin_atencion=2022-10-20 15:12:02 calificacion=4 estado=finalizado updated_by=43 ', b'0'),
(2635, '2022-10-20 15:14:37', 44, 'UPDATE', '', 'id=365 cola_id=11 proceso_id=14 posicion=74 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:04:52 contador_llamada=2 comienzo_atencion=2022-10-20 15:05:05 fin_atencion=2022-10-20 15:14:37 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2636, '2022-10-20 15:14:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=77 estado=generado id=381 ', b'0'),
(2637, '2022-10-20 15:17:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=23 estado=generado id=382 ', b'0'),
(2638, '2022-10-20 15:17:55', 43, 'UPDATE', '', 'id=381 cola_id=11 proceso_id=14 posicion=77 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 15:17:55 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(2639, '2022-10-20 15:18:12', 43, 'UPDATE', '', 'id=381 cola_id=11 proceso_id=14 posicion=77 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 15:17:55 contador_llamada=1 comienzo_atencion=2022-10-20 15:18:12 prioritario=1 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(2640, '2022-10-20 15:18:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=70 estado=generado id=383 ', b'0'),
(2641, '2022-10-20 15:19:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=28 estado=generado id=384 ', b'0'),
(2642, '2022-10-20 15:19:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=29 estado=generado id=385 ', b'0'),
(2643, '2022-10-20 15:20:30', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=42 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(2644, '2022-10-20 15:20:34', 42, 'UPDATE', '', 'id=380 cola_id=11 proceso_id=14 posicion=76 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 15:20:34 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2645, '2022-10-20 15:20:58', 44, 'UPDATE', '', 'id=382 cola_id=11 proceso_id=32 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:20:58 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2646, '2022-10-20 15:21:20', 44, 'UPDATE', '', 'id=382 cola_id=11 proceso_id=32 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:20:58 contador_llamada=1 comienzo_atencion=2022-10-20 15:21:19 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2647, '2022-10-20 15:21:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=11 estado=generado id=386 ', b'0'),
(2648, '2022-10-20 15:25:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=28 estado=generado id=387 ', b'0'),
(2649, '2022-10-20 15:25:22', 44, 'UPDATE', '', 'id=382 cola_id=11 proceso_id=32 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:20:58 contador_llamada=1 comienzo_atencion=2022-10-20 15:21:19 fin_atencion=2022-10-20 15:25:22 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2650, '2022-10-20 15:25:32', 44, 'UPDATE', '', 'id=383 cola_id=11 proceso_id=15 posicion=70 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:25:32 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2651, '2022-10-20 15:26:00', 44, 'UPDATE', '', 'id=383 cola_id=11 proceso_id=15 posicion=70 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:25:32 contador_llamada=1 comienzo_atencion=2022-10-20 15:26:00 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2652, '2022-10-20 15:26:38', 44, 'UPDATE', '', 'id=383 cola_id=11 proceso_id=15 posicion=70 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:25:32 contador_llamada=1 comienzo_atencion=2022-10-20 15:26:00 fin_atencion=2022-10-20 15:26:38 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2653, '2022-10-20 15:29:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=29 estado=generado id=388 ', b'0'),
(2654, '2022-10-20 15:32:00', 44, 'UPDATE', '', 'id=384 cola_id=11 proceso_id=23 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:32:00 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2655, '2022-10-20 15:32:14', 44, 'UPDATE', '', 'id=384 cola_id=11 proceso_id=23 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:32:14 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2656, '2022-10-20 15:32:26', 44, 'UPDATE', '', 'id=384 cola_id=11 proceso_id=23 posicion=28 operador_id=44 momento_llamada=2022-10-20 15:32:14 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2657, '2022-10-20 15:32:28', 44, 'UPDATE', '', 'id=385 cola_id=11 proceso_id=23 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:32:28 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2658, '2022-10-20 15:32:37', 44, 'UPDATE', '', 'id=385 cola_id=11 proceso_id=23 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:32:28 contador_llamada=1 comienzo_atencion=2022-10-20 15:32:37 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2659, '2022-10-20 15:32:41', 44, 'UPDATE', '', 'id=385 cola_id=11 proceso_id=23 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:32:28 contador_llamada=1 comienzo_atencion=2022-10-20 15:32:37 fin_atencion=2022-10-20 15:32:41 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2660, '2022-10-20 15:32:44', 44, 'UPDATE', '', 'id=386 cola_id=11 proceso_id=33 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:32:44 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2661, '2022-10-20 15:32:53', 42, 'UPDATE', '', 'id=380 cola_id=11 proceso_id=14 posicion=76 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 15:32:53 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2662, '2022-10-20 15:33:00', 44, 'UPDATE', '', 'id=386 cola_id=11 proceso_id=33 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:32:44 contador_llamada=1 comienzo_atencion=2022-10-20 15:33:00 estado=atendiendo updated_by=44 ', b'0'),
(2663, '2022-10-20 15:33:58', 42, 'UPDATE', '', 'id=380 cola_id=11 proceso_id=14 posicion=76 operador_id=42 momento_llamada=2022-10-20 15:32:53 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2664, '2022-10-20 15:33:59', 42, 'UPDATE', '', 'id=387 cola_id=11 proceso_id=24 posicion=28 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 15:33:59 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2665, '2022-10-20 15:34:00', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=71 estado=generado id=389 ', b'0'),
(2666, '2022-10-20 15:35:43', 42, 'UPDATE', '', 'id=389 cola_id=11 proceso_id=15 posicion=71 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 15:35:43 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2667, '2022-10-20 15:35:58', 42, 'UPDATE', '', 'id=389 cola_id=11 proceso_id=15 posicion=71 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 15:35:43 contador_llamada=1 comienzo_atencion=2022-10-20 15:35:58 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2668, '2022-10-20 15:36:03', 44, 'UPDATE', '', 'id=386 cola_id=11 proceso_id=33 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:32:44 contador_llamada=1 comienzo_atencion=2022-10-20 15:33:00 fin_atencion=2022-10-20 15:36:03 estado=finalizado updated_by=44 ', b'0'),
(2669, '2022-10-20 15:36:06', 44, 'UPDATE', '', 'id=388 cola_id=11 proceso_id=27 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:36:06 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2670, '2022-10-20 15:36:30', 44, 'UPDATE', '', 'id=388 cola_id=11 proceso_id=27 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:36:06 contador_llamada=1 comienzo_atencion=2022-10-20 15:36:30 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2671, '2022-10-20 15:36:39', 42, 'UPDATE', '', 'id=389 cola_id=11 proceso_id=15 posicion=71 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 15:35:43 contador_llamada=1 comienzo_atencion=2022-10-20 15:35:58 fin_atencion=2022-10-20 15:36:39 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(2672, '2022-10-20 15:36:41', 42, 'UPDATE', '', 'id=387 cola_id=11 proceso_id=24 posicion=28 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 15:36:41 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2673, '2022-10-20 15:36:45', 42, 'UPDATE', '', 'id=387 cola_id=11 proceso_id=24 posicion=28 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 15:36:41 contador_llamada=2 comienzo_atencion=2022-10-20 15:36:45 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2674, '2022-10-20 15:36:50', 42, 'UPDATE', '', 'id=387 cola_id=11 proceso_id=24 posicion=28 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 15:36:41 contador_llamada=2 comienzo_atencion=2022-10-20 15:36:45 fin_atencion=2022-10-20 15:36:50 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2675, '2022-10-20 15:36:57', 42, 'UPDATE', '', 'id=380 cola_id=11 proceso_id=14 posicion=76 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 15:36:57 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(2676, '2022-10-20 15:37:10', 42, 'UPDATE', '', 'id=380 cola_id=11 proceso_id=14 posicion=76 operador_id=42 momento_llamada=2022-10-20 15:36:57 contador_llamada=3 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2677, '2022-10-20 15:39:16', 44, 'UPDATE', '', 'id=388 cola_id=11 proceso_id=27 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:36:06 contador_llamada=1 comienzo_atencion=2022-10-20 15:36:30 fin_atencion=2022-10-20 15:39:16 estado=finalizado updated_by=44 ', b'0'),
(2678, '2022-10-20 15:39:19', 44, 'UPDATE', '', 'id=380 cola_id=11 proceso_id=14 posicion=76 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:36:57 contador_llamada=3 comienzo_atencion=2022-10-20 15:39:19 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2679, '2022-10-20 15:39:22', 44, 'UPDATE', '', 'id=380 cola_id=11 proceso_id=14 posicion=76 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:36:57 contador_llamada=3 comienzo_atencion=2022-10-20 15:39:19 fin_atencion=2022-10-20 15:39:22 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2680, '2022-10-20 15:39:24', 44, 'UPDATE', '', 'id=384 cola_id=11 proceso_id=23 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:32:14 contador_llamada=2 comienzo_atencion=2022-10-20 15:39:24 estado=atendiendo updated_by=44 ', b'0'),
(2681, '2022-10-20 15:39:28', 44, 'UPDATE', '', 'id=384 cola_id=11 proceso_id=23 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:32:14 contador_llamada=2 comienzo_atencion=2022-10-20 15:39:24 fin_atencion=2022-10-20 15:39:28 estado=finalizado updated_by=44 ', b'0'),
(2682, '2022-10-20 15:40:18', 43, 'UPDATE', '', 'id=381 cola_id=11 proceso_id=14 posicion=77 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 15:17:55 contador_llamada=1 comienzo_atencion=2022-10-20 15:18:12 fin_atencion=2022-10-20 15:40:18 prioritario=1 estado=finalizado updated_by=43 ', b'0'),
(2683, '2022-10-20 15:41:09', 43, 'UPDATE', 'USUARIO', 'id=43 departamento_id=1 oficina_id=3 name=Manuel Salvador email=manuel.salvador@coopchone.fin.ec idrol=2 cambiar_puesto=1 cedula=0000000003 foto=default-user.png telefono=0999999999 direccion=Coop Chone Matriz estado=1 etapaCuenta=1 otd=manuel.salvador ', b'0'),
(2684, '2022-10-20 15:41:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 prioritario=1 posicion=30 estado=generado id=390 ', b'0'),
(2685, '2022-10-20 15:42:12', 44, 'UPDATE', '', 'id=390 cola_id=11 proceso_id=23 posicion=30 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:42:12 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2686, '2022-10-20 15:42:40', 44, 'UPDATE', '', 'id=390 cola_id=11 proceso_id=23 posicion=30 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:42:12 contador_llamada=1 comienzo_atencion=2022-10-20 15:42:40 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2687, '2022-10-20 15:43:44', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=78 estado=generado id=391 ', b'0'),
(2688, '2022-10-20 15:44:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 prioritario=1 posicion=29 estado=generado id=392 ', b'0'),
(2689, '2022-10-20 15:44:51', 44, 'UPDATE', '', 'id=390 cola_id=11 proceso_id=23 posicion=30 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:42:12 contador_llamada=1 comienzo_atencion=2022-10-20 15:42:40 fin_atencion=2022-10-20 15:44:51 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2690, '2022-10-20 15:44:53', 44, 'UPDATE', '', 'id=391 cola_id=11 proceso_id=14 posicion=78 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:44:53 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2691, '2022-10-20 15:45:13', 44, 'UPDATE', '', 'id=391 cola_id=11 proceso_id=14 posicion=78 operador_id=44 momento_llamada=2022-10-20 15:44:53 contador_llamada=1 prioritario=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2692, '2022-10-20 15:45:15', 44, 'UPDATE', '', 'id=392 cola_id=11 proceso_id=24 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:45:15 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2693, '2022-10-20 15:45:31', 44, 'UPDATE', '', 'id=392 cola_id=11 proceso_id=24 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:45:15 contador_llamada=1 comienzo_atencion=2022-10-20 15:45:31 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2694, '2022-10-20 15:46:11', 44, 'UPDATE', '', 'id=392 cola_id=11 proceso_id=24 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:45:15 contador_llamada=1 comienzo_atencion=2022-10-20 15:45:31 fin_atencion=2022-10-20 15:46:11 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2695, '2022-10-20 15:47:10', 44, 'UPDATE', '', 'id=391 cola_id=11 proceso_id=14 posicion=78 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:47:10 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2696, '2022-10-20 15:47:19', 44, 'UPDATE', '', 'id=391 cola_id=11 proceso_id=14 posicion=78 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:47:10 contador_llamada=2 comienzo_atencion=2022-10-20 15:47:19 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2697, '2022-10-20 15:47:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=79 estado=generado id=393 ', b'0'),
(2698, '2022-10-20 15:51:56', 44, 'UPDATE', '', 'id=391 cola_id=11 proceso_id=14 posicion=78 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:47:10 contador_llamada=2 comienzo_atencion=2022-10-20 15:47:19 fin_atencion=2022-10-20 15:51:56 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2699, '2022-10-20 15:51:58', 44, 'UPDATE', '', 'id=393 cola_id=11 proceso_id=14 posicion=79 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:51:58 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2700, '2022-10-20 15:52:22', 44, 'UPDATE', '', 'id=393 cola_id=11 proceso_id=14 posicion=79 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:51:58 contador_llamada=1 comienzo_atencion=2022-10-20 15:52:22 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2701, '2022-10-20 15:52:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=72 estado=generado id=394 ', b'0'),
(2702, '2022-10-20 15:53:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=12 estado=generado id=395 ', b'0'),
(2703, '2022-10-20 15:59:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 prioritario=1 posicion=13 estado=generado id=396 ', b'0'),
(2704, '2022-10-20 16:02:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=31 estado=generado id=397 ', b'0'),
(2705, '2022-10-20 16:02:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 prioritario=1 posicion=32 estado=generado id=398 ', b'0'),
(2706, '2022-10-20 16:04:02', 42, 'UPDATE', '', 'id=396 cola_id=11 proceso_id=33 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:04:02 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2707, '2022-10-20 16:04:30', 42, 'UPDATE', '', 'id=396 cola_id=11 proceso_id=33 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:04:30 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2708, '2022-10-20 16:04:40', 42, 'UPDATE', '', 'id=396 cola_id=11 proceso_id=33 posicion=13 operador_id=42 momento_llamada=2022-10-20 16:04:30 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2709, '2022-10-20 16:04:42', 42, 'UPDATE', '', 'id=398 cola_id=11 proceso_id=23 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:04:42 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2710, '2022-10-20 16:05:12', 42, 'UPDATE', '', 'id=398 cola_id=11 proceso_id=23 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:04:42 contador_llamada=1 comienzo_atencion=2022-10-20 16:05:12 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2711, '2022-10-20 16:05:22', 43, 'UPDATE', '', 'id=396 cola_id=11 proceso_id=33 posicion=13 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 16:05:22 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(2712, '2022-10-20 16:05:28', 43, 'UPDATE', '', 'id=396 cola_id=11 proceso_id=33 posicion=13 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 16:05:22 contador_llamada=3 comienzo_atencion=2022-10-20 16:05:28 prioritario=1 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(2713, '2022-10-20 16:07:39', 44, 'UPDATE', '', 'id=393 cola_id=11 proceso_id=14 posicion=79 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 15:51:58 contador_llamada=1 comienzo_atencion=2022-10-20 15:52:22 fin_atencion=2022-10-20 16:07:39 estado=finalizado updated_by=44 ', b'0'),
(2714, '2022-10-20 16:07:42', 44, 'UPDATE', '', 'id=394 cola_id=11 proceso_id=15 posicion=72 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:07:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2715, '2022-10-20 16:07:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=36 estado=generado id=399 ', b'0'),
(2716, '2022-10-20 16:08:10', 44, 'UPDATE', '', 'id=394 cola_id=11 proceso_id=15 posicion=72 operador_id=44 momento_llamada=2022-10-20 16:07:42 contador_llamada=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2717, '2022-10-20 16:08:12', 44, 'UPDATE', '', 'id=395 cola_id=11 proceso_id=33 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:08:12 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2718, '2022-10-20 16:08:30', 44, 'UPDATE', '', 'id=395 cola_id=11 proceso_id=33 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:08:30 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2719, '2022-10-20 16:09:05', 44, 'UPDATE', '', 'id=395 cola_id=11 proceso_id=33 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:09:05 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(2720, '2022-10-20 16:09:16', 44, 'UPDATE', '', 'id=395 cola_id=11 proceso_id=33 posicion=12 operador_id=44 momento_llamada=2022-10-20 16:09:05 contador_llamada=3 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2721, '2022-10-20 16:09:17', 44, 'UPDATE', '', 'id=397 cola_id=11 proceso_id=23 posicion=31 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:09:17 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2722, '2022-10-20 16:09:35', 42, 'UPDATE', '', 'id=398 cola_id=11 proceso_id=23 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:04:42 contador_llamada=1 comienzo_atencion=2022-10-20 16:05:12 fin_atencion=2022-10-20 16:09:35 calificacion=4 prioritario=1 estado=finalizado updated_by', b'0'),
(2723, '2022-10-20 16:09:42', 44, 'UPDATE', '', 'id=397 cola_id=11 proceso_id=23 posicion=31 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:09:42 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2724, '2022-10-20 16:09:47', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=80 estado=generado id=400 ', b'0'),
(2725, '2022-10-20 16:09:50', 42, 'UPDATE', '', 'id=399 cola_id=11 proceso_id=25 posicion=36 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:09:50 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2726, '2022-10-20 16:10:03', 44, 'UPDATE', '', 'id=397 cola_id=11 proceso_id=23 posicion=31 operador_id=44 momento_llamada=2022-10-20 16:09:42 contador_llamada=2 estado=desplazado updated_by=44 ', b'0'),
(2727, '2022-10-20 16:10:06', 44, 'UPDATE', '', 'id=400 cola_id=11 proceso_id=14 posicion=80 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:10:06 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2728, '2022-10-20 16:10:09', 42, 'UPDATE', '', 'id=399 cola_id=11 proceso_id=25 posicion=36 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:09:50 contador_llamada=1 comienzo_atencion=2022-10-20 16:10:09 estado=atendiendo updated_by=42 ', b'0'),
(2729, '2022-10-20 16:10:18', 44, 'UPDATE', '', 'id=400 cola_id=11 proceso_id=14 posicion=80 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:10:06 contador_llamada=1 comienzo_atencion=2022-10-20 16:10:18 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2730, '2022-10-20 16:13:56', 42, 'UPDATE', '', 'id=399 cola_id=11 proceso_id=25 posicion=36 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:09:50 contador_llamada=1 comienzo_atencion=2022-10-20 16:10:09 fin_atencion=2022-10-20 16:13:56 calificacion=4 estado=finalizado updated_by=42 ', b'0'),
(2731, '2022-10-20 16:17:44', 43, 'UPDATE', '', 'id=396 cola_id=11 proceso_id=33 posicion=13 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 16:05:22 contador_llamada=3 comienzo_atencion=2022-10-20 16:05:28 fin_atencion=2022-10-20 16:17:44 prioritario=1 estado=finalizado updated_by=43 ', b'0'),
(2732, '2022-10-20 16:17:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=9 estado=generado id=401 ', b'0'),
(2733, '2022-10-20 16:19:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=37 estado=generado id=402 ', b'0'),
(2734, '2022-10-20 16:20:34', 42, 'UPDATE', '', 'id=401 cola_id=11 proceso_id=17 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:20:34 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2735, '2022-10-20 16:21:46', 44, 'UPDATE', '', 'id=400 cola_id=11 proceso_id=14 posicion=80 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:10:06 contador_llamada=1 comienzo_atencion=2022-10-20 16:10:18 fin_atencion=2022-10-20 16:21:46 estado=finalizado updated_by=44 ', b'0'),
(2736, '2022-10-20 16:22:39', 44, 'UPDATE', '', 'id=402 cola_id=11 proceso_id=25 posicion=37 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:22:38 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2737, '2022-10-20 16:22:58', 44, 'UPDATE', '', 'id=402 cola_id=11 proceso_id=25 posicion=37 operador_id=44 momento_llamada=2022-10-20 16:22:38 contador_llamada=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2738, '2022-10-20 16:24:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=38 estado=generado id=403 ', b'0'),
(2739, '2022-10-20 16:24:54', 42, 'UPDATE', '', 'id=401 cola_id=11 proceso_id=17 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:20:34 contador_llamada=1 comienzo_atencion=2022-10-20 16:24:54 estado=atendiendo updated_by=42 ', b'0'),
(2740, '2022-10-20 16:25:17', 44, 'UPDATE', '', 'id=403 cola_id=11 proceso_id=25 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:25:17 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2741, '2022-10-20 16:30:27', 44, 'UPDATE', '', 'id=403 cola_id=11 proceso_id=25 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:25:17 contador_llamada=1 comienzo_atencion=2022-10-20 16:30:27 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2742, '2022-10-20 16:31:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 prioritario=1 posicion=14 estado=generado id=404 ', b'0'),
(2743, '2022-10-20 16:32:10', 43, 'UPDATE', '', 'id=404 cola_id=11 proceso_id=33 posicion=14 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 16:32:10 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(2744, '2022-10-20 16:32:20', 44, 'UPDATE', '', 'id=403 cola_id=11 proceso_id=25 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:25:17 contador_llamada=1 comienzo_atencion=2022-10-20 16:30:27 fin_atencion=2022-10-20 16:32:20 estado=finalizado updated_by=44 ', b'0'),
(2745, '2022-10-20 16:33:00', 44, 'UPDATE', '', 'id=394 cola_id=11 proceso_id=15 posicion=72 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:07:42 contador_llamada=1 comienzo_atencion=2022-10-20 16:33:00 estado=atendiendo updated_by=44 ', b'0'),
(2746, '2022-10-20 16:33:04', 44, 'UPDATE', '', 'id=394 cola_id=11 proceso_id=15 posicion=72 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:07:42 contador_llamada=1 comienzo_atencion=2022-10-20 16:33:00 fin_atencion=2022-10-20 16:33:04 estado=finalizado updated_by=44 ', b'0'),
(2747, '2022-10-20 16:33:06', 44, 'UPDATE', '', 'id=395 cola_id=11 proceso_id=33 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:09:05 contador_llamada=3 comienzo_atencion=2022-10-20 16:33:06 estado=atendiendo updated_by=44 ', b'0'),
(2748, '2022-10-20 16:33:08', 43, 'UPDATE', '', 'id=404 cola_id=11 proceso_id=33 posicion=14 modulo_id=22 operador_id=43 momento_llamada=2022-10-20 16:32:10 contador_llamada=1 comienzo_atencion=2022-10-20 16:33:08 prioritario=1 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(2749, '2022-10-20 16:33:14', 44, 'UPDATE', '', 'id=395 cola_id=11 proceso_id=33 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:09:05 contador_llamada=3 comienzo_atencion=2022-10-20 16:33:06 fin_atencion=2022-10-20 16:33:14 estado=finalizado updated_by=44 ', b'0'),
(2750, '2022-10-20 16:33:15', 44, 'UPDATE', '', 'id=397 cola_id=11 proceso_id=23 posicion=31 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:09:42 contador_llamada=2 comienzo_atencion=2022-10-20 16:33:15 estado=atendiendo updated_by=44 ', b'0'),
(2751, '2022-10-20 16:33:19', 44, 'UPDATE', '', 'id=397 cola_id=11 proceso_id=23 posicion=31 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:09:42 contador_llamada=2 comienzo_atencion=2022-10-20 16:33:15 fin_atencion=2022-10-20 16:33:19 estado=finalizado updated_by=44 ', b'0'),
(2752, '2022-10-20 16:33:22', 44, 'UPDATE', '', 'id=402 cola_id=11 proceso_id=25 posicion=37 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:22:38 contador_llamada=1 comienzo_atencion=2022-10-20 16:33:22 estado=atendiendo updated_by=44 ', b'0'),
(2753, '2022-10-20 16:33:29', 44, 'UPDATE', '', 'id=402 cola_id=11 proceso_id=25 posicion=37 modulo_id=12 operador_id=44 momento_llamada=2022-10-20 16:22:38 contador_llamada=1 comienzo_atencion=2022-10-20 16:33:22 fin_atencion=2022-10-20 16:33:29 estado=finalizado updated_by=44 ', b'0'),
(2754, '2022-10-20 16:37:06', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(2755, '2022-10-20 16:39:01', 47, 'UPDATE', '', 'id=24 dep_ofi=5 nombre=Responsabilidad Social abreviacion=RS ', b'0'),
(2756, '2022-10-20 16:53:11', 42, 'UPDATE', '', 'id=401 cola_id=11 proceso_id=17 posicion=9 modulo_id=13 operador_id=42 momento_llamada=2022-10-20 16:20:34 contador_llamada=1 comienzo_atencion=2022-10-20 16:24:54 fin_atencion=2022-10-20 16:53:11 estado=finalizado updated_by=42 ', b'0'),
(2757, '2022-10-20 16:53:45', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 ', b'0'),
(2758, '2022-10-20 16:58:48', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(2759, '2022-10-20 16:58:50', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(2760, '2022-10-20 16:58:56', 41, 'EXIT', 'LOGOUT', '', b'0'),
(2761, '2022-10-21 08:02:55', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=81 estado=generado id=405 ', b'0'),
(2762, '2022-10-21 08:03:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=73 estado=generado id=406 ', b'0'),
(2763, '2022-10-21 08:04:49', 44, 'ENTRY', 'LOGIN', '', b'0'),
(2764, '2022-10-21 08:04:56', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(2765, '2022-10-21 08:05:02', 44, 'UPDATE', '', 'id=405 cola_id=11 proceso_id=14 posicion=81 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:05:02 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2766, '2022-10-21 08:05:12', 44, 'UPDATE', '', 'id=405 cola_id=11 proceso_id=14 posicion=81 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:05:02 contador_llamada=1 comienzo_atencion=2022-10-21 08:05:12 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2767, '2022-10-21 08:11:10', 41, 'ENTRY', 'LOGIN', '', b'0'),
(2768, '2022-10-21 08:12:12', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=41 ', b'0'),
(2769, '2022-10-21 08:12:12', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 ', b'0'),
(2770, '2022-10-21 08:12:12', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=41 ', b'0'),
(2771, '2022-10-21 08:12:55', 41, 'UPDATE', '', 'id=14 dep_ofi=5 nombre=Módulo 3 abreviacion=M3 operador_id=41 ', b'0'),
(2772, '2022-10-21 08:14:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=15 estado=generado id=407 ', b'0'),
(2773, '2022-10-21 08:16:53', 42, 'ENTRY', 'LOGIN', '', b'0'),
(2774, '2022-10-21 08:16:55', 42, 'UPDATE', '', 'id=13 dep_ofi=5 nombre=Módulo 2 abreviacion=M2 operador_id=42 ', b'0'),
(2775, '2022-10-21 08:18:49', 42, 'UPDATE', '', 'id=406 cola_id=11 proceso_id=15 posicion=73 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:18:49 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2776, '2022-10-21 08:19:07', 42, 'UPDATE', '', 'id=406 cola_id=11 proceso_id=15 posicion=73 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:18:49 contador_llamada=1 comienzo_atencion=2022-10-21 08:19:07 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2777, '2022-10-21 08:19:18', 44, 'UPDATE', '', 'id=405 cola_id=11 proceso_id=14 posicion=81 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:05:02 contador_llamada=1 comienzo_atencion=2022-10-21 08:05:12 fin_atencion=2022-10-21 08:19:18 estado=finalizado updated_by=44 ', b'0'),
(2778, '2022-10-21 08:19:20', 44, 'UPDATE', '', 'id=407 cola_id=11 proceso_id=29 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:19:20 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2779, '2022-10-21 08:19:40', 44, 'UPDATE', '', 'id=407 cola_id=11 proceso_id=29 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:19:20 contador_llamada=1 comienzo_atencion=2022-10-21 08:19:40 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2780, '2022-10-21 08:22:42', 42, 'UPDATE', '', 'id=406 cola_id=11 proceso_id=15 posicion=73 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:18:49 contador_llamada=1 comienzo_atencion=2022-10-21 08:19:07 fin_atencion=2022-10-21 08:22:42 estado=finalizado updated_by=42 ', b'0'),
(2781, '2022-10-21 08:22:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 prioritario=1 posicion=15 estado=generado id=408 ', b'0'),
(2782, '2022-10-21 08:25:58', 44, 'UPDATE', '', 'id=407 cola_id=11 proceso_id=29 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:19:20 contador_llamada=1 comienzo_atencion=2022-10-21 08:19:40 fin_atencion=2022-10-21 08:25:58 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2783, '2022-10-21 08:26:00', 44, 'UPDATE', '', 'id=408 cola_id=11 proceso_id=33 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:26:00 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2784, '2022-10-21 08:26:14', 44, 'UPDATE', '', 'id=408 cola_id=11 proceso_id=33 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:26:00 contador_llamada=1 comienzo_atencion=2022-10-21 08:26:14 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2785, '2022-10-21 08:28:03', 44, 'UPDATE', '', 'id=408 cola_id=11 proceso_id=33 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:26:00 contador_llamada=1 comienzo_atencion=2022-10-21 08:26:14 fin_atencion=2022-10-21 08:28:03 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2786, '2022-10-21 08:29:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=30 estado=generado id=409 ', b'0'),
(2787, '2022-10-21 08:30:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=10 estado=generado id=410 ', b'0'),
(2788, '2022-10-21 08:32:15', 44, 'UPDATE', '', 'id=409 cola_id=11 proceso_id=27 posicion=30 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:32:15 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2789, '2022-10-21 08:35:04', 44, 'UPDATE', '', 'id=409 cola_id=11 proceso_id=27 posicion=30 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:32:15 contador_llamada=1 comienzo_atencion=2022-10-21 08:35:04 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2790, '2022-10-21 08:35:08', 44, 'UPDATE', '', 'id=409 cola_id=11 proceso_id=27 posicion=30 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:32:15 contador_llamada=1 comienzo_atencion=2022-10-21 08:35:04 fin_atencion=2022-10-21 08:35:08 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2791, '2022-10-21 08:36:40', 44, 'UPDATE', '', 'id=410 cola_id=11 proceso_id=17 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:36:40 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2792, '2022-10-21 08:36:51', 44, 'UPDATE', '', 'id=410 cola_id=11 proceso_id=17 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:36:40 contador_llamada=1 comienzo_atencion=2022-10-21 08:36:51 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2793, '2022-10-21 08:37:14', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=30 estado=generado id=411 ', b'0'),
(2794, '2022-10-21 08:37:57', 42, 'UPDATE', '', 'id=411 cola_id=11 proceso_id=24 posicion=30 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:37:57 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2795, '2022-10-21 08:40:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=74 estado=generado id=412 ', b'0'),
(2796, '2022-10-21 08:40:50', 42, 'UPDATE', '', 'id=412 cola_id=11 proceso_id=15 posicion=74 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:40:50 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2797, '2022-10-21 08:41:09', 42, 'UPDATE', '', 'id=412 cola_id=11 proceso_id=15 posicion=74 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:40:50 contador_llamada=1 comienzo_atencion=2022-10-21 08:41:09 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2798, '2022-10-21 08:41:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 prioritario=1 posicion=16 estado=generado id=413 ', b'0'),
(2799, '2022-10-21 08:42:13', 44, 'UPDATE', '', 'id=410 cola_id=11 proceso_id=17 posicion=10 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:36:40 contador_llamada=1 comienzo_atencion=2022-10-21 08:36:51 fin_atencion=2022-10-21 08:42:13 estado=finalizado updated_by=44 ', b'0'),
(2800, '2022-10-21 08:42:15', 44, 'UPDATE', '', 'id=413 cola_id=11 proceso_id=33 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:42:14 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2801, '2022-10-21 08:43:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=24 estado=generado id=414 ', b'0'),
(2802, '2022-10-21 08:44:14', 44, 'UPDATE', '', 'id=413 cola_id=11 proceso_id=33 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:44:14 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2803, '2022-10-21 08:44:16', 44, 'UPDATE', '', 'id=413 cola_id=11 proceso_id=33 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:44:14 contador_llamada=2 comienzo_atencion=2022-10-21 08:44:16 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2804, '2022-10-21 08:44:27', 44, 'UPDATE', '', 'id=413 cola_id=11 proceso_id=33 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:44:14 contador_llamada=2 comienzo_atencion=2022-10-21 08:44:16 fin_atencion=2022-10-21 08:44:27 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2805, '2022-10-21 08:44:29', 44, 'UPDATE', '', 'id=414 cola_id=11 proceso_id=32 posicion=24 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-21 08:44:29 estado=atendiendo ', b'0'),
(2806, '2022-10-21 08:44:32', 44, 'UPDATE', '', 'id=414 cola_id=11 proceso_id=32 posicion=24 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:44:32 contador_llamada=1 comienzo_atencion=2022-10-21 08:44:29 estado=generado llamado=1 updated_by=44 ', b'0'),
(2807, '2022-10-21 08:44:34', 44, 'UPDATE', '', 'id=414 cola_id=11 proceso_id=32 posicion=24 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:44:34 contador_llamada=2 comienzo_atencion=2022-10-21 08:44:29 estado=generado llamado=1 updated_by=44 ', b'0'),
(2808, '2022-10-21 08:44:48', 44, 'UPDATE', '', 'id=414 cola_id=11 proceso_id=32 posicion=24 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:44:34 contador_llamada=2 comienzo_atencion=2022-10-21 08:44:48 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2809, '2022-10-21 08:45:57', 42, 'UPDATE', '', 'id=412 cola_id=11 proceso_id=15 posicion=74 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:40:50 contador_llamada=1 comienzo_atencion=2022-10-21 08:41:09 fin_atencion=2022-10-21 08:45:57 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(2810, '2022-10-21 08:45:59', 42, 'UPDATE', '', 'id=411 cola_id=11 proceso_id=24 posicion=30 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:45:59 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2811, '2022-10-21 08:46:49', 42, 'UPDATE', '', 'id=411 cola_id=11 proceso_id=24 posicion=30 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:45:59 contador_llamada=2 comienzo_atencion=2022-10-21 08:46:49 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2812, '2022-10-21 08:50:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=39 estado=generado id=415 ', b'0'),
(2813, '2022-10-21 08:50:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=25 estado=generado id=416 ', b'0'),
(2814, '2022-10-21 08:52:02', 42, 'UPDATE', '', 'id=411 cola_id=11 proceso_id=24 posicion=30 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:45:59 contador_llamada=2 comienzo_atencion=2022-10-21 08:46:49 fin_atencion=2022-10-21 08:52:02 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2815, '2022-10-21 08:52:05', 42, 'UPDATE', '', 'id=415 cola_id=11 proceso_id=25 posicion=39 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:52:05 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2816, '2022-10-21 08:52:24', 42, 'UPDATE', '', 'id=415 cola_id=11 proceso_id=25 posicion=39 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:52:05 contador_llamada=1 comienzo_atencion=2022-10-21 08:52:24 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2817, '2022-10-21 08:53:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=40 estado=generado id=417 ', b'0'),
(2818, '2022-10-21 08:54:09', 42, 'UPDATE', '', 'id=415 cola_id=11 proceso_id=25 posicion=39 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:52:05 contador_llamada=1 comienzo_atencion=2022-10-21 08:52:24 fin_atencion=2022-10-21 08:54:09 calificacion=4 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2819, '2022-10-21 08:54:11', 42, 'UPDATE', '', 'id=416 cola_id=11 proceso_id=32 posicion=25 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:54:10 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2820, '2022-10-21 08:54:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=31 estado=generado id=418 ', b'0'),
(2821, '2022-10-21 08:55:07', 42, 'UPDATE', '', 'id=416 cola_id=11 proceso_id=32 posicion=25 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:54:10 contador_llamada=1 comienzo_atencion=2022-10-21 08:55:06 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2822, '2022-10-21 08:58:43', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 prioritario=1 posicion=33 estado=generado id=419 ', b'0'),
(2823, '2022-10-21 09:00:37', 42, 'UPDATE', '', 'id=416 cola_id=11 proceso_id=32 posicion=25 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 08:54:10 contador_llamada=1 comienzo_atencion=2022-10-21 08:55:06 fin_atencion=2022-10-21 09:00:37 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2824, '2022-10-21 09:02:42', 42, 'UPDATE', '', 'id=419 cola_id=11 proceso_id=23 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:02:42 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2825, '2022-10-21 09:02:59', 42, 'UPDATE', '', 'id=419 cola_id=11 proceso_id=23 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:02:59 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2826, '2022-10-21 09:03:33', 42, 'UPDATE', '', 'id=419 cola_id=11 proceso_id=23 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:02:59 contador_llamada=2 comienzo_atencion=2022-10-21 09:03:33 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2827, '2022-10-21 09:04:17', 42, 'UPDATE', '', 'id=419 cola_id=11 proceso_id=23 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:02:59 contador_llamada=2 comienzo_atencion=2022-10-21 09:03:33 fin_atencion=2022-10-21 09:04:17 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2828, '2022-10-21 09:04:19', 42, 'UPDATE', '', 'id=417 cola_id=11 proceso_id=25 posicion=40 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:04:19 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2829, '2022-10-21 09:04:34', 42, 'UPDATE', '', 'id=417 cola_id=11 proceso_id=25 posicion=40 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:04:19 contador_llamada=1 comienzo_atencion=2022-10-21 09:04:34 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2830, '2022-10-21 09:06:12', 44, 'UPDATE', '', 'id=414 cola_id=11 proceso_id=32 posicion=24 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 08:44:34 contador_llamada=2 comienzo_atencion=2022-10-21 08:44:48 fin_atencion=2022-10-21 09:06:12 estado=finalizado updated_by=44 ', b'0'),
(2831, '2022-10-21 09:06:17', 44, 'UPDATE', '', 'id=418 cola_id=11 proceso_id=24 posicion=31 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:06:17 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2832, '2022-10-21 09:07:05', 44, 'UPDATE', '', 'id=418 cola_id=11 proceso_id=24 posicion=31 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:06:17 contador_llamada=1 comienzo_atencion=2022-10-21 09:07:05 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2833, '2022-10-21 09:07:08', 44, 'UPDATE', '', 'id=418 cola_id=11 proceso_id=24 posicion=31 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:06:17 contador_llamada=1 comienzo_atencion=2022-10-21 09:07:05 fin_atencion=2022-10-21 09:07:08 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2834, '2022-10-21 09:07:34', 42, 'UPDATE', '', 'id=417 cola_id=11 proceso_id=25 posicion=40 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:04:19 contador_llamada=1 comienzo_atencion=2022-10-21 09:04:34 fin_atencion=2022-10-21 09:07:34 estado=finalizado updated_by=42 ', b'0'),
(2835, '2022-10-21 09:08:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=75 estado=generado id=420 ', b'0'),
(2836, '2022-10-21 09:09:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=41 estado=generado id=421 ', b'0'),
(2837, '2022-10-21 09:11:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=34 estado=generado id=422 ', b'0'),
(2838, '2022-10-21 09:11:34', 42, 'UPDATE', '', 'id=420 cola_id=11 proceso_id=15 posicion=75 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:11:34 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2839, '2022-10-21 09:12:02', 42, 'UPDATE', '', 'id=420 cola_id=11 proceso_id=15 posicion=75 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:11:34 contador_llamada=1 comienzo_atencion=2022-10-21 09:12:02 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2840, '2022-10-21 09:13:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=32 estado=generado id=423 ', b'0'),
(2841, '2022-10-21 09:15:14', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=82 estado=generado id=424 ', b'0'),
(2842, '2022-10-21 09:16:29', 44, 'UPDATE', '', 'id=421 cola_id=11 proceso_id=25 posicion=41 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:16:29 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2843, '2022-10-21 09:16:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=17 estado=generado id=425 ', b'0'),
(2844, '2022-10-21 09:17:17', 44, 'UPDATE', '', 'id=421 cola_id=11 proceso_id=25 posicion=41 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:16:29 contador_llamada=1 comienzo_atencion=2022-10-21 09:17:17 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2845, '2022-10-21 09:18:25', 42, 'UPDATE', '', 'id=420 cola_id=11 proceso_id=15 posicion=75 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:11:34 contador_llamada=1 comienzo_atencion=2022-10-21 09:12:02 fin_atencion=2022-10-21 09:18:25 estado=finalizado updated_by=42 ', b'0'),
(2846, '2022-10-21 09:19:26', 42, 'UPDATE', '', 'id=422 cola_id=11 proceso_id=23 posicion=34 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:19:26 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2847, '2022-10-21 09:19:43', 42, 'UPDATE', '', 'id=422 cola_id=11 proceso_id=23 posicion=34 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:19:26 contador_llamada=1 comienzo_atencion=2022-10-21 09:19:43 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2848, '2022-10-21 09:20:21', 44, 'UPDATE', '', 'id=421 cola_id=11 proceso_id=25 posicion=41 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:16:29 contador_llamada=1 comienzo_atencion=2022-10-21 09:17:17 fin_atencion=2022-10-21 09:20:21 estado=finalizado updated_by=44 ', b'0'),
(2849, '2022-10-21 09:22:12', 44, 'UPDATE', '', 'id=423 cola_id=11 proceso_id=24 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:22:12 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2850, '2022-10-21 09:22:26', 44, 'UPDATE', '', 'id=423 cola_id=11 proceso_id=24 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:22:12 contador_llamada=1 comienzo_atencion=2022-10-21 09:22:26 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2851, '2022-10-21 09:22:31', 44, 'UPDATE', '', 'id=423 cola_id=11 proceso_id=24 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:22:12 contador_llamada=1 comienzo_atencion=2022-10-21 09:22:26 fin_atencion=2022-10-21 09:22:31 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2852, '2022-10-21 09:26:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=42 estado=generado id=426 ', b'0'),
(2853, '2022-10-21 09:27:21', 0, 'CREATE', '', 'cola_id=11 proceso_id=16 prioritario=1 posicion=3 estado=generado id=427 ', b'0'),
(2854, '2022-10-21 09:27:44', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=83 estado=generado id=428 ', b'0'),
(2855, '2022-10-21 09:27:52', 44, 'UPDATE', '', 'id=427 cola_id=11 proceso_id=16 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:27:52 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2856, '2022-10-21 09:29:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=35 estado=generado id=429 ', b'0'),
(2857, '2022-10-21 09:29:27', 42, 'UPDATE', '', 'id=422 cola_id=11 proceso_id=23 posicion=34 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:19:26 contador_llamada=1 comienzo_atencion=2022-10-21 09:19:43 fin_atencion=2022-10-21 09:29:27 estado=finalizado updated_by=42 ', b'0'),
(2858, '2022-10-21 09:29:30', 42, 'UPDATE', '', 'id=424 cola_id=11 proceso_id=14 posicion=82 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:29:30 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2859, '2022-10-21 09:29:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=84 estado=generado id=430 ', b'0'),
(2860, '2022-10-21 09:29:48', 42, 'UPDATE', '', 'id=424 cola_id=11 proceso_id=14 posicion=82 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:29:48 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2861, '2022-10-21 09:30:04', 42, 'UPDATE', '', 'id=424 cola_id=11 proceso_id=14 posicion=82 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:30:04 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(2862, '2022-10-21 09:30:39', 42, 'UPDATE', '', 'id=424 cola_id=11 proceso_id=14 posicion=82 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:30:04 contador_llamada=3 comienzo_atencion=2022-10-21 09:30:39 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2863, '2022-10-21 09:33:01', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=76 estado=generado id=431 ', b'0'),
(2864, '2022-10-21 09:35:02', 42, 'UPDATE', '', 'id=424 cola_id=11 proceso_id=14 posicion=82 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:30:04 contador_llamada=3 comienzo_atencion=2022-10-21 09:30:39 fin_atencion=2022-10-21 09:35:02 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2865, '2022-10-21 09:35:06', 42, 'UPDATE', '', 'id=431 cola_id=11 proceso_id=15 posicion=76 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:35:06 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2866, '2022-10-21 09:35:29', 42, 'UPDATE', '', 'id=431 cola_id=11 proceso_id=15 posicion=76 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:35:06 contador_llamada=1 comienzo_atencion=2022-10-21 09:35:29 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2867, '2022-10-21 09:37:06', 44, 'UPDATE', '', 'id=427 cola_id=11 proceso_id=16 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:27:52 contador_llamada=1 comienzo_atencion=2022-10-21 09:37:06 prioritario=1 estado=atendiendo updated_by=44 ', b'0'),
(2868, '2022-10-21 09:37:10', 44, 'UPDATE', '', 'id=427 cola_id=11 proceso_id=16 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:27:52 contador_llamada=1 comienzo_atencion=2022-10-21 09:37:06 fin_atencion=2022-10-21 09:37:10 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(2869, '2022-10-21 09:37:12', 44, 'UPDATE', '', 'id=425 cola_id=11 proceso_id=33 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:37:12 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2870, '2022-10-21 09:37:33', 44, 'UPDATE', '', 'id=425 cola_id=11 proceso_id=33 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:37:12 contador_llamada=1 comienzo_atencion=2022-10-21 09:37:33 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2871, '2022-10-21 09:40:37', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=77 estado=generado id=432 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(2872, '2022-10-21 09:44:01', 44, 'UPDATE', '', 'id=425 cola_id=11 proceso_id=33 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:37:12 contador_llamada=1 comienzo_atencion=2022-10-21 09:37:33 fin_atencion=2022-10-21 09:44:01 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2873, '2022-10-21 09:44:03', 44, 'UPDATE', '', 'id=426 cola_id=11 proceso_id=25 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:44:03 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2874, '2022-10-21 09:44:17', 44, 'UPDATE', '', 'id=426 cola_id=11 proceso_id=25 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:44:03 contador_llamada=1 comienzo_atencion=2022-10-21 09:44:17 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2875, '2022-10-21 09:44:23', 44, 'UPDATE', '', 'id=426 cola_id=11 proceso_id=25 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:44:03 contador_llamada=1 comienzo_atencion=2022-10-21 09:44:17 fin_atencion=2022-10-21 09:44:23 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2876, '2022-10-21 09:44:42', 44, 'UPDATE', '', 'id=428 cola_id=11 proceso_id=14 posicion=83 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:44:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2877, '2022-10-21 09:45:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=31 estado=generado id=433 ', b'0'),
(2878, '2022-10-21 09:46:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=32 estado=generado id=434 ', b'0'),
(2879, '2022-10-21 09:51:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=33 estado=generado id=435 ', b'0'),
(2880, '2022-10-21 09:55:11', 42, 'UPDATE', '', 'id=431 cola_id=11 proceso_id=15 posicion=76 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 09:35:06 contador_llamada=1 comienzo_atencion=2022-10-21 09:35:29 fin_atencion=2022-10-21 09:55:11 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(2881, '2022-10-21 09:55:54', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=43 estado=generado id=436 ', b'0'),
(2882, '2022-10-21 09:56:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=36 estado=generado id=437 ', b'0'),
(2883, '2022-10-21 09:59:45', 44, 'UPDATE', '', 'id=433 cola_id=11 proceso_id=27 posicion=31 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:59:45 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2884, '2022-10-21 09:59:57', 44, 'UPDATE', '', 'id=433 cola_id=11 proceso_id=27 posicion=31 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:59:45 contador_llamada=1 comienzo_atencion=2022-10-21 09:59:57 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2885, '2022-10-21 10:00:00', 44, 'UPDATE', '', 'id=433 cola_id=11 proceso_id=27 posicion=31 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:59:45 contador_llamada=1 comienzo_atencion=2022-10-21 09:59:57 fin_atencion=2022-10-21 10:00:00 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2886, '2022-10-21 10:00:30', 44, 'UPDATE', '', 'id=434 cola_id=11 proceso_id=27 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:00:30 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2887, '2022-10-21 10:00:46', 44, 'UPDATE', '', 'id=434 cola_id=11 proceso_id=27 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:00:30 contador_llamada=1 comienzo_atencion=2022-10-21 10:00:46 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2888, '2022-10-21 10:00:50', 44, 'UPDATE', '', 'id=434 cola_id=11 proceso_id=27 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:00:30 contador_llamada=1 comienzo_atencion=2022-10-21 10:00:46 fin_atencion=2022-10-21 10:00:50 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2889, '2022-10-21 10:01:11', 44, 'UPDATE', '', 'id=435 cola_id=11 proceso_id=27 posicion=33 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:01:11 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2890, '2022-10-21 10:01:24', 44, 'UPDATE', '', 'id=435 cola_id=11 proceso_id=27 posicion=33 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:01:11 contador_llamada=1 comienzo_atencion=2022-10-21 10:01:24 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2891, '2022-10-21 10:01:31', 44, 'UPDATE', '', 'id=435 cola_id=11 proceso_id=27 posicion=33 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:01:11 contador_llamada=1 comienzo_atencion=2022-10-21 10:01:24 fin_atencion=2022-10-21 10:01:31 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2892, '2022-10-21 10:03:01', 44, 'UPDATE', '', 'id=436 cola_id=11 proceso_id=25 posicion=43 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:03:01 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2893, '2022-10-21 10:03:21', 44, 'UPDATE', '', 'id=436 cola_id=11 proceso_id=25 posicion=43 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:03:01 contador_llamada=1 comienzo_atencion=2022-10-21 10:03:21 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2894, '2022-10-21 10:03:27', 44, 'UPDATE', '', 'id=436 cola_id=11 proceso_id=25 posicion=43 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:03:01 contador_llamada=1 comienzo_atencion=2022-10-21 10:03:21 fin_atencion=2022-10-21 10:03:27 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2895, '2022-10-21 10:03:29', 44, 'UPDATE', '', 'id=428 cola_id=11 proceso_id=14 posicion=83 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:44:42 contador_llamada=1 comienzo_atencion=2022-10-21 10:03:29 estado=atendiendo updated_by=44 ', b'0'),
(2896, '2022-10-21 10:03:33', 44, 'UPDATE', '', 'id=428 cola_id=11 proceso_id=14 posicion=83 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 09:44:42 contador_llamada=1 comienzo_atencion=2022-10-21 10:03:29 fin_atencion=2022-10-21 10:03:33 estado=finalizado updated_by=44 ', b'0'),
(2897, '2022-10-21 10:03:43', 42, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:03:43 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2898, '2022-10-21 10:03:58', 42, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:03:43 contador_llamada=1 comienzo_atencion=2022-10-21 10:03:57 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2899, '2022-10-21 10:06:24', 42, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:06:24 contador_llamada=2 comienzo_atencion=2022-10-21 10:03:57 estado=generado llamado=1 updated_by=42 ', b'0'),
(2900, '2022-10-21 10:06:45', 42, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 operador_id=42 momento_llamada=2022-10-21 10:06:24 contador_llamada=2 comienzo_atencion=2022-10-21 10:03:57 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2901, '2022-10-21 10:06:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=44 estado=generado id=438 ', b'0'),
(2902, '2022-10-21 10:06:59', 42, 'UPDATE', '', 'id=430 cola_id=11 proceso_id=14 posicion=84 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:06:59 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2903, '2022-10-21 10:08:04', 44, 'UPDATE', '', 'id=432 cola_id=11 proceso_id=15 posicion=77 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:08:04 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2904, '2022-10-21 10:08:32', 44, 'UPDATE', '', 'id=432 cola_id=11 proceso_id=15 posicion=77 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:08:04 contador_llamada=1 comienzo_atencion=2022-10-21 10:08:32 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2905, '2022-10-21 10:08:38', 44, 'UPDATE', '', 'id=432 cola_id=11 proceso_id=15 posicion=77 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:08:04 contador_llamada=1 comienzo_atencion=2022-10-21 10:08:32 fin_atencion=2022-10-21 10:08:38 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2906, '2022-10-21 10:08:51', 42, 'UPDATE', '', 'id=430 cola_id=11 proceso_id=14 posicion=84 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:08:51 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2907, '2022-10-21 10:09:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 prioritario=1 posicion=37 estado=generado id=439 ', b'0'),
(2908, '2022-10-21 10:09:13', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=78 estado=generado id=440 ', b'0'),
(2909, '2022-10-21 10:09:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=79 estado=generado id=441 ', b'0'),
(2910, '2022-10-21 10:09:39', 42, 'UPDATE', '', 'id=439 cola_id=11 proceso_id=23 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:09:39 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2911, '2022-10-21 10:09:55', 42, 'UPDATE', '', 'id=439 cola_id=11 proceso_id=23 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:09:55 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2912, '2022-10-21 10:10:15', 42, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:10:15 contador_llamada=3 comienzo_atencion=2022-10-21 10:03:57 estado=generado llamado=1 updated_by=42 ', b'0'),
(2913, '2022-10-21 10:13:01', 44, 'UPDATE', '', 'id=441 cola_id=11 proceso_id=15 posicion=79 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:13:01 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2914, '2022-10-21 10:13:12', 44, 'UPDATE', '', 'id=441 cola_id=11 proceso_id=15 posicion=79 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:13:01 contador_llamada=1 comienzo_atencion=2022-10-21 10:13:12 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2915, '2022-10-21 10:13:21', 41, 'UPDATE', '', 'id=440 cola_id=11 proceso_id=15 posicion=78 modulo_id=14 operador_id=41 momento_llamada=2022-10-21 10:13:21 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(2916, '2022-10-21 10:13:33', 41, 'UPDATE', '', 'id=440 cola_id=11 proceso_id=15 posicion=78 modulo_id=14 operador_id=41 momento_llamada=2022-10-21 10:13:21 contador_llamada=1 comienzo_atencion=2022-10-21 10:13:33 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(2917, '2022-10-21 10:14:29', 41, 'UPDATE', '', 'id=440 cola_id=11 proceso_id=15 posicion=78 modulo_id=14 operador_id=41 momento_llamada=2022-10-21 10:13:21 contador_llamada=1 comienzo_atencion=2022-10-21 10:13:33 fin_atencion=2022-10-21 10:14:29 calificacion=4 estado=finalizado llamado=1 updated_by=41 ', b'0'),
(2918, '2022-10-21 10:20:36', 42, 'UPDATE', '', 'id=439 cola_id=11 proceso_id=23 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:20:36 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2919, '2022-10-21 10:20:43', 44, 'UPDATE', '', 'id=441 cola_id=11 proceso_id=15 posicion=79 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:13:01 contador_llamada=1 comienzo_atencion=2022-10-21 10:13:12 fin_atencion=2022-10-21 10:20:43 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(2920, '2022-10-21 10:20:44', 44, 'UPDATE', '', 'id=437 cola_id=11 proceso_id=23 posicion=36 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:20:44 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2921, '2022-10-21 10:21:34', 44, 'UPDATE', '', 'id=437 cola_id=11 proceso_id=23 posicion=36 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:20:44 contador_llamada=1 comienzo_atencion=2022-10-21 10:21:34 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2922, '2022-10-21 10:21:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=38 estado=generado id=442 ', b'0'),
(2923, '2022-10-21 10:21:42', 42, 'UPDATE', '', 'id=439 cola_id=11 proceso_id=23 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:20:36 contador_llamada=3 comienzo_atencion=2022-10-21 10:21:42 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(2924, '2022-10-21 10:21:49', 42, 'UPDATE', '', 'id=439 cola_id=11 proceso_id=23 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:20:36 contador_llamada=3 comienzo_atencion=2022-10-21 10:21:42 fin_atencion=2022-10-21 10:21:49 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(2925, '2022-10-21 10:21:53', 42, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:21:53 contador_llamada=4 comienzo_atencion=2022-10-21 10:03:57 estado=generado llamado=1 updated_by=42 ', b'0'),
(2926, '2022-10-21 10:22:28', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=34 estado=generado id=443 ', b'0'),
(2927, '2022-10-21 10:22:49', 42, 'UPDATE', '', 'id=443 cola_id=11 proceso_id=27 posicion=34 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:22:49 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2928, '2022-10-21 10:25:49', 42, 'UPDATE', '', 'id=443 cola_id=11 proceso_id=27 posicion=34 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:22:49 contador_llamada=1 comienzo_atencion=2022-10-21 10:25:49 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2929, '2022-10-21 10:25:53', 42, 'UPDATE', '', 'id=443 cola_id=11 proceso_id=27 posicion=34 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:22:49 contador_llamada=1 comienzo_atencion=2022-10-21 10:25:49 fin_atencion=2022-10-21 10:25:53 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(2930, '2022-10-21 10:26:44', 42, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:26:44 contador_llamada=5 comienzo_atencion=2022-10-21 10:03:57 estado=generado llamado=1 updated_by=42 ', b'0'),
(2931, '2022-10-21 10:26:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=80 estado=generado id=444 ', b'0'),
(2932, '2022-10-21 10:26:53', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=33 estado=generado id=445 ', b'0'),
(2933, '2022-10-21 10:27:28', 42, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 operador_id=42 momento_llamada=2022-10-21 10:26:44 contador_llamada=5 comienzo_atencion=2022-10-21 10:03:57 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2934, '2022-10-21 10:27:32', 42, 'UPDATE', '', 'id=430 cola_id=11 proceso_id=14 posicion=84 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:27:32 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(2935, '2022-10-21 10:27:46', 42, 'UPDATE', '', 'id=430 cola_id=11 proceso_id=14 posicion=84 operador_id=42 momento_llamada=2022-10-21 10:27:32 contador_llamada=3 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2936, '2022-10-21 10:27:47', 44, 'UPDATE', '', 'id=437 cola_id=11 proceso_id=23 posicion=36 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:20:44 contador_llamada=1 comienzo_atencion=2022-10-21 10:21:34 fin_atencion=2022-10-21 10:27:47 estado=finalizado updated_by=44 ', b'0'),
(2937, '2022-10-21 10:27:48', 42, 'UPDATE', '', 'id=438 cola_id=11 proceso_id=25 posicion=44 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:27:48 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2938, '2022-10-21 10:28:07', 42, 'UPDATE', '', 'id=438 cola_id=11 proceso_id=25 posicion=44 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:27:48 contador_llamada=1 comienzo_atencion=2022-10-21 10:28:07 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2939, '2022-10-21 10:28:55', 44, 'UPDATE', '', 'id=442 cola_id=11 proceso_id=23 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:28:55 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2940, '2022-10-21 10:29:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=81 estado=generado id=446 ', b'0'),
(2941, '2022-10-21 10:33:22', 44, 'UPDATE', '', 'id=446 cola_id=11 proceso_id=15 posicion=81 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:33:22 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2942, '2022-10-21 10:33:47', 44, 'UPDATE', '', 'id=446 cola_id=11 proceso_id=15 posicion=81 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:33:22 contador_llamada=1 comienzo_atencion=2022-10-21 10:33:47 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2943, '2022-10-21 10:35:52', 42, 'UPDATE', '', 'id=438 cola_id=11 proceso_id=25 posicion=44 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:27:48 contador_llamada=1 comienzo_atencion=2022-10-21 10:28:07 fin_atencion=2022-10-21 10:35:52 estado=finalizado updated_by=42 ', b'0'),
(2944, '2022-10-21 10:35:54', 42, 'UPDATE', '', 'id=444 cola_id=11 proceso_id=15 posicion=80 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:35:54 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2945, '2022-10-21 10:36:12', 42, 'UPDATE', '', 'id=444 cola_id=11 proceso_id=15 posicion=80 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:36:12 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(2946, '2022-10-21 10:37:49', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=11 estado=generado id=447 ', b'0'),
(2947, '2022-10-21 10:38:12', 42, 'UPDATE', '', 'id=444 cola_id=11 proceso_id=15 posicion=80 operador_id=42 momento_llamada=2022-10-21 10:36:12 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2948, '2022-10-21 10:38:13', 42, 'UPDATE', '', 'id=445 cola_id=11 proceso_id=24 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:38:13 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2949, '2022-10-21 10:38:36', 44, 'UPDATE', '', 'id=446 cola_id=11 proceso_id=15 posicion=81 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:33:22 contador_llamada=1 comienzo_atencion=2022-10-21 10:33:47 fin_atencion=2022-10-21 10:38:36 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(2950, '2022-10-21 10:38:38', 44, 'UPDATE', '', 'id=442 cola_id=11 proceso_id=23 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:38:38 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2951, '2022-10-21 10:38:59', 44, 'UPDATE', '', 'id=442 cola_id=11 proceso_id=23 posicion=38 operador_id=44 momento_llamada=2022-10-21 10:38:38 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2952, '2022-10-21 10:39:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=45 estado=generado id=448 ', b'0'),
(2953, '2022-10-21 10:39:05', 44, 'UPDATE', '', 'id=447 cola_id=11 proceso_id=17 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:39:05 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2954, '2022-10-21 10:39:20', 44, 'UPDATE', '', 'id=447 cola_id=11 proceso_id=17 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:39:20 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2955, '2022-10-21 10:39:42', 44, 'UPDATE', '', 'id=447 cola_id=11 proceso_id=17 posicion=11 operador_id=44 momento_llamada=2022-10-21 10:39:20 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2956, '2022-10-21 10:39:44', 44, 'UPDATE', '', 'id=448 cola_id=11 proceso_id=25 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:39:44 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2957, '2022-10-21 10:40:09', 44, 'UPDATE', '', 'id=448 cola_id=11 proceso_id=25 posicion=45 operador_id=44 momento_llamada=2022-10-21 10:39:44 contador_llamada=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2958, '2022-10-21 10:40:16', 44, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:40:16 contador_llamada=6 comienzo_atencion=2022-10-21 10:03:57 estado=generado llamado=1 updated_by=44 ', b'0'),
(2959, '2022-10-21 10:41:19', 44, 'UPDATE', '', 'id=430 cola_id=11 proceso_id=14 posicion=84 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:41:19 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(2960, '2022-10-21 10:41:26', 44, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 operador_id=44 momento_llamada=2022-10-21 10:40:16 contador_llamada=6 comienzo_atencion=2022-10-21 10:03:57 estado=desplazado updated_by=44 ', b'0'),
(2961, '2022-10-21 10:42:40', 44, 'UPDATE', '', 'id=430 cola_id=11 proceso_id=14 posicion=84 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 10:42:40 contador_llamada=5 estado=generado llamado=1 updated_by=44 ', b'0'),
(2962, '2022-10-21 10:42:55', 44, 'UPDATE', '', 'id=430 cola_id=11 proceso_id=14 posicion=84 operador_id=44 momento_llamada=2022-10-21 10:42:40 contador_llamada=5 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2963, '2022-10-21 10:42:56', 42, 'UPDATE', '', 'id=445 cola_id=11 proceso_id=24 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:38:13 contador_llamada=1 comienzo_atencion=2022-10-21 10:42:56 estado=atendiendo updated_by=42 ', b'0'),
(2964, '2022-10-21 10:48:54', 42, 'UPDATE', '', 'id=445 cola_id=11 proceso_id=24 posicion=33 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:38:13 contador_llamada=1 comienzo_atencion=2022-10-21 10:42:56 fin_atencion=2022-10-21 10:48:54 estado=finalizado updated_by=42 ', b'0'),
(2965, '2022-10-21 10:49:31', 42, 'UPDATE', '', 'id=448 cola_id=11 proceso_id=25 posicion=45 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:39:44 contador_llamada=1 comienzo_atencion=2022-10-21 10:49:31 estado=atendiendo updated_by=44 ', b'0'),
(2966, '2022-10-21 10:50:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=35 estado=generado id=449 ', b'0'),
(2967, '2022-10-21 10:51:23', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=12 estado=generado id=450 ', b'0'),
(2968, '2022-10-21 10:51:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 prioritario=1 posicion=13 estado=generado id=451 ', b'0'),
(2969, '2022-10-21 10:52:49', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=36 estado=generado id=452 ', b'0'),
(2970, '2022-10-21 10:53:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=46 estado=generado id=453 ', b'0'),
(2971, '2022-10-21 10:53:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=14 estado=generado id=454 ', b'0'),
(2972, '2022-10-21 10:55:21', 42, 'UPDATE', '', 'id=448 cola_id=11 proceso_id=25 posicion=45 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:39:44 contador_llamada=1 comienzo_atencion=2022-10-21 10:49:31 fin_atencion=2022-10-21 10:55:21 estado=finalizado updated_by=44 ', b'0'),
(2973, '2022-10-21 10:55:53', 42, 'UPDATE', '', 'id=449 cola_id=11 proceso_id=27 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:55:53 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2974, '2022-10-21 10:56:32', 42, 'UPDATE', '', 'id=449 cola_id=11 proceso_id=27 posicion=35 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:56:32 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2975, '2022-10-21 10:56:45', 42, 'UPDATE', '', 'id=449 cola_id=11 proceso_id=27 posicion=35 operador_id=42 momento_llamada=2022-10-21 10:56:32 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2976, '2022-10-21 10:56:46', 42, 'UPDATE', '', 'id=451 cola_id=11 proceso_id=17 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:56:46 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2977, '2022-10-21 10:56:59', 42, 'UPDATE', '', 'id=451 cola_id=11 proceso_id=17 posicion=13 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:56:59 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2978, '2022-10-21 10:57:11', 42, 'UPDATE', '', 'id=451 cola_id=11 proceso_id=17 posicion=13 operador_id=42 momento_llamada=2022-10-21 10:56:59 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(2979, '2022-10-21 10:57:13', 42, 'UPDATE', '', 'id=452 cola_id=11 proceso_id=27 posicion=36 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:57:13 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(2980, '2022-10-21 10:58:19', 42, 'UPDATE', '', 'id=452 cola_id=11 proceso_id=27 posicion=36 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:57:13 contador_llamada=1 comienzo_atencion=2022-10-21 10:58:19 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2981, '2022-10-21 11:02:31', 44, 'UPDATE', '', 'id=450 cola_id=11 proceso_id=17 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:02:31 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2982, '2022-10-21 11:02:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=85 estado=generado id=455 ', b'0'),
(2983, '2022-10-21 11:02:47', 44, 'UPDATE', '', 'id=450 cola_id=11 proceso_id=17 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:02:31 contador_llamada=1 comienzo_atencion=2022-10-21 11:02:47 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2984, '2022-10-21 11:03:05', 44, 'UPDATE', '', 'id=450 cola_id=11 proceso_id=17 posicion=12 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:02:31 contador_llamada=1 comienzo_atencion=2022-10-21 11:02:47 fin_atencion=2022-10-21 11:03:05 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(2985, '2022-10-21 11:04:57', 42, 'UPDATE', '', 'id=452 cola_id=11 proceso_id=27 posicion=36 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 10:57:13 contador_llamada=1 comienzo_atencion=2022-10-21 10:58:19 fin_atencion=2022-10-21 11:04:57 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(2986, '2022-10-21 11:05:04', 42, 'UPDATE', '', 'id=447 cola_id=11 proceso_id=17 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:05:04 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(2987, '2022-10-21 11:05:20', 42, 'UPDATE', '', 'id=447 cola_id=11 proceso_id=17 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:05:04 contador_llamada=3 comienzo_atencion=2022-10-21 11:05:20 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(2988, '2022-10-21 11:06:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=39 estado=generado id=456 ', b'0'),
(2989, '2022-10-21 11:07:47', 44, 'UPDATE', '', 'id=453 cola_id=11 proceso_id=25 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:07:47 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2990, '2022-10-21 11:08:01', 44, 'UPDATE', '', 'id=453 cola_id=11 proceso_id=25 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:08:01 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2991, '2022-10-21 11:08:39', 44, 'UPDATE', '', 'id=453 cola_id=11 proceso_id=25 posicion=46 operador_id=44 momento_llamada=2022-10-21 11:08:01 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2992, '2022-10-21 11:08:42', 44, 'UPDATE', '', 'id=454 cola_id=11 proceso_id=17 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:08:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2993, '2022-10-21 11:08:59', 44, 'UPDATE', '', 'id=454 cola_id=11 proceso_id=17 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:08:59 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(2994, '2022-10-21 11:09:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=37 estado=generado id=457 ', b'0'),
(2995, '2022-10-21 11:09:32', 44, 'UPDATE', '', 'id=454 cola_id=11 proceso_id=17 posicion=14 operador_id=44 momento_llamada=2022-10-21 11:08:59 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(2996, '2022-10-21 11:09:34', 44, 'UPDATE', '', 'id=455 cola_id=11 proceso_id=14 posicion=85 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:09:34 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(2997, '2022-10-21 11:09:59', 44, 'UPDATE', '', 'id=455 cola_id=11 proceso_id=14 posicion=85 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:09:34 contador_llamada=1 comienzo_atencion=2022-10-21 11:09:59 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(2998, '2022-10-21 11:10:14', 44, 'UPDATE', '', 'id=455 cola_id=11 proceso_id=14 posicion=85 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:10:14 contador_llamada=2 comienzo_atencion=2022-10-21 11:09:59 estado=generado llamado=1 updated_by=44 ', b'0'),
(2999, '2022-10-21 11:10:16', 44, 'UPDATE', '', 'id=455 cola_id=11 proceso_id=14 posicion=85 operador_id=44 momento_llamada=2022-10-21 11:10:14 contador_llamada=2 comienzo_atencion=2022-10-21 11:09:59 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(3000, '2022-10-21 11:10:23', 44, 'UPDATE', '', 'id=456 cola_id=11 proceso_id=23 posicion=39 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:10:23 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3001, '2022-10-21 11:11:10', 44, 'UPDATE', '', 'id=456 cola_id=11 proceso_id=23 posicion=39 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:10:23 contador_llamada=1 comienzo_atencion=2022-10-21 11:11:10 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3002, '2022-10-21 11:11:16', 42, 'UPDATE', '', 'id=447 cola_id=11 proceso_id=17 posicion=11 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:05:04 contador_llamada=3 comienzo_atencion=2022-10-21 11:05:20 fin_atencion=2022-10-21 11:11:16 estado=finalizado updated_by=42 ', b'0'),
(3003, '2022-10-21 11:11:17', 42, 'UPDATE', '', 'id=457 cola_id=11 proceso_id=27 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:11:17 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3004, '2022-10-21 11:11:19', 44, 'UPDATE', '', 'id=456 cola_id=11 proceso_id=23 posicion=39 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:10:23 contador_llamada=1 comienzo_atencion=2022-10-21 11:11:10 fin_atencion=2022-10-21 11:11:19 estado=finalizado updated_by=44 ', b'0'),
(3005, '2022-10-21 11:11:29', 44, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:11:29 contador_llamada=7 comienzo_atencion=2022-10-21 10:03:57 estado=generado llamado=1 updated_by=44 ', b'0'),
(3006, '2022-10-21 11:11:39', 42, 'UPDATE', '', 'id=457 cola_id=11 proceso_id=27 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:11:17 contador_llamada=1 comienzo_atencion=2022-10-21 11:11:39 estado=atendiendo updated_by=42 ', b'0'),
(3007, '2022-10-21 11:11:57', 44, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:11:29 contador_llamada=7 comienzo_atencion=2022-10-21 11:11:57 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3008, '2022-10-21 11:12:05', 44, 'UPDATE', '', 'id=429 cola_id=11 proceso_id=23 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:11:29 contador_llamada=7 comienzo_atencion=2022-10-21 11:11:57 fin_atencion=2022-10-21 11:12:05 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3009, '2022-10-21 11:12:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=86 estado=generado id=458 ', b'0'),
(3010, '2022-10-21 11:12:11', 44, 'UPDATE', '', 'id=442 cola_id=11 proceso_id=23 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:12:11 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(3011, '2022-10-21 11:12:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=87 estado=generado id=459 ', b'0'),
(3012, '2022-10-21 11:12:20', 42, 'UPDATE', '', 'id=457 cola_id=11 proceso_id=27 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:12:20 contador_llamada=2 comienzo_atencion=2022-10-21 11:11:39 estado=generado llamado=1 updated_by=42 ', b'0'),
(3013, '2022-10-21 11:12:38', 44, 'UPDATE', '', 'id=459 cola_id=11 proceso_id=14 posicion=87 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:12:38 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3014, '2022-10-21 11:12:44', 42, 'UPDATE', '', 'id=457 cola_id=11 proceso_id=27 posicion=37 operador_id=42 momento_llamada=2022-10-21 11:12:20 contador_llamada=2 comienzo_atencion=2022-10-21 11:11:39 estado=desplazado updated_by=42 ', b'0'),
(3015, '2022-10-21 11:14:02', 44, 'UPDATE', '', 'id=459 cola_id=11 proceso_id=14 posicion=87 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:12:38 contador_llamada=1 comienzo_atencion=2022-10-21 11:14:02 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3016, '2022-10-21 11:14:13', 44, 'UPDATE', '', 'id=459 cola_id=11 proceso_id=14 posicion=87 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:12:38 contador_llamada=1 comienzo_atencion=2022-10-21 11:14:02 fin_atencion=2022-10-21 11:14:13 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3017, '2022-10-21 11:14:18', 44, 'UPDATE', '', 'id=430 cola_id=11 proceso_id=14 posicion=84 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:14:18 contador_llamada=6 estado=generado llamado=1 updated_by=44 ', b'0'),
(3018, '2022-10-21 11:14:34', 44, 'UPDATE', '', 'id=430 cola_id=11 proceso_id=14 posicion=84 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:14:18 contador_llamada=6 comienzo_atencion=2022-10-21 11:14:34 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3019, '2022-10-21 11:14:39', 44, 'UPDATE', '', 'id=430 cola_id=11 proceso_id=14 posicion=84 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:14:18 contador_llamada=6 comienzo_atencion=2022-10-21 11:14:34 fin_atencion=2022-10-21 11:14:39 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3020, '2022-10-21 11:14:44', 44, 'UPDATE', '', 'id=455 cola_id=11 proceso_id=14 posicion=85 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:14:44 contador_llamada=3 comienzo_atencion=2022-10-21 11:09:59 estado=generado llamado=1 updated_by=44 ', b'0'),
(3021, '2022-10-21 11:14:59', 44, 'UPDATE', '', 'id=442 cola_id=11 proceso_id=23 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:14:59 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(3022, '2022-10-21 11:14:59', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=88 estado=generado id=460 ', b'0'),
(3023, '2022-10-21 11:15:40', 44, 'UPDATE', '', 'id=442 cola_id=11 proceso_id=23 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:14:59 contador_llamada=4 comienzo_atencion=2022-10-21 11:15:40 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3024, '2022-10-21 11:15:52', 44, 'UPDATE', '', 'id=442 cola_id=11 proceso_id=23 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:14:59 contador_llamada=4 comienzo_atencion=2022-10-21 11:15:40 fin_atencion=2022-10-21 11:15:52 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3025, '2022-10-21 11:15:55', 44, 'UPDATE', '', 'id=455 cola_id=11 proceso_id=14 posicion=85 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:14:44 contador_llamada=3 comienzo_atencion=2022-10-21 11:15:55 estado=atendiendo updated_by=44 ', b'0'),
(3026, '2022-10-21 11:16:09', 42, 'UPDATE', '', 'id=458 cola_id=11 proceso_id=14 posicion=86 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:16:09 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3027, '2022-10-21 11:16:27', 42, 'UPDATE', '', 'id=458 cola_id=11 proceso_id=14 posicion=86 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:16:27 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(3028, '2022-10-21 11:16:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=18 estado=generado id=461 ', b'0'),
(3029, '2022-10-21 11:16:59', 42, 'UPDATE', '', 'id=458 cola_id=11 proceso_id=14 posicion=86 operador_id=42 momento_llamada=2022-10-21 11:16:27 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(3030, '2022-10-21 11:17:01', 42, 'UPDATE', '', 'id=460 cola_id=11 proceso_id=14 posicion=88 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:17:01 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3031, '2022-10-21 11:17:15', 42, 'UPDATE', '', 'id=460 cola_id=11 proceso_id=14 posicion=88 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:17:15 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(3032, '2022-10-21 11:17:33', 42, 'UPDATE', '', 'id=460 cola_id=11 proceso_id=14 posicion=88 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:17:33 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(3033, '2022-10-21 11:18:01', 42, 'UPDATE', '', 'id=460 cola_id=11 proceso_id=14 posicion=88 operador_id=42 momento_llamada=2022-10-21 11:17:33 contador_llamada=3 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(3034, '2022-10-21 11:18:04', 42, 'UPDATE', '', 'id=461 cola_id=11 proceso_id=33 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:18:04 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3035, '2022-10-21 11:18:11', 42, 'UPDATE', '', 'id=461 cola_id=11 proceso_id=33 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:18:04 contador_llamada=1 comienzo_atencion=2022-10-21 11:18:11 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3036, '2022-10-21 11:19:24', 42, 'UPDATE', '', 'id=461 cola_id=11 proceso_id=33 posicion=18 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:18:04 contador_llamada=1 comienzo_atencion=2022-10-21 11:18:11 fin_atencion=2022-10-21 11:19:24 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3037, '2022-10-21 11:19:53', 43, 'UPDATE', '', 'id=404 cola_id=11 proceso_id=33 posicion=14 modulo_id=22 operador_id=43 momento_llamada=2022-10-21 11:19:53 contador_llamada=2 comienzo_atencion=2022-10-20 16:33:08 prioritario=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(3038, '2022-10-21 11:25:30', 44, 'UPDATE', '', 'id=455 cola_id=11 proceso_id=14 posicion=85 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:14:44 contador_llamada=3 comienzo_atencion=2022-10-21 11:15:55 fin_atencion=2022-10-21 11:25:30 estado=finalizado updated_by=44 ', b'0'),
(3039, '2022-10-21 11:25:35', 44, 'UPDATE', '', 'id=444 cola_id=11 proceso_id=15 posicion=80 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:25:35 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(3040, '2022-10-21 11:25:40', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=89 estado=generado id=462 ', b'0'),
(3041, '2022-10-21 11:26:02', 44, 'UPDATE', '', 'id=444 cola_id=11 proceso_id=15 posicion=80 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:25:35 contador_llamada=3 comienzo_atencion=2022-10-21 11:26:02 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3042, '2022-10-21 11:26:08', 44, 'UPDATE', '', 'id=444 cola_id=11 proceso_id=15 posicion=80 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:25:35 contador_llamada=3 comienzo_atencion=2022-10-21 11:26:02 fin_atencion=2022-10-21 11:26:07 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3043, '2022-10-21 11:26:11', 44, 'UPDATE', '', 'id=449 cola_id=11 proceso_id=27 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:26:10 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3044, '2022-10-21 11:26:14', 42, 'UPDATE', '', 'id=457 cola_id=11 proceso_id=27 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:12:20 contador_llamada=2 comienzo_atencion=2022-10-21 11:26:14 estado=atendiendo updated_by=42 ', b'0'),
(3045, '2022-10-21 11:26:22', 44, 'UPDATE', '', 'id=449 cola_id=11 proceso_id=27 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:26:10 contador_llamada=3 comienzo_atencion=2022-10-21 11:26:22 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3046, '2022-10-21 11:26:26', 44, 'UPDATE', '', 'id=449 cola_id=11 proceso_id=27 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:26:10 contador_llamada=3 comienzo_atencion=2022-10-21 11:26:22 fin_atencion=2022-10-21 11:26:26 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3047, '2022-10-21 11:26:29', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=82 estado=generado id=463 ', b'0'),
(3048, '2022-10-21 11:26:33', 44, 'UPDATE', '', 'id=453 cola_id=11 proceso_id=25 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:26:33 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(3049, '2022-10-21 11:26:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=15 estado=generado id=464 ', b'0'),
(3050, '2022-10-21 11:26:46', 44, 'UPDATE', '', 'id=463 cola_id=11 proceso_id=15 posicion=82 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:26:46 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3051, '2022-10-21 11:27:04', 44, 'UPDATE', '', 'id=463 cola_id=11 proceso_id=15 posicion=82 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:27:04 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3052, '2022-10-21 11:27:07', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=34 estado=generado id=465 ', b'0'),
(3053, '2022-10-21 11:27:12', 44, 'UPDATE', '', 'id=463 cola_id=11 proceso_id=15 posicion=82 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:27:04 contador_llamada=2 comienzo_atencion=2022-10-21 11:27:12 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3054, '2022-10-21 11:27:20', 44, 'UPDATE', '', 'id=463 cola_id=11 proceso_id=15 posicion=82 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:27:04 contador_llamada=2 comienzo_atencion=2022-10-21 11:27:12 fin_atencion=2022-10-21 11:27:20 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3055, '2022-10-21 11:28:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=19 estado=generado id=466 ', b'0'),
(3056, '2022-10-21 11:28:34', 42, 'UPDATE', '', 'id=457 cola_id=11 proceso_id=27 posicion=37 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:12:20 contador_llamada=2 comienzo_atencion=2022-10-21 11:26:14 fin_atencion=2022-10-21 11:28:34 estado=finalizado updated_by=42 ', b'0'),
(3057, '2022-10-21 11:28:49', 42, 'UPDATE', '', 'id=462 cola_id=11 proceso_id=14 posicion=89 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:28:49 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3058, '2022-10-21 11:29:09', 44, 'UPDATE', '', 'id=453 cola_id=11 proceso_id=25 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:29:09 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(3059, '2022-10-21 11:29:21', 44, 'UPDATE', '', 'id=453 cola_id=11 proceso_id=25 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:29:09 contador_llamada=4 comienzo_atencion=2022-10-21 11:29:21 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3060, '2022-10-21 11:29:26', 44, 'UPDATE', '', 'id=453 cola_id=11 proceso_id=25 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:29:09 contador_llamada=4 comienzo_atencion=2022-10-21 11:29:21 fin_atencion=2022-10-21 11:29:26 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3061, '2022-10-21 11:29:29', 42, 'UPDATE', '', 'id=462 cola_id=11 proceso_id=14 posicion=89 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:28:49 contador_llamada=1 comienzo_atencion=2022-10-21 11:29:29 estado=atendiendo updated_by=42 ', b'0'),
(3062, '2022-10-21 11:29:31', 44, 'UPDATE', '', 'id=451 cola_id=11 proceso_id=17 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:29:31 contador_llamada=3 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3063, '2022-10-21 11:29:40', 44, 'UPDATE', '', 'id=451 cola_id=11 proceso_id=17 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:29:31 contador_llamada=3 comienzo_atencion=2022-10-21 11:29:40 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3064, '2022-10-21 11:29:45', 44, 'UPDATE', '', 'id=451 cola_id=11 proceso_id=17 posicion=13 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:29:31 contador_llamada=3 comienzo_atencion=2022-10-21 11:29:40 fin_atencion=2022-10-21 11:29:45 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3065, '2022-10-21 11:29:50', 44, 'UPDATE', '', 'id=458 cola_id=11 proceso_id=14 posicion=86 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:29:50 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(3066, '2022-10-21 11:30:01', 44, 'UPDATE', '', 'id=458 cola_id=11 proceso_id=14 posicion=86 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:29:50 contador_llamada=3 comienzo_atencion=2022-10-21 11:30:01 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3067, '2022-10-21 11:30:06', 44, 'UPDATE', '', 'id=458 cola_id=11 proceso_id=14 posicion=86 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:29:50 contador_llamada=3 comienzo_atencion=2022-10-21 11:30:01 fin_atencion=2022-10-21 11:30:06 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3068, '2022-10-21 11:30:10', 44, 'UPDATE', '', 'id=460 cola_id=11 proceso_id=14 posicion=88 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:30:10 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(3069, '2022-10-21 11:30:20', 44, 'UPDATE', '', 'id=460 cola_id=11 proceso_id=14 posicion=88 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:30:10 contador_llamada=4 comienzo_atencion=2022-10-21 11:30:20 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3070, '2022-10-21 11:30:23', 44, 'UPDATE', '', 'id=460 cola_id=11 proceso_id=14 posicion=88 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:30:10 contador_llamada=4 comienzo_atencion=2022-10-21 11:30:20 fin_atencion=2022-10-21 11:30:23 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3071, '2022-10-21 11:30:26', 44, 'UPDATE', '', 'id=454 cola_id=11 proceso_id=17 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:30:26 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(3072, '2022-10-21 11:30:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=38 estado=generado id=467 ', b'0'),
(3073, '2022-10-21 11:30:41', 44, 'UPDATE', '', 'id=454 cola_id=11 proceso_id=17 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:30:26 contador_llamada=3 comienzo_atencion=2022-10-21 11:30:41 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3074, '2022-10-21 11:30:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=16 estado=generado id=468 ', b'0'),
(3075, '2022-10-21 11:30:48', 44, 'UPDATE', '', 'id=454 cola_id=11 proceso_id=17 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:30:48 contador_llamada=4 comienzo_atencion=2022-10-21 11:30:41 estado=generado llamado=1 updated_by=44 ', b'0'),
(3076, '2022-10-21 11:30:56', 44, 'UPDATE', '', 'id=454 cola_id=11 proceso_id=17 posicion=14 operador_id=44 momento_llamada=2022-10-21 11:30:48 contador_llamada=4 comienzo_atencion=2022-10-21 11:30:41 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(3077, '2022-10-21 11:31:00', 44, 'UPDATE', '', 'id=464 cola_id=11 proceso_id=17 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:31:00 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3078, '2022-10-21 11:31:12', 44, 'UPDATE', '', 'id=464 cola_id=11 proceso_id=17 posicion=15 operador_id=44 momento_llamada=2022-10-21 11:31:00 contador_llamada=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(3079, '2022-10-21 11:31:15', 44, 'UPDATE', '', 'id=465 cola_id=11 proceso_id=24 posicion=34 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:31:14 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3080, '2022-10-21 11:31:28', 44, 'UPDATE', '', 'id=465 cola_id=11 proceso_id=24 posicion=34 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:31:14 contador_llamada=1 comienzo_atencion=2022-10-21 11:31:28 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3081, '2022-10-21 11:31:53', 42, 'UPDATE', '', 'id=462 cola_id=11 proceso_id=14 posicion=89 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:28:49 contador_llamada=1 comienzo_atencion=2022-10-21 11:29:29 fin_atencion=2022-10-21 11:31:53 estado=finalizado updated_by=42 ', b'0'),
(3082, '2022-10-21 11:31:55', 42, 'UPDATE', '', 'id=466 cola_id=11 proceso_id=33 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:31:55 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3083, '2022-10-21 11:32:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=39 estado=generado id=469 ', b'0'),
(3084, '2022-10-21 11:33:00', 44, 'UPDATE', '', 'id=465 cola_id=11 proceso_id=24 posicion=34 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:33:00 contador_llamada=2 comienzo_atencion=2022-10-21 11:31:28 estado=generado llamado=1 updated_by=44 ', b'0'),
(3085, '2022-10-21 11:33:04', 44, 'UPDATE', '', 'id=469 cola_id=11 proceso_id=27 posicion=39 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:33:04 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3086, '2022-10-21 11:33:28', 44, 'UPDATE', '', 'id=469 cola_id=11 proceso_id=27 posicion=39 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:33:04 contador_llamada=1 comienzo_atencion=2022-10-21 11:33:28 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(3087, '2022-10-21 11:33:36', 44, 'UPDATE', '', 'id=469 cola_id=11 proceso_id=27 posicion=39 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:33:04 contador_llamada=1 comienzo_atencion=2022-10-21 11:33:28 fin_atencion=2022-10-21 11:33:36 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3088, '2022-10-21 11:33:38', 44, 'UPDATE', '', 'id=465 cola_id=11 proceso_id=24 posicion=34 operador_id=44 momento_llamada=2022-10-21 11:33:00 contador_llamada=2 comienzo_atencion=2022-10-21 11:31:28 estado=desplazado updated_by=44 ', b'0'),
(3089, '2022-10-21 11:34:09', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=90 estado=generado id=470 ', b'0'),
(3090, '2022-10-21 11:35:28', 42, 'UPDATE', '', 'id=466 cola_id=11 proceso_id=33 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:31:55 contador_llamada=1 comienzo_atencion=2022-10-21 11:35:28 estado=atendiendo updated_by=42 ', b'0'),
(3091, '2022-10-21 11:35:33', 42, 'UPDATE', '', 'id=466 cola_id=11 proceso_id=33 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:31:55 contador_llamada=1 comienzo_atencion=2022-10-21 11:35:28 fin_atencion=2022-10-21 11:35:33 estado=finalizado updated_by=42 ', b'0'),
(3092, '2022-10-21 11:35:37', 42, 'UPDATE', '', 'id=467 cola_id=11 proceso_id=27 posicion=38 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:35:37 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3093, '2022-10-21 11:35:50', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=17 estado=generado id=471 ', b'0'),
(3094, '2022-10-21 11:37:26', 44, 'UPDATE', '', 'id=465 cola_id=11 proceso_id=24 posicion=34 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:37:26 contador_llamada=3 comienzo_atencion=2022-10-21 11:31:28 estado=generado llamado=1 updated_by=44 ', b'0'),
(3095, '2022-10-21 11:37:45', 44, 'UPDATE', '', 'id=465 cola_id=11 proceso_id=24 posicion=34 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:37:26 contador_llamada=3 comienzo_atencion=2022-10-21 11:37:45 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3096, '2022-10-21 11:38:10', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 posicion=18 estado=generado id=472 ', b'0'),
(3097, '2022-10-21 11:40:33', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=47 estado=generado id=473 ', b'0'),
(3098, '2022-10-21 11:41:04', 44, 'UPDATE', '', 'id=465 cola_id=11 proceso_id=24 posicion=34 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:37:26 contador_llamada=3 comienzo_atencion=2022-10-21 11:37:45 fin_atencion=2022-10-21 11:41:04 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3099, '2022-10-21 11:41:07', 44, 'UPDATE', '', 'id=473 cola_id=11 proceso_id=25 posicion=47 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:41:07 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3100, '2022-10-21 11:41:14', 42, 'UPDATE', '', 'id=467 cola_id=11 proceso_id=27 posicion=38 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:35:37 contador_llamada=1 comienzo_atencion=2022-10-21 11:41:14 estado=atendiendo updated_by=42 ', b'0'),
(3101, '2022-10-21 11:41:20', 42, 'UPDATE', '', 'id=467 cola_id=11 proceso_id=27 posicion=38 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:35:37 contador_llamada=1 comienzo_atencion=2022-10-21 11:41:14 fin_atencion=2022-10-21 11:41:20 estado=finalizado updated_by=42 ', b'0'),
(3102, '2022-10-21 11:41:26', 44, 'UPDATE', '', 'id=473 cola_id=11 proceso_id=25 posicion=47 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:41:07 contador_llamada=1 comienzo_atencion=2022-10-21 11:41:26 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3103, '2022-10-21 11:42:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=48 estado=generado id=474 ', b'0'),
(3104, '2022-10-21 11:42:45', 44, 'UPDATE', '', 'id=473 cola_id=11 proceso_id=25 posicion=47 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:41:07 contador_llamada=1 comienzo_atencion=2022-10-21 11:41:26 fin_atencion=2022-10-21 11:42:45 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3105, '2022-10-21 11:42:48', 44, 'UPDATE', '', 'id=474 cola_id=11 proceso_id=25 posicion=48 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:42:48 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3106, '2022-10-21 11:43:07', 44, 'UPDATE', '', 'id=474 cola_id=11 proceso_id=25 posicion=48 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:42:48 contador_llamada=1 comienzo_atencion=2022-10-21 11:43:07 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3107, '2022-10-21 11:46:23', 42, 'UPDATE', '', 'id=468 cola_id=11 proceso_id=17 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:46:23 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3108, '2022-10-21 11:48:11', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 prioritario=1 posicion=40 estado=generado id=475 ', b'0'),
(3109, '2022-10-21 11:50:06', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=41 estado=generado id=476 ', b'0'),
(3110, '2022-10-21 11:51:19', 44, 'UPDATE', '', 'id=474 cola_id=11 proceso_id=25 posicion=48 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:42:48 contador_llamada=1 comienzo_atencion=2022-10-21 11:43:07 fin_atencion=2022-10-21 11:51:19 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(3111, '2022-10-21 11:51:54', 44, 'UPDATE', '', 'id=475 cola_id=11 proceso_id=27 posicion=40 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:51:54 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3112, '2022-10-21 11:52:04', 44, 'UPDATE', '', 'id=475 cola_id=11 proceso_id=27 posicion=40 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:51:54 contador_llamada=1 comienzo_atencion=2022-10-21 11:52:04 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3113, '2022-10-21 11:54:46', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=35 estado=generado id=477 ', b'0'),
(3114, '2022-10-21 11:55:47', 44, 'UPDATE', '', 'id=475 cola_id=11 proceso_id=27 posicion=40 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:51:54 contador_llamada=1 comienzo_atencion=2022-10-21 11:52:04 fin_atencion=2022-10-21 11:55:47 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3115, '2022-10-21 11:55:55', 44, 'UPDATE', '', 'id=470 cola_id=11 proceso_id=14 posicion=90 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:55:55 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3116, '2022-10-21 11:57:34', 44, 'UPDATE', '', 'id=470 cola_id=11 proceso_id=14 posicion=90 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:55:55 contador_llamada=1 comienzo_atencion=2022-10-21 11:57:34 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3117, '2022-10-21 11:58:09', 42, 'UPDATE', '', 'id=468 cola_id=11 proceso_id=17 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:46:23 contador_llamada=1 comienzo_atencion=2022-10-21 11:58:09 estado=atendiendo updated_by=42 ', b'0'),
(3118, '2022-10-21 12:06:22', 44, 'UPDATE', '', 'id=470 cola_id=11 proceso_id=14 posicion=90 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 11:55:55 contador_llamada=1 comienzo_atencion=2022-10-21 11:57:34 fin_atencion=2022-10-21 12:06:22 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3119, '2022-10-21 12:06:28', 44, 'UPDATE', '', 'id=471 cola_id=11 proceso_id=17 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:06:28 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3120, '2022-10-21 12:06:46', 44, 'UPDATE', '', 'id=471 cola_id=11 proceso_id=17 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:06:28 contador_llamada=1 comienzo_atencion=2022-10-21 12:06:46 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3121, '2022-10-21 12:10:15', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 prioritario=1 posicion=19 estado=generado id=478 ', b'0'),
(3122, '2022-10-21 12:11:28', 42, 'UPDATE', '', 'id=468 cola_id=11 proceso_id=17 posicion=16 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 11:46:23 contador_llamada=1 comienzo_atencion=2022-10-21 11:58:09 fin_atencion=2022-10-21 12:11:28 estado=finalizado updated_by=42 ', b'0'),
(3123, '2022-10-21 12:11:31', 42, 'UPDATE', '', 'id=478 cola_id=11 proceso_id=17 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:11:31 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3124, '2022-10-21 12:12:24', 42, 'UPDATE', '', 'id=478 cola_id=11 proceso_id=17 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:11:31 contador_llamada=1 comienzo_atencion=2022-10-21 12:12:24 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3125, '2022-10-21 12:12:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=36 estado=generado id=479 ', b'0'),
(3126, '2022-10-21 12:13:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=91 estado=generado id=480 ', b'0'),
(3127, '2022-10-21 12:13:37', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=26 estado=generado id=481 ', b'0'),
(3128, '2022-10-21 12:17:14', 43, 'UPDATE', '', 'id=476 cola_id=11 proceso_id=27 posicion=41 modulo_id=22 operador_id=43 momento_llamada=2022-10-21 12:17:14 contador_llamada=1 estado=generado llamado=1 updated_by=43 ', b'0'),
(3129, '2022-10-21 12:17:30', 42, 'UPDATE', '', 'id=478 cola_id=11 proceso_id=17 posicion=19 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:11:31 contador_llamada=1 comienzo_atencion=2022-10-21 12:12:24 fin_atencion=2022-10-21 12:17:30 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(3130, '2022-10-21 12:17:48', 43, 'UPDATE', '', 'id=476 cola_id=11 proceso_id=27 posicion=41 modulo_id=22 operador_id=43 momento_llamada=2022-10-21 12:17:14 contador_llamada=1 comienzo_atencion=2022-10-21 12:17:48 estado=atendiendo llamado=1 updated_by=43 ', b'0'),
(3131, '2022-10-21 12:18:19', 44, 'UPDATE', '', 'id=471 cola_id=11 proceso_id=17 posicion=17 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:06:28 contador_llamada=1 comienzo_atencion=2022-10-21 12:06:46 fin_atencion=2022-10-21 12:18:19 estado=finalizado updated_by=44 ', b'0'),
(3132, '2022-10-21 12:18:43', 44, 'UPDATE', '', 'id=472 cola_id=11 proceso_id=17 posicion=18 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:18:43 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3133, '2022-10-21 12:18:55', 44, 'UPDATE', '', 'id=472 cola_id=11 proceso_id=17 posicion=18 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:18:43 contador_llamada=1 comienzo_atencion=2022-10-21 12:18:55 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3134, '2022-10-21 12:18:59', 44, 'UPDATE', '', 'id=472 cola_id=11 proceso_id=17 posicion=18 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:18:43 contador_llamada=1 comienzo_atencion=2022-10-21 12:18:55 fin_atencion=2022-10-21 12:18:59 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3135, '2022-10-21 12:19:01', 44, 'UPDATE', '', 'id=477 cola_id=11 proceso_id=24 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:19:01 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3136, '2022-10-21 12:19:20', 44, 'UPDATE', '', 'id=477 cola_id=11 proceso_id=24 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:19:01 contador_llamada=1 comienzo_atencion=2022-10-21 12:19:20 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3137, '2022-10-21 12:23:41', 44, 'UPDATE', '', 'id=477 cola_id=11 proceso_id=24 posicion=35 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:19:01 contador_llamada=1 comienzo_atencion=2022-10-21 12:19:20 fin_atencion=2022-10-21 12:23:41 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3138, '2022-10-21 12:23:43', 44, 'UPDATE', '', 'id=479 cola_id=11 proceso_id=24 posicion=36 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:23:43 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3139, '2022-10-21 12:23:59', 44, 'UPDATE', '', 'id=479 cola_id=11 proceso_id=24 posicion=36 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:23:43 contador_llamada=1 comienzo_atencion=2022-10-21 12:23:59 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3140, '2022-10-21 12:24:34', 43, 'UPDATE', '', 'id=476 cola_id=11 proceso_id=27 posicion=41 modulo_id=22 operador_id=43 momento_llamada=2022-10-21 12:17:14 contador_llamada=1 comienzo_atencion=2022-10-21 12:17:48 fin_atencion=2022-10-21 12:24:34 estado=finalizado updated_by=43 ', b'0'),
(3141, '2022-10-21 12:25:35', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=92 estado=generado id=482 ', b'0'),
(3142, '2022-10-21 12:26:32', 44, 'UPDATE', '', 'id=479 cola_id=11 proceso_id=24 posicion=36 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:23:43 contador_llamada=1 comienzo_atencion=2022-10-21 12:23:59 fin_atencion=2022-10-21 12:26:32 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3143, '2022-10-21 12:26:34', 44, 'UPDATE', '', 'id=482 cola_id=11 proceso_id=14 posicion=92 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:26:33 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3144, '2022-10-21 12:26:45', 44, 'UPDATE', '', 'id=482 cola_id=11 proceso_id=14 posicion=92 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:26:33 contador_llamada=1 comienzo_atencion=2022-10-21 12:26:45 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3145, '2022-10-21 12:28:28', 42, 'UPDATE', '', 'id=480 cola_id=11 proceso_id=14 posicion=91 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:28:28 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3146, '2022-10-21 12:29:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=93 estado=generado id=483 ', b'0'),
(3147, '2022-10-21 12:30:45', 44, 'UPDATE', '', 'id=482 cola_id=11 proceso_id=14 posicion=92 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:26:33 contador_llamada=1 comienzo_atencion=2022-10-21 12:26:45 fin_atencion=2022-10-21 12:30:45 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(3148, '2022-10-21 12:30:50', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(3149, '2022-10-21 12:33:10', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=94 estado=generado id=484 ', b'0'),
(3150, '2022-10-21 12:36:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 prioritario=1 posicion=37 estado=generado id=485 ', b'0'),
(3151, '2022-10-21 12:39:08', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(3152, '2022-10-21 12:39:12', 44, 'UPDATE', '', 'id=485 cola_id=11 proceso_id=24 posicion=37 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:39:12 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3153, '2022-10-21 12:39:28', 44, 'UPDATE', '', 'id=485 cola_id=11 proceso_id=24 posicion=37 operador_id=44 momento_llamada=2022-10-21 12:39:12 contador_llamada=1 prioritario=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(3154, '2022-10-21 12:40:31', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 prioritario=1 posicion=20 estado=generado id=486 ', b'0'),
(3155, '2022-10-21 12:42:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=40 estado=generado id=487 ', b'0'),
(3156, '2022-10-21 12:43:11', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 prioritario=1 posicion=20 estado=generado id=488 ', b'0'),
(3157, '2022-10-21 12:43:14', 42, 'UPDATE', '', 'id=486 cola_id=11 proceso_id=33 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:43:14 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3158, '2022-10-21 12:43:51', 44, 'UPDATE', '', 'id=488 cola_id=11 proceso_id=17 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:43:51 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3159, '2022-10-21 12:44:01', 44, 'UPDATE', '', 'id=488 cola_id=11 proceso_id=17 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:43:51 contador_llamada=1 comienzo_atencion=2022-10-21 12:44:01 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3160, '2022-10-21 12:47:45', 42, 'UPDATE', '', 'id=486 cola_id=11 proceso_id=33 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:43:14 contador_llamada=1 comienzo_atencion=2022-10-21 12:47:45 prioritario=1 estado=atendiendo updated_by=42 ', b'0'),
(3161, '2022-10-21 12:47:49', 42, 'UPDATE', '', 'id=486 cola_id=11 proceso_id=33 posicion=20 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:43:14 contador_llamada=1 comienzo_atencion=2022-10-21 12:47:45 fin_atencion=2022-10-21 12:47:49 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(3162, '2022-10-21 12:47:51', 42, 'UPDATE', '', 'id=480 cola_id=11 proceso_id=14 posicion=91 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:47:51 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(3163, '2022-10-21 12:48:26', 42, 'UPDATE', '', 'id=480 cola_id=11 proceso_id=14 posicion=91 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:48:26 contador_llamada=3 estado=generado llamado=1 updated_by=42 ', b'0'),
(3164, '2022-10-21 12:48:42', 42, 'UPDATE', '', 'id=480 cola_id=11 proceso_id=14 posicion=91 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:48:26 contador_llamada=3 comienzo_atencion=2022-10-21 12:48:42 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3165, '2022-10-21 12:48:47', 42, 'UPDATE', '', 'id=480 cola_id=11 proceso_id=14 posicion=91 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:48:26 contador_llamada=3 comienzo_atencion=2022-10-21 12:48:42 fin_atencion=2022-10-21 12:48:47 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3166, '2022-10-21 12:48:49', 42, 'UPDATE', '', 'id=481 cola_id=11 proceso_id=32 posicion=26 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:48:49 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3167, '2022-10-21 12:49:17', 42, 'UPDATE', '', 'id=481 cola_id=11 proceso_id=32 posicion=26 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:48:49 contador_llamada=1 comienzo_atencion=2022-10-21 12:49:17 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3168, '2022-10-21 12:52:02', 0, 'CREATE', '', 'cola_id=13 posicion=489 cedula_cliente=1310546021 cuenta_debit=139213111 oficina=3 estado=finalizado tipo=9 valor=2.25 data_pdf=<style>                .center{                    text-align:center;                }                  .bold{                 ', b'0'),
(3169, '2022-10-21 12:52:06', 42, 'UPDATE', '', 'id=481 cola_id=11 proceso_id=32 posicion=26 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:48:49 contador_llamada=1 comienzo_atencion=2022-10-21 12:49:17 fin_atencion=2022-10-21 12:52:06 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3170, '2022-10-21 12:52:11', 42, 'UPDATE', '', 'id=483 cola_id=11 proceso_id=14 posicion=93 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:52:11 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3171, '2022-10-21 12:52:31', 42, 'UPDATE', '', 'id=483 cola_id=11 proceso_id=14 posicion=93 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:52:11 contador_llamada=1 comienzo_atencion=2022-10-21 12:52:31 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3172, '2022-10-21 12:54:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=41 estado=generado id=490 ', b'0'),
(3173, '2022-10-21 13:00:55', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=49 estado=generado id=491 ', b'0'),
(3174, '2022-10-21 13:03:24', 42, 'UPDATE', '', 'id=483 cola_id=11 proceso_id=14 posicion=93 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 12:52:11 contador_llamada=1 comienzo_atencion=2022-10-21 12:52:31 fin_atencion=2022-10-21 13:03:24 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3175, '2022-10-21 13:06:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=27 estado=generado id=492 ', b'0'),
(3176, '2022-10-21 13:06:38', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=28 estado=generado id=493 ', b'0'),
(3177, '2022-10-21 13:09:17', 42, 'UPDATE', '', 'id=484 cola_id=11 proceso_id=14 posicion=94 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 13:09:17 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3178, '2022-10-21 13:09:58', 42, 'UPDATE', '', 'id=484 cola_id=11 proceso_id=14 posicion=94 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 13:09:17 contador_llamada=1 comienzo_atencion=2022-10-21 13:09:58 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3179, '2022-10-21 13:12:57', 44, 'UPDATE', '', 'id=488 cola_id=11 proceso_id=17 posicion=20 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 12:43:51 contador_llamada=1 comienzo_atencion=2022-10-21 12:44:01 fin_atencion=2022-10-21 13:12:57 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(3180, '2022-10-21 13:13:00', 44, 'UPDATE', '', 'id=487 cola_id=11 proceso_id=23 posicion=40 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:13:00 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3181, '2022-10-21 13:13:12', 44, 'UPDATE', '', 'id=487 cola_id=11 proceso_id=23 posicion=40 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:13:00 contador_llamada=1 comienzo_atencion=2022-10-21 13:13:12 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3182, '2022-10-21 13:15:52', 44, 'UPDATE', '', 'id=487 cola_id=11 proceso_id=23 posicion=40 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:13:00 contador_llamada=1 comienzo_atencion=2022-10-21 13:13:12 fin_atencion=2022-10-21 13:15:52 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3183, '2022-10-21 13:15:54', 44, 'UPDATE', '', 'id=490 cola_id=11 proceso_id=23 posicion=41 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:15:54 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3184, '2022-10-21 13:16:05', 44, 'UPDATE', '', 'id=490 cola_id=11 proceso_id=23 posicion=41 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:15:54 contador_llamada=1 comienzo_atencion=2022-10-21 13:16:05 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3185, '2022-10-21 13:17:47', 44, 'UPDATE', '', 'id=490 cola_id=11 proceso_id=23 posicion=41 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:15:54 contador_llamada=1 comienzo_atencion=2022-10-21 13:16:05 fin_atencion=2022-10-21 13:17:47 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3186, '2022-10-21 13:17:49', 44, 'UPDATE', '', 'id=491 cola_id=11 proceso_id=25 posicion=49 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:17:49 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3187, '2022-10-21 13:19:08', 44, 'UPDATE', '', 'id=491 cola_id=11 proceso_id=25 posicion=49 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:17:49 contador_llamada=1 comienzo_atencion=2022-10-21 13:19:08 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3188, '2022-10-21 13:23:52', 42, 'UPDATE', '', 'id=484 cola_id=11 proceso_id=14 posicion=94 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 13:09:17 contador_llamada=1 comienzo_atencion=2022-10-21 13:09:58 fin_atencion=2022-10-21 13:23:52 estado=finalizado updated_by=42 ', b'0'),
(3189, '2022-10-21 13:24:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 prioritario=1 posicion=21 estado=generado id=494 ', b'0'),
(3190, '2022-10-21 13:25:30', 42, 'UPDATE', '', 'id=494 cola_id=11 proceso_id=33 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 13:25:30 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3191, '2022-10-21 13:25:45', 42, 'UPDATE', '', 'id=494 cola_id=11 proceso_id=33 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 13:25:30 contador_llamada=1 comienzo_atencion=2022-10-21 13:25:45 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3192, '2022-10-21 13:25:55', 44, 'UPDATE', '', 'id=491 cola_id=11 proceso_id=25 posicion=49 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:17:49 contador_llamada=1 comienzo_atencion=2022-10-21 13:19:08 fin_atencion=2022-10-21 13:25:55 estado=finalizado updated_by=44 ', b'0'),
(3193, '2022-10-21 13:28:40', 42, 'UPDATE', '', 'id=494 cola_id=11 proceso_id=33 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 13:25:30 contador_llamada=1 comienzo_atencion=2022-10-21 13:25:45 fin_atencion=2022-10-21 13:28:40 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3194, '2022-10-21 13:29:11', 42, 'UPDATE', '', 'id=492 cola_id=11 proceso_id=32 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 13:29:11 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3195, '2022-10-21 13:29:35', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(3196, '2022-10-21 13:29:38', 42, 'UPDATE', '', 'id=492 cola_id=11 proceso_id=32 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 13:29:11 contador_llamada=1 comienzo_atencion=2022-10-21 13:29:38 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3197, '2022-10-21 13:31:46', 42, 'UPDATE', '', 'id=492 cola_id=11 proceso_id=32 posicion=27 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 13:29:11 contador_llamada=1 comienzo_atencion=2022-10-21 13:29:38 fin_atencion=2022-10-21 13:31:46 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3198, '2022-10-21 13:31:49', 42, 'UPDATE', '', 'id=493 cola_id=11 proceso_id=32 posicion=28 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-21 13:31:49 estado=atendiendo ', b'0'),
(3199, '2022-10-21 13:31:54', 42, 'UPDATE', '', 'id=493 cola_id=11 proceso_id=32 posicion=28 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-21 13:31:49 fin_atencion=2022-10-21 13:31:54 estado=finalizado ', b'0'),
(3200, '2022-10-21 13:35:08', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=50 estado=generado id=495 ', b'0'),
(3201, '2022-10-21 13:36:22', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 operador_id=44 ', b'0'),
(3202, '2022-10-21 13:36:28', 44, 'UPDATE', '', 'id=495 cola_id=11 proceso_id=25 posicion=50 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:36:28 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3203, '2022-10-21 13:38:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=28 estado=generado id=496 ', b'0'),
(3204, '2022-10-21 13:40:57', 44, 'UPDATE', '', 'id=495 cola_id=11 proceso_id=25 posicion=50 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:36:28 contador_llamada=1 comienzo_atencion=2022-10-21 13:40:57 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3205, '2022-10-21 13:41:01', 44, 'UPDATE', '', 'id=495 cola_id=11 proceso_id=25 posicion=50 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:36:28 contador_llamada=1 comienzo_atencion=2022-10-21 13:40:57 fin_atencion=2022-10-21 13:41:01 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3206, '2022-10-21 13:41:21', 44, 'UPDATE', '', 'id=496 cola_id=11 proceso_id=32 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:41:21 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3207, '2022-10-21 13:41:58', 44, 'UPDATE', '', 'id=496 cola_id=11 proceso_id=32 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:41:21 contador_llamada=1 comienzo_atencion=2022-10-21 13:41:58 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3208, '2022-10-21 13:45:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=95 estado=generado id=497 ', b'0'),
(3209, '2022-10-21 13:45:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=96 estado=generado id=498 ', b'0'),
(3210, '2022-10-21 13:45:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=83 estado=generado id=499 ', b'0'),
(3211, '2022-10-21 13:46:34', 44, 'UPDATE', '', 'id=496 cola_id=11 proceso_id=32 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:41:21 contador_llamada=1 comienzo_atencion=2022-10-21 13:41:58 fin_atencion=2022-10-21 13:46:34 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3212, '2022-10-21 13:46:38', 44, 'UPDATE', '', 'id=454 cola_id=11 proceso_id=17 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:46:38 contador_llamada=5 comienzo_atencion=2022-10-21 11:30:41 estado=generado llamado=1 updated_by=44 ', b'0'),
(3213, '2022-10-21 13:47:16', 44, 'UPDATE', '', 'id=454 cola_id=11 proceso_id=17 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:46:38 contador_llamada=5 comienzo_atencion=2022-10-21 13:47:16 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3214, '2022-10-21 13:47:21', 44, 'UPDATE', '', 'id=454 cola_id=11 proceso_id=17 posicion=14 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:46:38 contador_llamada=5 comienzo_atencion=2022-10-21 13:47:16 fin_atencion=2022-10-21 13:47:21 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3215, '2022-10-21 13:47:23', 44, 'UPDATE', '', 'id=464 cola_id=11 proceso_id=17 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:47:23 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(3216, '2022-10-21 13:47:35', 44, 'UPDATE', '', 'id=464 cola_id=11 proceso_id=17 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:47:23 contador_llamada=2 comienzo_atencion=2022-10-21 13:47:35 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3217, '2022-10-21 13:47:40', 44, 'UPDATE', '', 'id=464 cola_id=11 proceso_id=17 posicion=15 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:47:23 contador_llamada=2 comienzo_atencion=2022-10-21 13:47:35 fin_atencion=2022-10-21 13:47:40 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3218, '2022-10-21 13:47:45', 44, 'UPDATE', '', 'id=485 cola_id=11 proceso_id=24 posicion=37 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:47:45 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3219, '2022-10-21 13:48:01', 44, 'UPDATE', '', 'id=485 cola_id=11 proceso_id=24 posicion=37 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:47:45 contador_llamada=2 comienzo_atencion=2022-10-21 13:48:01 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3220, '2022-10-21 13:48:04', 44, 'UPDATE', '', 'id=485 cola_id=11 proceso_id=24 posicion=37 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:47:45 contador_llamada=2 comienzo_atencion=2022-10-21 13:48:01 fin_atencion=2022-10-21 13:48:04 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3221, '2022-10-21 13:48:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=24 estado=generado id=500 ', b'0'),
(3222, '2022-10-21 13:48:21', 44, 'UPDATE', '', 'id=500 cola_id=11 proceso_id=19 posicion=24 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:48:21 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3223, '2022-10-21 13:48:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=84 estado=generado id=501 ', b'0'),
(3224, '2022-10-21 13:48:33', 44, 'UPDATE', '', 'id=500 cola_id=11 proceso_id=19 posicion=24 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:48:21 contador_llamada=1 comienzo_atencion=2022-10-21 13:48:33 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3225, '2022-10-21 13:48:36', 44, 'UPDATE', '', 'id=500 cola_id=11 proceso_id=19 posicion=24 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:48:21 contador_llamada=1 comienzo_atencion=2022-10-21 13:48:33 fin_atencion=2022-10-21 13:48:36 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3226, '2022-10-21 13:48:39', 44, 'UPDATE', '', 'id=497 cola_id=11 proceso_id=14 posicion=95 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:48:39 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3227, '2022-10-21 13:48:49', 44, 'UPDATE', '', 'id=497 cola_id=11 proceso_id=14 posicion=95 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:48:39 contador_llamada=1 comienzo_atencion=2022-10-21 13:48:49 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3228, '2022-10-21 13:48:49', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=51 estado=generado id=502 ', b'0'),
(3229, '2022-10-21 13:49:30', 44, 'UPDATE', '', 'id=497 cola_id=11 proceso_id=14 posicion=95 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 13:48:39 contador_llamada=1 comienzo_atencion=2022-10-21 13:48:49 fin_atencion=2022-10-21 13:49:30 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3230, '2022-10-21 13:50:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=26 prioritario=1 posicion=11 estado=generado id=503 ', b'0'),
(3231, '2022-10-21 14:01:48', 44, 'UPDATE', '', 'id=503 cola_id=11 proceso_id=26 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:01:48 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3232, '2022-10-21 14:02:15', 44, 'UPDATE', '', 'id=503 cola_id=11 proceso_id=26 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:01:48 contador_llamada=1 comienzo_atencion=2022-10-21 14:02:15 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3233, '2022-10-21 14:05:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=52 estado=generado id=504 ', b'0'),
(3234, '2022-10-21 14:10:14', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=85 estado=generado id=505 ', b'0'),
(3235, '2022-10-21 14:11:44', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=42 estado=generado id=506 ', b'0'),
(3236, '2022-10-21 14:14:06', 44, 'UPDATE', '', 'id=503 cola_id=11 proceso_id=26 posicion=11 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:01:48 contador_llamada=1 comienzo_atencion=2022-10-21 14:02:15 fin_atencion=2022-10-21 14:14:06 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3237, '2022-10-21 14:14:07', 44, 'UPDATE', '', 'id=498 cola_id=11 proceso_id=14 posicion=96 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:14:07 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3238, '2022-10-21 14:14:20', 44, 'UPDATE', '', 'id=498 cola_id=11 proceso_id=14 posicion=96 operador_id=44 momento_llamada=2022-10-21 14:14:07 contador_llamada=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(3239, '2022-10-21 14:14:22', 44, 'UPDATE', '', 'id=499 cola_id=11 proceso_id=15 posicion=83 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:14:22 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3240, '2022-10-21 14:14:50', 44, 'UPDATE', '', 'id=499 cola_id=11 proceso_id=15 posicion=83 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:14:22 contador_llamada=1 comienzo_atencion=2022-10-21 14:14:50 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3241, '2022-10-21 14:14:54', 44, 'UPDATE', '', 'id=499 cola_id=11 proceso_id=15 posicion=83 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:14:22 contador_llamada=1 comienzo_atencion=2022-10-21 14:14:50 fin_atencion=2022-10-21 14:14:54 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3242, '2022-10-21 14:15:36', 44, 'UPDATE', '', 'id=501 cola_id=11 proceso_id=15 posicion=84 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-21 14:15:36 estado=atendiendo ', b'0'),
(3243, '2022-10-21 14:15:40', 44, 'UPDATE', '', 'id=501 cola_id=11 proceso_id=15 posicion=84 modulo_id=12 operador_id=44 comienzo_atencion=2022-10-21 14:15:36 fin_atencion=2022-10-21 14:15:40 estado=finalizado ', b'0'),
(3244, '2022-10-21 14:15:42', 44, 'UPDATE', '', 'id=502 cola_id=11 proceso_id=25 posicion=51 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:15:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3245, '2022-10-21 14:15:50', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=96 estado=generado id=507 ', b'0'),
(3246, '2022-10-21 14:16:39', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=22 estado=generado id=508 ', b'0'),
(3247, '2022-10-21 14:20:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 prioritario=1 posicion=23 estado=generado id=509 ', b'0'),
(3248, '2022-10-21 14:21:27', 44, 'UPDATE', '', 'id=509 cola_id=11 proceso_id=33 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:21:27 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3249, '2022-10-21 14:21:43', 44, 'UPDATE', '', 'id=509 cola_id=11 proceso_id=33 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:21:27 contador_llamada=1 comienzo_atencion=2022-10-21 14:21:43 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3250, '2022-10-21 14:21:47', 44, 'UPDATE', '', 'id=509 cola_id=11 proceso_id=33 posicion=23 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:21:27 contador_llamada=1 comienzo_atencion=2022-10-21 14:21:43 fin_atencion=2022-10-21 14:21:47 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3251, '2022-10-21 14:23:48', 44, 'UPDATE', '', 'id=502 cola_id=11 proceso_id=25 posicion=51 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:23:48 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(3252, '2022-10-21 14:23:50', 44, 'UPDATE', '', 'id=502 cola_id=11 proceso_id=25 posicion=51 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:23:48 contador_llamada=2 comienzo_atencion=2022-10-21 14:23:50 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3253, '2022-10-21 14:24:01', 44, 'UPDATE', '', 'id=502 cola_id=11 proceso_id=25 posicion=51 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:23:48 contador_llamada=2 comienzo_atencion=2022-10-21 14:23:50 fin_atencion=2022-10-21 14:24:01 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3254, '2022-10-21 14:24:03', 44, 'UPDATE', '', 'id=504 cola_id=11 proceso_id=25 posicion=52 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:24:03 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3255, '2022-10-21 14:24:09', 44, 'UPDATE', '', 'id=504 cola_id=11 proceso_id=25 posicion=52 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:24:03 contador_llamada=1 comienzo_atencion=2022-10-21 14:24:09 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3256, '2022-10-21 14:24:20', 44, 'UPDATE', '', 'id=504 cola_id=11 proceso_id=25 posicion=52 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:24:03 contador_llamada=1 comienzo_atencion=2022-10-21 14:24:09 fin_atencion=2022-10-21 14:24:20 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3257, '2022-10-21 14:32:49', 42, 'UPDATE', '', 'id=505 cola_id=11 proceso_id=15 posicion=85 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 14:32:49 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3258, '2022-10-21 14:33:11', 42, 'UPDATE', '', 'id=505 cola_id=11 proceso_id=15 posicion=85 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 14:33:11 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(3259, '2022-10-21 14:33:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=42 estado=generado id=510 ', b'0'),
(3260, '2022-10-21 14:33:20', 44, 'UPDATE', '', 'id=506 cola_id=11 proceso_id=23 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:33:20 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3261, '2022-10-21 14:33:36', 42, 'UPDATE', '', 'id=505 cola_id=11 proceso_id=15 posicion=85 operador_id=42 momento_llamada=2022-10-21 14:33:11 contador_llamada=2 estado=desplazado updated_by=42 ', b'0'),
(3262, '2022-10-21 14:33:36', 44, 'UPDATE', '', 'id=506 cola_id=11 proceso_id=23 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:33:20 contador_llamada=1 comienzo_atencion=2022-10-21 14:33:36 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3263, '2022-10-21 14:33:41', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=97 estado=generado id=511 ', b'0'),
(3264, '2022-10-21 14:33:48', 42, 'UPDATE', '', 'id=507 cola_id=11 proceso_id=14 posicion=96 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 14:33:48 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3265, '2022-10-21 14:34:09', 42, 'UPDATE', '', 'id=507 cola_id=11 proceso_id=14 posicion=96 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 14:33:48 contador_llamada=1 comienzo_atencion=2022-10-21 14:34:09 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3266, '2022-10-21 14:39:26', 44, 'UPDATE', '', 'id=506 cola_id=11 proceso_id=23 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:33:20 contador_llamada=1 comienzo_atencion=2022-10-21 14:33:36 fin_atencion=2022-10-21 14:39:26 estado=finalizado updated_by=44 ', b'0'),
(3267, '2022-10-21 14:39:28', 44, 'UPDATE', '', 'id=508 cola_id=11 proceso_id=33 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:39:28 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3268, '2022-10-21 14:39:48', 44, 'UPDATE', '', 'id=508 cola_id=11 proceso_id=33 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:39:28 contador_llamada=1 comienzo_atencion=2022-10-21 14:39:48 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3269, '2022-10-21 14:42:13', 44, 'UPDATE', '', 'id=508 cola_id=11 proceso_id=33 posicion=22 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:39:28 contador_llamada=1 comienzo_atencion=2022-10-21 14:39:48 fin_atencion=2022-10-21 14:42:13 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3270, '2022-10-21 14:42:16', 44, 'UPDATE', '', 'id=510 cola_id=11 proceso_id=27 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:42:16 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3271, '2022-10-21 14:42:57', 44, 'UPDATE', '', 'id=510 cola_id=11 proceso_id=27 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:42:16 contador_llamada=1 comienzo_atencion=2022-10-21 14:42:57 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3272, '2022-10-21 14:44:18', 44, 'UPDATE', '', 'id=510 cola_id=11 proceso_id=27 posicion=42 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:42:16 contador_llamada=1 comienzo_atencion=2022-10-21 14:42:57 fin_atencion=2022-10-21 14:44:18 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3273, '2022-10-21 14:44:20', 44, 'UPDATE', '', 'id=511 cola_id=11 proceso_id=14 posicion=97 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:44:20 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3274, '2022-10-21 14:44:31', 44, 'UPDATE', '', 'id=511 cola_id=11 proceso_id=14 posicion=97 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:44:20 contador_llamada=1 comienzo_atencion=2022-10-21 14:44:31 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3275, '2022-10-21 14:46:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=98 estado=generado id=512 ', b'0'),
(3276, '2022-10-21 14:47:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=53 estado=generado id=513 ', b'0'),
(3277, '2022-10-21 14:52:14', 42, 'UPDATE', '', 'id=507 cola_id=11 proceso_id=14 posicion=96 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 14:33:48 contador_llamada=1 comienzo_atencion=2022-10-21 14:34:09 fin_atencion=2022-10-21 14:52:14 estado=finalizado updated_by=42 ', b'0'),
(3278, '2022-10-21 14:52:18', 42, 'UPDATE', '', 'id=513 cola_id=11 proceso_id=25 posicion=53 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 14:52:18 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3279, '2022-10-21 14:52:46', 42, 'UPDATE', '', 'id=513 cola_id=11 proceso_id=25 posicion=53 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 14:52:18 contador_llamada=1 comienzo_atencion=2022-10-21 14:52:46 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3280, '2022-10-21 14:55:18', 44, 'UPDATE', '', 'id=511 cola_id=11 proceso_id=14 posicion=97 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:44:20 contador_llamada=1 comienzo_atencion=2022-10-21 14:44:31 fin_atencion=2022-10-21 14:55:18 estado=finalizado updated_by=44 ', b'0'),
(3281, '2022-10-21 14:55:21', 44, 'UPDATE', '', 'id=512 cola_id=11 proceso_id=14 posicion=98 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:55:21 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3282, '2022-10-21 14:55:28', 44, 'UPDATE', '', 'id=512 cola_id=11 proceso_id=14 posicion=98 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:55:21 contador_llamada=1 comienzo_atencion=2022-10-21 14:55:28 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3283, '2022-10-21 14:55:59', 42, 'UPDATE', '', 'id=513 cola_id=11 proceso_id=25 posicion=53 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 14:52:18 contador_llamada=1 comienzo_atencion=2022-10-21 14:52:46 fin_atencion=2022-10-21 14:55:59 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(3284, '2022-10-21 14:57:37', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=86 estado=generado id=514 ', b'0'),
(3285, '2022-10-21 14:58:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=32 posicion=29 estado=generado id=515 ', b'0'),
(3286, '2022-10-21 14:58:31', 42, 'UPDATE', '', 'id=514 cola_id=11 proceso_id=15 posicion=86 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 14:58:31 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3287, '2022-10-21 14:58:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=87 estado=generado id=516 ', b'0'),
(3288, '2022-10-21 14:58:53', 42, 'UPDATE', '', 'id=514 cola_id=11 proceso_id=15 posicion=86 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 14:58:31 contador_llamada=1 comienzo_atencion=2022-10-21 14:58:53 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3289, '2022-10-21 14:59:21', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=99 estado=generado id=517 ', b'0'),
(3290, '2022-10-21 15:00:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=43 estado=generado id=518 ', b'0'),
(3291, '2022-10-21 15:03:14', 42, 'UPDATE', '', 'id=514 cola_id=11 proceso_id=15 posicion=86 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:03:14 contador_llamada=2 comienzo_atencion=2022-10-21 14:58:53 estado=generado llamado=1 updated_by=42 ', b'0'),
(3292, '2022-10-21 15:03:23', 42, 'UPDATE', '', 'id=514 cola_id=11 proceso_id=15 posicion=86 operador_id=42 momento_llamada=2022-10-21 15:03:14 contador_llamada=2 comienzo_atencion=2022-10-21 14:58:53 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(3293, '2022-10-21 15:03:27', 42, 'UPDATE', '', 'id=515 cola_id=11 proceso_id=32 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:03:27 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3294, '2022-10-21 15:03:46', 42, 'UPDATE', '', 'id=515 cola_id=11 proceso_id=32 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:03:27 contador_llamada=1 comienzo_atencion=2022-10-21 15:03:46 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3295, '2022-10-21 15:06:22', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=54 estado=generado id=519 ', b'0'),
(3296, '2022-10-21 15:06:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=25 estado=generado id=520 ', b'0'),
(3297, '2022-10-21 15:07:08', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=88 estado=generado id=521 ', b'0'),
(3298, '2022-10-21 15:07:47', 44, 'UPDATE', '', 'id=512 cola_id=11 proceso_id=14 posicion=98 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 14:55:21 contador_llamada=1 comienzo_atencion=2022-10-21 14:55:28 fin_atencion=2022-10-21 15:07:47 estado=finalizado updated_by=44 ', b'0'),
(3299, '2022-10-21 15:07:49', 44, 'UPDATE', '', 'id=516 cola_id=11 proceso_id=15 posicion=87 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:07:49 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3300, '2022-10-21 15:07:56', 44, 'UPDATE', '', 'id=516 cola_id=11 proceso_id=15 posicion=87 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:07:49 contador_llamada=1 comienzo_atencion=2022-10-21 15:07:56 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3301, '2022-10-21 15:08:09', 42, 'UPDATE', '', 'id=515 cola_id=11 proceso_id=32 posicion=29 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:03:27 contador_llamada=1 comienzo_atencion=2022-10-21 15:03:46 fin_atencion=2022-10-21 15:08:09 estado=finalizado updated_by=42 ', b'0'),
(3302, '2022-10-21 15:08:16', 42, 'UPDATE', '', 'id=514 cola_id=11 proceso_id=15 posicion=86 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:08:16 contador_llamada=3 comienzo_atencion=2022-10-21 14:58:53 estado=generado llamado=1 updated_by=42 ', b'0'),
(3303, '2022-10-21 15:09:07', 42, 'UPDATE', '', 'id=514 cola_id=11 proceso_id=15 posicion=86 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:08:16 contador_llamada=3 comienzo_atencion=2022-10-21 15:09:07 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3304, '2022-10-21 15:09:12', 42, 'UPDATE', '', 'id=514 cola_id=11 proceso_id=15 posicion=86 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:08:16 contador_llamada=3 comienzo_atencion=2022-10-21 15:09:07 fin_atencion=2022-10-21 15:09:12 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3305, '2022-10-21 15:10:22', 42, 'UPDATE', '', 'id=517 cola_id=11 proceso_id=14 posicion=99 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:10:22 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3306, '2022-10-21 15:10:31', 44, 'UPDATE', '', 'id=516 cola_id=11 proceso_id=15 posicion=87 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:07:49 contador_llamada=1 comienzo_atencion=2022-10-21 15:07:56 fin_atencion=2022-10-21 15:10:31 estado=finalizado updated_by=44 ', b'0'),
(3307, '2022-10-21 15:10:40', 44, 'UPDATE', '', 'id=518 cola_id=11 proceso_id=27 posicion=43 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:10:40 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(3308, '2022-10-21 15:10:41', 42, 'UPDATE', '', 'id=517 cola_id=11 proceso_id=14 posicion=99 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:10:22 contador_llamada=1 comienzo_atencion=2022-10-21 15:10:41 estado=atendiendo updated_by=42 ', b'0'),
(3309, '2022-10-21 15:10:47', 44, 'UPDATE', '', 'id=518 cola_id=11 proceso_id=27 posicion=43 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:10:40 contador_llamada=1 comienzo_atencion=2022-10-21 15:10:47 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3310, '2022-10-21 15:11:55', 44, 'UPDATE', '', 'id=518 cola_id=11 proceso_id=27 posicion=43 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:10:40 contador_llamada=1 comienzo_atencion=2022-10-21 15:10:47 fin_atencion=2022-10-21 15:11:55 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3311, '2022-10-21 15:12:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=26 estado=generado id=522 ', b'0'),
(3312, '2022-10-21 15:14:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=27 estado=generado id=523 ', b'0'),
(3313, '2022-10-21 15:16:00', 44, 'UPDATE', '', 'id=522 cola_id=11 proceso_id=19 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:16:00 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3314, '2022-10-21 15:16:18', 44, 'UPDATE', '', 'id=522 cola_id=11 proceso_id=19 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:16:18 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3315, '2022-10-21 15:16:42', 44, 'UPDATE', '', 'id=522 cola_id=11 proceso_id=19 posicion=26 operador_id=44 momento_llamada=2022-10-21 15:16:18 contador_llamada=2 prioritario=1 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(3316, '2022-10-21 15:16:44', 44, 'UPDATE', '', 'id=519 cola_id=11 proceso_id=25 posicion=54 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:16:44 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3317, '2022-10-21 15:16:58', 44, 'UPDATE', '', 'id=519 cola_id=11 proceso_id=25 posicion=54 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:16:44 contador_llamada=1 comienzo_atencion=2022-10-21 15:16:58 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3318, '2022-10-21 15:17:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=28 estado=generado id=524 ', b'0'),
(3319, '2022-10-21 15:22:33', 42, 'UPDATE', '', 'id=517 cola_id=11 proceso_id=14 posicion=99 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:10:22 contador_llamada=1 comienzo_atencion=2022-10-21 15:10:41 fin_atencion=2022-10-21 15:22:32 estado=finalizado updated_by=42 ', b'0'),
(3320, '2022-10-21 15:22:35', 42, 'UPDATE', '', 'id=520 cola_id=11 proceso_id=19 posicion=25 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:22:35 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3321, '2022-10-21 15:22:37', 44, 'UPDATE', '', 'id=519 cola_id=11 proceso_id=25 posicion=54 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:16:44 contador_llamada=1 comienzo_atencion=2022-10-21 15:16:58 fin_atencion=2022-10-21 15:22:37 estado=finalizado updated_by=44 ', b'0'),
(3322, '2022-10-21 15:22:40', 44, 'UPDATE', '', 'id=521 cola_id=11 proceso_id=15 posicion=88 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:22:40 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3323, '2022-10-21 15:22:50', 42, 'UPDATE', '', 'id=520 cola_id=11 proceso_id=19 posicion=25 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:22:35 contador_llamada=1 comienzo_atencion=2022-10-21 15:22:50 estado=atendiendo updated_by=42 ', b'0'),
(3324, '2022-10-21 15:23:10', 44, 'UPDATE', '', 'id=521 cola_id=11 proceso_id=15 posicion=88 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:22:40 contador_llamada=1 comienzo_atencion=2022-10-21 15:23:10 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3325, '2022-10-21 15:29:16', 44, 'UPDATE', '', 'id=521 cola_id=11 proceso_id=15 posicion=88 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:22:40 contador_llamada=1 comienzo_atencion=2022-10-21 15:23:10 fin_atencion=2022-10-21 15:29:16 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3326, '2022-10-21 15:29:18', 44, 'UPDATE', '', 'id=523 cola_id=11 proceso_id=19 posicion=27 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:29:18 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3327, '2022-10-21 15:29:43', 44, 'UPDATE', '', 'id=523 cola_id=11 proceso_id=19 posicion=27 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:29:18 contador_llamada=1 comienzo_atencion=2022-10-21 15:29:43 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3328, '2022-10-21 15:30:50', 44, 'UPDATE', '', 'id=523 cola_id=11 proceso_id=19 posicion=27 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:29:18 contador_llamada=1 comienzo_atencion=2022-10-21 15:29:43 fin_atencion=2022-10-21 15:30:50 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3329, '2022-10-21 15:30:51', 44, 'UPDATE', '', 'id=524 cola_id=11 proceso_id=19 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:30:51 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3330, '2022-10-21 15:31:07', 44, 'UPDATE', '', 'id=524 cola_id=11 proceso_id=19 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:30:51 contador_llamada=1 comienzo_atencion=2022-10-21 15:31:07 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3331, '2022-10-21 15:31:11', 44, 'UPDATE', '', 'id=524 cola_id=11 proceso_id=19 posicion=28 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:30:51 contador_llamada=1 comienzo_atencion=2022-10-21 15:31:07 fin_atencion=2022-10-21 15:31:11 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3332, '2022-10-21 15:32:03', 44, 'UPDATE', '', 'id=498 cola_id=11 proceso_id=14 posicion=96 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:32:03 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(3333, '2022-10-21 15:32:45', 44, 'UPDATE', '', 'id=498 cola_id=11 proceso_id=14 posicion=96 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:32:03 contador_llamada=2 comienzo_atencion=2022-10-21 15:32:45 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3334, '2022-10-21 15:32:51', 44, 'UPDATE', '', 'id=498 cola_id=11 proceso_id=14 posicion=96 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:32:03 contador_llamada=2 comienzo_atencion=2022-10-21 15:32:45 fin_atencion=2022-10-21 15:32:51 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3335, '2022-10-21 15:32:56', 44, 'UPDATE', '', 'id=505 cola_id=11 proceso_id=15 posicion=85 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:32:56 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(3336, '2022-10-21 15:33:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=27 posicion=44 estado=generado id=525 ', b'0'),
(3337, '2022-10-21 15:33:09', 44, 'UPDATE', '', 'id=505 cola_id=11 proceso_id=15 posicion=85 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:32:56 contador_llamada=3 comienzo_atencion=2022-10-21 15:33:09 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3338, '2022-10-21 15:33:15', 44, 'UPDATE', '', 'id=505 cola_id=11 proceso_id=15 posicion=85 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:32:56 contador_llamada=3 comienzo_atencion=2022-10-21 15:33:09 fin_atencion=2022-10-21 15:33:15 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3339, '2022-10-21 15:33:18', 44, 'UPDATE', '', 'id=525 cola_id=11 proceso_id=27 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:33:18 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3340, '2022-10-21 15:33:27', 44, 'UPDATE', '', 'id=525 cola_id=11 proceso_id=27 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:33:18 contador_llamada=1 comienzo_atencion=2022-10-21 15:33:27 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3341, '2022-10-21 15:33:42', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=89 estado=generado id=526 ', b'0'),
(3342, '2022-10-21 15:34:15', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=29 estado=generado id=527 ', b'0'),
(3343, '2022-10-21 15:35:11', 44, 'UPDATE', '', 'id=525 cola_id=11 proceso_id=27 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:33:18 contador_llamada=1 comienzo_atencion=2022-10-21 15:33:27 fin_atencion=2022-10-21 15:35:11 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3344, '2022-10-21 15:35:13', 44, 'UPDATE', '', 'id=527 cola_id=11 proceso_id=19 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:35:13 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3345, '2022-10-21 15:35:20', 44, 'UPDATE', '', 'id=527 cola_id=11 proceso_id=19 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:35:13 contador_llamada=1 comienzo_atencion=2022-10-21 15:35:20 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3346, '2022-10-21 15:35:23', 44, 'UPDATE', '', 'id=527 cola_id=11 proceso_id=19 posicion=29 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:35:13 contador_llamada=1 comienzo_atencion=2022-10-21 15:35:20 fin_atencion=2022-10-21 15:35:23 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3347, '2022-10-21 15:36:03', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 posicion=16 estado=generado id=528 ', b'0'),
(3348, '2022-10-21 15:37:25', 42, 'UPDATE', '', 'id=520 cola_id=11 proceso_id=19 posicion=25 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:22:35 contador_llamada=1 comienzo_atencion=2022-10-21 15:22:50 fin_atencion=2022-10-21 15:37:25 estado=finalizado updated_by=42 ', b'0'),
(3349, '2022-10-21 15:37:28', 42, 'UPDATE', '', 'id=526 cola_id=11 proceso_id=15 posicion=89 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:37:28 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3350, '2022-10-21 15:37:43', 44, 'UPDATE', '', 'id=522 cola_id=11 proceso_id=19 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:16:18 contador_llamada=2 comienzo_atencion=2022-10-21 15:37:43 prioritario=1 estado=atendiendo updated_by=44 ', b'0'),
(3351, '2022-10-21 15:37:47', 44, 'UPDATE', '', 'id=522 cola_id=11 proceso_id=19 posicion=26 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:16:18 contador_llamada=2 comienzo_atencion=2022-10-21 15:37:43 fin_atencion=2022-10-21 15:37:47 prioritario=1 estado=finalizado updated_by=44 ', b'0'),
(3352, '2022-10-21 15:37:53', 44, 'UPDATE', '', 'id=528 cola_id=11 proceso_id=29 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:37:53 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3353, '2022-10-21 15:37:57', 42, 'UPDATE', '', 'id=526 cola_id=11 proceso_id=15 posicion=89 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:37:28 contador_llamada=1 comienzo_atencion=2022-10-21 15:37:57 estado=atendiendo updated_by=42 ', b'0'),
(3354, '2022-10-21 15:38:02', 44, 'UPDATE', '', 'id=528 cola_id=11 proceso_id=29 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:37:53 contador_llamada=1 comienzo_atencion=2022-10-21 15:38:02 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3355, '2022-10-21 15:38:14', 44, 'UPDATE', '', 'id=528 cola_id=11 proceso_id=29 posicion=16 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 15:37:53 contador_llamada=1 comienzo_atencion=2022-10-21 15:38:02 fin_atencion=2022-10-21 15:38:14 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3356, '2022-10-21 15:38:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=55 estado=generado id=529 ', b'0'),
(3357, '2022-10-21 15:38:45', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=56 estado=generado id=530 ', b'0'),
(3358, '2022-10-21 15:39:31', 42, 'UPDATE', '', 'id=526 cola_id=11 proceso_id=15 posicion=89 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:37:28 contador_llamada=1 comienzo_atencion=2022-10-21 15:37:57 fin_atencion=2022-10-21 15:39:31 estado=finalizado updated_by=42 ', b'0'),
(3359, '2022-10-21 15:39:33', 42, 'UPDATE', '', 'id=529 cola_id=11 proceso_id=25 posicion=55 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:39:33 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3360, '2022-10-21 15:39:57', 42, 'UPDATE', '', 'id=529 cola_id=11 proceso_id=25 posicion=55 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:39:33 contador_llamada=1 comienzo_atencion=2022-10-21 15:39:57 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3361, '2022-10-21 15:42:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=57 estado=generado id=531 ', b'0'),
(3362, '2022-10-21 15:43:02', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=43 estado=generado id=532 ', b'0'),
(3363, '2022-10-21 15:43:06', 42, 'UPDATE', '', 'id=529 cola_id=11 proceso_id=25 posicion=55 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:39:33 contador_llamada=1 comienzo_atencion=2022-10-21 15:39:57 fin_atencion=2022-10-21 15:43:06 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3364, '2022-10-21 15:43:59', 42, 'UPDATE', '', 'id=530 cola_id=11 proceso_id=25 posicion=56 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:43:59 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3365, '2022-10-21 15:44:30', 42, 'UPDATE', '', 'id=530 cola_id=11 proceso_id=25 posicion=56 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:44:30 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(3366, '2022-10-21 15:44:43', 42, 'UPDATE', '', 'id=530 cola_id=11 proceso_id=25 posicion=56 operador_id=42 momento_llamada=2022-10-21 15:44:30 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(3367, '2022-10-21 15:44:45', 42, 'UPDATE', '', 'id=531 cola_id=11 proceso_id=25 posicion=57 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:44:45 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3368, '2022-10-21 15:45:08', 42, 'UPDATE', '', 'id=531 cola_id=11 proceso_id=25 posicion=57 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:45:08 contador_llamada=2 estado=generado llamado=1 updated_by=42 ', b'0'),
(3369, '2022-10-21 15:45:35', 42, 'UPDATE', '', 'id=531 cola_id=11 proceso_id=25 posicion=57 operador_id=42 momento_llamada=2022-10-21 15:45:08 contador_llamada=2 estado=desplazado llamado=1 updated_by=42 ', b'0'),
(3370, '2022-10-21 15:45:36', 42, 'UPDATE', '', 'id=532 cola_id=11 proceso_id=23 posicion=43 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:45:36 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3371, '2022-10-21 15:48:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=58 estado=generado id=533 ', b'0'),
(3372, '2022-10-21 15:52:13', 42, 'UPDATE', '', 'id=532 cola_id=11 proceso_id=23 posicion=43 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:45:36 contador_llamada=1 comienzo_atencion=2022-10-21 15:52:13 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3373, '2022-10-21 15:52:17', 42, 'UPDATE', '', 'id=532 cola_id=11 proceso_id=23 posicion=43 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:45:36 contador_llamada=1 comienzo_atencion=2022-10-21 15:52:13 fin_atencion=2022-10-21 15:52:17 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3374, '2022-10-21 15:52:27', 42, 'UPDATE', '', 'id=533 cola_id=11 proceso_id=25 posicion=58 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:52:27 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3375, '2022-10-21 15:53:02', 42, 'UPDATE', '', 'id=533 cola_id=11 proceso_id=25 posicion=58 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:52:27 contador_llamada=1 comienzo_atencion=2022-10-21 15:53:02 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3376, '2022-10-21 16:00:52', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=59 estado=generado id=534 ', b'0'),
(3377, '2022-10-21 16:03:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=44 estado=generado id=535 ', b'0'),
(3378, '2022-10-21 16:07:44', 44, 'UPDATE', '', 'id=534 cola_id=11 proceso_id=25 posicion=59 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 16:07:44 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3379, '2022-10-21 16:07:49', 44, 'UPDATE', '', 'id=534 cola_id=11 proceso_id=25 posicion=59 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 16:07:44 contador_llamada=1 comienzo_atencion=2022-10-21 16:07:49 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3380, '2022-10-21 16:08:27', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=24 estado=generado id=536 ', b'0'),
(3381, '2022-10-21 16:10:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=90 estado=generado id=537 ', b'0'),
(3382, '2022-10-21 16:10:53', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=60 estado=generado id=538 ', b'0'),
(3383, '2022-10-21 16:11:17', 44, 'UPDATE', '', 'id=534 cola_id=11 proceso_id=25 posicion=59 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 16:07:44 contador_llamada=1 comienzo_atencion=2022-10-21 16:07:49 fin_atencion=2022-10-21 16:11:17 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3384, '2022-10-21 16:11:18', 44, 'UPDATE', '', 'id=535 cola_id=11 proceso_id=23 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 16:11:18 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3385, '2022-10-21 16:11:56', 41, 'UPDATE', '', 'id=537 cola_id=11 proceso_id=15 posicion=90 modulo_id=14 operador_id=41 momento_llamada=2022-10-21 16:11:56 contador_llamada=1 estado=generado llamado=1 updated_by=41 ', b'0'),
(3386, '2022-10-21 16:12:14', 41, 'UPDATE', '', 'id=537 cola_id=11 proceso_id=15 posicion=90 modulo_id=14 operador_id=41 momento_llamada=2022-10-21 16:11:56 contador_llamada=1 comienzo_atencion=2022-10-21 16:12:14 estado=atendiendo llamado=1 updated_by=41 ', b'0'),
(3387, '2022-10-21 16:14:45', 44, 'UPDATE', '', 'id=535 cola_id=11 proceso_id=23 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 16:14:45 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(3388, '2022-10-21 16:14:47', 44, 'UPDATE', '', 'id=535 cola_id=11 proceso_id=23 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 16:14:45 contador_llamada=2 comienzo_atencion=2022-10-21 16:14:47 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3389, '2022-10-21 16:14:55', 44, 'UPDATE', '', 'id=535 cola_id=11 proceso_id=23 posicion=44 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 16:14:45 contador_llamada=2 comienzo_atencion=2022-10-21 16:14:47 fin_atencion=2022-10-21 16:14:55 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3390, '2022-10-21 16:14:59', 44, 'UPDATE', '', 'id=536 cola_id=11 proceso_id=33 posicion=24 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 16:14:59 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3391, '2022-10-21 16:15:09', 44, 'UPDATE', '', 'id=536 cola_id=11 proceso_id=33 posicion=24 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 16:14:59 contador_llamada=1 comienzo_atencion=2022-10-21 16:15:09 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3392, '2022-10-21 16:15:14', 44, 'UPDATE', '', 'id=536 cola_id=11 proceso_id=33 posicion=24 modulo_id=12 operador_id=44 momento_llamada=2022-10-21 16:14:59 contador_llamada=1 comienzo_atencion=2022-10-21 16:15:09 fin_atencion=2022-10-21 16:15:14 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3393, '2022-10-21 16:16:38', 42, 'UPDATE', '', 'id=533 cola_id=11 proceso_id=25 posicion=58 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 15:52:27 contador_llamada=1 comienzo_atencion=2022-10-21 15:53:02 fin_atencion=2022-10-21 16:16:38 estado=finalizado updated_by=42 ', b'0'),
(3394, '2022-10-21 16:16:40', 42, 'UPDATE', '', 'id=538 cola_id=11 proceso_id=25 posicion=60 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 16:16:40 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3395, '2022-10-21 16:17:01', 41, 'UPDATE', '', 'id=537 cola_id=11 proceso_id=15 posicion=90 modulo_id=14 operador_id=41 momento_llamada=2022-10-21 16:11:56 contador_llamada=1 comienzo_atencion=2022-10-21 16:12:14 fin_atencion=2022-10-21 16:17:01 calificacion=4 estado=finalizado updated_by=41 ', b'0'),
(3396, '2022-10-21 16:51:34', 41, 'EXIT', 'LOGOUT', '', b'0'),
(3397, '2022-10-21 16:53:01', 42, 'UPDATE', '', 'id=538 cola_id=11 proceso_id=25 posicion=60 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 16:16:40 contador_llamada=1 comienzo_atencion=2022-10-21 16:53:01 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3398, '2022-10-21 16:53:06', 42, 'UPDATE', '', 'id=538 cola_id=11 proceso_id=25 posicion=60 modulo_id=13 operador_id=42 momento_llamada=2022-10-21 16:16:40 contador_llamada=1 comienzo_atencion=2022-10-21 16:53:01 fin_atencion=2022-10-21 16:53:06 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3399, '2022-10-22 09:04:17', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=30 estado=generado id=539 ', b'0'),
(3400, '2022-10-22 09:06:18', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=31 estado=generado id=540 ', b'0'),
(3401, '2022-10-22 09:07:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=1 estado=generado id=541 ', b'0'),
(3402, '2022-10-22 09:07:43', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=2 estado=generado id=542 ', b'0'),
(3403, '2022-10-22 09:07:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=32 estado=generado id=543 ', b'0'),
(3404, '2022-10-22 09:09:17', 50, 'ENTRY', 'LOGIN', '', b'0'),
(3405, '2022-10-22 09:09:36', 50, 'UPDATE', '', 'id=24 dep_ofi=5 nombre=Responsabilidad Social abreviacion=RS operador_id=50 ', b'0'),
(3406, '2022-10-22 09:09:53', 50, 'EXIT', 'LOGOUT', '', b'0'),
(3407, '2022-10-22 09:10:14', 42, 'ENTRY', 'LOGIN', '', b'0'),
(3408, '2022-10-22 09:10:48', 42, 'UPDATE', '', 'id=539 cola_id=11 proceso_id=19 posicion=30 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:10:48 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3409, '2022-10-22 09:11:10', 42, 'UPDATE', '', 'id=539 cola_id=11 proceso_id=19 posicion=30 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:10:48 contador_llamada=1 comienzo_atencion=2022-10-22 09:11:10 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3410, '2022-10-22 09:13:49', 42, 'UPDATE', '', 'id=539 cola_id=11 proceso_id=19 posicion=30 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:10:48 contador_llamada=1 comienzo_atencion=2022-10-22 09:11:10 fin_atencion=2022-10-22 09:13:49 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3411, '2022-10-22 09:13:51', 42, 'UPDATE', '', 'id=540 cola_id=11 proceso_id=19 posicion=31 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:13:51 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3412, '2022-10-22 09:14:06', 42, 'UPDATE', '', 'id=540 cola_id=11 proceso_id=19 posicion=31 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:13:51 contador_llamada=1 comienzo_atencion=2022-10-22 09:14:06 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3413, '2022-10-22 09:14:33', 42, 'UPDATE', '', 'id=540 cola_id=11 proceso_id=19 posicion=31 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:13:51 contador_llamada=1 comienzo_atencion=2022-10-22 09:14:06 fin_atencion=2022-10-22 09:14:33 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3414, '2022-10-22 09:14:40', 42, 'UPDATE', '', 'id=541 cola_id=11 proceso_id=14 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:14:40 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3415, '2022-10-22 09:16:32', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=45 estado=generado id=544 ', b'0'),
(3416, '2022-10-22 09:17:38', 42, 'UPDATE', '', 'id=541 cola_id=11 proceso_id=14 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:14:40 contador_llamada=1 comienzo_atencion=2022-10-22 09:17:38 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3417, '2022-10-22 09:19:58', 42, 'UPDATE', '', 'id=541 cola_id=11 proceso_id=14 posicion=1 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:14:40 contador_llamada=1 comienzo_atencion=2022-10-22 09:17:38 fin_atencion=2022-10-22 09:19:58 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3418, '2022-10-22 09:20:04', 42, 'UPDATE', '', 'id=542 cola_id=11 proceso_id=14 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:20:04 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3419, '2022-10-22 09:20:20', 42, 'UPDATE', '', 'id=542 cola_id=11 proceso_id=14 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:20:04 contador_llamada=1 comienzo_atencion=2022-10-22 09:20:20 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3420, '2022-10-22 09:23:48', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 posicion=91 estado=generado id=545 ', b'0'),
(3421, '2022-10-22 09:24:25', 44, 'ENTRY', 'LOGIN', '', b'0'),
(3422, '2022-10-22 09:24:31', 44, 'UPDATE', '', 'id=543 cola_id=11 proceso_id=19 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:24:31 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3423, '2022-10-22 09:24:49', 44, 'UPDATE', '', 'id=543 cola_id=11 proceso_id=19 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:24:49 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(3424, '2022-10-22 09:27:21', 44, 'UPDATE', '', 'id=543 cola_id=11 proceso_id=19 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:27:21 contador_llamada=3 estado=generado llamado=1 updated_by=44 ', b'0'),
(3425, '2022-10-22 09:27:34', 44, 'UPDATE', '', 'id=543 cola_id=11 proceso_id=19 posicion=32 operador_id=44 momento_llamada=2022-10-22 09:27:21 contador_llamada=3 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(3426, '2022-10-22 09:27:39', 44, 'UPDATE', '', 'id=544 cola_id=11 proceso_id=23 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:27:39 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3427, '2022-10-22 09:28:03', 44, 'UPDATE', '', 'id=544 cola_id=11 proceso_id=23 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:28:03 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(3428, '2022-10-22 09:28:30', 44, 'UPDATE', '', 'id=544 cola_id=11 proceso_id=23 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:28:03 contador_llamada=2 comienzo_atencion=2022-10-22 09:28:30 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3429, '2022-10-22 09:29:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=61 estado=generado id=546 ', b'0'),
(3430, '2022-10-22 09:32:21', 42, 'UPDATE', '', 'id=542 cola_id=11 proceso_id=14 posicion=2 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:20:04 contador_llamada=1 comienzo_atencion=2022-10-22 09:20:20 fin_atencion=2022-10-22 09:32:21 estado=finalizado updated_by=42 ', b'0'),
(3431, '2022-10-22 09:33:14', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 posicion=33 estado=generado id=547 ', b'0'),
(3432, '2022-10-22 09:33:31', 42, 'UPDATE', '', 'id=546 cola_id=11 proceso_id=25 posicion=61 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:33:31 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3433, '2022-10-22 09:33:55', 42, 'UPDATE', '', 'id=546 cola_id=11 proceso_id=25 posicion=61 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:33:31 contador_llamada=1 comienzo_atencion=2022-10-22 09:33:55 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3434, '2022-10-22 09:34:12', 44, 'UPDATE', '', 'id=544 cola_id=11 proceso_id=23 posicion=45 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:28:03 contador_llamada=2 comienzo_atencion=2022-10-22 09:28:30 fin_atencion=2022-10-22 09:34:12 estado=finalizado updated_by=44 ', b'0'),
(3435, '2022-10-22 09:34:15', 44, 'UPDATE', '', 'id=545 cola_id=11 proceso_id=15 posicion=91 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:34:15 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3436, '2022-10-22 09:34:39', 44, 'UPDATE', '', 'id=545 cola_id=11 proceso_id=15 posicion=91 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:34:15 contador_llamada=1 comienzo_atencion=2022-10-22 09:34:39 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3437, '2022-10-22 09:34:59', 44, 'UPDATE', '', 'id=545 cola_id=11 proceso_id=15 posicion=91 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:34:15 contador_llamada=1 comienzo_atencion=2022-10-22 09:34:39 fin_atencion=2022-10-22 09:34:59 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3438, '2022-10-22 09:35:02', 44, 'UPDATE', '', 'id=547 cola_id=11 proceso_id=19 posicion=33 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:35:02 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3439, '2022-10-22 09:35:26', 44, 'UPDATE', '', 'id=547 cola_id=11 proceso_id=19 posicion=33 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:35:02 contador_llamada=1 comienzo_atencion=2022-10-22 09:35:26 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3440, '2022-10-22 09:35:28', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=62 estado=generado id=548 ', b'0'),
(3441, '2022-10-22 09:37:24', 44, 'UPDATE', '', 'id=547 cola_id=11 proceso_id=19 posicion=33 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:35:02 contador_llamada=1 comienzo_atencion=2022-10-22 09:35:26 fin_atencion=2022-10-22 09:37:24 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3442, '2022-10-22 09:37:51', 42, 'UPDATE', '', 'id=546 cola_id=11 proceso_id=25 posicion=61 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:33:31 contador_llamada=1 comienzo_atencion=2022-10-22 09:33:55 fin_atencion=2022-10-22 09:37:51 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(3443, '2022-10-22 09:37:55', 42, 'UPDATE', '', 'id=548 cola_id=11 proceso_id=25 posicion=62 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:37:55 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3444, '2022-10-22 09:38:38', 42, 'UPDATE', '', 'id=548 cola_id=11 proceso_id=25 posicion=62 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:37:55 contador_llamada=1 comienzo_atencion=2022-10-22 09:38:38 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3445, '2022-10-22 09:38:39', 44, 'UPDATE', '', 'id=543 cola_id=11 proceso_id=19 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 09:38:39 contador_llamada=4 estado=generado llamado=1 updated_by=44 ', b'0'),
(3446, '2022-10-22 09:38:53', 44, 'UPDATE', '', 'id=543 cola_id=11 proceso_id=19 posicion=32 operador_id=44 momento_llamada=2022-10-22 09:38:39 contador_llamada=4 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(3447, '2022-10-22 09:41:32', 42, 'UPDATE', '', 'id=548 cola_id=11 proceso_id=25 posicion=62 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:37:55 contador_llamada=1 comienzo_atencion=2022-10-22 09:38:38 fin_atencion=2022-10-22 09:41:32 estado=finalizado updated_by=42 ', b'0'),
(3448, '2022-10-22 09:46:28', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=63 estado=generado id=549 ', b'0'),
(3449, '2022-10-22 09:46:47', 42, 'UPDATE', '', 'id=549 cola_id=11 proceso_id=25 posicion=63 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:46:47 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3450, '2022-10-22 09:47:05', 42, 'UPDATE', '', 'id=549 cola_id=11 proceso_id=25 posicion=63 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:46:47 contador_llamada=1 comienzo_atencion=2022-10-22 09:47:05 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3451, '2022-10-22 10:03:11', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=64 estado=generado id=550 ', b'0'),
(3452, '2022-10-22 10:05:18', 44, 'UPDATE', '', 'id=550 cola_id=11 proceso_id=25 posicion=64 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:05:17 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3453, '2022-10-22 10:05:35', 44, 'UPDATE', '', 'id=550 cola_id=11 proceso_id=25 posicion=64 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:05:17 contador_llamada=1 comienzo_atencion=2022-10-22 10:05:35 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3454, '2022-10-22 10:07:19', 44, 'UPDATE', '', 'id=550 cola_id=11 proceso_id=25 posicion=64 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:05:17 contador_llamada=1 comienzo_atencion=2022-10-22 10:05:35 fin_atencion=2022-10-22 10:07:19 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3455, '2022-10-22 10:09:34', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=3 estado=generado id=551 ', b'0'),
(3456, '2022-10-22 10:11:08', 44, 'UPDATE', '', 'id=551 cola_id=11 proceso_id=14 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:11:08 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3457, '2022-10-22 10:11:08', 42, 'UPDATE', '', 'id=549 cola_id=11 proceso_id=25 posicion=63 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 09:46:47 contador_llamada=1 comienzo_atencion=2022-10-22 09:47:05 fin_atencion=2022-10-22 10:11:08 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(3458, '2022-10-22 10:11:20', 0, 'CREATE', '', 'cola_id=11 proceso_id=19 prioritario=1 posicion=34 estado=generado id=552 ', b'0'),
(3459, '2022-10-22 10:11:47', 42, 'UPDATE', '', 'id=552 cola_id=11 proceso_id=19 posicion=34 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:11:47 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3460, '2022-10-22 10:12:10', 44, 'UPDATE', '', 'id=551 cola_id=11 proceso_id=14 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:11:08 contador_llamada=1 comienzo_atencion=2022-10-22 10:12:10 estado=atendiendo updated_by=44 ', b'0'),
(3461, '2022-10-22 10:12:18', 44, 'UPDATE', '', 'id=551 cola_id=11 proceso_id=14 posicion=3 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:11:08 contador_llamada=1 comienzo_atencion=2022-10-22 10:12:10 fin_atencion=2022-10-22 10:12:18 estado=finalizado updated_by=44 ', b'0'),
(3462, '2022-10-22 10:13:40', 42, 'UPDATE', '', 'id=552 cola_id=11 proceso_id=19 posicion=34 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:11:47 contador_llamada=1 comienzo_atencion=2022-10-22 10:13:40 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3463, '2022-10-22 10:13:46', 42, 'UPDATE', '', 'id=552 cola_id=11 proceso_id=19 posicion=34 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:11:47 contador_llamada=1 comienzo_atencion=2022-10-22 10:13:40 fin_atencion=2022-10-22 10:13:46 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3464, '2022-10-22 10:14:04', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 prioritario=1 posicion=65 estado=generado id=553 ', b'0'),
(3465, '2022-10-22 10:14:27', 42, 'UPDATE', '', 'id=553 cola_id=11 proceso_id=25 posicion=65 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:14:27 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3466, '2022-10-22 10:14:50', 42, 'UPDATE', '', 'id=553 cola_id=11 proceso_id=25 posicion=65 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:14:27 contador_llamada=1 comienzo_atencion=2022-10-22 10:14:50 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3467, '2022-10-22 10:17:23', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=66 estado=generado id=554 ', b'0'),
(3468, '2022-10-22 10:20:30', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 prioritario=1 posicion=4 estado=generado id=555 ', b'0'),
(3469, '2022-10-22 10:21:36', 42, 'UPDATE', '', 'id=553 cola_id=11 proceso_id=25 posicion=65 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:14:27 contador_llamada=1 comienzo_atencion=2022-10-22 10:14:50 fin_atencion=2022-10-22 10:21:36 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3470, '2022-10-22 10:23:01', 44, 'UPDATE', '', 'id=555 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:23:01 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3471, '2022-10-22 10:23:25', 44, 'UPDATE', '', 'id=555 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:23:01 contador_llamada=1 comienzo_atencion=2022-10-22 10:23:25 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3472, '2022-10-22 10:23:49', 44, 'UPDATE', '', 'id=555 cola_id=11 proceso_id=14 posicion=4 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:23:01 contador_llamada=1 comienzo_atencion=2022-10-22 10:23:25 fin_atencion=2022-10-22 10:23:49 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3473, '2022-10-22 10:23:53', 44, 'UPDATE', '', 'id=554 cola_id=11 proceso_id=25 posicion=66 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:23:53 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3474, '2022-10-22 10:24:34', 44, 'UPDATE', '', 'id=554 cola_id=11 proceso_id=25 posicion=66 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:23:53 contador_llamada=1 comienzo_atencion=2022-10-22 10:24:34 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3475, '2022-10-22 10:27:05', 0, 'CREATE', '', 'cola_id=11 proceso_id=33 posicion=25 estado=generado id=556 ', b'0'),
(3476, '2022-10-22 10:27:37', 0, 'CREATE', '', 'cola_id=11 proceso_id=29 prioritario=1 posicion=17 estado=generado id=557 ', b'0'),
(3477, '2022-10-22 10:30:58', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=5 estado=generado id=558 ', b'0'),
(3478, '2022-10-22 10:31:35', 44, 'UPDATE', '', 'id=554 cola_id=11 proceso_id=25 posicion=66 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:23:53 contador_llamada=1 comienzo_atencion=2022-10-22 10:24:34 fin_atencion=2022-10-22 10:31:35 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3479, '2022-10-22 10:31:46', 42, 'UPDATE', '', 'id=557 cola_id=11 proceso_id=29 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:31:46 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3480, '2022-10-22 10:32:03', 42, 'UPDATE', '', 'id=557 cola_id=11 proceso_id=29 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:31:46 contador_llamada=1 comienzo_atencion=2022-10-22 10:32:03 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3481, '2022-10-22 10:35:42', 44, 'UPDATE', '', 'id=556 cola_id=11 proceso_id=33 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:35:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3482, '2022-10-22 10:36:01', 44, 'UPDATE', '', 'id=556 cola_id=11 proceso_id=33 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:35:42 contador_llamada=1 comienzo_atencion=2022-10-22 10:36:01 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3483, '2022-10-22 10:36:08', 42, 'UPDATE', '', 'id=557 cola_id=11 proceso_id=29 posicion=17 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:31:46 contador_llamada=1 comienzo_atencion=2022-10-22 10:32:03 fin_atencion=2022-10-22 10:36:08 prioritario=1 estado=finalizado updated_by=42 ', b'0'),
(3484, '2022-10-22 10:36:12', 42, 'UPDATE', '', 'id=558 cola_id=11 proceso_id=14 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:36:12 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3485, '2022-10-22 10:36:46', 42, 'UPDATE', '', 'id=558 cola_id=11 proceso_id=14 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:36:12 contador_llamada=1 comienzo_atencion=2022-10-22 10:36:46 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3486, '2022-10-22 10:41:16', 44, 'UPDATE', '', 'id=556 cola_id=11 proceso_id=33 posicion=25 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:35:42 contador_llamada=1 comienzo_atencion=2022-10-22 10:36:01 fin_atencion=2022-10-22 10:41:16 estado=finalizado updated_by=44 ', b'0'),
(3487, '2022-10-22 10:50:36', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=6 estado=generado id=559 ', b'0'),
(3488, '2022-10-22 10:52:43', 44, 'UPDATE', '', 'id=559 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:52:43 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3489, '2022-10-22 10:53:28', 44, 'UPDATE', '', 'id=543 cola_id=11 proceso_id=19 posicion=32 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:53:28 contador_llamada=5 estado=generado llamado=1 updated_by=44 ', b'0'),
(3490, '2022-10-22 10:53:46', 44, 'UPDATE', '', 'id=543 cola_id=11 proceso_id=19 posicion=32 operador_id=44 momento_llamada=2022-10-22 10:53:28 contador_llamada=5 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(3491, '2022-10-22 10:53:48', 44, 'UPDATE', '', 'id=559 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:53:48 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(3492, '2022-10-22 10:54:03', 44, 'UPDATE', '', 'id=559 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:53:48 contador_llamada=2 comienzo_atencion=2022-10-22 10:54:03 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3493, '2022-10-22 10:58:19', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=67 estado=generado id=560 ', b'0'),
(3494, '2022-10-22 11:00:18', 42, 'UPDATE', '', 'id=558 cola_id=11 proceso_id=14 posicion=5 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:36:12 contador_llamada=1 comienzo_atencion=2022-10-22 10:36:46 fin_atencion=2022-10-22 11:00:18 estado=finalizado updated_by=42 ', b'0'),
(3495, '2022-10-22 11:00:39', 42, 'UPDATE', '', 'id=560 cola_id=11 proceso_id=25 posicion=67 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-22 11:00:39 estado=atendiendo ', b'0'),
(3496, '2022-10-22 11:02:03', 42, 'UPDATE', '', 'id=560 cola_id=11 proceso_id=25 posicion=67 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-22 11:00:39 fin_atencion=2022-10-22 11:02:03 estado=finalizado ', b'0'),
(3497, '2022-10-22 11:05:34', 42, 'UPDATE', '', 'id=543 cola_id=11 proceso_id=19 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:53:28 contador_llamada=5 comienzo_atencion=2022-10-22 11:05:34 estado=atendiendo updated_by=44 ', b'0'),
(3498, '2022-10-22 11:05:40', 42, 'UPDATE', '', 'id=543 cola_id=11 proceso_id=19 posicion=32 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 10:53:28 contador_llamada=5 comienzo_atencion=2022-10-22 11:05:34 fin_atencion=2022-10-22 11:05:40 estado=finalizado updated_by=44 ', b'0'),
(3499, '2022-10-22 11:16:08', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=68 estado=generado id=561 ', b'0'),
(3500, '2022-10-22 11:16:28', 42, 'UPDATE', '', 'id=561 cola_id=11 proceso_id=25 posicion=68 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:16:28 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3501, '2022-10-22 11:19:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=15 prioritario=1 posicion=92 estado=generado id=562 ', b'0'),
(3502, '2022-10-22 11:19:51', 0, 'CREATE', '', 'cola_id=11 proceso_id=24 posicion=38 estado=generado id=563 ', b'0'),
(3503, '2022-10-22 11:20:54', 44, 'UPDATE', '', 'id=559 cola_id=11 proceso_id=14 posicion=6 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 10:53:48 contador_llamada=2 comienzo_atencion=2022-10-22 10:54:03 fin_atencion=2022-10-22 11:20:54 estado=finalizado updated_by=44 ', b'0'),
(3504, '2022-10-22 11:20:59', 44, 'UPDATE', '', 'id=562 cola_id=11 proceso_id=15 posicion=92 prioritario=1 estado=desplazado updated_by=44 ', b'0'),
(3505, '2022-10-22 11:21:06', 44, 'UPDATE', '', 'id=563 cola_id=11 proceso_id=24 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:21:06 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3506, '2022-10-22 11:21:25', 44, 'UPDATE', '', 'id=563 cola_id=11 proceso_id=24 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:21:06 contador_llamada=1 comienzo_atencion=2022-10-22 11:21:25 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3507, '2022-10-22 11:23:11', 44, 'UPDATE', '', 'id=563 cola_id=11 proceso_id=24 posicion=38 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:21:06 contador_llamada=1 comienzo_atencion=2022-10-22 11:21:25 fin_atencion=2022-10-22 11:23:11 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3508, '2022-10-22 11:23:16', 44, 'UPDATE', '', 'id=562 cola_id=11 proceso_id=15 posicion=92 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:23:16 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3509, '2022-10-22 11:23:48', 44, 'UPDATE', '', 'id=562 cola_id=11 proceso_id=15 posicion=92 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:23:16 contador_llamada=1 comienzo_atencion=2022-10-22 11:23:48 prioritario=1 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3510, '2022-10-22 11:26:10', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=69 estado=generado id=564 ', b'0'),
(3511, '2022-10-22 11:27:09', 44, 'UPDATE', '', 'id=562 cola_id=11 proceso_id=15 posicion=92 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:23:16 contador_llamada=1 comienzo_atencion=2022-10-22 11:23:48 fin_atencion=2022-10-22 11:27:09 prioritario=1 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3512, '2022-10-22 11:30:49', 44, 'UPDATE', '', 'id=564 cola_id=11 proceso_id=25 posicion=69 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:30:49 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3513, '2022-10-22 11:31:25', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=46 estado=generado id=565 ', b'0'),
(3514, '2022-10-22 11:31:42', 44, 'UPDATE', '', 'id=564 cola_id=11 proceso_id=25 posicion=69 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:31:42 contador_llamada=2 estado=generado llamado=1 updated_by=44 ', b'0'),
(3515, '2022-10-22 11:32:07', 42, 'UPDATE', '', 'id=561 cola_id=11 proceso_id=25 posicion=68 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:16:28 contador_llamada=1 comienzo_atencion=2022-10-22 11:32:07 estado=atendiendo updated_by=42 ', b'0'),
(3516, '2022-10-22 11:32:11', 44, 'UPDATE', '', 'id=564 cola_id=11 proceso_id=25 posicion=69 operador_id=44 momento_llamada=2022-10-22 11:31:42 contador_llamada=2 estado=desplazado llamado=1 updated_by=44 ', b'0'),
(3517, '2022-10-22 11:32:13', 42, 'UPDATE', '', 'id=561 cola_id=11 proceso_id=25 posicion=68 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:16:28 contador_llamada=1 comienzo_atencion=2022-10-22 11:32:07 fin_atencion=2022-10-22 11:32:13 estado=finalizado updated_by=42 ', b'0'),
(3518, '2022-10-22 11:32:14', 44, 'UPDATE', '', 'id=565 cola_id=11 proceso_id=23 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:32:14 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3519, '2022-10-22 11:34:25', 44, 'UPDATE', '', 'id=565 cola_id=11 proceso_id=23 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:32:14 contador_llamada=1 comienzo_atencion=2022-10-22 11:34:25 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3520, '2022-10-22 11:34:32', 44, 'UPDATE', '', 'id=565 cola_id=11 proceso_id=23 posicion=46 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:32:14 contador_llamada=1 comienzo_atencion=2022-10-22 11:34:25 fin_atencion=2022-10-22 11:34:32 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3521, '2022-10-22 11:41:57', 0, 'CREATE', '', 'cola_id=11 proceso_id=17 prioritario=1 posicion=21 estado=generado id=566 ', b'0'),
(3522, '2022-10-22 11:45:13', 42, 'UPDATE', '', 'id=566 cola_id=11 proceso_id=17 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:45:13 contador_llamada=1 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3523, '2022-10-22 11:45:28', 42, 'UPDATE', '', 'id=566 cola_id=11 proceso_id=17 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:45:28 contador_llamada=2 prioritario=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3524, '2022-10-22 11:45:58', 42, 'UPDATE', '', 'id=566 cola_id=11 proceso_id=17 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:45:28 contador_llamada=2 comienzo_atencion=2022-10-22 11:45:58 prioritario=1 estado=atendiendo llamado=1 updated_by=42 ', b'0'),
(3525, '2022-10-22 11:48:45', 42, 'UPDATE', '', 'id=566 cola_id=11 proceso_id=17 posicion=21 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:45:28 contador_llamada=2 comienzo_atencion=2022-10-22 11:45:58 fin_atencion=2022-10-22 11:48:45 prioritario=1 estado=finalizado llamado=1 updated_by=42 ', b'0'),
(3526, '2022-10-22 11:48:56', 0, 'CREATE', '', 'cola_id=11 proceso_id=25 posicion=70 estado=generado id=567 ', b'0'),
(3527, '2022-10-22 11:49:16', 42, 'UPDATE', '', 'id=567 cola_id=11 proceso_id=25 posicion=70 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:49:16 contador_llamada=1 estado=generado llamado=1 updated_by=42 ', b'0'),
(3528, '2022-10-22 11:56:08', 0, 'CREATE', '', 'cola_id=11 proceso_id=14 posicion=7 estado=generado id=568 ', b'0'),
(3529, '2022-10-22 11:57:42', 44, 'UPDATE', '', 'id=568 cola_id=11 proceso_id=14 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:57:42 contador_llamada=1 estado=generado llamado=1 updated_by=44 ', b'0'),
(3530, '2022-10-22 11:58:08', 44, 'UPDATE', '', 'id=568 cola_id=11 proceso_id=14 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:57:42 contador_llamada=1 comienzo_atencion=2022-10-22 11:58:08 estado=atendiendo llamado=1 updated_by=44 ', b'0'),
(3531, '2022-10-22 12:06:16', 0, 'CREATE', '', 'cola_id=11 proceso_id=23 posicion=47 estado=generado id=569 ', b'0'),
(3532, '2022-10-22 12:07:07', 42, 'UPDATE', '', 'id=567 cola_id=11 proceso_id=25 posicion=70 operador_id=42 momento_llamada=2022-10-22 11:49:16 contador_llamada=1 estado=desplazado updated_by=42 ', b'0');
INSERT INTO `logs_sistema` (`id`, `fecha`, `user_id`, `operacion`, `permiso`, `datos`, `notificado`) VALUES
(3533, '2022-10-22 12:07:09', 42, 'UPDATE', '', 'id=569 cola_id=11 proceso_id=23 posicion=47 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-22 12:07:09 estado=atendiendo ', b'0'),
(3534, '2022-10-22 12:09:33', 42, 'UPDATE', '', 'id=569 cola_id=11 proceso_id=23 posicion=47 modulo_id=13 operador_id=42 comienzo_atencion=2022-10-22 12:07:09 fin_atencion=2022-10-22 12:09:33 estado=finalizado ', b'0'),
(3535, '2022-10-22 12:28:02', 44, 'UPDATE', '', 'id=568 cola_id=11 proceso_id=14 posicion=7 modulo_id=12 operador_id=44 momento_llamada=2022-10-22 11:57:42 contador_llamada=1 comienzo_atencion=2022-10-22 11:58:08 fin_atencion=2022-10-22 12:28:02 estado=finalizado llamado=1 updated_by=44 ', b'0'),
(3536, '2022-10-22 12:33:36', 44, 'UPDATE', '', 'id=12 dep_ofi=5 nombre=Módulo 1 abreviacion=M1 ', b'0'),
(3537, '2022-10-22 12:35:04', 42, 'UPDATE', '', 'id=564 cola_id=11 proceso_id=25 posicion=69 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:31:42 contador_llamada=2 comienzo_atencion=2022-10-22 12:35:04 estado=atendiendo updated_by=44 ', b'0'),
(3538, '2022-10-22 12:35:10', 42, 'UPDATE', '', 'id=564 cola_id=11 proceso_id=25 posicion=69 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:31:42 contador_llamada=2 comienzo_atencion=2022-10-22 12:35:04 fin_atencion=2022-10-22 12:35:10 estado=finalizado updated_by=44 ', b'0'),
(3539, '2022-10-22 12:35:13', 42, 'UPDATE', '', 'id=567 cola_id=11 proceso_id=25 posicion=70 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:49:16 contador_llamada=1 comienzo_atencion=2022-10-22 12:35:13 estado=atendiendo updated_by=42 ', b'0'),
(3540, '2022-10-22 12:35:18', 42, 'UPDATE', '', 'id=567 cola_id=11 proceso_id=25 posicion=70 modulo_id=13 operador_id=42 momento_llamada=2022-10-22 11:49:16 contador_llamada=1 comienzo_atencion=2022-10-22 12:35:13 fin_atencion=2022-10-22 12:35:18 estado=finalizado updated_by=42 ', b'0'),
(3541, '2022-10-22 12:35:39', 42, 'EXIT', 'LOGOUT', '', b'0');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '0000_00_00_000000_create_websockets_statistics_entries_table', 1);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `modulos`
--

CREATE TABLE `modulos` (
  `id` bigint(20) NOT NULL,
  `dep_ofi` bigint(20) NOT NULL,
  `nombre` varchar(250) NOT NULL,
  `abreviacion` varchar(25) NOT NULL,
  `operador_id` bigint(20) DEFAULT NULL,
  `operador_default` bigint(20) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `modulos`
--

INSERT INTO `modulos` (`id`, `dep_ofi`, `nombre`, `abreviacion`, `operador_id`, `operador_default`, `created_at`, `updated_at`) VALUES
(12, 5, 'Módulo 1', 'M1', NULL, NULL, '2022-09-15 12:56:01', '2022-10-22 12:33:36'),
(13, 5, 'Módulo 2', 'M2', 42, NULL, '2022-08-19 17:55:17', '2022-10-21 08:16:55'),
(14, 5, 'Módulo 3', 'M3', 41, NULL, '2022-08-19 18:11:55', '2022-10-21 08:12:55'),
(22, 5, 'Módulo 4', 'M4', 43, NULL, '2022-10-16 15:00:52', '2022-10-18 14:40:14'),
(23, 5, 'CAPTACIONES', 'CAP', 46, NULL, '2022-10-17 09:15:16', '2022-10-17 11:06:58'),
(24, 5, 'Responsabilidad Social', 'RS', 50, NULL, '2022-10-17 09:15:42', '2022-10-22 09:09:36'),
(27, 5, 'Prueba', 'P4', 33, NULL, '2022-10-18 09:04:02', '2022-10-18 10:00:14');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `modulos_procesos`
--

CREATE TABLE `modulos_procesos` (
  `id` bigint(20) NOT NULL,
  `modulo_id` bigint(20) NOT NULL,
  `proceso_id` bigint(20) NOT NULL,
  `operador_id` bigint(20) DEFAULT NULL,
  `estado` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `modulos_procesos`
--

INSERT INTO `modulos_procesos` (`id`, `modulo_id`, `proceso_id`, `operador_id`, `estado`, `created_at`, `updated_at`) VALUES
(63, 12, 14, NULL, 1, '2022-09-28 15:01:14', '2022-10-04 18:15:54'),
(64, 12, 15, NULL, 1, '2022-09-28 15:01:14', '2022-09-28 15:01:14'),
(65, 12, 16, NULL, 1, '2022-09-28 15:01:14', '2022-09-28 15:01:14'),
(67, 12, 19, NULL, 1, '2022-09-28 15:01:14', '2022-09-28 15:01:14'),
(68, 12, 20, NULL, 1, '2022-09-28 15:01:14', '2022-09-28 15:01:14'),
(69, 12, 21, NULL, 1, '2022-09-28 15:01:14', '2022-09-28 15:01:14'),
(71, 13, 19, NULL, 1, '2022-09-28 15:01:45', '2022-09-28 15:01:45'),
(72, 13, 20, NULL, 1, '2022-09-28 15:01:45', '2022-09-28 15:01:45'),
(73, 13, 21, NULL, 1, '2022-09-28 15:01:45', '2022-09-28 15:01:45'),
(74, 13, 22, NULL, 1, '2022-09-28 15:01:45', '2022-09-28 15:01:45'),
(100, 12, 22, NULL, 1, '2022-10-04 18:24:08', '2022-10-04 18:24:08'),
(101, 12, 17, NULL, 1, '2022-10-07 16:28:50', '2022-10-07 16:28:50'),
(102, 13, 14, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(103, 13, 15, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(104, 13, 16, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(105, 13, 17, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(106, 13, 23, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(107, 13, 24, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(108, 13, 25, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(109, 13, 26, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(110, 13, 27, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(111, 13, 28, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(112, 13, 29, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(113, 13, 30, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(114, 13, 31, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(115, 13, 32, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(116, 13, 33, NULL, 1, '2022-10-15 09:12:52', '2022-10-15 09:12:52'),
(118, 14, 15, NULL, 1, '2022-10-17 08:13:46', '2022-10-17 08:13:46'),
(132, 22, 14, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(133, 22, 15, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(134, 22, 16, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(135, 22, 19, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(136, 22, 20, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(137, 22, 21, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(138, 22, 22, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(139, 22, 23, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(140, 22, 24, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(141, 22, 25, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(142, 22, 26, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(143, 22, 27, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(144, 22, 28, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(146, 22, 30, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(147, 22, 31, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(148, 22, 32, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(149, 22, 33, NULL, 1, '2022-10-17 08:14:45', '2022-10-17 08:14:45'),
(150, 12, 24, NULL, 1, '2022-10-17 08:52:16', '2022-10-17 08:52:16'),
(151, 12, 25, NULL, 1, '2022-10-17 08:52:16', '2022-10-17 08:52:16'),
(152, 12, 26, NULL, 1, '2022-10-17 08:52:16', '2022-10-17 08:52:16'),
(153, 12, 27, NULL, 1, '2022-10-17 08:52:16', '2022-10-17 08:52:16'),
(154, 12, 28, NULL, 1, '2022-10-17 08:52:16', '2022-10-17 08:52:16'),
(155, 12, 31, NULL, 1, '2022-10-17 08:52:16', '2022-10-17 08:52:16'),
(156, 12, 33, NULL, 1, '2022-10-17 08:52:16', '2022-10-17 08:52:16'),
(157, 12, 23, NULL, 1, '2022-10-17 09:15:45', '2022-10-17 09:15:45'),
(158, 12, 32, NULL, 1, '2022-10-17 09:15:45', '2022-10-17 09:15:45'),
(159, 23, 20, NULL, 1, '2022-10-17 09:18:15', '2022-10-17 09:18:15'),
(160, 23, 21, NULL, 1, '2022-10-17 09:18:15', '2022-10-17 09:18:15'),
(161, 23, 22, NULL, 1, '2022-10-17 09:18:15', '2022-10-17 09:18:15'),
(162, 23, 28, NULL, 1, '2022-10-17 09:18:15', '2022-10-17 09:18:15'),
(163, 23, 30, NULL, 1, '2022-10-17 09:18:15', '2022-10-17 09:18:15'),
(164, 24, 32, NULL, 1, '2022-10-17 09:18:32', '2022-10-17 09:18:32'),
(165, 23, 34, NULL, 1, '2022-10-17 10:11:31', '2022-10-17 10:11:31'),
(169, 12, 29, NULL, 1, '2022-10-18 09:02:48', '2022-10-18 09:02:48'),
(170, 27, 29, NULL, 1, '2022-10-18 09:05:40', '2022-10-18 09:05:40'),
(171, 27, 30, NULL, 1, '2022-10-18 09:05:40', '2022-10-18 09:05:40');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `multimedia`
--

CREATE TABLE `multimedia` (
  `id` bigint(20) NOT NULL,
  `ruta` varchar(500) DEFAULT NULL,
  `nombre` varchar(500) DEFAULT NULL,
  `tiempo` int(11) DEFAULT NULL COMMENT 'tiempo en segundos',
  `tipo` varchar(100) DEFAULT NULL COMMENT 'imagen/video',
  `orientado` varchar(1000) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime DEFAULT current_timestamp(),
  `created_by` bigint(20) DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `multimedia`
--

INSERT INTO `multimedia` (`id`, `ruta`, `nombre`, `tiempo`, `tipo`, `orientado`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(16, '20220912_1.mp4', 'Acceder', NULL, 'video', NULL, '2022-09-12 19:15:40', '2022-09-12 19:15:40', 30, NULL),
(17, '20220912_2.mp4', 'Progresando', NULL, 'video', NULL, '2022-09-12 19:16:02', '2022-09-12 19:16:02', 30, NULL),
(18, '20220912_3.mp4', 'Taxista', NULL, 'video', NULL, '2022-09-12 19:32:21', '2022-09-12 19:32:21', 30, NULL),
(21, '20220912_4.mp4', 'Reactivate', NULL, 'video', NULL, '2022-09-12 20:13:04', '2022-09-12 20:13:04', 30, NULL),
(33, '20220922_9.mp4', 'Video para Kiosko', NULL, 'video', 'kiosko_turnos', '2022-09-22 16:04:41', '2022-09-22 16:04:41', 30, NULL),
(38, '20221005_8.mp4', 'Salva Pantallas', NULL, 'video', 'kiosko_turnos', '2022-10-05 15:20:11', '2022-10-05 15:20:11', 30, NULL),
(39, '20221005_9.mp4', 'Acceder kiosko', NULL, 'video', 'kiosko_turnos', '2022-10-05 15:53:06', '2022-10-05 15:53:06', 30, NULL),
(40, '20221006_8.mp4', 'Identificador Pantalla', NULL, 'video', 'kiosko_principal', '2022-10-06 22:58:28', '2022-10-06 22:58:28', 30, NULL),
(41, '20221006_9.mp4', 'Video Identificador pantallas cert', NULL, 'video', 'kiosko_certificados', '2022-10-06 23:37:33', '2022-10-06 23:37:33', 30, NULL),
(42, '20221014_10.mp4', 'Video 4', NULL, 'video', 'Todas las oficinas, todos los departamentos.', '2022-10-14 16:26:23', '2022-10-14 16:26:23', 30, NULL),
(43, '20221014_11.mp4', 'Video 7', NULL, 'video', 'Todas las oficinas, todos los departamentos.', '2022-10-14 16:31:35', '2022-10-14 16:31:35', 30, NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `multimedia_departamento`
--

CREATE TABLE `multimedia_departamento` (
  `id` bigint(20) NOT NULL,
  `multimedia_id` bigint(20) NOT NULL,
  `ofi_depa_id` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `multimedia_departamento`
--

INSERT INTO `multimedia_departamento` (`id`, `multimedia_id`, `ofi_depa_id`) VALUES
(33, 16, 7),
(36, 17, 7),
(43, 21, 7),
(90, 17, 6),
(100, 42, 5);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `multimedia_kiosko`
--

CREATE TABLE `multimedia_kiosko` (
  `id` bigint(20) NOT NULL,
  `oficina_id` bigint(20) DEFAULT NULL,
  `ofi_depa_id` bigint(20) DEFAULT NULL,
  `multimedia_id` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `multimedia_kiosko`
--

INSERT INTO `multimedia_kiosko` (`id`, `oficina_id`, `ofi_depa_id`, `multimedia_id`) VALUES
(15, 3, NULL, 41),
(16, 3, NULL, 33),
(17, 3, NULL, 40);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `notificaciones`
--

CREATE TABLE `notificaciones` (
  `id` bigint(20) NOT NULL,
  `idUser` int(11) NOT NULL,
  `idSupervisor` int(11) NOT NULL,
  `idAlerta` int(11) DEFAULT NULL,
  `tipo` varchar(1) NOT NULL DEFAULT 'I',
  `Concepto` varchar(150) NOT NULL,
  `mensaje` text DEFAULT NULL,
  `FechaHora` datetime NOT NULL DEFAULT current_timestamp(),
  `idDestino1` int(11) DEFAULT NULL,
  `idDestino2` int(11) DEFAULT NULL,
  `idDestino3` int(11) DEFAULT NULL,
  `idDestino4` int(11) DEFAULT NULL,
  `enviaMail` int(1) NOT NULL DEFAULT 1,
  `enviadoMail` int(1) NOT NULL DEFAULT 0,
  `enviaSMS` bit(1) NOT NULL DEFAULT b'0',
  `enviadoSMS` bit(1) NOT NULL DEFAULT b'0',
  `mailDefaultCliente` varchar(100) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `notificaciones`
--

INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(140, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 22:31:52<br>8815</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gozález Hernández email=mpinargoteintriago@hotmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 22:31:52', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(141, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 17:18:32<br>8805</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gozález Hernández email=alinagh1971@gmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 17:18:32', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(142, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 17:17:21<br>8800</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=67 name=INSPECTOR EXPORTMANTA email=inspectorexportmanta@gmail.com idrol=3 cedula=1709997813 foto=1709997813.png firma=1709997813SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 17:17:21', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(143, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 16:12:59<br>8789</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=69 name=Andrés López Coronado email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png estado=1 idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 16:12:59', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(144, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 16:11:39<br>8784</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=69 name=Andrés López Coronado email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 16:11:39', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(145, 64, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 16:04:20<br>8773</td><td>ADMIN GUSBER<br>info@gusber.com</td><td><br></td><td>id=69 name=Andrés López Coronado email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png estado=1 idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 16:04:20', 0, 64, 30, 30, 1, 1, b'0', b'0', NULL),
(146, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 13:49:03<br>8760</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 13:49:03', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(147, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 13:47:22<br>8758</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 13:47:22', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(148, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 13:23:36<br>8757</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 13:23:36', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(149, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 13:10:00<br>8756</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 13:10:00', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(150, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:57:01<br>8753</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=69 name=Andrés López Cepeda email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png estado=1 idSupervisor=64 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 12:57:01', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(151, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:55:29<br>8750</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=69 name=Andrés López Cepeda email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png idSupervisor=64 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 12:55:29', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(152, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:46:18<br>8745</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:46:18', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(153, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:42:44<br>8736</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 12:42:44', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(154, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:29:55<br>8733</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:29:55', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(155, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:24:43<br>8726</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 12:24:43', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(156, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:15:00<br>8721</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:15:00', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(157, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:14:10<br>8718</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 12:14:10', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(158, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:13:59<br>8717</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:13:59', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(159, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:13:00<br>8716</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 12:13:00', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(160, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:12:41<br>8715</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:12:41', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(161, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:11:01<br>8714</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 12:11:01', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(162, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:10:31<br>8713</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 12:10:31', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(163, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:07:01<br>8712</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 12:07:01', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(164, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:03:25<br>8711</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:03:25', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(165, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 11:58:51<br>8710</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 11:58:51', 0, 61, 30, 30, 1, 0, b'0', b'0', NULL),
(166, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 11:56:30<br>8709</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 11:56:30', 0, 61, 30, 30, 1, 0, b'0', b'0', NULL),
(167, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 11:56:00<br>8708</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 11:56:00', 0, 61, 30, 30, 1, 0, b'0', b'0', NULL),
(168, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 11:55:50<br>8707</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 11:55:50', 0, 61, 30, 30, 1, 0, b'0', b'0', NULL),
(169, 30, 0, 0, 'I', 'USUARIO -> CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 10:08:19<br>8818</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>name=ADMIN NOBOA cedula=0719997813 email=lquirolafrank@grupohqs.com idrol=1 foto=0719997813.png firma=0719997813SIGN.jpeg id=71 </td></tr></table>', '2020-12-03 10:08:19', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(170, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 10:08:43<br>8819</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=71 name=ADMIN NOBOA email=lquirolafrank@grupohqs.com idrol=1 cedula=0719997813 foto=0719997813.jpeg firma=0719997813SIGN.jpeg estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 10:08:43', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(171, 30, 0, 0, 'I', 'USUARIO -> ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 10:23:02<br>8820</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=67 name=INSPECTOR EXPORTMANTA email=inspectorexportmanta@gmail.com idrol=3 cedula=1709997813 foto=1709997813.png firma=1709997813SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 10:23:02', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(172, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 22:31:52<br>8815</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gozález Hernández email=mpinargoteintriago@hotmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 22:31:52', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(173, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 17:18:32<br>8805</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gozález Hernández email=alinagh1971@gmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 17:18:32', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(174, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 17:17:21<br>8800</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=67 name=INSPECTOR EXPORTMANTA email=inspectorexportmanta@gmail.com idrol=3 cedula=1709997813 foto=1709997813.png firma=1709997813SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 17:17:21', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(175, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 16:12:59<br>8789</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=69 name=Andrés López Coronado email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png estado=1 idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 16:12:59', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(176, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 16:11:39<br>8784</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=69 name=Andrés López Coronado email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 16:11:39', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(177, 64, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 16:04:20<br>8773</td><td>ADMIN GUSBER<br>info@gusber.com</td><td><br></td><td>id=69 name=Andrés López Coronado email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png estado=1 idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 16:04:20', 0, 64, 30, 30, 1, 1, b'0', b'0', NULL),
(178, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 13:49:03<br>8760</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 13:49:03', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(179, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 13:47:22<br>8758</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 13:47:22', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(180, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 13:23:36<br>8757</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 13:23:36', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(181, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 13:10:00<br>8756</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 13:10:00', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(182, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:57:01<br>8753</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=69 name=Andrés López Cepeda email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png estado=1 idSupervisor=64 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 12:57:01', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(183, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:55:29<br>8750</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=69 name=Andrés López Cepeda email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png idSupervisor=64 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 12:55:29', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(184, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:46:18<br>8745</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:46:18', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(185, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:42:44<br>8736</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 12:42:44', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(186, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:29:55<br>8733</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:29:55', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(187, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:24:43<br>8726</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 12:24:43', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(188, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:15:00<br>8721</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:15:00', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(189, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:14:10<br>8718</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 12:14:10', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(190, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:13:59<br>8717</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:13:59', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(191, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:13:00<br>8716</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 12:13:00', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(192, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:12:41<br>8715</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:12:41', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(193, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:11:01<br>8714</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 12:11:01', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(194, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:10:31<br>8713</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 12:10:31', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(195, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:07:01<br>8712</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSeccion1Rec</td></tr></table>', '2020-12-02 12:07:01', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(196, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 12:03:25<br>8711</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 12:03:25', 0, 61, 30, 30, 1, 1, b'0', b'0', NULL),
(197, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 11:58:51<br>8710</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=45 name=Milenka Cevallos email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N impBannerReceta=1 impSeccion1Receta=1 impFirmaInformes=1 </td></tr></table>', '2020-12-02 11:58:51', 0, 61, 30, 30, 1, 0, b'0', b'0', NULL),
(198, 61, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-02 11:56:30<br>8709</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png banner=BannerHQS.png estado=1 plan=pplus pendientepago=N nombreComercial=hqsEIR de GRUPO HQS impBannerReceta=1 impSe</td></tr></table>', '2020-12-02 11:56:30', 0, 61, 30, 30, 1, 0, b'0', b'0', NULL),
(199, 30, 0, 0, 'I', 'USUARIO -> CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 10:08:19<br>8818</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>name=ADMIN NOBOA cedula=0719997813 email=lquirolafrank@grupohqs.com idrol=1 foto=0719997813.png firma=0719997813SIGN.jpeg id=71 </td></tr></table>', '2020-12-03 10:08:19', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(200, 30, 0, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 10:08:43<br>8819</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=71 name=ADMIN NOBOA email=lquirolafrank@grupohqs.com idrol=1 cedula=0719997813 foto=0719997813.jpeg firma=0719997813SIGN.jpeg estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 10:08:43', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(201, 30, 0, 0, 'I', 'USUARIO -> ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 10:23:02<br>8820</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=67 name=INSPECTOR EXPORTMANTA email=inspectorexportmanta@gmail.com idrol=3 cedula=1709997813 foto=1709997813.png firma=1709997813SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 10:23:02', 0, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(204, 35, 35, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 12:47:01<br>8824</td><td>ADMIN EXPORTMANTA<br>exportmanta@gmail.com</td><td><br></td><td>id=57 name=Eddy Siel Cruz-Valverde email=ojimenezperez9173@gmail.com idrol=2 cedula=1301883234 foto=1301883234.png firma=1301883234SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 12:47:01', 35, 30, 35, 30, 1, 1, b'0', b'0', NULL),
(203, 35, 35, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 12:15:42<br>8823</td><td>ADMIN EXPORTMANTA<br>exportmanta@gmail.com</td><td><br></td><td>id=58 name=Alina Gozález de Hernández email=mpinargoteintriago@hotmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 12:15:42', 35, 30, 35, 30, 1, 1, b'0', b'0', NULL),
(205, 35, 35, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 13:07:03<br>8825</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=35 name=ADMIN EXPORTMANTA email=allysonquirolap@gmail.com idrol=2 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 13:07:03', 35, 30, 35, 30, 1, 1, b'0', b'0', NULL),
(206, 30, 30, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 13:07:54<br>8828</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=35 name=ADMIN EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 13:07:54', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(207, 35, 35, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 13:08:57<br>8831</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gozález Hernández email=mpinargoteintriago@hotmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 13:08:57', 35, 30, 35, 30, 1, 1, b'0', b'0', NULL),
(208, 30, 30, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 13:33:40<br><br>[8836]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=71 name=ADMIN NOBOA GRUPO email=lquirolafrank@grupohqs.com idrol=1 cedula=0719997813 foto=0719997813.jpeg firma=0719997813SIGN.jpeg estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 13:33:40', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(209, 61, 61, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 13:39:13<br><br>[8839]</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=71 name=ADMIN NOBOA email=lquirolafrank@grupohqs.com idrol=1 cedula=0719997813 foto=0719997813.jpeg firma=0719997813SIGN.jpeg estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 13:39:13', 61, 30, 61, 30, 1, 1, b'0', b'0', NULL),
(210, 61, 61, 0, 'I', 'USUARIO -> ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 13:43:41<br><br>[8840]</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=68 name=George Intriago Alava email=gintriagoalava@yahoo.es idrol=3 cedula=1309555843 foto=1309555843.png firma=1309555843SIGN.png estado=1 idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 13:43:41', 61, 30, 61, 30, 1, 1, b'0', b'0', NULL),
(211, 61, 61, 0, 'I', 'USUARIO -> CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 13:52:16<br><br>[8843]</td><td>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>name=André Emanuel Quirola Intriago cedula=0997812348 email=gerencia@grupohqs.com idrol=3 foto=0997812348.jpeg firma=0997812348SIGN.jpeg id=72 </td></tr></table>', '2020-12-03 13:52:16', 61, 30, 61, 30, 1, 1, b'0', b'0', NULL),
(212, 30, 30, 0, 'I', 'USUARIO -> ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 13:56:40<br><br>[8848]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=72 name=André Emanuel Quirola Intriago email=gerencia@grupohqs.com idrol=3 cedula=0997812348 foto=0997812348.jpeg firma=0997812348SIGN.jpeg estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 13:56:40', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(213, 64, 64, 0, 'I', 'USUARIO -> CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 13:58:28<br><br>[8851]</td><td>ADMIN GUSBER<br>info@gusber.com</td><td><br></td><td>name=André Emanuel Quirola Intriago cedula=0997812341 email=gerencia@grupohqs.com idrol=3 foto=0997812341.jpeg firma=0997812341SIGN.jpeg idSupervisor=64 id=73 </td></tr></table>', '2020-12-03 13:58:28', 64, 30, 64, 30, 1, 1, b'0', b'0', NULL),
(214, 30, 30, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 14:04:05<br><br>[8854]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=64 name=ADMIN GUSBER email=info@gusber.com idrol=1 cedula=0991234567 foto=0991234567.jpeg firma=0991234567SIGN.jpeg estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 14:04:05', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(215, 35, 35, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 14:12:23<br><br>[8859]</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gozález de Hernández email=mpinargoteintriago@hotmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 14:12:23', 35, 30, 35, 30, 1, 1, b'0', b'0', NULL),
(216, 35, 35, 0, 'I', 'USUARIO -> ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 14:18:14<br><br>[8864]</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=45 name=Milenka Cevallos Macías email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 14:18:14', 35, 30, 35, 30, 1, 1, b'0', b'0', NULL),
(218, 30, 30, 0, 'I', 'PERMISOS -> ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 14:52:39<br><br>[8868]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=38 rol_id=3 permiso_id=14 </td></tr></table>', '2020-12-03 14:52:39', 30, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(219, 30, 30, 0, 'I', 'PERMISOS -> CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:15:27<br><br>[8869]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>rol_id=3 permiso_id=14 id=39 </td></tr></table>', '2020-12-03 15:15:27', 30, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(220, 30, 30, 0, 'I', 'PERMISOS -> ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:19:01<br><br>[8870]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=39 rol_id=3 permiso_id=14 </td></tr></table>', '2020-12-03 15:19:01', 30, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(221, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:23:19<br><br>[8871]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>rol_id=3 permiso_id=14 id=40 </td></tr></table>', '2020-12-03 15:23:19', 30, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(222, 30, 30, 0, 'I', 'PERMISOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:23:51<br><br>[8872]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=40 rol_id=3 permiso_id=14 </td></tr></table>', '2020-12-03 15:23:51', 30, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(223, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:27:29<br><br>[8873]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>user_id=63 permiso_id=6 id=41 </td></tr></table>', '2020-12-03 15:27:29', 30, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(224, 30, 30, 0, 'I', 'PERMISOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:28:01<br><br>[8874]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=41 permiso_id=6 user_id=63 </td></tr></table>', '2020-12-03 15:28:01', 30, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(225, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:31:10<br><br>[8875]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>user_id=73 permiso_id=14 id=42 </td></tr></table>', '2020-12-03 15:31:10', 30, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(226, 30, 30, 0, 'U', 'PERMISOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:31:16<br><br>[8876]</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=42 permiso_id=14 user_id=73 </td></tr></table>', '2020-12-03 15:31:16', 30, 61, 62, 30, 1, 3, b'0', b'0', NULL),
(227, 35, 35, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:48:02<br><br>[8879]</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>name=Tomas Guerrero Quiñonez cedula=0619997813 email=oguerreroq@exportmanta.com idrol=3 foto=0619997813.png firma=0619997813SIGN.png idSupervisor=35 id=74 </td></tr></table>', '2020-12-03 15:48:02', 35, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(228, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:54:44<br><br>[8881]</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=74 name=Omar Guerrero Quiñonez email=oguerreroq@exportmanta.com idrol=3 cedula=0619997813 foto=0619997813.png firma=0619997813SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 15:54:44', 35, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(229, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 15:57:54<br><br>[8882]</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=74 name=Omar T. Guerrero Quiñonez email=oguerreroq@exportmanta.com idrol=3 cedula=0619997813 foto=0619997813.png firma=0619997813SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 15:57:54', 35, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(230, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 16:20:27<br><br>[8883]</td><td><img src=\"storage/images/personal/0999999910.jpeg\" width=\"25\" height=\"25\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gozález Hernández email=mpinargoteintriago@hotmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 16:20:27', 35, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(231, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 16:38:42<br><br>[8884]</td><td><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"25\" height=\"25\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gozález de Hernández email=mpinargoteintriago@hotmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 16:38:42', 35, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(232, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 16:54:21<br><br>[8886]</td><td><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"25\" height=\"25\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=71 name=ADMIN NOBOA GRUPO email=lquirolafrank@grupohqs.com idrol=1 cedula=0719997813 foto=0719997813.jpeg firma=0719997813SIGN.jpeg estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 16:54:21', 30, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(233, 64, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 16:57:05<br><br>[8894]</td><td><img src=\"https://appgusber.qps.ec/storage/images/personal/0991234567.jpeg\" width=\"35\" height=\"35\"><br>ADMIN GUSBER<br>info@gusber.com</td><td><br></td><td>id=73 name=André Emanuel Quirola Intriago email=gerencia@grupohqs.com idrol=3 cedula=0997812341 foto=0997812341.jpeg firma=0997812341SIGN.jpeg estado=1 idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 16:57:05', 64, 61, 62, 30, 1, 1, b'0', b'0', NULL),
(234, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 17:03:32<br><br>[8897]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"35\" height=\"35\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=50 name=Andrea Patricia Canales Mendoza email=tita17_05@hotmail.es idrol=2 cedula=1308866209 foto=1308866209.png firma=1308866209SIGN.png estado=1 idSupervisor=63 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 17:03:32', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(235, 64, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 17:04:34<br><br>[8900]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0991234567.jpeg\" width=\"35\" height=\"35\"><br>ADMIN GUSBER<br>info@gusber.com</td><td><br></td><td>id=73 name=André Emanuel Quirola Intriago email=gerencia@grupohqs.com idrol=3 cedula=0997812341 foto=0997812341.jpeg firma=0997812341SIGN.jpeg estado=1 idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 17:04:34', 64, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(236, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 17:08:29<br><br>[8903]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"50\" height=\"50\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=49 name=Jorge Luis Intriago Velasquez email=jintriago@gmail.com idrol=2 cedula=000000006 foto=000000006.png firma=000000006SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 17:08:29', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(237, 35, 35, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 17:09:13<br><br>[8906]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"50\" height=\"50\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=45 name=Milenka Cevallos Macías email=cemefag@gmail.com idrol=2 cedula=0000000001 foto=0000000001.png firma=0000000001SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 17:09:13', 35, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(238, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 17:17:05<br><br>[8909]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>rol_id=3 permiso_id=14 id=43 </td></tr></table>', '2020-12-03 17:17:05', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(239, 30, 30, 0, 'U', 'PERMISOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 17:17:20<br><br>[8910]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=43 rol_id=3 permiso_id=14 </td></tr></table>', '2020-12-03 17:17:20', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(240, 64, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 17:45:36<br><br>[8911]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0991234567.jpeg\" width=\"80\" height=\"80\"><br>ADMIN GUSBER<br>info@gusber.com</td><td><br></td><td>id=73 name=André Emanuel Quirola Intriago email=gerencia@grupohqs.com idrol=3 cedula=0997812344 foto=0997812341.jpeg firma=0997812341SIGN.jpeg estado=1 idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 17:45:36', 64, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(241, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 17:46:32<br><br>[8914]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=71 name=ADMIN NOBOA GRUPO email=lquirolafrank@grupohqs.com idrol=1 cedula=0719997813 foto=0719997813.jpeg firma=0719997813SIGN.jpeg estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-03 17:46:32', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(242, 71, 71, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-03 17:49:30<br><br>[8917]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0719997813.jpeg\" width=\"80\" height=\"80\"><br>ADMIN NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td><br></td><td>name=Lorena Molestina cedula=0997812333 email=lmolestina@gmail.com idrol=2 foto=0997812333.jpeg firma=0997812333SIGN.jpeg idSupervisor=71 id=75 </td></tr></table>', '2020-12-03 17:49:30', 71, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(243, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-09 11:27:23<br><br>[8924]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=49 name=Jorge Luis Intriago Velasquez email=jintriago@gmail.com idrol=2 cedula=000000006 foto=000000006.png firma=000000006SIGN.png idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-09 11:27:23', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(244, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-09 11:30:30<br><br>[8929]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=49 name=Jorge Luis Intriago Velasquez email=jintriago@gmail.com idrol=2 cedula=000000006 foto=000000006.png firma=000000006SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-09 11:30:30', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(245, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-09 11:50:27<br><br>[8936]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=35 name=ADMIN EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-09 11:50:27', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(246, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-09 11:50:48<br><br>[8937]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gozález de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-09 11:50:48', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(247, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-09 11:56:12<br><br>[8938]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=74 name=Omar T. Guerrero Quiñonez email=oguerreroq@exportmanta.com idrol=2 cedula=0619997813 foto=0619997813.png firma=0619997813SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-09 11:56:12', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(248, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-09 12:03:30<br><br>[8939]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=74 name=Omar T. Guerrero Quiñonez email=oguerreroq@exportmanta.com idrol=3 cedula=0619997813 foto=0619997813.png firma=0619997813SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-09 12:03:30', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(249, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-09 12:04:31<br><br>[8940]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gozález de Hernández email=mpinargoteintriago@hotmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-09 12:04:31', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(250, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-09 12:04:52<br><br>[8941]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gozález de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-09 12:04:52', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(251, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-09 12:05:47<br><br>[8944]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gozález de Hernández email=mpinargoteintriago@hotmail.com idrol=2 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-09 12:05:47', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(252, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-09 12:05:59<br><br>[8945]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gozález de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-09 12:05:59', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(253, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 16:22:25<br><br>[8988]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=35 name=ADMIN EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-10 16:22:25', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(254, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 16:23:10<br><br>[8989]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=35 name=ADMIN EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-10 16:23:10', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(255, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 16:26:25<br><br>[8990]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=35 name=ADMIN EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador estado=1 plan=pbasico pendientepago=N CampoAdic</td></tr></table>', '2020-12-10 16:26:25', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(256, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 19:04:28<br><br>[8998]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=49 name=Jorge Luis Intriago Velasquez email=jintriago@gmail.com idrol=2 cedula=000000006 foto=000000006.png firma=000000006SIGN.png telefono=0990254487 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-10 19:04:28', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(257, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 19:17:48<br><br>[9005]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=49 name=Jorge Luis Intriago Velasquez email=jintriago@gmail.com idrol=2 cedula=000000006 foto=000000006.png firma=000000006SIGN.png telefono=0990254487 estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1</td></tr></table>', '2020-12-10 19:17:48', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(258, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 19:18:38<br><br>[9006]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=49 name=Jorge Luis Intriago Velasquez email=jintriago@gmail.com idrol=2 cedula=000000006 foto=000000006.png firma=000000006SIGN.png telefono=0990254487 direccion=Samanes 1 Mz 128 Villa 109 estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic</td></tr></table>', '2020-12-10 19:18:38', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(259, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 19:28:29<br><br>[9007]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=35 name=ADMIN EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador estado=1 plan=pbasico pendientepago=N CampoAdic</td></tr></table>', '2020-12-10 19:28:29', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(260, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 19:31:09<br><br>[9008]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gozález de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFi</td></tr></table>', '2020-12-10 19:31:09', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(261, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 19:38:53<br><br>[9009]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=62 name=Mayckell Pérez email=mperez@gusber.com idrol=4 cedula=0912345679 foto=0912345679.jpeg firma=0912345679SIGN.png telefono=+593962615954 direccion=Samanes 2 Mz 265 Villa 6 estado=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirma</td></tr></table>', '2020-12-10 19:38:53', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(262, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 19:40:09<br><br>[9010]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 plan=pplus pendientepago=N CampoAdic</td></tr></table>', '2020-12-10 19:40:09', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(263, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-10 20:39:46<br><br>[9013]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impF</td></tr></table>', '2020-12-10 20:39:46', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(266, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 15:01:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-12 15:01:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(265, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-12 14:12:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-12 14:12:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(267, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 15:11:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SealCheck/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-12 15:11:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(268, 30, 30, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>lquirolafrank@hotmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(269, 35, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>allysonquirolap@gmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(270, 47, 63, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[47]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0000000003.png\" width=\"80\" height=\"80\"><br>Juan Carlos Suarez<br>juancasuarez83@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>juancasuarez83@gmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 47, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(271, 49, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[49]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/000000006.png\" width=\"80\" height=\"80\"><br>Jorge Luis Intriago Velasquez<br>jintriago@gmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>jintriago@gmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 49, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(272, 50, 63, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[50]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308866209.png\" width=\"80\" height=\"80\"><br>Andrea Patricia Canales Mendoza<br>tita17_05@hotmail.es</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>tita17_05@hotmail.es<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 50, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(273, 51, 63, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[51]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0960091692.png\" width=\"80\" height=\"80\"><br>Pedro Miguel Garcia Labrada<br>pgarcialabrada@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>pgarcialabrada@gmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 51, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(274, 55, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[55]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309022695.png\" width=\"80\" height=\"80\"><br>Ramón Isaac Zambrano Martínez<br>isaax980zm@gmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>isaax980zm@gmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 55, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(275, 57, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[57]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301883234.png\" width=\"80\" height=\"80\"><br>Eddy Siel Cruz-Valverde<br>ojimenezperez9173@gmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>ojimenezperez9173@gmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 57, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(276, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>mpinargoteintriago@hotmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(277, 59, 63, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[59]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997814.png\" width=\"80\" height=\"80\"><br>Ángel Castillo Marcillo<br>angelcastillomar@hotmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>angelcastillomar@hotmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 59, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(278, 61, 61, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[61]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>jlavayen@gusber.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 61, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(279, 62, 62, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[62]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br></td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>mperez@gusber.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 62, 30, 30, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(280, 63, 63, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[63]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1709997810.png\" width=\"80\" height=\"80\"><br>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td><br></td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>quirolaenterprises@gmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 63, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(281, 64, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[64]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0991234567.jpeg\" width=\"80\" height=\"80\"><br>ADMIN GUSBER<br>info@gusber.com</td><td><br></td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>info@gusber.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 64, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(282, 69, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[69]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234560.png\" width=\"80\" height=\"80\"><br>Andrés López Coronado<br>alopez@gusber.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>alopez@gusber.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 69, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(283, 70, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[70]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>pteran@gusber.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(284, 71, 71, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[71]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0719997813.jpeg\" width=\"80\" height=\"80\"><br>ADMIN NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td><br></td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>lquirolafrank@grupohqs.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 71, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(285, 73, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>gerencia@grupohqs.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(286, 74, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[74]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0619997813.png\" width=\"80\" height=\"80\"><br>Omar T. Guerrero Quiñonez<br>oguerreroq@exportmanta.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>oguerreroq@exportmanta.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 74, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(287, 75, 71, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 15:23:01<br><br>[75]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812333.jpeg\" width=\"80\" height=\"80\"><br>Lorena Molestina<br>lmolestina@gmail.com</td><td>ADMIN NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td align=\"center\">Gracias por copnfirmar tu correo electrÃ³nico.  Estas son tus credneciales:<br><b>USUARIO:</b>lmolestina@gmail.com<br><b>CLAVE:</b>12345678</td></tr></table>', '2020-12-12 15:23:01', 75, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(288, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 15:32:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SealCheck/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-12 15:32:02', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(289, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 15:38:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SealCheck/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-12 15:38:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(290, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 15:51:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SealCheck/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-12 15:51:02', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(291, 60, 63, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 15:59:01<br><br>[60]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1310466840.jpeg\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SealCheck/bat/confirmaremail.php?id=60\">[confirmar]</a></td></tr></table>', '2020-12-12 15:59:01', 60, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(292, 60, 63, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 16:03:01<br><br>[60]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1310466840.jpeg\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=60\">[confirmar]</a></td></tr></table>', '2020-12-12 16:03:01', 60, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(293, 60, 63, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 16:05:02<br><br>[60]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1310466840.jpeg\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=60\">[confirmar]</a></td></tr></table>', '2020-12-12 16:05:02', 60, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(294, 60, 63, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 16:07:01<br><br>[60]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1310466840.jpeg\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> lquirolafrank1980@gmail.com<br><b>CLAVE:</b> 12345678</td></tr></table>', '2020-12-12 16:07:01', 60, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(295, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 16:38:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-12 16:38:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(296, 60, 63, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 16:38:01<br><br>[60]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1310466840.jpeg\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=60\">[confirmar]</a></td></tr></table>', '2020-12-12 16:38:01', 60, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(297, 60, 63, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 16:49:01<br><br>[60]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1310466840.jpeg\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=60\">[confirmar]</a></td></tr></table>', '2020-12-12 16:49:01', 60, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(298, 60, 63, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 16:59:01<br><br>[60]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1310466840.jpeg\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=60\">[confirmar]</a></td></tr></table>', '2020-12-12 16:59:01', 60, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(299, 60, 63, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 17:01:01<br><br>[60]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1310466840.jpeg\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> lquirolafrank1980@gmail.com<br><b>CLAVE:</b> 12345678</td></tr></table>', '2020-12-12 17:01:01', 60, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(300, 60, 63, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 17:04:01<br><br>[60]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1310466840.jpeg\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=60\">[confirmar]</a></td></tr></table>', '2020-12-12 17:04:01', 60, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(301, 60, 63, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 17:05:02<br><br>[60]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1310466840.jpeg\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> lquirolafrank1980@gmail.com<br><b>CLAVE:</b> 12345678</td></tr></table>', '2020-12-12 17:05:02', 60, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(302, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-12 17:12:00<br><br>[9035]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=73 name=André Emanuel Quirola Intriago email=gerencia@grupohqs.com idrol=3 cedula=0997812344 foto=0997812341.jpeg firma=0997812341SIGN.jpeg telefono=099653841 direccion=CC. La Rotonda, Guayaquil, Ecuador estado=1 etapaCuenta=4 idSupervisor=64 plan=pba</td></tr></table>', '2020-12-12 17:12:00', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(303, 73, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 17:17:01<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=73\">[confirmar]</a></td></tr></table>', '2020-12-12 17:17:01', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(304, 73, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 17:18:01<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> gerencia@grupohqs.com<br><b>CLAVE:</b> 12345678</td></tr></table>', '2020-12-12 17:18:01', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(305, 73, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 17:21:01<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=73\">[confirmar]</a></td></tr></table>', '2020-12-12 17:21:01', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(306, 73, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 17:22:02<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> gerencia@grupohqs.com<br><b>CLAVE:</b> 12345678</td></tr></table>', '2020-12-12 17:22:02', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(307, 73, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 17:23:01<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> gerencia@grupohqs.com<br><b>CLAVE:</b> 12345678</td></tr></table>', '2020-12-12 17:23:01', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(308, 73, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 17:26:01<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=73\">[confirmar]</a></td></tr></table>', '2020-12-12 17:26:01', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(309, 73, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 17:27:02<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> gerencia@grupohqs.com<br><b>CLAVE:</b> 12345678</td></tr></table>', '2020-12-12 17:27:02', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(310, 73, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 17:45:02<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=73\">[confirmar]</a></td></tr></table>', '2020-12-12 17:45:02', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(311, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'La siguiente cuenta ha sido creada en el sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 17:51:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-12 17:51:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(312, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Confirmar</th></tr><tr><td>2020-12-12 17:56:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-12 17:56:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(313, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-12 18:01:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-12 18:01:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(314, 73, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 18:03:02<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> gerencia@grupohqs.com<br><b>CLAVE:</b> </td></tr></table>', '2020-12-12 18:03:02', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(315, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-12 18:04:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-12 18:04:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(316, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-12 18:03:47<br><br>[9036]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=2 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2020-12-12 18:03:47', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(317, 73, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-12 18:05:02<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=73\">[confirmar]</a></td></tr></table>', '2020-12-12 18:05:02', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(318, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Supervisor</th><th>Credenciales</th></tr><tr><td>2020-12-12 18:05:02<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mpinargoteintriago</td></tr></table>', '2020-12-12 18:05:02', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(319, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-12 18:04:14<br><br>[9037]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=73 name=André Emanuel Quirola Intriago email=gerencia@grupohqs.com idrol=3 cedula=0997812344 foto=0997812341.jpeg firma=0997812341SIGN.jpeg telefono=099653841 direccion=CC. La Rotonda, Guayaquil, Ecuador estado=1 etapaCuenta=4 idSupervisor=64 plan=pba</td></tr></table>', '2020-12-12 18:04:14', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(320, 73, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-12 18:08:01<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> gerencia@grupohqs.com<br><b>CLAVE:</b> gerencia</td></tr></table>', '2020-12-12 18:08:01', 73, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(321, 30, 30, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-12 18:13:59<br><br>[9038]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=60 name=Luis Quirola Frank email=lquirolafrank1980@gmail.com idrol=2 cedula=1310466840 foto=1310466840.jpeg firma=1310466840SIGN.png estado=1 etapaCuenta=4 idSupervisor=63 plan=pbasico pendientepago=N esAdmin=1 CampoAdic03=1 CampoAdic04=1 impFirmaInfor</td></tr></table>', '2020-12-12 18:13:59', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(322, 76, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-12 18:18:02<br><br>[76]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812346.jpeg\" width=\"80\" height=\"80\"><br>Eduardo Quirola Frank<br>lquirolafrank1980@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=76\">[confirmar]</a></td></tr></table>', '2020-12-12 18:18:02', 76, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(323, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-12 18:17:45<br><br>[9039]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>name=Eduardo Quirola Frank cedula=0997812346 email=lquirolafrank1980@gmail.com telefono=+593990254432 direccion=FEBRES CORDERO 3938 Y 17AVA otd=MabeLuis2602 idrol=2 foto=0997812346.jpeg firma=0997812346SIGN.jpeg idSupervisor=64 id=76 </td></tr></table>', '2020-12-12 18:17:45', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(324, 76, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-12 18:21:01<br><br>[76]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812346.jpeg\" width=\"80\" height=\"80\"><br>Eduardo Quirola Frank<br>lquirolafrank1980@gmail.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> lquirolafrank1980@gmail.com<br><b>CLAVE:</b> MabeLuis2602</td></tr></table>', '2020-12-12 18:21:01', 76, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(325, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-12 18:42:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-12 18:42:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(326, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-12 18:49:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credneciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mpinargoteintriago</td></tr></table>', '2020-12-12 18:49:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(327, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-12 18:54:11<br><br>[9040]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1</td></tr></table>', '2020-12-12 18:54:11', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(328, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-12 18:55:49<br><br>[9041]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2020-12-12 18:55:49', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(329, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-12 18:57:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-12 18:57:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(330, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-12 19:00:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mpinargoteintriago</td></tr></table>', '2020-12-12 19:00:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(331, 35, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 08:17:01<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=35\">[confirmar]</a></td></tr></table>', '2020-12-13 08:17:01', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(332, 35, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 08:18:02<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> allysonquirolap@gmail.com<br><b>CLAVE:</b> </td></tr></table>', '2020-12-13 08:18:02', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(333, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 10:11:28<br><br>[9058]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>rol_id=2 permiso_id=12 id=44 </td></tr></table>', '2020-12-13 10:11:28', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(334, 70, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 10:12:31<br><br>[9061]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td>id=70 name=Patricia Terán email=pteran@gusber.com idrol=2 cedula=1301234562 foto=1301234562.png firma=1301234562SIGN.png telefono=+59399874214 direccion=Cdla. Huancavilca Norte Etapa 1 Mz. 27 Villa 5 estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pe</td></tr></table>', '2020-12-13 10:12:31', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(335, 30, 30, 0, 'U', 'PERMISOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 10:13:26<br><br>[9066]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=44 rol_id=2 permiso_id=12 </td></tr></table>', '2020-12-13 10:13:26', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(336, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 10:14:52<br><br>[9075]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>rol_id=2 permiso_id=12 id=45 </td></tr></table>', '2020-12-13 10:14:52', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(337, 70, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 10:39:30<br><br>[9078]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td>id=70 name=Patricia Terán email=pteran@gusber.com idrol=2 cedula=1301234562 foto=1301234562.png firma=1301234562SIGN.png telefono=+59399874214 direccion=Cdla. Huancavilca Norte Etapa 1 Mz. 27 Villa 5 estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pe</td></tr></table>', '2020-12-13 10:39:30', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(338, 70, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 10:41:06<br><br>[9081]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td>id=70 name=Patricia Terán email=pteran@gusber.com idrol=2 cedula=1301234562 foto=1301234562.png firma=1301234562SIGN.png telefono=+59399874214 direccion=Cdla. Huancavilca Norte Etapa 1 Mz. 27 Villa 5 estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pe</td></tr></table>', '2020-12-13 10:41:06', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(339, 70, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 10:44:23<br><br>[9084]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td>id=70 name=Patricia Terán email=pteran@gusber.com idrol=2 cedula=1301234562 foto=1301234562.png firma=1301234562SIGN.png telefono=+59399874214 direccion=Cdla. Huancavilca Norte Etapa 1 Mz. 27 Villa 5 estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pe</td></tr></table>', '2020-12-13 10:44:23', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(340, 70, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 10:46:01<br><br>[70]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=70\">[confirmar]</a></td></tr></table>', '2020-12-13 10:46:01', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(341, 70, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 10:46:54<br><br>[9085]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td>id=70 name=Patricia Terán email=pteran@gusber.com idrol=2 cedula=1301234562 foto=1301234562.png firma=1301234562SIGN.png telefono=+59399874214 direccion=Cdla. Huancavilca Norte Etapa 1 Mz. 27 Villa 5 estado=1 etapaCuenta=2 idSupervisor=64 plan=pbasico pe</td></tr></table>', '2020-12-13 10:46:54', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(342, 70, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 10:50:02<br><br>[70]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=70\">[confirmar]</a></td></tr></table>', '2020-12-13 10:50:02', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(343, 70, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 10:51:02<br><br>[70]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> pteran@gusber.com<br><b>CLAVE:</b> pteran</td></tr></table>', '2020-12-13 10:51:02', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(344, 70, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 10:54:01<br><br>[70]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=70\">[confirmar]</a></td></tr></table>', '2020-12-13 10:54:01', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(345, 70, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 10:53:26<br><br>[9092]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td>id=70 name=Patricia Terán email=pteran@gusber.com idrol=2 cedula=1301234562 foto=1301234562.png firma=1301234562SIGN.png telefono=+59399874214 direccion=Cdla. Huancavilca Norte Etapa 1 Mz. 27 Villa 5 estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pe</td></tr></table>', '2020-12-13 10:53:26', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(346, 70, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 10:57:02<br><br>[70]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> pteran@gusber.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-13 10:57:02', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(347, 70, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 11:34:25<br><br>[9101]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1301234562.png\" width=\"80\" height=\"80\"><br>Patricia Terán<br>pteran@gusber.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td>id=70 name=Patricia Terán email=pteran@gusber.com idrol=2 cedula=1301234562 foto=1301234562.png firma=1301234562SIGN.png telefono=+59399874214 direccion=Cdla. Huancavilca Norte Etapa 1 Mz. 27 Villa 5 estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pe</td></tr></table>', '2020-12-13 11:34:25', 70, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(348, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 15:01:53<br><br>[9108]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2020-12-13 15:01:53', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(349, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 15:05:02<br><br>[9109]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2020-12-13 15:05:02', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(350, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 15:05:27<br><br>[9110]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2020-12-13 15:05:27', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(351, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 15:06:10<br><br>[9111]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2020-12-13 15:06:10', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(352, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 21:50:27<br><br>[9113]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=70 name=Patricia Terán email=pteran@gusber.com idrol=2 cedula=1301234562 foto=1301234562.png firma=1301234562SIGN.png telefono=+59399874214 direccion=Cdla. Huancavilca Norte Etapa 1 Mz. 27 Villa 5 estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pe</td></tr></table>', '2020-12-13 21:50:27', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(353, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 21:52:34<br><br>[9114]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2020-12-13 21:52:34', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(354, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 21:53:02<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-13 21:53:02', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(355, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 21:55:02<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> 2113122020</td></tr></table>', '2020-12-13 21:55:02', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(356, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 21:57:25<br><br>[9119]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>rol_id=3 permiso_id=12 id=46 </td></tr></table>', '2020-12-13 21:57:25', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(357, 58, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 22:00:45<br><br>[9122]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2020-12-13 22:00:45', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(358, 58, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 22:02:39<br><br>[9125]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2020-12-13 22:02:39', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(359, 58, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 22:03:26<br><br>[9130]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2020-12-13 22:03:26', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(360, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 22:14:02<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-13 22:14:02', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(361, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 22:16:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-13 22:16:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(362, 35, 35, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 22:21:29<br><br>[9135]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>name=Dereck Intriago Campuzano cedula=1308784512 email=dereckeli@gmail.com telefono=+593879587 direccion=Urb, Nuevo Portoviejo otd=2213122020 idrol=2 foto=1308784512.jpeg firma=1308784512SIGN.png idSupervisor=35 id=77 </td></tr></table>', '2020-12-13 22:21:29', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(363, 77, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 22:22:01<br><br>[77]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308784512.jpeg\" width=\"80\" height=\"80\"><br>Dereck Intriago Campuzano<br>dereckeli@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=77\">[confirmar]</a></td></tr></table>', '2020-12-13 22:22:01', 77, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(364, 77, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 22:24:02<br><br>[77]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308784512.jpeg\" width=\"80\" height=\"80\"><br>Dereck Intriago Campuzano<br>dereckeli@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> dereckeli@gmail.com<br><b>CLAVE:</b> 2213122020</td></tr></table>', '2020-12-13 22:24:02', 77, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(365, 77, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 22:25:18<br><br>[9138]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308784512.jpeg\" width=\"80\" height=\"80\"><br>Dereck Intriago Campuzano<br>dereckeli@gmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>id=77 name=Dereck Intriago Campuzano email=dereckeli@gmail.com idrol=2 cedula=1308784512 foto=1308784512.jpeg firma=1308784512SIGN.png telefono=+593879587 direccion=Urb, Nuevo Portoviejo estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N </td></tr></table>', '2020-12-13 22:25:18', 77, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(366, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 22:27:42<br><br>[9145]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=35 name=ADMIN EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador estado=1 etapaCuenta=4 plan=pbasico pendientepa</td></tr></table>', '2020-12-13 22:27:42', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(367, 30, 30, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 22:47:05<br><br>[9150]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=77 name=Dereck Intriago Campuzano email=dereckeli@gmail.com idrol=2 cedula=1308784512 foto=1308784512.jpeg firma=1308784512SIGN.png telefono=+593879587 direccion=Urb, Nuevo Portoviejo estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N </td></tr></table>', '2020-12-13 22:47:05', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(368, 78, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 22:50:02<br><br>[78]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309884215.jpeg\" width=\"80\" height=\"80\"><br>Dereck Intriago Campuzano<br>dereckeli@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=78\">[confirmar]</a></td></tr></table>', '2020-12-13 22:50:02', 78, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(369, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 22:49:06<br><br>[9151]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>name=Dereck Intriago Campuzano cedula=1309884215 email=dereckeli@gmail.com telefono=+59390587454 direccion=Cdla. La Joya, Guayaquil, Ecuador otd=2249051312 idrol=2 foto=1309884215.jpeg firma=1309884215SIGN.png idSupervisor=35 id=78 </td></tr></table>', '2020-12-13 22:49:06', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(370, 78, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 22:51:01<br><br>[78]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309884215.jpeg\" width=\"80\" height=\"80\"><br>Dereck Intriago Campuzano<br>dereckeli@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> dereckeli@gmail.com<br><b>CLAVE:</b> 2249051312</td></tr></table>', '2020-12-13 22:51:01', 78, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(371, 78, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 22:52:22<br><br>[9154]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309884215.jpeg\" width=\"80\" height=\"80\"><br>Dereck Intriago Campuzano<br>dereckeli@gmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>id=78 name=Dereck Intriago Campuzano email=dereckeli@gmail.com idrol=2 cedula=1309884215 foto=1309884215.jpeg firma=1309884215SIGN.png telefono=+59390587454 direccion=Cdla. La Joya, Guayaquil, Ecuador estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pe</td></tr></table>', '2020-12-13 22:52:22', 78, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(372, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 23:10:02<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-13 23:10:02', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(373, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 23:11:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-13 23:11:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(374, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 23:12:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-13 23:12:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(375, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 23:18:02<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-13 23:18:02', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(376, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 23:20:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-13 23:20:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(377, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 23:24:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-13 23:24:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(378, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 23:26:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-13 23:26:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(379, 58, 35, 0, 'I', 'CREDENCIALES :: USUARIO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 23:26:01<br><br>[9159]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Se enviaron las credenciales para Ingreso al Sistema a: mpinargoteintriago@hotmail.com</td></tr></table>', '2020-12-13 23:26:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(380, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-13 23:31:02<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2020-12-13 23:31:02', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(381, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-13 23:33:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-13 23:33:01', 58, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(382, 30, 30, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-13 23:55:10<br><br>[9173]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=78 name=Dereck Intriago Campuzano email=dereckeli@gmail.com idrol=2 cedula=1309884215 foto=1309884215.jpeg firma=1309884215SIGN.png telefono=+59390587454 direccion=Cdla. La Joya, Guayaquil, Ecuador estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pe</td></tr></table>', '2020-12-13 23:55:10', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(383, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-14 00:00:15<br><br>[9174]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>name=Dereck Eli Intriago cedula=1308887845 email=dereckeli@gmail.com telefono=+59399875421 direccion=Cdla. Las Cumbres otd=0000151412 idrol=2 foto=1308887845.jpeg firma=1308887845SIGN.png idSupervisor=71 id=79 </td></tr></table>', '2020-12-14 00:00:15', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(384, 79, 71, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-14 00:01:02<br><br>[79]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308887845.jpeg\" width=\"80\" height=\"80\"><br>Dereck Eli Intriago<br>dereckeli@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=79\">[confirmar]</a></td></tr></table>', '2020-12-14 00:01:02', 79, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(385, 79, 71, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-14 00:03:01<br><br>[79]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308887845.jpeg\" width=\"80\" height=\"80\"><br>Dereck Eli Intriago<br>dereckeli@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> dereckeli@gmail.com<br><b>CLAVE:</b> 0000151412</td></tr></table>', '2020-12-14 00:03:01', 79, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(386, 79, 71, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-14 00:04:36<br><br>[9177]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308887845.jpeg\" width=\"80\" height=\"80\"><br>Dereck Eli Intriago<br>dereckeli@gmail.com</td><td>ADMIN NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td>id=79 name=Dereck Eli Intriago email=dereckeli@gmail.com idrol=2 cedula=1308887845 foto=1308887845.jpeg firma=1308887845SIGN.png telefono=+59399875421 direccion=Cdla. Las Cumbres estado=1 etapaCuenta=4 idSupervisor=71 plan=pbasico pendientepago=N CampoAdi</td></tr></table>', '2020-12-14 00:04:36', 79, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(387, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-14 09:16:24<br><br>[9181]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=62 name=Mayckell Pérez email=mperez@gusber.com idrol=4 cedula=0912345679 foto=0912345679.jpeg firma=0912345679SIGN.png telefono=+593962615954 direccion=Samanes 2 Mz 265 Villa 6 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 imp</td></tr></table>', '2020-12-14 09:16:24', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(388, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-14 09:16:51<br><br>[9182]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=61 name=Jesús Lavayen email=jlavayen@gusber.com idrol=4 cedula=0912345678 foto=0912345678.png firma=0912345678SIGN.png telefono=+59366655448 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-14 09:16:51', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(389, 61, 61, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-14 09:20:01<br><br>[9189]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen<br>jlavayen@gusber.com</td><td><br></td><td>id=61 name=Jesús Lavayen email=jlavayen@gusber.com idrol=4 cedula=0912345678 foto=0912345678.png firma=0912345678SIGN.png telefono=+59366655448 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-14 09:20:01', 61, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(390, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-14 09:24:41<br><br>[9194]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=61 name=Jesús Lavayen email=jlavayen@gusber.com idrol=4 cedula=0912345678 foto=0912345678.png firma=0912345678SIGN.png telefono=+59366655448 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-14 09:24:41', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(391, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-14 09:38:42<br><br>[9201]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=61 name=Jesús Lavayen email=jlavayen@gusber.com idrol=4 cedula=0912345678 foto=0912345678.png firma=0912345678SIGN.png telefono=+59366655448 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-14 09:38:42', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(392, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-14 11:12:02<br><br>[9203]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=61 name=Jesús Lavayen email=jlavayen@gusber.com idrol=4 cedula=0912345678 foto=0912345678.png firma=0912345678SIGN.png telefono=+59366655448 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-14 11:12:02', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(393, 30, 30, 0, 'U', ' :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-14 22:10:01<br><br>[9222]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=4 idCliente=64 VAR1=MUE000002 VAR2=GB000002H VAR3=HJ-FR INFO1=AZUL tipo=S estado=C created_by=30 </td></tr></table>', '2020-12-14 22:10:01', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(394, 30, 30, 0, 'U', ' :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 00:05:10<br><br>[9223]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=6 idCliente=71 VAR1=Hg0123456789 VAR2=Mue5588782 VAR3=Frank-025 INFO1=Azul INFO2=Gusber025 tipo=E estado=C created_by=30 </td></tr></table>', '2020-12-15 00:05:10', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(395, 35, 35, 0, 'U', ' :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 01:17:55<br><br>[9226]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=11 idCliente=35 VAR1=AB0123456780 VAR2=ABC5588780 VAR3=FRANK-0148 INFO1=ROJO INFO2=MANTA251 tipo=S estado=C created_by=35 </td></tr></table>', '2020-12-15 01:17:55', 35, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(396, 30, 30, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 09:12:53<br><br>[9230]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Se han registrado [150] cÃ³digos nuevos en el sistema de tipo [E] con la carga del archivo [CARGALOTE1.xlsx]</td></tr></table>', '2020-12-15 09:12:53', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(397, 30, 30, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 09:19:26<br><br>[9231]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Se han registrado [150] c&oacute;digos nuevos en el sistema de tipo [S] con la carga del archivo [CARGALOTE1.xlsx]</td></tr></table>', '2020-12-15 09:19:26', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(398, 30, 30, 0, 'U', ' :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 10:56:41<br><br>[9236]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=152 idCliente=64 VAR1=GS3345679 VAR2=GS3345679 VAR3=GS3345679 INFO1=GOLD INFO2=YELLOW BELT tipo=S estado=C created_by=30 </td></tr></table>', '2020-12-15 10:56:41', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(399, 30, 30, 0, 'U', ' :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 13:11:51<br><br>[9238]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=1 idCliente=63 VAR1=MUE000001 VAR2=GB000001H VAR3=HJ-FR INFO1=AMARILLO tipo=S estado=C idLote=20201215141926 </td></tr></table>', '2020-12-15 13:11:51', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(400, 30, 30, 0, 'U', ' :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 13:44:48<br><br>[9240]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=2 idCliente=63 VAR1=MUE000002 VAR2=GB000002H VAR3=HJ-FR INFO1=AMARILLO tipo=S estado=C idLote=20201215141926 </td></tr></table>', '2020-12-15 13:44:48', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(401, 30, 30, 0, 'U', ' :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 14:01:43<br><br>[9241]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=3 idCliente=63 VAR1=MUE000003 VAR2=GB000003H VAR3=HJ-FR INFO1=AMARILLO tipo=S estado=C idLote=20201215141926 </td></tr></table>', '2020-12-15 14:01:43', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(402, 30, 30, 0, 'U', ' :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 14:06:19<br><br>[9242]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=4 idCliente=63 VAR1=MUE000004 VAR2=GB000004H VAR3=HJ-FR INFO1=AMARILLO tipo=S estado=C idLote=20201215141926 </td></tr></table>', '2020-12-15 14:06:19', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(403, 30, 30, 0, 'U', ' :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 14:32:48<br><br>[9243]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=5 idCliente=63 VAR1=MUE000005 VAR2=GB000005H VAR3=HJ-FR INFO1=AMARILLO tipo=S estado=C idLote=20201215141926 </td></tr></table>', '2020-12-15 14:32:48', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(404, 30, 30, 0, 'U', ' :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 14:35:36<br><br>[9244]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=6 idCliente=63 VAR1=MUE000006 VAR2=GB000006H VAR3=HJ-FR INFO1=AMARILLO tipo=S estado=C idLote=20201215141926 </td></tr></table>', '2020-12-15 14:35:36', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(405, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 14:45:26<br><br>[9245]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=7 idCliente=63 VAR1=MUE000007 VAR2=GB000007H VAR3=HJ-FR INFO1=AMARILLO tipo=S estado=C idLote=20201215141926 </td></tr></table>', '2020-12-15 14:45:26', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL),
(406, 30, 30, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 15:30:41<br><br>[9246]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Se han registrado [0] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER (2).xlsx] para el cliente [64]</td></tr></table>', '2020-12-15 15:30:41', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(407, 30, 30, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 15:31:07<br><br>[9247]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Se han registrado [0] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER.xlsx] para el cliente [64]</td></tr></table>', '2020-12-15 15:31:07', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(408, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 15:31:53<br><br>[9248]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=8 idCliente=63 VAR1=MUE000008 VAR2=GB000008H VAR3=HJ-FR INFO1=AMARILLO tipo=S estado=C idLote=20201215141926 </td></tr></table>', '2020-12-15 15:31:53', 30, 30, 30, 30, 1, 3, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(409, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 17:12:43<br><br>[9252]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [9] ahora posee estado [P]</td></tr></table>', '2020-12-15 17:12:43', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(410, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 17:19:53<br><br>[9253]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [9] ahora posee estado [P]</td></tr></table>', '2020-12-15 17:19:53', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(411, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 17:24:35<br><br>[9254]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [11] ahora posee estado [P]</td></tr></table>', '2020-12-15 17:24:35', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(412, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 17:29:40<br><br>[9255]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [10] ahora posee estado [P]</td></tr></table>', '2020-12-15 17:29:40', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(413, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 17:29:43<br><br>[9256]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [10] ahora posee estado [C]</td></tr></table>', '2020-12-15 17:29:43', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(414, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 17:29:52<br><br>[9257]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [9] ahora posee estado [C]</td></tr></table>', '2020-12-15 17:29:52', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(415, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 17:29:54<br><br>[9258]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [11] ahora posee estado [C]</td></tr></table>', '2020-12-15 17:29:54', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(416, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 17:30:14<br><br>[9259]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [10] ahora posee estado [P]</td></tr></table>', '2020-12-15 17:30:14', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(417, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 17:30:17<br><br>[9260]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [11] ahora posee estado [P]</td></tr></table>', '2020-12-15 17:30:17', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(418, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 22:24:18<br><br>[9262]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [9] ahora posee estado [P]</td></tr></table>', '2020-12-15 22:24:18', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(419, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 22:24:29<br><br>[9263]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [9] ahora posee estado [C]</td></tr></table>', '2020-12-15 22:24:29', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(420, 30, 30, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 22:28:42<br><br>[9264]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Se han registrado [150] codigos nuevos en el sistema de tipo [E] con la carga del archivo [CARGALOTE1.xlsx] para el cliente [35]</td></tr></table>', '2020-12-15 22:28:42', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(421, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 22:35:53<br><br>[9265]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [15] ahora posee estado [P]</td></tr></table>', '2020-12-15 22:35:53', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(422, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 22:35:58<br><br>[9266]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [15] ahora posee estado [C]</td></tr></table>', '2020-12-15 22:35:58', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(423, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 22:36:02<br><br>[9267]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [15] ahora posee estado [P]</td></tr></table>', '2020-12-15 22:36:02', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(424, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-15 22:36:22<br><br>[9268]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [15] ahora posee estado [C]</td></tr></table>', '2020-12-15 22:36:22', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(425, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 06:43:50<br><br>[9270]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [9] ahora posee estado [P]</td></tr></table>', '2020-12-16 06:43:50', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(426, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 06:47:01<br><br>[9271]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [9] ahora posee estado [C]</td></tr></table>', '2020-12-16 06:47:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(427, 63, 63, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-16 06:49:01<br><br>[63]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1709997810.png\" width=\"80\" height=\"80\"><br>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=63\">[confirmar]</a></td></tr></table>', '2020-12-16 06:49:01', 63, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(428, 63, 63, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-16 06:50:02<br><br>[63]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1709997810.png\" width=\"80\" height=\"80\"><br>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> quirolaenterprises@gmail.com<br><b>CLAVE:</b> </td></tr></table>', '2020-12-16 06:50:02', 63, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(429, 63, 63, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-16 06:51:01<br><br>[63]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1709997810.png\" width=\"80\" height=\"80\"><br>ADMIN QUIROLA-ENTERPRISES<br>quirolaenterprises@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> quirolaenterprises@gmail.com<br><b>CLAVE:</b> </td></tr></table>', '2020-12-16 06:51:01', 63, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(430, 35, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-16 06:55:01<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=35\">[confirmar]</a></td></tr></table>', '2020-12-16 06:55:01', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(431, 35, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-16 06:56:02<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> allysonquirolap@gmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-16 06:56:02', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(432, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 07:33:40<br><br>[9287]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=4 plan=pplus pendientepa</td></tr></table>', '2020-12-16 07:33:40', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(433, 35, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-16 07:57:01<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=35\">[confirmar]</a></td></tr></table>', '2020-12-16 07:57:01', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(434, 35, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-16 07:58:01<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> allysonquirolap@gmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-16 07:58:01', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(435, 35, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-16 08:10:02<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=35\">[confirmar]</a></td></tr></table>', '2020-12-16 08:10:02', 35, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(436, 35, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-16 08:12:02<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> allysonquirolap@gmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-16 08:12:02', 35, 30, 58, 30, 1, 1, b'0', b'0', NULL),
(437, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 10:42:13<br><br>[9306]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [10] ahora posee estado [C]</td></tr></table>', '2020-12-16 10:42:13', 30, 30, 58, 30, 1, 1, b'0', b'0', NULL),
(438, 30, 30, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 11:12:43<br><br>[9309]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=62 name=Mayckell Pérez email=mperez@gusber.com idrol=4 cedula=0912345679 foto=0912345679.jpeg firma=0912345679SIGN.png telefono=+593962615954 direccion=Samanes 2 Mz 265 Villa 6 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 imp</td></tr></table>', '2020-12-16 11:12:43', 30, 30, 58, 30, 1, 3, b'0', b'0', NULL),
(439, 30, 30, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 11:12:56<br><br>[9310]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=61 name=Jesús Lavayen email=jlavayen@gusber.com idrol=4 cedula=0912345678 foto=0912345678.png firma=0912345678SIGN.png telefono=+59366655448 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2020-12-16 11:12:56', 30, 30, 58, 30, 1, 3, b'0', b'0', NULL),
(440, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 11:54:11<br><br>[9313]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>name=Jesús Lavayen cedula=0912345678 email=jlavayen@gusber.com telefono=+59366655448 direccion=Bastión Popular, Guayaquil, Ecuador otd=1154111612 idrol=4 foto=0912345678.png firma=0912345678SIGN.png id=80 </td></tr></table>', '2020-12-16 11:54:11', 30, 30, 58, 30, 1, 1, b'0', b'0', NULL),
(441, 80, 80, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-16 11:55:01<br><br>[80]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen<br>jlavayen@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=80\">[confirmar]</a></td></tr></table>', '2020-12-16 11:55:01', 80, 30, 58, 30, 1, 1, b'0', b'0', NULL),
(442, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 11:59:52<br><br>[9314]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>name=Mayckell Pérez cedula=0912345679 email=mperez@gusber.com telefono=+593962615954 direccion=Samanes 1 Mz 128 Villa 109 otd=1159521612 idrol=4 foto=0912345679.jpeg firma=0912345679SIGN.png id=81 </td></tr></table>', '2020-12-16 11:59:52', 30, 30, 58, 30, 1, 1, b'0', b'0', NULL),
(443, 81, 81, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-16 12:00:02<br><br>[81]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=81\">[confirmar]</a></td></tr></table>', '2020-12-16 12:00:02', 81, 30, 58, 30, 1, 1, b'0', b'0', NULL),
(444, 80, 80, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-16 12:01:01<br><br>[80]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen<br>jlavayen@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> jlavayen@gusber.com<br><b>CLAVE:</b> 1154111612</td></tr></table>', '2020-12-16 12:01:01', 80, 30, 58, 30, 1, 1, b'0', b'0', NULL),
(445, 81, 81, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-16 12:08:02<br><br>[81]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=81\">[confirmar]</a></td></tr></table>', '2020-12-16 12:08:02', 81, 30, 58, 30, 1, 1, b'0', b'0', NULL),
(446, 30, 30, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 12:14:42<br><br>[9317]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Se han registrado [150] codigos nuevos en el sistema de tipo [E] con la carga del archivo [CARGALOTE_20201216.xlsx] para el cliente [71]</td></tr></table>', '2020-12-16 12:14:42', 30, 30, 58, 30, 1, 1, b'0', b'0', NULL),
(447, 81, 81, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-16 12:18:02<br><br>[81]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mperez@gusber.com<br><b>CLAVE:</b> 1159521612</td></tr></table>', '2020-12-16 12:18:02', 81, 30, 58, 30, 1, 1, b'0', b'0', NULL),
(448, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 12:23:26<br><br>[9321]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=80 name=Jesús Lavayen Andrade email=jlavayen@gusber.com idrol=4 cedula=0912345678 foto=0912345678.png firma=0912345678SIGN.png telefono=+59366655448 direccion=Bastión Popular, Guayaquil, Ecuador estado=1 etapaCuenta=4 plan=pbasico pendientepago=N Cam</td></tr></table>', '2020-12-16 12:23:26', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(449, 30, 30, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 12:24:20<br><br>[9322]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Se han registrado [150] codigos nuevos en el sistema de tipo [S] con la carga del archivo [CARGALOTE_20201216.xlsx] para el cliente [35]</td></tr></table>', '2020-12-16 12:24:20', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(450, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 12:29:18<br><br>[9325]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1</td></tr></table>', '2020-12-16 12:29:18', 35, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(451, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 12:30:54<br><br>[9330]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=80 name=Jesús Lavayen Andrade email=jlavayen@gusber.com idrol=4 cedula=0912345678 foto=0912345678.png firma=0912345678SIGN.png telefono=+59366655448 direccion=Bastión Popular, Guayaquil, Ecuador etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=</td></tr></table>', '2020-12-16 12:30:54', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(452, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 12:32:13<br><br>[9333]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=80 name=Jesús Lavayen Andrade email=jlavayen@gusber.com idrol=4 cedula=0912345678 foto=0912345678.png firma=0912345678SIGN.png telefono=+59366655448 direccion=Bastión Popular, Guayaquil, Ecuador estado=1 etapaCuenta=4 plan=pbasico pendientepago=N Cam</td></tr></table>', '2020-12-16 12:32:13', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(453, 35, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-16 12:35:01<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=35\">[confirmar]</a></td></tr></table>', '2020-12-16 12:35:01', 35, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(454, 71, 71, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-16 12:36:01<br><br>[71]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0719997813.jpeg\" width=\"80\" height=\"80\"><br>ADMIN NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=71\">[confirmar]</a></td></tr></table>', '2020-12-16 12:36:01', 71, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(455, 35, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-16 12:39:01<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> allysonquirolap@gmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-16 12:39:01', 35, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(456, 71, 71, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-16 12:41:02<br><br>[71]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0719997813.jpeg\" width=\"80\" height=\"80\"><br>ADMIN NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> lquirolafrank@grupohqs.com<br><b>CLAVE:</b> </td></tr></table>', '2020-12-16 12:41:02', 71, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(457, 35, 35, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 12:44:29<br><br>[9341]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=1 idCliente=35 VAR1=MUE000001 VAR2=GB000001H VAR3=HJ-FR INFO1=AMARILLO tipo=S estado=C idLote=20201216172420 </td></tr></table>', '2020-12-16 12:44:29', 35, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(458, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-16 22:58:27<br><br>[9346]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2020-12-16 22:58:27', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(459, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 00:21:15<br><br>[9348]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2020-12-17 00:21:15', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(460, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-17 00:23:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-17 00:23:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(461, 30, 30, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-17 00:24:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> lquirolafrank@hotmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2020-12-17 00:24:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(462, 80, 80, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 10:48:24<br><br>[9361]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>Se han registrado [5000] codigos nuevos en el sistema de tipo [E] con la carga del archivo [Import20201217001.xlsx] para el cliente [64]</td></tr></table>', '2020-12-17 10:48:24', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(463, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 11:38:50<br><br>[9362]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>name=Pruebas Sistemas cedula=0925842006 email=sistemas@gusber.com telefono=+593994523345 direccion=La Rioja, Daule, Ecuador otd=1138501712 idrol=2 foto=0925842006.jpeg firma=0925842006SIGN.jpeg idSupervisor=64 id=82 </td></tr></table>', '2020-12-17 11:38:50', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(464, 82, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-17 11:39:02<br><br>[82]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0925842006.jpeg\" width=\"80\" height=\"80\"><br>Pruebas Sistemas<br>sistemas@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=82\">[confirmar]</a></td></tr></table>', '2020-12-17 11:39:02', 82, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(465, 82, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-17 11:41:02<br><br>[82]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0925842006.jpeg\" width=\"80\" height=\"80\"><br>Pruebas Sistemas<br>sistemas@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> sistemas@gusber.com<br><b>CLAVE:</b> 1138501712</td></tr></table>', '2020-12-17 11:41:02', 82, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(466, 80, 80, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 11:57:41<br><br>[9369]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>Se han registrado [5000] codigos nuevos en el sistema de tipo [E] con la carga del archivo [Import20201217002.xlsx] para el cliente [64]</td></tr></table>', '2020-12-17 11:57:41', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(467, 80, 80, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 12:03:19<br><br>[9370]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>El codigo [5151] ahora posee estado [P]</td></tr></table>', '2020-12-17 12:03:19', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(477, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 15:14:38<br><br>[9382]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2020-12-17 15:14:38', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(469, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 14:03:01<br><br>[9375]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>name=PRUEBA DE USUARIOS cedula=1310466740 email=prueba@prueba.com telefono=0990254434 direccion=Tarqui Guayaquil Ecuador otd=1403011712 idrol=3 id=83 </td></tr></table>', '2020-12-17 14:03:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(470, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 14:03:17<br><br>[9376]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=83 name=PRUEBA DE USUARIOS email=prueba@prueba.com idrol=3 cedula=1310466740 telefono=0990254434 direccion=Tarqui Guayaquil Ecuador estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1403011712 </td></tr></table>', '2020-12-17 14:03:17', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(471, 30, 30, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 14:03:30<br><br>[9377]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=83 name=PRUEBA DE USUARIOS email=prueba@prueba.com idrol=3 cedula=1310466740 telefono=0990254434 direccion=Tarqui Guayaquil Ecuador estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1403011712 </td></tr></table>', '2020-12-17 14:03:30', 30, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(472, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 14:47:46<br><br>[9378]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2020-12-17 14:47:46', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(473, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 14:49:55<br><br>[9379]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2020-12-17 14:49:55', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(474, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-17 14:51:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-17 14:51:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(475, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-17 14:53:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-17 14:53:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(476, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-17 15:04:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-17 15:04:02', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(478, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 15:20:03<br><br>[9383]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=2 plan=pplus pendientepa</td></tr></table>', '2020-12-17 15:20:03', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(479, 30, 30, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-17 15:40:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> lquirolafrank@hotmail.com<br><b>CLAVE:</b> 1309997813</td></tr></table>', '2020-12-17 15:40:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(480, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 15:44:10<br><br>[9386]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2020-12-17 15:44:10', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(481, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 15:45:45<br><br>[9387]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2020-12-17 15:45:45', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(482, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 15:50:35<br><br>[9388]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2020-12-17 15:50:35', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(483, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 15:53:08<br><br>[9389]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2020-12-17 15:53:08', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(484, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-17 16:01:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2020-12-17 16:01:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(485, 30, 30, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2020-12-17 16:03:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> lquirolafrank@hotmail.com<br><b>CLAVE:</b> 1309997813</td></tr></table>', '2020-12-17 16:03:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(486, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 17:51:15<br><br>[9391]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2020-12-17 17:51:15', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(487, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-17 17:58:03<br><br>[9392]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2020-12-17 17:58:03', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(488, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-23 13:51:51<br><br>[9397]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>name=Aldrin Bravo Reyes cedula=0925644776 email=abravo@gusber.com telefono=+593980770255 direccion=Bastion Popular bloque 5, Guayas, Ecuador otd=1351512312 idrol=2 idSupervisor=64 id=84 </td></tr></table>', '2020-12-23 13:51:51', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(489, 84, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-23 13:52:01<br><br>[84]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=84\">[confirmar]</a></td></tr></table>', '2020-12-23 13:52:01', 84, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(490, 85, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-23 13:53:01<br><br>[85]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=85\">[confirmar]</a></td></tr></table>', '2020-12-23 13:53:01', 85, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(491, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-23 13:52:56<br><br>[9398]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>name=Emma Ortega Anaya cedula=1208416870 email=ventas2@gusber.com telefono=+593990766889 direccion=Bastion Popular bloque 5, Guayas, Ecuador otd=1352562312 idrol=2 idSupervisor=64 id=85 </td></tr></table>', '2020-12-23 13:52:56', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(492, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-23 13:54:06<br><br>[9399]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>name=Jesus Macias Malave cedula=0986210748 email=jmacias@gusber.com telefono=+593990766828 direccion=Bastion Popular bloque 5, Guayas, Ecuador otd=1354062312 idrol=2 idSupervisor=64 id=86 </td></tr></table>', '2020-12-23 13:54:06', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(493, 86, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-23 13:55:02<br><br>[86]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=86\">[confirmar]</a></td></tr></table>', '2020-12-23 13:55:02', 86, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(494, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-23 13:55:24<br><br>[9400]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>name=Karla Paredes Alcivar cedula=1208744593 email=kparedes@gusber.com telefono=+593993795452 direccion=Bastion Popular bloque 5, Guayas, Ecuador otd=1355242312 idrol=2 idSupervisor=64 id=87 </td></tr></table>', '2020-12-23 13:55:24', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(495, 87, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2020-12-23 13:56:02<br><br>[87]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=87\">[confirmar]</a></td></tr></table>', '2020-12-23 13:56:02', 87, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(496, 30, 30, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-23 14:39:13<br><br>[9402]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Se han registrado [15] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER2020DIC23.xlsx] para el cliente [64]</td></tr></table>', '2020-12-23 14:39:13', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(497, 80, 80, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-23 15:00:47<br><br>[9403]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>Se han registrado [15] codigos nuevos en el sistema de tipo [S] con la carga del archivo [PlantillaCargaCodigosGUSBER1.xlsx] para el cliente [64]</td></tr></table>', '2020-12-23 15:00:47', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(498, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2020-12-31 15:28:16<br><br>[9409]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [3] ahora posee estado [P]</td></tr></table>', '2020-12-31 15:28:16', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(499, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-04 09:42:35<br><br>[9413]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>id=82 name=Pruebas Sistemas email=sistemas@gusber.com idrol=1 cedula=0925842006 foto=0925842006.jpeg firma=0925842006SIGN.jpeg telefono=+593994523345 direccion=La Rioja, Daule, Ecuador estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pendientepago=N Ca</td></tr></table>', '2021-01-04 09:42:35', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(500, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-04 09:43:04<br><br>[9414]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>id=82 name=Pruebas Sistemas email=sistemas@gusber.com idrol=4 cedula=0925842006 foto=0925842006.jpeg firma=0925842006SIGN.jpeg telefono=+593994523345 direccion=La Rioja, Daule, Ecuador estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pendientepago=N Ca</td></tr></table>', '2021-01-04 09:43:04', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(501, 82, 64, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-04 09:53:29<br><br>[9417]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0925842006.jpeg\" width=\"80\" height=\"80\"><br>Pruebas Sistemas<br>sistemas@gusber.com</td><td>ADMIN GUSBER<br>info@gusber.com</td><td>id=82 name=Pruebas Sistemas email=sistemas@gusber.com idrol=1 cedula=0925842006 foto=0925842006.jpeg firma=0925842006SIGN.jpeg telefono=+593994523345 direccion=La Rioja, Daule, Ecuador estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pendientepago=N Ca</td></tr></table>', '2021-01-04 09:53:29', 82, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(502, 80, 80, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-04 10:01:40<br><br>[9420]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>id=82 name=Pruebas Sistemas email=sistemas@gusber.com idrol=1 cedula=0925842006 foto=0925842006.jpeg firma=0925842006SIGN.jpeg telefono=+593994523345 direccion=La Rioja, Daule, Ecuador estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pendientepago=N Ca</td></tr></table>', '2021-01-04 10:01:40', 80, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(503, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-04 10:03:38<br><br>[9421]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>name=Pruebas General cedula=0958744160 email=sistemas@gusber.com telefono=+593994523345 direccion=Guayaquil, Ecuador otd=1003380401 idrol=4 id=88 </td></tr></table>', '2021-01-04 10:03:38', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(504, 88, 88, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-04 10:04:02<br><br>[88]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Pruebas General<br>sistemas@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=88\">[confirmar]</a></td></tr></table>', '2021-01-04 10:04:02', 88, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(505, 88, 88, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-04 10:29:01<br><br>[88]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Pruebas General<br>sistemas@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> sistemas@gusber.com<br><b>CLAVE:</b> 1003380401</td></tr></table>', '2021-01-04 10:29:01', 88, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(506, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 07:42:45<br><br>[9430]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=35 name=ADMIN EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador estado=1 etapaCuenta=4 plan=pbasico pendientepa</td></tr></table>', '2021-01-05 07:42:45', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(507, 35, 35, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 08:49:31<br><br>[9433]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>name=Usuario prueba cedula=0992587840 email=pruebauser@algo.com telefono=0990254434 direccion=Tarqui Guayaquil Ecuador otd=0849310501 idrol=2 foto=0992587840.png idSupervisor=35 id=89 </td></tr></table>', '2021-01-05 08:49:31', 35, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(508, 89, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-05 08:50:02<br><br>[89]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0992587840.png\" width=\"80\" height=\"80\"><br>Usuario prueba<br>pruebauser@algo.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=89\">[confirmar]</a></td></tr></table>', '2021-01-05 08:50:02', 89, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(509, 90, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-05 08:51:01<br><br>[90]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309998872.png\" width=\"80\" height=\"80\"><br>prueba inspector<br>otroprueba@algo.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=90\">[confirmar]</a></td></tr></table>', '2021-01-05 08:51:01', 90, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(510, 35, 35, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 08:50:54<br><br>[9434]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>name=prueba inspector cedula=1309998872 email=otroprueba@algo.com telefono=0990254434 direccion=Tarqui Guayaquil Ecuador otd=0850540501 idrol=3 foto=1309998872.png idSupervisor=35 id=90 </td></tr></table>', '2021-01-05 08:50:54', 35, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(511, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 09:08:27<br><br>[9441]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=69 name=Andrés López Coronado email=alopez@gusber.com idrol=2 cedula=1301234560 foto=1301234560.png firma=1301234560SIGN.png telefono=099878542 estado=1 etapaCuenta=4 idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaIn</td></tr></table>', '2021-01-05 09:08:27', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(512, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 09:09:02<br><br>[9444]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=89 name=Usuario prueba email=pruebauser@algo.com idrol=2 cedula=0992587840 foto=0992587840.png telefono=0990254434 direccion=Tarqui Guayaquil Ecuador estado=1 etapaCuenta=2 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFir</td></tr></table>', '2021-01-05 09:09:02', 35, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(513, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 09:11:02<br><br>[9445]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1</td></tr></table>', '2021-01-05 09:11:02', 35, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(514, 35, 35, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 09:11:54<br><br>[9446]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=89 name=Usuario prueba email=pruebauser@algo.com idrol=2 cedula=0992587840 foto=0992587840.png telefono=0990254434 direccion=Tarqui Guayaquil Ecuador estado=1 etapaCuenta=2 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFir</td></tr></table>', '2021-01-05 09:11:54', 35, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(515, 35, 35, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 09:12:00<br><br>[9447]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>ADMIN EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=90 name=prueba inspector email=otroprueba@algo.com idrol=3 cedula=1309998872 foto=1309998872.png telefono=0990254434 direccion=Tarqui Guayaquil Ecuador estado=1 etapaCuenta=2 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impF</td></tr></table>', '2021-01-05 09:12:00', 35, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(516, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 11:41:35<br><br>[9463]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>id=88 name=Pruebas General email=sistemas@gusber.com idrol=1 cedula=0958744160 telefono=+593994523345 direccion=Guayaquil, Ecuador estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1003380401 </td></tr></table>', '2021-01-05 11:41:35', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(517, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 11:52:50<br><br>[9464]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>id=35 name=EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador estado=1 etapaCuenta=4 plan=pbasico pendientepago=N C</td></tr></table>', '2021-01-05 11:52:50', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(518, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 11:53:22<br><br>[9465]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>id=64 name=GUSBER email=info@gusber.com idrol=1 cedula=0991234567 foto=0991234567.jpeg firma=0991234567SIGN.jpeg telefono=+59344626364 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2021-01-05 11:53:22', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(519, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 11:53:41<br><br>[9466]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>id=71 name=NOBOA GRUPO email=lquirolafrank@grupohqs.com idrol=1 cedula=0719997813 foto=0719997813.jpeg firma=0719997813SIGN.jpeg telefono=044875932 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </td></tr></table>', '2021-01-05 11:53:41', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(520, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 11:53:57<br><br>[9467]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>id=63 name=QUIROLA-ENTERPRISES email=quirolaenterprises@gmail.com idrol=1 cedula=1709997810 foto=1709997810.png firma=1709997810SIGN.png telefono=1234 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=q</td></tr></table>', '2021-01-05 11:53:57', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(521, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 14:37:15<br><br>[9473]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=4 plan=pplus pendientepa</td></tr></table>', '2021-01-05 14:37:15', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(522, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 14:37:30<br><br>[9474]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=4 plan=pplus pendientepa</td></tr></table>', '2021-01-05 14:37:30', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(523, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 14:38:39<br><br>[9475]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=4 plan=pplus pendientepa</td></tr></table>', '2021-01-05 14:38:39', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(524, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 14:41:18<br><br>[9478]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2021-01-05 14:41:18', 35, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(525, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 14:52:20<br><br>[9485]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=4 plan=pplus pendientepa</td></tr></table>', '2021-01-05 14:52:20', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(526, 58, 35, 0, 'I', 'SEGUIMIENTO A CUENTA -> LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 14:41:55<br><br>[9480]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td></td></tr></table>', '2021-01-05 14:41:55', 58, 35, 35, 35, 1, 1, b'0', b'0', NULL),
(527, 58, 35, 0, 'I', 'SEGUIMIENTO A CUENTA -> LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 14:43:33<br><br>[9481]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td></td></tr></table>', '2021-01-05 14:43:33', 58, 35, 35, 35, 1, 1, b'0', b'0', NULL),
(528, 71, 71, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-05 22:22:02<br><br>[71]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0719997813.jpeg\" width=\"80\" height=\"80\"><br>NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=71\">[confirmar]</a></td></tr></table>', '2021-01-05 22:22:02', 71, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(529, 71, 71, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-05 22:25:01<br><br>[71]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0719997813.jpeg\" width=\"80\" height=\"80\"><br>NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> lquirolafrank@grupohqs.com<br><b>CLAVE:</b> </td></tr></table>', '2021-01-05 22:25:01', 71, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(530, 71, 71, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 22:29:48<br><br>[9494]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0719997813.jpeg\" width=\"80\" height=\"80\"><br>NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td><br></td><td>id=79 name=Dereck Eli Intriago email=dereckeli@gmail.com idrol=2 cedula=1308887845 foto=1308887845.jpeg firma=1308887845SIGN.png telefono=+59399875421 direccion=Cdla. Las Cumbres estado=1 etapaCuenta=4 idSupervisor=71 plan=pbasico pendientepago=N CampoAdi</td></tr></table>', '2021-01-05 22:29:48', 71, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(531, 79, 71, 0, 'I', 'SEGUIMIENTO A CUENTA -> LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 22:30:01<br><br>[9496]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308887845.jpeg\" width=\"80\" height=\"80\"><br>Dereck Eli Intriago<br>dereckeli@gmail.com</td><td>NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td></td></tr></table>', '2021-01-05 22:30:01', 71, 71, 71, 71, 1, 1, b'0', b'0', NULL),
(532, 79, 71, 0, 'I', 'SEGUIMIENTO A CUENTA [dereckeli@gmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 22:33:07<br><br>[9497]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308887845.jpeg\" width=\"80\" height=\"80\"><br>Dereck Eli Intriago<br>dereckeli@gmail.com</td><td>NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td></td></tr></table>', '2021-01-05 22:33:07', 71, 71, 71, 71, 1, 1, b'0', b'0', NULL),
(533, 79, 71, 0, 'I', 'SEGUIMIENTO A CUENTA [dereckeli@gmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 22:34:58<br><br>[9498]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308887845.jpeg\" width=\"80\" height=\"80\"><br>Dereck Eli Intriago<br>dereckeli@gmail.com</td><td>NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td></td></tr></table>', '2021-01-05 22:34:58', 71, 71, 71, 71, 1, 1, b'0', b'0', NULL),
(534, 79, 71, 0, 'I', 'SEGUIMIENTO A CUENTA [dereckeli@gmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 22:37:00<br><br>[9499]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1308887845.jpeg\" width=\"80\" height=\"80\"><br>Dereck Eli Intriago<br>dereckeli@gmail.com</td><td>NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td></td></tr></table>', '2021-01-05 22:37:00', 71, 71, 71, 71, 1, 1, b'0', b'0', NULL),
(535, 71, 71, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 22:48:47<br><br>[9501]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0719997813.jpeg\" width=\"80\" height=\"80\"><br>NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td><br></td><td>id=79 name=Dereck Eli Intriago email=dereckeli@gmail.com idrol=2 cedula=1308887845 foto=1308887845.jpeg firma=1308887845SIGN.png telefono=+59399875421 direccion=Cdla. Las Cumbres estado=1 etapaCuenta=4 idSupervisor=71 plan=pbasico pendientepago=N CampoAdi</td></tr></table>', '2021-01-05 22:48:47', 71, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(536, 71, 71, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-05 22:51:51<br><br>[9502]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0719997813.jpeg\" width=\"80\" height=\"80\"><br>NOBOA GRUPO<br>lquirolafrank@grupohqs.com</td><td><br></td><td>Se han registrado [150] codigos nuevos en el sistema de tipo [E] con la carga del archivo [CARGALOTE_20201216.xlsx] para el cliente [71]</td></tr></table>', '2021-01-05 22:51:51', 71, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(537, 80, 80, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-06 10:29:27<br><br>[9505]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>Se han registrado [15] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER1.xlsx] para el cliente [88]</td></tr></table>', '2021-01-06 10:29:27', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(538, 80, 80, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-06 11:36:34<br><br>[9514]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>El codigo [4] ahora posee estado [P]</td></tr></table>', '2021-01-06 11:36:34', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(539, 80, 80, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-06 11:36:56<br><br>[9515]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>El codigo [4] ahora posee estado [C]</td></tr></table>', '2021-01-06 11:36:56', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(540, 30, 30, 0, 'I', 'ACCESO APP :: LOGIN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 14:26:16<br><br>[9522]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaciÃ³n:<br><a href=\"https://www.google.com/maps/place/-2.11468436 -79.90233819\" target=\"_blank\">[ubicaciÃ³n]</a></td></tr></table>', '2021-01-08 14:26:16', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(541, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 14:26:16<br><br>[9524]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaciÃ³n:<br><a href=\"https://www.google.com/maps/place/-2.11468436 -79.90233819\" target=\"_blank\">[ubicaciÃ³n]</a></td></tr></table>', '2021-01-08 14:26:16', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(542, 58, 35, 0, 'I', 'SEGUIMIENTO A CUENTA [mpinargoteintriago@hotmail.com] LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 14:35:17<br><br>[9525]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaciÃ³n:<br><a href=\"https://www.google.com/maps/place/-2.11468436 -79.90233819\" target=\"_blank\">[ubicaciÃ³n]</a></td></tr></table>', '2021-01-08 14:35:17', 35, 35, 35, 35, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(543, 58, 35, 0, 'I', 'SEGUIMIENTO A CUENTA [mpinargoteintriago@hotmail.com] LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 14:40:29<br><br>[9526]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaciÃ³n:<br><a href=\"https://www.google.com/maps/place/-2.11468436 -79.90233819\" target=\"_blank\">[ubicaciÃ³n]</a></td></tr></table>', '2021-01-08 14:40:29', 35, 35, 35, 35, 1, 1, b'0', b'0', NULL),
(544, 58, 35, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 14:45:11<br><br>[9527]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaciÃ³n:<br><a href=\"https://www.google.com/maps/place/-2.11468436 -79.90233819\" target=\"_blank\">[ubicaciÃ³n]</a></td></tr></table>', '2021-01-08 14:45:11', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(545, 58, 35, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 14:48:45<br><br>[9528]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11468436 -79.90233819\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-08 14:48:45', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(546, 58, 35, 0, 'I', 'SEGUIMIENTO A CUENTA [mpinargoteintriago@hotmail.com] LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 16:46:28<br><br>[9530]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1144983 -79.90209869\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-08 16:46:28', 35, 35, 35, 35, 1, 1, b'0', b'0', NULL),
(547, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-08 16:52:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-01-08 16:52:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(548, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-08 16:53:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-01-08 16:53:02', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(549, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-08 17:00:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-01-08 17:00:02', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(550, 30, 30, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-08 17:03:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> lquirolafrank@hotmail.com<br><b>CLAVE:</b> 1309997813</td></tr></table>', '2021-01-08 17:03:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(551, 58, 35, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 17:15:08<br><br>[9535]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1144983 -79.90209869\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-08 17:15:08', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(552, 58, 35, 0, 'I', 'SEGUIMIENTO A CUENTA [mpinargoteintriago@hotmail.com] LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 17:21:09<br><br>[9536]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11452451 -79.90202378\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-08 17:21:09', 35, 35, 35, 35, 1, 1, b'0', b'0', NULL),
(553, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-08 18:16:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-01-08 18:16:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(554, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-08 18:17:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-01-08 18:17:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(555, 30, 30, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-08 18:19:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> lquirolafrank@hotmail.com<br><b>CLAVE:</b> 1309997813</td></tr></table>', '2021-01-08 18:19:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(556, 58, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-08 18:21:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2021-01-08 18:21:01', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(557, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-08 18:24:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2021-01-08 18:24:01', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(558, 58, 35, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-08 18:25:01<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> mpinargoteintriago@hotmail.com<br><b>CLAVE:</b> mabeluis2602</td></tr></table>', '2021-01-08 18:25:01', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(559, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 18:38:00<br><br>[9540]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11452451 -79.90202378\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-08 18:38:00', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(560, 58, 35, 0, 'I', 'SEGUIMIENTO A CUENTA [mpinargoteintriago@hotmail.com] LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 18:55:41<br><br>[9541]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11452451 -79.90202378\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-08 18:55:41', 35, 35, 35, 35, 1, 1, b'0', b'0', NULL),
(561, 58, 35, 0, 'I', 'SEGUIMIENTO A CUENTA [mpinargoteintriago@hotmail.com] LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 19:01:18<br><br>[9542]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11452451 -79.90202378\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-08 19:01:18', 35, 35, 35, 35, 1, 1, b'0', b'0', NULL),
(562, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 19:02:32<br><br>[9543]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11452451 -79.90202378\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-08 19:02:32', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(563, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-08 19:04:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-01-08 19:04:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(564, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-08 19:23:51<br><br>[9545]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11452451 -79.90202378\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-08 19:23:51', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(565, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-09 13:40:39<br><br>[9548]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11472886 -79.90232829\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-09 13:40:39', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(566, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-09 17:24:07<br><br>[9549]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11472886 -79.90232829\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-09 17:24:07', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(567, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-09 17:25:36<br><br>[9550]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11472886 -79.90232829\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-09 17:25:36', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(568, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-09 17:27:58<br><br>[9551]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11472886 -79.90232829\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-09 17:27:58', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(569, 30, 30, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-09 22:49:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> lquirolafrank@hotmail.com<br><b>CLAVE:</b> 1309997813</td></tr></table>', '2021-01-09 22:49:02', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(570, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 11:47:05<br><br>[9556]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146186 -79.9023089\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 11:47:05', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(571, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 13:03:50<br><br>[9557]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146186 -79.9023089\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 13:03:50', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(572, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 15:32:04<br><br>[9558]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11467772 -79.9022693\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 15:32:04', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(573, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 15:54:24<br><br>[9559]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11441891 -79.90255256\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 15:54:24', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(574, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 15:59:22<br><br>[9560]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146049 -79.902291\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 15:59:22', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(575, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 16:01:03<br><br>[9561]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146049 -79.902291\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 16:01:03', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(576, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 16:01:35<br><br>[9562]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146049 -79.902291\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 16:01:35', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(577, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 16:06:36<br><br>[9563]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146016 -79.9022827\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 16:06:36', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(578, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 16:08:20<br><br>[9564]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146016 -79.9022827\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 16:08:20', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(579, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 16:27:30<br><br>[9565]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146004 -79.9022916\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 16:27:30', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(580, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 17:21:18<br><br>[9566]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145992 -79.9022851\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 17:21:18', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(581, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 17:49:00<br><br>[9567]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146051 -79.9022835\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 17:49:00', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(582, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 18:03:32<br><br>[9568]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145993 -79.9022823\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 18:03:32', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(583, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 18:14:22<br><br>[9569]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145983 -79.9022908\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 18:14:22', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(584, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 18:15:35<br><br>[9570]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146006 -79.9022892\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 18:15:35', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(585, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 18:18:14<br><br>[9571]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146006 -79.9022892\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 18:18:14', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(586, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 20:15:27<br><br>[9572]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146006 -79.9022892\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 20:15:27', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(587, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 20:17:20<br><br>[9573]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146006 -79.9022892\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 20:17:20', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(588, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 20:35:12<br><br>[9574]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146006 -79.9022892\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 20:35:12', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(589, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 20:38:59<br><br>[9575]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146006 -79.9022892\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 20:38:59', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(590, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 20:41:21<br><br>[9576]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146006 -79.9022892\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 20:41:21', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(591, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-10 21:17:25<br><br>[9577]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146006 -79.9022892\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-10 21:17:25', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(592, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 00:31:09<br><br>[9578]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146 -79.9022887\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 00:31:09', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(593, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 00:34:22<br><br>[9579]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146 -79.9022887\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 00:34:22', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(594, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 00:45:50<br><br>[9580]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11460858 -79.90231683\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 00:45:50', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(595, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 01:12:01<br><br>[9581]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11460858 -79.90231683\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 01:12:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(596, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 01:25:27<br><br>[9582]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11461043 -79.90232448\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 01:25:27', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(597, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 01:28:22<br><br>[9583]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458878 -79.9023482\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 01:28:22', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(598, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 01:32:34<br><br>[9584]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11461971 -79.90232414\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 01:32:34', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(599, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 01:36:06<br><br>[9585]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11462133 -79.90231761\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 01:36:06', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(600, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 01:41:00<br><br>[9586]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11461803 -79.9023189\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 01:41:00', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(601, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 01:45:52<br><br>[9587]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455163 -79.90227603\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 01:45:52', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(602, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-11 01:46:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-01-11 01:46:02', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(603, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 09:46:40<br><br>[9588]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458687 -79.90219461\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 09:46:40', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(604, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 09:47:44<br><br>[9589]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455121 -79.90236332\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 09:47:44', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(605, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 10:03:43<br><br>[9590]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.114535 -79.90234058\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 10:03:43', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(606, 58, 35, 0, 'I', 'SEGUIMIENTO A CUENTA [mpinargoteintriago@hotmail.com] LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 10:07:53<br><br>[9592]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.114535 -79.90234058\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 10:07:53', 35, 35, 35, 35, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(607, 58, 35, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 10:11:26<br><br>[9593]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455609 -79.90232555\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 10:11:26', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(608, 58, 35, 0, 'I', 'SEGUIMIENTO A CUENTA [mpinargoteintriago@hotmail.com] LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 10:12:47<br><br>[9594]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455609 -79.90232555\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 10:12:47', 35, 35, 35, 35, 1, 1, b'0', b'0', NULL),
(609, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 10:13:13<br><br>[9595]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455609 -79.90232555\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 10:13:13', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(610, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 12:29:00<br><br>[9628]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [5151] ahora posee estado [C]</td></tr></table>', '2021-01-11 12:29:00', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(611, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 12:30:44<br><br>[9630]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=151 idCliente=64 VAR1=C040001 VAR2=40001 VAR3=C040001 INFO1=RED INFO2=UNIDAD ANTINARCOTICOS tipo=E estado=C idLote=20201217154823 </td></tr></table>', '2021-01-11 12:30:44', 30, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(612, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:12:07<br><br>[9632]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 Camp</td></tr></table>', '2021-01-11 13:12:07', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(613, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:33:20<br><br>[9641]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2021-01-11 13:33:20', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(614, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:35:49<br><br>[9645]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145705 -79.9022965\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 13:35:49', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(615, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:37:10<br><br>[9646]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145705 -79.9022965\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 13:37:10', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(616, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:37:33<br><br>[9647]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145705 -79.9022965\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 13:37:33', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(617, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:38:49<br><br>[9648]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145692 -79.9023014\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-11 13:38:49', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(618, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:03:46<br><br>[9654]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2021-01-11 15:03:46', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(619, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:03:53<br><br>[9655]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2021-01-11 15:03:53', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(620, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:03:56<br><br>[9656]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2021-01-11 15:03:56', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(621, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:04:11<br><br>[9657]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [5] ahora posee estado [P]</td></tr></table>', '2021-01-11 15:04:11', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(622, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:04:22<br><br>[9658]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [5] ahora posee estado [C]</td></tr></table>', '2021-01-11 15:04:22', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(623, 73, 64, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-11 15:29:01<br><br>[73]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812341.jpeg\" width=\"80\" height=\"80\"><br>André Emanuel Quirola Intriago<br>gerencia@grupohqs.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=73\">[confirmar]</a></td></tr></table>', '2021-01-11 15:29:01', 73, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(624, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 20:49:33<br><br>[9672]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2021-01-11 20:49:33', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(625, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 20:53:02<br><br>[9675]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2021-01-11 20:53:02', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(626, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 20:53:05<br><br>[9676]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2021-01-11 20:53:05', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(627, 80, 80, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-12 10:25:01<br><br>[80]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=80\">[confirmar]</a></td></tr></table>', '2021-01-12 10:25:01', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(628, 80, 80, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-12 10:26:02<br><br>[80]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> jlavayen@gusber.com<br><b>CLAVE:</b> 1154111612</td></tr></table>', '2021-01-12 10:26:02', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(629, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-12 10:34:39<br><br>[9682]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455862 -79.90228633\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-12 10:34:39', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(630, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-12 10:39:41<br><br>[9683]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455862 -79.90228633\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-12 10:39:41', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(631, 58, 35, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-12 10:53:20<br><br>[9684]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11462607 -79.90235493\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-12 10:53:20', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(632, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-12 12:12:17<br><br>[9687]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=2 plan=pplus pendientepa</td></tr></table>', '2021-01-12 12:12:17', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(633, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 12:14:58<br><br>[9624]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 12:14:58', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(634, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 12:23:29<br><br>[9625]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 12:23:29', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(635, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 12:23:38<br><br>[9626]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 12:23:38', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(636, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 12:28:08<br><br>[9627]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 12:28:08', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(637, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 12:29:39<br><br>[9629]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 12:29:39', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(638, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:11:28<br><br>[9631]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:11:28', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(639, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:13:03<br><br>[9633]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:13:03', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(640, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:14:36<br><br>[9636]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:14:36', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(641, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:15:06<br><br>[9637]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:15:06', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(642, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:32:04<br><br>[9638]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:32:04', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(643, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:32:45<br><br>[9639]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:32:45', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(644, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:33:08<br><br>[9640]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:33:08', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(645, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:33:49<br><br>[9642]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:33:49', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(646, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:34:23<br><br>[9643]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:34:23', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(647, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:35:15<br><br>[9644]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:35:15', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(648, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 13:53:34<br><br>[9649]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 13:53:34', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(649, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 14:03:07<br><br>[9650]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 14:03:07', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(650, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:02:42<br><br>[9651]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:02:42', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(651, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:03:17<br><br>[9652]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:03:17', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(652, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:03:32<br><br>[9653]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:03:32', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(653, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:06:27<br><br>[9659]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:06:27', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(654, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:28:16<br><br>[9660]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:28:16', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(655, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:30:16<br><br>[9661]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:30:16', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(656, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:30:28<br><br>[9662]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:30:28', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(657, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:30:38<br><br>[9663]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:30:38', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(658, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:36:24<br><br>[9664]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:36:24', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(659, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:36:38<br><br>[9665]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:36:38', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(660, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:36:47<br><br>[9666]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:36:47', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(661, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:51:57<br><br>[9667]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:51:57', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(662, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 15:52:26<br><br>[9668]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 15:52:26', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(663, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 20:21:32<br><br>[9669]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 20:21:32', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(664, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 20:21:41<br><br>[9670]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 20:21:41', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(665, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 20:48:44<br><br>[9671]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 20:48:44', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(666, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 20:50:45<br><br>[9673]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 20:50:45', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(667, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 20:52:34<br><br>[9674]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 20:52:34', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(668, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-11 20:54:56<br><br>[9677]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-11 20:54:56', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(669, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-12 10:20:58<br><br>[9678]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-12 10:20:58', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(670, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-12 10:29:26<br><br>[9681]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-12 10:29:26', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(671, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-12 12:10:41<br><br>[9686]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-12 12:10:41', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(672, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-12 12:13:18<br><br>[9688]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11469071 -79.90242345\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-12 12:13:18', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(673, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-12 12:18:32<br><br>[9689]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=2 plan=pplus pendientepa</td></tr></table>', '2021-01-12 12:18:32', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(674, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-13 09:00:41<br><br>[9690]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-13 09:00:41', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(675, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-13 09:01:42<br><br>[9691]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=2 plan=pplus pendientepa</td></tr></table>', '2021-01-13 09:01:42', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(676, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-13 09:03:14<br><br>[9692]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [3] ahora posee estado [C]</td></tr></table>', '2021-01-13 09:03:14', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(677, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-13 09:03:29<br><br>[9693]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-13 09:03:29', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(678, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-14 09:23:32<br><br>[9694]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-14 09:23:32', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(679, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-14 09:23:39<br><br>[9695]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-14 09:23:39', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(680, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-14 09:28:15<br><br>[9696]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-14 09:28:15', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(681, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-14 09:28:23<br><br>[9697]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-14 09:28:23', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(682, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-14 19:50:10<br><br>[9700]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-14 19:50:10', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(683, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-14 19:51:15<br><br>[9701]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-14 19:51:15', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(684, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-15 11:01:32<br><br>[9702]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-15 11:01:32', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(685, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-15 11:10:04<br><br>[9703]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2021-01-15 11:10:04', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(686, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-15 11:10:10<br><br>[9704]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2021-01-15 11:10:10', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(687, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-15 11:10:18<br><br>[9705]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>El codigo [2] ahora posee estado [P]</td></tr></table>', '2021-01-15 11:10:18', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(688, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-15 11:15:24<br><br>[9706]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-15 11:15:24', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(689, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-15 11:15:48<br><br>[9707]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-15 11:15:48', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(690, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGOUT :: SALIDA', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-15 11:16:53<br><br>[9708]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-15 11:16:53', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(691, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-15 11:17:48<br><br>[9709]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-15 11:17:48', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(692, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-16 11:50:41<br><br>[9712]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>id=86 name=Jesus Macias Malave email=jmacias@gusber.com idrol=3 cedula=0986210748 telefono=+593990766828 direccion=Bastion Popular bloque 5, Guayas, Ecuador estado=1 etapaCuenta=2 idSupervisor=64 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 im</td></tr></table>', '2021-01-16 11:50:41', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(693, 30, 30, 0, 'I', 'SEGUIMIENTO A CUENTA [lquirolafrank@hotmail.com] LOGIN :: INGRESO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se reportan por el seguimiento sobre esta cuenta:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-16 14:11:53<br><br>[9713]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td></td></tr></table>', '2021-01-16 14:11:53', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(694, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-16 14:31:43<br><br>[9715]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=2 plan=pplus pendientepa</td></tr></table>', '2021-01-16 14:31:43', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(695, 84, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-18 10:19:01<br><br>[84]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> abravo@gusber.com<br><b>CLAVE:</b> 1351512312</td></tr></table>', '2021-01-18 10:19:01', 84, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(696, 85, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-18 10:19:01<br><br>[85]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> ventas2@gusber.com<br><b>CLAVE:</b> 1352562312</td></tr></table>', '2021-01-18 10:19:01', 85, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(697, 86, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-18 10:20:01<br><br>[86]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> jmacias@gusber.com<br><b>CLAVE:</b> 1354062312</td></tr></table>', '2021-01-18 10:20:01', 86, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(698, 80, 80, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-18 10:37:47<br><br>[9725]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>El codigo [10166] ahora posee estado [P]</td></tr></table>', '2021-01-18 10:37:47', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(699, 80, 80, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-18 10:37:53<br><br>[9726]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>El codigo [2] ahora posee estado [C]</td></tr></table>', '2021-01-18 10:37:53', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(700, 91, 88, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-18 15:48:01<br><br>[91]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Pruebas DOLE EC<br>123@123.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=91\">[confirmar]</a></td></tr></table>', '2021-01-18 15:48:01', 91, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(701, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-18 15:47:45<br><br>[9729]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>name=Pruebas DOLE EC cedula=1234567890 email=123@123.com telefono=+593 994875104 direccion=Av. Las Monjas #10 y Av. Carlos Julio Arosemena otd=1547441801 idrol=1 idSupervisor=88 id=91 </td></tr></table>', '2021-01-18 15:47:45', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(702, 91, 88, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-18 15:49:01<br><br>[91]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Pruebas DOLE EC<br>123@123.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> 123@123.com<br><b>CLAVE:</b> 1547441801</td></tr></table>', '2021-01-18 15:49:01', 91, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(703, 87, 64, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-18 15:50:01<br><br>[87]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> kparedes@gusber.com<br><b>CLAVE:</b> 1355242312</td></tr></table>', '2021-01-18 15:50:01', 87, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(704, 92, 91, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-18 15:54:02<br><br>[92]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Operador1<br>dole@123.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=92\">[confirmar]</a></td></tr></table>', '2021-01-18 15:54:02', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(705, 91, 88, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-18 15:53:24<br><br>[9734]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Pruebas DOLE EC<br>123@123.com</td><td>Pruebas General<br>sistemas@gusber.com</td><td>name=Operador1 cedula=1234567985 email=dole@123.com telefono=+593 44626485 direccion=Prosperina otd=1553241801 idrol=2 idSupervisor=91 id=92 </td></tr></table>', '2021-01-18 15:53:24', 91, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(706, 93, 91, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-18 15:55:02<br><br>[93]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=93\">[confirmar]</a></td></tr></table>', '2021-01-18 15:55:02', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(707, 91, 88, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-18 15:54:11<br><br>[9735]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Pruebas DOLE EC<br>123@123.com</td><td>Pruebas General<br>sistemas@gusber.com</td><td>name=Inspector1 cedula=5547849178 email=inspector1@123.com telefono=593 42875964 direccion=Urdesa otd=1554111801 idrol=3 idSupervisor=91 id=93 </td></tr></table>', '2021-01-18 15:54:11', 91, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(708, 91, 88, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-18 15:54:38<br><br>[9736]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Pruebas DOLE EC<br>123@123.com</td><td>Pruebas General<br>sistemas@gusber.com</td><td>id=92 name=Operador1 email=operador1@123.com idrol=2 cedula=1234567985 telefono=+593 44626485 direccion=Prosperina estado=1 etapaCuenta=2 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1553241801 </td></tr></table>', '2021-01-18 15:54:38', 91, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(709, 93, 91, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-18 15:57:02<br><br>[93]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> inspector1@123.com<br><b>CLAVE:</b> 1554111801</td></tr></table>', '2021-01-18 15:57:02', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(710, 92, 91, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-18 16:00:02<br><br>[92]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=92\">[confirmar]</a></td></tr></table>', '2021-01-18 16:00:02', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(711, 92, 91, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-18 16:02:02<br><br>[92]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> operador1@123.com<br><b>CLAVE:</b> 1553241801</td></tr></table>', '2021-01-18 16:02:02', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(712, 93, 91, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-18 16:07:01<br><br>[93]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=93\">[confirmar]</a></td></tr></table>', '2021-01-18 16:07:01', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(713, 93, 91, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-18 16:08:02<br><br>[93]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> inspector1@123.com<br><b>CLAVE:</b> 1554111801</td></tr></table>', '2021-01-18 16:08:02', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(714, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-18 17:30:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-01-18 17:30:01', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(715, 30, 30, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-18 20:30:14<br><br>[9747]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>7861084211354</td></tr></table>', '2021-01-18 20:30:14', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(716, 30, 30, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-18 20:30:14<br><br>[9749]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>7861084211354</td></tr></table>', '2021-01-18 20:30:14', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(717, 30, 30, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-18 21:28:58<br><br>[9750]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>NOVEDAD con el sello: [7861084211354]<br>Obs: [[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [MIP2602150116 vs ZXXDF344567870]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.114671 -79.9023353\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-18 21:28:58', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(718, 30, 30, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-18 21:36:59<br><br>[9751]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>NOVEDAD con el sello: [7861084211354]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [MIP2602150116 vs XCG23373644474]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.114671 -79.9023353\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-18 21:36:59', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(719, 30, 30, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 00:19:57<br><br>[9752]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>NOVEDAD con el sello: [78923454]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] CÃ³digo 78923454]<br>Cont Asignado vs Revisado: [LEQF1234567890 vs LEQF123456789q]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1146067 -79.90231\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-19 00:19:57', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(720, 30, 30, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 00:26:14<br><br>[9753]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>NOVEDAD con el sello: [78923454]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] CÃ³digo 78923454]<br>Cont Asignado vs Revisado: [LEQF1234567890 vs LEQF123456789#]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1146067 -79.90231\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-19 00:26:14', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(721, 30, 30, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 05:34:40<br><br>[9756]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>NOVEDAD con el sello: [7861084211354]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [ABC7777777 vs ABC777777B]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11463075 -79.90227835\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-19 05:34:40', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(722, 30, 30, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 08:29:53<br><br>[9758]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>NOVEDAD con el sello: [7861145900012]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Datos varios.]<br>Cont Asignado vs Revisado: [NCU1234567890 vs ABC9999999999]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145661 -79.90226762\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-19 08:29:53', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(723, 80, 80, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-19 09:37:01<br><br>[80]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=80\">[confirmar]</a></td></tr></table>', '2021-01-19 09:37:01', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(724, 81, 81, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 09:43:24<br><br>[9760]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br></td><td>NOVEDAD con el sello: [7868000937008]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Orueba, ingreso de datos]<br>Cont Asignado vs Revisado: [MCU37854012 vs 1223455]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0975957 -79.9204944\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: []</td></tr></table>', '2021-01-19 09:43:24', 81, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(725, 81, 81, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 10:15:29<br><br>[9761]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br></td><td>NOVEDAD con el sello: [BG00545Y]<br>Obs: [[VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] Prueba, captura de datos.]<br>Cont Asignado vs Revisado: [MSC000001 vs MSC000001]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989769 -79.9163033\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]</td></tr></table>', '2021-01-19 10:15:29', 81, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(726, 81, 81, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 10:19:20<br><br>[9762]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br></td><td>NOVEDAD con el sello: [SE23139]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Dato adjunto.]<br>Cont Asignado vs Revisado: [MCU5720174 vs SE23139]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989769 -79.9163033\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]</td></tr></table>', '2021-01-19 10:19:20', 81, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(727, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 11:22:11<br><br>[9763]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td><td>id=91 name=Pruebas DOLE EC email=123@123.com idrol=1 cedula=1234567890 telefono=+593 994875104 direccion=Av. Las Monjas #10 y Av. Carlos Julio Arosemena estado=1 etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFir</td></tr></table>', '2021-01-19 11:22:11', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(728, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 11:46:05<br><br>[9766]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>id=91 name=Pruebas DOLE EC email=123@123.com idrol=1 cedula=1234567890 foto=1234567890.jpeg telefono=+593 994875104 direccion=Av. Las Monjas #10 y Av. Carlos Julio Arosemena estado=1 etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1</td></tr></table>', '2021-01-19 11:46:05', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(729, 92, 91, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 15:47:07<br><br>[9778]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>NOVEDAD con el sello: [MUE30003]<br>Obs: [[VERIFICACION OK]\n\n[CLI] Pruebas DOLE EC** [OBS] N/A]<br>Cont Asignado vs Revisado: [12345 vs 12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0953513 -79.9470753\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil 101, , 101 Avenida 56 NO]</td></tr></table>', '2021-01-19 15:47:07', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(730, 91, 91, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 16:50:50<br><br>[9780]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1234567890.jpeg\" width=\"80\" height=\"80\"><br>Pruebas DOLE EC<br>123@123.com</td><td><br></td><td>name=Operador 2 cedula=0254879641 email=operador2@123.com telefono=+5931478564 direccion=Alborada, Guayaquil, Ecuador otd=1650501901 idrol=2 idSupervisor=91 id=94 </td></tr></table>', '2021-01-19 16:50:50', 91, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(731, 94, 91, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-19 16:51:02<br><br>[94]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/\" width=\"80\" height=\"80\"><br>Operador 2<br>operador2@123.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=94\">[confirmar]</a></td></tr></table>', '2021-01-19 16:51:02', 94, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(732, 91, 91, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 17:13:15<br><br>[9781]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1234567890.jpeg\" width=\"80\" height=\"80\"><br>Pruebas DOLE EC<br>123@123.com</td><td><br></td><td>El codigo [10390] ahora posee estado [P]</td></tr></table>', '2021-01-19 17:13:15', 91, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(733, 91, 91, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-19 17:13:31<br><br>[9782]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1234567890.jpeg\" width=\"80\" height=\"80\"><br>Pruebas DOLE EC<br>123@123.com</td><td><br></td><td>El codigo [10390] ahora posee estado [C]</td></tr></table>', '2021-01-19 17:13:31', 91, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(734, 92, 91, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 11:27:27<br><br>[9798]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>id=92 name=Operador1 email=operador1@123.com idrol=2 cedula=1234567985 foto=default-user.png telefono=+593 44626485 direccion=Prosperina estado=1 etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd</td></tr></table>', '2021-01-20 11:27:27', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(735, 93, 91, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 11:30:03<br><br>[9803]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>id=93 name=Inspector1 email=inspector1@123.com idrol=3 cedula=5547849178 foto=default-user.png telefono=593 42875964 direccion=Urdesa estado=1 etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=in</td></tr></table>', '2021-01-20 11:30:03', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(736, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 11:56:06<br><br>[9808]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1134702 -79.899154\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 11:56:06', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(737, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 11:56:53<br><br>[9809]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1134702 -79.899154\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 11:56:53', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(738, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 11:57:49<br><br>[9810]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0969369 -79.9120988\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 11:57:49', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(739, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 12:04:21<br><br>[9813]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.098981 -79.9163084\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 12:04:21', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(740, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 12:07:27<br><br>[9814]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1167991 -79.8998538\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 12:07:27', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(741, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 12:10:28<br><br>[9815]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1167991 -79.8998538\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 12:10:28', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(742, 92, 91, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 12:14:12<br><br>[9816]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>NOVEDAD con el sello: [7861145900012]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas DOLE EC** [OBS] Lectura correcta del codigo]<br>Cont Asignado vs Revisado: [LEQF1234567890 vs asddjeje]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11462604 -79.90232012\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-20 12:14:12', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(743, 92, 91, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 12:14:28<br><br>[9817]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>NOVEDAD con el sello: [7861145900012]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas DOLE EC** [OBS] Lectura correcta del codigo]<br>Cont Asignado vs Revisado: [LEQF1234567890 vs asddjeje]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11462604 -79.90232012\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-20 12:14:28', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(744, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 12:17:24<br><br>[9818]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989742 -79.9163011\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 12:17:24', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(745, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 12:18:34<br><br>[9819]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989742 -79.9163011\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 12:18:34', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(746, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 13:01:09<br><br>[9820]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11463288 -79.90223709\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 13:01:09', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(747, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 13:24:40<br><br>[9821]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11464863 -79.90227471\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 13:24:40', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(748, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 14:05:27<br><br>[9824]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459571 -79.90229405\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 14:05:27', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(749, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 14:06:28<br><br>[9825]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11455687 -79.90227116\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [78923454]<br><a href=\"https://qps.ec/EIR/storage/images/scanner/../storage/images/scanner/92_78923454_2.jpg\" target=\"_blank\">[Foto Sello]</a></td></tr></table>', '2021-01-20 14:06:28', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(750, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 14:08:11<br><br>[9826]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11459474 -79.90231243\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [78923454]<br><a href=\"https://qps.ec/EIR/storage/images/scanner/../storage/images/scanner/92_78923454_3.jpg\" target=\"_blank\">[Foto Sello]</a></td></tr></table>', '2021-01-20 14:08:11', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(751, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 14:18:51<br><br>[9827]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11457704 -79.90229648\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [78923454]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_78923454_5.jpg\" target=\"_blank\">[Foto Sello]</a></td></tr></table>', '2021-01-20 14:18:51', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(752, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 14:23:22<br><br>[9828]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11457704 -79.90229648\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 14:23:22', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(753, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 14:29:38<br><br>[9829]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11457704 -79.90229648\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 14:29:38', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(754, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 14:39:58<br><br>[9830]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 14:39:58', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(755, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 15:14:59<br><br>[9831]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 15:14:59', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(756, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 15:18:30<br><br>[9832]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 15:18:30', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(757, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 15:30:54<br><br>[9833]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 15:30:54', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(758, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 15:42:08<br><br>[9834]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 15:42:08', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(759, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 15:44:31<br><br>[9835]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 15:44:31', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(760, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 15:50:20<br><br>[9836]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 15:50:20', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(761, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 15:55:06<br><br>[9837]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 15:55:06', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(762, 30, 30, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 15:56:10<br><br>[9838]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>NOVEDAD con el sello: [http://www.jw.org/finder?wtloc]<br>Obs: [N/A]<br>Cont Asignado vs Revisado: [ABC123456789 vs ABC123456789]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-20 15:56:10', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(763, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:04:51<br><br>[9839]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 16:04:51', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(764, 30, 30, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:05:22<br><br>[9840]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>NOVEDAD con el sello: [http://www.jw.org/finder?wtloc]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145269 -79.9021818\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-20 16:05:22', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(765, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:16:52<br><br>[9841]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145778 -79.902273\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 16:16:52', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(766, 92, 91, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:18:44<br><br>[9842]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>NOVEDAD con el sello: [7501054542070]<br>Obs: [SELLO NO EXISTE Contenedor llega sin aviso en bitacora al puerto. Sospechosa actividad.]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145778 -79.902273\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-20 16:18:44', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(767, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:19:41<br><br>[9843]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989714 -79.9163139\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 16:19:41', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(768, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:22:06<br><br>[9844]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989714 -79.9163139\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [LD11030]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_LD11030.jpg\" target=\"_blank\">[Foto Sello]</a></td></tr></table>', '2021-01-20 16:22:06', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(769, 92, 91, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:23:35<br><br>[9845]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>NOVEDAD con el sello: [LD11031]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989714 -79.9163139\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]</td></tr></table>', '2021-01-20 16:23:35', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(770, 92, 91, 0, 'I', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:25:13<br><br>[9847]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>NOVEDAD con el sello: [LD11030]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas DOLE EC** [OBS] N/A]<br>Cont Asignado vs Revisado: [DLG00000123 vs GBU00012345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989714 -79.9163139\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]</td></tr></table>', '2021-01-20 16:25:13', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(771, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:43:14<br><br>[9848]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989714 -79.9163139\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [GS196462]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_GS196462.jpg\" target=\"_blank\">[Foto Sello]</a></td></tr></table>', '2021-01-20 16:43:14', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(772, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:39:30<br><br>[9849]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td><td>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989714 -79.9163139\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1000496]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_HS-EC1000496.jpg\" target=\"_blank\">[Foto Sello]</a></td></tr></table>', '2021-01-20 16:39:30', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(773, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 16:58:31<br><br>[9850]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1144907 -79.9021774\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 16:58:31', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(774, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 17:08:36<br><br>[9851]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11452844 -79.90232496\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 17:08:36', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(775, 81, 81, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th><th>Datos</th></tr><tr><td>2021-01-20 17:10:37<br><br>[9852]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br></td><td>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989765 -79.9163112\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 17:10:37', 81, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(776, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 20:07:35<br><br>[9856]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 20:07:35', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(777, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 20:11:37<br><br>[9857]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 20:11:37', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(778, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 20:17:37<br><br>[9858]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">NOVEDAD con el sello: [http://www.jw.org/finder?wtloc]<br>Obs: [SELLO NO EXISTE Actividades sospechosas]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-20 20:17:37', 30, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(779, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 20:20:19<br><br>[9859]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a></td></tr></table>', '2021-01-20 20:20:19', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(780, 92, 91, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 20:21:47<br><br>[9860]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">NOVEDAD con el sello: [http://www.jw.org/finder?wtloc]<br>Obs: [SELLO NO EXISTE Reporte con novedad.]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</td></tr></table>', '2021-01-20 20:21:47', 92, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(781, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 20:25:16<br><br>[9861]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-20 20:25:16', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(782, 92, 91, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 20:26:13<br><br>[9862]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [http://www.jw.org/finder?wtloc]<br>Obs: [SELLO NO EXISTE Sin registro en el sistema]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</b></td></tr></table>', '2021-01-20 20:26:13', 92, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(783, 92, 91, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 20:54:20<br><br>[9863]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [http://www.jw.org/finder?wtloc]<br>Obs: [SELLO NO EXISTE SELLO NO EXISTE Sin registro en el sistema]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</b></td></tr></table>', '2021-01-20 20:54:20', 92, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(784, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 21:10:36<br><br>[9866]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-20 21:10:36', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(785, 92, 91, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 21:11:55<br><br>[9867]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [0309997813]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</b></td></tr></table>', '2021-01-20 21:11:55', 92, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(786, 92, 91, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 21:17:01<br><br>[9868]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [0309997813]<br>Obs: [SELLO NO EXISTE SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145512 -79.9022413\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</b></td></tr></table>', '2021-01-20 21:17:01', 92, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(787, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1145918 -79.9022769\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [0309997813]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_0309997813.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_0309997813_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_0309997813_F2.jpg\" target=\"_blank\">[Foto 2]</a>', '2021-01-20 21:23:14', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(788, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 21:42:38<br><br>[9870]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11459517 -79.90225901\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [0309997813]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_0309997813_1.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-20 21:42:38', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(789, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 21:47:43<br><br>[9871]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11462707 -79.90227328\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [0309997813]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_0309997813_2.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-20 21:47:43', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(790, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 21:50:55<br><br>[9872]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11462707 -79.90227328\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-20 21:50:55', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(791, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 21:58:09<br><br>[9873]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11462163 -79.90228666\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [1309997813]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_1309997813_1.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-20 21:58:09', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(792, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 22:08:34<br><br>[9874]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11460381 -79.90224298\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-20 22:08:34', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(793, 92, 91, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 22:09:07<br><br>[9875]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [17118834]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11460381 -79.90224298\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</b></td></tr></table>', '2021-01-20 22:09:07', 92, 30, 80, 81, 1, 3, b'0', b'0', NULL),
(794, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 22:13:21<br><br>[9876]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1146043 -79.90228357\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [4005900491060]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_4005900491060.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-20 22:13:21', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(795, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 22:17:31<br><br>[9877]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11468218 -79.90239173\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [1309997813]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_1309997813_2.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_1309997813_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_1309997813_F2.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_1309997813_F3.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-01-20 22:17:31', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(796, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 22:29:08<br><br>[9878]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11455971 -79.9022817\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [1309997813]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_1309997813_3.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-20 22:29:08', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(797, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 22:29:44<br><br>[9879]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455971 -79.9022817\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-20 22:29:44', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(798, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 22:41:04<br><br>[9880]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455971 -79.9022817\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-20 22:41:04', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(799, 92, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-20 23:56:22<br><br>[9881]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455971 -79.9022817\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-20 23:56:22', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(800, 92, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 00:00:31<br><br>[9883]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Operador1<br>operador1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11464405 -79.90237346\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7501054542070]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/92_7501054542070.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 00:00:31', 92, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(801, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 08:26:24<br><br>[9884]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145816 -79.9022956\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 08:26:24', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(802, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 08:38:31<br><br>[9885]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146141 -79.9023134\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 08:38:31', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(803, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 08:40:34<br><br>[9886]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146141 -79.9023134\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 08:40:34', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(804, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 08:41:38<br><br>[9887]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146141 -79.9023134\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 08:41:38', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(805, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 08:42:08<br><br>[9888]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146141 -79.9023134\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 08:42:08', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(806, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 08:44:19<br><br>[9889]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146141 -79.9023134\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 08:44:19', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(807, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 08:44:34<br><br>[9890]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146141 -79.9023134\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 08:44:34', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(808, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 09:06:44<br><br>[9892]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2396655 -79.9248028\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 09:06:44', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(809, 93, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 09:22:57<br><br>[9893]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146141 -79.9023134\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 09:22:57', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(810, 93, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 09:26:34<br><br>[9895]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11460072 -79.90225559\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 09:26:34', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(811, 93, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 09:29:27<br><br>[9896]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11460072 -79.90225559\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 09:29:27', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(812, 93, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 09:31:20<br><br>[9897]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11460072 -79.90225559\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 09:31:20', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(813, 93, 91, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 09:33:05<br><br>[9898]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11459498 -79.90228305\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [7703064447509]<br>Sello Reemplazo [ABC123456789]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/93_7703064447509_1.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-21 09:33:05', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(814, 93, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 09:33:05<br><br>[9899]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Inspector1<br>inspector1@123.com</td><td>Pruebas DOLE EC<br>123@123.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11459498 -79.90228305\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7703064447509]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/93_7703064447509_1.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 09:33:05', 93, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(815, 95, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 09:43:01<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=95\">[confirmar]</a></td></tr></table>', '2021-01-21 09:43:01', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(816, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 09:42:30<br><br>[9901]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=DOLE Ecuador cedula=0987654321 email=daniel.calderon@dole.com telefono=+593984636236 direccion=Avenida Perimetral 1.5 y Avenida los Angeles, Guayaquil, Ecuador otd=0942292101 idrol=1 id=95 </b></td></tr></table>', '2021-01-21 09:42:30', 80, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(817, 95, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 09:51:02<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=95\">[confirmar]</a></td></tr></table>', '2021-01-21 09:51:02', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(818, 95, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 09:53:01<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=95\">[confirmar]</a></td></tr></table>', '2021-01-21 09:53:01', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(819, 95, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 09:54:01<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=95\">[confirmar]</a></td></tr></table>', '2021-01-21 09:54:01', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(820, 95, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 10:17:02<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=95\">[confirmar]</a></td></tr></table>', '2021-01-21 10:17:02', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(821, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 10:30:02<br><br>[9904]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=76 name=Eduardo Quirola Frank email=lquirolafrank1980@gmail.com idrol=2 cedula=0997812346 foto=0997812346.jpeg firma=0997812346SIGN.jpeg telefono=+593990254432 direccion=FEBRES CORDERO 3938 Y 17AVA estado=1 etapaCuenta=4 idSupervisor=91 plan=pbasico pe</b></td></tr></table>', '2021-01-21 10:30:02', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(822, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 10:30:21<br><br>[9905]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 Camp</b></td></tr></table>', '2021-01-21 10:30:21', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(823, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 10:35:13<br><br>[9908]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=71 name=NOBOA GRUPO email=otro@grupohqs.com idrol=1 cedula=0719997813 foto=0719997813.jpeg firma=0719997813SIGN.jpeg telefono=044875932 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1309997813 </b></td></tr></table>', '2021-01-21 10:35:13', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(824, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 10:35:28<br><br>[9909]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=91 name=Pruebas DOLE EC email=lquirolafrank@grupohqs.com idrol=1 cedula=1234567890 foto=1234567890.jpeg telefono=+593 994875104 direccion=Av. Las Monjas #10 y Av. Carlos Julio Arosemena estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 </b></td></tr></table>', '2021-01-21 10:35:28', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(825, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 10:36:56<br><br>[9910]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=93 name=Inspector1 email=inspector1@123.com idrol=3 cedula=5547849178 foto=default-user.png telefono=593 42875964 direccion=Urdesa etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=inspector1 </b></td></tr></table>', '2021-01-21 10:36:56', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(826, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 10:37:15<br><br>[9911]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=94 name=Operador 2 email=operador2@123.com idrol=2 cedula=0254879641 foto=default-user.png telefono=+5931478564 direccion=Alborada, Guayaquil, Ecuador etapaCuenta=2 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInform</b></td></tr></table>', '2021-01-21 10:37:15', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(827, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 10:37:30<br><br>[9912]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=92 name=Operador1 email=operador1@123.com idrol=2 cedula=1234567985 foto=default-user.png telefono=+593 44626485 direccion=Prosperina etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=operador</b></td></tr></table>', '2021-01-21 10:37:30', 30, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(828, 91, 91, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 11:02:05<br><br>[9925]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1234567890.jpeg\" width=\"80\" height=\"80\"><br>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=91 name=Pruebas DOLE EC email=lquirolafrank@grupohqs.com idrol=1 cedula=1234567890 foto=1234567890.jpeg telefono=+593 994875104 direccion=Av. Las Monjas #10 y Av. Carlos Julio Arosemena estado=1 etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=</b></td></tr></table>', '2021-01-21 11:02:05', 91, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(829, 58, 91, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 11:03:57<br><br>[9930]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=58 name=Alina Gonzáles de Hernández email=mpinargoteintriago@hotmail.com idrol=3 cedula=1756864912 foto=1756864912.png firma=1756864912SIGN.png telefono=0987654434 estado=1 etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 Camp</b></td></tr></table>', '2021-01-21 11:03:57', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(830, 76, 91, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 11:06:06<br><br>[9937]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0997812346.jpeg\" width=\"80\" height=\"80\"><br>Eduardo Quirola Frank<br>lquirolafrank1980@gmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=76 name=Eduardo Quirola Frank email=lquirolafrank1980@gmail.com idrol=2 cedula=0997812346 foto=0997812346.jpeg firma=0997812346SIGN.jpeg telefono=+593990254432 direccion=FEBRES CORDERO 3938 Y 17AVA estado=1 etapaCuenta=4 idSupervisor=91 plan=pbasico pe</b></td></tr></table>', '2021-01-21 11:06:06', 76, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(831, 95, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 11:09:01<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=95\">[confirmar]</a></td></tr></table>', '2021-01-21 11:09:01', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(832, 95, 95, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-21 11:11:01<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> daniel.calderon@dole.com<br><b>CLAVE:</b> 0942292101</td></tr></table>', '2021-01-21 11:11:01', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(833, 95, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 11:16:02<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=95\">[confirmar]</a></td></tr></table>', '2021-01-21 11:16:02', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(834, 95, 95, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-21 11:18:01<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> daniel.calderon@dole.com<br><b>CLAVE:</b> 0942292101</td></tr></table>', '2021-01-21 11:18:01', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(835, 58, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 11:21:07<br><br>[9956]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145792 -79.9022644\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 11:21:07', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(836, 58, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 11:22:40<br><br>[9957]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11456365 -79.90224355\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7703064447509]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 11:22:40', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(837, 95, 95, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-21 11:27:01<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> daniel.calderon@dole.com<br><b>CLAVE:</b> 0942292101</td></tr></table>', '2021-01-21 11:27:01', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(838, 58, 91, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 11:26:52<br><br>[9960]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11455602 -79.90225474\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [7703064447509]<br>Sello Reemplazo [123456789]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509_2.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-21 11:26:52', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(839, 58, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 11:26:52<br><br>[9961]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11455602 -79.90225474\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7703064447509]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509_2.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 11:26:52', 58, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(840, 95, 95, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-21 11:34:02<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> daniel.calderon@dole.com<br><b>CLAVE:</b> 0942292101</td></tr></table>', '2021-01-21 11:34:02', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(841, 95, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 11:39:02<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=95\">[confirmar]</a></td></tr></table>', '2021-01-21 11:39:02', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(842, 95, 95, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-21 11:45:02<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> daniel.calderon@dole.com<br><b>CLAVE:</b> 0942292101</td></tr></table>', '2021-01-21 11:45:02', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(843, 95, 95, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 11:52:53<br><br>[9974]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Daniel Calderon cedula=1312781998 email=dcaldeldu@hotmail.com telefono=+593984636236 direccion=Perimetral 1.5 km, Avenida de los Angeles, Guayaquil, Ecuador otd=1152532101 idrol=3 idSupervisor=95 id=96 </b></td></tr></table>', '2021-01-21 11:52:53', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(844, 96, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 11:53:02<br><br>[96]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=96\">[confirmar]</a></td></tr></table>', '2021-01-21 11:53:02', 96, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(845, 96, 95, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-21 11:56:01<br><br>[96]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> dcaldeldu@hotmail.com<br><b>CLAVE:</b> 1152532101</td></tr></table>', '2021-01-21 11:56:01', 96, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(846, 96, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:05:17<br><br>[9976]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2501437 -79.9239924\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 12:05:17', 96, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(847, 95, 95, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:14:27<br><br>[9977]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=R10 Leonardo Leon cedula=0921193736 email=leonardo.leon@dole.com telefono=+593979570181 direccion=Monte Sinai Cooperativa Monte Sinai, Guayaquil, Ecuador otd=1214272101 idrol=2 idSupervisor=95 id=97 </b></td></tr></table>', '2021-01-21 12:14:27', 95, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(848, 97, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 12:15:02<br><br>[97]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=97\">[confirmar]</a></td></tr></table>', '2021-01-21 12:15:02', 97, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(849, 97, 95, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-21 12:18:02<br><br>[97]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> leonardo.leon@dole.com<br><b>CLAVE:</b> 1214272101</td></tr></table>', '2021-01-21 12:18:02', 97, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(850, 97, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:21:18<br><br>[9985]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2531777 -79.9243422\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 12:21:18', 97, 30, 80, 81, 1, 1, b'0', b'0', NULL),
(851, 95, 95, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:27:36<br><br>[9988]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=97 name=R10 Leonardo Leon email=leonardo.leon@dole.com idrol=2 cedula=0921193736 foto=default-user.png telefono=+593979570181 direccion=-2.113404, -79.996842 estado=1 etapaCuenta=4 idSupervisor=95 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=</b></td></tr></table>', '2021-01-21 12:27:36', 95, 95, 80, 81, 1, 1, b'0', b'0', NULL),
(852, 97, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:28:21<br><br>[9989]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2531777 -79.9243422\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 12:28:21', 97, 95, 80, 81, 1, 1, b'0', b'0', NULL),
(853, 58, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:36:11<br><br>[9990]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145598 -79.902265\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 12:36:11', 58, 91, 80, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(854, 96, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:43:25<br><br>[9991]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2458803 -79.921194\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 12:43:25', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(855, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:47:43<br><br>[9992]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2458803 -79.921194\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [N109206D]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09206.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 12:47:43', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(856, 58, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:43:14<br><br>[9993]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145598 -79.902265\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 12:43:14', 58, 91, 80, 30, 1, 1, b'0', b'0', NULL),
(857, 58, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:47:00<br><br>[9994]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11456074 -79.90229769\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7703064447509]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509_3.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 12:47:00', 58, 91, 80, 30, 1, 1, b'0', b'0', NULL),
(858, 96, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:58:25<br><br>[9995]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2508322 -79.9244755\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 12:58:25', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(859, 96, 95, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 12:56:55<br><br>[9998]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=96 name=Daniel Calderon email=dcaldeldu@hotmail.com idrol=3 cedula=1312781998 foto=default-user.png telefono=+593984636236 direccion=Perimetral 1.5 km, Avenida de los Angeles, Guayaquil, Ecuador estado=1 etapaCuenta=4 idSupervisor=95 plan=pbasico pendi</b></td></tr></table>', '2021-01-21 12:56:55', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(860, 96, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-21 12:59:02<br><br>[96]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=96\">[confirmar]</a></td></tr></table>', '2021-01-21 12:59:02', 96, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(861, 96, 95, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-21 13:01:01<br><br>[96]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> dcaldeldu@hotmail.com<br><b>CLAVE:</b> Daniel2026</td></tr></table>', '2021-01-21 13:01:01', 96, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(862, 96, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:08:18<br><br>[10001]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2507889 -79.9244683\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 13:08:18', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(863, 96, 95, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:03:05<br><br>[10003]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=96 name=Daniel Calderon email=dcaldeldu@hotmail.com idrol=3 cedula=1312781998 foto=default-user.png telefono=+593984636236 direccion=Perimetral 1.5 km, Avenida de los Angeles, Guayaquil, Ecuador estado=1 etapaCuenta=4 idSupervisor=95 plan=pbasico pendi</b></td></tr></table>', '2021-01-21 13:03:05', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(864, 96, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:09:37<br><br>[10005]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2507889 -79.9244683\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 13:09:37', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(865, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:11:26<br><br>[10006]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2507889 -79.9244683\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN09206]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09206_1.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 13:11:26', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(866, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:11:55<br><br>[10007]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2507889 -79.9244683\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [BHZ3631]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_BHZ3631.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 13:11:55', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(867, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:12:48<br><br>[10008]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2507889 -79.9244683\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [03176723]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_03176723_1.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 13:12:48', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(868, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:14:49<br><br>[10009]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [N109207D]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_N109207D.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 13:14:49', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(869, 58, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:10:41<br><br>[10010]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145795 -79.902269\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 13:10:41', 58, 91, 80, 30, 1, 1, b'0', b'0', NULL),
(870, 96, 95, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:17:15<br><br>[10011]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [DN09206]<br>Obs: [[VERIFICACION OK]\n\n[CLI] DOLE Ecuador** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo]</b></td></tr></table>', '2021-01-21 13:17:15', 96, 95, 80, 30, 1, 3, b'0', b'0', NULL),
(871, 58, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:11:26<br><br>[10012]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11454681 -79.90233683\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7703064447509]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509_5.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509_F1_2.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509_F2.jpg\" target=\"_blank\">[Foto 2]</a></b></td></tr></table>', '2021-01-21 13:11:26', 58, 91, 80, 30, 1, 1, b'0', b'0', NULL),
(872, 96, 95, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:19:14<br><br>[10013]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [DN09208]<br>Sello Reemplazo [DN09206]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-21 13:19:14', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(873, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:19:14<br><br>[10014]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN09208]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-21 13:19:14', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(874, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:20:28<br><br>[10015]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN09209]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09209.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09209_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09209_F2.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09209_F3.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-01-21 13:20:28', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(875, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:19:11<br><br>[10016]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2507283 -79.9244701\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 13:19:11', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(876, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 13:20:04<br><br>[10017]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.25076731 -79.92448531\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN09207]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_DN09207.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 13:20:04', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(877, 97, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:40:27<br><br>[10018]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2504956 -79.9254498\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 14:40:27', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(878, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:41:29<br><br>[10019]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2504956 -79.9254498\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN09209]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_DN09209.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:41:29', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(879, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:42:01<br><br>[10020]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2504956 -79.9254498\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [15928700]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_15928700.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:42:01', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(880, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:42:29<br><br>[10021]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2504956 -79.9254498\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [03034522]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_03034522.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:42:29', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(881, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:43:43<br><br>[10022]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2504956 -79.9254498\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN09218]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_DN09218.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:43:43', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(882, 97, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:46:29<br><br>[10023]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2504956 -79.9254498\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 14:46:29', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(883, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:47:40<br><br>[10024]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506124 -79.9252239\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN09218]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_DN09218_1.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:47:40', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(884, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:48:25<br><br>[10025]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506124 -79.9252239\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [S0144259]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_N109218D.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:48:25', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(885, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:49:01<br><br>[10026]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506124 -79.9252239\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [BHH8685]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_BHH8685.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:49:01', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(886, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:54:42<br><br>[10027]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506124 -79.9252239\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [N109217D]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_DN09217.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:54:42', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(887, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:55:56<br><br>[10028]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506872 -79.9248888\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [BEB8673]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_BEB8673.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_BEB8673_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_BEB8673_F2.jpg\" target=\"_blank\">[Foto 2]</a></b></td></tr></table>', '2021-01-21 14:55:56', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(888, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:57:57<br><br>[10029]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506872 -79.9248888\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN09243]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_DN09243.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:57:57', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(889, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:59:21<br><br>[10030]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506872 -79.9248888\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [BHK2166]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_BHK2166.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:59:21', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(890, 97, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 14:59:44<br><br>[10031]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506872 -79.9248888\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [EMCVZQ3598]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/97_EMCVZQ3598.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 14:59:44', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(891, 97, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 15:00:00<br><br>[10032]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>R10 Leonardo Leon<br>leonardo.leon@dole.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2506872 -79.9248888\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 15:00:00', 97, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(892, 58, 91, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 16:58:08<br><br>[10042]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas DOLE EC** [OBS] Prueba]<br>Cont Asignado vs Revisado: [DOLE123456789 vs RST2234567890]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.114643 -79.9023418\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]</b></td></tr></table>', '2021-01-21 16:58:08', 58, 91, 80, 30, 1, 3, b'0', b'0', NULL),
(893, 96, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 20:09:59<br><br>[10052]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0914797 -79.9491082\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 20:09:59', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(894, 96, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 20:27:40<br><br>[10053]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0914819 -79.9491012\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 20:27:40', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(895, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 20:28:58<br><br>[10054]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0914819 -79.9491012\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN22817]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_R222817E.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 20:28:58', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(896, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 20:29:16<br><br>[10055]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0914819 -79.9491012\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [BHZ7263]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_BHZ7263.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 20:29:16', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(897, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 20:29:57<br><br>[10056]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0914819 -79.9491012\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN22817]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN22817.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 20:29:57', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(898, 96, 95, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 21:35:46<br><br>[10057]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.091489 -79.9491183\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-21 21:35:46', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(899, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 21:36:36<br><br>[10058]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.091489 -79.9491183\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [DN22837]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN22837.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 21:36:36', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(900, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 21:36:56<br><br>[10059]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.091489 -79.9491183\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [BHZ4375]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_BHZ4375.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 21:36:56', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(901, 96, 95, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-21 21:38:10<br><br>[10060]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.091489 -79.9491183\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML-EC436713]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_BHZ4375_1.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-21 21:38:10', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(902, 96, 95, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 10:39:56<br><br>[10065]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Administrador ha <p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p> este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [DN09208]<br>Sello Reemplazo [DN09206]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 10:39:56', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(903, 96, 95, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 10:43:55<br><br>[10066]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Administrador ha <p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p> este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [DN09208]<br>Sello Reemplazo [DN09206]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 10:43:55', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(904, 96, 95, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 10:46:18<br><br>[10067]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [DN09208]<br>Sello Reemplazo [DN09206]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 10:46:18', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(905, 96, 95, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 10:48:21<br><br>[10068]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [DN09208]<br>Sello Reemplazo [DN09206]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 10:48:21', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(906, 96, 95, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 10:48:35<br><br>[10069]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [DN09208]<br>Sello Reemplazo [DN09206]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 10:48:35', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(907, 96, 95, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 10:49:28<br><br>[10070]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [DN09208]<br>Sello Reemplazo [DN09206]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 10:49:28', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(908, 96, 95, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 10:49:35<br><br>[10071]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [DN09208]<br>Sello Reemplazo [DN09206]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 10:49:35', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(909, 96, 95, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 10:51:58<br><br>[10072]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2507617 -79.9244696\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [DN09208]<br>Sello Reemplazo [DN09206]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/96_DN09208.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 10:51:58', 96, 95, 80, 30, 1, 1, b'0', b'0', NULL),
(910, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:04:40<br><br>[10079]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=80 name=Jesús Lavayen Andrade email=jlavayen@gusber.com idrol=4 cedula=0912345678 foto=0912345678.png firma=0912345678SIGN.png telefono=+59366655448 direccion=Bastión Popular, Guayaquil, Ecuador estado=1 etapaCuenta=2 plan=pbasico pendientepago=N Cam</b></td></tr></table>', '2021-01-22 13:04:40', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(911, 80, 80, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:10:07<br><br>[10080]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=92 name=Operador1 email=operador1@123.com idrol=2 cedula=1234567985 foto=default-user.png telefono=+593 44626485 direccion=Prosperina etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=operador</b></td></tr></table>', '2021-01-22 13:10:07', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(912, 80, 80, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:10:19<br><br>[10081]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=93 name=Inspector1 email=inspector1@123.com idrol=3 cedula=5547849178 foto=default-user.png telefono=593 42875964 direccion=Urdesa etapaCuenta=4 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=inspector1 </b></td></tr></table>', '2021-01-22 13:10:19', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(913, 80, 80, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:10:33<br><br>[10082]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=94 name=Operador 2 email=operador2@123.com idrol=2 cedula=0254879641 foto=default-user.png telefono=+5931478564 direccion=Alborada, Guayaquil, Ecuador etapaCuenta=2 idSupervisor=91 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInform</b></td></tr></table>', '2021-01-22 13:10:33', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(914, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:12:20<br><br>[10083]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Jesus Operador cedula=0925687415 email=jlavayen@outlook.com telefono=+593994523345 direccion=La Rioja etapa Asturias, Daule, Ecuador otd=1312202201 idrol=3 idSupervisor=88 id=98 </b></td></tr></table>', '2021-01-22 13:12:20', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(915, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:12:58<br><br>[10084]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Antonio Inspector cedula=0274187639 email=jetutito@gmail.com telefono=+593994523345 direccion=La Rioja etapa Asturias, Daule, Ecuador otd=1312582201 idrol=3 id=99 </b></td></tr></table>', '2021-01-22 13:12:58', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(916, 98, 88, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-22 13:13:01<br><br>[98]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=98\">[confirmar]</a></td></tr></table>', '2021-01-22 13:13:01', 98, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(917, 99, 99, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-22 13:13:01<br><br>[99]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=99\">[confirmar]</a></td></tr></table>', '2021-01-22 13:13:01', 99, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(918, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:13:14<br><br>[10085]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=98 name=Jesus Operador email=jlavayen@outlook.com idrol=2 cedula=0925687415 foto=default-user.png telefono=+593994523345 direccion=La Rioja etapa Asturias, Daule, Ecuador estado=1 etapaCuenta=2 idSupervisor=88 plan=pbasico pendientepago=N CampoAdic03=1</b></td></tr></table>', '2021-01-22 13:13:14', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(919, 98, 88, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-22 13:18:01<br><br>[98]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> jlavayen@outlook.com<br><b>CLAVE:</b> 1312202201</td></tr></table>', '2021-01-22 13:18:01', 98, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(920, 99, 99, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-22 13:19:01<br><br>[99]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> jetutito@gmail.com<br><b>CLAVE:</b> 1312582201</td></tr></table>', '2021-01-22 13:19:01', 99, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(921, 98, 88, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:19:17<br><br>[10090]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=98 name=Jesus Operador email=jlavayen@outlook.com idrol=2 cedula=0925687415 foto=default-user.png telefono=+593994523345 direccion=La Rioja etapa Asturias, Daule, Ecuador estado=1 etapaCuenta=4 idSupervisor=88 plan=pbasico pendientepago=N CampoAdic03=1</b></td></tr></table>', '2021-01-22 13:19:17', 98, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(922, 99, 99, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:22:07<br><br>[10095]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=99 name=Antonio Inspector email=jetutito@gmail.com idrol=3 cedula=0274187639 foto=default-user.png telefono=+593994523345 direccion=La Rioja etapa Asturias, Daule, Ecuador estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 </b></td></tr></table>', '2021-01-22 13:22:07', 99, 99, 80, 30, 1, 1, b'0', b'0', NULL),
(923, 98, 88, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:24:24<br><br>[10097]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989734 -79.9163094\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-22 13:24:24', 98, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(924, 98, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:25:50<br><br>[10098]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989706 -79.9163048\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1001072]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_HS-EC1001072.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_HS-EC1001072_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-22 13:25:50', 98, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(925, 98, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:26:36<br><br>[10099]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989775 -79.9163017\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HSUD000752]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_HSUD000752.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 13:26:36', 98, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(926, 98, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:26:58<br><br>[10100]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989765 -79.9163004\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ARE187001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_ARE187001.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 13:26:58', 98, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(927, 98, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:28:07<br><br>[10101]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989778 -79.9163063\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1000840]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_HS-EC1000840.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_HS-EC1000840_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-22 13:28:07', 98, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(928, 98, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:28:54<br><br>[10102]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989769 -79.9163052\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [PTS03502]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_PTS03502.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 13:28:54', 98, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(929, 98, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:29:43<br><br>[10103]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989742 -79.9162977\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML-EC2439377]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_ML-EC2439377.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_ML-EC2439377_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-22 13:29:43', 98, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(930, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:30:13<br><br>[10104]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989786 -79.9163007\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-22 13:30:13', 99, 99, 80, 30, 1, 1, b'0', b'0', NULL),
(931, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:31:00<br><br>[10105]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1001072]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989786 -79.9163007\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]</b></td></tr></table>', '2021-01-22 13:31:00', 99, 99, 80, 30, 1, 3, b'0', b'0', NULL),
(932, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:54:56<br><br>[10106]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145837 -79.9023033\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-22 13:54:56', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(933, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:55:45<br><br>[10107]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11456481 -79.90227156\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [9788466814164]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_9788466814164.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_9788466814164_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-22 13:55:45', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(934, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:58:22<br><br>[10108]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989655 -79.9163537\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-22 13:58:22', 99, 99, 80, 30, 1, 1, b'0', b'0', NULL),
(935, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 14:45:44<br><br>[10109]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989992 -79.9163421\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-22 14:45:44', 99, 99, 80, 30, 1, 1, b'0', b'0', NULL),
(936, 98, 88, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 14:47:22<br><br>[10110]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989755 -79.9163108\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-22 14:47:22', 98, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(937, 98, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 14:47:58<br><br>[10111]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989661 -79.91632\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML214401]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_ML214401.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_ML214401_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-22 14:47:58', 98, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(938, 58, 91, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:11:01<br><br>[10113]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145758 -79.9022657\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-22 15:11:01', 58, 91, 80, 30, 1, 1, b'0', b'0', NULL),
(939, 58, 91, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:11:45<br><br>[10114]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1145786 -79.90229496\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [7703064447509]<br>Sello Reemplazo [987654321]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509_6.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 15:11:45', 58, 91, 80, 30, 1, 1, b'0', b'0', NULL),
(940, 58, 91, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:11:45<br><br>[10115]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1145786 -79.90229496\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7703064447509]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509_6.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:11:45', 58, 91, 80, 30, 1, 1, b'0', b'0', NULL),
(941, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:16:35<br><br>[10117]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=99 name=Antonio Inspector email=jetutito@gmail.com idrol=3 cedula=0274187639 foto=default-user.png telefono=+593994523345 direccion=La Rioja etapa Asturias, Daule, Ecuador estado=1 etapaCuenta=4 idSupervisor=88 plan=pbasico pendientepago=N CampoAdic03=</b></td></tr></table>', '2021-01-22 15:16:35', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(942, 99, 88, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:17:11<br><br>[10118]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989766 -79.916319\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-22 15:17:11', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(943, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 14:46:33<br><br>[10119]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989717 -79.9163152\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML214501]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_ML214501.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_ML214501_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-22 14:46:33', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(944, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:33:09<br><br>[10120]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989778 -79.9163041\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [BR01300]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_BR01300.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 13:33:09', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(945, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:32:43<br><br>[10121]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989712 -79.9163086\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1000871]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_HS-EC1000871.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 13:32:43', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(946, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 13:32:12<br><br>[10122]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989769 -79.916306\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML-EC2438425]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_ML-EC2438425.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_ML-EC2438425_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-22 13:32:12', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(947, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:19:42<br><br>[10123]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989758 -79.9163114\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ST05994]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_ST05994.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_ST05994_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-22 15:19:42', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(948, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:20:08<br><br>[10124]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989771 -79.9163041\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [C061601P]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_C061601P.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:20:08', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(949, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:20:33<br><br>[10125]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989703 -79.916307\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [800117-001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_800117-001.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:20:33', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(950, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:22:10<br><br>[10126]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989765 -79.9162999\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1001120]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_HS-EC1001120.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_HS-EC1001120_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-22 15:22:10', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(951, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:22:37<br><br>[10127]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.098978 -79.9163053\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [LD11030]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_LD11030.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:22:37', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(952, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:23:31<br><br>[10128]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989753 -79.9163038\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ISA04442]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_ISA04442.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:23:31', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(953, 99, 88, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:25:51<br><br>[10129]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [C061601P]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A]<br>Cont Asignado vs Revisado: [GB00005 vs PB00005]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989762 -79.916314\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]</b></td></tr></table>', '2021-01-22 15:25:51', 99, 88, 80, 30, 1, 3, b'0', b'0', NULL),
(954, 99, 88, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:28:27<br><br>[10130]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989743 -79.9163102\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [HS-EC1000992]<br>Sello Reemplazo [C061601P]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_HS-EC1000992.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 15:28:27', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(955, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:28:27<br><br>[10131]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989743 -79.9163102\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1000992]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_HS-EC1000992.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:28:27', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(956, 99, 88, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:30:56<br><br>[10132]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989778 -79.9163048\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [LD11033]<br>Sello Reemplazo [HYML214501]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_LD11033.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 15:30:56', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(957, 99, 88, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:30:56<br><br>[10133]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989778 -79.9163048\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [LD11033]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_LD11033.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:30:56', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(958, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:50:55<br><br>[10134]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1289149 -79.9037024\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-22 15:50:55', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(959, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:51:36<br><br>[10135]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1267904 -79.9069216\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-22 15:51:36', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(960, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:52:08<br><br>[10136]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1262197 -79.9075509\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [070330734401]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_070330734401.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:52:08', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(961, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:52:58<br><br>[10137]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1262197 -79.9075509\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [05581276]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_070330734401.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:52:58', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(962, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:52:58<br><br>[10138]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1262197 -79.9075509\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [05581276]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_070330734401.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:52:58', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(963, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 15:54:04<br><br>[10139]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1267192 -79.9069391\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7861061940642]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7861061940642.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-22 15:54:04', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(964, 99, 88, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 16:09:29<br><br>[10142]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989743 -79.9163102\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [HS-EC1000992]<br>Sello Reemplazo [C061601P]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_HS-EC1000992.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 16:09:29', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(965, 99, 88, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 16:09:33<br><br>[10143]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989778 -79.9163048\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [LD11033]<br>Sello Reemplazo [HYML214501]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_LD11033.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 16:09:33', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(966, 99, 88, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 16:10:13<br><br>[10144]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989778 -79.9163048\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [LD11033]<br>Sello Reemplazo [HYML214501]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_LD11033.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 16:10:13', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(967, 99, 88, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-22 16:10:15<br><br>[10145]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989743 -79.9163102\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [HS-EC1000992]<br>Sello Reemplazo [C061601P]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_HS-EC1000992.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-22 16:10:15', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(968, 58, 91, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-23 11:49:55<br><br>[10149]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.1145786 -79.90229496\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [7703064447509]<br>Sello Reemplazo [987654321]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509_6.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-23 11:49:55', 58, 91, 80, 30, 1, 1, b'0', b'0', NULL),
(969, 58, 91, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-23 11:50:02<br><br>[10150]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td>Pruebas DOLE EC<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.1145786 -79.90229496\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [7703064447509]<br>Sello Reemplazo [987654321]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/58_7703064447509_6.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-23 11:50:02', 58, 91, 80, 30, 1, 1, b'0', b'0', NULL),
(970, 58, 91, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-23 11:53:02<br><br>[58]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1756864912.png\" width=\"80\" height=\"80\"><br>Alina Gonzáles de Hernández<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=58\">[confirmar]</a></td></tr></table>', '2021-01-23 11:53:02', 58, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(971, 99, 88, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-23 11:59:54<br><br>[10151]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989778 -79.9163048\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [LD11033]<br>Sello Reemplazo [HYML214501]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_LD11033.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-23 11:59:54', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(972, 99, 88, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-23 12:00:05<br><br>[10152]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989778 -79.9163048\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [LD11033]<br>Sello Reemplazo [HYML214501]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_LD11033.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-23 12:00:05', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(973, 99, 88, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-23 12:00:08<br><br>[10153]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989778 -79.9163048\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [LD11033]<br>Sello Reemplazo [HYML214501]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_LD11033.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-23 12:00:08', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(974, 99, 88, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-23 12:00:09<br><br>[10154]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989778 -79.9163048\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [LD11033]<br>Sello Reemplazo [HYML214501]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_LD11033.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-01-23 12:00:09', 99, 88, 80, 30, 1, 1, b'0', b'0', NULL),
(975, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 10:23:00<br><br>[10156]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=95 name=DOLE Ecuador email=daniel.calderon@dole.com idrol=1 cedula=0987654321 foto=0987654321.jpeg telefono=+593984636236 direccion=Avenida Perimetral 1.5 y Avenida los Angeles, Guayaquil, Ecuador estado=1 etapaCuenta=4 plan=pbasico pendientepago=N Cam</b></td></tr></table>', '2021-01-25 10:23:00', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(976, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:11:58<br><br>[10166]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10395 idCliente=91 VAR1=MUE30015 VAR2=MUE30015 VAR3=MUE30015 tipo=S estado=C created_by=92 dateLastUse=2021-01-19 15:53:58 userLastUse=92 idLastScan=107 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-01-25 12:11:58', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(977, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:12:12<br><br>[10167]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10392 idCliente=91 VAR1=MUE30003 VAR2=MUE30003 VAR3=MUE30003 tipo=S estado=C created_by=92 dateLastUse=2021-01-19 15:37:18 userLastUse=92 idLastScan=106 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-01-25 12:12:12', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(978, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:12:20<br><br>[10168]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10394 idCliente=91 VAR1=MUE30020 VAR2=MUE30020 VAR3=MUE30020 tipo=S estado=C created_by=93 dateLastUse=2021-01-19 13:20:22 userLastUse=93 idLastScan=103 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-01-25 12:12:20', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(979, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:12:27<br><br>[10169]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10393 idCliente=91 VAR1=MUE30013 VAR2=MUE30013 VAR3=MUE30013 tipo=S estado=C created_by=92 dateLastUse=2021-01-19 13:18:03 userLastUse=92 idLastScan=102 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-01-25 12:12:27', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(980, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:12:33<br><br>[10170]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10386 idCliente=64 VAR1=MUE30014 VAR2=MUE30014 VAR3=MUE30014 tipo=S estado=C created_by=93 dateLastUse=2021-01-19 12:15:29 userLastUse=93 idLastScan=94 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-01-25 12:12:33', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(981, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:12:42<br><br>[10171]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10385 idCliente=64 VAR1=MUE30010 VAR2=MUE30010 VAR3=MUE30010 tipo=S estado=C created_by=93 dateLastUse=2021-01-19 12:15:16 userLastUse=93 idLastScan=93 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-01-25 12:12:42', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(982, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:12:50<br><br>[10172]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10374 idCliente=64 VAR1=MUE30011 VAR2=MUE30011 VAR3=MUE30011 tipo=S estado=C created_by=80 dateLastUse=2021-01-19 12:14:06 userLastUse=92 idLastScan=92 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-01-25 12:12:50', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(983, 80, 80, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:21:26<br><br>[10173]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se han registrado [20] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER (1).xlsx] para el cliente [64]</b></td></tr></table>', '2021-01-25 12:21:26', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(984, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:25:08<br><br>[10174]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.098978 -79.9163098\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-25 12:25:08', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(985, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:29:30<br><br>[10175]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10455 idCliente=64 VAR1=MUE30001 VAR2=SL30001X INFO1=MUE30001 INFO2=RED INFO3=GUSBER INFO4=GUAYAQUIL tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:29:30', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(986, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:29:51<br><br>[10176]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10456 idCliente=64 VAR1=MUE30002 VAR2=SL30002X INFO1=MUE30002 INFO2=RED INFO3=GUSBER INFO4=GUAYAQUIL tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:29:51', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(987, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:30:26<br><br>[10177]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10457 idCliente=64 VAR1=MUE30003 VAR2=SL30003X INFO1=MUE30003 INFO2=RED INFO3=GUSBER INFO4=GUAYAQUIL tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:30:26', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(988, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:31:09<br><br>[10178]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10458 idCliente=64 VAR1=MUE30004 VAR2=SL30004X INFO1=MUE30004 INFO2=RED INFO3=GUSBER INFO4=GUAYAQUIL tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:31:09', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(989, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:31:17<br><br>[10179]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10459 idCliente=64 VAR1=MUE30005 VAR2=SL30005X INFO1=MUE30005 INFO2=RED INFO3=GUSBER INFO4=GUAYAQUIL tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:31:17', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(990, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:31:24<br><br>[10180]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10460 idCliente=64 VAR1=MUE30006 VAR2=SL30006X INFO1=MUE30006 INFO2=RED INFO3=GUSBER INFO4=GUAYAQUIL tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:31:24', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(991, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:31:31<br><br>[10181]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10461 idCliente=64 VAR1=MUE30007 VAR2=SL30007X INFO1=MUE30007 INFO2=RED INFO3=GUSBER INFO4=GUAYAQUIL tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:31:31', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(992, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:31:38<br><br>[10182]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10462 idCliente=64 VAR1=MUE30008 VAR2=SL30008X INFO1=MUE30008 INFO2=RED INFO3=GUSBER INFO4=GUAYAQUIL tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:31:38', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(993, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:31:46<br><br>[10183]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10463 idCliente=64 VAR1=MUE30009 VAR2=SL30009X INFO1=MUE30009 INFO2=RED INFO3=GUSBER INFO4=GUAYAQUIL tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:31:46', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(994, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:31:52<br><br>[10184]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10464 idCliente=64 VAR1=MUE30010 VAR2=SL30010X INFO1=MUE30010 INFO2=RED INFO3=GUSBER INFO4=GUAYAQUIL tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:31:52', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(995, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:31:59<br><br>[10185]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10465 idCliente=64 VAR1=MUE30011 VAR2=HL30011P INFO1=MUE30011 INFO2=GREY INFO3=EXPORTMANTA INFO4=MANTA tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:31:59', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(996, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:32:06<br><br>[10186]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10466 idCliente=64 VAR1=MUE30012 VAR2=HL30012P INFO1=MUE30012 INFO2=GREY INFO3=DOLE EC INFO4=POSORJA tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:32:06', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(997, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:32:12<br><br>[10187]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10467 idCliente=64 VAR1=MUE30013 VAR2=HL30013P INFO1=MUE30013 INFO2=GREY INFO3=NOBOA INFO4=MACHALA tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:32:12', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(998, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:32:19<br><br>[10188]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10468 idCliente=64 VAR1=MUE30014 VAR2=HL30014P INFO1=MUE30014 INFO2=GREY INFO3=QUIROLA ENTERPRISES INFO4=CUENCA tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:32:19', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(999, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:32:25<br><br>[10189]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10469 idCliente=64 VAR1=MUE30015 VAR2=HL30015P INFO1=MUE30015 INFO2=GREY INFO3=EXPORTMANTA INFO4=MANTA tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:32:25', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(1000, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:32:34<br><br>[10190]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10470 idCliente=64 VAR1=MUE30016 VAR2=HL30016P INFO1=MUE30016 INFO2=GREY INFO3=DOLE EC INFO4=POSORJA tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:32:34', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(1001, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:32:43<br><br>[10191]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10471 idCliente=64 VAR1=MUE30017 VAR2=HL30017P INFO1=MUE30017 INFO2=GREY INFO3=NOBOA INFO4=MACHALA tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:32:43', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(1002, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:32:50<br><br>[10192]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10472 idCliente=64 VAR1=MUE30018 VAR2=HL30018P INFO1=MUE30018 INFO2=GREY INFO3=QUIROLA ENTERPRISES INFO4=CUENCA tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:32:50', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1003, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:32:58<br><br>[10193]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10473 idCliente=64 VAR1=MUE30019 VAR2=HL30019P INFO1=MUE30019 INFO2=GREY INFO3=CNE INFO4=QUITO tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:32:58', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(1004, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:33:06<br><br>[10194]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10474 idCliente=64 VAR1=MUE30020 VAR2=HL30020P INFO1=MUE30020 INFO2=GREY INFO3=CNE INFO4=QUITO tipo=E estado=C idLote=20210125172126 </b></td></tr></table>', '2021-01-25 12:33:06', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(1005, 80, 80, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:38:00<br><br>[10195]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se han registrado [0] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER.xlsx] para el cliente [64]</b></td></tr></table>', '2021-01-25 12:38:00', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1006, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:38:41<br><br>[10196]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10365 idCliente=64 VAR1=MUE30001 VAR2=MUE30001 VAR3=MUE30001 tipo=S estado=C created_by=80 dateLastUse=2021-01-19 10:05:36 userLastUse=80 idLastScan=65 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-01-25 12:38:41', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(1007, 80, 80, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 12:41:02<br><br>[10197]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se han registrado [3] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER.xlsx] para el cliente [64]</b></td></tr></table>', '2021-01-25 12:41:02', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1008, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 13:50:03<br><br>[10198]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1167991 -79.8998538\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-25 13:50:03', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1009, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 15:05:01<br><br>[10200]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989725 -79.9163506\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-25 15:05:01', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1010, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 15:07:15<br><br>[10201]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989772 -79.9163516\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [N1C14660]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_N1C14660.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_N1C14660_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-25 15:07:15', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1011, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 15:08:01<br><br>[10202]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989743 -79.9163474\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ST05294]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_ST05294.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-25 15:08:01', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1012, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 15:09:19<br><br>[10203]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989784 -79.9163531\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_MUE30001.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_MUE30001_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-01-25 15:09:19', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1013, 80, 80, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 15:19:54<br><br>[10204]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30001]<br>Obs: [[VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989784 -79.9163531\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]</b></td></tr></table>', '2021-01-25 15:19:54', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(1014, 80, 80, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 15:20:53<br><br>[10205]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30001]<br>Obs: [[VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL\n\nColor de etiqueta no coincide]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989784 -79.9163531\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]</b></td></tr></table>', '2021-01-25 15:20:53', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(1015, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 15:23:50<br><br>[10206]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989745 -79.9163469\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MC00001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_MC00001.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-25 15:23:50', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1016, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 15:30:48<br><br>[10207]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989749 -79.9163498\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10024]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_MUE10024.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-25 15:30:48', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1017, 100, 100, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-01-25 16:19:02<br><br>[100]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Comerciales<br>ventas1@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=100\">[confirmar]</a></td></tr></table>', '2021-01-25 16:19:02', 100, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1018, 80, 80, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 16:18:49<br><br>[10226]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Comerciales cedula=057846971 email=ventas1@gusber.com telefono=+593 44626364 direccion=Orquideas, Guayaquil, Ecuador otd=1618492501 idrol=1 id=100 </b></td></tr></table>', '2021-01-25 16:18:49', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1019, 100, 100, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-01-25 16:21:01<br><br>[100]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Comerciales<br>ventas1@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> ventas1@gusber.com<br><b>CLAVE:</b> 1618492501</td></tr></table>', '2021-01-25 16:21:01', 100, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1020, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 16:22:09<br><br>[10228]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=87 name=Karla Paredes Alcivar email=kparedes@gusber.com idrol=3 cedula=1208744593 foto=default-user.png telefono=+593993795452 direccion=Bastion Popular bloque 5, Guayas, Ecuador maxUsuarios=10 estado=1 etapaCuenta=4 idSupervisor=100 plan=pbasico pendi</b></td></tr></table>', '2021-01-25 16:22:09', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1021, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 16:22:29<br><br>[10229]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=84 name=Aldrin Bravo Reyes email=abravo@gusber.com idrol=3 cedula=0925644776 foto=default-user.png telefono=+593980770255 direccion=Bastion Popular bloque 5, Guayas, Ecuador maxUsuarios=10 estado=1 etapaCuenta=4 idSupervisor=100 plan=pbasico pendientep</b></td></tr></table>', '2021-01-25 16:22:29', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1022, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 16:22:59<br><br>[10230]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=85 name=Emma Ortega Anaya email=ventas2@gusber.com idrol=3 cedula=1208416870 foto=default-user.png telefono=+593990766889 direccion=Bastion Popular bloque 5, Guayas, Ecuador maxUsuarios=10 estado=1 etapaCuenta=4 idSupervisor=100 plan=pbasico pendientep</b></td></tr></table>', '2021-01-25 16:22:59', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1023, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 16:23:23<br><br>[10231]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=86 name=Jesus Macias Malave email=jmacias@gusber.com idrol=3 cedula=0986210748 foto=default-user.png telefono=+593990766828 direccion=Bastion Popular bloque 5, Guayas, Ecuador maxUsuarios=10 estado=1 etapaCuenta=4 idSupervisor=100 plan=pbasico pendient</b></td></tr></table>', '2021-01-25 16:23:23', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1024, 80, 80, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 16:24:47<br><br>[10232]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=100 name=Comerciales email=ventas1@gusber.com idrol=1 cedula=057846971 foto=057846971.jpeg telefono=+593 44626364 direccion=Orquideas, Guayaquil, Ecuador maxUsuarios=10 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 imp</b></td></tr></table>', '2021-01-25 16:24:47', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1025, 100, 100, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-25 16:26:04<br><br>[10235]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/057846971.jpeg\" width=\"80\" height=\"80\"><br>Comerciales<br>ventas1@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=100 name=Comerciales email=ventas1@gusber.com idrol=1 cedula=057846971 foto=057846971.jpeg telefono=+593 44626364 direccion=Orquideas, Guayaquil, Ecuador maxUsuarios=10 estado=1 etapaCuenta=4 idSupervisor=100 plan=pbasico pendientepago=N CampoAdic03=1 </b></td></tr></table>', '2021-01-25 16:26:04', 100, 100, 80, 30, 1, 1, b'0', b'0', NULL),
(1026, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 08:20:34<br><br>[10249]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145638 -79.9023013\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 08:20:34', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1027, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 09:48:28<br><br>[10257]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145638 -79.9023013\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 09:48:28', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1028, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 09:53:39<br><br>[10258]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145638 -79.9023013\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 09:53:39', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1029, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 09:57:35<br><br>[10259]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145638 -79.9023013\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 09:57:35', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1030, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 10:03:30<br><br>[10260]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145638 -79.9023013\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 10:03:30', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1031, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 10:20:54<br><br>[10261]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145638 -79.9023013\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 10:20:54', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1032, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 10:27:51<br><br>[10262]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145638 -79.9023013\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 10:27:51', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1033, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 10:37:59<br><br>[10263]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145638 -79.9023013\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 10:37:59', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1034, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 10:44:10<br><br>[10264]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145015 -79.90227963\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 10:44:10', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1035, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 10:58:04<br><br>[10265]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455686 -79.90224115\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 10:58:04', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1036, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 15:44:40<br><br>[10266]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145738 -79.902321\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 15:44:40', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1037, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 15:53:31<br><br>[10267]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11452656 -79.90231823\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 15:53:31', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1038, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:00:30<br><br>[10268]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11460788 -79.90229517\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:00:30', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1039, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:38:11<br><br>[10269]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145172 -79.90226015\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:38:11', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1040, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:38:50<br><br>[10270]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145172 -79.90226015\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:38:50', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1041, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:39:05<br><br>[10271]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145172 -79.90226015\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:39:05', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1042, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:39:52<br><br>[10272]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145172 -79.90226015\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:39:52', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1043, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:41:54<br><br>[10273]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145172 -79.90226015\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:41:54', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1044, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:45:23<br><br>[10274]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145172 -79.90226015\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:45:23', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1045, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:46:48<br><br>[10275]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145172 -79.90226015\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:46:48', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1046, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:50:46<br><br>[10276]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145172 -79.90226015\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:50:46', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1047, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:52:19<br><br>[10277]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145172 -79.90226015\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:52:19', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1048, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:54:33<br><br>[10278]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145833 -79.9023144\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:54:33', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1049, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:57:12<br><br>[10279]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145833 -79.9023144\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:57:12', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1050, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 16:58:59<br><br>[10280]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1171128 -79.9016032\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 16:58:59', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1051, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:02:04<br><br>[10281]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:02:04', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1052, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:07:00<br><br>[10282]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:07:00', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1053, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:08:29<br><br>[10283]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:08:29', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1054, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:10:05<br><br>[10284]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:10:05', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1055, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:18:45<br><br>[10285]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:18:45', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1056, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:20:49<br><br>[10286]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:20:49', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1057, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:22:37<br><br>[10287]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:22:37', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1058, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:24:26<br><br>[10288]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:24:26', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1059, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:26:34<br><br>[10289]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:26:34', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1060, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:33:55<br><br>[10290]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:33:55', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1061, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:36:02<br><br>[10291]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:36:02', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1062, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:38:22<br><br>[10292]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:38:22', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1063, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:39:44<br><br>[10293]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:39:44', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1064, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:42:45<br><br>[10294]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:42:45', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1065, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:46:21<br><br>[10295]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:46:21', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1066, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:50:38<br><br>[10296]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:50:38', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1067, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 17:53:46<br><br>[10297]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 17:53:46', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1068, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 18:01:07<br><br>[10298]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11447741 -79.90229885\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 18:01:07', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1069, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 18:04:54<br><br>[10299]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455022 -79.90229248\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 18:04:54', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1070, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:03:23<br><br>[10300]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145877 -79.9022952\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:03:23', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1071, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:07:40<br><br>[10301]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145877 -79.9022952\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:07:40', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1072, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:11:41<br><br>[10302]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145877 -79.9022952\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:11:41', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1073, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:14:12<br><br>[10303]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:14:12', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1074, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:16:02<br><br>[10304]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:16:02', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1075, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:17:37<br><br>[10305]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:17:37', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1076, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:18:26<br><br>[10306]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:18:26', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1077, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:19:40<br><br>[10307]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:19:40', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1078, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:23:29<br><br>[10308]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:23:29', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1079, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:27:15<br><br>[10309]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:27:15', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1080, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:41:10<br><br>[10310]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:41:10', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1081, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 22:44:16<br><br>[10311]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 22:44:16', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1082, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 23:04:28<br><br>[10312]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 23:04:28', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1083, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 23:07:47<br><br>[10313]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 23:07:47', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1084, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 23:15:11<br><br>[10314]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 23:15:11', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1085, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 23:21:09<br><br>[10315]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 23:21:09', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1086, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 23:27:19<br><br>[10316]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 23:27:19', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1087, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 23:40:13<br><br>[10317]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145803 -79.9023136\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 23:40:13', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1088, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 23:46:09<br><br>[10318]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458132 -79.90230022\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 23:46:09', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1089, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 23:50:35<br><br>[10319]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146204 -79.90231683\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 23:50:35', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1090, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 23:52:49<br><br>[10320]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459832 -79.9022751\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 23:52:49', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1091, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-26 23:55:34<br><br>[10321]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459832 -79.9022751\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-26 23:55:34', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1092, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 00:00:39<br><br>[10322]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11452641 -79.90229597\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 00:00:39', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1093, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 00:02:11<br><br>[10323]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11457414 -79.9022954\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7703064447509]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210127120127.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-27 00:02:11', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1094, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 00:06:25<br><br>[10324]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11457414 -79.9022954\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 00:06:25', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1095, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 00:08:18<br><br>[10325]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11462481 -79.9023059\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 00:08:18', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1096, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 00:10:36<br><br>[10326]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455737 -79.90232757\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 00:10:36', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1097, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 00:15:11<br><br>[10327]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458428 -79.90224965\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 00:15:11', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1098, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 00:16:15<br><br>[10328]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11455806 -79.90229766\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7703064447509]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210127121521.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7703064447509_F1_2.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7703064447509_F2_4.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7703064447509_F3_1.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-01-27 00:16:15', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1099, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 00:17:58<br><br>[10329]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11455806 -79.90229766\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 00:17:58', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1100, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 07:43:07<br><br>[10332]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145587 -79.9022963\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 07:43:07', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1101, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 07:44:18<br><br>[10333]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145587 -79.9022963\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 07:44:18', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1102, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 07:45:09<br><br>[10334]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145587 -79.9022963\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 07:45:09', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1103, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 07:49:12<br><br>[10335]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.114559 -79.9022959\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 07:49:12', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1104, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 08:08:01<br><br>[10336]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458917 -79.90231195\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 08:08:01', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1105, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 08:10:36<br><br>[10337]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458917 -79.90231195\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 08:10:36', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1106, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 08:13:51<br><br>[10338]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458917 -79.90231195\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 08:13:51', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1107, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 08:15:13<br><br>[10339]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458917 -79.90231195\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 08:15:13', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1108, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 21:28:16<br><br>[10340]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145678 -79.9023059\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 21:28:16', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1109, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 22:16:28<br><br>[10341]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145654 -79.9023168\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 22:16:28', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1110, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 22:54:53<br><br>[10342]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145654 -79.9023168\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 22:54:53', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1111, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 23:00:08<br><br>[10343]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145654 -79.9023168\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 23:00:08', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1112, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 23:16:44<br><br>[10344]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145654 -79.9023168\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 23:16:44', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1113, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 23:32:11<br><br>[10345]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145654 -79.9023168\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 23:32:11', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1114, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 23:38:58<br><br>[10346]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145654 -79.9023168\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 23:38:58', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1115, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 23:47:45<br><br>[10347]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145654 -79.9023168\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 23:47:45', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1116, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-27 23:52:54<br><br>[10348]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145654 -79.9023168\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-27 23:52:54', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1117, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 00:01:08<br><br>[10349]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145654 -79.9023168\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 00:01:08', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1118, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 00:19:16<br><br>[10350]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145714 -79.9023152\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 00:19:16', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1119, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 00:24:34<br><br>[10351]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145714 -79.9023152\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 00:24:34', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1120, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 00:27:14<br><br>[10352]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145714 -79.9023152\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 00:27:14', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1121, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 01:15:34<br><br>[10353]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145714 -79.9023152\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 01:15:34', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1122, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 01:17:15<br><br>[10354]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145714 -79.9023152\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 01:17:15', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1123, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 08:35:44<br><br>[10355]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459727 -79.90238545\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 08:35:44', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1124, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 11:06:58<br><br>[10356]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145695 -79.9023181\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 11:06:58', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1125, 86, 100, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 11:56:32<br><br>[10361]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1511069 -79.9123768\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 11:56:32', 86, 100, 80, 30, 1, 1, b'0', b'0', NULL),
(1126, 86, 100, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 11:58:49<br><br>[10362]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1511069 -79.9123768\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 11:58:49', 86, 100, 80, 30, 1, 1, b'0', b'0', NULL),
(1127, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 15:30:57<br><br>[10372]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989756 -79.916353\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-28 15:30:57', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1128, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 15:32:41<br><br>[10373]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989747 -79.9163431\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [http://www.adata.com/redirect/]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_httpwww.adata.comredirect.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-28 15:32:41', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1129, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 15:34:08<br><br>[10374]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989855 -79.9163245\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [TQ63037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_TQ63037.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-28 15:34:08', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1130, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-28 22:33:29<br><br>[10381]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10482 idCliente=64 VAR1=http://www.adata.com/redirect/ VAR2=http://www.adata.com/redirect/ VAR3=http://www.adata.com/redirect/ tipo=S estado=C created_by=80 dateLastUse=2021-01-28 15:32:41 userLastUse=80 idLastScan=217 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-01-28 22:33:29', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1131, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 13:59:51<br><br>[10389]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145694 -79.9023116\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 13:59:51', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1132, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 14:00:41<br><br>[10390]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145694 -79.9023116\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 14:00:41', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1133, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 14:04:56<br><br>[10391]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11466179 -79.90226507\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 14:04:56', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1134, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 14:18:21<br><br>[10394]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11466179 -79.90226507\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 14:18:21', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1135, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 14:43:40<br><br>[10396]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145784 -79.9023209\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 14:43:40', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1136, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 14:45:57<br><br>[10397]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145784 -79.9023209\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 14:45:57', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1137, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 14:48:59<br><br>[10398]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145784 -79.9023209\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 14:48:59', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1138, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 14:50:20<br><br>[10399]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458189 -79.90226596\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 14:50:20', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1139, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 14:52:39<br><br>[10400]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458189 -79.90226596\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 14:52:39', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1140, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 14:54:11<br><br>[10401]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11459653 -79.90231526\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7703064447509]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210129025251.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7703064447509_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7703064447509_F2.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7703064447509_F3.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-01-29 14:54:11', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1141, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 14:57:38<br><br>[10402]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459653 -79.90231526\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 14:57:38', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1142, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 15:02:05<br><br>[10403]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989888 -79.9163201\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 15:02:05', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1143, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 15:04:08<br><br>[10404]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458232 -79.90229152\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 15:04:08', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1144, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 15:10:05<br><br>[10405]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989911 -79.9163265\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [SL30001X]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_SL30001X.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-01-29 15:10:05', 80, 80, 80, 30, 1, 1, b'0', b'0', NULL),
(1145, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 15:11:03<br><br>[10406]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11457784 -79.90232716\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 15:11:03', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1146, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 15:15:51<br><br>[10407]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11456822 -79.90223739\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 15:15:51', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1147, 80, 80, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 15:23:15<br><br>[10408]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10475 idCliente=64 VAR1=MUE30001 VAR2=SL30001X INFO1=RED INFO2=GUSBER INFO3=GUAYAQUIL tipo=E estado=C dateLastUse=2021-01-25 15:09:19 userLastUse=80 idLastScan=210 idLote=20210125174101 </b></td></tr></table>', '2021-01-29 15:23:15', 80, 80, 80, 30, 1, 3, b'0', b'0', NULL),
(1148, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 15:45:01<br><br>[10409]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459581 -79.90228078\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 15:45:01', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1149, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 15:49:10<br><br>[10410]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11452964 -79.90225029\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 15:49:10', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1150, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 15:54:51<br><br>[10411]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459791 -79.90230825\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 15:54:51', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1151, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 15:56:22<br><br>[10412]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459791 -79.90230825\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 15:56:22', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1152, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 16:01:39<br><br>[10413]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459791 -79.90230825\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 16:01:39', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1153, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 16:07:23<br><br>[10414]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459791 -79.90230825\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 16:07:23', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1154, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 16:16:21<br><br>[10415]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459791 -79.90230825\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 16:16:21', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1155, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 16:47:12<br><br>[10416]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459791 -79.90230825\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 16:47:12', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1156, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 16:55:45<br><br>[10417]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11461104 -79.90230654\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 16:55:45', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1157, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 16:59:13<br><br>[10418]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11461104 -79.90230654\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 16:59:13', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1158, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 17:06:14<br><br>[10419]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11461104 -79.90230654\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 17:06:14', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1159, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 17:15:02<br><br>[10420]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459871 -79.90225541\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 17:15:02', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1160, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 17:21:49<br><br>[10421]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459871 -79.90225541\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 17:21:49', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1161, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 17:46:00<br><br>[10422]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459871 -79.90225541\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 17:46:00', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1162, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 18:30:12<br><br>[10423]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459871 -79.90225541\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 18:30:12', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1163, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 19:11:49<br><br>[10424]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459871 -79.90225541\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 19:11:49', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1164, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 19:12:54<br><br>[10425]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [ABC20210129 vs VBH544678568]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11459871 -79.90225541\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210129_191253.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-01-29 19:12:54', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1165, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 19:22:14<br><br>[10427]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 19:22:14', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1166, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 19:25:55<br><br>[10428]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [ABC20210129 vs DFGHTYUU2356]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210129_192510.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-01-29 19:25:55', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1167, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 19:40:23<br><br>[10429]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 19:40:23', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1168, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 19:41:03<br><br>[10430]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [ABC20210129 vs YTT47777886]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210129_194102.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-01-29 19:41:03', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1169, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 19:44:33<br><br>[10431]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [ABC20210129 vs DDD24653346]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210129_194432.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-01-29 19:44:33', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1170, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 19:46:51<br><br>[10432]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [ABC20210129 vs DDD24653346]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210129_194651.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-01-29 19:46:51', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1171, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 20:26:56<br><br>[10433]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 20:26:56', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1172, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 20:29:45<br><br>[10434]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 20:29:45', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1173, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 20:30:12<br><br>[10435]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [ABC20210129 vs ASD3567677668]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210129_203011.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-01-29 20:30:12', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1174, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 20:53:33<br><br>[10436]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 20:53:33', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1175, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 20:54:11<br><br>[10437]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [ABC20210129 vs ABC0123456789]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210129_205410.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-01-29 20:54:11', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1176, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 21:16:00<br><br>[10438]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 21:16:00', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1177, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 21:18:39<br><br>[10439]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 21:18:39', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1178, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 21:31:03<br><br>[10440]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 21:31:03', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1179, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 21:31:36<br><br>[10441]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [ABC20210129 vs FDE1346789657]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WFS_20210129_213118.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210129_213135.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-01-29 21:31:36', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1180, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 21:56:54<br><br>[10442]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 21:56:54', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1181, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 21:57:21<br><br>[10443]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [ABC20210129 vs SDF2356887688]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WFS_20210129_215707.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210129_215720.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-01-29 21:57:21', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1182, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 22:01:23<br><br>[10444]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 22:01:23', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1183, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 22:02:18<br><br>[10445]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7703064447509]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [ABC20210129 vs GFR45776689]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11449489 -79.90243765\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WFS_20210129_220136.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210129_220218.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-01-29 22:02:18', 30, 30, 80, 30, 1, 3, b'0', b'0', NULL),
(1184, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 22:08:33<br><br>[10446]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145841 -79.9023117\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 22:08:33', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1185, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 22:24:02<br><br>[10447]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145841 -79.9023117\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 22:24:02', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1186, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 22:31:39<br><br>[10448]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145841 -79.9023117\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 22:31:39', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1187, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 22:35:38<br><br>[10449]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145841 -79.9023117\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 22:35:38', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1188, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 22:39:22<br><br>[10450]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145841 -79.9023117\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 22:39:22', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1189, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 22:44:34<br><br>[10451]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145841 -79.9023117\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 22:44:34', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1190, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 22:49:07<br><br>[10452]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145841 -79.9023117\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 22:49:07', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1191, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 22:57:48<br><br>[10453]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145841 -79.9023117\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 22:57:48', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1192, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 23:05:50<br><br>[10454]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145841 -79.9023117\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 23:05:50', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1193, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 23:11:04<br><br>[10455]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145841 -79.9023117\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 23:11:04', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1194, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 23:13:51<br><br>[10456]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458679 -79.90224866\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 23:13:51', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1195, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 23:16:24<br><br>[10457]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458679 -79.90224866\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 23:16:24', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1196, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 23:26:42<br><br>[10458]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458679 -79.90224866\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 23:26:42', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1197, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-01-29 23:39:33<br><br>[10459]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br></td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11457624 -79.9022848\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-01-29 23:39:33', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1198, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operación y se han registrado automáticamente en el LOG del sistema:', '2021-02-02 11:01:55', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1199, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 11:01:55<br><br>[10564]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQS0123456789]<br>Obs: [La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-02 11:01:55', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1200, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:05:29<br><br>[10569]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1167991 -79.8998538\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 12:05:29', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1201, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:06:33<br><br>[10570]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30003]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1167991 -79.8998538\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 1 38, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202120541.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 12:06:33', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1202, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:06:57<br><br>[10571]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [HQS0123456789]<br>Obs: [ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-02 12:06:57', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1203, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:08:11<br><br>[10572]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30003]<br>Obs: [[VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] Nuevo registro creado por primera vez.** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUILERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGAERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (1) para este CONTE]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11457493 -79.90229175\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202120541.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 12:08:11', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1204, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:45:26<br><br>[10573]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.114557 -79.9022955\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 12:45:26', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1205, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:47:38<br><br>[10574]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11458088 -79.90229518\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30012]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202124543.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30012_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30012_F2.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30012_F3.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-02 12:47:38', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1206, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:49:36<br><br>[10575]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11456205 -79.90223551\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30005]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202124857.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30005_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30005_F2.jpg\" target=\"_blank\">[Foto 2]</a></b></td></tr></table>', '2021-02-02 12:49:36', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1207, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:51:07<br><br>[10576]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30005]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Segundo sello.]<br>Cont Asignado vs Revisado: [GUSBER123456 vs GUSBER 123456]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11457939 -79.90227515\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202125005.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 12:51:07', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1208, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:51:17<br><br>[10577]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30005]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Segundo sello.]<br>Cont Asignado vs Revisado: [GUSBER123456 vs GUSBER 123456]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11457939 -79.90227515\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202125005.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 12:51:17', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1209, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:51:35<br><br>[10578]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30005]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11457939 -79.90227515\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202125005.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210202_125107.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 12:51:35', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1210, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:51:51<br><br>[10579]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [GUSBER123456]<br>Obs: [ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-02 12:51:51', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1211, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:52:50<br><br>[10580]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30012]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11457939 -79.90227515\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202125221.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 12:52:50', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1212, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 12:53:04<br><br>[10581]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [GUSBER123456]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-02 12:53:04', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1213, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:14:29<br><br>[10582]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989909 -79.9163308\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 13:14:29', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1214, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:15:01<br><br>[10583]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989851 -79.9163358\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 13:15:01', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1215, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:17:11<br><br>[10584]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989691 -79.9163511\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30016]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202011550.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_MUE30016_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 13:17:11', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1216, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:18:11<br><br>[10585]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30016]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [ABC12345 vs AB12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989833 -79.9163319\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202011747.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_WAR_20210202_131811.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 13:18:11', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1217, 80, 80, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:18:27<br><br>[10586]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [ABC12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (1) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-02 13:18:27', 80, 30, 80, 30, 1, 3, b'0', b'0', 'jlavayen@gusber.com'),
(1218, 80, 80, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:18:54<br><br>[10587]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30016]<br>Obs: [ERROR: Los sellos ASOCIADOS (1) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989833 -79.9163319\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202011747.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_WAR_20210202_131853.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 13:18:54', 80, 30, 80, 30, 1, 3, b'0', b'0', 'jlavayen@gusber.com'),
(1219, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:40:24<br><br>[10588]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989956 -79.9163231\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 13:40:24', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1220, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:41:00<br><br>[10589]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989754 -79.9163413\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HL30016P]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202014033.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_HL30016P_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 13:41:00', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1221, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:41:33<br><br>[10590]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HL30016P]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [BCD12345 vs BCD1234]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989754 -79.9163413\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202014111.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_WAR_20210202_134132.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 13:41:33', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1222, 80, 80, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:41:41<br><br>[10591]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [BCD12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (1) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-02 13:41:41', 80, 30, 80, 30, 1, 3, b'0', b'0', 'jlavayen@gusber.com'),
(1223, 80, 80, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:43:09<br><br>[10592]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HL30016P]<br>Obs: [ERROR: Los sellos ASOCIADOS (1) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989859 -79.9163434\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202014111.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_WAR_20210202_134308.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 13:43:09', 80, 30, 80, 30, 1, 3, b'0', b'0', 'jlavayen@gusber.com'),
(1224, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:44:36<br><br>[10593]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HL30016P]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989859 -79.9163434\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202014421.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 13:44:36', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1225, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:44:50<br><br>[10594]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [BCD12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (1 de 1)]<br></b></td></tr></table>', '2021-02-02 13:44:50', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1226, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:49:49<br><br>[10595]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145605 -79.9022973\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 13:49:49', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1227, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 13:52:28<br><br>[10596]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145605 -79.9022949\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 13:52:28', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1228, 81, 81, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 14:13:28<br><br>[10597]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989871 -79.9163269\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 14:13:28', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1229, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:01:01<br><br>[10598]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.098983 -79.9163291\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 15:01:01', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1230, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:01:30<br><br>[10599]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.098986 -79.9163411\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10021]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202030109.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-02 15:01:30', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1231, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:02:06<br><br>[10600]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10021]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098986 -79.9163411\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202030141.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 15:02:06', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1232, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:02:07<br><br>[10601]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [PB123]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (1 de 1)]<br></b></td></tr></table>', '2021-02-02 15:02:07', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1233, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:03:24<br><br>[10602]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989777 -79.9163441\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10012]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202030258.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_MUE10012_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 15:03:24', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1234, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:04:22<br><br>[10603]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989757 -79.9163423\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10030]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202030405.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-02 15:04:22', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1235, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:04:58<br><br>[10604]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989853 -79.9163306\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30018]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202030436.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_MUE30018_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 15:04:58', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1236, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:05:35<br><br>[10605]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30018]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989853 -79.9163306\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202030510.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 15:05:35', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1237, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:06:04<br><br>[10606]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10030]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989722 -79.916342\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202030538.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 15:06:04', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1238, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:07:14<br><br>[10607]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30018]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989873 -79.9163323\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202030648.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 15:07:14', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1239, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:07:16<br><br>[10608]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [MU00000]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-02 15:07:16', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1240, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:14:15<br><br>[10609]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145594 -79.9022931\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 15:14:15', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1241, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:16:28<br><br>[10610]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11458795 -79.90229004\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30013]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202031433.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30013_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 15:16:28', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1242, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:17:23<br><br>[10611]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30013]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11458795 -79.90229004\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202031645.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 15:17:23', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1243, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:17:32<br><br>[10612]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [ABC1234567890]<br>Obs: [ERROR: Los sellos ASOCIADOS (4) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-02 15:17:32', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1244, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:17:42<br><br>[10613]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30013]<br>Obs: [ERROR: Los sellos ASOCIADOS (4) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] Probando.]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11457862 -79.90230561\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210202031645.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 15:17:42', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1245, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:24:09<br><br>[10614]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11457862 -79.90230561\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 15:24:09', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1246, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:32:21<br><br>[10615]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458329 -79.90230317\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 15:32:21', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1247, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:43:48<br><br>[10616]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989929 -79.9163267\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 15:43:48', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1248, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:45:05<br><br>[10617]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989889 -79.9163287\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [TK100304]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202034418.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-02 15:45:05', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1249, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:52:21<br><br>[10618]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11460777 -79.90232264\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 15:52:21', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1250, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:58:53<br><br>[10619]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146131 -79.9023088\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 15:58:53', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1251, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 15:59:51<br><br>[10620]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146131 -79.9023088\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 15:59:51', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1252, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:00:32<br><br>[10621]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146131 -79.9023088\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 16:00:32', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1253, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:02:13<br><br>[10622]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146131 -79.9023088\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 16:02:13', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1254, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:02:58<br><br>[10623]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146131 -79.9023088\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 16:02:58', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1255, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:17:44<br><br>[10624]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146131 -79.9023088\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 16:17:44', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1256, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:19:45<br><br>[10625]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989835 -79.9163393\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 16:19:45', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1257, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:20:40<br><br>[10626]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989938 -79.9163322\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10029]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202042005.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_MUE10029_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 16:20:40', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1258, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:21:01<br><br>[10627]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989887 -79.9163282\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10013]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202042048.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-02 16:21:01', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1259, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:21:45<br><br>[10628]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10013]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A** [INFO1] AMARILLO** [INFO2] GUSBER]<br>Cont Asignado vs Revisado: [BB12345 vs BB1234]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989887 -79.9163282\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202042116.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_WAR_20210202_162145.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 16:21:45', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1260, 80, 80, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:22:12<br><br>[10629]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [BB12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-02 16:22:12', 80, 30, 80, 30, 1, 3, b'0', b'0', 'jlavayen@gusber.com'),
(1261, 80, 80, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:25:17<br><br>[10630]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10029]<br>Obs: [ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A** [INFO1] CELESTE** [INFO2] GUSBER]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989768 -79.9163478\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210202042153.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_WAR_20210202_162517.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 16:25:17', 80, 30, 80, 30, 1, 3, b'0', b'0', 'jlavayen@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1262, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:51:21<br><br>[10632]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.09904769 -79.91646897\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 16:51:21', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1263, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:52:14<br><br>[10633]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989863 -79.9163363\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10002]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210202045140.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_MUE10002_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 16:52:14', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1264, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:52:35<br><br>[10634]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989862 -79.9163348\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10027]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210202045226.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-02 16:52:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1265, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:53:03<br><br>[10635]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989862 -79.9163348\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 16:53:03', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1266, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:53:35<br><br>[10636]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10002]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989862 -79.9163348\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202045312.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 16:53:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1267, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:53:59<br><br>[10637]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10027]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989846 -79.916328\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202045340.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 16:53:59', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1268, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:54:01<br><br>[10638]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [GG12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-02 16:54:01', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1269, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:57:45<br><br>[10639]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989854 -79.9163292\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE10002]<br>Sello Reemplazo [JH45678]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202045638.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 16:57:45', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1270, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:57:45<br><br>[10640]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989854 -79.9163292\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10002]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202045638.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_MUE10002_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 16:57:45', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1271, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:58:33<br><br>[10641]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989916 -79.9163282\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE10027]<br>Sello Reemplazo [TJ0000]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202045758.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 16:58:33', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1272, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:58:33<br><br>[10642]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989916 -79.9163282\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10027]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202045758.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_MUE10027_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 16:58:33', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1273, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 16:59:40<br><br>[10645]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989916 -79.9163282\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 16:59:40', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1274, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:00:58<br><br>[10646]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989916 -79.9163282\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE10027]<br>Sello Reemplazo [TJ0000]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202045758.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 17:00:58', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1275, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:01:11<br><br>[10647]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989854 -79.9163292\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE10002]<br>Sello Reemplazo [JH45678]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202045638.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 17:01:11', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1276, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:05:42<br><br>[10648]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [TJ0000]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989937 -79.9163308\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210202050135.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210202_170541.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 17:05:42', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1277, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:07:04<br><br>[10649]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989873 -79.9163357\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 17:07:04', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1278, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:08:04<br><br>[10650]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989876 -79.9163322\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [TJ0000]<br>Sello Reemplazo [MUE10027]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202050711.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 17:08:04', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1279, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:08:04<br><br>[10651]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989876 -79.9163322\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [TJ0000]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202050711.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_TJ0000_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 17:08:04', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1280, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:08:51<br><br>[10652]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989924 -79.916322\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [TJ0000]<br>Sello Reemplazo [MUE10002]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202050811.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 17:08:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1281, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:08:51<br><br>[10653]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989924 -79.916322\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [TJ0000]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202050811.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_TJ0000_F1_1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 17:08:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1282, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:09:11<br><br>[10654]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989924 -79.916322\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [TJ0000]<br>Sello Reemplazo [MUE10002]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202050811.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 17:09:11', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1283, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:09:13<br><br>[10655]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989876 -79.9163322\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [TJ0000]<br>Sello Reemplazo [MUE10027]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202050711.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 17:09:13', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1284, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:09:44<br><br>[10656]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989924 -79.916322\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 17:09:44', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1285, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:10:23<br><br>[10657]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [TJ0000]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA]<br>Cont Asignado vs Revisado: [nodata vs GG12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989924 -79.916322\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210202050950.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210202_171023.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 17:10:23', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1286, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:19:28<br><br>[10658]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989926 -79.9163336\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10017]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210202051849.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_MUE10017_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 17:19:28', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1287, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:20:02<br><br>[10659]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989896 -79.9163274\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10008]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210202051936.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_MUE10008_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 17:20:02', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1288, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:21:06<br><br>[10660]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989861 -79.9163318\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 17:21:06', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1289, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:21:51<br><br>[10661]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10008]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989861 -79.9163318\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052122.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 17:21:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1290, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:22:07<br><br>[10662]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10017]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989906 -79.9163251\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052153.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 17:22:07', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1291, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:22:09<br><br>[10663]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [EE12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-02 17:22:09', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1292, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:24:06<br><br>[10664]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989825 -79.9163347\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [XP222222]<br>Sello Reemplazo [MUE10008]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052258.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 17:24:06', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1293, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:24:06<br><br>[10665]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989825 -79.9163347\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [XP222222]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052258.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_XP222222_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 17:24:06', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1294, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:25:01<br><br>[10666]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989891 -79.916332\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [UY666666]<br>Sello Reemplazo [MUE10017]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052417.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 17:25:01', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1295, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:25:01<br><br>[10667]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989891 -79.916332\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [UY666666]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052417.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_UY666666_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-02 17:25:01', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1296, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:25:34<br><br>[10668]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.098992 -79.9163486\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 17:25:34', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1297, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:26:31<br><br>[10669]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [XP222222]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA]<br>Cont Asignado vs Revisado: [nodata vs EE12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098992 -79.9163486\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210202052542.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210202_172630.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 17:26:31', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1298, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:34:25<br><br>[10670]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989891 -79.916332\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [UY666666]<br>Sello Reemplazo [MUE10017]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052417.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 17:34:25', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1299, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:34:35<br><br>[10671]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989825 -79.9163347\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [XP222222]<br>Sello Reemplazo [MUE10008]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052258.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-02 17:34:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1300, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:34:50<br><br>[10672]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989897 -79.9163277\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-02 17:34:50', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1301, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-02 17:36:04<br><br>[10673]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [UY666666]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA]<br>Cont Asignado vs Revisado: [nodata vs EE12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989833 -79.9163422\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210202053537.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210202_173603.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-02 17:36:04', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1302, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:30:25<br><br>[10678]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989891 -79.916332\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [UY666666]<br>Sello Reemplazo [MUE10017]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052417.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 10:30:25', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1303, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:33:35<br><br>[10679]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989891 -79.916332\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [UY666666]<br>Sello Reemplazo [MUE10017]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052417.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 10:33:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1304, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:47:07<br><br>[10680]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145987 -79.9023265\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 10:47:07', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1305, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:50:26<br><br>[10681]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145987 -79.9023265\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 10:50:26', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1306, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:52:53<br><br>[10682]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [UY666666]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145987 -79.9023265\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203105055.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 10:52:53', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1307, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:53:40<br><br>[10683]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [EE12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-03 10:53:40', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1308, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:56:00<br><br>[10684]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989825 -79.9163347\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [XP222222]<br>Sello Reemplazo [MUE10008]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052258.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 10:56:00', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1309, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:56:05<br><br>[10685]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989825 -79.9163347\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [XP222222]<br>Sello Reemplazo [MUE10008]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210202052258.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 10:56:05', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1310, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:56:25<br><br>[10686]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [UY666666]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Cambio de sello 2]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11466554 -79.90232911\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203105055.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 10:56:25', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1311, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:57:27<br><br>[10687]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [UY666666]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11466554 -79.90232911\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203105055.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210203_105625.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 10:57:27', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1312, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:57:48<br><br>[10688]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [EE12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-03 10:57:48', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1313, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:59:18<br><br>[10689]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [XP222222]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11466554 -79.90232911\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203105848.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 10:59:18', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1314, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 10:59:46<br><br>[10690]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [EE12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-03 10:59:46', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1315, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:06:07<br><br>[10691]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10017]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA]<br>Cont Asignado vs Revisado: [nodata vs EE12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1144631 -79.9021754\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 1 114, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203110324.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210203_110607.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:06:07', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1316, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:06:09<br><br>[10692]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10017]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA]<br>Cont Asignado vs Revisado: [nodata vs EE12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11454978 -79.90226599\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203110324.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:06:09', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1317, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:13:41<br><br>[10693]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989905 -79.9163275\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 11:13:41', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1318, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:15:36<br><br>[10694]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989927 -79.9163312\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [S18934]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203111401.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-03 11:15:36', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1319, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:16:02<br><br>[10695]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989886 -79.9163355\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ST06195]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203111545.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-03 11:16:02', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1320, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:16:35<br><br>[10696]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989899 -79.9163279\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [GS201522]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203111609.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_GS201522_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-03 11:16:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1321, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:17:50<br><br>[10697]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989932 -79.916332\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [S18897]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203111651.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-03 11:17:50', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1322, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:18:14<br><br>[10698]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989927 -79.9163346\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ST06196]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203111758.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-03 11:18:14', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1323, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:18:48<br><br>[10699]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989892 -79.9163291\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [GS200747]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203111821.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_GS200747_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-03 11:18:48', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1324, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:19:30<br><br>[10700]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989892 -79.9163291\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 11:19:30', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1325, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:20:01<br><br>[10701]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S18897]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] Sello 1]<br>Cont Asignado vs Revisado: [YY12345 vs YY1234]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.099 -79.9163286\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203111937.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210203_112000.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:20:01', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1326, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:20:49<br><br>[10702]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [YY12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-03 11:20:49', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1327, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:21:41<br><br>[10703]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [ST06196]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Sello 2]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989884 -79.9163327\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112030.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210203_112141.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:21:41', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1328, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:22:30<br><br>[10704]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [GS200747]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989884 -79.9163327\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112210.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:22:30', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1329, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:22:45<br><br>[10705]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [ST06196]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989876 -79.9163266\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112232.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:22:45', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1330, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:22:56<br><br>[10706]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S18897]<br>Obs: [\n[CLI] Pruebas General** [OBS] Sello 2]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989835 -79.9163264\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112247.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:22:56', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1331, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:23:09<br><br>[10707]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S18897]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989755 -79.9163506\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112247.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210203_112256.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:23:09', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1332, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:23:12<br><br>[10708]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [YY12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-03 11:23:12', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1333, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:25:51<br><br>[10709]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989908 -79.9163357\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C070001P]<br>Sello Reemplazo [S18897]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112430.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 11:25:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1334, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:25:51<br><br>[10710]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989908 -79.9163357\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [C070001P]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112430.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_C070001P_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-03 11:25:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1335, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:26:48<br><br>[10711]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989868 -79.9163299\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C071001P]<br>Sello Reemplazo [ST06196]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112615.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 11:26:48', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1336, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:26:48<br><br>[10712]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989868 -79.9163299\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [C071001P]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112615.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_C071001P_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-03 11:26:48', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1337, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:28:23<br><br>[10713]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989798 -79.9163407\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C072001P]<br>Sello Reemplazo [GS200747]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112702.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 11:28:23', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1338, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:28:23<br><br>[10714]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989798 -79.9163407\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [C072001P]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112702.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_C072001P_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-03 11:28:23', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1339, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:29:18<br><br>[10716]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989798 -79.9163407\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C072001P]<br>Sello Reemplazo [GS200747]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112702.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 11:29:18', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1340, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:29:25<br><br>[10717]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989868 -79.9163299\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C071001P]<br>Sello Reemplazo [ST06196]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112615.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 11:29:25', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1341, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:29:30<br><br>[10718]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989908 -79.9163357\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C070001P]<br>Sello Reemplazo [S18897]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112430.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 11:29:30', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1342, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:30:35<br><br>[10719]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989798 -79.9163407\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 11:30:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1343, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:31:11<br><br>[10720]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [GS200747]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA]<br>Cont Asignado vs Revisado: [nodata vs YY12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989798 -79.9163407\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203113043.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210203_113110.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:31:11', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1344, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:31:24<br><br>[10721]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11454978 -79.90226599\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 11:31:24', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1345, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:31:38<br><br>[10722]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [C070001P]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989924 -79.9163262\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203113122.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:31:38', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1346, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:31:48<br><br>[10723]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [C071001P]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989933 -79.9163248\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203113139.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:31:48', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1347, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:32:07<br><br>[10724]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [C072001P]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989927 -79.9163295\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203113151.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:32:07', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1348, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:32:09<br><br>[10725]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [YY12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-03 11:32:09', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1349, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:49:47<br><br>[10726]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11463047 -79.902379\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 11:49:47', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1350, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:51:35<br><br>[10727]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [C072001P]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.11463047 -79.902379\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203115015.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 11:51:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1351, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 11:52:12<br><br>[10728]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [YY12345]<br>Obs: [ERROR: Se han VERIFICADO (4) mÃ¡s sellos que los ASOCIADOS (3) al CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-03 11:52:12', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1352, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:07:07<br><br>[10729]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989908 -79.9163357\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C070001P]<br>Sello Reemplazo [S18897]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112430.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 12:07:07', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1353, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:07:12<br><br>[10730]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989908 -79.9163357\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C070001P]<br>Sello Reemplazo [S18897]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112430.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 12:07:12', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1354, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:07:29<br><br>[10731]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989868 -79.9163299\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C071001P]<br>Sello Reemplazo [ST06196]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112615.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 12:07:29', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1355, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:07:32<br><br>[10732]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989868 -79.9163299\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C071001P]<br>Sello Reemplazo [ST06196]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112615.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 12:07:32', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1356, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:07:42<br><br>[10733]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989798 -79.9163407\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C072001P]<br>Sello Reemplazo [GS200747]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112702.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 12:07:42', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1357, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:07:46<br><br>[10734]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989798 -79.9163407\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [C072001P]<br>Sello Reemplazo [GS200747]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203112702.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 12:07:46', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1358, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:09:30<br><br>[10735]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [C072001P]<br>Obs: [ERROR: Se han VERIFICADO (4) mÃ¡s sellos que los ASOCIADOS (3) al CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Inspeccion en Puerto GYE]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145904 -79.90221063\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203115015.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210203_120930.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:09:30', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1359, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:10:47<br><br>[10736]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145904 -79.90221063\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 12:10:47', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1360, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:12:40<br><br>[10737]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [C072001P]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1145904 -79.90221063\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203121149.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:12:40', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1361, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:12:56<br><br>[10738]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [YY12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-03 12:12:56', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1362, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:40:11<br><br>[10739]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989877 -79.9163263\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 12:40:11', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1363, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:41:51<br><br>[10740]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989898 -79.9163268\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [01849707]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203124104.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-03 12:41:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1364, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:44:25<br><br>[10741]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989863 -79.9163269\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [H7052465]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203124306.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-03 12:44:25', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1365, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:45:05<br><br>[10742]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989896 -79.9163258\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1002903]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203124431.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-03 12:45:05', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1366, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:45:58<br><br>[10743]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989878 -79.9163337\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HSUD002535]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203124513.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_HSUD002535_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-03 12:45:58', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1367, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:46:28<br><br>[10744]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989875 -79.9163264\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 12:46:28', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1368, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:47:03<br><br>[10745]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1002903]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989875 -79.9163264\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203124645.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:47:03', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1369, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:47:42<br><br>[10746]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [H7052465]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989925 -79.9163241\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203124705.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:47:42', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1370, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:48:17<br><br>[10747]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HSUD002535]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989808 -79.9163325\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203124744.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:48:17', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1371, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:48:18<br><br>[10748]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [WW12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-03 12:48:18', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1372, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:50:11<br><br>[10749]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1002903]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A]<br>Cont Asignado vs Revisado: [WW12345 vs WW123]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989885 -79.9163354\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203124918.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210203_125011.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:50:11', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1373, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:50:54<br><br>[10750]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [WW12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-03 12:50:54', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1374, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:51:56<br><br>[10751]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989879 -79.9163234\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [H7060084]<br>Sello Reemplazo [H7052465]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203125117.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 12:51:56', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1375, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:51:56<br><br>[10752]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989879 -79.9163234\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [H7060084]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203125117.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_H7060084_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-03 12:51:56', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1376, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:52:52<br><br>[10753]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989889 -79.9163299\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [HS-EC1002895]<br>Sello Reemplazo [HS-EC1002903]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203125201.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 12:52:52', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1377, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:52:52<br><br>[10754]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989889 -79.9163299\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1002895]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203125201.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_HS-EC1002895_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-03 12:52:52', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1378, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:53:35<br><br>[10755]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989889 -79.916325\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [HSUD002536]<br>Sello Reemplazo [HSUD002535]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203125258.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 12:53:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1379, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:53:35<br><br>[10756]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989889 -79.916325\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HSUD002536]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203125258.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_HSUD002536_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-03 12:53:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1380, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:54:58<br><br>[10757]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989884 -79.9163252\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 12:54:58', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1381, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:55:30<br><br>[10758]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HSUD002536]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A]<br>Cont Asignado vs Revisado: [WW12345 vs WW1234]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989884 -79.9163252\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203125509.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210203_125530.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:55:30', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1382, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:56:12<br><br>[10759]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [WW12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (6) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-03 12:56:12', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1383, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:56:59<br><br>[10760]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1002895]<br>Obs: [ERROR: Los sellos ASOCIADOS (6) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Cambio de sello 2]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989899 -79.9163346\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203125554.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210203_125658.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:56:59', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1384, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:57:32<br><br>[10761]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [H7060084]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989899 -79.9163346\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203125706.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:57:32', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1385, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:57:46<br><br>[10762]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1002895]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989892 -79.9163331\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203125734.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:57:46', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1386, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:57:59<br><br>[10763]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HSUD002536]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989892 -79.9163331\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203125748.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:57:59', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1387, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:58:01<br><br>[10764]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [WW12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (6) son menor a los VERIFICADOS (3) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-03 12:58:01', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1388, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 12:59:13<br><br>[10765]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HSUD002536]<br>Obs: [ERROR: Los sellos ASOCIADOS (6) son menor a los VERIFICADOS (3) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989887 -79.9163317\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203125748.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210203_125912.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 12:59:13', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1389, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 13:00:40<br><br>[10766]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989879 -79.9163234\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [H7060084]<br>Sello Reemplazo [H7052465]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203125117.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 13:00:40', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1390, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 13:01:35<br><br>[10767]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989889 -79.916325\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [HSUD002536]<br>Sello Reemplazo [HSUD002535]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203125258.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 13:01:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1391, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 13:01:51<br><br>[10768]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989889 -79.9163299\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [HS-EC1002895]<br>Sello Reemplazo [HS-EC1002903]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203125201.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 13:01:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1392, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 13:04:41<br><br>[10769]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [H7060084]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A]<br>Cont Asignado vs Revisado: [WW12345 vs WW12346]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989952 -79.9163361\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203010418.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210203_130441.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 13:04:41', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1393, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 13:05:14<br><br>[10770]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [WW12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-03 13:05:14', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1394, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 13:06:54<br><br>[10771]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [H7060086]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098992 -79.9163333\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203010622.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210203_130653.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 13:06:54', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1395, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 13:06:55<br><br>[10772]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [H7060086]<br>Obs: [SELLO NO EXISTE SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989818 -79.9163397\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203010622.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 13:06:55', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1396, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 13:07:57<br><br>[10773]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [H7052465]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA]<br>Cont Asignado vs Revisado: [nodata vs WW12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989818 -79.9163397\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203010736.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210203_130756.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 13:07:57', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1397, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 13:07:59<br><br>[10774]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [H7052465]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA]<br>Cont Asignado vs Revisado: [nodata vs WW12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989916 -79.9163336\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210203010736.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 13:07:59', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1398, 81, 81, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 14:47:15<br><br>[10777]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989888 -79.9163259\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 14:47:15', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1399, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 14:48:06<br><br>[10778]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2,0989912 -79,9163271\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 14:48:06', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1400, 81, 81, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 14:48:30<br><br>[10779]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989915 -79.9163213\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 14:48:30', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1401, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 14:54:07<br><br>[10780]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989934 -79.9163249\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 14:54:07', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1402, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 14:54:42<br><br>[10781]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989918 -79.9163236\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 14:54:42', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1403, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 14:59:06<br><br>[10782]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145822 -79.9022965\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 14:59:06', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1404, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 15:08:06<br><br>[10783]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459291 -79.90227713\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 15:08:06', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1405, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 15:11:53<br><br>[10784]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458543 -79.90229251\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 15:11:53', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1406, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 15:29:49<br><br>[10785]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989832 -79.9163343\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 15:29:49', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1407, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 15:30:06<br><br>[10786]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11457852 -79.90229323\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 15:30:06', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1408, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 15:30:30<br><br>[10787]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989893 -79.9163279\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 15:30:30', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1409, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 15:31:44<br><br>[10788]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.098983 -79.9163316\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 15:31:44', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1410, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 15:31:51<br><br>[10789]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11460509 -79.90235758\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 15:31:51', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1411, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 15:34:51<br><br>[10790]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11459097 -79.90228131\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 15:34:51', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1412, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 15:44:55<br><br>[10791]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989876 -79.916336\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 15:44:55', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1413, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 16:45:34<br><br>[10792]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11458215 -79.90229966\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 16:45:34', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1414, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 16:49:09<br><br>[10794]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11458702 -79.90229625\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE30010]<br>Sello Reemplazo [HSUD002536]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203044724.jpg\" target=\"_blank\">[Foto Sello]</a><br><br>Usted puede hacer <a href=\"https://www.qps.ec/EIR/bat/AprobarOperacion.php?id=377&ap=2&u=99&l=-2.11458702 -79.90229625&pn=MUE30010&rpn=HSUD002536&si=../storage/images/scanner/99_20210203044724.jpg&f=2021-02-03 16:49:09\">[click aqu&iacute;]</a> para APROBAR esta operaciÃ³n</b></td></tr></table>', '2021-02-03 16:49:09', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1415, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 16:49:09<br><br>[10795]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11458702 -79.90229625\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30010]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203044724.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_MUE30010_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-03 16:49:09', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1416, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 16:51:11<br><br>[10796]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.11458702 -79.90229625\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE30010]<br>Sello Reemplazo [HSUD002536]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203044724.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 16:51:11', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1417, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 16:51:13<br><br>[10797]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.11458702 -79.90229625\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE30010]<br>Sello Reemplazo [HSUD002536]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203044724.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 16:51:13', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1418, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 16:51:38<br><br>[10798]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.11458702 -79.90229625\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE30010]<br>Sello Reemplazo [HSUD002536]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210203044724.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-03 16:51:38', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1419, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 17:04:45<br><br>[10799]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145781 -79.9023296\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 17:04:45', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1420, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 17:32:58<br><br>[10800]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/No GPS\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 17:32:58', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1421, 86, 86, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 17:36:08<br><br>[10801]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.098892 -79.9124223\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10024]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210203053328.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-03 17:36:08', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1422, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 17:37:58<br><br>[10802]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.098892 -79.9124223\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-03 17:37:58', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1423, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 17:38:52<br><br>[10803]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10024]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098892 -79.9124223\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: []<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210203053810.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-03 17:38:52', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1424, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-03 17:39:02<br><br>[10804]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [sud1]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (1 de 1)]<br></b></td></tr></table>', '2021-02-03 17:39:02', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1425, 80, 80, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:16:04<br><br>[10807]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se han registrado [0] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER.xlsx] para el cliente [100]</b></td></tr></table>', '2021-02-04 08:16:04', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1426, 80, 80, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:18:12<br><br>[10808]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se han registrado [3] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER.xlsx] para el cliente [100]</b></td></tr></table>', '2021-02-04 08:18:12', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1427, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:20:24<br><br>[10810]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989748 -79.9163525\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 08:20:24', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1428, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:20:53<br><br>[10811]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989888 -79.9163373\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 08:20:53', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1429, 80, 80, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:24:03<br><br>[10813]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se han registrado [2] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER123.xlsx] para el cliente [88]</b></td></tr></table>', '2021-02-04 08:24:03', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1430, 87, 87, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:50:14<br><br>[10816]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.09903037 -79.91632245\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 08:50:14', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1431, 84, 84, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:50:40<br><br>[10817]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989552 -79.9162816\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 08:50:40', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1432, 85, 85, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:54:34<br><br>[10818]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 08:54:34', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1433, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:58:10<br><br>[10819]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989806 -79.9163205\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 08:58:10', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1434, 85, 85, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:57:11<br><br>[10820]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 08:57:11', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1435, 84, 84, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:59:07<br><br>[10821]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.09895554 -79.91618164\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 08:59:07', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1436, 87, 87, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 08:59:59<br><br>[10822]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.09903037 -79.91632245\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 08:59:59', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1437, 87, 87, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:11:50<br><br>[10823]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09903037 -79.91632245\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [9473098111117]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204090529.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_9473098111117_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 09:11:50', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1438, 86, 86, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:11:50<br><br>[10824]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.098963 -79.9163072\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1002672]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204090807.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_HS-EC1002672_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_HS-EC1002672_F2.jpg\" target=\"_blank\">[Foto 2]</a></b></td></tr></table>', '2021-02-04 09:11:50', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1439, 85, 85, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:09:57<br><br>[10825]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1003142]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_20210204090654.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_HS-EC1003142_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_HS-EC1003142_F2.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_HS-EC1003142_F3.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-04 09:09:57', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1440, 87, 87, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:11:53<br><br>[10826]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09903037 -79.91632245\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [9473098111117]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204090529.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_9473098111117_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 09:11:53', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1441, 84, 84, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:12:19<br><br>[10827]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09896396 -79.91628284\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1003195]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_20210204090529.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_HS-EC1003195_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_HS-EC1003195_F2.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_HS-EC1003195_F3.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-04 09:12:19', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1442, 86, 86, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:13:54<br><br>[10828]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.098963 -79.9163072\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML-EC2458148]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204091229.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_ML-EC2458148_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 09:13:54', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1443, 87, 87, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:13:55<br><br>[10829]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09903037 -79.91632245\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML-EC2458068]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204091221.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_ML-EC2458068_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 09:13:55', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1444, 84, 84, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:13:56<br><br>[10830]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989645 -79.9163078\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML-EC2457785]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_20210204091232.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-04 09:13:56', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1445, 87, 87, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:13:58<br><br>[10831]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09903037 -79.91632245\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML-EC2458068]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204091221.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_ML-EC2458068_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 09:13:58', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1446, 85, 85, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:12:05<br><br>[10832]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML-EC2458139]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_20210204091027.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-04 09:12:05', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1447, 86, 86, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:15:00<br><br>[10833]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.098963 -79.9163072\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10007]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204091411.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_MUE10007_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 09:15:00', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1448, 84, 84, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:15:00<br><br>[10834]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09895555 -79.91630685\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10006]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_20210204091414.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-04 09:15:00', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1449, 87, 87, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:15:11<br><br>[10835]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09903037 -79.91632245\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10004]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204091414.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_MUE10004_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 09:15:11', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1450, 85, 85, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:13:18<br><br>[10836]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10005]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_20210204091232.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_MUE10005_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 09:13:18', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1451, 87, 87, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:15:14<br><br>[10837]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989601 -79.9163035\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10004]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204091414.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_MUE10004_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 09:15:14', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1452, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:21:06<br><br>[10838]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098963 -79.9163072\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204091828.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:21:06', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1453, 85, 85, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:19:31<br><br>[10839]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1003142]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Comerciales** [OBS] N/A]<br>Cont Asignado vs Revisado: [eo12345 vs EO_12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_20210204091550.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:19:31', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1454, 87, 87, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:21:29<br><br>[10840]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [hs-ec1002666]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989601 -79.9163035\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204091857.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_WAR_20210204_092129.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:21:29', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1455, 84, 84, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:21:32<br><br>[10841]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1003195]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09895555 -79.91630685\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_20210204091815.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:21:32', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1456, 86, 86, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:21:40<br><br>[10842]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [jfmm]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-04 09:21:40', 100, 30, 80, 30, 1, 3, b'0', b'0', 'ventas1@gusber.com'),
(1457, 86, 86, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:21:48<br><br>[10843]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10007]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Comerciales** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098959 -79.9163067\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204091828.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:21:48', 100, 30, 80, 30, 1, 3, b'0', b'0', 'ventas1@gusber.com'),
(1458, 84, 84, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:22:29<br><br>[10844]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [AB12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-04 09:22:29', 100, 30, 80, 30, 1, 3, b'0', b'0', 'ventas1@gusber.com'),
(1459, 85, 85, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:20:51<br><br>[10845]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1003142]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Comerciales** [OBS] N/A]<br>Cont Asignado vs Revisado: [eo12345 vs EO12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_20210204091550.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_WAR_20210204_092051.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:20:51', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1460, 87, 87, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:23:01<br><br>[10846]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [kp12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-04 09:23:01', 100, 30, 80, 30, 1, 3, b'0', b'0', 'ventas1@gusber.com'),
(1461, 85, 85, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:22:29<br><br>[10847]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1003142]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Comerciales** [OBS] N/A]<br>Cont Asignado vs Revisado: [eo12345 vs EO12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_20210204092150.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:22:29', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1462, 84, 84, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:24:37<br><br>[10848]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1003195]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Comerciales** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09895541 -79.91622361\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_20210204091815.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:24:37', 100, 30, 80, 30, 1, 3, b'0', b'0', 'ventas1@gusber.com'),
(1463, 85, 85, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:22:43<br><br>[10849]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1003142]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_20210204092150.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_WAR_20210204_092230.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:22:43', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1464, 85, 85, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:23:28<br><br>[10850]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [eo12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-04 09:23:28', 100, 30, 80, 30, 1, 3, b'0', b'0', 'ventas1@gusber.com'),
(1465, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:25:58<br><br>[10851]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098959 -79.9163067\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204092529.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:25:58', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1466, 87, 87, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:26:18<br><br>[10852]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [9473098111117]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989601 -79.9163035\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204092525.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:26:18', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1467, 84, 84, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:27:03<br><br>[10853]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10006]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09895541 -79.91622361\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_20210204092619.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:27:03', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1468, 85, 85, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:25:34<br><br>[10854]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1003142]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_20210204092453.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:25:34', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1469, 85, 85, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:26:51<br><br>[10855]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [ML-EC2458139]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_20210204092547.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:26:51', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1470, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:28:49<br><br>[10856]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [ML-EC2458148]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989738 -79.9163139\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204092619.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:28:49', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1471, 84, 84, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:28:48<br><br>[10857]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1003195]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989595 -79.9162996\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_20210204092709.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:28:48', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1472, 87, 87, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:29:05<br><br>[10858]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MC-EC2458068]<br>Obs: [SELLO NO EXISTE \n[CLI] Comerciales** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989601 -79.9163035\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204092621.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_WAR_20210204_092905.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:29:05', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1473, 87, 87, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:30:42<br><br>[10859]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MC-EC2458068]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989601 -79.9163035\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204092940.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:30:42', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1474, 85, 85, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:29:04<br><br>[10860]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10005]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989543 -79.9163023\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/85_20210204092704.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:29:04', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1475, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:31:03<br><br>[10861]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS!EC1122666]<br>Obs: [SELLO NO EXISTE \n[CLI] Comerciales** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989785 -79.9163057\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204092859.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_WAR_20210204_093103.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:31:03', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1476, 85, 85, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:29:15<br><br>[10862]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Emma Ortega Anaya<br>ventas2@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [eo12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-04 09:29:15', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1477, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:31:15<br><br>[10863]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS!EC1122666]<br>Obs: [SELLO NO EXISTE SELLO NO EXISTE \n[CLI] Comerciales** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989785 -79.9163057\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204092859.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_WAR_20210204_093115.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:31:15', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1478, 87, 87, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:31:19<br><br>[10864]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [ML-EC2458068]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989601 -79.9163035\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204093046.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:31:19', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1479, 87, 87, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:31:50<br><br>[10865]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10004]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989601 -79.9163035\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210204093121.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:31:50', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1480, 87, 87, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:31:59<br><br>[10866]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [kp12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-04 09:31:59', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1481, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:32:32<br><br>[10867]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989785 -79.9163057\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204093158.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:32:32', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1482, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:33:29<br><br>[10868]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989785 -79.9163057\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204093309.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:33:29', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1483, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:34:25<br><br>[10869]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1002672]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989785 -79.9163057\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204093331.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:34:25', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1484, 84, 84, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:35:14<br><br>[10870]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Aldrin Bravo Reyes<br>abravo@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1003195]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989649 -79.9162932\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/84_20210204092859.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:35:14', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1485, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:35:17<br><br>[10871]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [ML-EC2458148]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989785 -79.9163057\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204093429.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:35:17', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1486, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:35:31<br><br>[10872]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [jfmm]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-04 09:35:31', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1487, 86, 86, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:38:49<br><br>[10873]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [ML-EC2458148]<br>Obs: [[VERIFICACION OK Color no coincide\n\n[CLI] Comerciales** [OBS] N/Aaa]<br>Cont Asignado vs Revisado: [jfmm vs jfmmÃ±]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098977 -79.9163085\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210204093429.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:38:49', 100, 30, 80, 30, 1, 3, b'0', b'0', 'ventas1@gusber.com'),
(1488, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:53:18<br><br>[10874]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989668 -79.9163292\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 09:53:18', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1489, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:53:50<br><br>[10875]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09896186 -79.91627843\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML-EC2458139]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204095327.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_ML-EC2458139_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 09:53:50', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1490, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:54:10<br><br>[10876]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0990289 -79.91624791\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1003142]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204095358.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-04 09:54:10', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1491, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:54:32<br><br>[10877]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0990022 -79.91627662\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30018]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204095420.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-04 09:54:32', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1492, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:54:57<br><br>[10878]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0990022 -79.91627662\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 09:54:57', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1493, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:55:35<br><br>[10879]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [ML-EC2458139]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0990022 -79.91627662\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204095515.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:55:35', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1494, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:57:29<br><br>[10882]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [HS-EC1003142]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09894137 -79.91625253\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204095706.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:57:29', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1495, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:57:40<br><br>[10883]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [ML-EC2458139]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098977 -79.916317\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204095730.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:57:40', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1496, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:57:53<br><br>[10884]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30018]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989674 -79.916315\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204095743.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 09:57:53', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1497, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 09:57:55<br><br>[10885]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [JL12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-04 09:57:55', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1498, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:00:27<br><br>[10886]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989697 -79.9163058\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [HS-EC1003195]<br>Sello Reemplazado [HS-EC1003142]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204095935.jpg\" target=\"_blank\">[Foto Sello]</a><br><br>Usted puede hacer <a href=\"https://www.qps.ec/EIR/bat/AprobarOperacion.php?id=431&ap=2&u=99&l=-2.0989697 -79.9163058&pn=HS-EC1003195&rpn=HS-EC1003142&si=../storage/images/scanner/99_20210204095935.jpg&f=2021-02-04 10:00:27\">[click aqu&iacute;]</a> para APROBAR esta operaci&oacute;n</b></td></tr></table>', '2021-02-04 10:00:27', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1499, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:00:27<br><br>[10887]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989697 -79.9163058\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [HS-EC1003195]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204095935.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_HS-EC1003195_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 10:00:27', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1500, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:01:42<br><br>[10888]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09897851 -79.91629289\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [ML-EC2457785]<br>Sello Reemplazado [ML-EC2458139]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204100048.jpg\" target=\"_blank\">[Foto Sello]</a><br><br>Usted puede hacer <a href=\"https://www.qps.ec/EIR/bat/AprobarOperacion.php?id=432&ap=2&u=99&l=-2.09897851 -79.91629289&pn=ML-EC2457785&rpn=ML-EC2458139&si=../storage/images/scanner/99_20210204100048.jpg&f=2021-02-04 10:01:42\">[click aqu&iacute;]</a> para APROBAR esta operaci&oacute;n</b></td></tr></table>', '2021-02-04 10:01:42', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1501, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:01:42<br><br>[10889]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09897851 -79.91629289\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ML-EC2457785]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204100048.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_ML-EC2457785_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 10:01:42', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1502, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:03:00<br><br>[10890]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989777 -79.9163053\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [MUE10013]<br>Sello Reemplazado [MUE30018]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204100148.jpg\" target=\"_blank\">[Foto Sello]</a><br><br>Usted puede hacer <a href=\"https://www.qps.ec/EIR/bat/AprobarOperacion.php?id=433&ap=2&u=99&l=-2.0989777 -79.9163053&pn=MUE10013&rpn=MUE30018&si=../storage/images/scanner/99_20210204100148.jpg&f=2021-02-04 10:03:00\">[click aqu&iacute;]</a> para APROBAR esta operaci&oacute;n</b></td></tr></table>', '2021-02-04 10:03:00', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1503, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:03:00<br><br>[10891]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989777 -79.9163053\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10013]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204100148.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_MUE10013_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 10:03:00', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1504, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:04:25<br><br>[10892]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989777 -79.9163053\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE10013]<br>Sello Reemplazo [MUE30018]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204100148.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-04 10:04:25', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1505, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:04:34<br><br>[10893]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.09897851 -79.91629289\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [ML-EC2457785]<br>Sello Reemplazo [ML-EC2458139]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204100048.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-04 10:04:34', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1506, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:04:44<br><br>[10894]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989697 -79.9163058\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [HS-EC1003195]<br>Sello Reemplazo [HS-EC1003142]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204095935.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-04 10:04:44', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1507, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:11:43<br><br>[10895]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:red; font-size:20px\">RECHAZADO</p>El Administrador ha rechazado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989777 -79.9163053\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE10013]<br>Sello Reemplazo [MUE30018]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204100148.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-04 10:11:43', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1508, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 10:11:55<br><br>[10896]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.0989777 -79.9163053\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE10013]<br>Sello Reemplazo [MUE30018]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204100148.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-04 10:11:55', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1509, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 11:30:01<br><br>[10902]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145775 -79.9022988\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 11:30:01', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1510, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 11:49:05<br><br>[10903]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.11460135 -79.90229206\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 11:49:05', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1511, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 11:49:17<br><br>[10904]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989796 -79.9163401\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 11:49:17', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1512, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 11:49:54<br><br>[10905]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989904 -79.9163354\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30018]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210204114929.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-04 11:49:54', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1513, 80, 80, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 11:50:28<br><br>[10906]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989938 -79.916339\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210204115000.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-04 11:50:28', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1514, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 11:51:09<br><br>[10907]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30018]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989938 -79.916339\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210204115053.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 11:51:09', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1515, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 11:51:36<br><br>[10908]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10001]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989889 -79.9163326\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/80_20210204115112.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 11:51:36', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1516, 80, 80, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 11:51:39<br><br>[10909]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [ZZ123]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-04 11:51:39', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1517, 80, 80, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 13:26:12<br><br>[10912]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td><br>jlavayen@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989693 -79.9163028\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 13:26:12', 80, 30, 80, 30, 1, 1, b'0', b'0', 'jlavayen@gusber.com'),
(1518, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:27:51<br><br>[10914]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1644496 -79.8958031\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 15:27:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1519, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:31:15<br><br>[10915]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1644736 -79.8957731\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [NC7779F]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204032906.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_NC7779F_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_NC7779F_F2.jpg\" target=\"_blank\">[Foto 2]</a></b></td></tr></table>', '2021-02-04 15:31:15', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1520, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:31:52<br><br>[10916]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1644799 -79.8957991\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [CB8784N]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204033126.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_CB8784N_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 15:31:52', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1521, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:32:23<br><br>[10917]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1644718 -79.8958065\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10005]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204033158.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_MUE10005_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 15:32:23', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1522, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:34:53<br><br>[10918]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NC7779F]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1644718 -79.8958065\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204033338.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 15:34:53', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1523, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:35:27<br><br>[10919]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10005]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1644941 -79.8958528\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204033508.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 15:35:27', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1524, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:36:15<br><br>[10920]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [CB8784N]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1644828 -79.8957864\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204033530.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 15:36:15', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1525, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:36:19<br><br>[10921]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [MSC12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-04 15:36:19', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1526, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:38:04<br><br>[10922]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [CB8784N]<br>Obs: [[VERIFICACION OKContenedor no esta en su sitio\n\nContenedor no esta en su sitio\n\nContenedor no esta en si sitio\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1644735 -79.8957657\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil 104, 090506, 104 Avenida Francisco de Orellana]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204033530.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 15:38:04', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1527, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:38:17<br><br>[10923]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [CB8784N]<br>Obs: [Contenedor no esta en su sitio\n\nContenedor no esta en su sitio\n\nContenedor no esta en si sitio\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1644735 -79.8957657\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil 104, 090506, 104 Avenida Francisco de Orellana]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210204033530.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 15:38:17', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1528, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:42:12<br><br>[10925]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1644735 -79.8957657\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-04 15:42:12', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1529, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:43:01<br><br>[10926]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [CB8784N]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A]<br>Cont Asignado vs Revisado: [MSC12345 vs MSC1234]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1644735 -79.8957657\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil 104, 090506, 104 Avenida Francisco de Orellana]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204034226.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210204_154301.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 15:43:01', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1530, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:43:44<br><br>[10927]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [MSC12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-04 15:43:44', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1531, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:43:55<br><br>[10928]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10005]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.1644596 -79.8958033\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204034318.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210204_154355.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-04 15:43:55', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1532, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:51:10<br><br>[10929]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1644739 -79.8957997\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [FN06289]<br>Sello Reemplazado [NC7779F]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204035025.jpg\" target=\"_blank\">[Foto Sello]</a><br><br>Usted puede hacer <a href=\"https://www.qps.ec/EIR/bat/AprobarOperacion.php?id=448&ap=2&u=99&l=-2.1644739 -79.8957997&pn=FN06289&rpn=NC7779F&si=../storage/images/scanner/99_20210204035025.jpg&f=2021-02-04 15:51:10\">[click aqu&iacute;]</a> para APROBAR esta operaci&oacute;n</b></td></tr></table>', '2021-02-04 15:51:10', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1533, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:51:10<br><br>[10930]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1644739 -79.8957997\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [FN06289]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204035025.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_FN06289_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 15:51:10', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1534, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:52:13<br><br>[10931]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1644781 -79.8958056\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [CA8157K]<br>Sello Reemplazado [CB8784N]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204035124.jpg\" target=\"_blank\">[Foto Sello]</a><br><br>Usted puede hacer <a href=\"https://www.qps.ec/EIR/bat/AprobarOperacion.php?id=449&ap=2&u=99&l=-2.1644781 -79.8958056&pn=CA8157K&rpn=CB8784N&si=../storage/images/scanner/99_20210204035124.jpg&f=2021-02-04 15:52:13\">[click aqu&iacute;]</a> para APROBAR esta operaci&oacute;n</b></td></tr></table>', '2021-02-04 15:52:13', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1535, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:52:13<br><br>[10932]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1644781 -79.8958056\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [CA8157K]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204035124.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_CA8157K_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 15:52:13', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1536, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:53:01<br><br>[10933]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1644771 -79.8957967\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [MUE10014]<br>Sello Reemplazado [MUE10005]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204035223.jpg\" target=\"_blank\">[Foto Sello]</a><br><br>Usted puede hacer <a href=\"https://www.qps.ec/EIR/bat/AprobarOperacion.php?id=450&ap=2&u=99&l=-2.1644771 -79.8957967&pn=MUE10014&rpn=MUE10005&si=../storage/images/scanner/99_20210204035223.jpg&f=2021-02-04 15:53:01\">[click aqu&iacute;]</a> para APROBAR esta operaci&oacute;n</b></td></tr></table>', '2021-02-04 15:53:01', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1537, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:53:01<br><br>[10934]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.1644771 -79.8957967\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10014]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204035223.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_MUE10014_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-04 15:53:01', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1538, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:54:03<br><br>[10935]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.1644739 -79.8957997\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [FN06289]<br>Sello Reemplazo [NC7779F]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204035025.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-04 15:54:03', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1539, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:54:10<br><br>[10936]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.1644781 -79.8958056\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [CA8157K]<br>Sello Reemplazo [CB8784N]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204035124.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-04 15:54:10', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1540, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-04 15:54:16<br><br>[10937]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.1644771 -79.8957967\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Original [MUE10014]<br>Sello Reemplazo [MUE10005]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210204035223.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-04 15:54:16', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1541, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:02:35<br><br>[10939]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.6909901 -80.4369983\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-05 09:02:35', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1542, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:05:06<br><br>[10940]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.6544363 -80.46550036\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205090258.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F2.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F3.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-05 09:05:06', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1543, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:05:09<br><br>[10941]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.6544363 -80.46550036\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205090258.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F2.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F3.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-05 09:05:09', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1544, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:29:57<br><br>[10942]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-05 09:29:57', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1545, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:34:03<br><br>[10943]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-05 09:34:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1546, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:34:00<br><br>[10944]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-05 09:34:00', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1547, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:34:03<br><br>[10945]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-05 09:34:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1548, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:34:03<br><br>[10946]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205093047.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1_1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F2_1.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F3_1.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-05 09:34:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1549, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:34:03<br><br>[10947]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205093047.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1_1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F2_1.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F3_1.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-05 09:34:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1550, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:34:00<br><br>[10948]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205093047.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1_1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F2_1.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F3_1.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-05 09:34:00', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1551, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:34:00<br><br>[10949]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205093047.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1_1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F2_1.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F3_1.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-05 09:34:00', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1552, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:33:08<br><br>[10950]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205093047.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1_1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F2_1.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F3_1.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-05 09:33:08', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1553, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:33:08<br><br>[10951]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205093047.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1_1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F2_1.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F3_1.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-05 09:33:08', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1554, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:33:03<br><br>[10952]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205093047.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1_1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F2_1.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F3_1.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-05 09:33:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1555, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:33:03<br><br>[10953]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.4630771 -80.5531181\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205093047.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1_1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F2_1.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F3_1.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-05 09:33:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1556, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:41:42<br><br>[10954]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.35259082 -80.59010456\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205094104.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1_2.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-05 09:41:42', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1557, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 09:41:47<br><br>[10955]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.35259082 -80.59010456\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109432037]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205094104.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_7862109432037_F1_2.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-05 09:41:47', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1558, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 10:40:43<br><br>[10956]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.049519 -80.4867035\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-05 10:40:43', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1559, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-05 10:43:08<br><br>[10957]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498209 -80.487958\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [0096619926626]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210205104201.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_0096619926626_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-05 10:43:08', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1560, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:23:47<br><br>[10960]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2507059 -79.9248736\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-10 11:23:47', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1561, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:29:37<br><br>[10961]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2507218 -79.9248306\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [FN06469]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210112547.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-10 11:29:37', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1562, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:29:54<br><br>[10962]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2507218 -79.9248306\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-10 11:29:54', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1563, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:30:37<br><br>[10963]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2507218 -79.9248306\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-10 11:30:37', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1564, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:31:26<br><br>[10964]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2507218 -79.9248306\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-10 11:31:26', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1565, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:33:16<br><br>[10965]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506346 -79.9246325\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [NC5076F]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210113235.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-10 11:33:16', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1566, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:33:34<br><br>[10966]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2506346 -79.9246325\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-10 11:33:34', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1567, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:37:03<br><br>[10967]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2507871 -79.9248743\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-10 11:37:03', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1568, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:38:07<br><br>[10968]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2513648 -79.9259241\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [GE00001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210113740.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-10 11:38:07', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1569, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:38:45<br><br>[10969]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2514336 -79.9247953\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [NC5076F]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210113813.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-10 11:38:45', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1570, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:39:21<br><br>[10970]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506718 -79.9247879\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [CA8186K]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210113858.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_CA8186K_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-10 11:39:21', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1571, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:42:15<br><br>[10971]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NC5076F]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A]<br>Cont Asignado vs Revisado: [DFIU55555 vs DFIU5555]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.2506718 -79.9247879\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210114031.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210210_114215.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-10 11:42:15', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1572, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:43:42<br><br>[10972]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [DFIU55555]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-10 11:43:42', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1573, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:43:50<br><br>[10973]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [GE00001]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.2505333 -79.9248203\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210114316.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210210_114350.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-10 11:43:50', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1574, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:45:11<br><br>[10974]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [GE00001]<br>Obs: [Contenedor con novedad\n\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.2505333 -79.9248203\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210114316.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-10 11:45:11', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1575, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:51:51<br><br>[10976]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NC5076F]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.2505333 -79.9248203\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210115128.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-10 11:51:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1576, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:52:01<br><br>[10977]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [GE00001]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.2505436 -79.9247551\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210115152.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-10 11:52:01', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1577, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:52:14<br><br>[10978]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [CA8186K]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.2504744 -79.9246801\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210115202.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-10 11:52:14', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1578, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:52:16<br><br>[10979]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [DFIU55555]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-10 11:52:16', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1579, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:57:01<br><br>[10980]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [GE00001]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.2504338 -79.9247502\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210115632.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-10 11:57:01', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1580, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:57:25<br><br>[10981]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NC5076F]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.25063027 -79.92482155\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210115710.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-10 11:57:25', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1581, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:57:49<br><br>[10982]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [CA8186K]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.25063027 -79.92482155\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210115730.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-10 11:57:49', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1582, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 11:57:52<br><br>[10983]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [DFIU55555]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-10 11:57:52', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1583, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:03:48<br><br>[10984]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [CA8186K]<br>Obs: [Sello de cable sin acrilico\n\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.25063027 -79.92482155\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210115730.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-10 12:03:48', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1584, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:10:49<br><br>[10985]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506038 -79.9246642\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10030]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210210120914.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-10 12:10:49', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1585, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:40:10<br><br>[10986]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2505121 -79.9247794\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-10 12:40:10', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1586, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:48:21<br><br>[10987]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2508291 -79.9253813\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-10 12:48:21', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1587, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:48:59<br><br>[10988]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2508291 -79.9253813\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-10 12:48:59', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1588, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:52:48<br><br>[10989]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2507195 -79.9248452\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [R200002E]<br>Sello Reemplazado [GE00001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210210125129.jpg\" target=\"_blank\">[Foto Sello]</a><br><br>Usted puede hacer <a href=\"https://www.qps.ec/EIR/bat/AprobarOperacion.php?id=483&ap=2&u=99&l=-2.2507195 -79.9248452&pn=R200002E&rpn=GE00001&si=../storage/images/scanner/99_20210210125129.jpg&f=2021-02-10 12:52:48\">[click aqu&iacute;]</a> para APROBAR esta operaci&oacute;n</b></td></tr></table>', '2021-02-10 12:52:48', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1589, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:52:48<br><br>[10990]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2507195 -79.9248452\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [R200002E]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210210125129.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_R200002E_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-10 12:52:48', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1590, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:53:30<br><br>[10991]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506663 -79.9249232\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [EG46368]<br>Sello Reemplazado [CA8186K]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210210125254.jpg\" target=\"_blank\">[Foto Sello]</a><br><br>Usted puede hacer <a href=\"https://www.qps.ec/EIR/bat/AprobarOperacion.php?id=484&ap=2&u=99&l=-2.2506663 -79.9249232&pn=EG46368&rpn=CA8186K&si=../storage/images/scanner/99_20210210125254.jpg&f=2021-02-10 12:53:30\">[click aqu&iacute;]</a> para APROBAR esta operaci&oacute;n</b></td></tr></table>', '2021-02-10 12:53:30', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1591, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:53:30<br><br>[10992]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2506663 -79.9249232\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [EG46368]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210210125254.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_EG46368_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-10 12:53:30', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1592, 99, 99, 0, 'I', 'REEMPLAZO :: SOLIC. APROBACION', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:54:16<br><br>[10993]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2505628 -79.924665\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [03035171]<br>Sello Reemplazado [NC5076F]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210210125342.jpg\" target=\"_blank\">[Foto Sello]</a><br><br>Usted puede hacer <a href=\"https://www.qps.ec/EIR/bat/AprobarOperacion.php?id=485&ap=2&u=99&l=-2.2505628 -79.924665&pn=03035171&rpn=NC5076F&si=../storage/images/scanner/99_20210210125342.jpg&f=2021-02-10 12:54:16\">[click aqu&iacute;]</a> para APROBAR esta operaci&oacute;n</b></td></tr></table>', '2021-02-10 12:54:16', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1593, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:54:16<br><br>[10994]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>REEMPLAZO Y LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.2505628 -79.924665\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [03035171]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210210125342.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_03035171_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-10 12:54:16', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1594, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 12:56:04<br><br>[10995]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.250824 -79.9249886\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [S0032555]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210210125508.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-10 12:56:04', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1595, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 13:01:12<br><br>[10997]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2507195 -79.9248452\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [R200002E]<br>Sello Reemplazado [GE00001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210210125129.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-10 13:01:12', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1596, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 13:01:40<br><br>[10998]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2506663 -79.9249232\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [EG46368]<br>Sello Reemplazado [CA8186K]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210210125254.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-10 13:01:40', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1597, 99, 99, 0, 'I', 'REEMPLAZO :: RESPUESTA SOLIC. APROB.', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 13:01:51<br><br>[10999]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b><p style=\"font-family:verdana; color:green; font-size:20px\">APROBADO</p>El Administrador ha aprobado este cambio de sellos:<br><a href=\"https://www.google.com/maps/place/-2.2505628 -79.924665\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello Nuevo [03035171]<br>Sello Reemplazado [NC5076F]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210210125342.jpg\" target=\"_blank\">[Foto Sello]</a><br><br></b></td></tr></table>', '2021-02-10 13:01:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1598, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 16:28:17<br><br>[11000]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0486333 -80.4867035\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-10 16:28:17', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1599, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-10 16:30:12<br><br>[11001]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0497787 -80.48829921\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [2546021]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210210042833.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_2546021_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-10 16:30:12', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1600, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-11 10:26:57<br><br>[11004]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.049519 -80.4867035\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-11 10:26:57', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1601, 88, 88, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-11 14:49:03<br><br>[11012]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Pruebas General<br>sistemas@gusber.com</td><td><br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10550 idCliente=88 VAR1=NC5076F VAR2=NC5076F VAR3=NC5076F tipo=S estado=C created_by=98 dateLastUse=2021-02-10 11:38:45 userLastUse=98 idLastScan=470 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-02-11 14:49:03', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1602, 88, 88, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-11 14:49:47<br><br>[11013]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Pruebas General<br>sistemas@gusber.com</td><td><br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=10549 idCliente=88 VAR1=FN06469 VAR2=FN06469 VAR3=FN06469 tipo=S estado=C created_by=98 dateLastUse=2021-02-10 11:29:37 userLastUse=98 idLastScan=467 idLote=N/A IngresoPorScanner=1 </b></td></tr></table>', '2021-02-11 14:49:47', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1603, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 11:32:11<br><br>[11017]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498801 -80.4880448\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 11:32:11', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1604, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 11:45:30<br><br>[11018]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [2546021]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498801 -80.4880448\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210212113246.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 11:45:30', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1605, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 11:45:59<br><br>[11019]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQS123456]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (1 de 1)]<br></b></td></tr></table>', '2021-02-12 11:45:59', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1606, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:15:05<br><br>[11020]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.09898 -79.9163359\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 12:15:05', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1607, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:16:06<br><br>[11021]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989943 -79.9163067\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [GE00002]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212121518.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_GE00002_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-12 12:16:06', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1608, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:17:40<br><br>[11022]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989838 -79.9163188\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [GT00002]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212121615.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-12 12:17:40', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1609, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:18:36<br><br>[11023]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989945 -79.9163035\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MX00001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212121756.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_MX00001_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-12 12:18:36', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1610, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:21:40<br><br>[11024]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989911 -79.9163137\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 12:21:40', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1611, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:23:47<br><br>[11025]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MX00001]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989911 -79.9163137\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210212122324.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 12:23:47', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1612, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:25:16<br><br>[11026]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989793 -79.9163393\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 12:25:16', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1613, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:26:11<br><br>[11027]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MX00001]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989793 -79.9163393\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210212122549.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 12:26:11', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1614, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:26:47<br><br>[11028]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [GT00002]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989967 -79.916313\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210212122612.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 12:26:47', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1615, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:27:10<br><br>[11029]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [GE00002]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989967 -79.9163057\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210212122648.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 12:27:10', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1616, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:27:19<br><br>[11030]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [JL9999]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-12 12:27:19', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1617, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:28:58<br><br>[11031]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989817 -79.9163214\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 12:28:58', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1618, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:29:41<br><br>[11032]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MX00001]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] Tercer sello]<br>Cont Asignado vs Revisado: [JL9999 vs JL99999]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989817 -79.9163214\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212122924.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210212_122941.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 12:29:41', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1619, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:30:57<br><br>[11033]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [JL9999]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-12 12:30:57', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1620, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 12:32:39<br><br>[11034]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [GE00002]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989973 -79.9163113\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212123038.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210212_123239.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 12:32:39', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1621, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 13:20:25<br><br>[11036]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.049519 -80.4867035\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 13:20:25', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1622, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 13:22:04<br><br>[11037]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [JL9999]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-12 13:22:04', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1623, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 13:21:46<br><br>[11038]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [GE00002]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.049519 -80.4867035\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Portoviejo, ,  ]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210212012059.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 13:21:46', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1624, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:21:51<br><br>[11040]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989796 -79.9163354\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 15:21:51', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1625, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:22:34<br><br>[11041]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989972 -79.9163058\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MX00002]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212032200.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_MX00002_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-12 15:22:34', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1626, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:23:12<br><br>[11042]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989967 -79.9163145\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10016]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212032242.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_MUE10016_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-12 15:23:12', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1627, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:23:42<br><br>[11043]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989934 -79.9163157\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10028]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212032320.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_MUE10028_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-12 15:23:42', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1628, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:24:33<br><br>[11044]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989942 -79.916302\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 15:24:33', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1629, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:25:15<br><br>[11045]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10016]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] Segundo sello]<br>Cont Asignado vs Revisado: [AN12345 vs AND12345]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989942 -79.916302\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210212032444.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210212_152514.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 15:25:15', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1630, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:26:10<br><br>[11046]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [AN12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-12 15:26:10', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1631, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:26:19<br><br>[11047]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10028]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Tercer sello]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989902 -79.916311\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210212032545.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210212_152619.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 15:26:19', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1632, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:26:37<br><br>[11048]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989967 -79.9163129\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 15:26:37', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1633, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:27:15<br><br>[11049]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MX00002]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] Inicio]<br>Cont Asignado vs Revisado: [AN12345 vs AN45678]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989986 -79.9163081\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212032651.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210212_152715.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 15:27:15', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1634, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:27:55<br><br>[11050]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [AN12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-12 15:27:55', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1635, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:28:02<br><br>[11051]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10028]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Tercer sello]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989948 -79.9163104\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212032738.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210212_152802.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 15:28:02', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1636, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:35:59<br><br>[11052]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989762 -79.9163386\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 15:35:59', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1637, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:36:27<br><br>[11053]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10028]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989762 -79.9163386\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210212033606.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 15:36:27', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1638, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:36:39<br><br>[11054]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10016]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989951 -79.9163117\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210212033628.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 15:36:39', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1639, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:36:54<br><br>[11055]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MX00002]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989917 -79.9163074\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210212033642.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 15:36:54', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1640, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:36:55<br><br>[11056]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [AN12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-12 15:36:55', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1641, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:37:17<br><br>[11057]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989915 -79.9163107\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-12 15:37:17', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1642, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:37:41<br><br>[11058]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MX00002]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989915 -79.9163107\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212033724.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 15:37:41', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1643, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:37:57<br><br>[11059]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10016]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989891 -79.9163227\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212033743.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 15:37:57', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1644, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:38:11<br><br>[11060]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10028]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989977 -79.9163095\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210212033758.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-12 15:38:11', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1645, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-12 15:38:12<br><br>[11061]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [AN12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-12 15:38:12', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1646, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:21:03<br><br>[11065]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498817 -80.4880423\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 12:21:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1647, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:22:33<br><br>[11066]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498853 -80.4880399\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30004]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215122130.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30004_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-15 12:22:33', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1648, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:23:15<br><br>[11067]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498827 -80.4880534\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30014]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215122249.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30014_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-15 12:23:15', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1649, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:24:05<br><br>[11068]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.04990489 -80.48804773\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30015]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215122330.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30015_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-15 12:24:05', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1650, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:33:21<br><br>[11070]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04990489 -80.48804773\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 12:33:21', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1651, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:35:03<br><br>[11071]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30015]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04990489 -80.48804773\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215123412.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 12:35:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1652, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:37:21<br><br>[11072]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04985859 -80.48800816\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215123652.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 12:37:21', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1653, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:37:31<br><br>[11073]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [HQSUNO15022021]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-15 12:37:31', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1654, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:37:38<br><br>[11074]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498836 -80.4880454\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215123652.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 12:37:38', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1655, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:39:11<br><br>[11075]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30014]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs HQS1502021]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498836 -80.4880454\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215123817.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_123910.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 12:39:11', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1656, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:39:56<br><br>[11076]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30014]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs HQS1502021]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498834 -80.4880369\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215123817.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 12:39:56', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1657, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:41:15<br><br>[11077]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30014]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498834 -80.4880369\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215124042.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 12:41:15', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1658, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 12:41:23<br><br>[11078]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQSUNO15022021]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-15 12:41:23', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1659, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 14:57:50<br><br>[11090]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498846 -80.4880361\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 14:57:50', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1660, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 14:59:36<br><br>[11091]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498821 -80.488049\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 14:59:36', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1661, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:00:55<br><br>[11092]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498821 -80.488049\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215025947.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:00:55', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1662, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:01:30<br><br>[11093]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30014]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04992678 -80.48803244\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215030056.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_150121.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:01:30', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1663, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:02:44<br><br>[11094]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30015]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs XZF4546778]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04990613 -80.48803296\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215030222.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:02:44', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1664, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:02:50<br><br>[11095]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30015]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs XZF4546778]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04990613 -80.48803296\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215030222.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:02:50', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1665, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:03:55<br><br>[11096]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [HQSUNO15022021]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-15 15:03:55', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1666, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:03:43<br><br>[11097]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30015]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04990613 -80.48803296\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215030222.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_150244.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:03:43', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1667, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:05:34<br><br>[11098]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30015]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04990613 -80.48803296\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215030222.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_150534.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:05:34', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1668, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:06:58<br><br>[11099]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQSUNO15022021]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-15 15:06:58', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1669, 81, 81, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:22:26<br><br>[11100]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04990613 -80.48803296\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 15:22:26', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1670, 81, 81, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:23:14<br><br>[11101]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30015]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04990613 -80.48803296\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/81_20210215032242.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:23:14', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1671, 81, 81, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:23:48<br><br>[11102]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30014]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498831 -80.488048\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/81_20210215032323.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:23:48', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1672, 81, 81, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:24:49<br><br>[11103]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04984086 -80.48802302\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 15:24:49', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1673, 81, 81, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:25:02<br><br>[11104]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04984086 -80.48802302\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 15:25:02', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1674, 81, 81, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:25:34<br><br>[11105]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs FGHYYGJHFGB]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04984086 -80.48802302\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/81_20210215032512.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:25:34', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1675, 81, 81, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:25:37<br><br>[11106]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs FGHYYGJHFGB]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498793 -80.4880414\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/81_20210215032512.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:25:37', 81, 30, 80, 30, 1, 3, b'0', b'0', 'mperez@gusber.com'),
(1676, 81, 81, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:26:51<br><br>[11107]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498793 -80.4880414\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/81_20210215032618.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:26:51', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1677, 81, 81, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:26:56<br><br>[11108]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQSUNO15022021]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-15 15:26:56', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1678, 81, 81, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:27:41<br><br>[11109]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs HQSUNO15022026]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498839 -80.4880406\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/81_20210215032618.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:27:41', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1679, 81, 81, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:27:50<br><br>[11110]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498839 -80.4880406\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/81_20210215032618.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/81_WAR_20210215_152741.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 15:27:50', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1680, 81, 81, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 15:27:53<br><br>[11111]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQSUNO15022021]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-15 15:27:53', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1681, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 16:10:33<br><br>[11112]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04997441 -80.48800262\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 16:10:33', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1682, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 16:14:37<br><br>[11113]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04997441 -80.48800262\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 16:14:37', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1683, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 16:17:06<br><br>[11114]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04997441 -80.48800262\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 16:17:06', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1684, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 16:34:42<br><br>[11115]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04986107 -80.48815977\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 16:34:42', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1685, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 16:36:13<br><br>[11116]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs DHHGUFJJFJ]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04986107 -80.48815977\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215043531.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_163612.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 16:36:13', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1686, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 16:36:30<br><br>[11117]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs DHHGUFJJFJ]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498843 -80.488036\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215043531.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 16:36:30', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1687, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 16:37:05<br><br>[11118]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs DHHGUFJJF]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498843 -80.488036\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215043531.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_163704.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 16:37:05', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1688, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 16:51:25<br><br>[11119]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498843 -80.488036\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 16:51:25', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1689, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 16:58:16<br><br>[11120]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498828 -80.4880437\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 16:58:16', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1690, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:03:06<br><br>[11121]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498828 -80.4880437\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:03:06', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1691, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:05:00<br><br>[11122]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498828 -80.4880437\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:05:00', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1692, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:07:27<br><br>[11123]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498828 -80.4880437\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:07:27', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1693, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:09:51<br><br>[11124]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498828 -80.4880437\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:09:51', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1694, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:14:52<br><br>[11125]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498828 -80.4880437\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:14:52', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1695, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:17:18<br><br>[11126]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498828 -80.4880437\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:17:18', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1696, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:18:17<br><br>[11127]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs gfghhyyhh]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498828 -80.4880437\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215051754.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_171816.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 17:18:17', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1697, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:18:25<br><br>[11128]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs gfghhyyhh]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498844 -80.488055\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215051754.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 17:18:25', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1698, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:21:47<br><br>[11129]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498844 -80.488055\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:21:47', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1699, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:25:34<br><br>[11130]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498824 -80.4880445\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:25:34', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1700, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:26:41<br><br>[11131]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs trtgxvhjj]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498824 -80.4880445\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215052615.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_172640.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 17:26:41', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1701, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:27:07<br><br>[11132]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs trtgxvhjj]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498797 -80.4880416\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215052615.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 17:27:07', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1702, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:32:12<br><br>[11133]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498797 -80.4880416\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:32:12', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1703, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:33:48<br><br>[11134]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498804 -80.4880435\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:33:48', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1704, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:40:00<br><br>[11135]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498845 -80.4880359\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 17:40:00', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1705, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:41:25<br><br>[11136]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs hgvvxvvvvvchv]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498845 -80.4880359\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215054046.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_174124.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 17:41:25', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1706, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:41:40<br><br>[11137]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [HQSUNO15022021 vs hgvvxvvvvvchv]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.049879 -80.4880421\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215054046.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 17:41:40', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1707, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:43:28<br><br>[11139]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30014]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.049879 -80.4880421\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215054238.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 17:43:28', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1708, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:43:59<br><br>[11140]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498813 -80.4880417\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215054335.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 17:43:59', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1709, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:44:13<br><br>[11141]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [HQSUNO15022021]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-15 17:44:13', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1710, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:44:20<br><br>[11142]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498808 -80.4880463\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215054335.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_174419.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 17:44:20', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1711, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:45:18<br><br>[11143]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30015]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498808 -80.4880463\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215054435.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 17:45:18', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1712, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 17:45:27<br><br>[11144]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQSUNO15022021]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-15 17:45:27', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1713, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 18:21:43<br><br>[11145]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498276 -80.4879623\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 18:21:43', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1714, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 18:27:55<br><br>[11146]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE0004]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498276 -80.4879623\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Cjon. Aurelio GarcÃ­a Moreira, ,  Cjon. Aurelio GarcÃ­a Moreira]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215062547.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_182754.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 18:27:55', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1715, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 18:28:29<br><br>[11147]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE00004]<br>Obs: [SELLO NO EXISTE SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04985485 -80.48800725\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215062547.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210215_182826.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 18:28:29', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1716, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 18:31:56<br><br>[11148]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04985485 -80.48800725\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215062840.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 18:31:56', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1717, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 18:32:14<br><br>[11149]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQSUNO15022021]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-15 18:32:14', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1718, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 18:33:52<br><br>[11150]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04986529 -80.48800405\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 18:33:52', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1719, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 18:35:08<br><br>[11151]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30004]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04986529 -80.48800405\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210215063406.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-15 18:35:08', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1720, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 18:35:22<br><br>[11152]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQSUNO15022021]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-15 18:35:22', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1721, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 23:50:04<br><br>[11153]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0519604 -79.9311572\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 23:50:04', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1722, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-15 23:53:38<br><br>[11154]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0519604 -79.9311572\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-15 23:53:38', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1723, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 00:03:20<br><br>[11156]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498906 -80.488047\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 00:03:20', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1724, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 00:03:47<br><br>[11157]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498906 -80.488047\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 00:03:47', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1725, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 00:08:40<br><br>[11158]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498906 -80.488047\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 00:08:40', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1726, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 07:26:18<br><br>[11161]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498842 -80.4880444\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 07:26:18', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1727, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 08:45:38<br><br>[11162]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498095 -80.4879355\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 08:45:38', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1728, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 07:29:02<br><br>[11163]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498842 -80.4880444\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30008]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217072802.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30008_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-17 07:29:02', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1729, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 10:22:39<br><br>[11164]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498833 -80.4880523\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 10:22:39', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1730, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 10:26:28<br><br>[11165]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498833 -80.4880523\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 10:26:28', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1731, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 10:30:38<br><br>[11166]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498833 -80.4880523\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 10:30:38', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1732, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 10:33:05<br><br>[11167]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498833 -80.4880523\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 10:33:05', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1733, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 10:39:03<br><br>[11168]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498809 -80.4880487\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [ABC343434]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217103800.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 10:39:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1734, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 10:46:01<br><br>[11169]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498844 -80.4880369\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 10:46:01', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1735, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 10:46:47<br><br>[11170]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498844 -80.4880369\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 10:46:47', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1736, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 10:48:16<br><br>[11171]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498836 -80.4880362\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30009]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217104728.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 10:48:16', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1737, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 10:50:15<br><br>[11172]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.04989174 -80.48808637\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30013]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217104948.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30013_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-17 10:50:15', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1738, 81, 81, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 10:54:58<br><br>[11173]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345679.jpeg\" width=\"80\" height=\"80\"><br>Mayckell Pérez<br>mperez@gusber.com</td><td><br>mperez@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989905 -79.916296\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 10:54:58', 81, 30, 80, 30, 1, 1, b'0', b'0', 'mperez@gusber.com'),
(1739, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 11:11:18<br><br>[11175]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04989174 -80.48808637\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 11:11:18', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1740, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 11:12:48<br><br>[11176]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.04992253 -80.48811774\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30010]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217111146.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30010_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-17 11:12:48', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1741, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 11:14:49<br><br>[11177]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04992253 -80.48811774\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 11:14:49', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1742, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 11:53:43<br><br>[11178]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498818 -80.4880501\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 11:53:43', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1743, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 11:59:05<br><br>[11179]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498799 -80.4880523\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 11:59:05', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1744, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 12:09:20<br><br>[11180]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498814 -80.488047\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 12:09:20', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1745, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 12:10:23<br><br>[11181]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498809 -80.4880412\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30011]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217120943.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 12:10:23', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1746, 95, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-02-17 13:04:01<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0987654321.jpeg\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=95\">[confirmar]</a></td></tr></table>', '2021-02-17 13:04:01', 95, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1747, 96, 96, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 13:26:49<br><br>[11183]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Daniel Calderon<br>dcaldeldu@hotmail.com</td><td>DOLE Ecuador<br>daniel.calderon@dole.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1731494 -79.9132201\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 13:26:49', 95, 30, 80, 30, 1, 1, b'0', b'0', 'daniel.calderon@dole.com'),
(1748, 95, 95, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-02-17 13:26:02<br><br>[95]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0987654321.jpeg\" width=\"80\" height=\"80\"><br>DOLE Ecuador<br>daniel.calderon@dole.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=95\">[confirmar]</a></td></tr></table>', '2021-02-17 13:26:02', 95, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1749, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 13:29:00<br><br>[11185]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498837 -80.4880375\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 13:29:00', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1750, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 13:29:58<br><br>[11186]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498836 -80.4880475\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30010]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217012919.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30010_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-17 13:29:58', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1751, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 14:19:05<br><br>[11187]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498851 -80.4880364\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 14:19:05', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1752, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 14:31:50<br><br>[11188]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498837 -80.4880397\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 14:31:50', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1753, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 14:33:15<br><br>[11189]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498849 -80.4880362\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217023238.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30001_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-17 14:33:15', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1754, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 14:44:38<br><br>[11190]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498829 -80.488042\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 14:44:38', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1755, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 14:45:35<br><br>[11191]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.04985896 -80.48807425\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217024453.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 14:45:35', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1756, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 15:56:46<br><br>[11192]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.049519 -80.4867035\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 15:56:46', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1757, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 15:55:37<br><br>[11193]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498829 -80.488042\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30010]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217035509.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 15:55:37', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1758, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:17:09<br><br>[11194]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.049519 -80.4867035\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 16:17:09', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1759, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:18:12<br><br>[11195]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989886 -79.9163225\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 16:18:12', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1760, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:19:45<br><br>[11196]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498842 -80.48804\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 16:19:45', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1761, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:21:07<br><br>[11197]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09899369 -79.91631306\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [NA2135A]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217041957.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 16:21:07', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1762, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:21:44<br><br>[11198]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09896128 -79.91637453\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [NB7871C]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217042123.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 16:21:44', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1763, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:22:11<br><br>[11199]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09898862 -79.91634562\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [C0731A1]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217042151.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 16:22:11', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1764, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:22:31<br><br>[11200]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09899908 -79.91632605\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [S178308]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217042217.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 16:22:31', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1765, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:22:55<br><br>[11201]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989994 -79.91632521\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [D00005]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217042237.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 16:22:55', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1766, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:26:38<br><br>[11203]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.09903762 -79.91627468\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [S178310]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217042516.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_S178310_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_S178310_F2.jpg\" target=\"_blank\">[Foto 2]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_S178310_F3.jpg\" target=\"_blank\">[Foto 3]</a></b></td></tr></table>', '2021-02-17 16:26:38', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1767, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:28:45<br><br>[11204]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498844 -80.4880359\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 16:28:45', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1768, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:30:16<br><br>[11205]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S178308]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09903762 -79.91627468\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217042850.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 16:30:16', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1769, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:30:54<br><br>[11206]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [D00005]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09907567 -79.91647458\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil 3er Pasaje 33 N-O, 090112,  3er Pasaje 33 N-O]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217043026.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 16:30:54', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1770, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:31:14<br><br>[11207]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NB7871C]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09901507 -79.91634534\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217043057.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 16:31:14', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1771, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:31:56<br><br>[11208]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NA2135A]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09902298 -79.91631635\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217043117.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 16:31:56', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1772, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:32:33<br><br>[11209]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.09902619 -79.91633277\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 16:32:33', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1773, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:32:57<br><br>[11210]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [C0731A1]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09902619 -79.91633277\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217043240.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 16:32:57', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1774, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:33:13<br><br>[11211]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NA2135A]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098999 -79.9163214\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217043257.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 16:33:13', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1775, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:33:43<br><br>[11212]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NB7871C]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09902498 -79.91632861\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217043315.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 16:33:43', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1776, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:33:58<br><br>[11213]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [D00005]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09902492 -79.91632861\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217043344.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 16:33:58', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1777, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:34:11<br><br>[11214]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S178308]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0990217 -79.9163307\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217043400.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 16:34:11', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1778, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:34:23<br><br>[11215]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [NG12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (5 de 5)]<br></b></td></tr></table>', '2021-02-17 16:34:23', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1779, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:35:31<br><br>[11216]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S178308]<br>Obs: [CONTENEDOR CON HUMEDAD\n\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.09902363 -79.91633225\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210217043400.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 16:35:31', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1780, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:39:49<br><br>[11217]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04987722 -80.48819714\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 16:39:49', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1781, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:41:21<br><br>[11218]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498805 -80.4880423\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 16:41:21', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1782, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:52:22<br><br>[11219]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04992684 -80.48809258\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 16:52:22', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1783, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 16:57:20<br><br>[11220]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.049881 -80.4880473\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 16:57:20', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1784, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 17:01:32<br><br>[11221]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498832 -80.4880375\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30001]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217050025.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30001_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30001_F2.jpg\" target=\"_blank\">[Foto 2]</a></b></td></tr></table>', '2021-02-17 17:01:32', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1785, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 17:14:50<br><br>[11223]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498832 -80.4880375\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 17:14:50', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1786, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 17:15:36<br><br>[11224]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498838 -80.488036\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30002]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217051513.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30002_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-17 17:15:36', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1787, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 17:17:45<br><br>[11225]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30002]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498838 -80.488036\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217051630.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 17:17:45', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1788, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 17:18:16<br><br>[11226]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30002]<br>Obs: [SELLO NO EXISTE N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498838 -80.488036\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217051750.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210217_171813.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 17:18:16', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1789, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 17:21:03<br><br>[11227]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30002]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498809 -80.4880463\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217052019.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 17:21:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1790, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 17:53:42<br><br>[11228]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989939 -79.9163022\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 17:53:42', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1791, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 17:54:22<br><br>[11229]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989934 -79.9163079\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 17:54:22', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1792, 99, 99, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 17:56:13<br><br>[11230]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.098991 -79.9163061\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [S178310]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210217055536.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 17:56:13', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1793, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 18:41:55<br><br>[11231]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498823 -80.4880473\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 18:41:55', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1794, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 18:43:22<br><br>[11232]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30001]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498823 -80.4880473\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217064218.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 18:43:22', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1795, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 18:44:56<br><br>[11233]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30002]<br>Obs: [\n[CLI] GUSBER** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498837 -80.4880562\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217064425.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210217_184454.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 18:44:56', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1796, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 18:50:19<br><br>[11234]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04989613 -80.48805258\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 18:50:19', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1797, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 18:55:56<br><br>[11235]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.049884 -80.4880384\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 18:55:56', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1798, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 18:58:42<br><br>[11236]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30001]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.049884 -80.4880384\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217065617.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 18:58:42', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1799, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:07:45<br><br>[11237]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498839 -80.4880467\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 19:07:45', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1800, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:10:16<br><br>[11238]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30001]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498839 -80.4880467\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217070843.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 19:10:16', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1801, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:11:27<br><br>[11239]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30002]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498799 -80.4880419\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217071052.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 19:11:27', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1802, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:11:39<br><br>[11240]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [FEB20210217]<br>Obs: [ERROR: Los sellos ASOCIADOS (6) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-17 19:11:39', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1803, 30, 30, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:12:02<br><br>[11241]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30002]<br>Obs: [ERROR: Los sellos ASOCIADOS (6) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498816 -80.4880485\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217071052.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210217_191154.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 19:12:02', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1804, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:13:51<br><br>[11242]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498836 -80.4880427\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30007]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217071254.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30007_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30007_F2.jpg\" target=\"_blank\">[Foto 2]</a></b></td></tr></table>', '2021-02-17 19:13:51', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1805, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:15:01<br><br>[11243]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.0498828 -80.4880367\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30011]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217071426.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-17 19:15:01', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1806, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:16:22<br><br>[11244]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30011]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498828 -80.4880367\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217071539.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 19:16:22', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1807, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:24:27<br><br>[11245]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498837 -80.4880383\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 19:24:27', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1808, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:25:28<br><br>[11246]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498837 -80.4880383\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217072441.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 19:25:28', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1809, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:29:40<br><br>[11247]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498817 -80.4880521\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217072804.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 19:29:40', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1810, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:57:02<br><br>[11248]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0504089 -80.4880934\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 19:57:02', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1811, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:58:20<br><br>[11249]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0504089 -80.4880934\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217075722.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 19:58:20', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1812, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:59:11<br><br>[11250]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30011]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498824 -80.4880439\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217075826.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 19:59:11', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1813, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 19:59:24<br><br>[11251]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQS20210217]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-17 19:59:24', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1814, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:08:22<br><br>[11252]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498826 -80.488038\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 20:08:22', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1815, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:15:24<br><br>[11253]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498851 -80.4880418\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 20:15:24', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1816, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:19:20<br><br>[11254]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498822 -80.4880397\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 20:19:20', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1817, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:23:39<br><br>[11255]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498808 -80.4880427\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 20:23:39', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1818, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:24:48<br><br>[11256]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30011]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498808 -80.4880427\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217082358.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 20:24:48', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1819, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:25:32<br><br>[11257]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498821 -80.4880473\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217082457.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 20:25:32', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1820, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:25:52<br><br>[11258]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQS20210217]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-17 20:25:52', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1821, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:40:45<br><br>[11259]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498821 -80.4880473\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 20:40:45', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1822, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:42:43<br><br>[11260]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30011]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498821 -80.4880473\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217084107.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 20:42:43', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1823, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:44:00<br><br>[11261]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30001]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A]<br>Cont Asignado vs Revisado: [FEB20210217 vs HQS20210217]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498834 -80.4880336\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217084255.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_WAR_20210217_204357.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 20:44:00', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1824, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:45:39<br><br>[11262]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498834 -80.4880336\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217084449.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 20:45:39', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1825, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 20:45:58<br><br>[11263]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQS20210217]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-17 20:45:58', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1826, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 22:12:01<br><br>[11264]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498802 -80.4880436\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 22:12:01', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1827, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 22:19:45<br><br>[11265]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498802 -80.4880436\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 22:19:45', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1828, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 22:24:35<br><br>[11266]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.05012959 -80.48791317\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 22:24:35', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1829, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 22:27:21<br><br>[11267]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.049882 -80.488046\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 22:27:21', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1830, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 22:39:03<br><br>[11268]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498834 -80.4880354\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 22:39:03', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1831, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 22:43:30<br><br>[11269]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498838 -80.4880362\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 22:43:30', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1832, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 22:47:44<br><br>[11270]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498842 -80.4880543\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 22:47:44', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1833, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 22:56:15<br><br>[11271]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498843 -80.4880357\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 22:56:15', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1834, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 23:04:13<br><br>[11272]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498836 -80.4880378\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 23:04:13', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1835, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 23:07:13<br><br>[11273]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498835 -80.4880359\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 23:07:13', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1836, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 23:16:17<br><br>[11274]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498843 -80.4880357\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 23:16:17', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1837, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 23:29:36<br><br>[11275]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498809 -80.4880455\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 23:29:36', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1838, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 23:37:01<br><br>[11276]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.049885 -80.4880365\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 23:37:01', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1839, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 23:48:57<br><br>[11277]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498846 -80.4880381\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 23:48:57', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1840, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 23:54:20<br><br>[11278]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498809 -80.4880489\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-17 23:54:20', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1841, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 23:56:10<br><br>[11279]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498809 -80.4880489\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217115510.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 23:56:10', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1842, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 23:56:43<br><br>[11280]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30011]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04985234 -80.48812838\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210217115615.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-17 23:56:43', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1843, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-17 23:56:55<br><br>[11281]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQS20210217]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-17 23:56:55', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1844, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 00:10:05<br><br>[11282]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498838 -80.4880395\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-18 00:10:05', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1845, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 00:13:19<br><br>[11283]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498848 -80.4880362\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-18 00:13:19', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1846, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 00:15:08<br><br>[11284]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30007]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498848 -80.4880362\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210218121422.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-18 00:15:08', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1847, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 00:15:36<br><br>[11285]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30011]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498804 -80.4880434\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210218121513.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-18 00:15:36', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1848, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 00:15:49<br><br>[11286]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQS20210217]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-18 00:15:49', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1849, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 00:23:51<br><br>[11287]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04981882 -80.48806836\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-18 00:23:51', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1850, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 00:40:07<br><br>[11288]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498261 -80.4879718\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-18 00:40:07', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1851, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 07:25:04<br><br>[11289]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498834 -80.4880522\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-18 07:25:04', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1852, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 07:59:30<br><br>[11290]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.04987313 -80.48796583\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-18 07:59:30', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1853, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 08:29:15<br><br>[11291]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989945 -79.9163146\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-18 08:29:15', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1854, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 08:30:19<br><br>[11292]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989911 -79.9163213\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [S178308]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210218082952.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-18 08:30:19', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1855, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 08:31:25<br><br>[11293]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S178308]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A]<br>Cont Asignado vs Revisado: [NC-S178308 vs NC-S17830]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989911 -79.9163213\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210218083043.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210218_083122.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-18 08:31:25', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1856, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 08:31:44<br><br>[11294]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [NC-S178308]<br>Obs: [ERROR: Los sellos ASOCIADOS (1) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-02-18 08:31:44', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1857, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 08:33:40<br><br>[11295]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S178308]<br>Obs: [ERROR: Los sellos ASOCIADOS (1) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989906 -79.9163031\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210218083043.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210218_083337.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-18 08:33:40', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1858, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 08:34:33<br><br>[11296]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S178308]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989906 -79.9163031\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210218083359.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-18 08:34:33', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1859, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 08:34:43<br><br>[11297]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [NC-S178308]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (1 de 1)]<br></b></td></tr></table>', '2021-02-18 08:34:43', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1860, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-18 16:23:19<br><br>[11302]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989964 -79.9163254\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-18 16:23:19', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1861, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 09:08:35<br><br>[11308]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0996763 -79.9152473\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-19 09:08:35', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1862, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 09:10:39<br><br>[11309]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0996763 -79.9152473\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-19 09:10:39', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1863, 86, 86, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 09:34:36<br><br>[11310]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989982 -79.9163169\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10024]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210219093312.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-19 09:34:36', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1864, 86, 86, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 09:34:36<br><br>[11311]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989982 -79.9163169\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10024]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210219093312.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-19 09:34:36', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1865, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 09:37:55<br><br>[11312]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989895 -79.9163163\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-19 09:37:55', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1866, 86, 86, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 09:39:21<br><br>[11313]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989961 -79.9163145\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE10024]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210219093854.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-19 09:39:21', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1867, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 10:05:54<br><br>[11315]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498748 -80.4880572\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-19 10:05:54', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1868, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 10:08:20<br><br>[11316]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE10024]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.0498748 -80.4880572\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210219100620.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-19 10:08:20', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1869, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 10:09:02<br><br>[11317]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [SUD252627]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (1 de 1)]<br></b></td></tr></table>', '2021-02-19 10:09:02', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1870, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:20:01<br><br>[11318]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989951 -79.9163185\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-19 11:20:01', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1871, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:21:42<br><br>[11319]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0990047 -79.9163205\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [NA2134A]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210219112030.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_NA2134A_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-02-19 11:21:42', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1872, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:22:20<br><br>[11320]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0990013 -79.9163187\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [CA1871M]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210219112155.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-19 11:22:20', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1873, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:22:44<br><br>[11321]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0990066 -79.9163148\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [S178426]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210219112230.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-19 11:22:44', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1874, 99, 99, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:23:50<br><br>[11322]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0990026 -79.9163223\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-19 11:23:50', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1875, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:26:50<br><br>[11323]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S178426]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0990026 -79.9163223\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210219112554.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-19 11:26:50', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1876, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:27:43<br><br>[11324]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [CA1871M]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989917 -79.9163301\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210219112702.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-19 11:27:43', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1877, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:28:32<br><br>[11325]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NA2134A]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098999 -79.9163171\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210219112745.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-19 11:28:32', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1878, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:28:48<br><br>[11326]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [MC12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-19 11:28:48', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1879, 99, 99, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:30:09<br><br>[11327]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NA2134A]<br>Obs: [SELLO DE OTRO COLOR\n\n[CLI] Pruebas General** [OBS] Inicio]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098999 -79.9163171\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210219112745.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-19 11:30:09', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1880, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:35:52<br><br>[11329]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [S178426]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A]<br>Cont Asignado vs Revisado: [MC12345 vs MC1234]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098999 -79.9163171\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_20210219113523.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/99_WAR_20210219_113549.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-19 11:35:52', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1881, 99, 99, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:36:26<br><br>[11330]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Antonio Inspector<br>jetutito@gmail.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [MC12345]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (3 de 3)]<br></b></td></tr></table>', '2021-02-19 11:36:26', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1882, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:47:44<br><br>[11331]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498802 -80.4880432\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-19 11:47:44', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1883, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-19 11:56:32<br><br>[11332]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.049882 -80.4880477\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-19 11:56:32', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1884, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-22 12:50:40<br><br>[11336]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498051 -80.4879377\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-22 12:50:40', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1885, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-22 13:06:14<br><br>[11337]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498931 -80.4880478\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-22 13:06:14', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1886, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-22 13:07:06<br><br>[11338]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-1.0498931 -80.4880478\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-22 13:07:06', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1887, 30, 30, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-22 13:09:02<br><br>[11339]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-1.04997228 -80.48807029\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [MUE30011]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210222010721.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30011_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_MUE30011_F2.jpg\" target=\"_blank\">[Foto 2]</a></b></td></tr></table>', '2021-02-22 13:09:02', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1888, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-22 13:11:23<br><br>[11340]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [MUE30011]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-1.04997228 -80.48807029\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/30_20210222011019.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-22 13:11:23', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1889, 30, 30, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-22 13:11:42<br><br>[11341]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [HQS20210222]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (1 de 1)]<br></b></td></tr></table>', '2021-02-22 13:11:42', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1890, 87, 87, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-23 08:46:00<br><br>[11344]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989729 -79.9163143\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-23 08:46:00', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1891, 87, 87, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-23 08:48:54<br><br>[11345]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989729 -79.9163143\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [NA1C03968]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210223084803.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-23 08:48:54', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1892, 87, 87, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-23 08:50:31<br><br>[11346]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989729 -79.9163143\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [N1G22721]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210223084900.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-23 08:50:31', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1893, 87, 87, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-23 08:50:32<br><br>[11347]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989729 -79.9163143\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [N1G22721]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210223084900.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-02-23 08:50:32', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1894, 87, 87, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-23 08:51:38<br><br>[11348]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [NA1C03968]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989729 -79.9163143\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210223085050.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-23 08:51:38', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1895, 87, 87, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-23 08:52:48<br><br>[11350]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [N1G22721]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989729 -79.9163143\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/87_20210223085142.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-02-23 08:52:48', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1896, 87, 87, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-23 08:53:00<br><br>[11351]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [kp2418]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (2 de 2)]<br></b></td></tr></table>', '2021-02-23 08:53:00', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1897, 30, 30, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-23 09:25:13<br><br>[11352]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se han registrado [1] codigos nuevos en el sistema de tipo [S] con la carga del archivo [PlantillaCargaCodigosGUSBER.xlsx] para el cliente [63]</b></td></tr></table>', '2021-02-23 09:25:13', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1898, 87, 87, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-23 10:53:47<br><br>[11360]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Karla Paredes Alcivar<br>kparedes@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.2275285 -79.6353048\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-23 10:53:47', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1899, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 12:06:33<br><br>[11364]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=35 name=EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador nombreContacto=Luis Quirola Frank mailNotificaCliente</b></td></tr></table>', '2021-02-24 12:06:33', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1900, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 12:08:55<br><br>[11365]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=35 name=EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador nombreContacto=Luis Quirola Frank mailNotificaCliente</b></td></tr></table>', '2021-02-24 12:08:55', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1901, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 12:09:14<br><br>[11366]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=35 name=EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador nombreContacto=Luis Quirola Frank mailNotificaCliente</b></td></tr></table>', '2021-02-24 12:09:14', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1902, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 12:43:58<br><br>[11369]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td><br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=57 name=Eddy Siel Cruz-Valverde email=ojimenezperez9173@gmail.com idrol=2 cedula=1301883234 foto=1301883234.png firma=1301883234SIGN.png telefono=5936545789 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1</b></td></tr></table>', '2021-02-24 12:43:58', 35, 30, 80, 30, 1, 1, b'0', b'0', 'allysonquirolap@gmail.com'),
(1903, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 12:46:34<br><br>[11370]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=35 name=EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador nombreContacto=Luis Quirola Frank mailNotificaCliente</b></td></tr></table>', '2021-02-24 12:46:34', 35, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1904, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 12:46:51<br><br>[11371]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=35 name=EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador nombreContacto=Luis E. Quirola Frank mailNotificaClie</b></td></tr></table>', '2021-02-24 12:46:51', 35, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1905, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 12:47:05<br><br>[11372]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=57 name=Eddy Siel Cruz-Valverde email=ojimenezperez9173@gmail.com idrol=2 cedula=1301883234 foto=1301883234.png firma=1301883234SIGN.png telefono=5936545789 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1</b></td></tr></table>', '2021-02-24 12:47:05', 35, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1906, 101, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-02-24 12:54:01<br><br>[101]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Prueba Cantidad<br>ventas@grupohqs.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=101\">[confirmar]</a></td></tr></table>', '2021-02-24 12:54:01', 101, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1907, 35, 35, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 12:53:10<br><br>[11375]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Prueba Cantidad cedula=0712345678 email=ventas@grupohqs.com telefono=0925878451 direccion=fsdfasdfd otd=1253102402 idrol=2 idSupervisor=35 id=101 </b></td></tr></table>', '2021-02-24 12:53:10', 35, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1908, 35, 35, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 12:56:24<br><br>[11376]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=101 name=Prueba Cantidad email=ventas@grupohqs.com idrol=2 cedula=0712345678 foto=default-user.png telefono=0925878451 direccion=fsdfasdfd estado=1 etapaCuenta=2 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=</b></td></tr></table>', '2021-02-24 12:56:24', 35, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1909, 35, 35, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 13:05:43<br><br>[11377]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=prueba creacion usuarios cedula=KJH123456789 email=ventas@grupohqs.com telefono=1234567892 direccion=dfasdf otd=1305432402 idrol=2 idSupervisor=35 id=102 </b></td></tr></table>', '2021-02-24 13:05:43', 35, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1910, 35, 35, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 13:05:57<br><br>[11378]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=102 name=prueba creacion usuarios email=ventas@grupohqs.com idrol=2 cedula=KJH123456789 foto=default-user.png telefono=1234567892 direccion=dfasdf estado=1 etapaCuenta=1 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaI</b></td></tr></table>', '2021-02-24 13:05:57', 35, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1911, 103, 35, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-02-24 13:17:01<br><br>[103]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Prueba de tope de usuario<br>ventas@grupohqs.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=103\">[confirmar]</a></td></tr></table>', '2021-02-24 13:17:01', 103, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1912, 35, 35, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 13:16:48<br><br>[11379]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Prueba de tope de usuario cedula=KGJG598 email=ventas@grupohqs.com telefono=095877845 direccion=fdfasdaf otd=1316482402 idrol=2 idSupervisor=35 id=103 </b></td></tr></table>', '2021-02-24 13:16:48', 35, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1913, 35, 35, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 13:17:31<br><br>[11380]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=103 name=Prueba de tope de usuario email=ventas@grupohqs.com idrol=2 cedula=KGJG598 foto=default-user.png telefono=095877845 direccion=fdfasdaf estado=1 etapaCuenta=2 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInfo</b></td></tr></table>', '2021-02-24 13:17:31', 35, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1914, 35, 35, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 13:18:26<br><br>[11381]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0999999910.jpeg\" width=\"80\" height=\"80\"><br>EXPORTMANTA<br>allysonquirolap@gmail.com</td><td>EXPORTMANTA<br>allysonquirolap@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=57 name=Eddy Siel Cruz-Valverde email=ojimenezperez9173@gmail.com idrol=2 cedula=1301883234 foto=1301883234.png firma=1301883234SIGN.png telefono=5936545789 estado=1 etapaCuenta=4 idSupervisor=35 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1</b></td></tr></table>', '2021-02-24 13:18:26', 35, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1915, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 13:19:10<br><br>[11386]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=35 name=EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador nombreContacto=Luis E. Quirola Frank mailNotificaClie</b></td></tr></table>', '2021-02-24 13:19:10', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1916, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 13:19:17<br><br>[11387]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=84 name=Aldrin Bravo Reyes email=abravo@gusber.com idrol=3 cedula=0925644776 foto=default-user.png telefono=+593980770255 direccion=Bastion Popular bloque 5, Guayas, Ecuador estado=1 etapaCuenta=4 idSupervisor=100 plan=pbasico pendientepago=N CampoAdic</b></td></tr></table>', '2021-02-24 13:19:17', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1917, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-24 13:19:29<br><br>[11388]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=81 name=Mayckell Pérez email=mperez@gusber.com idrol=4 cedula=0912345679 foto=0912345679.jpeg firma=0912345679SIGN.png telefono=+593962615954 direccion=Samanes 1 Mz 128 Villa 109 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoA</b></td></tr></table>', '2021-02-24 13:19:29', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1918, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-28 14:53:09<br><br>[11389]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/No GPS\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-28 14:53:09', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1919, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-02-28 21:25:30<br><br>[11390]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0878872 -79.9153631\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-02-28 21:25:30', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1920, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-01 16:35:22<br><br>[11394]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1146318 -79.9023245\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-01 16:35:22', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1921, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-01 18:20:56<br><br>[11395]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145765 -79.9023033\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-01 18:20:56', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1922, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-01 18:22:36<br><br>[11396]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145765 -79.9023033\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-01 18:22:36', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1923, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-03-01 18:24:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-03-01 18:24:02', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1924, 30, 30, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-03-01 18:26:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> lquirolafrank@hotmail.com<br><b>CLAVE:</b> 1309997813</td></tr></table>', '2021-03-01 18:26:01', 30, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1925, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 12:48:49<br><br>[11398]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989848 -79.9163055\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-02 12:48:49', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1926, 86, 86, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 12:53:58<br><br>[11399]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989819 -79.9163085\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862105359185]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210302125214.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_7862105359185_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_7862105359185_F2.jpg\" target=\"_blank\">[Foto 2]</a></b></td></tr></table>', '2021-03-02 12:53:58', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1927, 86, 86, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 12:54:02<br><br>[11400]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989819 -79.9163085\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862105359185]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210302125214.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_7862105359185_F1.jpg\" target=\"_blank\">[Foto 1]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_7862105359185_F2.jpg\" target=\"_blank\">[Foto 2]</a></b></td></tr></table>', '2021-03-02 12:54:02', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1928, 86, 86, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 12:55:13<br><br>[11401]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.098978 -79.9163164\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [2017]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210302125419.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-03-02 12:55:13', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1929, 86, 86, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 12:59:43<br><br>[11402]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7862105359185]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.098978 -79.9163164\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210302125722.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-03-02 12:59:43', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1930, 86, 86, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 12:59:59<br><br>[11403]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [kufer001]<br>Obs: [ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-03-02 12:59:59', 100, 30, 80, 30, 1, 3, b'0', b'0', 'ventas1@gusber.com'),
(1931, 86, 86, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 13:00:08<br><br>[11404]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7862105359185]<br>Obs: [ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Comerciales** [OBS] Cerrado de contenedor ]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989755 -79.9163071\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_20210302125722.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/86_WAR_20210302_130006.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-03-02 13:00:08', 100, 30, 80, 30, 1, 3, b'0', b'0', 'ventas1@gusber.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1932, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 13:36:39<br><br>[11405]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989755 -79.9163071\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-02 13:36:39', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1933, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 16:23:22<br><br>[11406]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989866 -79.9163626\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-02 16:23:22', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1934, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 16:25:31<br><br>[11407]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989935 -79.9163613\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-02 16:25:31', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1935, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 16:26:31<br><br>[11408]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0989898 -79.9163881\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862109438411]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210302042551.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-03-02 16:26:31', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1936, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 16:28:05<br><br>[11409]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7862109438411]<br>Obs: [[VERIFICACION OK]\n]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0989898 -79.9163881\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210302042706.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-03-02 16:28:05', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1937, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 16:28:18<br><br>[11410]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>VERIFICACION del CONTENEDOR: [NC-7862109438411]<br>Obs: [OK: La cantidad de Sellos VERIFICADOS es CORRECTA (1 de 1)]<br></b></td></tr></table>', '2021-03-02 16:28:18', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1938, 30, 30, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 17:43:06<br><br>[11411]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.1145375 -79.9022606\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-02 17:43:06', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1939, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 18:54:36<br><br>[11418]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=84 name=Aldrin Bravo Reyes email=abravo@gusber.com idrol=3 cedula=0925644776 foto=default-user.png telefono=+593980770255 direccion=Bastion Popular bloque 5, Guayas, Ecuador estado=1 etapaCuenta=4 idSupervisor=100 plan=pbasico pendientepago=N CampoAdic</b></td></tr></table>', '2021-03-02 18:54:36', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1940, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 18:55:37<br><br>[11419]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=4 plan=pplus pendientepa</b></td></tr></table>', '2021-03-02 18:55:37', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1941, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 18:59:15<br><br>[11422]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=84 name=Aldrin Bravo Reyes email=abravo@gusber.com idrol=3 cedula=0925644776 foto=default-user.png telefono=+593980770255 direccion=Bastion Popular bloque 5, Guayas, Ecuador estado=1 etapaCuenta=4 idSupervisor=100 plan=pbasico pendientepago=N CampoAdic</b></td></tr></table>', '2021-03-02 18:59:15', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1942, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:12:27<br><br>[11424]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0519804 -79.9311634\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-02 19:12:27', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1943, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:14:28<br><br>[11427]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.051977 -79.931169\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [7862102712099]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210302071250.jpg\" target=\"_blank\">[Foto Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_7862102712099_F1.jpg\" target=\"_blank\">[Foto 1]</a></b></td></tr></table>', '2021-03-02 19:14:28', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1944, 98, 98, 0, 'I', 'LECTURA :: SCAN SELLO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:15:14<br><br>[11428]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.0519783 -79.9311634\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [http://QRly.me/insertos-fpc/qr]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210302071446.jpg\" target=\"_blank\">[Foto Sello]</a></b></td></tr></table>', '2021-03-02 19:15:14', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1945, 98, 98, 0, 'I', 'VERIFICACION :: WARNING APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:16:21<br><br>[11429]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [http://QRly.me/insertos-fpc/qr]<br>Obs: [ ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A]<br>Cont Asignado vs Revisado: [LR12345 vs LR1234]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0519783 -79.9311634\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, CantÃ³n Daule, La Aurora,  Flor AlarcÃ³n, ,  Flor AlarcÃ³n]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210302071538.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210302_191618.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-03-02 19:16:21', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1946, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:18:40<br><br>[11432]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el CONTENEDOR: [LR12345]<br>Obs: [ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA]<br></b></td></tr></table>', '2021-03-02 19:18:40', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1947, 98, 98, 0, 'U', 'VERIFICACION :: NOVEDAD SELLOS', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:18:53<br><br>[11433]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>NOVEDAD con el sello: [7862102712099]<br>Obs: [ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A]<br>Ubicaci&oacute;n: <a href=\"https://www.google.com/maps/place/-2.0519738 -79.931171\" target=\"_blank\">[ver mapa]</a><br>Direcci&oacute;n: [Ecuador, Guayas, CantÃ³n Daule, La Aurora,  Flor AlarcÃ³n, ,  Flor AlarcÃ³n]<br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_20210302071729.jpg\" target=\"_blank\">[Captura de Sello]</a><br><a href=\"https://qps.ec/EIR/api/../storage/images/scanner/98_WAR_20210302_191850.jpg\" target=\"_blank\">[Captura de Pantalla]</a></b></td></tr></table>', '2021-03-02 19:18:53', 88, 30, 80, 30, 1, 3, b'0', b'0', 'sistemas@gusber.com'),
(1948, 30, 30, 0, 'U', 'PERMISOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:21:01<br><br>[11434]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=47 permiso_id=14 user_id=47 </b></td></tr></table>', '2021-03-02 19:21:01', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1949, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:21:15<br><br>[11435]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>user_id=47 permiso_id=14 id=48 </b></td></tr></table>', '2021-03-02 19:21:15', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1950, 30, 30, 0, 'U', 'PERMISOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:21:38<br><br>[11436]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=48 permiso_id=14 user_id=47 </b></td></tr></table>', '2021-03-02 19:21:38', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1951, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:21:57<br><br>[11437]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>user_id=47 permiso_id=14 id=49 </b></td></tr></table>', '2021-03-02 19:21:57', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1952, 30, 30, 0, 'U', 'PERMISOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-02 19:22:09<br><br>[11438]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=49 permiso_id=14 user_id=47 </b></td></tr></table>', '2021-03-02 19:22:09', 30, 30, 80, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1953, 98, 98, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-03 11:16:24<br><br>[11442]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Operador<br>jlavayen@outlook.com</td><td>Pruebas General<br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-2.0989815 -79.9163511\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-03 11:16:24', 88, 30, 80, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1954, 80, 80, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-03-03 13:23:02<br><br>[80]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=80\">[confirmar]</a></td></tr></table>', '2021-03-03 13:23:02', 80, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1955, 80, 80, 0, 'I', 'TUS CREDENCIALES :: NUEVA CUENTA', 'Credenciales para ingresar al sistema:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credenciales</th></tr><tr><td>2021-03-03 13:32:01<br><br>[80]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/0912345678.png\" width=\"80\" height=\"80\"><br>Jesús Lavayen Andrade<br>jlavayen@gusber.com</td><td align=\"center\">Estas son tus credenciales:<br><b>USUARIO:</b> jlavayen@gusber.com<br><b>CLAVE:</b> jetutito2010</td></tr></table>', '2021-03-03 13:32:01', 80, 30, 80, 30, 1, 1, b'0', b'0', NULL),
(1956, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-04 10:28:45<br><br>[11445]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-3.2460823 -79.8318673\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-04 10:28:45', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1957, 86, 86, 0, 'I', 'LOGIN :: ACCESO APP', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-04 11:14:59<br><br>[11446]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jesus Macias Malave<br>jmacias@gusber.com</td><td>Comerciales<br>ventas1@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Acceso registrado desde la siguiente ubicaci&oacute;n:<br><a href=\"https://www.google.com/maps/place/-3.2460782 -79.8318639\" target=\"_blank\">[ver mapa]</a></b></td></tr></table>', '2021-03-04 11:14:59', 100, 30, 80, 30, 1, 1, b'0', b'0', 'ventas1@gusber.com'),
(1958, 88, 88, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-24 10:26:08<br><br>[11449]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Pruebas General<br>sistemas@gusber.com</td><td><br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se han registrado [3] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER (1).xlsx] para el cliente [88]</b></td></tr></table>', '2021-03-24 10:26:08', 88, 30, 30, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1959, 88, 88, 0, 'I', 'CARGACODIGOS :: ALMACEN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-24 10:33:20<br><br>[11452]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Pruebas General<br>sistemas@gusber.com</td><td><br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se han registrado [3] codigos nuevos en el sistema de tipo [E] con la carga del archivo [PlantillaCargaCodigosGUSBER (1).xlsx] para el cliente [88]</b></td></tr></table>', '2021-03-24 10:33:20', 88, 30, 30, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1960, 88, 88, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-24 13:32:04<br><br>[11455]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Pruebas General<br>sistemas@gusber.com</td><td><br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>El codigo [10712] ahora posee estado [P]</b></td></tr></table>', '2021-03-24 13:32:04', 88, 30, 30, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1961, 88, 88, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-03-24 14:38:08<br><br>[11456]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Pruebas General<br>sistemas@gusber.com</td><td><br>sistemas@gusber.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>El codigo [10712] ahora posee estado [P]</b></td></tr></table>', '2021-03-24 14:38:08', 88, 30, 30, 30, 1, 1, b'0', b'0', 'sistemas@gusber.com'),
(1962, 30, 30, 0, 'I', 'CAMBIO ESTADO :: CODIGO', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-13 10:18:56<br><br>[11469]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>El codigo [10585] ahora posee estado [P]</b></td></tr></table>', '2021-04-13 10:18:56', 30, 30, 80, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1963, 30, 30, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-20 11:35:54<br><br>[17]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=71 name=NOBOA GRUPO email=otro@grupohqs.com idrol=1 cedula=0719997813 foto=0719997813.jpeg firma=0719997813SIGN.jpeg telefono=044875932 maxUsuarios=10 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 ot</b></td></tr></table>', '2021-04-20 11:35:54', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1964, 30, 30, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-20 11:41:24<br><br>[18]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=63 name=QUIROLA-ENTERPRISES email=quirolaenterprises@gmail.com idrol=1 cedula=1709997810 foto=1709997810.png firma=1709997810SIGN.png telefono=1234 maxUsuarios=10 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaI</b></td></tr></table>', '2021-04-20 11:41:24', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1965, 30, 30, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-20 11:41:32<br><br>[19]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=35 name=EXPORTMANTA email=allysonquirolap@gmail.com idrol=1 cedula=0999999910 foto=0999999910.jpeg firma=0999999910SIGN.png telefono=0990254434 direccion=Calle 13 Avenida 23, Manta, Manabí, Ecuador nombreContacto=Luis E. Quirola Frank mailNotificaClie</b></td></tr></table>', '2021-04-20 11:41:32', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1966, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-04-20 12:11:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SEALCHECK/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-04-20 12:11:02', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1967, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-04-20 12:12:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SEALCHECK/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-04-20 12:12:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1968, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-04-20 12:18:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SEALCHECK/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-04-20 12:18:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1969, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-04-20 12:22:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SEALCHECK/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-04-20 12:22:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1970, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-04-20 12:37:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SEALCHECK/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-04-20 12:37:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1971, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-04-20 12:42:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/SEALCHECK/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-04-20 12:42:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1972, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Su cuenta ha sido creada en el sistema.<br>Por favor confirme su correo y recibir&aacute; un mail con sus credenciales.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Confirmar</th></tr><tr><td>2021-04-20 12:55:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-04-20 12:55:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1973, 30, 30, 0, 'I', 'CONFIRMAR CORREO :: NUEVA CUENTA', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-04-20 13:01:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Por favor confirme su correo en el siguiente link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-04-20 13:01:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1974, 30, 30, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-04-20 13:17:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-04-20 13:17:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1975, 30, 30, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Cuenta</th><th>Credentials</th></tr><tr><td>2021-04-20 13:19:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> lquirolafrank@hotmail.com<br><b>PASSWORD:</b> 1309997813</td></tr></table>', '2021-04-20 13:19:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1976, 104, 104, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-04-20 23:04:01<br><br>[104]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/2000000002.png\" width=\"80\" height=\"80\"><br>EIR - Elite Intriago Realty<br>lquirolafrank@grupohqs.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=104\">[confirmar]</a></td></tr></table>', '2021-04-20 23:04:01', 104, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1977, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-20 23:03:45<br><br>[32]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=EIR - Elite Intriago Realty cedula=2000000002 email=lquirolafrank@grupohqs.com telefono=1-908-355-7400 direccion=NY, USA otd=2303452004 idrol=1 foto=2000000002.png id=104 </b></td></tr></table>', '2021-04-20 23:03:45', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1978, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-20 23:12:56<br><br>[33]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=EIR - Elite Intriago Realty email=lquirolafrank@grupohqs.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=1-908-355-7400 direccion=NY, USA nombreContacto=Anna EIR mailNotificaCliente=lquirolafrank@grupohqs.com maxUsuarios=1000 estad</b></td></tr></table>', '2021-04-20 23:12:56', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1979, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-20 23:18:54<br><br>[34]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=EIR - Elite Intriago Realty email=lquirolafrank@grupohqs.com idrol=1 cedula=2000000002 foto=2000000002.png telefono=1-908-355-7400 direccion=NY, USA nombreContacto=Anna EIR mailNotificaCliente=lquirolafrank@grupohqs.com maxUsuarios=1000 estado</b></td></tr></table>', '2021-04-20 23:18:54', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1980, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-20 23:20:19<br><br>[35]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=EIR - Elite Intriago Realty email=lquirolafrank@grupohqs.com idrol=1 cedula=2000000002 foto=2000000002.png telefono=1-908-355-7400 direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Anna EIR mailNotificaCliente=lquirolafrank@grupoh</b></td></tr></table>', '2021-04-20 23:20:19', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1981, 104, 104, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-04-20 23:23:01<br><br>[104]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/2000000002.png\" width=\"80\" height=\"80\"><br>EIR - Elite Intriago Realty<br>lquirolafrank@grupohqs.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=104\">[confirmar]</a></td></tr></table>', '2021-04-20 23:23:01', 104, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1982, 104, 104, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-04-20 23:28:01<br><br>[104]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/2000000002.png\" width=\"80\" height=\"80\"><br>EIR - Elite Intriago Realty<br>lquirolafrank@grupohqs.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> lquirolafrank@grupohqs.com<br><b>PASSWORD:</b> 2303452004</td></tr></table>', '2021-04-20 23:28:01', 104, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1983, 104, 104, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-20 23:54:51<br><br>[43]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/2000000002.png\" width=\"80\" height=\"80\"><br>EIR - Elite Intriago Realty<br>lquirolafrank@grupohqs.com</td><td>EIR - Elite Intriago Realty<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=EIR - Elite Intriago Realty email=lquirolafrank@grupohqs.com idrol=1 cedula=2000000002 foto=2000000002.png telefono=1-908-355-7400 direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Anna EIR mailNotificaCliente=lquirolafrank@grupoh</b></td></tr></table>', '2021-04-20 23:54:51', 104, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@grupohqs.com'),
(1984, 104, 104, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 00:13:57<br><br>[46]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/2000000002.jpeg\" width=\"80\" height=\"80\"><br>Jeffrey Brookman<br>lquirolafrank@grupohqs.com</td><td>Jeffrey Brookman<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=lquirolafrank@grupohqs.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=1-908-355-7400 direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=lquirolafrank@grupohqs</b></td></tr></table>', '2021-04-21 00:13:57', 104, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@grupohqs.com'),
(1985, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 00:16:41<br><br>[49]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Wanda Madera cedula=3000000003 email=lquirolafrank1980@gmail.com telefono=+593 999999999 direccion=NY, USA otd=0016402104 idrol=1 foto=3000000003.jpeg id=105 </b></td></tr></table>', '2021-04-21 00:16:41', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1986, 105, 105, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-04-21 00:17:01<br><br>[105]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/3000000003.jpeg\" width=\"80\" height=\"80\"><br>Wanda Madera<br>lquirolafrank1980@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=105\">[confirmar]</a></td></tr></table>', '2021-04-21 00:17:01', 105, 30, 30, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(1987, 105, 105, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-04-21 00:19:02<br><br>[105]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/3000000003.jpeg\" width=\"80\" height=\"80\"><br>Wanda Madera<br>lquirolafrank1980@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> lquirolafrank1980@gmail.com<br><b>PASSWORD:</b> 0016402104</td></tr></table>', '2021-04-21 00:19:02', 105, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1988, 105, 105, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 00:26:35<br><br>[53]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/3000000003.jpeg\" width=\"80\" height=\"80\"><br>Wanda Madera<br>lquirolafrank1980@gmail.com</td><td>Wanda Madera<br>lquirolafrank1980@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=105 name=Wanda Madera email=lquirolafrank1980@gmail.com idrol=1 cedula=3000000003 foto=3000000003.jpeg telefono=+593 999999999 direccion=NY, USA nombreContacto=Wanda Madera mailNotificaCliente=lquirolafrank1980@gmail.com estado=1 etapaCuenta=4 idSuperv</b></td></tr></table>', '2021-04-21 00:26:35', 105, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank1980@gmail.com'),
(1989, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 00:27:46<br><br>[56]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=105 name=Wanda Madera email=lquirolafrank1980@gmail.com idrol=1 cedula=3000000003 foto=3000000003.jpeg telefono=+593 999999999 direccion=NY, USA nombreContacto=Wanda Madera mailNotificaCliente=lquirolafrank1980@gmail.com maxUsuarios=4 estado=1 etapaCue</b></td></tr></table>', '2021-04-21 00:27:46', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1990, 105, 105, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 00:28:35<br><br>[59]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/3000000003.jpeg\" width=\"80\" height=\"80\"><br>Wanda Madera<br>lquirolafrank1980@gmail.com</td><td>Wanda Madera<br>lquirolafrank1980@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=105 name=Wanda Madera email=lquirolafrank1980@gmail.com idrol=1 cedula=3000000003 foto=3000000003.jpeg telefono=+593 999999999 direccion=NY, USA nombreContacto=Wanda Madera mailNotificaCliente=lquirolafrank1980@gmail.com maxUsuarios=4 estado=1 etapaCue</b></td></tr></table>', '2021-04-21 00:28:35', 105, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank1980@gmail.com'),
(1991, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 01:24:50<br><br>[72]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=105 name=Wanda Madera email=lquirolafrank1980@gmail.com idrol=1 cedula=3000000003 foto=3000000003.jpeg telefono=+593 999999999 direccion=NY, USA nombreContacto=Wanda Madera mailNotificaCliente=lquirolafrank1980@gmail.com estado=1 etapaCuenta=4 idSuperv</b></td></tr></table>', '2021-04-21 01:24:50', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1992, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 01:27:02<br><br>[77]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Wilmer Intriago cedula=300000003 email=mpinargoteintriago@hotmail.com telefono=1-908-355-7400 direccion=721 Westfield Ave Elizabeth, NJ 07208 otd=0127022104 idrol=4 foto=300000003.jpeg id=106 </b></td></tr></table>', '2021-04-21 01:27:02', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1993, 106, 106, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-04-21 01:27:02<br><br>[106]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=106\">[confirmar]</a></td></tr></table>', '2021-04-21 01:27:02', 106, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1994, 106, 106, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-04-21 01:29:02<br><br>[106]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> mpinargoteintriago@hotmail.com<br><b>PASSWORD:</b> 0127022104</td></tr></table>', '2021-04-21 01:29:02', 106, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(1995, 106, 106, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 10:15:49<br><br>[82]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=106 name=Wilmer Intriago email=mpinargoteintriago@hotmail.com idrol=4 cedula=300000003 foto=300000003.jpeg telefono=1-908-355-7400 direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAd</b></td></tr></table>', '2021-04-21 10:15:49', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(1996, 106, 106, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 11:09:34<br><br>[86]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=lquirolafrank@grupohqs.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=1-908-355-7400 direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=lquirolafrank@grupohqs</b></td></tr></table>', '2021-04-21 11:09:34', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(1997, 106, 106, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 11:11:39<br><br>[87]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=lquirolafrank@grupohqs.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=1-908-355-7400 direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=lquirolafrank@grupohqs</b></td></tr></table>', '2021-04-21 11:11:39', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(1998, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 12:26:38<br><br>[92]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>rol_id=4 permiso_id=15 id=50 </b></td></tr></table>', '2021-04-21 12:26:38', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(1999, 30, 30, 0, 'I', 'PERMISOS :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-21 12:26:47<br><br>[93]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>rol_id=1 permiso_id=15 id=51 </b></td></tr></table>', '2021-04-21 12:26:47', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2000, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-27 10:55:10<br><br>[142]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+593990254434 direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=4 plan=pplus pendientepa</b></td></tr></table>', '2021-04-27 10:55:10', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2001, 106, 106, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-27 11:27:27<br><br>[143]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=106 name=Wilmer Intriago email=mpinargoteintriago@hotmail.com idrol=4 cedula=300000003 foto=300000003.jpeg telefono=+1 (908) 247-1817-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 C</b></td></tr></table>', '2021-04-27 11:27:27', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2002, 106, 106, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-27 11:27:59<br><br>[144]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=lquirolafrank@grupohqs.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 355-7400-2_ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=lquirolafrank@gr</b></td></tr></table>', '2021-04-27 11:27:59', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2003, 106, 106, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-27 11:28:09<br><br>[145]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=lquirolafrank@grupohqs.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 355-7400-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=lquirolafrank@gr</b></td></tr></table>', '2021-04-27 11:28:09', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2004, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-04-28 19:48:20<br><br>[152]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=3 direccion=Samanes 1 Mz 128 V 109 numeromls=2155587 idestado=2 idtipo=1 descripcion=sdfasedfsd nombrepropietario=Luis Quirola Frank fonopropietario=+0 (593) 990-2544 mailpropietario=lquirolafrank1980@gmail.com instrucciones=xd precio=125000.00 habitac</b></td></tr></table>', '2021-04-28 19:48:20', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2005, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 10:48:26<br><br>[159]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=4 direccion=Samanes 1 Mz 128 V 109 numeromls=2155587 idestado=1 idtipo=1 descripcion=Linda casa. nombrepropietario=Luis Quirola Frank fonopropietario=+9 (593) 990-2544 mailpropietario=lquirolafrank1980@gmail.com instrucciones=dsdasdfdf precio=125000.00</b></td></tr></table>', '2021-05-03 10:48:26', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2006, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 10:54:13<br><br>[160]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=5 direccion=Samanes 1 Mz 128 V 109 numeromls=2155587 idestado=1 idtipo=1 descripcion=fdsfdsf imagen=2155587-2021-05-03.jpg nombrepropietario=Luis Quirola Frank fonopropietario=+9 (593) 990-2544 mailpropietario=lquirolafrank1980@gmail.com instrucciones=</b></td></tr></table>', '2021-05-03 10:54:13', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2007, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:35:35<br><br>[167]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>esta es un aprueba</b></td></tr></table>', '2021-05-03 16:35:35', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2008, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:36:13<br><br>[168]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>6585870</b></td></tr></table>', '2021-05-03 16:36:13', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2009, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:36:53<br><br>[169]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Cdla. Martha De Roldos Mz 605 Sl13 Otro Complemento</b></td></tr></table>', '2021-05-03 16:36:53', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2010, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:39:35<br><br>[170]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se guarda...</b></td></tr></table>', '2021-05-03 16:39:35', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2011, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:42:48<br><br>[171]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Dentro de la UPDATE: Cdla. Martha De Roldos Mz 605 Sl13 Dfadf</b></td></tr></table>', '2021-05-03 16:42:48', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2012, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:42:48<br><br>[172]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se guarda...</b></td></tr></table>', '2021-05-03 16:42:48', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2013, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:44:14<br><br>[173]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>antes del UPDATE: </b></td></tr></table>', '2021-05-03 16:44:14', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2014, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:44:14<br><br>[174]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Dentro de la UPDATE: Cdla. Martha De Roldos Mz 605 Sl13 Otro Dato</b></td></tr></table>', '2021-05-03 16:44:14', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2015, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:44:14<br><br>[175]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se guarda...</b></td></tr></table>', '2021-05-03 16:44:14', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2016, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:52:03<br><br>[176]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Campo que llega como Lising: </b></td></tr></table>', '2021-05-03 16:52:03', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2017, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:52:03<br><br>[177]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>antes del UPDATE: </b></td></tr></table>', '2021-05-03 16:52:03', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2018, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:52:03<br><br>[178]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Dentro de la UPDATE: Cdla. Martha De Roldos Mz 605 Sl13</b></td></tr></table>', '2021-05-03 16:52:03', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2019, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 16:52:03<br><br>[179]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se guarda...</b></td></tr></table>', '2021-05-03 16:52:03', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2020, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 17:04:27<br><br>[180]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Campo que llega como Lising: Cdla. Martha De Roldos Mz 605 Sl13</b></td></tr></table>', '2021-05-03 17:04:27', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2021, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 17:04:27<br><br>[181]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>antes del UPDATE: Cdla. Martha De Roldos Mz 605 Sl13</b></td></tr></table>', '2021-05-03 17:04:27', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2022, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 17:04:27<br><br>[182]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Dentro de la UPDATE: Cdla. Martha De Roldos Mz 605 Sl13 Otro Dato Nuevo</b></td></tr></table>', '2021-05-03 17:04:27', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2023, 30, 30, 0, 'I', 'DEVELOPER :: TRACER', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-03 17:04:27<br><br>[183]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Se guarda...</b></td></tr></table>', '2021-05-03 17:04:27', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2024, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-04 09:18:52<br><br>[185]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=8 direccion=Samanes 1 Mz 128 V 109 numeromls=1254___ idestado=1 idtipo=1 descripcion=nueva casa... propertyimage=1254___-2021-05-04.jpg nombrepropietario=Cesar Enrique Pico Delgado fonopropietario=+0 (996) 646-665_ mailpropietario=cesarpico@gmail.com i</b></td></tr></table>', '2021-05-04 09:18:52', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2025, 30, 30, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-05-10 13:21:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> lquirolafrank@hotmail.com<br><b>PASSWORD:</b> mabeluis2602</td></tr></table>', '2021-05-10 13:21:02', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2026, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 21:27:49<br><br>[220]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=27 idlisting=9 idrealtor=1 title=Appointment start=2021-05-24 10:30:00 end=2021-05-24 11:30:00 </b></td></tr></table>', '2021-05-23 21:27:49', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2027, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 21:28:00<br><br>[221]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=28 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 09:00:00 end=2021-05-26 10:00:00 </b></td></tr></table>', '2021-05-23 21:28:00', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2028, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 21:28:03<br><br>[222]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=25 idlisting=9 idrealtor=1 title=Appointment start=2021-05-25 06:30:00 end=2021-05-25 08:30:00 </b></td></tr></table>', '2021-05-23 21:28:03', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2029, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 21:28:07<br><br>[223]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=23 idlisting=9 idrealtor=1 title=Appointment start=2021-05-24 07:00:00 end=2021-05-24 09:00:00 </b></td></tr></table>', '2021-05-23 21:28:07', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2030, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 21:28:35<br><br>[224]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=32 idlisting=9 idrealtor=1 title=Appointment start=2021-05-24 09:00:00 end=2021-05-24 10:00:00 </b></td></tr></table>', '2021-05-23 21:28:35', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2031, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 21:29:21<br><br>[225]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=33 idlisting=9 idrealtor=1 title=Appointment start=2021-05-24 06:30:00 end=2021-05-24 08:00:00 </b></td></tr></table>', '2021-05-23 21:29:21', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2032, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 21:30:32<br><br>[226]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=35 idlisting=9 idrealtor=1 title=Appointment start=2021-05-25 07:30:00 end=2021-05-25 08:30:00 </b></td></tr></table>', '2021-05-23 21:30:32', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2033, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 21:30:39<br><br>[227]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=34 idlisting=9 idrealtor=1 title=Appointment start=2021-05-28 08:00:00 end=2021-05-28 10:00:00 </b></td></tr></table>', '2021-05-23 21:30:39', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2034, 30, 30, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 21:31:42<br><br>[228]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=36 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 07:30:00 end=2021-05-26 09:00:00 </b></td></tr></table>', '2021-05-23 21:31:42', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2035, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:07:41<br><br>[229]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=37 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 08:00:00 end=2021-05-26 10:00:00 </b></td></tr></table>', '2021-05-23 22:07:41', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2036, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:08:32<br><br>[230]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=38 idlisting=9 idrealtor=1 title=Appointment start=2021-05-24 06:00:00 end=2021-05-24 06:00:00 </b></td></tr></table>', '2021-05-23 22:08:32', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2037, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:08:34<br><br>[231]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=39 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 07:00:00 end=2021-05-26 07:00:00 </b></td></tr></table>', '2021-05-23 22:08:34', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2038, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:09:39<br><br>[232]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=40 idlisting=9 idrealtor=1 title=Appointment start=2021-05-27 08:00:00 end=2021-05-27 08:00:00 </b></td></tr></table>', '2021-05-23 22:09:39', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2039, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:10:19<br><br>[233]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=41 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 08:00:00 end=2021-05-26 08:00:00 </b></td></tr></table>', '2021-05-23 22:10:19', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2040, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:12:08<br><br>[234]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=43 idlisting=9 idrealtor=1 title=Appointment start=2021-05-25 07:00:00 end=2021-05-25 07:00:00 </b></td></tr></table>', '2021-05-23 22:12:08', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2041, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:16:06<br><br>[235]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=44 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 11:00:00 end=2021-05-26 11:00:00 </b></td></tr></table>', '2021-05-23 22:16:06', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2042, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:38:24<br><br>[236]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=47 idlisting=9 idrealtor=1 title=Appointment start=2021-05-27 06:00:00 end=2021-05-27 07:00:00 </b></td></tr></table>', '2021-05-23 22:38:24', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2043, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:38:50<br><br>[237]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=48 idlisting=9 idrealtor=1 title=Appointment start=2021-05-28 08:00:00 end=2021-05-28 09:00:00 </b></td></tr></table>', '2021-05-23 22:38:50', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(2044, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:42:31<br><br>[238]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=46 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 07:00:00 end=2021-05-26 07:00:00 </b></td></tr></table>', '2021-05-23 22:42:31', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2045, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 22:52:34<br><br>[239]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=50 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 06:30:00 end=2021-05-26 08:30:00 </b></td></tr></table>', '2021-05-23 22:52:34', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2046, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 23:04:41<br><br>[240]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=52 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 09:30:00 end=2021-05-26 10:30:00 </b></td></tr></table>', '2021-05-23 23:04:41', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2047, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 23:05:19<br><br>[241]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=53 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 06:30:00 end=2021-05-26 07:30:00 </b></td></tr></table>', '2021-05-23 23:05:19', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2048, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-23 23:11:02<br><br>[242]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=55 idlisting=9 idrealtor=1 title=Appointment start=2021-05-26 08:00:00 end=2021-05-26 09:00:00 </b></td></tr></table>', '2021-05-23 23:11:02', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2049, 107, 107, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-24 00:30:02<br><br>[107]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>vendedor prueba<br>ventas@grupohqs.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=107\">[confirmar]</a></td></tr></table>', '2021-05-24 00:30:02', 107, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2050, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-24 00:29:12<br><br>[244]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=vendedor prueba email=ventas@grupohqs.com telefono=+1 (234) 567-8901-23 otd=0029122405 idrol=2 id=107 </b></td></tr></table>', '2021-05-24 00:29:12', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2051, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-24 11:14:17<br><br>[250]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=54 idlisting=9 idrealtor=105 title=Appointment start=2021-05-29 06:30:00 end=2021-05-29 07:30:00 overlap=true </b></td></tr></table>', '2021-05-24 11:14:17', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2052, 106, 106, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 14:14:14<br><br>[256]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Mabel Pinargote cedula=0000000010 email=mpinargoteintriago@mip.grupohqs.com telefono=+0 (593) 990-2544-34 otd=1414142905 idrol=2 id=108 </b></td></tr></table>', '2021-05-29 14:14:14', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2053, 108, 108, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-29 14:15:02<br><br>[108]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Mabel Pinargote<br>mpinargoteintriago@mip.grupohqs.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=108\">[confirmar]</a></td></tr></table>', '2021-05-29 14:15:02', 108, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2054, 109, 109, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-29 14:23:02<br><br>[109]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Alberto Mateo<br>amateo@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=109\">[confirmar]</a></td></tr></table>', '2021-05-29 14:23:02', 109, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2055, 106, 106, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 14:22:17<br><br>[257]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Alberto Mateo cedula=2021052914140505 email=amateo@gmail.com telefono=+0 (593) 878-7452-20 otd=1422172905 idrol=2 id=109 </b></td></tr></table>', '2021-05-29 14:22:17', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2056, 106, 106, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 16:31:07<br><br>[258]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=George Intriago Alava cedula=2021052916160505 email=georgeintriagoalava@gmail.com telefono=+0 (593) 555-5555-55 otd=1631072905 idrol=2 id=110 </b></td></tr></table>', '2021-05-29 16:31:07', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2057, 110, 110, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-29 16:32:01<br><br>[110]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>George Intriago Alava<br>georgeintriagoalava@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=110\">[confirmar]</a></td></tr></table>', '2021-05-29 16:32:01', 110, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2058, 106, 106, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 16:38:54<br><br>[259]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Dennisse Lino cedula=20210529161605053636 email=dlino@gmail.com telefono=+0 (593) 958-7458-52 otd=1638542905 idrol=2 id=111 </b></td></tr></table>', '2021-05-29 16:38:54', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2059, 111, 111, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-29 16:39:02<br><br>[111]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Dennisse Lino<br>dlino@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=111\">[confirmar]</a></td></tr></table>', '2021-05-29 16:39:02', 111, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2060, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 16:51:30<br><br>[260]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=73 idlisting=9 idrealtor=109 email=amateo@gmail.com phone=+0 (593) 995-6548 title=Alberto Mateo - 8745221 start=2021-05-29 09:30:00 end=2021-05-29 12:30:00 overlap=true </b></td></tr></table>', '2021-05-29 16:51:30', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2061, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 16:51:35<br><br>[261]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=74 idlisting=9 idrealtor=110 email=georgeintriagoalava@gmail.com phone=+9 (593) 555-5555 title=George Intriago Alava - 8745221 start=2021-05-29 08:00:00 end=2021-05-29 09:00:00 overlap=true </b></td></tr></table>', '2021-05-29 16:51:35', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2062, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 16:51:38<br><br>[262]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=72 idlisting=9 idrealtor=108 title=Mabel Pinargote - 8745221 start=2021-05-28 07:00:00 end=2021-05-28 08:00:00 overlap=true </b></td></tr></table>', '2021-05-29 16:51:38', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2063, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 16:51:41<br><br>[263]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=71 idlisting=9 idrealtor=104 email=lquirolafrank@hotmail.com phone=+0 (593) 990-2544 title=Jeffrey Brookman - 8745221 start=2021-05-26 07:30:00 end=2021-05-26 08:30:00 overlap=true </b></td></tr></table>', '2021-05-29 16:51:41', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2064, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 17:07:43<br><br>[264]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=77 idlisting=9 idrealtor=110 title=George Intriago Alava - 8745221 start=2021-05-30 08:00:00 end=2021-05-30 10:00:00 overlap=true </b></td></tr></table>', '2021-05-29 17:07:43', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2065, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 17:28:21<br><br>[265]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=80 idlisting=6 idrealtor=104 title=Jeffrey Brookman - 2155580 start=2021-05-31 10:00:00 end=2021-05-31 11:00:00 overlap=true </b></td></tr></table>', '2021-05-29 17:28:21', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2066, 112, 112, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-29 17:32:02<br><br>[112]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Geronimo Carrion<br>gcarrion@yahoo.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=112\">[confirmar]</a></td></tr></table>', '2021-05-29 17:32:02', 112, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2067, 106, 106, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 17:31:33<br><br>[266]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Geronimo Carrion cedula=20210529171705050606 email=gcarrion@yahoo.com telefono=+9 (123) 456-7890-12 otd=1731332905 idrol=2 id=112 </b></td></tr></table>', '2021-05-29 17:31:33', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2068, 113, 113, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-29 17:34:01<br><br>[113]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Cesar Enrique Pico Delgado<br>cesarpico@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=113\">[confirmar]</a></td></tr></table>', '2021-05-29 17:34:01', 113, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2069, 106, 106, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 17:33:47<br><br>[267]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Cesar Enrique Pico Delgado cedula=20210529171705053838 email=cesarpico@gmail.com telefono=+0 (996) 646-6650-00 otd=1733472905 idrol=2 id=113 </b></td></tr></table>', '2021-05-29 17:33:47', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2070, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 23:18:54<br><br>[270]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=79 idlisting=6 idrealtor=105 title=Wanda Madera - 2155580 start=2021-05-29 08:00:00 end=2021-05-29 10:00:00 overlap=true </b></td></tr></table>', '2021-05-29 23:18:54', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2071, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 23:18:58<br><br>[271]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=81 idlisting=6 idrealtor=108 title=Mabel Pinargote - 2155580 start=2021-05-28 08:00:00 end=2021-05-28 10:00:00 overlap=true </b></td></tr></table>', '2021-05-29 23:18:58', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2072, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 23:19:00<br><br>[272]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=82 idlisting=6 idrealtor=112 title=Geronimo Carrion - 2155580 start=2021-05-28 11:00:00 end=2021-05-28 12:00:00 overlap=true </b></td></tr></table>', '2021-05-29 23:19:00', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2073, 114, 114, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-29 23:21:03<br><br>[114]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Kurt Cobain<br>kcobain@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=114\">[confirmar]</a></td></tr></table>', '2021-05-29 23:21:03', 114, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2074, 106, 106, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 23:20:03<br><br>[273]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Kurt Cobain cedula=20210529232305054040 email=kcobain@gmail.com telefono=+1 (234) 567-8901-23 otd=2320032905 idrol=2 id=114 </b></td></tr></table>', '2021-05-29 23:20:03', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2075, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 23:48:17<br><br>[274]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=86 idlisting=9 idrealtor=109 email=amateo@gmail.com phone=+0 (593) 878-7452 title=Alberto Mateo - 8745221 start=2021-06-03 10:00:00 end=2021-06-03 11:00:00 overlap=true </b></td></tr></table>', '2021-05-29 23:48:17', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2076, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-29 23:52:06<br><br>[275]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=84 idlisting=6 idrealtor=105 email=lquirolafrank1980@gmail.com phone=+5 (939) 999-9999 title=Wanda Madera - 2155580 start=2021-05-29 12:00:00 end=2021-05-29 14:00:00 overlap=true </b></td></tr></table>', '2021-05-29 23:52:06', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2077, 104, 104, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 00:50:28<br><br>[278]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/2000000002.jpeg\" width=\"80\" height=\"80\"><br>Jeffrey Brookman<br>lquirolafrank@grupohqs.com</td><td>Jeffrey Brookman<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=91 idlisting=7 idrealtor=109 email=amateo@gmail.com phone=+0 (593) 878-7452 title=Alberto Mateo - 6585879 start=2021-05-31 09:00:00 end=2021-05-31 20:00:00 overlap=true </b></td></tr></table>', '2021-05-30 00:50:28', 104, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@grupohqs.com'),
(2078, 104, 104, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 00:51:25<br><br>[279]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/2000000002.jpeg\" width=\"80\" height=\"80\"><br>Jeffrey Brookman<br>lquirolafrank@grupohqs.com</td><td>Jeffrey Brookman<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=92 idlisting=7 idrealtor=105 email=lquirolafrank1980@gmail.com phone=+5 (939) 999-9999 title=Wanda Madera - 6585879 start=2021-06-05 09:00:00 end=2021-06-05 20:00:00 overlap=true </b></td></tr></table>', '2021-05-30 00:51:25', 104, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@grupohqs.com'),
(2079, 104, 104, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 00:52:23<br><br>[280]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/2000000002.jpeg\" width=\"80\" height=\"80\"><br>Jeffrey Brookman<br>lquirolafrank@grupohqs.com</td><td>Jeffrey Brookman<br>lquirolafrank@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=93 idlisting=7 idrealtor=108 email=mpinargoteintriago@mip.grupohqs.com phone=+0 (593) 990-2544 title=Mabel Pinargote - 6585879 start=2021-06-04 09:00:00 end=2021-06-04 20:00:00 overlap=true </b></td></tr></table>', '2021-05-30 00:52:23', 104, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@grupohqs.com'),
(2080, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 01:03:43<br><br>[283]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=94 idlisting=1 idrealtor=105 email=lquirolafrank1980@gmail.com phone=+5 (939) 999-9999 title=Wanda Madera - 3470372 start=2021-06-01 09:00:00 end=2021-06-01 20:00:00 overlap=true </b></td></tr></table>', '2021-05-30 01:03:43', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2081, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 01:11:46<br><br>[284]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=96 idlisting=7 idrealtor=104 email=lquirolafrank@grupohqs.com phone=+1 (908) 355-7400 title=Jeffrey Brookman - 6585879 start=2021-05-31 06:00:00 end=2021-05-31 23:00:00 overlap=true </b></td></tr></table>', '2021-05-30 01:11:46', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2082, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 01:12:12<br><br>[285]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=97 idlisting=7 idrealtor=104 email=lquirolafrank@grupohqs.com phone=+1 (908) 355-7400 title=Jeffrey Brookman - 6585879 start=2021-05-31 06:00:00 end=2021-05-31 23:00:00 overlap=true </b></td></tr></table>', '2021-05-30 01:12:12', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2083, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 01:22:58<br><br>[286]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=99 idlisting=7 idrealtor=109 email=amateo@gmail.com phone=+0 (593) 878-7452 title=Alberto Mateo - 6585879 start=2021-06-04 06:00:00 end=2021-06-04 23:00:00 overlap=true </b></td></tr></table>', '2021-05-30 01:22:58', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2084, 30, 30, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-30 13:57:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-05-30 13:57:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2085, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:03:49<br><br>[291]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=100 idlisting=7 idrealtor=114 email=kcobain@gmail.com phone=+1 (234) 567-8901 title=Kurt Cobain - 6585879 start=2021-06-01 11:30:00 end=2021-06-01 15:30:00 overlap=true </b></td></tr></table>', '2021-05-30 17:03:49', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2086, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:04:18<br><br>[292]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=101 idlisting=7 idrealtor=114 email=kcobain@gmail.com phone=+1 (234) 567-8901 title=Kurt Cobain - 6585879 start=2021-06-01 11:00:00 end=2021-06-01 12:00:00 overlap=true </b></td></tr></table>', '2021-05-30 17:04:18', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2087, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:05:04<br><br>[293]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=88 idlisting=7 idrealtor=105 email=lquirolafrank1980@gmail.com phone=+5 (939) 999-9999 title=Wanda Madera - 6585879 start=2021-06-02 10:00:00 end=2021-06-02 11:00:00 overlap=true </b></td></tr></table>', '2021-05-30 17:05:04', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2088, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:06:13<br><br>[294]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=102 idlisting=7 idrealtor=113 email=cesarpico@gmail.com phone=+0 (996) 646-6650 title=Cesar Enrique Pico Delgado - 6585879 start=2021-06-01 10:00:00 end=2021-06-01 11:00:00 overlap=true </b></td></tr></table>', '2021-05-30 17:06:13', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2089, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:16:03<br><br>[295]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=103 idlisting=7 idrealtor=114 email=kcobain@gmail.com phone=+1 (234) 567-8901 title=Kurt Cobain - 6585879 start=2021-06-01 09:00:00 end=2021-06-01 10:00:00 overlap=true </b></td></tr></table>', '2021-05-30 17:16:03', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2090, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:16:53<br><br>[296]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 idlisting=7 idrealtor=113 email=cesarpico@gmail.com phone=+0 (996) 646-6650 title=Cesar Enrique Pico Delgado - 6585879 start=2021-06-01 08:30:00 end=2021-06-01 11:00:00 overlap=true </b></td></tr></table>', '2021-05-30 17:16:53', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2091, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:17:32<br><br>[297]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=105 idlisting=7 idrealtor=114 email=kcobain@gmail.com phone=+1 (234) 567-8901 title=Kurt Cobain - 6585879 start=2021-06-01 08:30:00 end=2021-06-01 11:30:00 overlap=true </b></td></tr></table>', '2021-05-30 17:17:32', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2092, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:19:28<br><br>[298]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=106 idlisting=7 idrealtor=114 email=kcobain@gmail.com phone=+1 (234) 567-8901 title=Kurt Cobain - 6585879 start=2021-06-02 08:00:00 end=2021-06-02 09:00:00 overlap=true </b></td></tr></table>', '2021-05-30 17:19:28', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2093, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:20:14<br><br>[299]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=107 idlisting=7 idrealtor=114 email=kcobain@gmail.com phone=+1 (234) 567-8901 title=Kurt Cobain - 6585879 start=2021-06-01 07:30:00 end=2021-06-01 08:30:00 overlap=true </b></td></tr></table>', '2021-05-30 17:20:14', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2094, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:22:19<br><br>[300]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=108 idlisting=7 idrealtor=114 email=kcobain@gmail.com phone=+1 (234) 567-8901 title=Kurt Cobain - 6585879 start=2021-06-01 07:00:00 end=2021-06-01 08:00:00 overlap=true </b></td></tr></table>', '2021-05-30 17:22:19', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2095, 106, 106, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 17:28:51<br><br>[301]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=109 name=Alberto Mateo email=amateo@gmail.com idrol=2 cedula=2021052914140505 foto=default-user.png telefono=+0 (593) 878-7452-20 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1422172905 </b></td></tr></table>', '2021-05-30 17:28:51', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2096, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-30 19:26:35<br><br>[302]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=89 idlisting=6 idrealtor=105 email=lquirolafrank1980@gmail.com phone=+5 (939) 999-9999 title=Wanda Madera - 2155580 start=2021-05-31 08:00:00 end=2021-05-31 09:00:00 overlap=true </b></td></tr></table>', '2021-05-30 19:26:35', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2097, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-31 11:31:52<br><br>[305]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=115 idlisting=7 idrealtor=114 email=kcobain@gmail.com phone=+1 (234) 567-8901 title=Kurt Cobain - 6585879 start=2021-06-01 08:00:00 end=2021-06-01 09:00:00 fecha=2021-06-01 overlap=true certificate=7-114-115 </b></td></tr></table>', '2021-05-31 11:31:52', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2098, 106, 106, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-31 19:14:51<br><br>[317]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=lquirolafrank@grupohqs.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 355-7400-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=lquirolafrank@gr</b></td></tr></table>', '2021-05-31 19:14:51', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(2099, 106, 106, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-31 19:15:33<br><br>[318]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Anna EIR cedula=18787478748 email=ana@eir.com telefono=+1 (258) 258-2582-58 direccion=some place otd=1915333105 idrol=4 foto=18787478748.png id=115 </b></td></tr></table>', '2021-05-31 19:15:33', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2100, 106, 106, 0, 'U', 'USUARIO :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-31 19:15:40<br><br>[319]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=115 name=Anna EIR email=ana@eir.com idrol=4 cedula=18787478748 foto=18787478748.png telefono=+1 (258) 258-2582-58 direccion=some place estado=1 etapaCuenta=1 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1915333105 </b></td></tr></table>', '2021-05-31 19:15:40', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2101, 30, 30, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-31 20:06:49<br><br>[324]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Anna Rodriguez cedula=15151515151515 email=wilmer19762003@yahoo.com telefono=+1 (508) 478-7125-00 direccion=some place otd=2006493105 idrol=4 foto=15151515151515.png id=116 </b></td></tr></table>', '2021-05-31 20:06:49', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2102, 116, 116, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-31 20:07:03<br><br>[116]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Anna Rodriguez<br>wilmer19762003@yahoo.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=116\">[confirmar]</a></td></tr></table>', '2021-05-31 20:07:03', 116, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2103, 30, 30, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-31 20:07:49<br><br>[325]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=116 name=Anna Rodriguez email=wilmer19762003@yahoo.com idrol=4 cedula=15151515151515 foto=15151515151515.png telefono=+1 (508) 478-7125-00 direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1</b></td></tr></table>', '2021-05-31 20:07:49', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2104, 116, 116, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-05-31 20:14:02<br><br>[116]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Anna Rodriguez<br>wilmer19762003@yahoo.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> wilmer19762003@yahoo.com<br><b>PASSWORD:</b> 2006493105</td></tr></table>', '2021-05-31 20:14:02', 116, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2105, 116, 116, 0, 'I', 'USUARIO :: ACTUALIZACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-31 20:15:31<br><br>[331]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Anna Rodriguez<br>wilmer19762003@yahoo.com</td><td><br>wilmer19762003@yahoo.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=116 name=Anna Rodriguez email=wilmer19762003@yahoo.com idrol=4 cedula=15151515151515 foto=15151515151515.png telefono=+1 (508) 478-7125-00 direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1</b></td></tr></table>', '2021-05-31 20:15:31', 116, 30, 30, 30, 1, 1, b'0', b'0', 'wilmer19762003@yahoo.com'),
(2106, 117, 117, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-05-31 20:41:02<br><br>[117]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Carlos García<br>cgarcia@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=117\">[confirmar]</a></td></tr></table>', '2021-05-31 20:41:02', 117, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2107, 116, 116, 0, 'I', 'USUARIO :: CREACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-31 20:40:33<br><br>[334]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Anna Rodriguez<br>wilmer19762003@yahoo.com</td><td><br>wilmer19762003@yahoo.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Carlos García cedula=20210531202005055959 email=cgarcia@gmail.com telefono=+1 (585) 858-5858-58 otd=2040323105 idrol=2 id=117 </b></td></tr></table>', '2021-05-31 20:40:33', 116, 30, 30, 30, 1, 1, b'0', b'0', 'wilmer19762003@yahoo.com'),
(2108, 116, 116, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-31 20:45:34<br><br>[335]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Anna Rodriguez<br>wilmer19762003@yahoo.com</td><td><br>wilmer19762003@yahoo.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=117 idlisting=10 idrealtor=104 email=lquirolafrank@grupohqs.com phone=+1 (908) 355-7400 title=Jeffrey Brookman - 4787878 start=2021-06-01 09:00:00 end=2021-06-01 10:00:00 fecha=2021-06-01 overlap=true certificate=10-104-117 </b></td></tr></table>', '2021-05-31 20:45:34', 116, 30, 30, 30, 1, 3, b'0', b'0', 'wilmer19762003@yahoo.com'),
(2109, 116, 116, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-05-31 21:05:12<br><br>[340]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Anna Rodriguez<br>wilmer19762003@yahoo.com</td><td><br>wilmer19762003@yahoo.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=119 idlisting=10 idrealtor=105 email=lquirolafrank1980@gmail.com phone=+5 (939) 999-9999 title=Wanda Madera - 4787878 start=2021-06-01 07:30:00 end=2021-06-01 08:30:00 fecha=2021-06-01 overlap=true certificate=10-105-119 </b></td></tr></table>', '2021-05-31 21:05:12', 116, 30, 30, 30, 1, 3, b'0', b'0', 'wilmer19762003@yahoo.com'),
(2110, 106, 106, 0, 'U', 'CODIGOS :: ELIMINACIÓN', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-06-13 12:46:48<br><br>[354]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=126 idlisting=6 idrealtor=109 email=amateo@gmail.com phone=+0 (593) 878-7452 title=Alberto Mateo - 2155580 start=2021-06-12 08:00:00 end=2021-06-12 10:30:00 fecha=2021-06-12 overlap=true estado=2 color=#7a6666 certificate=6-109-126 </b></td></tr></table>', '2021-06-13 12:46:48', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2111, 106, 106, 0, 'I', 'CODIGOS :: DELETE', 'Los siguientes datos corresponden a esta operaci&oacute;n y se han registrado autom&aacute;ticamente en el LOG del sistema:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Fecha</th><th>Ejecutor</th><th>Supervisor</th></tr><tr><td>2021-06-13 19:01:25<br><br>[356]</td><td style=\"text-align:center\"><img src=\"https://appgusber.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=127 idlisting=6 idrealtor=109 email=amateo@gmail.com phone=+0 (593) 878-7452 title=Alberto Mateo - 2155580 start=2021-06-17 08:00:00 end=2021-06-17 09:00:00 fecha=2021-06-17 overlap=true color=#e3565b certificate=6-109-127 </b></td></tr></table>', '2021-06-13 19:01:25', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2112, 106, 106, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-13 19:11:10<br><br>[357]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=128 idlisting=6 idrealtor=105 email=lquirolafrank1980@gmail.com phone=+5 (939) 999-9999 title=Wanda Madera - 2155580 start=2021-06-14 06:30:00 end=2021-06-14 07:30:00 fecha=2021-06-14 overlap=true estado=1 color=#fce700 certificate=6-105-128 </b></td></tr></table>', '2021-06-13 19:11:10', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2113, 106, 106, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-13 19:14:33<br><br>[358]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=129 idlisting=6 idrealtor=109 email=amateo@gmail.com phone=+0 (593) 878-7452 title=Alberto Mateo - 2155580 start=2021-06-16 07:00:00 end=2021-06-16 08:00:00 fecha=2021-06-16 overlap=true color=#e3565b certificate=6-109-129 </b></td></tr></table>', '2021-06-13 19:14:33', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2114, 106, 106, 0, 'I', 'UPDATE :: APPOINTMENT', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-15<br><br>[130]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Alberto Mateo<br>amateo@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Your Certificate Appointment is: 6-109-130</b></td></tr></table>', '2021-06-15 00:00:00', 109, 30, 30, 30, 1, 1, b'0', b'0', 'amateo@gmail.com'),
(2115, 106, 106, 0, 'I', 'UPDATE :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-14<br><br>[130]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Alberto Mateo<br>amateo@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Your Certificate Appointment is: 6-109-130<br>This appointment has been CONFIRMED<br>Contact Name: <br>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com<br>Show Instructions: <br>dfsdfd dsf</b></td></tr></table>', '2021-06-14 00:00:00', 109, 30, 30, 30, 1, 1, b'0', b'0', 'amateo@gmail.com'),
(2116, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-15<br><br>[130]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Alberto Mateo<br>amateo@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Your Certificate Appointment is: 6-109-130<br><b>This appointment has been CONFIRMED</b><br>Contact Name: <br><b>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com</b><br>Show Instructions: <br><b>dfsdfd dsf</b></td></tr></table>', '2021-06-15 00:00:00', 109, 30, 30, 30, 1, 1, b'0', b'0', 'amateo@gmail.com'),
(2117, 106, 106, 0, 'I', 'APPOINTMENT :: APPOINTMENT', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-17<br><br>[131]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Mabel Pinargote<br>mpinargoteintriago@mip.grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Your Certificate Appointment is: 6-108-131</td></tr></table>', '2021-06-17 00:00:00', 108, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@mip.grupohqs.com'),
(2118, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-17<br><br>[131]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Mabel Pinargote<br>mpinargoteintriago@mip.grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>This appointment has been CANCELED</b><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-17 08:30:00</b><br>End: <b>2021-06-17 10:30:00</b></td></tr></table>', '2021-06-17 00:00:00', 108, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@mip.grupohqs.com'),
(2119, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-15<br><br>[130]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Alberto Mateo<br>amateo@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Your Certificate Appointment is: 6-109-130<b>This appointment has been CANCELED</b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"80\" height=\"80\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-15 06:30:00</b><br>End: <b>2021-06-15 08:30:00</b></td></tr></table>', '2021-06-15 00:00:00', 109, 30, 30, 30, 1, 1, b'0', b'0', 'amateo@gmail.com'),
(2120, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-17<br><br>[131]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Mabel Pinargote<br>mpinargoteintriago@mip.grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Your Certificate Appointment is: 6-108-131<br><b>This appointment has been CONFIRMED</b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"80\" height=\"80\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-17 08:30:00</b><br>End: <b>2021-06-17 10:30:00</b><br>Contact Name: <br><b>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com</b><br>Show Instructions: <br><b>dfsdfd dsf</b></td></tr></table>', '2021-06-17 00:00:00', 108, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@mip.grupohqs.com'),
(2121, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-15<br><br>[130]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Alberto Mateo<br>amateo@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Your Certificate Appointment is: 6-109-130<br><b>This appointment has been CONFIRMED</b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"80\" height=\"80\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-15 06:30:00</b><br>End: <b>2021-06-15 08:30:00</b><br>Contact Name: <br><b>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com</b><br>Show Instructions: <br><b>dfsdfd dsf</b></td></tr></table>', '2021-06-15 00:00:00', 109, 30, 30, 30, 1, 1, b'0', b'0', 'amateo@gmail.com'),
(2122, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-15<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Your Certificate Appointment is: 6-107-132<br><b>This appointment has been CONFIRMED</b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"80\" height=\"80\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-15 07:30:00</b><br>End: <b>2021-06-15 08:00:00</b><br>Contact Name: <br><b>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com</b><br>Show Instructions: <br><b>dfsdfd dsf</b></td></tr></table>', '2021-06-15 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2123, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-15<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Your Certificate Appointment is: 6-107-132<br><b>This appointment has been CONFIRMED</b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-15 07:30:00</b><br>End: <b>2021-06-15 09:00:00</b><br>Contact Name: <br><b>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com</b><br>Show Instructions: <br><b>dfsdfd dsf</b></td></tr></table>', '2021-06-15 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2124, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-16<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\">Your Certificate Appointment is: 6-107-132<br><b>This appointment has been CONFIRMED</b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-16 07:30:00</b><br>End: <b>2021-06-16 09:00:00</b><br>Contact Name: <br><b>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com</b><br>Show Instructions: <br><b>dfsdfd dsf</b></td></tr></table>', '2021-06-16 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2125, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-16<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 6-107-132<b>This appointment has been CANCELED</b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-16 07:30:00</b><br>End: <b>2021-06-16 09:00:00</b></td></tr></table>', '2021-06-16 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2126, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-16<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 6-107-132<br><b>This appointment has been CONFIRMED</b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-16 07:30:00</b><br>End: <b>2021-06-16 09:00:00</b><br>Contact Name: <br><b>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com</b><br>Show Instructions: <br><b>dfsdfd dsf</b></td></tr></table>', '2021-06-16 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2127, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-16<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 6-107-132<br><b>This appointment has been CONFIRMED</b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-16 10:00:00</b><br>End: <b>2021-06-16 12:30:00</b><br>Contact Name: <br><b>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com</b><br>Show Instructions: <br><b>dfsdfd dsf</b></td></tr></table>', '2021-06-16 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2128, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-16<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 6-107-132<br><b>This appointment has been CANCELED</b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-16 10:00:00</b><br>End: <b>2021-06-16 12:30:00</b></td></tr></table>', '2021-06-16 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2129, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-16<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 6-107-132<br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-16 10:00:00</b><br>End: <b>2021-06-16 12:30:00</b><br>Contact Name: <br><b>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com</b><br>Show Instructions: <br><b>dfsdfd dsf</b></td></tr></table>', '2021-06-16 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2130, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-16<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\"><br><b>Your Certificate Appointment is: 6-107-132</b><br><br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>2155580</b><br>Samanes 1 Mz 128 V 109<br>Start: <b>2021-06-16 08:30:00</b><br>End: <b>2021-06-16 11:00:00</b><br>Contact Name: <br><b>Luis Quirola Frank<br>+9 (593) 990-2544<br>lquirolafrank1980@gmail.com</b><br>Show Instructions: <br><b>dfsdfd dsf</b></td></tr></table>', '2021-06-16 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2131, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-14<br><br>[133]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\"><br><b>Your Certificate Appointment is: 2-107-133</b><br><br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br>29 Country Club Ln, Elizabeth City, Nj 07208<br>Start: <b>2021-06-14 09:00:00</b><br>End: <b>2021-06-14 10:00:00</b><br>Contact Name: <br><b>Frencisco Huerta<br>+5 (938) 658-7585<br>mpinargoteintriago@hotmail.com</b><br>Show Instructions: <br><b>For showin:\r\nMonday, Wednesday and Friday from 10:00 to 13:00\r\nTuesday and Thursday from 3:00 p.m. to 6:30 p.m.\r\nOther information!!!</b></td></tr></table>', '2021-06-14 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2132, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-14<br><br>[133]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\"><br><b>Your Certificate Appointment is: 2-107-133</b><br><br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br>29 Country Club Ln, Elizabeth City, Nj 07208<br>Start: <b>2021-06-14 10:00:00</b><br>End: <b>2021-06-14 11:00:00</b><br>Contact Name: <br><b>Frencisco Huerta<br>+5 (938) 658-7585<br>mpinargoteintriago@hotmail.com</b><br>Show Instructions: <br><b>For showin:\r\nMonday, Wednesday and Friday from 10:00 to 13:00\r\nTuesday and Thursday from 3:00 p.m. to 6:30 p.m.\r\nOther information!!!</b></td></tr></table>', '2021-06-14 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2133, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-14<br><br>[133]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-133<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-14 10:00:00</b><br>End: <b>2021-06-14 11:00:00</b></td></tr></table>', '2021-06-14 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2134, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-15<br><br>[134]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\"><br><b>Your Certificate Appointment is: 2-107-134</b><br><br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-15 11:00:00</b><br>End: <b>2021-06-15 12:00:00</b><br>Contact Name: <br><b>Frencisco Huerta<br>+5 (938) 658-7585<br>mpinargoteintriago@hotmail.com</b><br>Show Instructions: <br><b>For showin:\r\nMonday, Wednesday and Friday from 10:00 to 13:00\r\nTuesday and Thursday from 3:00 p.m. to 6:30 p.m.\r\nOther information!!!</b></td></tr></table>', '2021-06-15 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2135, 106, 106, 0, 'I', 'APPOINTMENT :: APPOINTMENT', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-16<br><br>[133]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-133</td></tr></table>', '2021-06-16 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2136, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-16<br><br>[133]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-133<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-16 09:00:00</b><br>End: <b>2021-06-16 10:30:00</b></td></tr></table>', '2021-06-16 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2137, 106, 106, 0, 'I', 'APPOINTMENT :: APPOINTMENT', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-13<br><br>[136]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-136</td></tr></table>', '2021-06-13 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2138, 106, 106, 0, 'I', 'APPOINTMENT :: APPOINTMENT', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-13<br><br>[136]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>vendedor prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-136</td></tr></table>', '2021-06-13 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2139, 106, 106, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-13 23:50:11<br><br>[365]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=137 idlisting=2 idrealtor=107 email=ventas@grupohqs.com phone=+1 (234) 567-8901 title=vendedor prueba - 3619317 start=2021-06-13 10:00:00 end=2021-06-13 11:00:00 fecha=2021-06-13 overlap=true color=#e3565b certificate=2-107-137 created_by=106 </b></td></tr></table>', '2021-06-13 23:50:11', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2140, 106, 106, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-14 21:59:55<br><br>[367]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=107 name=Médico de prueba email=ventas@grupohqs.com idrol=2 cedula=131046684021 foto=default-user.png telefono=+1 (234) 567-8901-23 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=0029122405 </b></td></tr></table>', '2021-06-14 21:59:55', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2141, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-13<br><br>[136]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-136<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-13 09:00:00</b><br>End: <b>2021-06-13 10:00:00</b></td></tr></table>', '2021-06-13 00:00:00', 107, 30, 30, 30, 1, 0, b'0', b'0', 'ventas@grupohqs.com'),
(2142, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-21<br><br>[135]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\"><br><b>Your Certificate Appointment is: 2-107-135</b><br><br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-21 08:00:00</b><br>End: <b>2021-06-21 09:00:00</b><br>Contact Name: <br><b>Frencisco Huerta<br>+5 (938) 658-7585<br>mpinargoteintriago@hotmail.com</b><br>Show Instructions: <br><b>For showin:\r\nMonday, Wednesday and Friday from 10:00 to 13:00\r\nTuesday and Thursday from 3:00 p.m. to 6:30 p.m.\r\nOther information!!!</b></td></tr></table>', '2021-06-21 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2143, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-21<br><br>[135]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\"><br><b>Your Certificate Appointment is: 2-107-135</b><br><br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-21 08:00:00</b><br>End: <b>2021-06-21 09:00:00</b><br>Contact Name: <br><b>Frencisco Huerta<br>+5 (938) 658-7585<br>mpinargoteintriago@hotmail.com</b><br>Show Instructions: <br><b>For showin:\r\nMonday, Wednesday and Friday from 10:00 to 13:00\r\nTuesday and Thursday from 3:00 p.m. to 6:30 p.m.\r\nOther information!!!</b></td></tr></table>', '2021-06-21 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2144, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-22<br><br>[143]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-143<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-22 08:00:00</b><br>End: <b>2021-06-22 09:00:00</b></td></tr></table>', '2021-06-22 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2145, 106, 106, 0, 'I', 'APPOINTMENT :: APPOINTMENT', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-21<br><br>[135]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-135</td></tr></table>', '2021-06-21 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(2146, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-22<br><br>[143]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-143<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-22 08:00:00</b><br>End: <b>2021-06-22 09:00:00</b></td></tr></table>', '2021-06-22 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2147, 106, 106, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-22<br><br>[143]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\"><br><b>Your Certificate Appointment is: 2-107-143</b><br><br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-22 08:00:00</b><br>End: <b>2021-06-22 09:00:00</b><br>Contact Name: <br><b>Frencisco Huerta<br>+5 (938) 658-7585<br>mpinargoteintriago@hotmail.com</b><br>Show Instructions: <br><b>For showin:\r\nMonday, Wednesday and Friday from 10:00 to 13:00\r\nTuesday and Thursday from 3:00 p.m. to 6:30 p.m.\r\nOther information!!!</b></td></tr></table>', '2021-06-22 00:00:00', 107, 30, 30, 30, 1, 1, b'0', b'0', 'ventas@grupohqs.com'),
(2148, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-13<br><br>[138]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-138<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-13 11:00:00</b><br>End: <b>2021-06-13 12:00:00</b></td></tr></table>', '2021-06-13 00:00:00', 107, 30, 30, 30, 1, 0, b'0', b'0', 'ventas@grupohqs.com'),
(2149, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-13<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-139<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-13 12:00:00</b><br>End: <b>2021-06-13 13:00:00</b></td></tr></table>', '2021-06-13 00:00:00', 107, 30, 30, 30, 1, 0, b'0', b'0', 'ventas@grupohqs.com'),
(2150, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-10<br><br>[124]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Wanda Madera<br>lquirolafrank1980@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 6-105-124<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/2155580-2021-05-04.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>2155580</b><br><h2>Samanes 1 Mz 128 V 109</h2><br>Start: <b>2021-06-10 09:00:00</b><br>End: <b>2021-06-10 11:00:00</b></td></tr></table>', '2021-06-10 00:00:00', 105, 30, 30, 30, 1, 0, b'0', b'0', 'lquirolafrank1980@gmail.com'),
(2151, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-13<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-140<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-13 13:00:00</b><br>End: <b>2021-06-13 14:00:00</b></td></tr></table>', '2021-06-13 00:00:00', 107, 30, 30, 30, 1, 0, b'0', b'0', 'ventas@grupohqs.com'),
(2152, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-13<br><br>[141]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-141<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-13 15:00:00</b><br>End: <b>2021-06-13 16:00:00</b></td></tr></table>', '2021-06-13 00:00:00', 107, 30, 30, 30, 1, 0, b'0', b'0', 'ventas@grupohqs.com'),
(2153, 106, 106, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2021-06-13<br><br>[142]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td>Médico de prueba<br>ventas@grupohqs.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 2-107-142<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3619317.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3619317</b><br><h2>29 Country Club Ln, Elizabeth City, Nj 07208</h2><br>Start: <b>2021-06-13 16:00:00</b><br>End: <b>2021-06-13 17:00:00</b></td></tr></table>', '2021-06-13 00:00:00', 107, 30, 30, 30, 1, 0, b'0', b'0', 'ventas@grupohqs.com'),
(2154, 106, 106, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-21 16:49:58<br><br>[384]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=95 idlisting=1 idrealtor=110 email=georgeintriagoalava@gmail.com phone=+0 (593) 555-5555 title=George Intriago Alava - 3470372 start=2021-05-31 09:00:00 end=2021-05-31 20:00:00 fecha=2021-05-31 overlap=true estado=1 color=#e3565b certificate=1-110-95 </b></td></tr></table>', '2021-06-21 16:49:58', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2155, 106, 106, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-21 16:50:03<br><br>[385]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=90 idlisting=1 idrealtor=104 email=lquirolafrank@grupohqs.com phone=+1 (908) 355-7400 title=Jeffrey Brookman - 3470372 start=2021-06-01 08:00:00 end=2021-06-01 09:00:00 fecha=2021-06-01 overlap=true estado=1 color=#e3565b certificate=1-104-90 </b></td></tr></table>', '2021-06-21 16:50:03', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2156, 106, 106, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-21 16:50:07<br><br>[386]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=114 idlisting=1 idrealtor=114 email=kcobain@gmail.com phone=+1 (234) 567-8901 title=Kurt Cobain - 3470372 start=2021-06-01 10:00:00 end=2021-06-01 11:00:00 fecha=2021-06-01 overlap=true estado=1 color=#e3565b certificate=1-114-114 </b></td></tr></table>', '2021-06-21 16:50:07', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2157, 106, 106, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-21 16:50:11<br><br>[387]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=109 idlisting=1 idrealtor=109 email=amateoxx@gmail.com phone=+0 (593) 878-7455 title=Alberto Mateo - 3470372 start=2021-06-03 10:00:00 end=2021-06-03 11:00:00 fecha=2021-06-03 overlap=true estado=1 color=#e3565b certificate=1-109-109 </b></td></tr></table>', '2021-06-21 16:50:11', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2158, 30, 30, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-06-21 17:46:03<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-06-21 17:46:03', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2159, 30, 30, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-06-21 18:00:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> lquirolafrank@hotmail.com<br><b>PASSWORD:</b> mabeluis2602</td></tr></table>', '2021-06-21 18:00:02', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2160, 30, 30, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-06-21 18:01:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> lquirolafrank@hotmail.com<br><b>PASSWORD:</b> mabeluis2602</td></tr></table>', '2021-06-21 18:01:02', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2161, 30, 30, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-06-21 18:02:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-06-21 18:02:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2162, 30, 30, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-06-21 18:03:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> lquirolafrank@hotmail.com<br><b>PASSWORD:</b> mabeluis2602</td></tr></table>', '2021-06-21 18:03:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2163, 106, 106, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-06-23 21:57:38<br><br>[392]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=135 idlisting=2 idrealtor=107 email=ventas@grupohqs.com phone=+1 (234) 567-8901 title=Médico de prueba - 3619317 start=2021-06-21 08:00:00 end=2021-06-21 09:00:00 fecha=2021-06-21 overlap=true estado=3 color=#7a6666 sendedmail=1 certificate=2-107-135 </b></td></tr></table>', '2021-06-23 21:57:38', 106, 30, 30, 30, 1, 3, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2164, 30, 30, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-06-24 10:23:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-06-24 10:23:02', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2165, 30, 30, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-06-24 10:25:03<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> lquirolafrank@hotmail.com<br><b>PASSWORD:</b> mabeluis2602</td></tr></table>', '2021-06-24 10:25:03', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2166, 106, 106, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-02 15:18:16<br><br>[405]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=116 name=Anna Rodriguez email=anlu.eir@gmail.com idrol=4 cedula=15151515151515 foto=15151515151515.png telefono=+1 (508) 478-7125-00 direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 Campo</b></td></tr></table>', '2021-07-02 15:18:16', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2167, 116, 116, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-02 15:20:02<br><br>[116]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Anna Rodriguez<br>anlu.eir@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=116\">[confirmar]</a></td></tr></table>', '2021-07-02 15:20:02', 116, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2168, 116, 116, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-07-02 15:23:02<br><br>[116]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Anna Rodriguez<br>anlu.eir@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> anlu.eir@gmail.com<br><b>PASSWORD:</b> anna</td></tr></table>', '2021-07-02 15:23:02', 116, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2169, 106, 106, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-02 15:25:49<br><br>[407]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/300000003.jpeg\" width=\"80\" height=\"80\"><br>Wilmer Intriago<br>mpinargoteintriago@hotmail.com</td><td><br>mpinargoteintriago@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=116 name=Ana Rodriguez email=anlu.eir@gmail.com idrol=4 cedula=15151515151515 foto=15151515151515.png telefono=+1 (508) 478-7125-00 direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoA</b></td></tr></table>', '2021-07-02 15:25:49', 106, 30, 30, 30, 1, 1, b'0', b'0', 'mpinargoteintriago@hotmail.com'),
(2170, 116, 116, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-06 08:12:23<br><br>[421]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=107 name=Realtor Test email=ventas@grupohqs.com idrol=2 cedula=131046684021 foto=default-user.png telefono=+1 (234) 567-8901-23 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=0029122405 </b></td></tr></table>', '2021-07-06 08:12:23', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2171, 116, 116, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-06 08:13:43<br><br>[422]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=107 name=Realtor Test email=ventas@grupohqs.com idrol=2 cedula=131046684021 foto=131046684021.jpeg telefono=+1 (234) 567-8901-23 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=0029122405 </b></td></tr></table>', '2021-07-06 08:13:43', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2172, 116, 116, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-06 09:17:55<br><br>[426]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=147 idlisting=11 idrealtor=107 email=ventas@grupohqs.com phone=+1 (234) 567-8901 title=Realtor Test - 3721373 start=2021-07-09 08:00:00 end=2021-07-09 09:00:00 fecha=2021-07-09 overlap=true estado=2 color=#fce700 certificate=11-107-147 created_by=116 </b></td></tr></table>', '2021-07-06 09:17:55', 116, 30, 30, 30, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2173, 116, 116, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-06 09:30:17<br><br>[427]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=148 idlisting=11 idrealtor=104 email=lquirolafrank@grupohqs.com phone=+1 (908) 355-7400 title=Jeffrey Brookman - 3721373 start=2021-07-15 14:00:00 end=2021-07-15 16:00:00 fecha=2021-07-15 overlap=true estado=2 color=#fce700 certificate=11-104-148 note=</b></td></tr></table>', '2021-07-06 09:30:17', 116, 30, 30, 30, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2174, 116, 116, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-07 21:55:02<br><br>[432]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=151 idlisting=11 idrealtor=108 email=mpinargoteintriago@mip.grupohqs.com phone=+0 (593) 990-2544 title=Mabel Pinargote - 3721373 start=2021-07-09 09:00:00 end=2021-07-09 17:30:00 fecha=2021-07-09 overlap=true estado=3 color=#7a6666 certificate=11-108-1</b></td></tr></table>', '2021-07-07 21:55:02', 116, 30, 30, 30, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2175, 116, 116, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 09:18:50<br><br>[447]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=109 name=Alberto Mateo email=amateo@gmail.com idrol=2 cedula=2021052914140505 foto=default-user.png telefono=+0 (593) 878-7452-20 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1422172905 </b></td></tr></table>', '2021-07-13 09:18:50', 116, 30, 30, 30, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2176, 116, 116, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 09:18:54<br><br>[448]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=117 name=Carlos García email=cgarcia@gmail.com idrol=2 cedula=20210531202005055959 foto=default-user.png telefono=+1 (585) 858-5858-58 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=2040323105 </b></td></tr></table>', '2021-07-13 09:18:54', 116, 30, 30, 30, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2177, 116, 116, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 09:20:17<br><br>[449]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=jeffreyb1836@gmail.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 433-2844-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=Jeffreyb1836@gmail.c</b></td></tr></table>', '2021-07-13 09:20:17', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2178, 116, 116, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 09:20:50<br><br>[450]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=116 name=Ana Rodriguez email=anlu.eir@gmail.com idrol=4 cedula=15151515151515 foto=15151515151515.png telefono=+1 (908) 355-7400-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoA</b></td></tr></table>', '2021-07-13 09:20:50', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2179, 116, 116, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 09:21:21<br><br>[451]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=106 name=Wilmer Intriago email=wilmer19762003@yahoo.com idrol=4 cedula=300000003 foto=300000003.jpeg telefono=+1 (908) 247-1817-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAd</b></td></tr></table>', '2021-07-13 09:21:21', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2180, 118, 118, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-13 09:47:02<br><br>[118]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Mabel Pinargote<br>mpinargote@mip.grupohqs.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=118\">[confirmar]</a></td></tr></table>', '2021-07-13 09:47:02', 118, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2181, 30, 30, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 09:46:32<br><br>[453]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Mabel Pinargote cedula=1111111111 email=mpinargote@mip.grupohqs.com telefono=+1 (258) 520-2520-25 direccion=some place otd=0946321307 idrol=1 id=118 </b></td></tr></table>', '2021-07-13 09:46:32', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2182, 30, 30, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 09:59:08<br><br>[454]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Lily Izurieta email=lilyizu@hotmail.com telefono=+1 (258) 875-4222-50 direccion=some place otd=0959081307 idrol=1 id=119 </b></td></tr></table>', '2021-07-13 09:59:08', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2183, 119, 119, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-13 10:00:03<br><br>[119]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Lily Izurieta<br>lilyizu@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=119\">[confirmar]</a></td></tr></table>', '2021-07-13 10:00:03', 119, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2184, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:03:43<br><br>[455]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=119 name=Lily Izurieta email=lilyizu@hotmail.com idrol=1 foto=default-user.png telefono=+1 (258) 875-4222-50 direccion=some place mailNotificaCliente=lilyizu@hotmail.com estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 im</b></td></tr></table>', '2021-07-13 10:03:43', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2185, 30, 30, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:03:52<br><br>[456]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=119 name=Lily Izurieta email=lilyizu@hotmail.com idrol=1 foto=default-user.png telefono=+1 (258) 875-4222-50 direccion=some place mailNotificaCliente=lilyizu@hotmail.com estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 im</b></td></tr></table>', '2021-07-13 10:03:52', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2186, 30, 30, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:03:58<br><br>[457]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=113 name=Cesar Enrique Pico Delgado email=cesarpico@gmail.com idrol=2 cedula=20210529171705053838 foto=default-user.png telefono=+0 (996) 646-6650-00 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd</b></td></tr></table>', '2021-07-13 10:03:58', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2187, 30, 30, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:04:02<br><br>[458]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=111 name=Dennisse Lino email=dlino@gmail.com idrol=2 cedula=20210529161605053636 foto=default-user.png telefono=+0 (593) 958-7458-52 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1638542905 </b></td></tr></table>', '2021-07-13 10:04:02', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2188, 30, 30, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:04:08<br><br>[459]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=110 name=George Intriago Alava email=georgeintriagoalava@gmail.com idrol=2 cedula=2021052916160505 foto=default-user.png telefono=+0 (593) 555-5555-55 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 ot</b></td></tr></table>', '2021-07-13 10:04:08', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2189, 30, 30, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:04:13<br><br>[460]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=112 name=Geronimo Carrion email=gcarrion@yahoo.com idrol=2 cedula=20210529171705050606 foto=default-user.png telefono=+9 (123) 456-7890-12 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1731332905</b></td></tr></table>', '2021-07-13 10:04:13', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2190, 30, 30, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:04:17<br><br>[461]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=114 name=Kurt Cobain email=kcobain@gmail.com idrol=2 cedula=20210529232305054040 foto=default-user.png telefono=+1 (234) 567-8901-23 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=2320032905 </b></td></tr></table>', '2021-07-13 10:04:17', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2191, 30, 30, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:04:22<br><br>[462]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=108 name=Mabel Pinargote email=mpinargoteintriago@mip.grupohqs.com idrol=2 cedula=0000000010 foto=default-user.png telefono=+0 (593) 990-2544-34 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=1414</b></td></tr></table>', '2021-07-13 10:04:22', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2192, 30, 30, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:04:27<br><br>[463]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=118 name=Mabel Pinargote email=mpinargote@mip.grupohqs.com idrol=1 cedula=1111111111 foto=default-user.png telefono=+1 (258) 520-2520-25 direccion=some place estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInform</b></td></tr></table>', '2021-07-13 10:04:27', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2193, 116, 116, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:45:47<br><br>[465]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=107 name=Realtor Test email=ventas@grupohqs.com idrol=2 cedula=131046684021 foto=131046684021.jpeg telefono=+1 (234) 567-8901-23 estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 otd=0029122405 </b></td></tr></table>', '2021-07-13 10:45:47', 116, 30, 30, 30, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2194, 120, 120, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-13 10:48:02<br><br>[120]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/.jpeg\" width=\"80\" height=\"80\"><br>Lucia Paredes<br>lucileoparedes@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=120\">[confirmar]</a></td></tr></table>', '2021-07-13 10:48:02', 120, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2195, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:47:46<br><br>[466]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Lucia Paredes email=lucileoparedes@hotmail.com telefono=+1 (908) 986-4660-__ direccion=721 Westfield Ave, Elizabeth NJ 07208 otd=1047461307 idrol=1 foto=.jpeg id=120 </b></td></tr></table>', '2021-07-13 10:47:46', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2196, 116, 116, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 10:52:11<br><br>[468]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=120 name=Lucia Paredes email=lucileoparedes@hotmail.com idrol=1 foto=.jpeg telefono=+1 (908) 986-4660-__ direccion=721 Westfield Ave, Elizabeth NJ 07208 mailNotificaCliente=lucileoparedes@hotmail.com estado=1 etapaCuenta=2 plan=pbasico pendientepago=N </b></td></tr></table>', '2021-07-13 10:52:11', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2197, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 11:08:23<br><br>[470]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=120 name=Lucia Paredes email=lucileoparedes@hotmail.com idrol=1 cedula=998877445522 foto=.jpeg telefono=+1 (908) 986-4660-__ direccion=721 Westfield Ave, Elizabeth NJ 07208 mailNotificaCliente=lucileoparedes@hotmail.com estado=1 etapaCuenta=2 plan=pbas</b></td></tr></table>', '2021-07-13 11:08:23', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2198, 30, 30, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 11:10:05<br><br>[473]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=usuario prurbas cedula=1 email=ventas@grupohqs.com telefono=+1 (256) 487-9920-25 direccion=some place otd=1110051307 idrol=1 id=122 </b></td></tr></table>', '2021-07-13 11:10:05', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(2199, 122, 122, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-13 11:11:03<br><br>[122]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>usuario prurbas<br>ventas@grupohqs.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=122\">[confirmar]</a></td></tr></table>', '2021-07-13 11:11:03', 122, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2200, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 11:13:40<br><br>[474]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=122 name=usuario prurbas email=ventas@grupohqs.com idrol=1 cedula=1113401307 foto=default-user.png telefono=+1 (256) 487-9920-25 direccion=some place mailNotificaCliente=ventas@grupohqs.com estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic0</b></td></tr></table>', '2021-07-13 11:13:40', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2201, 30, 30, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 11:13:54<br><br>[475]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=122 name=usuario prurbas email=ventas@grupohqs.com idrol=1 cedula=1113401307 foto=default-user.png telefono=+1 (256) 487-9920-25 direccion=some place mailNotificaCliente=ventas@grupohqs.com estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic0</b></td></tr></table>', '2021-07-13 11:13:54', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2202, 123, 123, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-13 11:15:02<br><br>[123]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>prueba<br>ventas@grupohqs.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=123\">[confirmar]</a></td></tr></table>', '2021-07-13 11:15:02', 123, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2203, 30, 30, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 11:14:22<br><br>[476]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=prueba cedula=1114211307 email=ventas@grupohqs.com telefono=+1 (234) 567-8902-52 direccion=some place idrol=1 id=123 </b></td></tr></table>', '2021-07-13 11:14:22', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2204, 30, 30, 0, 'U', 'USUARIO :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 11:15:14<br><br>[477]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=123 name=prueba email=ventas@grupohqs.com idrol=1 cedula=1114211307 foto=default-user.png telefono=+1 (234) 567-8902-52 direccion=some place estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </b></td></tr></table>', '2021-07-13 11:15:14', 30, 30, 30, 30, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2205, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 11:15:27<br><br>[478]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=120 name=Lucia Paredes email=lucileoparedes@hotmail.com idrol=1 cedula=1115271307 foto=.jpeg telefono=+1 (908) 986-4660-__ direccion=721 Westfield Ave, Elizabeth NJ 07208 mailNotificaCliente=lucileoparedes@hotmail.com estado=1 etapaCuenta=2 plan=pbasic</b></td></tr></table>', '2021-07-13 11:15:27', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2206, 116, 116, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 11:37:53<br><br>[479]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=6 direccion=Samanes 1 Mz 128 V 109 numeromls=2155580 idestado=1 idtipo=1 descripcion=Hermosa casa junto al bosque Seco Tropical de Samanes Etapa 1 otros datos... propertyimage=2155580-2021-05-04.jpg nombrepropietario=Luis Quirola Frank fonopropietario=</b></td></tr></table>', '2021-07-13 11:37:53', 116, 30, 30, 30, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2207, 116, 116, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 11:37:58<br><br>[480]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=7 direccion=Cdla. Martha De Roldos Mz 605 Sl13 numeromls=6585879 idestado=2 idtipo=3 descripcion=Se detalla algo legible. Otro dato de información. propertyimage=6585879-2021-05-04.jpg nombrepropietario=Cesar Enrique Pico Delgado fonopropietario=+0 (9</b></td></tr></table>', '2021-07-13 11:37:58', 116, 30, 30, 30, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2208, 116, 116, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 11:38:03<br><br>[481]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=9 direccion=Cdla. Martha De Roldos Mz 605 Sl13 123 numeromls=8745221 idestado=1 idtipo=4 descripcion=some description. And some one else... propertyimage=8745221-2021-05-04.jpg nombrepropietario=Cesar Enrique Pico Delgado fonopropietario=+0 (996) 646-6</b></td></tr></table>', '2021-07-13 11:38:03', 116, 30, 30, 30, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2209, 124, 124, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-13 22:16:02<br><br>[124]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Luz Kathy Perez<br>luzkathypprealtor@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=124\">[confirmar]</a></td></tr></table>', '2021-07-13 22:16:02', 124, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2210, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-13 22:15:53<br><br>[484]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Luz Kathy Perez cedula=2215531307 email=luzkathypprealtor@gmail.com telefono=+1 (908) 344-0025-__ direccion=721 Westfield Ave, Elizabeth NJ 07208 idrol=1 id=124 </b></td></tr></table>', '2021-07-13 22:15:53', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2211, 116, 116, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-14 11:20:33<br><br>[486]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=120 name=Lucia Paredes email=lucileoparedes@hotmail.com idrol=1 cedula=1115271307 foto=1115271307.jpeg telefono=+1 (908) 986-4660-__ direccion=721 Westfield Ave, Elizabeth NJ 07208 mailNotificaCliente=lucileoparedes@hotmail.com estado=1 etapaCuenta=2 p</b></td></tr></table>', '2021-07-14 11:20:33', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2212, 116, 116, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-14 11:23:45<br><br>[489]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=124 name=Luz Kathy Perez email=luzkathypprealtor@gmail.com idrol=1 cedula=2215531307 foto=2215531307.jpeg telefono=+1 (908) 344-0025-__ direccion=721 Westfield Ave, Elizabeth NJ 07208 mailNotificaCliente=luzkathypprealtor@gmail.com estado=1 etapaCuenta</b></td></tr></table>', '2021-07-14 11:23:45', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2213, 125, 125, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-14 13:22:02<br><br>[125]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>catherine Duffoo<br>catherine.duffo@exprealty.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=125\">[confirmar]</a></td></tr></table>', '2021-07-14 13:22:02', 125, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2214, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-14 13:21:13<br><br>[490]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=catherine Duffoo cedula=20210714131307074242 email=catherine.duffo@exprealty.com telefono=+1 (908) 305-3683-__ idrol=2 id=125 </b></td></tr></table>', '2021-07-14 13:21:13', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2215, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-15 09:08:14<br><br>[493]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=125 name=Catherine Duffoo email=catherine.duffo@exprealty.com idrol=2 cedula=20210714131307074242 foto=default-user.png telefono=+1 (908) 305-3683-__ estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInformes=1 </b></td></tr></table>', '2021-07-15 09:08:14', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2216, 126, 126, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 09:42:01<br><br>[126]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>felicia william-ware / keller williams<br>felicia.ware@kw.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=126\">[confirmar]</a></td></tr></table>', '2021-07-15 09:42:01', 126, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2217, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-15 09:41:54<br><br>[495]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=felicia william-ware / keller williams cedula=20210715090907073434 email=felicia.ware@kw.com telefono=+1 (862) 224-7015-__ idrol=2 id=126 </b></td></tr></table>', '2021-07-15 09:41:54', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2218, 127, 127, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 09:57:01<br><br>[127]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Jane Ribas/ Elite Homes Realty<br>janrealty2@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=127\">[confirmar]</a></td></tr></table>', '2021-07-15 09:57:01', 127, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2219, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-15 09:56:37<br><br>[496]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Jane Ribas/ Elite Homes Realty cedula=20210715090907073131 email=janrealty2@gmail.com telefono=+1 (973) 868-4953-__ idrol=2 id=127 </b></td></tr></table>', '2021-07-15 09:56:37', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2220, 128, 128, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 10:02:02<br><br>[128]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Camilo/ World Class Realty<br>camilo@worldclassrealtynj.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=128\">[confirmar]</a></td></tr></table>', '2021-07-15 10:02:02', 128, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2221, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-15 10:01:07<br><br>[497]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Camilo/ World Class Realty cedula=20210715090907075959 email=camilo@worldclassrealtynj.com telefono=+1 (973) 452-9686-__ idrol=2 id=128 </b></td></tr></table>', '2021-07-15 10:01:07', 116, 30, 30, 30, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2222, 30, 30, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 10:55:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-07-15 10:55:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2223, 30, 30, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-07-15 10:59:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> lquirolafrank@hotmail.com<br><b>PASSWORD:</b> mabeluis2602</td></tr></table>', '2021-07-15 10:59:01', 30, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2224, 30, 30, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 11:46:01<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-07-15 11:46:01', 30, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2225, 30, 30, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 11:47:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-07-15 11:47:02', 30, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2226, 30, 30, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 11:48:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=30\">[confirmar]</a></td></tr></table>', '2021-07-15 11:48:02', 30, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2227, 126, 126, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 11:46:01<br><br>[126]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>felicia william-ware / keller williams<br>felicia.ware@kw.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=126\">[confirmar]</a></td></tr></table>', '2021-07-15 11:46:01', 126, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2228, 30, 30, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-07-15 11:51:02<br><br>[30]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> lquirolafrank@hotmail.com<br><b>PASSWORD:</b> mabeluis2602</td></tr></table>', '2021-07-15 11:51:02', 30, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2229, 126, 126, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 11:49:02<br><br>[126]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>felicia william-ware / keller williams<br>felicia.ware@kw.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=126\">[confirmar]</a></td></tr></table>', '2021-07-15 11:49:02', 126, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2230, 126, 126, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 11:47:02<br><br>[126]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>felicia william-ware / keller williams<br>felicia.ware@kw.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=126\">[confirmar]</a></td></tr></table>', '2021-07-15 11:47:02', 126, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2231, 126, 126, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 11:50:03<br><br>[126]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>felicia william-ware / keller williams<br>felicia.ware@kw.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=126\">[confirmar]</a></td></tr></table>', '2021-07-15 11:50:03', 126, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2232, 126, 126, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-15 11:48:02<br><br>[126]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>felicia william-ware / keller williams<br>felicia.ware@kw.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=126\">[confirmar]</a></td></tr></table>', '2021-07-15 11:48:02', 126, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2233, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-16 14:26:07<br><br>[504]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=DIONNA/ SIGNATURE REALTY cedula=20210716141407073333 email=dionna@signaturerealtynj.com telefono=+1 (908) 906-3289-__ idrol=2 id=129 </b></td></tr></table>', '2021-07-16 14:26:07', 116, 116, 116, 116, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2234, 129, 129, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-16 14:27:03<br><br>[129]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DIONNA/ SIGNATURE REALTY<br>dionna@signaturerealtynj.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=129\">[confirmar]</a></td></tr></table>', '2021-07-16 14:27:03', 129, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2235, 129, 129, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-16 14:28:02<br><br>[129]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DIONNA/ SIGNATURE REALTY<br>dionna@signaturerealtynj.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=129\">[confirmar]</a></td></tr></table>', '2021-07-16 14:28:02', 129, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2236, 129, 129, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-16 14:29:03<br><br>[129]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>DIONNA/ SIGNATURE REALTY<br>dionna@signaturerealtynj.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=129\">[confirmar]</a></td></tr></table>', '2021-07-16 14:29:03', 129, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2237, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-19 09:15:23<br><br>[507]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Nathaniel / signature realty cedula=20210719090907073939 email=nathaniel@signaturerealtynj.com telefono=+1 (732) 688-5928-__ idrol=2 id=130 </b></td></tr></table>', '2021-07-19 09:15:23', 116, 116, 116, 116, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2238, 130, 130, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-19 09:16:02<br><br>[130]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Nathaniel / signature realty<br>nathaniel@signaturerealtynj.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=130\">[confirmar]</a></td></tr></table>', '2021-07-19 09:16:02', 130, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2239, 130, 130, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-19 09:17:03<br><br>[130]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Nathaniel / signature realty<br>nathaniel@signaturerealtynj.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=130\">[confirmar]</a></td></tr></table>', '2021-07-19 09:17:03', 130, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2240, 130, 130, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-19 09:18:03<br><br>[130]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Nathaniel / signature realty<br>nathaniel@signaturerealtynj.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=130\">[confirmar]</a></td></tr></table>', '2021-07-19 09:18:03', 130, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2241, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-19 09:23:30<br><br>[508]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Vanesa / Premier  Homes cedula=20210719090907071111 email=vcabrera@atlanticpros.com telefono=+1 (973) 592-6497-__ idrol=2 id=131 </b></td></tr></table>', '2021-07-19 09:23:30', 116, 116, 116, 116, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2242, 131, 131, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-19 09:24:01<br><br>[131]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Vanesa / Premier  Homes<br>vcabrera@atlanticpros.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=131\">[confirmar]</a></td></tr></table>', '2021-07-19 09:24:01', 131, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2243, 131, 131, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-19 09:25:01<br><br>[131]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Vanesa / Premier  Homes<br>vcabrera@atlanticpros.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=131\">[confirmar]</a></td></tr></table>', '2021-07-19 09:25:01', 131, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2244, 131, 131, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-19 09:26:02<br><br>[131]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Vanesa / Premier  Homes<br>vcabrera@atlanticpros.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=131\">[confirmar]</a></td></tr></table>', '2021-07-19 09:26:02', 131, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2245, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-23 09:03:15<br><br>[516]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Darcy/ EXP realty cedula=20210723090907070000 email=darcy.reynolds@exprealty.com telefono=+1 (973) 303-8473-__ idrol=2 id=132 </b></td></tr></table>', '2021-07-23 09:03:15', 116, 116, 116, 116, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2246, 132, 132, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-23 09:04:02<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Darcy/ EXP realty<br>darcy.reynolds@exprealty.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=132\">[confirmar]</a></td></tr></table>', '2021-07-23 09:04:02', 132, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2247, 132, 132, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-23 09:05:03<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Darcy/ EXP realty<br>darcy.reynolds@exprealty.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=132\">[confirmar]</a></td></tr></table>', '2021-07-23 09:05:03', 132, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2248, 132, 132, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-23 09:06:01<br><br>[132]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Darcy/ EXP realty<br>darcy.reynolds@exprealty.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=132\">[confirmar]</a></td></tr></table>', '2021-07-23 09:06:01', 132, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2249, 116, 116, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-23 09:54:49<br><br>[517]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=58 direccion=95-97 Alexander St. Newark Nj 07106 numeromls=3684331 idestado=1 idtipo=2 descripcion=Just move right in and unpack in this 3 bedroom in the Vailsburg Section of Newark. If you are looking for convenience look no further, this one is a win</b></td></tr></table>', '2021-07-23 09:54:49', 116, 116, 116, 116, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2250, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-27 09:50:34<br><br>[522]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=mariel/ keller williams town square cedula=20210727090907072121 email=mariellemurnock@kw.com telefono=+1 (862) 213-8356-__ idrol=2 id=133 </b></td></tr></table>', '2021-07-27 09:50:34', 116, 116, 116, 116, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2251, 133, 133, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-27 09:51:01<br><br>[133]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>mariel/ keller williams town square<br>mariellemurnock@kw.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=133\">[confirmar]</a></td></tr></table>', '2021-07-27 09:51:01', 133, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2252, 133, 133, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-27 09:52:03<br><br>[133]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>mariel/ keller williams town square<br>mariellemurnock@kw.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=133\">[confirmar]</a></td></tr></table>', '2021-07-27 09:52:03', 133, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2253, 133, 133, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-27 09:53:02<br><br>[133]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>mariel/ keller williams town square<br>mariellemurnock@kw.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=133\">[confirmar]</a></td></tr></table>', '2021-07-27 09:53:02', 133, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2254, 116, 116, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-27 15:49:39<br><br>[525]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=157 idlisting=73 idrealtor=130 email=nathaniel@signaturerealtynj.com phone=+1 (732) 688-5928 title=Nathaniel / signature realty - 3719904 start=2021-07-19 13:00:00 end=2021-07-19 14:00:00 fecha=2021-07-19 overlap=true estado=1 color=#e3565b certificate</b></td></tr></table>', '2021-07-27 15:49:39', 116, 116, 116, 116, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2255, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-28 22:09:51<br><br>[529]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=77 direccion=Prueba De Nueva Propiedad numeromls=99999__ idestado=1 idtipo=1 owner=N descripcion=new nombrepropietario=Prueba fonopropietario=+0 (992) 587-81__ precio=0.00 idvendedor=30 </b></td></tr></table>', '2021-07-28 22:09:51', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2256, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-07-29 12:24:28<br><br>[531]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=JONH / REDFIN cedula=20210729121207070909 email=jonathan.yerovi.aa@redfin.com telefono=+1 (862) 368-5310-__ idrol=2 id=134 </b></td></tr></table>', '2021-07-29 12:24:28', 116, 116, 116, 116, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2257, 134, 134, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-29 12:25:02<br><br>[134]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>JONH / REDFIN<br>jonathan.yerovi.aa@redfin.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=134\">[confirmar]</a></td></tr></table>', '2021-07-29 12:25:02', 134, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2258, 134, 134, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-29 12:26:03<br><br>[134]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>JONH / REDFIN<br>jonathan.yerovi.aa@redfin.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=134\">[confirmar]</a></td></tr></table>', '2021-07-29 12:26:03', 134, 116, 116, 116, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(2259, 134, 134, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-07-29 12:27:03<br><br>[134]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>JONH / REDFIN<br>jonathan.yerovi.aa@redfin.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=134\">[confirmar]</a></td></tr></table>', '2021-07-29 12:27:03', 134, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2260, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-08-02 09:56:01<br><br>[536]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Leanord/ Naca Realty cedula=20210802090908083434 email=ldrquest@gmail.com telefono=+1 (484) 241-1708-__ idrol=2 id=135 </b></td></tr></table>', '2021-08-02 09:56:01', 116, 116, 116, 116, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2261, 135, 135, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-08-02 09:56:01<br><br>[135]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Leanord/ Naca Realty<br>ldrquest@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=135\">[confirmar]</a></td></tr></table>', '2021-08-02 09:56:01', 135, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2262, 135, 135, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-08-02 09:57:02<br><br>[135]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Leanord/ Naca Realty<br>ldrquest@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=135\">[confirmar]</a></td></tr></table>', '2021-08-02 09:57:02', 135, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2263, 135, 135, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-08-02 09:58:03<br><br>[135]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Leanord/ Naca Realty<br>ldrquest@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=135\">[confirmar]</a></td></tr></table>', '2021-08-02 09:58:03', 135, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2264, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2021-08-02 11:03:27<br><br>[537]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Darren/ Jordan Baris Real Living cedula=20210802111108080909 email=dnurse@jordanbaris.com telefono=+1 (347) 853-5915-__ idrol=2 id=136 </b></td></tr></table>', '2021-08-02 11:03:27', 116, 116, 116, 116, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2265, 136, 136, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-08-02 11:04:02<br><br>[136]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Darren/ Jordan Baris Real Living<br>dnurse@jordanbaris.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=136\">[confirmar]</a></td></tr></table>', '2021-08-02 11:04:02', 136, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2266, 136, 136, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-08-02 11:05:02<br><br>[136]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Darren/ Jordan Baris Real Living<br>dnurse@jordanbaris.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=136\">[confirmar]</a></td></tr></table>', '2021-08-02 11:05:02', 136, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2267, 136, 136, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-08-02 11:06:02<br><br>[136]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Darren/ Jordan Baris Real Living<br>dnurse@jordanbaris.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=136\">[confirmar]</a></td></tr></table>', '2021-08-02 11:06:02', 136, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2268, 136, 136, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-08-02 11:13:01<br><br>[136]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Darren/ Jordan Baris Real Living<br>dnurse@jordanbaris.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> dnurse@jordanbaris.com<br><b>PASSWORD:</b> </td></tr></table>', '2021-08-02 11:13:01', 136, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2269, 124, 124, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-09-15 10:23:02<br><br>[124]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/2215531307.jpeg\" width=\"80\" height=\"80\"><br>Luz Kathy Perez<br>luzkathypprealtor@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=124\">[confirmar]</a></td></tr></table>', '2021-09-15 10:23:02', 124, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2270, 124, 124, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-09-15 10:24:02<br><br>[124]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/2215531307.jpeg\" width=\"80\" height=\"80\"><br>Luz Kathy Perez<br>luzkathypprealtor@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=124\">[confirmar]</a></td></tr></table>', '2021-09-15 10:24:02', 124, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2271, 124, 124, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-09-15 10:25:03<br><br>[124]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/2215531307.jpeg\" width=\"80\" height=\"80\"><br>Luz Kathy Perez<br>luzkathypprealtor@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=124\">[confirmar]</a></td></tr></table>', '2021-09-15 10:25:03', 124, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2272, 124, 124, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-09-15 11:26:02<br><br>[124]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/2215531307.jpeg\" width=\"80\" height=\"80\"><br>Luz Kathy Perez<br>luzkathypprealtor@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> luzkathypprealtor@gmail.com<br><b>PASSWORD:</b> </td></tr></table>', '2021-09-15 11:26:02', 124, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2273, 124, 124, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-09-15 11:36:02<br><br>[124]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/2215531307.jpeg\" width=\"80\" height=\"80\"><br>Luz Kathy Perez<br>luzkathypprealtor@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> luzkathypprealtor@gmail.com<br><b>PASSWORD:</b> </td></tr></table>', '2021-09-15 11:36:02', 124, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2274, 124, 124, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2021-09-15 11:54:02<br><br>[124]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/2215531307.jpeg\" width=\"80\" height=\"80\"><br>Luz Kathy Perez<br>luzkathypprealtor@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> luzkathypprealtor@gmail.com<br><b>PASSWORD:</b> </td></tr></table>', '2021-09-15 11:54:02', 124, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2275, 120, 120, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-11-01 12:59:03<br><br>[120]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1115271307.jpeg\" width=\"80\" height=\"80\"><br>Lucia Paredes<br>lucileoparedes@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=120\">[confirmar]</a></td></tr></table>', '2021-11-01 12:59:03', 120, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2276, 120, 120, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-11-01 13:00:03<br><br>[120]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1115271307.jpeg\" width=\"80\" height=\"80\"><br>Lucia Paredes<br>lucileoparedes@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=120\">[confirmar]</a></td></tr></table>', '2021-11-01 13:00:03', 120, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2277, 120, 120, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2021-11-01 13:01:01<br><br>[120]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/1115271307.jpeg\" width=\"80\" height=\"80\"><br>Lucia Paredes<br>lucileoparedes@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=120\">[confirmar]</a></td></tr></table>', '2021-11-01 13:01:01', 120, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2278, 30, 30, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2022-02-14<br><br>[164]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\"><br><b>Your Certificate Appointment is: 123-30-164</b><br><br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3731817</b><br><h2>228 W Runyon St, Newark Nj 07108</h2><br>Start: <b>2022-02-14 11:00:00</b><br>End: <b>2022-02-14 12:00:00</b><br>Contact Name: <br><b>Jeffrey Brookman<br>+1 (908) 422-2844<br>jeffreyb1836@gmail.com</b><br>Show Instructions: <br><b></b></td></tr></table>', '2022-02-14 00:00:00', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2279, 30, 30, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2022-02-19<br><br>[165]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\"><br><b>Your Certificate Appointment is: 15-30-165</b><br><br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3643655-2021-07-12.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3643655</b><br><h2>1114-1118 Magie Ave Elizabeth Nj 07208</h2><br>Start: <b>2022-02-19 10:00:00</b><br>End: <b>2022-02-19 11:00:00</b><br>Contact Name: <br><b>Jeffrey Brookman<br>+1 (908) 422-2844<br>jeffreyb1836@gmail.com</b><br>Show Instructions: <br><b>Call Dolly (908-965-1365)</b></td></tr></table>', '2022-02-19 00:00:00', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2280, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-12 22:38:54<br><br>[779]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=190 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=4 owner=S descripcion=description propertyimage=0908008-2022-06-12.jpg nombrepropietario=Raul fonopropietario=+0 (982) 820-0899 mailpropietario=rjvillao@esp</b></td></tr></table>', '2022-06-12 22:38:54', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2281, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-12 23:04:38<br><br>[780]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=191 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=2 owner=S descripcion=s.. propertyimage=0908008-2022-06-12.jpg nombrepropietario=Raul fonopropietario=+2 (233) 333-3333 mailpropietario=rjvillao@espol.edu.e</b></td></tr></table>', '2022-06-12 23:04:38', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2282, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-12 23:07:44<br><br>[781]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=192 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=4 idtipo=1 owner=S descripcion=s.. propertyimage=0908008-2022-06-12.jpg nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.e</b></td></tr></table>', '2022-06-12 23:07:44', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2283, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-12 23:22:16<br><br>[782]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=193 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=3 idtipo=2 owner=S descripcion=s.. propertyimage=0908008-2022-06-12.jpg nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.e</b></td></tr></table>', '2022-06-12 23:22:16', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2284, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-12 23:24:16<br><br>[783]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=194 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=3 idtipo=3 owner=S descripcion=s.. propertyimage=0908008-2022-06-12.jpg nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.e</b></td></tr></table>', '2022-06-12 23:24:16', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2285, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-12 23:57:49<br><br>[784]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=196 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=4 idtipo=3 owner=S descripcion=j. propertyimage=0908008-2022-06-12.jpg nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.ec</b></td></tr></table>', '2022-06-12 23:57:49', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2286, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-12 23:57:55<br><br>[785]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=195 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=2 idtipo=2 owner=S descripcion=1 propertyimage=0908008-2022-06-12.jpg nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.ec </b></td></tr></table>', '2022-06-12 23:57:55', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2287, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-13 00:38:38<br><br>[786]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=197 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=2 idtipo=1 owner=S descripcion=l. propertyimage=0908008-2022-06-13.jpg nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.ec</b></td></tr></table>', '2022-06-13 00:38:38', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2288, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-13 00:40:22<br><br>[787]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=198 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=3 idtipo=4 owner=S descripcion=s. propertyimage=0908008-2022-06-13.jpg nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.ec</b></td></tr></table>', '2022-06-13 00:40:22', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2289, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-13 10:56:34<br><br>[789]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=200 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=3 idtipo=2 owner=S descripcion=s. nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.ec instrucciones=s- precio=123.00 habit</b></td></tr></table>', '2022-06-13 10:56:34', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2290, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-13 14:48:06<br><br>[792]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=199 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=2 owner=S descripcion=s. propertyimage=0908008-2022-06-13.jpg nombrepropietario=Raul fonopropietario=+2 (___) ___-____ mailpropietario=rjvillao@espol.edu.ec</b></td></tr></table>', '2022-06-13 14:48:06', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2291, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-14 10:06:56<br><br>[796]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=201 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=1 owner=S descripcion=2. propertyimage=0908008-2022-06-13.jpg nombrepropietario=Raul fonopropietario=+2 (___) ___-____ mailpropietario=rjvillao@espol.edu.ec</b></td></tr></table>', '2022-06-14 10:06:56', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2292, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-14 11:03:16<br><br>[798]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=202 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=1 owner=S descripcion=s... propertyimage=0908008-2022-06-14.jpg nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.</b></td></tr></table>', '2022-06-14 11:03:16', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2293, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-14 15:25:45<br><br>[799]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=203 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=1 owner=S descripcion=s.. propertyimage=0908008-2022-06-14.jpg nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.e</b></td></tr></table>', '2022-06-14 15:25:45', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2294, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-16 10:22:39<br><br>[807]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=205 direccion=Test numeromls=0908008 idestado=4 idtipo=1 owner=S descripcion=s.. nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.ec instrucciones=s.. precio=50.00 habitaciones=5 sshh=6 parqueos=5 areaprox=100</b></td></tr></table>', '2022-06-16 10:22:39', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2295, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-16 12:54:00<br><br>[810]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=204 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=3 owner=S descripcion=Esta es un apropiedad de pruebas para los cambios que estamos desarrollando en el nuevo WebSite de EIR.\r\n\r\n Aenean interdum, nisl at r</b></td></tr></table>', '2022-06-16 12:54:00', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2296, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-16 12:54:59<br><br>[811]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=206 direccion=Probando Desde Ecuador numeromls=00012__ idestado=4 idtipo=1 owner=S descripcion=prueba nombrepropietario=Luis Quirola fonopropietario=+0 (593) 990-2544 precio=125000.00 habitaciones=1 sshh=1 parqueos=1 areaprox=125 idvendedor=30 </b></td></tr></table>', '2022-06-16 12:54:59', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2297, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-16 23:38:20<br><br>[813]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=208 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=1 owner=S descripcion=s nombrepropietario=A fonopropietario=+2 (222) 222-2222 mailpropietario=rjvillao@espol.edu.ec instrucciones=s precio=50.00 habitacione</b></td></tr></table>', '2022-06-16 23:38:20', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2298, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-16 23:46:44<br><br>[814]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=209 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=3 idtipo=3 owner=S descripcion=ss nombrepropietario=Raul fonopropietario=+_ (___) ___-___2 mailpropietario=rjvillao@espol.edu.ec instrucciones=ss precio=50.00 habita</b></td></tr></table>', '2022-06-16 23:46:44', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2299, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-17 00:08:38<br><br>[815]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=210 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=2 idtipo=2 owner=S descripcion=s features_ids=2,6,3,4,5 nombrepropietario=Raul fonopropietario=+2 (___) ___-____ mailpropietario=rjvillao@espol.edu.ec instrucciones=</b></td></tr></table>', '2022-06-17 00:08:38', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2300, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-18 07:47:08<br><br>[818]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=211 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=2 owner=S descripcion=ss nombrepropietario=Raul fonopropietario=+2 (___) ___-____ mailpropietario=rjvillao@espol.edu.ec instrucciones=ss precio=12.00 habita</b></td></tr></table>', '2022-06-18 07:47:08', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2301, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-24 22:31:12<br><br>[831]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=218 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=1 owner=S descripcion=test features_ids=10,14,16 nombrepropietario=Raul fonopropietario=+2 (___) ___-____ mailpropietario=rjvillao@espol.edu.ec instruccione</b></td></tr></table>', '2022-06-24 22:31:12', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2302, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-24 22:32:30<br><br>[832]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=219 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=1 owner=S descripcion=test features_ids=12,11 nombrepropietario=Raul fonopropietario=+3 (333) 333-3333 mailpropietario=rjvillao@espol.edu.ec instrucciones=t</b></td></tr></table>', '2022-06-24 22:32:30', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2303, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 15:01:06<br><br>[850]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=jeffreyb1836@gmail.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 433-2844-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=Jeffreyb1836@gmail.c</b></td></tr></table>', '2022-06-28 15:01:06', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2304, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 15:02:54<br><br>[851]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=jeffreyb1836@gmail.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 433-2844-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=Jeffreyb1836@gmail.c</b></td></tr></table>', '2022-06-28 15:02:54', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2305, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 15:03:14<br><br>[852]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=jeffreyb1836@gmail.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 433-2844-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=Jeffreyb1836@gmail.c</b></td></tr></table>', '2022-06-28 15:03:14', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2306, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 15:07:50<br><br>[853]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=jeffreyb1836@gmail.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 433-2844-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=Jeffreyb1836@gmail.c</b></td></tr></table>', '2022-06-28 15:07:50', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2307, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 15:14:58<br><br>[854]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=jeffreyb1836@gmail.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 433-2844-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=Jeffreyb1836@gmail.c</b></td></tr></table>', '2022-06-28 15:14:58', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2308, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 15:21:08<br><br>[855]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=105 name=Wanda Madera email=lquirolafrank1980@gmail.com idrol=1 cedula=3000000003 foto=3000000003.jpeg telefono=+5 (939) 999-9999-9_ direccion=NY, USA nombreContacto=Wanda Madera mailNotificaCliente=lquirolafrank1980@gmail.com estado=1 etapaCuenta=4 id</b></td></tr></table>', '2022-06-28 15:21:08', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2309, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 15:23:51<br><br>[857]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=124 name=Luz Kathy Perez email=luzkathypprealtor@gmail.com idrol=1 cedula=2215531307 foto=2215531307.jpeg telefono=+1 (908) 344-0025-__ direccion=721 Westfield Ave, Elizabeth NJ 07208 mailNotificaCliente=luzkathypprealtor@gmail.com estado=1 etapaCuenta</b></td></tr></table>', '2022-06-28 15:23:51', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2310, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 15:24:27<br><br>[858]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=jeffreyb1836@gmail.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 433-2844-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=Jeffreyb1836@gmail.c</b></td></tr></table>', '2022-06-28 15:24:27', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2311, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 15:25:01<br><br>[859]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=106 name=Wilmer Intriago email=wilmer19762003@yahoo.com idrol=4 cedula=300000003 foto=300000003.jpeg telefono=+1 (908) 247-1817-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAd</b></td></tr></table>', '2022-06-28 15:25:01', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2312, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 16:31:05<br><br>[860]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=jeffreyb1836@gmail.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 433-2844-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=Jeffreyb1836@gmail.c</b></td></tr></table>', '2022-06-28 16:31:05', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(2313, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-28 17:22:57<br><br>[862]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=220 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=1 owner=S descripcion=test features_ids=10,13 propertyimage=0908008-2022-06-28.jpg nombrepropietario=Raul fonopropietario=+2 (___) ___-____ mailpropietario=</b></td></tr></table>', '2022-06-28 17:22:57', 30, 116, 116, 116, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2314, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-29 10:25:08<br><br>[864]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=106 name=Wilmer Intriago email=wilmer19762003@yahoo.com idrol=4 cedula=300000003 foto=300000003.jpeg telefono=+1 (908) 247-1817-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAd</b></td></tr></table>', '2022-06-29 10:25:08', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2315, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-29 10:26:41<br><br>[865]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=106 name=Wilmer Intriago email=wilmer19762003@yahoo.com idrol=4 cedula=300000003 foto=300000003.jpeg telefono=+1 (908) 247-1817-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAd</b></td></tr></table>', '2022-06-29 10:26:41', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2316, 30, 30, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-29 11:58:34<br><br>[867]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>name=Chugh Balwant cedula=9999879999 email=bchugh@aol.com telefono=+1 (908) 355-7400-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 idrol=1 synopsis=Rocky, who has been been working with us for about a year, is one of the most motivated agents in the </b></td></tr></table>', '2022-06-29 11:58:34', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2317, 137, 137, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-06-29 11:59:01<br><br>[137]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999879999.jpeg\" width=\"80\" height=\"80\"><br>Chugh Balwant<br>bchugh@aol.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=137\">[confirmar]</a></td></tr></table>', '2022-06-29 11:59:01', 137, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2318, 137, 137, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-06-29 12:00:03<br><br>[137]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999879999.jpeg\" width=\"80\" height=\"80\"><br>Chugh Balwant<br>bchugh@aol.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=137\">[confirmar]</a></td></tr></table>', '2022-06-29 12:00:03', 137, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2319, 137, 137, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-06-29 12:01:03<br><br>[137]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999879999.jpeg\" width=\"80\" height=\"80\"><br>Chugh Balwant<br>bchugh@aol.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=137\">[confirmar]</a></td></tr></table>', '2022-06-29 12:01:03', 137, 116, 116, 116, 1, 1, b'0', b'0', NULL),
(2320, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-06-29 21:51:47<br><br>[869]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>id=106 name=Wilmer Intriago email=wilmer19762003@yahoo.com idrol=4 cedula=300000003 foto=300000003.jpeg telefono=+1 (908) 247-1817-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAd</b></td></tr></table>', '2022-06-29 21:51:47', 30, 116, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2321, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 07:59:05<br><br>[885]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: rickley14@gmail.com Customer name= Luis Quirola Frank Phone number= 0990254434 Message= Probando desde pÃ¡gina web. Get un touch</b></td></tr></table>', '2022-07-06 07:59:05', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2322, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 07:59:22<br><br>[886]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: lquirolafrank1980@gmail.com   Message= I want to subscribe to your website</b></td></tr></table>', '2022-07-06 07:59:22', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2323, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 08:12:50<br><br>[887]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: lquirolafrank@hotmail.com Customer name= Luis Quirola Phone number= 0990254434 Message= Probando desde el new website</b></td></tr></table>', '2022-07-06 08:12:50', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2324, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 08:12:50<br><br>[887]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: lquirolafrank@hotmail.com Customer name= Luis Quirola Phone number= 0990254434 Message= Probando desde el new website</b></td></tr></table>', '2022-07-06 08:12:50', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2325, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 11:02:38<br><br>[888]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: gerencia@grupohqs.com Customer name= MarÃ­a Isabel Pinargote Intriago Phone number= +593990254434 Message= Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bon</b></td></tr></table>', '2022-07-06 11:02:38', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2326, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 11:05:57<br><br>[889]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: gerencia@grupohqs.com Customer name= MarÃ­a Isabel Pinargote Intriago Phone number= +593990254434 Message= Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line iLuis</b></td></tr></table>', '2022-07-06 11:05:57', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2327, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 11:08:00<br><br>[890]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: gerencia@grupohqs.com Customer name= TRANSPORTE Phone number= +593990254434 Message= Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line i1234Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, look_LEQF</b></td></tr></table>', '2022-07-06 11:08:00', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2328, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 11:21:59<br><br>[892]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: gerencia@grupohqs.com   Message= Probando desde la secciÃ³n del HOME los mensajes.</b></td></tr></table>', '2022-07-06 11:21:59', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2329, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 11:22:59<br><br>[893]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: gerencia@grupohqs.com Customer name= TRANSPORTE Phone number= +593990254434 Message= Desde la secciÃ³n del realtor especÃ­fico para consultar algo...</b></td></tr></table>', '2022-07-06 11:22:59', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2330, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 11:23:43<br><br>[894]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: gerencia@grupohqs.com Customer name= TRANSPORTE Phone number= +593990254434 Message= Quisiera lograr una demostraciÃ³n de esta propiedad por favor.\nEstoy muy interesado.</b></td></tr></table>', '2022-07-06 11:23:43', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2331, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 11:23:55<br><br>[895]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: gerencia@grupohqs.com   Message= I want to subscribe to your website</b></td></tr></table>', '2022-07-06 11:23:55', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2332, 30, 30, 0, 'I', 'WebSite :: Register', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-06 11:24:22<br><br>[896]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr><td colspan=\"3\"><b>Email: gerencia@grupohqs.com Customer name= TRANSPORTE Phone number= +593990254434 Message= Probando desde la secciÃ³n Contact Us...</b></td></tr></table>', '2022-07-06 11:24:22', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2333, 30, 30, 0, 'I', 'WebSite :: Quick Note', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-06 11:59:18<br><br>[897]</td><td style=\"text-align:center\">WebSite<br></td><td>Quick Note<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">To: Wilmer Intriago Email: josuevillao@hotmail.com Customer name= Josue Villao Phone number= 0963240658 Message= this is a test</td></tr></table>', '2022-07-06 11:59:18', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2334, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-06 11:59:52<br><br>[898]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: josuevillao@hotmail.com   Message= test message</td></tr></table>', '2022-07-06 11:59:52', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2335, 30, 30, 0, 'I', 'WebSite :: Register', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-06 12:03:39<br><br>[899]</td><td style=\"text-align:center\">WebSite<br></td><td>Register<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: gerencia@grupohqs.com   Message= I want to subscribe to your website</td></tr></table>', '2022-07-06 12:03:39', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2336, 30, 30, 0, 'I', 'WebSite :: Register', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-06 12:03:51<br><br>[900]</td><td style=\"text-align:center\">WebSite<br></td><td>Register<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: lquirolafrank@hotmail.com   Message= I want to subscribe to your website</td></tr></table>', '2022-07-06 12:03:51', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2337, 30, 30, 0, 'I', 'WebSite :: Quick Note', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-06 12:04:31<br><br>[901]</td><td style=\"text-align:center\">WebSite<br></td><td>Quick Note<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">To: Lucia Paredes Email: gerencia@grupohqs.com Customer name= MarÃ­a Isabel Pinargote Intriago Phone number= +593990254434 Message= Get A Quick Quote</td></tr></table>', '2022-07-06 12:04:31', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2338, 30, 30, 0, 'I', 'WebSite :: Appointment Request', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-06 12:04:58<br><br>[902]</td><td style=\"text-align:center\">WebSite<br></td><td>Appointment Request<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Listing: 539 S. Park St Elizabeth Nj 07206 Email: gerencia@grupohqs.com Customer name= JosÃ© Vicente Reyes Becerra Phone number= +593990254434 Message= Request a Showing</td></tr></table>', '2022-07-06 12:04:58', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2339, 30, 30, 0, 'I', 'WebSite :: Message', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-06 12:05:23<br><br>[903]</td><td style=\"text-align:center\">WebSite<br></td><td>Message<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: gerencia@grupohqs.com Customer name= JosuÃ© Villao Phone number= +593990254434 Message= Get in Touch</td></tr></table>', '2022-07-06 12:05:23', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2340, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-06 12:11:39<br><br>[904]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: gerencia@grupohqs.com   Message= Get a Free Consultation MarÃ­a Isabel Pinargote</td></tr></table>', '2022-07-06 12:11:39', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2341, 30, 30, 0, 'I', 'WebSite :: Register', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-06 12:12:48<br><br>[905]</td><td style=\"text-align:center\">WebSite<br></td><td>Register<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: jquirolafr@gmail.com   Message= I want to subscribe to your website</td></tr></table>', '2022-07-06 12:12:48', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2342, 30, 30, 0, 'I', 'WebSite :: Appointment Request', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-06 12:14:43<br><br>[906]</td><td style=\"text-align:center\">WebSite<br></td><td>Appointment Request<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Listing: 112 Butler Ave Roselle Park Nj 07204 Email: gerencia@grupohqs.com Customer name= MarÃ­a Isabel Pinargote Intriago Phone number= +593990254434 Message= Request a Showing\nQuiero ver esta propiedad... estoy interesado.  Por favor contactarme.</td></tr></table>', '2022-07-06 12:14:43', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2343, 30, 30, 0, 'I', 'APPOINTMENT :: APPOINTMENT', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2022-07-07<br><br>[166]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td>Wilmer Intriago<br>wilmer19762003@yahoo.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 212-106-166</td></tr></table>', '2022-07-07 00:00:00', 106, 30, 116, 116, 1, 1, b'0', b'0', 'wilmer19762003@yahoo.com'),
(2344, 30, 30, 0, 'I', 'APPOINTMENT :: CONFIRMED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2022-07-07<br><br>[166]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td>Wilmer Intriago<br>wilmer19762003@yahoo.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\"><br><b>Your Certificate Appointment is: 212-106-166</b><br><br><b><h2>This appointment has been CONFIRMED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3790199-2022-07-01.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3790199</b><br><h2>112 Butler Ave Roselle Park Nj 07204</h2><br>Start: <b>2022-07-07 10:00:00</b><br>End: <b>2022-07-07 11:00:00</b><br>Contact Name: <br><b>Ana Rodriguez<br>+1 (908) 548-1457<br>anlu.eir@gmail.com</b><br>Show Instructions: <br><b></b></td></tr></table>', '2022-07-07 00:00:00', 106, 30, 116, 116, 1, 1, b'0', b'0', 'wilmer19762003@yahoo.com'),
(2345, 30, 30, 0, 'I', 'APPOINTMENT :: CANCELED', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Realtor</th></tr><tr><td>2022-07-07<br><br>[166]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td>Wilmer Intriago<br>wilmer19762003@yahoo.com</td></tr><tr><td colspan=\"3\">Registro del Log</td></tr><tr align=\"center\"><td colspan=\"3\">Your Certificate Appointment is: 212-106-166<br><b><h2>This appointment has been CANCELED</h2></b><br><img src=\"https://appEir.qps.ec/storage/images/listings/3790199-2022-07-01.jpg\" width=\"150\" height=\"100\"><br>MLS-Number: <b>3790199</b><br><h2>112 Butler Ave Roselle Park Nj 07204</h2><br>Start: <b>2022-07-07 10:00:00</b><br>End: <b>2022-07-07 11:00:00</b></td></tr></table>', '2022-07-07 00:00:00', 106, 30, 116, 116, 1, 1, b'0', b'0', 'wilmer19762003@yahoo.com'),
(2346, 30, 30, 0, 'I', 'WebSite :: Quick Note', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-15 20:01:15<br><br>[939]</td><td style=\"text-align:center\">WebSite<br></td><td>Quick Note<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">To: Wilmer Intriago Email: lquirolafrank@hotmail.com Customer name= George Intriago Alava Phone number= 0990254434 Message= Saludos Wilmer...</td></tr></table>', '2022-07-15 20:01:15', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2347, 30, 30, 0, 'I', 'WebSite :: Register', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-15 20:03:00<br><br>[940]</td><td style=\"text-align:center\">WebSite<br></td><td>Register<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: lquirolafrank@hotmail.com   Message= I want to subscribe to your website</td></tr></table>', '2022-07-15 20:03:00', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2348, 30, 30, 0, 'I', 'WebSite :: Message', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-15 20:07:06<br><br>[941]</td><td style=\"text-align:center\">WebSite<br></td><td>Message<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: lquirolafrank@hotmail.com Customer name= George Intriago Alava Phone number= 0990254434 Message= Otro saludo...</td></tr></table>', '2022-07-15 20:07:06', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2349, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-15 20:08:25<br><br>[942]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: lquirolafrank@hotmail.com   Message= FAQ</td></tr></table>', '2022-07-15 20:08:25', 30, 30, 116, 116, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2350, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-15 20:09:54<br><br>[943]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: lquirolafrank@hotmail.com   Message= FAQ...</td></tr></table>', '2022-07-15 20:09:54', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2351, 30, 30, 0, 'I', 'WebSite :: Message', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-15 20:10:45<br><br>[945]</td><td style=\"text-align:center\">WebSite<br></td><td>Message<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: lquirolafrank@hotmail.com Customer name= George Intriago Alava Phone number= 0990254434 Message= dfasdfasdfdfsdf</td></tr></table>', '2022-07-15 20:10:45', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2352, 30, 30, 0, 'I', 'WebSite :: Appointment Request', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-15 20:11:22<br><br>[947]</td><td style=\"text-align:center\">WebSite<br></td><td>Appointment Request<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Listing: 317 Pine St. Elizabeth Nj 07206 Email: lquirolafrank@hotmail.com Customer name= Mabel Pinargote Phone number= 0990254434 Message= M<e interesa...</td></tr></table>', '2022-07-15 20:11:22', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2353, 30, 30, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-16 14:23:06<br><br>[956]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=232 direccion=Santa Elena Urbanización El Delfin Mz 3 V 10 numeromls=0908008 idestado=1 idtipo=2 owner=S descripcion=test propertyimage=0908008-2022-07-16.png nombrepropietario=Raul fonopropietario=+2 (___) ___-____ mailpropietario=rjvillao@espol.edu.</b></td></tr></table>', '2022-07-16 14:23:06', 30, 30, 106, 106, 1, 3, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2354, 30, 30, 0, 'I', 'WebSite :: Register', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-18 19:31:56<br><br>[964]</td><td style=\"text-align:center\">WebSite<br></td><td>Register<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: gintriagoalava@yahoo.es   Message= I want to subscribe to your website</td></tr></table>', '2022-07-18 19:31:56', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2355, 30, 30, 0, 'I', 'WebSite :: Message', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-19 10:09:48<br><br>[978]</td><td style=\"text-align:center\">WebSite<br></td><td>Message<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: lquirolafrank1980@gmail.com Customer name= Luis  Phone number= 0990254434 Message= Saludos pruebas </td></tr></table>', '2022-07-19 10:09:48', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2356, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-20 12:27:10<br><br>[988]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: no-replymi@gmail.com   Message= Hi there \r\n \r\nI have just checked  eliteintriagohomes.qps.ec for  the current search visibility and saw that your website could use a push. \r\n \r\nWe will enhance your SEO metrics and ranks organically and safely, using only whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nPlease check our plans here, we offer SEO at cheap rates. \r\nhttps://www.hilkom-digital.de/cheap-seo-packages/ \r\n \r\nStart increasing your sales and leads with us, today! \r\n \r\n \r\nregards \r\nMike Clapton\r\n \r\nHilkom Digital Team \r\nsupport@hilkom-digital.de</td></tr></table>', '2022-07-20 12:27:10', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2357, 116, 116, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-20 15:28:28<br><br>[989]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>name=Roschel Davis cedula=1528282007 email=bluedoorproperties19@gmail.com telefono=+1 (678) 907-4976-__ idrol=1 foto=.jpeg id=138 </b></td></tr></table>', '2022-07-20 15:28:28', 116, 30, 106, 106, 1, 1, b'0', b'0', 'anlu.eir@gmail.com'),
(2358, 138, 138, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-20 15:29:03<br><br>[138]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/.jpeg\" width=\"80\" height=\"80\"><br>Roschel Davis<br>bluedoorproperties19@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=138\">[confirmar]</a></td></tr></table>', '2022-07-20 15:29:03', 138, 30, 106, 106, 1, 1, b'0', b'0', NULL),
(2359, 138, 138, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-20 15:30:03<br><br>[138]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/.jpeg\" width=\"80\" height=\"80\"><br>Roschel Davis<br>bluedoorproperties19@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=138\">[confirmar]</a></td></tr></table>', '2022-07-20 15:30:03', 138, 30, 106, 106, 1, 1, b'0', b'0', NULL),
(2360, 138, 138, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-20 15:31:01<br><br>[138]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/.jpeg\" width=\"80\" height=\"80\"><br>Roschel Davis<br>bluedoorproperties19@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=138\">[confirmar]</a></td></tr></table>', '2022-07-20 15:31:01', 138, 30, 106, 106, 1, 1, b'0', b'0', NULL),
(2361, 116, 116, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-20 15:38:16<br><br>[990]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=11 direccion=33 Spencer St Elizabeth Nj numeromls=3721373 idestado=1 idtipo=2 owner=S descripcion=LOCATION! LOCATION! What a fantastic 2 family house featuring. First floor, 3 bedrooms, 1 bathroom, kitchen, living room, formal dining-room , 2nd floor 4</b></td></tr></table>', '2022-07-20 15:38:16', 116, 30, 106, 106, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2362, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-21 16:54:58<br><br>[992]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: wafaa.eljaafari@gmail.com   Message= Gana 1 1000 de 1 1 en unos minutos. Lanza el robot financiero ahora. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-21 16:54:58', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2363, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-21 21:09:12<br><br>[993]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: Nielsx@hotmail.com   Message= Robot es la mejor soluciÃ³n para todos los que quieren ganar. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-21 21:09:12', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2364, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-22 01:22:28<br><br>[994]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: marioademaj@gmail.com   Message= Empieza a ganar miles de dÃ³lares cada semana usando este robot. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-22 01:22:28', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2365, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-22 05:37:58<br><br>[995]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: chamithdilshan1@gmail.com   Message= Â¿AÃºn no eres millonario? Â¡El robot financiero te convertirÃ¡ en Ã©l! https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-22 05:37:58', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2366, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-22 09:50:13<br><br>[997]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: baby_boy1935@yahoo.com   Message= Â¡Ã“rale! Este robot es un gran comienzo para una carrera en lÃ­nea. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-22 09:50:13', 30, 30, 106, 106, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2367, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-22 14:05:10<br><br>[1000]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: lnichols@aros.net   Message= Comience su trabajo en lÃ­nea con el Robot financiero. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-22 14:05:10', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2368, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-22 22:37:59<br><br>[1003]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: zhzhw9588@163.com   Message= Haga que su dinero funcione para usted todo el dÃ­a. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-22 22:37:59', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2369, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-23 02:52:10<br><br>[1004]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: forest.meditation@gmail.com   Message= Empieza a ganar miles de dÃ³lares cada semana usando este robot. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-23 02:52:10', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2370, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-23 05:07:58<br><br>[1005]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: evalida.tortest@gmail.com   Message= Sveiki, es gribeju zinat savu cenu.</td></tr></table>', '2022-07-23 05:07:58', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2371, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-23 07:04:14<br><br>[1006]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: frzkhan759@gmail.com   Message= PequeÃ±as inversiones pueden traer toneladas de dÃ³lares rÃ¡pidamente. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-23 07:04:14', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2372, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-23 15:29:12<br><br>[1008]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: rocksparztype12@yahoo.com   Message= SiÃ©ntase libre de comprar todo lo que desee con el ingreso adicional. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-23 15:29:12', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2373, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-23 20:22:36<br><br>[1010]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: megguy86@gmail.com   Message= El Robot financiero es tu experto nÃºmero 1 en ganar dinero. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-23 20:22:36', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com');
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(2374, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-23 21:24:02<br><br>[1011]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: no-replymi@gmail.com   Message= Hi!  eliteintriagohomes.qps.ec \r\n \r\nWe make offer for you \r\n \r\nSending your commercial offer through the Contact us form which can be found on the sites in the Communication partition. Feedback forms are filled in by our program and the captcha is solved. The profit of this method is that messages sent through feedback forms are whitelisted. This method increases the chances that your message will be open. \r\n \r\nOur database contains more than 27 million sites around the world to which we can send your message. \r\n \r\nThe cost of one million messages 49 USD \r\n \r\nFREE TEST mailing Up to 50,000 messages. \r\n \r\n \r\nThis offer is created automatically.  Use our contacts for communication. \r\n \r\nContact us. \r\nTelegram - @FeedbackMessages \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWe only use chat.</td></tr></table>', '2022-07-23 21:24:02', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2375, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-24 00:34:33<br><br>[1012]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: rickdias868@163.com   Message= Miles de dÃ³lares estÃ¡n garantizados si usas este robot. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-24 00:34:33', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2376, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-24 04:48:54<br><br>[1014]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: Alyssascs@yahoo.com   Message= No hay necesidad de permanecer despierto toda la noche para ganar dinero. Lanza el robot. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-24 04:48:54', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2377, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-24 09:03:09<br><br>[1018]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: gk.lazaga@ymail.com   Message= Su dinero sigue creciendo 24/7 si usa el Robot financiero. https://Brova.elletvweb.it/gotodate/go</td></tr></table>', '2022-07-24 09:03:09', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2378, 116, 116, 0, 'U', 'APPOINTMENT :: DELETE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-25 12:10:46<br><br>[1034]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/15151515151515.png\" width=\"80\" height=\"80\"><br>Ana Rodriguez<br>anlu.eir@gmail.com</td><td><br>anlu.eir@gmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=244 direccion=721 Westfield Ave. Elizabeth Nj 07208 numeromls=9999___ idestado=5 idtipo=7 owner=S descripcion=. nombrepropietario=Wilmer Intriago fonopropietario=+1 (908) 494-0353 mailpropietario=wilmer19762003@yahoo.com instrucciones=ggg precio=0.00 h</b></td></tr></table>', '2022-07-25 12:10:46', 116, 30, 30, 30, 1, 3, b'0', b'0', 'anlu.eir@gmail.com'),
(2379, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-25 18:35:46<br><br>[1040]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: slporter07@yahoo.com   Message= No te preocupes si te despiden. Trabaja en lÃ­nea. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-25 18:35:46', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2380, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-26 03:04:56<br><br>[1042]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: no-replymi@gmail.com   Message= Hello \r\n \r\nWe all know the importance that dofollow link have on any website`s ranks. \r\nHaving most of your linkbase filled with nofollow ones is of no good for your ranks and SEO metrics. \r\n \r\nBuy quality dofollow links from us, that will impact your ranks in a positive way \r\nhttps://www.digital-x-press.com/product/150-dofollow-backlinks/ \r\n \r\nBest regards \r\nMike Blare\r\n \r\nsupport@digital-x-press.com</td></tr></table>', '2022-07-26 03:04:56', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2381, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-26 03:22:02<br><br>[1043]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: paigemarren@yahoo.com   Message= Ganar dinero en Internet es fÃ¡cil si usas Robot. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-26 03:22:02', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2382, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-26 07:37:26<br><br>[1044]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: zhaocuiwhhm@sohu.com   Message= Descubra la forma mÃ¡s rÃ¡pida de obtener independencia financiera. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-26 07:37:26', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2383, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-26 12:36:04<br><br>[1049]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: leal0623@hotmail.com   Message= El ingreso adicional estÃ¡ disponible para todos los que usan este robot. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-26 12:36:04', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2384, 30, 30, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-26 14:00:37<br><br>[1053]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>name=Jessica Morejón cedula=9999849999 email=jessymorejon8@yahoo.com telefono=+1 (908) 494-0353-__ direccion=1923 Mildred Ave, Linden City, NJ 07036 idrol=4 synopsis=Jessica Morejon brings years of experience in real estate, excellent customer service an</b></td></tr></table>', '2022-07-26 14:00:37', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2385, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-26 14:01:27<br><br>[1054]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=139 name=Jessica Morejón email=jessymorejon8@yahoo.com idrol=4 cedula=9999849999 foto=9999849999.jpeg firma=9999849999SIGN.jpeg telefono=+1 (908) 494-0353-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=1 plan=pbasico pendiente</b></td></tr></table>', '2022-07-26 14:01:27', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2386, 139, 139, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-26 14:01:03<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>jessymorejon8@yahoo.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=139\">[confirmar]</a></td></tr></table>', '2022-07-26 14:01:03', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2387, 139, 139, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-26 14:02:01<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>jessymorejon8@yahoo.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=139\">[confirmar]</a></td></tr></table>', '2022-07-26 14:02:01', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2388, 139, 139, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-26 14:03:02<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>jessymorejon8@yahoo.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=139\">[confirmar]</a></td></tr></table>', '2022-07-26 14:03:02', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2389, 30, 30, 0, 'I', 'USUARIO :: CREATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-26 14:11:14<br><br>[1055]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>name=Sebastián Cetera cedula=9999819999 email=sebascetera.eir@gmail.com telefono=+1 (908) 123-4567-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 idrol=4 id=140 </b></td></tr></table>', '2022-07-26 14:11:14', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2390, 140, 140, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-26 14:12:02<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=140\">[confirmar]</a></td></tr></table>', '2022-07-26 14:12:02', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2391, 140, 140, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-26 14:13:01<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=140\">[confirmar]</a></td></tr></table>', '2022-07-26 14:13:01', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2392, 140, 140, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-26 14:14:02<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=140\">[confirmar]</a></td></tr></table>', '2022-07-26 14:14:02', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2393, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-26 16:54:13<br><br>[1056]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: HappyPeople1@cs.com   Message= SiÃ©ntase libre de comprar todo lo que desee con el ingreso adicional. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-26 16:54:13', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2394, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-26 21:06:14<br><br>[1060]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: susanna_bagley@yahoo.com   Message= Robot es la mejor soluciÃ³n para todos los que quieren ganar. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-26 21:06:14', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2395, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-27 01:19:26<br><br>[1068]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: loyalee045@gmail.com   Message= Todos los que necesiten dinero deberÃ­an probar este Robot. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-27 01:19:26', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2396, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-27 05:29:44<br><br>[1071]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: kfb4evr11@gmail.com   Message= Lanza el Bot financiero ahora para empezar a ganar dinero. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-27 05:29:44', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2397, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-27 09:40:05<br><br>[1074]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: ivanpotulny@gmail.com   Message= Â¿Necesitas dinero? Ganar sin salir de casa. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-27 09:40:05', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2398, 140, 140, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2022-07-27 12:56:02<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> sebascetera.eir@gmail.com<br><b>PASSWORD:</b> </td></tr></table>', '2022-07-27 12:56:02', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2399, 140, 140, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2022-07-27 12:59:02<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/default-user.png\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> sebascetera.eir@gmail.com<br><b>PASSWORD:</b> </td></tr></table>', '2022-07-27 12:59:02', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2400, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-27 13:45:32<br><br>[1081]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: erol_125@yahoo.com   Message= Incluso un niÃ±o sabe cÃ³mo hacer dinero. Â¡Este robot es lo que necesitas! https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-27 13:45:32', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2401, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 17:00:12<br><br>[1084]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=140 name=Sebastián Cetera email=sebascetera.eir@gmail.com idrol=4 cedula=9999819999 foto=9999819999.jpeg telefono=+1 (908) 123-4567-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 Ca</b></td></tr></table>', '2022-07-27 17:00:12', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2402, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-27 17:57:04<br><br>[1085]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: angelicafaggiani@gmail.com   Message= Lanza el mejor instrumento de inversiÃ³n para empezar a ganar dinero hoy mismo. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-27 17:57:04', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2403, 140, 140, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2022-07-27 19:38:03<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> sebascetera.eir@gmail.com<br><b>PASSWORD:</b> </td></tr></table>', '2022-07-27 19:38:03', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2404, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-27 22:12:54<br><br>[1091]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: cindy.robles12@yahoo.com   Message= Â¡Gana dinero, no guerra! Robot financiero es lo que necesitas. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-27 22:12:54', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2405, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:03:27<br><br>[1093]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=139 name=Jessica Morejón email=mpinargoteintriago@hotmail.com idrol=4 cedula=9999849999 foto=9999849999.jpeg firma=9999849999SIGN.jpeg telefono=+1 (908) 494-0353-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=2 plan=pbasico pe</b></td></tr></table>', '2022-07-27 23:03:27', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2406, 139, 139, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:04:02<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=139\">[confirmar]</a></td></tr></table>', '2022-07-27 23:04:02', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2407, 139, 139, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:05:01<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=139\">[confirmar]</a></td></tr></table>', '2022-07-27 23:05:01', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2408, 139, 139, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2022-07-27 23:08:03<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> mpinargoteintriago@hotmail.com<br><b>PASSWORD:</b> </td></tr></table>', '2022-07-27 23:08:03', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2409, 139, 139, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:06:01<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=139\">[confirmar]</a></td></tr></table>', '2022-07-27 23:06:01', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2410, 139, 139, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2022-07-27 23:16:02<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>mpinargoteintriago@hotmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> mpinargoteintriago@hotmail.com<br><b>PASSWORD:</b> </td></tr></table>', '2022-07-27 23:16:02', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2411, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:26:20<br><br>[1097]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=139 name=Jessica Morejón email=mpinargoteintriago@hotmail.com idrol=4 cedula=9999849999 foto=9999849999.jpeg firma=9999849999SIGN.jpeg telefono=+1 (908) 494-0353-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pe</b></td></tr></table>', '2022-07-27 23:26:20', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2412, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:30:39<br><br>[1098]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=139 name=Jessica Morejón email=mpinargoteintriago@hotmail.com idrol=4 cedula=9999849999 foto=9999849999.jpeg firma=9999849999SIGN.jpeg telefono=+1 (908) 494-0353-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pe</b></td></tr></table>', '2022-07-27 23:30:39', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2413, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:31:47<br><br>[1099]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=139 name=Jessica Morejón email=mpinargoteintriago@hotmail.com idrol=4 cedula=9999849999 foto=9999849999.jpeg firma=9999849999SIGN.jpeg telefono=+1 (908) 494-0353-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pe</b></td></tr></table>', '2022-07-27 23:31:47', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2414, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:32:27<br><br>[1100]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=140 name=Sebastián Cetera email=sebascetera.eir@gmail.com idrol=4 cedula=9999819999 foto=9999819999.jpeg telefono=+1 (908) 123-4567-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 Ca</b></td></tr></table>', '2022-07-27 23:32:27', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2415, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:35:02<br><br>[1101]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=128 name=Camilo/ World Class Realty email=camilo@worldclassrealtynj.com idrol=2 cedula=20210715090907075959 foto=default-user.png telefono=+1 (973) 452-9686-__ estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdic04=1 impFirmaInfo</b></td></tr></table>', '2022-07-27 23:35:02', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2416, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:35:19<br><br>[1102]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=137 name=Chugh Balwant email=bchugh@aol.com idrol=1 cedula=9999879999 foto=9999879999.jpeg telefono=+1 (908) 355-7400-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 mailNotificaCliente=bchugh@aol.com estado=1 etapaCuenta=2 plan=pbasico pendientepag</b></td></tr></table>', '2022-07-27 23:35:19', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2417, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:35:37<br><br>[1103]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=104 name=Jeffrey Brookman email=jeffreyb1836@gmail.com idrol=1 cedula=2000000002 foto=2000000002.jpeg telefono=+1 (908) 433-2844-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 nombreContacto=Jeffrey Brookman mailNotificaCliente=Jeffreyb1836@gmail.c</b></td></tr></table>', '2022-07-27 23:35:37', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2418, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:35:59<br><br>[1105]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=120 name=Lucia Paredes email=lucileoparedes@hotmail.com idrol=1 cedula=1115271307 foto=1115271307.jpeg telefono=+1 (908) 986-4660-__ direccion=721 Westfield Ave, Elizabeth NJ 07208 mailNotificaCliente=lucileoparedes@hotmail.com estado=1 etapaCuenta=2 p</b></td></tr></table>', '2022-07-27 23:35:59', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2419, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:36:11<br><br>[1106]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=124 name=Luz Kathy Perez email=luzkathypprealtor@gmail.com idrol=1 cedula=2215531307 foto=2215531307.jpeg telefono=+1 (908) 344-0025-__ direccion=721 Westfield Ave, Elizabeth NJ 07208 mailNotificaCliente=luzkathypprealtor@gmail.com estado=1 etapaCuenta</b></td></tr></table>', '2022-07-27 23:36:11', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2420, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:36:26<br><br>[1107]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=138 name=Roschel Davis email=bluedoorproperties19@gmail.com idrol=1 cedula=1528282007 foto=.jpeg telefono=+1 (678) 907-4976-__ mailNotificaCliente=bluedoorproperties19@gmail.com estado=1 etapaCuenta=2 plan=pbasico pendientepago=N CampoAdic03=1 CampoAdi</b></td></tr></table>', '2022-07-27 23:36:26', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2421, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:36:39<br><br>[1108]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=105 name=Wanda Madera email=lquirolafrank1980@gmail.com idrol=1 cedula=3000000003 foto=3000000003.jpeg telefono=+5 (939) 999-9999-9_ direccion=NY, USA nombreContacto=Wanda Madera mailNotificaCliente=lquirolafrank1980@gmail.com estado=1 etapaCuenta=4 id</b></td></tr></table>', '2022-07-27 23:36:39', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2422, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:36:56<br><br>[1109]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=140 name=Sebastián Cetera email=sebascetera.eir@gmail.com idrol=4 cedula=9999819999 foto=9999819999.jpeg telefono=+1 (908) 123-4567-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 Ca</b></td></tr></table>', '2022-07-27 23:36:56', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2423, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:37:09<br><br>[1110]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=106 name=Wilmer Intriago email=wilmer19762003@yahoo.com idrol=4 cedula=300000003 foto=300000003.jpeg telefono=+1 (908) 247-1817-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 CampoAd</b></td></tr></table>', '2022-07-27 23:37:09', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2424, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-27 23:40:53<br><br>[1111]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=139 name=Jessica Morejón email=jessymorejon8@yahoo.com idrol=4 cedula=9999849999 foto=9999849999.jpeg firma=9999849999SIGN.jpeg telefono=+1 (908) 494-0353-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendiente</b></td></tr></table>', '2022-07-27 23:40:53', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2425, 139, 139, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:42:04<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>jessymorejon8@yahoo.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=139\">[confirmar]</a></td></tr></table>', '2022-07-27 23:42:04', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2426, 139, 139, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:43:03<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>jessymorejon8@yahoo.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=139\">[confirmar]</a></td></tr></table>', '2022-07-27 23:43:03', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2427, 139, 139, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:44:02<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>jessymorejon8@yahoo.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=139\">[confirmar]</a></td></tr></table>', '2022-07-27 23:44:02', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2428, 140, 140, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:42:04<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=140\">[confirmar]</a></td></tr></table>', '2022-07-27 23:42:04', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2429, 139, 139, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2022-07-27 23:47:04<br><br>[139]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999849999.jpeg\" width=\"80\" height=\"80\"><br>Jessica Morejón<br>jessymorejon8@yahoo.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> jessymorejon8@yahoo.com<br><b>PASSWORD:</b> 2330392707</td></tr></table>', '2022-07-27 23:47:04', 139, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2430, 140, 140, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:45:03<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=140\">[confirmar]</a></td></tr></table>', '2022-07-27 23:45:03', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2431, 140, 140, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:43:03<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=140\">[confirmar]</a></td></tr></table>', '2022-07-27 23:43:03', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2432, 140, 140, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:46:02<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=140\">[confirmar]</a></td></tr></table>', '2022-07-27 23:46:02', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2433, 140, 140, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:44:02<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=140\">[confirmar]</a></td></tr></table>', '2022-07-27 23:44:02', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2434, 140, 140, 0, 'I', 'CONFIRM EMAIL :: NEW USER ACCOUNT', 'Your account has been created in the system.<br>Please confirm your email and you will receive an email with your credentials.<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Confirm Email</th></tr><tr><td>2022-07-27 23:47:02<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">Please confirm your email in the following link:<br><a href=\"www.qps.ec/EIR/bat/confirmaremail.php?id=140\">[confirmar]</a></td></tr></table>', '2022-07-27 23:47:02', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL);
INSERT INTO `notificaciones` (`id`, `idUser`, `idSupervisor`, `idAlerta`, `tipo`, `Concepto`, `mensaje`, `FechaHora`, `idDestino1`, `idDestino2`, `idDestino3`, `idDestino4`, `enviaMail`, `enviadoMail`, `enviaSMS`, `enviadoSMS`, `mailDefaultCliente`) VALUES
(2435, 140, 140, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2022-07-27 23:59:02<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> sebascetera.eir@gmail.com<br><b>PASSWORD:</b> 2332262707</td></tr></table>', '2022-07-27 23:59:02', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2436, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-28 02:22:38<br><br>[1116]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: kenkull@gmail.com   Message= Ya no hay necesidad de trabajar. SÃ³lo lanza el robot. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-28 02:22:38', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2437, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-28 06:35:29<br><br>[1122]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: trottersrule01@hotmail.com   Message= Lanza el robot y deja que te traiga dinero. https://Brova.frostyelk.se/gotodate/go</td></tr></table>', '2022-07-28 06:35:29', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2438, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-28 07:56:42<br><br>[1125]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+5 (939) 902-5443-4_ direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=4 plan=pplus pend</b></td></tr></table>', '2022-07-28 07:56:42', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2439, 30, 30, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-28 07:57:24<br><br>[1128]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/1309997813.png\" width=\"80\" height=\"80\"><br>Luis Quirola Frank<br>lquirolafrank@hotmail.com</td><td><br>lquirolafrank@hotmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=30 name=Luis Quirola Frank email=lquirolafrank@hotmail.com idrol=4 cedula=1309997813 foto=1309997813.png firma=1309997813SIGN.png telefono=+5 (939) 902-5443-4_ direccion=Samanes 1 MZ 128 V 109 banner=BannerHQS.png estado=1 etapaCuenta=4 plan=pplus pend</b></td></tr></table>', '2022-07-28 07:57:24', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2440, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-28 09:05:53<br><br>[1132]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: vyron0723@yahoo.com   Message= Todos los que necesiten dinero deberÃ­an probar este Robot. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-28 09:05:53', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2441, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-28 11:53:05<br><br>[1137]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: cahill.brittney@yahoo.com   Message= Â¡No hay necesidad de trabajar mÃ¡s mientras tienes el Robot lanzado! https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-28 11:53:05', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2442, 140, 140, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2022-07-28 12:35:02<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> sebascetera.eir@gmail.com<br><b>PASSWORD:</b> 2332262707</td></tr></table>', '2022-07-28 12:35:02', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2443, 140, 140, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2022-07-28 12:37:02<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> sebascetera.eir@gmail.com<br><b>PASSWORD:</b> 2332262707</td></tr></table>', '2022-07-28 12:37:02', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2444, 140, 140, 0, 'I', 'USUARIO :: UPDATE', 'The following data correspond to this operation and have been automatically registered in the system LOG:<br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Responsable</th><th>Supervisor</th></tr><tr><td>2022-07-28 12:46:07<br><br>[1143]</td><td style=\"text-align:center\"><img src=\"https://appEir.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td><br>sebascetera.eir@gmail.com</td></tr><tr><td colspan=\"3\">Data</td></tr><tr><td colspan=\"3\"><b>id=140 name=Sebastián Cetera email=sebascetera.eir@gmail.com idrol=4 cedula=9999819999 foto=9999819999.jpeg telefono=+1 (908) 123-4567-__ direccion=721 Westfield Ave Elizabeth, NJ 07208 estado=1 etapaCuenta=4 plan=pbasico pendientepago=N CampoAdic03=1 Ca</b></td></tr></table>', '2022-07-28 12:46:07', 140, 30, 30, 30, 1, 1, b'0', b'0', 'sebascetera.eir@gmail.com'),
(2445, 140, 140, 0, 'I', 'YOUR CREDENTIALS :: NEW USER ACCOUNT', 'Credentials to enter the system:<br><table border=\"1\" align=\"center\"><tr><th>ID</th><th>Account</th><th>Credentials</th></tr><tr><td>2022-07-28 12:47:03<br><br>[140]</td><td style=\"text-align:center\"><img src=\"https://appEIR.qps.ec/storage/images/personal/9999819999.jpeg\" width=\"80\" height=\"80\"><br>Sebastián Cetera<br>sebascetera.eir@gmail.com</td><td align=\"center\">These are your credentials:<br><b>USER:</b> sebascetera.eir@gmail.com<br><b>PASSWORD:</b> Fortress-Monkey21</td></tr></table>', '2022-07-28 12:47:03', 140, 30, 30, 30, 1, 1, b'0', b'0', NULL),
(2446, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-28 14:20:18<br><br>[1146]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: m_husnain@yahoo.com   Message= Comience su trabajo en lÃ­nea con el Robot financiero. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-28 14:20:18', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2447, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-28 16:47:41<br><br>[1154]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: celeste6475@hotmail.com   Message= Â¿EstÃ¡ buscando una manera fÃ¡cil de ganar dinero? Mira el robot financiero. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-28 16:47:41', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2448, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-28 19:14:08<br><br>[1158]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: checo_perez@yahoo.com   Message= Haz que tu computadora sea tu instrumento de ganancia. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-28 19:14:08', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2449, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-28 21:42:22<br><br>[1162]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: rocky_says@hotmail.com   Message= Echa un vistazo a la nueva herramienta financiera, que puede hacerte rico. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-28 21:42:22', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2450, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 00:07:54<br><br>[1165]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: ruthreyesr@aol.com   Message= El mejor trabajo en lÃ­nea para jubilados. Enriquece tu vejez. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-29 00:07:54', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2451, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 02:34:44<br><br>[1166]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: margitshort@hotmail.com   Message= Incluso un niÃ±o sabe cÃ³mo hacer dinero. Â¿Y tÃº? https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-29 02:34:44', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2452, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 05:02:45<br><br>[1173]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: aflln@yahoo.com   Message= Hemos encontrado la manera mÃ¡s rÃ¡pida de ser ricos. DescÃºbrelo aquÃ­. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-29 05:02:45', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2453, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 07:29:08<br><br>[1178]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: rasha.jabr@hotmail.com   Message= Hazte rico en el futuro usando este robot financiero. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-29 07:29:08', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2454, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 09:55:52<br><br>[1185]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: k.n.ox.villedsd@gmail.com   Message= Las ganancias en lÃ­nea son la forma mÃ¡s fÃ¡cil de obtener independencia financiera. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-29 09:55:52', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2455, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 12:25:14<br><br>[1194]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: timjhickey@yahoo.com   Message= Deje que el Robot financiero sea su compaÃ±ero en el mercado financiero. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-29 12:25:14', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2456, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 15:11:53<br><br>[1201]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: sky_dancer1@hotmail.com   Message= Deja que el Robot te traiga dinero mientras descansas. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-29 15:11:53', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2457, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 17:05:58<br><br>[1203]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: no-replymi@gmail.com   Message= This site makes the best pornstars in the world fucking with aliens. \r\nCheck it out: HENTAIED https://bit.ly/3vl55s7</td></tr></table>', '2022-07-29 17:05:58', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2458, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 17:42:01<br><br>[1206]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: mohamed_mode88@yahoo.com   Message= Echa un vistazo a la forma mÃ¡s nueva de obtener un beneficio fantÃ¡stico. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-29 17:42:01', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2459, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 20:07:24<br><br>[1209]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: s.i.ck.s.ub.mi.tter4.a.ll@gmail.com   Message= Su dinero sigue creciendo 24/7 si usa el Robot financiero. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-29 20:07:24', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2460, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-29 22:32:39<br><br>[1217]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: paamtrickgrsyaicnde@hotmail.com   Message= Solo un clic puede hacer crecer su dinero muy rÃ¡pido. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-29 22:32:39', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2461, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-30 01:02:22<br><br>[1221]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: christop.kinson@talk21.com   Message= Ganar dinero puede ser extremadamente fÃ¡cil si usa este Robot. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-30 01:02:22', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2462, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-30 03:50:13<br><br>[1225]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: alicedanio@buchananinbox.com   Message= El robot automÃ¡tico es el mejor comienzo para la independencia financiera. https://Brova.pumpati.de/Brova</td></tr></table>', '2022-07-30 03:50:13', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2463, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-30 06:18:33<br><br>[1230]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: hkqlccldcdc@hotmails.com   Message= Descubra la forma mÃ¡s fÃ¡cil de ganar dinero. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-30 06:18:33', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2464, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-30 08:45:28<br><br>[1234]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: mz.uniquebrown@yahoo.com   Message= Haz que tu computadora sea tu instrumento de ganancia. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-30 08:45:28', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2465, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-30 11:11:56<br><br>[1239]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: brigidship@yahoo.com   Message= Hacer dÃ³lares en casa. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-30 11:11:56', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2466, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-30 13:39:37<br><br>[1244]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: caryljones@optimum.net   Message= Todo el mundo puede ganar todo lo que quiera demandando a este Robot. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-30 13:39:37', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2467, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-30 16:08:18<br><br>[1254]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: zoellahathaway@yahoo.com   Message= Comience su trabajo en lÃ­nea con el Robot financiero. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-30 16:08:18', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2468, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-30 18:56:38<br><br>[1260]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: kimutai.cherono@gmail.com   Message= No te preocupes si te despiden. Trabaja en lÃ­nea. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-30 18:56:38', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2469, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-30 21:26:38<br><br>[1265]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: cojaqixa19@yahoo.com   Message= Un dÃ³lar no es nada, pero puede crecer en $100. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-30 21:26:38', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2470, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-30 23:53:53<br><br>[1274]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: saul.id@hotmail.com   Message= Haz que tu computadora sea tu instrumento de ganancia. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-30 23:53:53', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2471, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-31 02:21:37<br><br>[1280]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: JohnGLetton@aol.com   Message= Vea crecer su dinero mientras invierte con el Robot. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-31 02:21:37', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2472, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-31 04:54:48<br><br>[1283]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: louowoclare@hotmail.com   Message= Hacer miles de dÃ³lares. Robot financiero le ayudarÃ¡ a hacerlo! https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-31 04:54:48', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2473, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-31 07:22:21<br><br>[1285]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: riceu17@yahoo.com   Message= No hay necesidad de preocuparse por el futuro si usa este robot financiero. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-31 07:22:21', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2474, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-31 09:51:12<br><br>[1291]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: piojito_12@hotmail.com   Message= El robot financiero sigue trayÃ©ndote dinero mientras duermes. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-31 09:51:12', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2475, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-31 12:18:14<br><br>[1303]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: vipinkv80@gmail.com   Message= Â¡Ã“rale! Esta es la forma mÃ¡s rÃ¡pida de obtener independencia financiera. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-31 12:18:14', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2476, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-31 14:43:33<br><br>[1309]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: krpes.j@gmail.com   Message= Gane dinero adicional sin esfuerzos. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-31 14:43:33', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2477, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-31 17:13:03<br><br>[1312]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: jontroxel@comcast.net   Message= Robot es la mejor soluciÃ³n para todos los que quieren ganar. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-31 17:13:03', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2478, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-31 19:41:24<br><br>[1318]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: velvit100@hotmail.com   Message= El robot financiero garantiza a todos estabilidad e ingresos. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-31 19:41:24', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2479, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-07-31 22:08:58<br><br>[1325]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: rakelita_tq@hotmail.com   Message= Bot en lÃ­nea le traerÃ¡ riqueza y satisfacciÃ³n. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-07-31 22:08:58', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2480, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-01 00:58:12<br><br>[1332]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: dpaleschic@dellgraham.com   Message= Lanza el mejor instrumento de inversiÃ³n para empezar a ganar dinero hoy mismo. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-01 00:58:12', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2481, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-01 03:25:56<br><br>[1337]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: an.dreykabz.o.n.197.7@gmail.com   Message= Haga miles cada semana trabajando en lÃ­nea aquÃ­. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-01 03:25:56', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2482, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-01 05:54:48<br><br>[1343]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: rachelhawley@hotmail.com   Message= Â¿Necesitas dinero? Ganar sin salir de casa. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-01 05:54:48', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2483, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-01 08:42:28<br><br>[1347]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: cameron.grover@gmail.com   Message= Compra todo lo que quieras ganar dinero en lÃ­nea. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-01 08:42:28', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2484, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-01 11:11:52<br><br>[1357]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: madmetaphor@yahoo.com   Message= Los ingresos en lÃ­nea son la clave del Ã©xito. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-01 11:11:52', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2485, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-01 13:39:20<br><br>[1364]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: IndyRWC@comcast.net   Message= Proporcione a su familia el dinero en edad. Lanzar el Robot! https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-01 13:39:20', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2486, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-01 16:05:54<br><br>[1375]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: dattslida@yahoo.com   Message= Ahora hay ingresos adicionales disponibles para cualquier persona en todo el mundo. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-01 16:05:54', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2487, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-01 18:34:10<br><br>[1381]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: k.d.77@bak.rr.com   Message= Â¡Gana dinero, no guerra! Robot financiero es lo que necesitas. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-01 18:34:10', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2488, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-01 21:01:33<br><br>[1388]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: gssallade2012@hotmail.com   Message= El robot financiero es el mejor compaÃ±ero de los ricos. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-01 21:01:33', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2489, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-01 23:31:38<br><br>[1403]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: mjghp@yahoo.com   Message= Un clic del robot puede traerte miles de dÃ³lares. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-01 23:31:38', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2490, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-02 01:59:00<br><br>[1411]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: adefolurinlugba@yahoo.com   Message= Echa un vistazo a la forma mÃ¡s nueva de obtener un beneficio fantÃ¡stico. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-02 01:59:00', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2491, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-02 04:26:28<br><br>[1417]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: Hannahsansburn@aol.com   Message= Se encuentra la mejor herramienta de inversiÃ³n en lÃ­nea. Â¡MÃ¡s informaciÃ³n! https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-02 04:26:28', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2492, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-02 06:55:11<br><br>[1421]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: tatianak317@gmail.com   Message= El Robot financiero funciona para usted incluso cuando duerme. https://Brova.qbe-medienhaus.de/Brova</td></tr></table>', '2022-08-02 06:55:11', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2493, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-02 09:20:39<br><br>[1426]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: kkschmitt@att.net   Message= Los ingresos en lÃ­nea son la clave del Ã©xito. https://drive.google.com/file/d/1klikjyPA_gfcc5swGrEuYF6AC0AYt2dI/view?usp=sharing</td></tr></table>', '2022-08-02 09:20:39', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2494, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-02 11:45:33<br><br>[1435]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: Shawnadedication@aol.com   Message= Un dÃ³lar no es nada, pero puede crecer en $100. https://drive.google.com/file/d/16h--2NxCymIYLkRyC39ltIg-nBif8Ayz/view?usp=sharing</td></tr></table>', '2022-08-02 11:45:33', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2495, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-02 14:14:31<br><br>[1438]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: sendie9a@hotmail.com   Message= Â¿Necesitas dinero? ConsÃ­guelo aquÃ­ fÃ¡cilmente! Solo presiona esto para lanzar el robot. https://drive.google.com/file/d/1iPHBY0ZdbiBAqS_jjakxVNLlSevtFd41/view?usp=sharing</td></tr></table>', '2022-08-02 14:14:31', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2496, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-02 16:43:32<br><br>[1448]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: crey832@gmail.com   Message= Vea cÃ³mo el robot gana $1000 a partir de investment 1 de inversiÃ³n. https://drive.google.com/file/d/1ZtpcAfZ5MIqMTOn0hOHHCykKbwSNPrmw/view?usp=sharing</td></tr></table>', '2022-08-02 16:43:32', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2497, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-02 19:13:55<br><br>[1461]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: selo62@windowslive.com   Message= El robot financiero garantiza a todos estabilidad e ingresos. https://drive.google.com/file/d/1HMRjvdPNeZ2W7wQLK2YHm_Q_pmRH4IzX/view?usp=sharing</td></tr></table>', '2022-08-02 19:13:55', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2498, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-02 21:42:26<br><br>[1470]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: kathryn.basile@usairways.com   Message= Su computadora puede brindarle ingresos adicionales si usa este Robot. https://drive.google.com/file/d/16h--2NxCymIYLkRyC39ltIg-nBif8Ayz/view?usp=sharing</td></tr></table>', '2022-08-02 21:42:26', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2499, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-03 00:10:32<br><br>[1477]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: jgleason@hay.net   Message= Incluso un niÃ±o sabe cÃ³mo hacer dinero. Â¡Este robot es lo que necesitas! https://drive.google.com/file/d/16h--2NxCymIYLkRyC39ltIg-nBif8Ayz/view?usp=sharing</td></tr></table>', '2022-08-03 00:10:32', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2500, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-03 02:40:19<br><br>[1481]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: smcclain0916@gmail.com   Message= Robot nunca duerme. Esto hace que el dinero para usted 24/7. https://drive.google.com/file/d/16h--2NxCymIYLkRyC39ltIg-nBif8Ayz/view?usp=sharing</td></tr></table>', '2022-08-03 02:40:19', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2501, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-03 05:08:33<br><br>[1493]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: Rjpucillo@yahoo.com   Message= # 1 experto financiero en la red! Mira el nuevo Robot. https://drive.google.com/file/d/1z2pZkAuKV9gLJURJKnMx-Tik7d1gjSUI/view</td></tr></table>', '2022-08-03 05:08:33', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2502, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-03 07:38:35<br><br>[1499]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: myid4you@yahoo.com   Message= Sabemos cÃ³mo hacer rico nuestro futuro, Â¿y tÃº? https://Brova.gizmo-inc.fr/Brova</td></tr></table>', '2022-08-03 07:38:35', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2503, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-03 10:06:50<br><br>[1505]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: suzakimi@aol.com   Message= Todos los que necesiten dinero deberÃ­an probar este Robot. https://Brova.gizmo-inc.fr/Brova</td></tr></table>', '2022-08-03 10:06:50', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2504, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-03 12:34:03<br><br>[1513]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: patrick287@hotmail.com   Message= Â¿Necesitas dinero? ConsÃ­guelo aquÃ­ fÃ¡cilmente? https://Brova.gizmo-inc.fr/Brova</td></tr></table>', '2022-08-03 12:34:03', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com'),
(2505, 30, 30, 0, 'I', 'WebSite :: Questions', 'The following information corresponds to a visit from your website:<br><br><table border=\"1\" align=\"center\" style=\"width:100%\"><tr><th>Date</th><th>Source</th><th>Operation</th></tr><tr><td>2022-08-03 15:03:01<br><br>[1523]</td><td style=\"text-align:center\">WebSite<br></td><td>Questions<br></td></tr><tr><td colspan=\"3\"><b>Recorded data:</b></td></tr><tr><td colspan=\"3\">Email: niellarner@gmail.com   Message= ConfÃ­a en el Bot financiero para hacerte rico. https://Brova.gizmo-inc.fr/Brova</td></tr></table>', '2022-08-03 15:03:01', 30, 30, 30, 30, 1, 1, b'0', b'0', 'lquirolafrank@hotmail.com');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `oficinas`
--

CREATE TABLE `oficinas` (
  `id` bigint(20) NOT NULL,
  `ubicacion` varchar(500) NOT NULL,
  `nombre_codigo` varchar(50) NOT NULL,
  `ciudad` varchar(100) NOT NULL,
  `estado` tinyint(1) NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime DEFAULT NULL,
  `created_by` bigint(20) NOT NULL,
  `updated_by` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `oficinas`
--

INSERT INTO `oficinas` (`id`, `ubicacion`, `nombre_codigo`, `ciudad`, `estado`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(3, 'Avda. Pichincha y Páez', 'Oficina Matriz', 'Chone', 1, '2022-08-11 15:21:49', '2022-10-16 13:58:47', 30, 30);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `oficina_certificados`
--

CREATE TABLE `oficina_certificados` (
  `id` bigint(20) NOT NULL,
  `certificado_id` bigint(20) NOT NULL,
  `oficina_id` bigint(20) NOT NULL,
  `formato` text DEFAULT NULL,
  `cabecera` text DEFAULT NULL,
  `footer` text DEFAULT NULL,
  `personal_firma` varchar(500) DEFAULT NULL,
  `path_firma` varchar(500) DEFAULT NULL,
  `estado` varchar(100) DEFAULT 'ACTIVADO'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `oficina_certificados`
--

INSERT INTO `oficina_certificados` (`id`, `certificado_id`, `oficina_id`, `formato`, `cabecera`, `footer`, `personal_firma`, `path_firma`, `estado`) VALUES
(4, 1, 3, '<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n                    color:#008000;\r\n                }\r\n                .justify{\r\n                    text-align: justify;\r\n                }\r\n\r\n                td, th {\r\n                    border: 1px solid #808080;\r\n                    text-align: center;\r\n                    padding: 8px;\r\n                    font-size:10px;\r\n                }\r\n                .tg-l00l{\r\n                    background-color:#808080;\r\n                    color:white;\r\n                    border: 1px solid white;\r\n                    height:20px;\r\n                }\r\n</style>\r\n <div class=\"center\"><h3>CERTIFICACIÓN</h3></div>\r\n<div><UbicacionOficina>, <Fecha> </div>\r\n\r\n<div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div>\r\n\r\n <div><p class=\"justify\">Tenemos a bien informar que el(a) Sr.(a) <nombres_cliente> portador(a)\r\n                de la cédula No. <cedula_cliente>, es socio(a) de nuestra Institución y mantiene la\r\n                siguiente relación con la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA.\r\n                </p>\r\n</div>\r\n\r\n            \r\n <table class=\"tg\">\r\n            <thead>\r\n            <tr>\r\n                <th class=\"tg-l00l\">NO. CRÉDITO</th>\r\n                <th class=\"tg-l00l\">GARANTÍA</th>\r\n                <th class=\"tg-l00l\">RELACIÓN</th>\r\n                <th class=\"tg-l00l\">DESTINO</th>\r\n                <th class=\"tg-l00l\">CAPITAL</th>\r\n                <th class=\"tg-l00l\">DÍAS VENCIDOS</th>\r\n                <th class=\"tg-l00l\">ESTADO</th>\r\n            </tr>\r\n            </thead>\r\n            <tbody>\r\n                  <tabla_contenido>\r\n            </tbody>\r\n</table>\r\n\r\n<div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la\r\n            COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente\r\n            informativo por lo que no podrá entenderse que la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. Se obliga en forma\r\n            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser\r\n            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta\r\n            institución.</p>\r\n </div>\r\n\r\n\r\n<div nobr=\"true\">\r\n            <div class=\"center\"><nombre_firma_asesor>\r\n            <imagen_firma>\r\n____________________________________________________<br>\r\n                                        ASESOR DE BALCON DE SERVICIO\r\n</div>   \r\n<div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   \r\n</div>', '<style>\r\n                    .center{\r\n                        text-align:center;\r\n                    }  \r\n                    .bold{\r\n                        font-wight:bold;\r\n                    }\r\n                    .green140{\r\n                        color:#008000;\r\n                    }\r\n                    .justify{\r\n                        text-align: justify;\r\n                    }\r\n            </style>\r\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO \"CHONE LTDA.\"</div>\r\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'firmaBarny.jpeg', 'ACTIVADO'),
(5, 2, 3, '<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n                    color:#008000;\r\n                }\r\n                .justify{\r\n                    text-align: justify;\r\n                }\r\n\r\n                td, th {\r\n                    border: 1px solid #808080;\r\n                    text-align: center;\r\n                    padding: 8px;\r\n                    font-size:10px;\r\n                }\r\n                .tg-l00l{\r\n                    background-color:#808080;\r\n                    color:white;\r\n                    border: 1px solid white;\r\n                    height:20px;\r\n                }\r\n</style>\r\n <div class=\"center\"><h3>CERTIFICACIÓN</h3></div>\r\n<div><UbicacionOficina>, <Fecha> </div>\r\n\r\n<div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div>\r\n\r\n <div><p class=\"justify\">Tenemos a bien informar que el(a) Sr.(a) <nombres_cliente> portador(a)\r\n                de la cédula No. <cedula_cliente>, es socio(a) de nuestra Institución y mantiene la\r\n                siguiente relación con la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. Se detalla\r\n                </p>\r\n</div>\r\n\r\n            \r\n <table class=\"tg\">\r\n            <thead>\r\n            <tr>\r\n                <th class=\"tg-l00l\">FECHA APERTURA</th>\r\n                <th class=\"tg-l00l\">No. CUENTA</th>\r\n                <th class=\"tg-l00l\">TIPO</th>\r\n                <th class=\"tg-l00l\">SITUACIÓN</th>\r\n                <th class=\"tg-l00l\">SALDO AL <Fecha> </th>\r\n            </tr>\r\n            </thead>\r\n            <tbody>\r\n                  <tabla_contenido>\r\n            </tbody>\r\n</table>\r\n\r\n<div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la\r\n            COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente\r\n            informativo por lo que no podrá entenderse que la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. se obliga en forma\r\n            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser\r\n            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta\r\n            institución. <br><br>Confirmo que he solicitado la emisión del presente certificado y me hago responsable \r\npor el uso que se dé al mismo.</p>\r\n </div>\r\n\r\n\r\n<div nobr=\"true\">\r\n            <div class=\"center\"><nombre_firma_asesor>\r\n            <imagen_firma>\r\n____________________________________________________<br>\r\n                                        ASESOR DE BALCON DE SERVICIO\r\n</div>   \r\n<div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   \r\n</div>', '<style>\r\n                    .center{\r\n                        text-align:center;\r\n                    }  \r\n                    .bold{\r\n                        font-wight:bold;\r\n                    }\r\n                    .green140{\r\n                        color:#008000;\r\n                    }\r\n                    .justify{\r\n                        text-align: justify;\r\n                    }\r\n            </style>\r\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>\r\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'firmaBarny.jpeg', 'ACTIVADO'),
(9, 4, 3, '<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n                    color:#008000;\r\n                }\r\n                .justify{\r\n                    text-align: justify;\r\n                }\r\n\r\n                td, th {\r\n                    border: 1px solid #808080;\r\n                    text-align: center;\r\n                    padding: 8px;\r\n                    font-size:10px;\r\n                }\r\n                .tg-l00l{\r\n                    background-color:#808080;\r\n                    color:white;\r\n                    border: 1px solid white;\r\n                    height:20px;\r\n                }\r\n</style>\r\n <div class=\"center\"><h3>CERTIFICACIÓN</h3></div>\r\n<div><UbicacionOficina>, <Fecha> </div>\r\n\r\n<div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p>\r\n<p class=\"justify\">Tenemos a bien certificar que el(a) Sr.(a) <nombres_cliente> portador(a)\r\n                de la cédula de ciudadanía número <cedula_cliente> es cliente de esta institución y mantiene la\r\n                siguiente relación con la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA.\r\n                </p>\r\n</div>\r\n\r\n            \r\n <table class=\"tg\">\r\n            <thead>\r\n            <tr>\r\n                <th class=\"tg-l00l\">FECHA APERTURA</th>\r\n                <th class=\"tg-l00l\">No. CUENTA</th>\r\n                <th class=\"tg-l00l\">TIPO CUENTA</th>\r\n                <th class=\"tg-l00l\">ESTADO</th>\r\n                <th class=\"tg-l00l\">RELACIÓN</th>\r\n                <th class=\"tg-l00l\">CIFRAS</th>\r\n            </tr>\r\n            </thead>\r\n            <tbody>\r\n                  <tabla_contenido>\r\n            </tbody>\r\n</table>\r\n\r\n<div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la\r\n            COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente\r\n            informativo por lo que no podrá entenderse que la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. Se obliga en forma\r\n            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser\r\n            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta\r\n            institución. <br><br>Confirmo que he solicitado la emisión del presente certificado y me hago responsable\r\npor el uso que se dé al mismo.</p>\r\n </div>\r\n\r\n<div nobr=\"true\">\r\n            <div class=\"center\"><nombre_firma_asesor>\r\n            <imagen_firma>\r\n____________________________________________________<br>\r\n                                        ASESOR DE BALCON DE SERVICIO\r\n</div>   \r\n<div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   \r\n</div>', '<style>\r\n                    .center{\r\n                        text-align:center;\r\n                    }  \r\n                    .bold{\r\n                        font-wight:bold;\r\n                    }\r\n                    .green140{\r\n                        color:#008000;\r\n                    }\r\n                    .justify{\r\n                        text-align: justify;\r\n                    }\r\n            </style>\r\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>\r\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'firmaBarny.jpeg', 'ACTIVADO'),
(11, 5, 3, '<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n                    color:#008000;\r\n                }\r\n                .justify{\r\n                    text-align: justify;\r\n                }\r\n\r\n                td, th {\r\n                    border: 1px solid #808080;\r\n                    text-align: center;\r\n                    padding: 8px;\r\n                    font-size:10px;\r\n                }\r\n                .tg-l00l{\r\n                    background-color:#808080;\r\n                    color:white;\r\n                    border: 1px solid white;\r\n                    height:20px;\r\n                }\r\n</style>\r\n <div class=\"center\"><h3>CERTIFICACIÓN</h3></div>\r\n<div><UbicacionOficina>, <Fecha>\r\n<p>Sres. <br>A QUIEN INTERESE <br>Presente.</p>\r\n<p class=\"justify\">Tenemos a bien certificar que el(a) Sr.(a) <nombres_cliente> portador(a)\r\n                de la cédula de ciudadanía número <cedula_cliente> es cliente de esta institución y mantiene la\r\n                siguiente relación con la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA.\r\n                </p>\r\n</div>\r\n\r\n            \r\n <table class=\"tg\">\r\n            <thead>\r\n            <tr>\r\n                <th class=\"tg-l00l\">FECHA APERTURA</th>\r\n                <th class=\"tg-l00l\">No. POLIZA</th>\r\n                <th class=\"tg-l00l\">TIPO</th>\r\n                <th class=\"tg-l00l\">ESTADO</th>\r\n                <th class=\"tg-l00l\">MONTO</th>\r\n                <th class=\"tg-l00l\">FECHA VENCIMIENTO</th>\r\n            </tr>\r\n            </thead>\r\n            <tbody>\r\n                  <tabla_contenido>\r\n            </tbody>\r\n</table>\r\n\r\n<div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la\r\n            COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente\r\n            informativo por lo que no podrá entenderse que la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. se obliga en forma\r\n            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser\r\n            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta\r\n            institución. <br><br>Confirmo que he solicitado la emisión del presente certificado y me hago responsable\r\npor el uso que se dé al mismo.</p>\r\n </div>\r\n\r\n<div nobr=\"true\">\r\n            <div class=\"center\"><nombre_firma_asesor>\r\n            <imagen_firma>\r\n____________________________________________________<br>\r\n                                        ASESOR DE BALCON DE SERVICIO\r\n</div>   \r\n<div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   \r\n</div>', '<style>\r\n                    .center{\r\n                        text-align:center;\r\n                    }  \r\n                    .bold{\r\n                        font-wight:bold;\r\n                    }\r\n                    .green140{\r\n                        color:#008000;\r\n                    }\r\n                    .justify{\r\n                        text-align: justify;\r\n                    }\r\n            </style>\r\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>\r\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'firmaBarny.jpeg', 'ACTIVADO'),
(12, 6, 3, '<style>\r\n                .center{\r\n                    text-align:center;\r\n                }  \r\n                .bold{\r\n                    font-wight:bold;\r\n                }\r\n                .green140{\r\n                    color:#008000;\r\n                }\r\n                .justify{\r\n                    text-align: justify;\r\n                }\r\n\r\n                td, th {\r\n                    border: 1px solid #808080;\r\n                    text-align: center;\r\n                    padding: 8px;\r\n                    font-size:10px;\r\n                }\r\n                .tg-l00l{\r\n                    background-color:#808080;\r\n                    color:white;\r\n                    border: 1px solid white;\r\n                    height:20px;\r\n                }\r\n</style>\r\n <div class=\"center\"><h3>CERTIFICACIÓN</h3></div>\r\n<div><UbicacionOficina>, <Fecha>\r\n<p>Sres. <br>A QUIEN INTERESE <br>Presente.</p>\r\n<p class=\"justify\">Tenemos a bien certificar que el(a) Sr.(a) <nombres_cliente> portador(a)\r\n                de la cédula No. <cedula_cliente>,es cliente de nuestra Institución y mantiene la siguiente relación con la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA; quedando el crédito con un saldo pendiente:\r\n                </p>\r\n</div>\r\n\r\n            \r\n <table class=\"tg\">\r\n            <thead>\r\n            <tr>\r\n                <th class=\"tg-l00l\">No. CRÉDITO</th>\r\n                <th class=\"tg-l00l\">CAPITAL</th>\r\n                <th class=\"tg-l00l\">INTERES</th>\r\n                <th class=\"tg-l00l\">TOT. CRÉDITO</th>\r\n            </tr>\r\n            </thead>\r\n            <tbody>\r\n                  <tabla_contenido>\r\n            </tbody>\r\n</table>\r\n\r\n<div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la\r\n            COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente\r\n            informativo por lo que no podrá entenderse que la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. Se obliga en forma\r\n            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser\r\n            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta\r\n            institución. \r\n </div>\r\n\r\n<div nobr=\"true\">\r\n            <div class=\"center\"><nombre_firma_asesor>\r\n            <imagen_firma>\r\n____________________________________________________<br>\r\n                                        ASESOR DE BALCON DE SERVICIO\r\n</div>   \r\n<div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   \r\n</div>', '<style>\r\n                    .center{\r\n                        text-align:center;\r\n                    }  \r\n                    .bold{\r\n                        font-wight:bold;\r\n                    }\r\n                    .green140{\r\n                        color:#008000;\r\n                    }\r\n                    .justify{\r\n                        text-align: justify;\r\n                    }\r\n            </style>\r\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>\r\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'firmaBarny.jpeg', 'ACTIVADO'),
(13, 8, 3, '<style>\r\n    .center{\r\n        text-align:center;\r\n    }  \r\n    .bold{\r\n        font-wight:bold;\r\n    }\r\n    .green140{\r\n        color:#008000;\r\n    }\r\n    .justify{\r\n        text-align: justify;\r\n    }\r\n    .simpleTable{\r\n        border: none;\r\n        text-align: left;\r\n        padding: 8px;\r\n        font-size:10px;\r\n    }\r\n    td, th {\r\n        border: 1px solid #808080;\r\n        text-align: center;\r\n        padding: 8px;\r\n        font-size:10px;\r\n    }\r\n    .tg-l00l{\r\n        background-color:#808080;\r\n        color:white;\r\n        border: 1px solid white;\r\n        height:20px;\r\n    }\r\n</style>\r\n\r\n<div class=\"center\"><h3>CERTIFICACIÓN</h3><br><h3>ESTADO DE CUENTA</h3></div>\r\n\r\n<div style=\"text-align:right;font-size:10px;\">Fecha: <fecha><br>Usuario:<usuario_logueado></div>\r\n<br>\r\n\r\n<table>\r\n    <tr>\r\n        <td colspan=\"2\" class=\"simpleTable\"><font style=\"font-weight:bold;\">Nombres:</font><nombres_cliente></td><td class=\"simpleTable\"><font style=\"font-weight:bold;\">Cedula:</font> <cedula_cliente> </td>\r\n    </tr>\r\n    <tr>\r\n        <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Cuenta: </font> <cuenta_analisis> </td><td class=\"simpleTable\"><font style=\"font-weight:bold;\"> <tipo_cuenta> </font></td><td class=\"simpleTable\"></td>\r\n    </tr>\r\n    <tr>\r\n        <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Desde: </font> <fecha_desde> </td> <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Hasta:</font> <fecha_hasta> </td> <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Saldo final:</font> <saldo_final> </td>\r\n    </tr>\r\n</table>\r\n\r\n\r\n<br>          \r\n<table class=\"tg\">\r\n    <thead>\r\n    <tr>\r\n        <th class=\"tg-l00l\">Fecha</th>\r\n        <th class=\"tg-l00l\">Suc</th>\r\n        <th class=\"tg-l00l\">NumTrm</th>\r\n        <th class=\"tg-l00l\">Txt</th>\r\n        <th class=\"tg-l00l\">Rubro</th>\r\n        <th class=\"tg-l00l\">Debito</th>\r\n        <th class=\"tg-l00l\">Credito</th>\r\n        <th class=\"tg-l00l\">Saldo</th>\r\n    </tr>\r\n    </thead>\r\n    <tbody>\r\n        <tabla_contenido>\r\n    </tbody>\r\n</table>\r\n\r\n<br>\r\n\r\n<div nobr=\"true\">\r\n<div class=\"center\"><nombre_firma_asesor>\r\n                                            <imagen_firma>\r\n____________________________________________________<br>\r\n                                        ASESOR DE BALCON DE SERVICIO\r\n</div>      \r\n</div>', '<style>\r\n                    .center{\r\n                        text-align:center;\r\n                    }  \r\n                    .bold{\r\n                        font-wight:bold;\r\n                    }\r\n                    .green140{\r\n                        color:#008000;\r\n                    }\r\n                    .justify{\r\n                        text-align: justify;\r\n                    }\r\n            </style>\r\n            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>\r\n            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>', NULL, 'GILER ANDRADE BARNY XAVIER', 'firmaBarny.jpeg', 'ACTIVADO');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `parametros`
--

CREATE TABLE `parametros` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `nombre` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `descripcion` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `valor` decimal(8,0) UNSIGNED NOT NULL,
  `tipo` char(1) COLLATE utf8mb4_unicode_ci NOT NULL,
  `ofidepa` int(11) DEFAULT NULL,
  `kiosko` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_by` bigint(20) UNSIGNED DEFAULT NULL,
  `updated_by` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `parametros`
--

INSERT INTO `parametros` (`id`, `nombre`, `descripcion`, `valor`, `tipo`, `ofidepa`, `kiosko`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(38, 'LECTURA_MARQUESINA', 'Si esta en 1 la marquesina se lee por voz, comunmente debe estar apagado, uso orientado para avisos o emergencias.', '0', 'N', NULL, NULL, '2022-09-15 18:53:47', '2022-09-15 21:48:30', 30, 30),
(36, 'LLAMADA_TURNO', 'Llamar a los clientes por voz, en el visor de turnos', '1', 'N', NULL, NULL, '2022-09-15 18:52:10', '2022-09-15 20:35:02', 30, 30),
(37, 'SONIDO_BEEP', 'Sonido para llamar al cliente por un beep, en el visor de turno', '1', 'N', NULL, NULL, '2022-09-15 18:52:42', '2022-09-15 19:48:42', 30, 30),
(33, 'VOLUMEN_VISORES', 'Volumen entre el 0 al 10 al que se escucha los visres de turnos.', '1', 'N', NULL, NULL, '2022-09-15 06:09:40', '2022-09-15 18:41:11', 30, 30),
(34, 'MARQUESINA', 'Cooperativa de Ahorro y Crédito Chone, progresando contigo...', '1', 'N', NULL, NULL, '2022-09-15 17:35:48', '2022-09-16 16:08:07', 30, 30),
(31, 'DIGITOS_TURNOS', 'Cantidad dígitos que tiene un turno como máximo, por ejemplo si el valor es 2, entonces en los turnos se llega a 99 y luego se regresa a 01', '2', 'N', NULL, NULL, '2022-08-20 21:25:37', '2022-08-20 21:45:37', 30, 30),
(32, 'RELOAD_VISOR', 'Tiempo de carga del visor a la llamada de los turnos. El tiempo debe estar dado en segundos.', '3', 'N', NULL, NULL, '2022-09-13 00:42:42', '2022-09-15 20:52:52', 30, 30),
(39, 'SONIDO_BEEP', 'Sonido para llamar al cliente por un beep, en el visor de turno', '1', 'N', 5, NULL, '2022-09-25 21:55:22', '2022-10-07 15:50:57', NULL, NULL),
(40, 'LLAMADA_TURNO', 'Llamar a los clientes por voz, en el visor de turnos', '1', 'N', 5, NULL, '2022-09-25 21:55:22', '2022-10-07 15:50:09', NULL, NULL),
(41, 'VOLUMEN_VISORES', 'Volumen entre el 0 al 10 al que se escucha los visres de turnos.', '1', 'N', 5, NULL, '2022-09-25 21:55:22', '2022-10-18 21:16:19', NULL, NULL),
(42, 'VOLUMEN_KIOSKO', 'Volumen entre el 0 al 10 al que se escucha los visres de turnos.', '0', 'N', 5, NULL, '2022-09-28 02:12:44', '2022-10-18 21:13:34', NULL, NULL),
(43, 'VOLUMEN_KIOSKO', 'Volumen entre el 0 al 10 al que se escucha los visres de turnos.', '1', 'N', 6, NULL, '2022-09-28 20:36:20', '2022-10-04 14:19:42', NULL, NULL),
(44, 'SONIDO_BEEP', 'Sonido para llamar al cliente por un beep, en el visor de turno', '1', 'N', 6, NULL, '2022-09-28 20:36:20', '2022-09-28 20:36:20', NULL, NULL),
(45, 'LLAMADA_TURNO', 'Llamar a los clientes por voz, en el visor de turnos', '1', 'N', 6, NULL, '2022-09-28 20:36:20', '2022-09-28 20:36:20', NULL, NULL),
(46, 'VOLUMEN_VISORES', 'Volumen entre el 0 al 10 al que se escucha los visres de turnos.', '1', 'N', 6, NULL, '2022-09-28 20:36:20', '2022-10-03 17:21:17', NULL, NULL),
(47, 'WHATSAPP_CERTIFICADOS', 'Administracion del lado del kiosko en certificados.', '1', 'N', NULL, NULL, '2022-10-04 20:46:12', '2022-10-18 13:39:20', NULL, NULL),
(48, 'SALUDO_TICKET', 'Gracias por usar nuestro kiosko de autoservicios', '1', '', NULL, NULL, NULL, '2022-10-06 19:57:43', NULL, NULL),
(49, 'MENSAJE_PUBLICITARIO', 'Recuerda que puedes participar en la promo  \\n mundialista preguntando a tu asesor.', '1', '', NULL, NULL, NULL, '2022-10-06 20:01:14', NULL, NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `password_resets`
--

INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES
('edisoncorderop@gmail.com', '$2y$10$X1m7n0JdCLsl2baJf6YucOLIASleeRa0ltkSEGUwxdy/FjY1rfpaC', '2020-01-01 20:47:15'),
('lquirolafrank@hotmail.com', '$2y$10$4gMRgDpJVkT/q19RprUfJOpH2vJecaVLL8kkx3uqvzvPR0dlR5Enm', '2020-12-13 21:31:31'),
('juancasuarez83@gmail.com', '$2y$10$dXgibG.MYTlaTI9ohZWtFOsxz3zAZh4sJKit4XvRAaY/0z0rwPHW2', '2020-12-16 17:35:31');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `permisos`
--

CREATE TABLE `permisos` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `nombre` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `descripcion` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
  `permiso_id` int(11) NOT NULL,
  `tipo` char(1) COLLATE utf8mb4_unicode_ci NOT NULL,
  `estado` smallint(1) DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `permisos`
--

INSERT INTO `permisos` (`id`, `nombre`, `descripcion`, `permiso_id`, `tipo`, `estado`, `created_at`, `updated_at`) VALUES
(1, 'LOGIN', 'Operacion de ingreso al sistema', 1, '', 1, '2020-06-14 10:52:22', '2020-06-14 10:52:22'),
(2, 'INGEMPRESA', 'Pantalla de gestion de Clientes-Empresas', 2, '', 1, '2020-06-14 10:52:23', '2020-06-14 10:52:23'),
(3, 'ELIEMPRESA', 'Operacion de eliminacion de clientes-empresas', 3, '', 1, '2020-06-14 10:52:23', '2020-06-14 10:52:23'),
(4, 'INGALMACEN', 'Pantalla de gestion de sellos y etiquetas', 4, '', 1, '2020-06-14 10:52:23', '2020-06-14 10:52:23'),
(5, 'ELIALMACEN', 'Pantalla de eliminacion de sellos y etiquetas', 5, '', 1, '2020-06-14 10:52:23', '2020-06-14 10:52:23'),
(6, 'INGITEMS', 'Pantalla de gestion de Items', 6, '', 1, '2020-06-14 10:52:23', '2020-06-14 10:52:23'),
(7, 'ELIITEMS', 'Operacion de eliminacion de items', 7, '', 1, '2020-06-14 10:52:23', '2020-06-14 10:52:23'),
(8, 'REPITEMS', 'Pantalla de reporte de items', 8, '', 1, '2020-06-14 10:52:23', '2020-06-14 10:52:23'),
(9, 'REPNOVEDADES', 'Pantalla de reporte de novedades', 9, '', 1, '2020-06-14 10:52:24', '2020-06-14 10:52:24'),
(10, 'INGALERTAS', 'Pantalla de gestion de alertas', 10, '', 1, '2020-06-14 10:52:24', '2020-06-14 10:52:24'),
(11, 'ELIALERTAS', 'Operacion eliminacion de alertas', 11, '', 1, '2020-06-14 10:52:24', '2020-06-14 10:52:24'),
(12, 'USUARIO', 'Pantalla de gestion de usuarios', 12, '', 1, '2020-06-14 10:52:24', '2020-06-14 10:52:24'),
(13, 'PERMISOS', 'Pantalla de asignación de permisos', 13, '', 1, '2020-06-14 10:52:24', '2020-06-14 10:52:24'),
(14, 'LOG', 'Pantalla para la consulta de logs', 14, '', 1, '2020-06-14 10:52:24', '2020-06-14 10:52:24'),
(15, 'APPOINTMENTS', 'Pantalla para la gestion de citas', 15, '', 1, '2020-06-14 10:52:24', '2020-06-14 10:52:24');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `procesos`
--

CREATE TABLE `procesos` (
  `id` bigint(20) NOT NULL,
  `nombre` varchar(250) NOT NULL,
  `letra` char(3) NOT NULL,
  `estado` tinyint(1) NOT NULL DEFAULT 1,
  `datos_cliente` tinyint(1) NOT NULL DEFAULT 0,
  `parent_id` bigint(20) DEFAULT NULL,
  `is_parent` tinyint(1) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `created_by` bigint(20) DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `procesos`
--

INSERT INTO `procesos` (`id`, `nombre`, `letra`, `estado`, `datos_cliente`, `parent_id`, `is_parent`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES
(2, 'CUENTAS DE AHORRO', 'CA', 1, 0, NULL, 1, '2022-08-18 01:12:22', '2022-09-25 21:38:10', NULL, NULL),
(3, 'CONSULTAS', 'C', 1, 0, NULL, 1, '2022-08-18 01:12:35', '2022-09-25 21:38:24', NULL, NULL),
(4, 'DEPÓSITO A PLAZO FIJO', 'DPF', 1, 0, NULL, 1, '2022-08-19 18:12:14', '2022-09-25 21:38:51', NULL, NULL),
(5, 'SERVICIOS', 'S', 1, 0, NULL, 1, '2022-08-19 18:27:07', '2022-09-25 21:39:02', NULL, NULL),
(6, 'OTROS', 'O', 1, 0, NULL, 1, '2022-08-19 18:27:17', '2022-09-25 21:40:33', NULL, NULL),
(14, 'Apertura de Cuenta', 'AC', 1, 0, 2, NULL, '2022-09-25 23:38:13', '2022-09-25 23:42:03', NULL, NULL),
(15, 'Actualización de Datos', 'AD', 1, 0, 2, NULL, '2022-09-25 23:45:02', '2022-09-25 23:45:02', NULL, NULL),
(16, 'Registro de Poder', 'RP', 1, 0, 2, NULL, '2022-09-25 23:47:31', '2022-09-25 23:47:31', NULL, NULL),
(17, 'Cierre de Cuenta', 'CC', 1, 0, 2, NULL, '2022-09-25 23:47:42', '2022-09-25 23:47:42', NULL, NULL),
(19, 'Consultas de Saldo', 'CS', 1, 0, 3, NULL, '2022-09-25 23:50:15', '2022-09-25 23:50:15', NULL, NULL),
(20, 'Información', 'I', 1, 0, 4, NULL, '2022-09-25 23:51:41', '2022-09-25 23:51:41', NULL, NULL),
(21, 'Apertura / Renovación', 'AR', 1, 0, 4, NULL, '2022-09-25 23:51:57', '2022-09-25 23:51:57', NULL, NULL),
(22, 'Pre - Cancelación', 'PC', 1, 0, 4, NULL, '2022-09-25 23:52:13', '2022-09-25 23:52:13', NULL, NULL),
(23, 'Bloqueos / Desbloqueos', 'BD', 1, 0, 5, NULL, '2022-09-25 23:52:48', '2022-09-25 23:52:48', NULL, NULL),
(24, 'Solicitud de tarjeta', 'ST', 1, 0, 5, NULL, '2022-09-25 23:52:59', '2022-09-25 23:52:59', NULL, NULL),
(25, 'Transferencias', 'T', 1, 0, 5, NULL, '2022-09-25 23:53:07', '2022-09-25 23:53:07', NULL, NULL),
(26, 'Seguro de vida', 'SV', 1, 0, 5, NULL, '2022-09-25 23:53:35', '2022-09-25 23:53:35', NULL, NULL),
(27, 'Certificaciones', 'C', 1, 0, 5, NULL, '2022-09-25 23:53:48', '2022-09-25 23:53:48', NULL, NULL),
(28, 'Pagos de sepelio', 'PS', 1, 0, 6, NULL, '2022-09-25 23:54:19', '2022-09-25 23:54:19', NULL, NULL),
(29, 'Retiros de premios', 'RPR', 1, 0, 6, NULL, '2022-09-25 23:54:48', '2022-09-25 23:54:48', NULL, NULL),
(30, 'Autorización de Retiros', 'RE', 1, 0, 6, NULL, '2022-09-25 23:55:09', '2022-10-06 16:13:00', NULL, NULL),
(31, 'Ingreso para cobro de bono con libreta', 'ICB', 1, 0, 6, NULL, '2022-09-25 23:55:39', '2022-09-25 23:55:39', NULL, NULL),
(32, 'Quejas y reclamos', 'QR', 1, 0, 6, NULL, '2022-09-25 23:55:52', '2022-09-25 23:55:52', NULL, NULL),
(33, 'Ahorro Promoción', 'AP', 1, 0, 2, NULL, '2022-09-25 23:57:58', '2022-09-25 23:57:58', NULL, NULL),
(34, 'Más Información', 'MI', 1, 0, 4, NULL, '2022-10-17 10:11:11', '2022-10-17 10:11:11', NULL, NULL),
(36, 'Prueba', 'pb', 1, 0, 2, NULL, '2022-10-18 09:09:54', '2022-10-18 09:09:54', NULL, NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `rol`
--

CREATE TABLE `rol` (
  `rol_id` int(11) NOT NULL,
  `rol_nombre` varchar(50) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `rol`
--

INSERT INTO `rol` (`rol_id`, `rol_nombre`) VALUES
(1, 'ADMINISTRADOR'),
(2, 'PROPIETARIO'),
(3, 'PERSONAL_LOCAL'),
(4, 'AUTORIDAD'),
(5, 'CLIENTE'),
(6, 'INSPECTOR'),
(7, 'INVITADO'),
(8, 'OBSERVADOR');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `roles`
--

CREATE TABLE `roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `nombre` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `descripcion` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
  `estado` blob NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `roles`
--

INSERT INTO `roles` (`id`, `nombre`, `descripcion`, `estado`, `created_at`, `updated_at`) VALUES
(2, 'OPERADOR', 'Usuario que accederá a atención de los módulos, control de los turnos y colas', 0x31, '2020-03-31 10:00:00', '2020-03-31 10:00:00'),
(4, 'SUPERADMIN', 'Control y administración total del sistema ', 0x31, '2020-03-31 10:00:00', '2020-03-31 10:00:00');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `roles_permisos`
--

CREATE TABLE `roles_permisos` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `rol_id` bigint(20) UNSIGNED DEFAULT NULL,
  `permiso_id` bigint(20) UNSIGNED NOT NULL,
  `estado` blob NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `roles_permisos`
--

INSERT INTO `roles_permisos` (`id`, `rol_id`, `permiso_id`, `estado`, `created_at`, `updated_at`, `user_id`) VALUES
(1, 4, 13, 0x31, '2020-06-14 11:11:27', '2020-06-14 11:11:27', NULL),
(2, 4, 12, 0x41, '2020-06-14 11:13:13', '2020-06-14 11:13:13', NULL),
(3, 3, 2, 0x41, '2020-06-14 22:41:05', '2020-06-14 22:41:05', NULL),
(4, 2, 2, 0x41, '2020-06-14 22:51:13', '2020-06-14 22:51:13', NULL),
(5, 2, 4, 0x41, '2020-06-14 22:56:12', '2020-06-14 22:56:12', NULL),
(6, 2, 6, 0x41, '2020-06-14 23:02:18', '2020-06-14 23:02:18', NULL),
(7, 2, 8, 0x41, '2020-06-14 23:33:20', '2020-06-14 23:33:20', NULL),
(8, 2, 9, 0x41, '2020-06-14 23:34:24', '2020-06-14 23:34:24', NULL),
(9, 1, 2, 0x41, '2020-06-15 01:53:24', '2020-06-15 01:53:24', NULL),
(10, 1, 4, 0x41, '2020-06-15 01:54:10', '2020-06-15 01:54:10', NULL),
(12, 1, 8, 0x41, '2020-06-15 01:56:54', '2020-06-15 01:56:54', NULL),
(13, 1, 9, 0x41, '2020-06-15 01:57:02', '2020-06-15 01:57:02', NULL),
(14, 4, 8, 0x41, '2020-06-15 02:14:44', '2020-06-15 02:14:44', NULL),
(15, 4, 9, 0x41, '2020-06-15 02:14:52', '2020-06-15 02:14:52', NULL),
(16, 1, 7, 0x41, '2020-06-15 06:50:23', '2020-06-15 06:50:23', NULL),
(18, 4, 7, 0x41, '2020-06-15 11:18:10', '2020-06-15 11:18:10', NULL),
(19, 1, 6, 0x41, '2020-06-15 11:27:15', '2020-06-15 11:27:15', NULL),
(20, 4, 6, 0x41, '2020-06-15 11:27:30', '2020-06-15 11:27:30', NULL),
(21, 4, 2, 0x41, '2020-06-15 19:36:11', '2020-06-15 19:36:11', NULL),
(22, 4, 4, 0x41, '2020-06-15 22:03:39', '2020-06-15 22:03:39', NULL),
(23, 4, 3, 0x41, '2020-06-15 22:11:08', '2020-06-15 22:11:08', NULL),
(24, 4, 14, 0x41, '2020-06-18 01:03:07', '2020-06-18 01:03:07', NULL),
(25, 2, 1, 0x41, '2020-06-18 01:05:35', '2020-06-18 01:05:35', NULL),
(26, 1, 1, 0x41, '2020-06-18 01:05:47', '2020-06-18 01:05:47', NULL),
(27, 3, 1, 0x41, '2020-06-18 01:05:55', '2020-06-18 01:05:55', NULL),
(28, 4, 1, 0x41, '2020-06-18 01:06:04', '2020-06-18 01:06:04', NULL),
(29, 3, 6, 0x41, '2020-06-26 04:16:40', '2020-06-26 04:16:40', NULL),
(30, 1, 5, 0x41, '2020-06-30 20:41:53', '2020-06-30 20:41:53', NULL),
(31, 4, 5, 0x41, '2020-06-30 20:42:06', '2020-06-30 20:42:06', NULL),
(32, 2, 3, 0x41, '2020-10-08 06:38:33', '2020-10-08 06:38:33', NULL),
(34, 2, 7, 0x41, '2020-10-08 06:38:52', '2020-10-08 06:38:52', NULL),
(36, 1, 12, 0x41, '2020-11-30 03:42:58', '2020-11-30 03:42:58', NULL),
(37, 1, 14, 0x41, '2020-11-30 03:43:11', '2020-11-30 03:43:11', NULL),
(45, 2, 12, 0x41, '2020-12-13 20:14:52', '2020-12-13 20:14:52', NULL),
(46, 3, 12, 0x41, '2020-12-14 07:57:25', '2020-12-14 07:57:25', NULL),
(50, 4, 15, 0x41, '2021-04-21 22:26:38', '2021-04-21 22:26:38', NULL),
(51, 1, 15, 0x41, '2021-04-21 22:26:47', '2021-04-21 22:26:47', NULL);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `scanhistory`
--

CREATE TABLE `scanhistory` (
  `id` int(11) NOT NULL,
  `iduser` int(11) NOT NULL,
  `idsupervisor` int(11) NOT NULL,
  `idSello` int(11) DEFAULT NULL,
  `jobnumber` varchar(30) NOT NULL,
  `primarynumber` varchar(30) NOT NULL,
  `replaceprimarynumber` varchar(30) DEFAULT '',
  `itemnumber` varchar(30) NOT NULL,
  `address` text NOT NULL,
  `dateandtime` datetime NOT NULL,
  `Fecha` date NOT NULL DEFAULT current_timestamp(),
  `userremarks` text CHARACTER SET utf8 COLLATE utf8_spanish_ci NOT NULL,
  `scannedimage` varchar(150) DEFAULT NULL,
  `foto1` varchar(150) DEFAULT NULL,
  `foto2` varchar(150) DEFAULT NULL,
  `foto3` varchar(150) DEFAULT NULL,
  `location` varchar(50) NOT NULL,
  `informado` bit(1) NOT NULL DEFAULT b'0',
  `requiereAprobacion` bit(1) NOT NULL DEFAULT b'0',
  `aprobado` int(1) NOT NULL DEFAULT 3,
  `Tipo` varchar(15) NOT NULL DEFAULT 'SCAN',
  `tipoAlerta` int(11) NOT NULL DEFAULT 0,
  `activo` bit(1) NOT NULL DEFAULT b'1',
  `ceated_at` datetime DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `scanhistory`
--

INSERT INTO `scanhistory` (`id`, `iduser`, `idsupervisor`, `idSello`, `jobnumber`, `primarynumber`, `replaceprimarynumber`, `itemnumber`, `address`, `dateandtime`, `Fecha`, `userremarks`, `scannedimage`, `foto1`, `foto2`, `foto3`, `location`, `informado`, `requiereAprobacion`, `aprobado`, `Tipo`, `tipoAlerta`, `activo`, `ceated_at`) VALUES
(5, 30, 64, 10349, 'HQS346589006', '7861000242004', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 01:11:26', '2021-01-18', 'Ptobando el registro desde la App', '../storage/images/scanner/30_7861000242004_6.jpg', '../storage/images/scanner/30_7861000242004_F1_2.jpg', '../storage/images/scanner/30_7861000242004_F2_1.jpg', '../storage/images/scanner/30_7861000242004_F3_1.jpg', '-2.11457469 -79.90225734', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(6, 30, 64, 10349, 'HQS346589006', '7861000242004', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 01:09:01', '2021-01-18', 'N/A', '../storage/images/scanner/30_7861000242004_5.jpg', '', '', '', '-2.11460562 -79.90237976', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(7, 30, 64, 10349, 'HQS346589006', '7861000242004', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 01:06:57', '2021-01-18', 'N/A', '../storage/images/scanner/30_7861000242004_4.jpg', '', '', '', '-2.11456772 -79.9022522', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(8, 30, 64, 10349, 'HQS346589006', '7861000242004', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 01:02:59', '2021-01-18', 'N/A', '../storage/images/scanner/30_7861000242004_3.jpg', '../storage/images/scanner/30_7861000242004_F1_1.jpg', '', '', '-2.11454394 -79.90221438', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(9, 30, 64, 10349, 'HQS346589006', '7861000242004', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 00:54:45', '2021-01-18', 'N/A', '../storage/images/scanner/30_7861000242004_2.jpg', '', '', '', '-2.114543 -79.9022693', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(10, 30, 64, 10349, 'HQS346589006', '7861000242004', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 00:52:43', '2021-01-18', 'N/A', '../storage/images/scanner/30_7861000242004_1.jpg', '', '', '', '-2.1146112 -79.9022781', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(11, 30, 64, 10349, 'HQS346589006', '7861000242004', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 00:44:10', '2021-01-18', 'Prueba de detalles en captura de datos.\nEsperemos el registro.', '../storage/images/scanner/30_7861000242004.jpg', '../storage/images/scanner/30_7861000242004_F1.jpg', '../storage/images/scanner/30_7861000242004_F2.jpg', '../storage/images/scanner/30_7861000242004_F3.jpg', '-2.11462406 -79.90236811', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(12, 30, 64, 10350, 'HQS346589006', '7862108440613', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 00:38:59', '2021-01-18', 'Descriptivo para probar los campos de data en la clase del servidor.', '../storage/images/scanner/30_7862108440613_2.jpg', '../storage/images/scanner/30_7862108440613_F1.jpg', '../storage/images/scanner/30_7862108440613_F2.jpg', '../storage/images/scanner/30_7862108440613_F3.jpg', '-2.11457322 -79.90227716', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(13, 30, 64, 10350, 'LEQF445578088', '7862108440613', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 00:05:36', '2021-01-18', 'Diario escolar.', '../storage/images/scanner/30_7862108440613_1.jpg', '../storage/images/scanner/F1_30_7862108440613.jpg', '../storage/images/scanner/F2_30_7862108440613.jpg', '../storage/images/scanner/F3_30_7862108440613.jpg', '-2.11454965 -79.90231396', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(14, 30, 64, 10351, 'LEQF445578088', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-17 22:46:31', '2021-01-17', 'Algún comentario.', '../storage/images/scanner/30_7861084211354_24.jpg', '../storage/images/scanner/F1_20210117_224615.jpg', '', '', '-2.11462895 -79.90230894', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(15, 30, 64, 10351, 'LEQF445578088', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-17 22:43:48', '2021-01-17', 'Algo que escribir al respecto.', '../storage/images/scanner/30_7861084211354_23.jpg', '../storage/images/scanner/F1_20210117_224302.jpg', '../storage/images/scanner/F2_20210117_224323.jpg', '', '-2.11462574 -79.90231872', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(16, 30, 64, 10352, 'NC-78923454', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-17 19:26:04', '2021-01-17', 'N/A', '../storage/images/scanner/30_78923454_5.jpg', '../storage/images/scanner/F1_20210117_192532.jpg.jpg', '', '', '-2.114623 -79.9023018', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(17, 30, 64, 10351, 'LEQF445578088', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-17 13:35:01', '2021-01-17', 'Probando visualización desde la lista de actividades.', '../storage/images/scanner/30_7861084211354_20.jpg', '', '', '', '-2.1146297 -79.9023205', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(18, 30, 64, 10351, 'NC-78923454', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-17 13:33:39', '2021-01-17', 'N/A', '../storage/images/scanner/30_7861084211354_19.jpg', '', '', '', '-2.1146297 -79.9023205', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(19, 30, 64, 10351, 'KKK1234567890', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-17 13:29:48', '2021-01-17', 'N/A', '../storage/images/scanner/30_7861084211354_18.jpg', '', '', '', '-2.1146297 -79.9023205', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(20, 30, 64, 10351, 'NC-7703064447509', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-17 13:23:14', '2021-01-17', 'N/A', '../storage/images/scanner/30_7861084211354_17.jpg', '../storage/images/scanner/F1_20210117_132242.jpg.jpg', '', '', '-2.1146297 -79.9023205', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(21, 30, 64, 10351, 'NC-7703064447509', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-17 13:19:40', '2021-01-17', 'N/A', '../storage/images/scanner/30_7861084211354_16.jpg', '', '', '', '-2.1146297 -79.9023205', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(22, 30, 64, 10351, 'KKK1234567890', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-15 10:47:27', '2021-01-15', 'Prueba captura sin conexion a internet.', '../storage/images/scanner/30_7861084211354_15.jpg', '../storage/images/scanner/F1_20210115_104719.jpg.jpg', '', '', '-2.1145942 -79.9022781', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(23, 30, 64, 10353, 'HQS20210118', '7861011200598', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 09:37:06', '2021-01-18', 'Probando lansobrecarga de metodos para el registro de objetos de tipo Capture.', '../storage/images/scanner/30_7861011200598.jpg', '../storage/images/scanner/30_7861011200598_F1.jpg', '../storage/images/scanner/30_7861011200598_F2.jpg', '', '-2.11457558 -79.90235733', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(24, 30, 64, 10354, 'HQS20210118', '9788466814164', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 09:41:39', '2021-01-18', 'Richmond', '../storage/images/scanner/30_9788466814164.jpg', '../storage/images/scanner/30_9788466814164_F1.jpg', '', '', '-2.1145625 -79.902281', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(25, 30, 64, 10349, 'HQS20210118', '7861000242004', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 10:04:47', '2021-01-18', 'Probando varha desde otro perfil.', '../storage/images/scanner/30_7861000242004_7.jpg', '../storage/images/scanner/30_7861000242004_F1_3.jpg', '', '', '-2.11461597 -79.90233436', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(26, 30, 64, 10350, '', '7862108440613', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 13:59:26', '2021-01-18', '', '', '', '', '', '-2.1146038 -79.9022836', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(27, 30, 64, 10350, 'MIP234567890', '7862108440613', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 15:08:38', '2021-01-18', 'Probando sincronización con el servidor.', '../storage/images/scanner/30_7862108440613_3.jpg', '../storage/images/scanner/30_7862108440613_F1_1.jpg', '../storage/images/scanner/30_7862108440613_F2_1.jpg', '../storage/images/scanner/30_7862108440613_F3_1.jpg', '-2.11458131 -79.9023014', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(28, 30, 64, 10351, 'MIP234567890', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 15:51:27', '2021-01-18', 'Reserva Natural del Bosque se Samanes 1.\nColor primario es Lila.\nOtros datos: sin afectación en estado fisico del sello.', '../storage/images/scanner/30_7861084211354_25.jpg', '../storage/images/scanner/30_7861084211354_F1.jpg', '../storage/images/scanner/30_7861084211354_F2.jpg', '../storage/images/scanner/30_7861084211354_F3.jpg', '-2.11457361 -79.90231339', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(29, 30, 64, 10355, 'MIP2602150116', '9788496118874', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 16:29:00', '2021-01-18', 'Provando la carga de un nuevo registro en modo offline ', '../storage/images/scanner/30_9788496118874.jpg', '../storage/images/scanner/30_9788496118874_F1.jpg', '../storage/images/scanner/30_9788496118874_F2.jpg', '', '-2.11457361 -79.90231339', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(30, 30, 64, 10356, 'MIP2602150116', '7861145900012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 16:49:26', '2021-01-18', 'Clips de oficina', '../storage/images/scanner/30_7861145900012.jpg', '../storage/images/scanner/30_7861145900012_F1.jpg', '', '', '-2.1145984 -79.9022904', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(31, 30, 64, 10357, 'MIP2602150116', '6939980082703', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 16:48:06', '2021-01-18', 'Folder amarillo', '../storage/images/scanner/30_6939980082703.jpg', '../storage/images/scanner/30_6939980082703_F1.jpg', '../storage/images/scanner/30_6939980082703_F2.jpg', '../storage/images/scanner/30_6939980082703_F3.jpg', '-2.1145984 -79.9022904', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(32, 30, 64, 10358, 'MIP2602150116', '7862114752465', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 16:46:55', '2021-01-18', 'N/A', '../storage/images/scanner/30_7862114752465.jpg', '../storage/images/scanner/30_7862114752465_F1.jpg', '../storage/images/scanner/30_7862114752465_F2.jpg', '../storage/images/scanner/30_7862114752465_F3.jpg', '-2.1145984 -79.9022904', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(33, 30, 64, 10351, 'MIP2602150116', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 20:30:14', '2021-01-18', 'N/A', '../storage/images/scanner/30_7861084211354_26.jpg', '../storage/images/scanner/30_7861084211354_F1_1.jpg', '', '', '-2.114671 -79.9023353', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(34, 30, 64, 10351, 'ABC123456788', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-18 21:40:51', '2021-01-18', 'Algo', '../storage/images/scanner/30_7861084211354_27.jpg', '../storage/images/scanner/30_7861084211354_F1_2.jpg', '../storage/images/scanner/30_7861084211354_F2_1.jpg', '../storage/images/scanner/30_7861084211354_F3_1.jpg', '-2.1145782 -79.9022733', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(35, 30, 64, 10359, 'HQS123456789', '07118074', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 00:04:27', '2021-01-19', 'Primer registro desde el APK', '../storage/images/scanner/30_78923454.jpg', '../storage/images/scanner/30_07118074_F1.jpg', '../storage/images/scanner/30_07118074_F2.jpg', '../storage/images/scanner/30_07118074_F3.jpg', '-2.1146218 -79.9023267', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(36, 30, 64, 10360, 'HQS123456789', '7861001301168', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 00:08:58', '2021-01-19', 'Otros datos del envase.', '../storage/images/scanner/30_7861001301168.jpg', '../storage/images/scanner/30_7861001301168_F1.jpg', '', '', '-2.1146058 -79.9023006', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(37, 30, 64, 10361, 'GSB1234567890', '06533144', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 00:12:55', '2021-01-19', 'Otro registros desde la APK', '../storage/images/scanner/30_78923454_1.jpg', '', '', '', '-2.1146023 -79.9023035', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(38, 30, 64, 10352, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 00:18:02', '2021-01-19', 'Código 78923454', '../storage/images/scanner/30_78923454_4.jpg', '', '', '', '-2.1146067 -79.90231', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(39, 30, 64, 10352, 'ZZZ0987654321', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 00:30:57', '2021-01-19', 'Codigo nuevo. Modo Offline', '../storage/images/scanner/30_78923454_8.jpg', '../storage/images/scanner/30_78923454_F1_1.jpg', '../storage/images/scanner/30_78923454_F2_1.jpg', '../storage/images/scanner/30_78923454_F3_1.jpg', '-2.114609 -79.9023182', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(40, 30, 64, 10362, 'HQS0987654321', '06189238', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 00:28:50', '2021-01-19', 'Prueba en modo OffLine', '../storage/images/scanner/30_78923454_7.jpg', '../storage/images/scanner/30_78923454_F1.jpg', '../storage/images/scanner/30_78923454_F2.jpg', '../storage/images/scanner/30_78923454_F3.jpg', '-2.114609 -79.9023182', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(41, 30, 64, 10351, 'ASA223455909', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 05:17:05', '2021-01-19', 'Prueba.', '../storage/images/scanner/30_7861084211354.jpg', '../storage/images/scanner/30_7861084211354_F1.jpg', '../storage/images/scanner/30_7861084211354_F2.jpg', '', '-2.11452851 -79.90231302', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(42, 30, 64, 10356, 'ABC7777777', '7861145900012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 05:32:42', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861145900012.jpg', '../storage/images/scanner/30_7861145900012_F1.jpg', '', '', '-2.11454582 -79.90226592', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(43, 30, 64, 10351, 'ABC7777777', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 05:33:18', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.11463075 -79.90227835', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(44, 30, 64, 10356, 'FRK1234567890', '7861145900012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 05:42:00', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861145900012.jpg', '../storage/images/scanner/30_7861145900012_F1.jpg', '', '', '-2.11461677 -79.90239975', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(45, 30, 64, 10351, 'NCU9876543210', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 05:50:22', '2021-01-19', 'Pruebas nuevo APK', '../storage/images/scanner/30_7861084211354.jpg', '../storage/images/scanner/30_7861084211354_F1.jpg', '../storage/images/scanner/30_7861084211354_F2.jpg', '', '-2.1145904 -79.90231957', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(46, 30, 64, 10351, 'RST1234567890', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 06:02:29', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.11465023 -79.90231516', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(47, 30, 64, 10351, 'TTR1234567890', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 06:10:33', '2021-01-19', 'Probando nuevo APK', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.11461576 -79.90230001', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(48, 30, 64, 10351, 'RRR1234567890', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 1 114, 090509,  ', '2021-01-19 06:15:54', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.1144631 -79.9021759', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(49, 30, 64, 10351, 'ZXI1234567890', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 06:40:45', '2021-01-19', 'Pruebas', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.11460804 -79.90234229', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(50, 30, 64, 10356, 'ABC348890', '7861145900012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 06:42:09', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861145900012.jpg', '', '', '', '-2.11460124 -79.90231529', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(51, 30, 64, 10351, 'ABC348890', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 06:43:56', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354_1.jpg', '', '', '', '-2.11459238 -79.90218572', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(52, 30, 64, 10351, 'NC-7861084211354', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 06:59:45', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.1145843 -79.90226162', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(53, 30, 64, 10351, 'NC-7861084211354', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 07:12:04', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.11461447 -79.90222334', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(54, 30, 64, 10351, 'NC-7861084211354', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 07:19:41', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.11458557 -79.90218268', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(55, 30, 64, 10356, 'NC-7861145900012', '7861145900012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 07:25:27', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861145900012.jpg', '', '', '', '-2.11444961 -79.90253371', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(56, 30, 64, 10356, 'NC-7861145900012', '7861145900012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 07:29:34', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861145900012.jpg', '', '', '', '-2.11457188 -79.90224848', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(57, 30, 64, 10356, 'NCU1234567890', '7861145900012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 08:19:20', '2021-01-19', 'Datos varios.', '../storage/images/scanner/30_7861145900012.jpg', '../storage/images/scanner/30_7861145900012_F1.jpg', '../storage/images/scanner/30_7861145900012_F2.jpg', '../storage/images/scanner/30_7861145900012_F3.jpg', '-2.1145661 -79.90226762', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(58, 30, 64, 10351, 'NC-7861084211354', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 08:21:11', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '../storage/images/scanner/30_7861084211354_F1.jpg', '', '', '-2.11455102 -79.90229346', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(59, 30, 64, 10363, 'NC-9788466814164', '1234567890', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 08:43:00', '2021-01-19', 'OTRA OBS.', '../storage/images/scanner/30_httpwww.jw.orgfinderwtloc.jpg', '', '', '', '-2.11457188 -79.90224848', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(60, 30, 64, 10354, 'NC-9788466814164', '9788466814164', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 08:42:13', '2021-01-19', 'ALGO.', '../storage/images/scanner/30_9788466814164.jpg', '../storage/images/scanner/30_9788466814164_F1.jpg', '', '', '-2.11457188 -79.90224848', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(61, 30, 64, 10351, 'NC-7861084211354', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 09:28:20', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.11452898 -79.90230937', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(62, 81, 64, 10364, 'MCU37854012', '7868000937008', '', 'N/A', '', '2021-01-19 09:39:14', '2021-01-19', 'Orueba, ingreso de datos', '../storage/images/scanner/81_7868000937008.jpg', '../storage/images/scanner/81_7868000937008_F1.jpg', '../storage/images/scanner/81_7868000937008_F2.jpg', '', '-2.0975957 -79.9204944', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(63, 30, 64, 10351, 'SBC2234567890', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 09:50:04', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.11461519 -79.90235956', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(64, 30, 64, 10351, 'NC-7861084211354', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 10:00:03', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '', '', '', '-2.11460125 -79.90235313', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(65, 80, 64, 10365, 'CRLU12345', 'MUE30001', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:05:36', '2021-01-19', 'Despacho', '../storage/images/scanner/80_MUE30001.jpg', '../storage/images/scanner/80_MUE30001_F1.jpg', '', '', '-2.0989761 -79.9163177', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(66, 80, 64, 10366, 'CRLU12345', '2MSC02399', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:06:47', '2021-01-19', 'N/A', '../storage/images/scanner/80_2MSC02399.jpg', '../storage/images/scanner/80_2MSC02399_F1.jpg', '', '', '-2.0989802 -79.9163093', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(67, 80, 64, 10367, 'CRLU12345', 'INT080350', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:08:08', '2021-01-19', 'N/A', '../storage/images/scanner/80_INT080350.jpg', '../storage/images/scanner/80_INT080350_F1.jpg', '', '', '-2.0989761 -79.916308', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(68, 81, 64, 10368, 'MCU5720174', 'SE23139', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:08:55', '2021-01-19', 'Prueba ingreso de datos.', '../storage/images/scanner/81_SE23139.jpg', '../storage/images/scanner/81_SE23139_F1.jpg', '', '', '-2.0989769 -79.9163033', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(69, 81, 64, 10368, 'MCU5720174', 'SE23139', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:09:01', '2021-01-19', 'Prueba ingreso de datos.', '../storage/images/scanner/81_SE23139.jpg', '../storage/images/scanner/81_SE23139_F1.jpg', '', '', '-2.0989769 -79.9163033', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(70, 81, 64, 10368, 'MCU5720174', 'SE23139', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:09:06', '2021-01-19', 'Prueba ingreso de datos.', '../storage/images/scanner/81_SE23139.jpg', '../storage/images/scanner/81_SE23139_F1.jpg', '', '', '-2.0989769 -79.9163033', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(71, 81, 64, 10368, 'MCU5720174', 'SE23139', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:09:32', '2021-01-19', 'Dato adjunto.', '../storage/images/scanner/81_SE23139_1.jpg', '', '', '', '-2.0989769 -79.9163033', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(72, 80, 64, 10369, 'MU12345', 'BG00546Y', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:12:54', '2021-01-19', 'N/A', '../storage/images/scanner/80_BG00545Y.jpg', '../storage/images/scanner/80_BG00545Y_F1.jpg', '', '', '-2.0989769 -79.9163052', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(73, 81, 64, 10370, 'MSC000001', 'BG00545Y', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:13:46', '2021-01-19', 'Prueba, captura de datos.', '../storage/images/scanner/81_BG00545Y.jpg', '../storage/images/scanner/81_BG00545Y_F1.jpg', '', '', '-2.0989769 -79.9163033', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(74, 80, 64, 10371, 'NC-C21817F', 'C21817F', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:15:18', '2021-01-19', 'N/A', '../storage/images/scanner/80_C21817F.jpg', '../storage/images/scanner/80_C21817F_F1.jpg', '', '', '-2.0989777 -79.9163085', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(75, 30, 64, 10351, 'DZC3333333333', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 10:22:18', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '../storage/images/scanner/30_7861084211354_F1.jpg', '', '', '-2.11458047 -79.90226836', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(76, 81, 64, 10372, 'MSC000001', 'TH00546L', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:26:37', '2021-01-19', 'N/A', '../storage/images/scanner/81_TH00546L.jpg', '../storage/images/scanner/81_TH00546L_F1.jpg', '', '', '-2.0989749 -79.9163094', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(77, 81, 64, 10373, 'MSC000001', '11679220', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:27:39', '2021-01-19', 'N/A', '../storage/images/scanner/81_MEGA FORTRIS SECURITY BAGwww.jpg', '../storage/images/scanner/81_MEGA FORTRIS SECURITY BAGwww_F1.jpg', '', '', '-2.0989749 -79.9163094', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(78, 80, 64, 10374, 'MUL56789', 'MUE30011', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:34:08', '2021-01-19', 'Inicio', '../storage/images/scanner/80_MUE30011.jpg', '../storage/images/scanner/80_MUE30011_F1.jpg', '', '', '-2.0989756 -79.9163128', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(79, 80, 64, 10375, 'MUL56789', 'ML-EC2431679', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:36:05', '2021-01-19', 'N/A', '../storage/images/scanner/80_ML-EC2431679.jpg', '../storage/images/scanner/80_ML-EC2431679_F1.jpg', '', '', '-2.0989748 -79.9163011', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(80, 80, 64, 10376, 'MUL56789', 'LD11022', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 10:37:42', '2021-01-19', 'Agregar sello', '../storage/images/scanner/80_LD11022.jpg', '', '', '', '-2.0989742 -79.9163075', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(81, 80, 64, 10377, 'MUL56789', 'SL30001X', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 11:03:31', '2021-01-19', '25667', '../storage/images/scanner/80_SL30001X.jpg', '', '', '', '-2.0989794 -79.9163123', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(82, 30, 64, 10351, 'NC-7861084211354', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 11:33:33', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354.jpg', '../storage/images/scanner/30_7861084211354_F1.jpg', '', '', '-2.11460556 -79.90228275', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(83, 30, 64, 10351, 'NC-7861084211354', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 11:34:51', '2021-01-19', 'N/A', '../storage/images/scanner/30_7861084211354_1.jpg', '', '', '', '-2.11458894 -79.90230161', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(84, 91, 64, 10378, 'DL123456', 'S18481', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 11:36:04', '2021-01-19', 'Inicio recorrido', '../storage/images/scanner/91_S18481.jpg', '../storage/images/scanner/91_S18481_F1.jpg', '', '', '-2.0989763 -79.9163084', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(85, 91, 64, 10379, 'DL123456', 'FG03199', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 11:37:05', '2021-01-19', 'N/A', '../storage/images/scanner/91_FG03199.jpg', '../storage/images/scanner/91_FG03199_F1.jpg', '', '', '-2.0989738 -79.9163058', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(86, 91, 64, 10368, 'DL123456', 'SE23139', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 11:37:45', '2021-01-19', 'N/A', '../storage/images/scanner/91_SE23139.jpg', '', '', '', '-2.0989759 -79.9163105', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(87, 92, 64, 10380, 'DL09876', '2MSC00750', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 11:41:24', '2021-01-19', 'Inicio 2', '../storage/images/scanner/92_2MSC00750.jpg', '../storage/images/scanner/92_2MSC00750_F1.jpg', '', '', '-2.098975 -79.9163026', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(88, 92, 64, 10381, 'DL09876', 'ML210301', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 11:41:50', '2021-01-19', 'N/A', '../storage/images/scanner/92_ML210301.jpg', '', '', '', '-2.0989771 -79.9163087', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(89, 93, 64, 10382, 'DL00000', 'GS200505', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 11:44:50', '2021-01-19', 'Prueba 3', '../storage/images/scanner/93_GS200505.jpg', '../storage/images/scanner/93_GS200505_F1.jpg', '', '', '-2.0989795 -79.9163027', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(90, 93, 64, 10383, 'DL00000', 'TH03667L', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 11:45:51', '2021-01-19', 'N/A', '../storage/images/scanner/93_TH03667L.jpg', '', '', '', '-2.0989761 -79.9163054', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(91, 92, 64, 10384, 'DE56789', 'Q', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 12:13:46', '2021-01-19', '4', '../storage/images/scanner/92_MUE30001.jpg', '../storage/images/scanner/92_Q_F1.jpg', '', '', '-2.0989778 -79.9163092', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(92, 92, 64, 10374, 'DE56789', 'MUE30011', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 12:14:06', '2021-01-19', 'N/A', '../storage/images/scanner/92_MUE30011.jpg', '', '', '', '-2.0989665 -79.9163216', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(93, 93, 64, 10385, 'DE123', 'MUE30010', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 12:15:16', '2021-01-19', '5', '../storage/images/scanner/93_MUE30010.jpg', '../storage/images/scanner/93_MUE30010_F1.jpg', '', '', '-2.0989744 -79.9163122', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(94, 93, 64, 10386, 'DE123', 'MUE30014', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 12:15:29', '2021-01-19', 'N/A', '../storage/images/scanner/93_MUE30014.jpg', '', '', '', '-2.0989722 -79.9163089', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(95, 91, 64, 10387, 'D0123', 'HL30018P', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 12:17:15', '2021-01-19', '6', '../storage/images/scanner/91_HL30018P.jpg', '../storage/images/scanner/91_HL30018P_F1.jpg', '', '', '-2.0989783 -79.9163089', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(96, 91, 64, 10388, 'NC-SL30006X', 'SL30006X', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 12:17:54', '2021-01-19', 'N/A', '../storage/images/scanner/91_SL30006X.jpg', '', '', '', '-2.0989693 -79.9163096', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(97, 91, 64, 10389, 'NC-SL30006X', 'HL30015P', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 12:18:12', '2021-01-19', 'N/A', '../storage/images/scanner/91_HL30015P.jpg', '', '', '', '-2.0989765 -79.9163076', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(98, 92, 64, 10351, 'NC-7861084211354', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 12:26:44', '2021-01-19', 'N/A', '../storage/images/scanner/92_7861084211354.jpg', '', '', '', '-2.11455918 -79.90245007', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(99, 92, 91, 10390, 'NC-7861084211354', '9788466814164', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 12:32:00', '2021-01-19', 'N/A', '../storage/images/scanner/92_9788466814164.jpg', '', '', '', '-2.1145423 -79.90228152', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(100, 92, 91, 10391, 'NC-7861084211354', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-19 12:44:30', '2021-01-19', 'N/A', '../storage/images/scanner/92_7861084211354_1.jpg', '', '', '', '-2.1144848 -79.90227461', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(101, 92, 91, 10392, 'GYE12345', 'MUE30003', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 13:17:33', '2021-01-19', 'Inicio 3', '../storage/images/scanner/92_MUE30003.jpg', '../storage/images/scanner/92_MUE30003_F1.jpg', '', '', '-2.0989768 -79.9163153', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(102, 92, 91, 10393, 'GYE12345', 'MUE30013', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-19 13:18:03', '2021-01-19', 'N/A', '../storage/images/scanner/92_MUE30013.jpg', '', '', '', '-2.0989762 -79.9163106', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(103, 93, 91, 10394, 'EC24680', 'MUE30020', '', 'N/A', '', '2021-01-19 13:20:22', '2021-01-19', 'N/A', '../storage/images/scanner/93_MUE30020.jpg', '../storage/images/scanner/93_MUE30020_F1.jpg', '', '', '-2.09901468 -79.91626996', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(104, 92, 91, 10395, 'MNBU0310503', 'MUE30015', '', 'N/A', '', '2021-01-19 15:32:55', '2021-01-19', 'Inicio', '../storage/images/scanner/92_MUE30015.jpg', '../storage/images/scanner/92_MUE30015_F1.jpg', '../storage/images/scanner/92_MUE30015_F2.jpg', '', '-2.0937623 -79.94875186', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(105, 92, 91, 10392, '12345', 'MUE30003', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil 101, , 101 Avenida 56 NO', '2021-01-19 15:37:17', '2021-01-19', 'N/A', '../storage/images/scanner/92_MUE30003_1.jpg', '', '', '', '-2.0953513 -79.9470753', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(106, 92, 91, 10392, '12345', 'MUE30003', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil 101, , 101 Avenida 56 NO', '2021-01-19 15:37:18', '2021-01-19', 'N/A', '../storage/images/scanner/92_MUE30003_1.jpg', '', '', '', '-2.0953513 -79.9470753', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(107, 92, 91, 10395, 'NC-MUE30015', 'MUE30015', '', 'N/A', '', '2021-01-19 15:53:58', '2021-01-19', 'Prueba 2', '../storage/images/scanner/92_MUE30015_1.jpg', '', '', '', '-2.0929423 -79.9485135', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(108, 92, 91, 10396, 'NC-N19718D', 'N19718D', '', 'N/A', '', '2021-01-19 16:15:07', '2021-01-19', 'N/A', '../storage/images/scanner/92_N19718D.jpg', '', '', '', '-2.09358468 -79.94934578', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(109, 92, 91, 10396, 'NC-N19718D', 'N19718D', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil *Av Perimetral, ,  ', '2021-01-19 16:15:09', '2021-01-19', 'N/A', '../storage/images/scanner/92_N19718D.jpg', '', '', '', '-2.09358468 -79.94934578', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(110, 92, 91, 10396, 'DL09876', 'N19718D', '', 'N/A', '', '2021-01-19 16:16:16', '2021-01-19', 'N/A', '../storage/images/scanner/92_N19718D_1.jpg', '', '', '', '-2.0935965 -79.94931671', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(111, 92, 91, 10396, 'DL09876', 'N19718D', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil *Av Perimetral, ,  ', '2021-01-19 16:16:18', '2021-01-19', 'N/A', '../storage/images/scanner/92_N19718D_1.jpg', '', '', '', '-2.0935965 -79.94931671', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(112, 92, 91, 10397, 'MCU00000123', 'LD11030', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-20 10:16:21', '2021-01-20', 'N/A', '../storage/images/scanner/92_LD11030.jpg', '../storage/images/scanner/92_LD11030_F1.jpg', '', '', '-2.0989729 -79.9163091', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(113, 92, 91, 10397, 'MCU00000123', 'LD11030', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-20 10:16:22', '2021-01-20', 'N/A', '../storage/images/scanner/92_LD11030.jpg', '../storage/images/scanner/92_LD11030_F1.jpg', '', '', '-2.0989729 -79.9163091', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(114, 92, 91, 10398, 'GBU000123', 'HSUD000001', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-20 11:58:47', '2021-01-20', 'N/A', '../storage/images/scanner/92_HSUD000001.jpg', '../storage/images/scanner/92_HSUD000001_F1.jpg', '', '', '-2.0989795 -79.9163074', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(115, 92, 91, 10399, 'LEQF1234567890', '5468445900012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 12:00:16', '2021-01-20', 'Probando carga desde operador1123.com', '../storage/images/scanner/92_5468445900012.jpg', '../storage/images/scanner/92_5468445900012_F1.jpg', '../storage/images/scanner/92_5468445900012_F2.jpg', '', '-2.11457928 -79.90229858', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(116, 92, 91, 10400, 'LEQF1234567890', '7861145900012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 12:13:20', '2021-01-20', 'Lectura correcta del codigo', '../storage/images/scanner/92_7861145900012_1.jpg', '../storage/images/scanner/92_7861145900012_F1_1.jpg', '../storage/images/scanner/92_7861145900012_F2_1.jpg', '', '-2.11462604 -79.90232012', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(117, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', '', '2021-01-20 12:53:39', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454.jpg', '../storage/images/scanner/92_78923454_F1.jpg', '', '', '-2.11463288 -79.90223709', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(118, 92, 91, 10402, 'LEQF1234567890', '7861001301168', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:02:58', '2021-01-20', 'N/A', '../storage/images/scanner/92_7861001301168_1.jpg', '../storage/images/scanner/92_7861001301168_F1_1.jpg', '', '', '-2.11464863 -79.90227471', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(119, 92, 91, 10402, 'LEQF1234567890', '7861001301168', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:02:58', '2021-01-20', 'N/A', '../storage/images/scanner/92_7861001301168_1.jpg', '../storage/images/scanner/92_7861001301168_F1_1.jpg', '', '', '-2.11464863 -79.90227471', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(120, 92, 91, 10402, 'LEQF1234567890', '7861001301168', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:02:58', '2021-01-20', 'N/A', '../storage/images/scanner/92_7861001301168_1.jpg', '../storage/images/scanner/92_7861001301168_F1_1.jpg', '', '', '-2.11464863 -79.90227471', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(121, 92, 91, 10402, 'LEQF1234567890', '7861001301168', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:02:58', '2021-01-20', 'N/A', '../storage/images/scanner/92_7861001301168_1.jpg', '../storage/images/scanner/92_7861001301168_F1_1.jpg', '', '', '-2.11464863 -79.90227471', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(122, 92, 91, 10402, 'LEQF1234567890', '7861001301168', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:02:58', '2021-01-20', 'N/A', '../storage/images/scanner/92_7861001301168_1.jpg', '../storage/images/scanner/92_7861001301168_F1_1.jpg', '', '', '-2.11464863 -79.90227471', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(123, 92, 91, 10402, 'LEQF1234567890', '7861001301168', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:02:58', '2021-01-20', 'N/A', '../storage/images/scanner/92_7861001301168_1.jpg', '../storage/images/scanner/92_7861001301168_F1_1.jpg', '', '', '-2.11464863 -79.90227471', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(124, 92, 91, 10391, 'LEQF1234567890', '7861084211354', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:25:28', '2021-01-20', 'N/A', '../storage/images/scanner/92_7861084211354_2.jpg', '', '', '', '-2.11461051 -79.90226254', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(125, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:53:39', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_1.jpg', '', '', '', '-2.11459571 -79.90229405', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(126, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:53:39', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_1.jpg', '', '', '', '-2.11459571 -79.90229405', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(127, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:53:39', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_1.jpg', '', '', '', '-2.11459571 -79.90229405', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(128, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:53:39', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_1.jpg', '', '', '', '-2.11459571 -79.90229405', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(129, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 13:53:39', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_1.jpg', '', '', '', '-2.11459571 -79.90229405', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(130, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 14:06:28', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_2.jpg', '', '', '', '-2.11455687 -79.90227116', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(131, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 14:08:11', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_3.jpg', '', '', '', '-2.11459474 -79.90231243', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(132, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 14:08:11', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_3.jpg', '', '', '', '-2.11459474 -79.90231243', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(133, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 14:06:28', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_2.jpg', '', '', '', '-2.11455687 -79.90227116', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(134, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 14:08:11', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_3.jpg', '', '', '', '-2.11459474 -79.90231243', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(135, 92, 91, 10401, 'LEQF1234567890', '78923454', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 14:18:51', '2021-01-20', 'N/A', '../storage/images/scanner/92_78923454_5.jpg', '', '', '', '-2.11457704 -79.90229648', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(136, 92, 91, 10397, 'DLG00000123', 'LD11030', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-20 16:22:06', '2021-01-20', 'N/A', '../storage/images/scanner/92_LD11030.jpg', '', '', '', '-2.0989714 -79.9163139', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(137, 92, 91, 10403, 'PRB00000123', 'GS196462', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-20 16:43:14', '2021-01-20', 'N/A', '../storage/images/scanner/92_GS196462.jpg', '', '', '', '-2.0989714 -79.9163139', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(138, 92, 91, 10404, 'PRB00000123', 'HS-EC1000496', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-20 16:39:30', '2021-01-20', 'N/A', '../storage/images/scanner/92_HS-EC1000496.jpg', '../storage/images/scanner/92_HS-EC1000496_F1.jpg', '', '', '-2.0989714 -79.9163139', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(139, 92, 91, 0, 'LEQF1234567890', '0309997813', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 21:17:01', '2021-01-20', 'SELLO NO EXISTE SELLO NO EXISTE N/A', NULL, NULL, NULL, NULL, '-2.1145512 -79.9022413', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(140, 92, 91, 10405, 'ABC1234567890', '0309997813', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 21:23:14', '2021-01-20', 'Registro inicial del sello.', '../storage/images/scanner/92_0309997813.jpg', '../storage/images/scanner/92_0309997813_F1.jpg', '../storage/images/scanner/92_0309997813_F2.jpg', '', '-2.1145918 -79.9022769', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(141, 92, 91, 10405, 'ABC1234567890', '0309997813', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 21:42:38', '2021-01-20', 'N/A', '../storage/images/scanner/92_0309997813_1.jpg', '', '', '', '-2.11459517 -79.90225901', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(142, 92, 91, 10405, 'LEQF1234567890', '0309997813', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 21:47:43', '2021-01-20', 'N/A', '../storage/images/scanner/92_0309997813_2.jpg', '', '', '', '-2.11462707 -79.90227328', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(143, 92, 91, 10406, 'LEQF1234567890', '1309997813', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 21:58:09', '2021-01-20', 'Registrando codigo de barras de certificado  de votación', '../storage/images/scanner/92_1309997813_1.jpg', '', '', '', '-2.11462163 -79.90228666', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37');
INSERT INTO `scanhistory` (`id`, `iduser`, `idsupervisor`, `idSello`, `jobnumber`, `primarynumber`, `replaceprimarynumber`, `itemnumber`, `address`, `dateandtime`, `Fecha`, `userremarks`, `scannedimage`, `foto1`, `foto2`, `foto3`, `location`, `informado`, `requiereAprobacion`, `aprobado`, `Tipo`, `tipoAlerta`, `activo`, `ceated_at`) VALUES
(144, 92, 91, 0, 'RTU123456789', '17118834', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 22:09:07', '2021-01-20', 'SELLO NO EXISTE N/A', NULL, NULL, NULL, NULL, '-2.11460381 -79.90224298', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(145, 92, 91, 10407, 'LEQF4576890', '4005900491060', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 22:13:21', '2021-01-20', 'Sin novedades.', '../storage/images/scanner/92_4005900491060.jpg', '../storage/images/scanner/92_4005900491060_F1.jpg', '../storage/images/scanner/92_4005900491060_F2.jpg', '', '-2.1146043 -79.90228357', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(146, 92, 91, 10406, 'LEQF4576890', '1309997813', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 1 112, 090509,  ', '2021-01-20 22:17:31', '2021-01-20', 'N/A', '../storage/images/scanner/92_1309997813_2.jpg', '../storage/images/scanner/92_1309997813_F1.jpg', '../storage/images/scanner/92_1309997813_F2.jpg', '../storage/images/scanner/92_1309997813_F3.jpg', '-2.11468218 -79.90239173', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(147, 92, 91, 10406, 'ABC1234567890', '1309997813', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-20 22:29:08', '2021-01-20', 'Probando mensaje de correo automático', '../storage/images/scanner/92_1309997813_3.jpg', '../storage/images/scanner/92_1309997813_F1_1.jpg', '../storage/images/scanner/92_1309997813_F2_1.jpg', '../storage/images/scanner/92_1309997813_F3_1.jpg', '-2.11455971 -79.9022817', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(148, 92, 91, 10408, 'LEQF123456789', '7501054542070', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-21 00:00:31', '2021-01-21', 'N/A', '../storage/images/scanner/92_7501054542070.jpg', '../storage/images/scanner/92_7501054542070_F1.jpg', '', '', '-2.11464405 -79.90237346', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(149, 93, 91, 10409, 'GSB998877', '7703064447509', 'ABC123456789', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-21 09:33:05', '2021-01-21', 'Reemplazo de sello por inspección en ruta.', '../storage/images/scanner/93_7703064447509_1.jpg', '../storage/images/scanner/93_7703064447509_F1_1.jpg', '../storage/images/scanner/93_7703064447509_F2_1.jpg', '', '-2.11459498 -79.90228305', b'0', b'1', 1, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(150, 58, 91, 10409, 'DOLE123456789', '7703064447509', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-21 11:22:40', '2021-01-21', 'Captura inicial del sello en el contenedor. Salida de planta sin novedad.', '../storage/images/scanner/58_7703064447509.jpg', '../storage/images/scanner/58_7703064447509_F1.jpg', '', '', '-2.11456365 -79.90224355', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(151, 58, 91, 10409, 'DOLE123456789', '7703064447509', '123456789', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-21 11:26:52', '2021-01-21', 'Reemplazo por inspección en ruta.', '../storage/images/scanner/58_7703064447509_2.jpg', '../storage/images/scanner/58_7703064447509_F1_1.jpg', '', '', '-2.11455602 -79.90225474', b'0', b'1', 1, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(152, 96, 95, 10410, 'DFIU2317451', 'N109206D', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Valladolid Isla Trinitaria 26, 090206,  ', '2021-01-21 12:47:43', '2021-01-21', 'N/A', '../storage/images/scanner/96_DN09206.jpg', '', '', '', '-2.2458803 -79.921194', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(153, 58, 91, 10409, 'FGJ123456789', '7703064447509', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-21 12:47:00', '2021-01-21', 'Primero.', '../storage/images/scanner/58_7703064447509_3.jpg', '', '', '', '-2.11456074 -79.90229769', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(154, 96, 95, 10411, 'DFIU1312781998', 'DN09206', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo', '2021-01-21 13:11:26', '2021-01-21', 'N/A', '../storage/images/scanner/96_DN09206_1.jpg', '', '', '', '-2.2507889 -79.9244683', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(155, 96, 95, 10412, 'DFIU1312781998', 'BHZ3631', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo', '2021-01-21 13:11:55', '2021-01-21', 'N/A', '../storage/images/scanner/96_BHZ3631.jpg', '', '', '', '-2.2507889 -79.9244683', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(156, 96, 95, 10413, 'DFIU1312781998', '03176723', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo', '2021-01-21 13:12:48', '2021-01-21', 'N/A', '../storage/images/scanner/96_03176723_1.jpg', '../storage/images/scanner/96_03176723_F1.jpg', '', '', '-2.2507889 -79.9244683', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(157, 96, 95, 10414, 'DFIU1312781998', 'N109207D', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo', '2021-01-21 13:14:49', '2021-01-21', 'Inspección ', '../storage/images/scanner/96_N109207D.jpg', '', '', '', '-2.2507617 -79.9244696', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(158, 96, 95, 10411, 'DFIU1312781998', 'DN09206', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo', '2021-01-21 13:17:15', '2021-01-21', '[VERIFICACION OK]\n\n[CLI] DOLE Ecuador** [OBS] N/A', NULL, NULL, NULL, NULL, '-2.2507617 -79.9244696', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(159, 58, 91, 10409, 'DOLE123456789', '7703064447509', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-21 13:11:26', '2021-01-21', 'Prueba', '../storage/images/scanner/58_7703064447509_5.jpg', '../storage/images/scanner/58_7703064447509_F1_2.jpg', '../storage/images/scanner/58_7703064447509_F2.jpg', '', '-2.11454681 -79.90233683', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(160, 96, 95, 10415, 'DFIU1312781998', 'DN09208', 'DN09206', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo', '2021-01-21 13:19:14', '2021-01-21', 'Pan', '../storage/images/scanner/96_DN09208.jpg', '../storage/images/scanner/96_DN09208_F1.jpg', '', '', '-2.2507617 -79.9244696', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(161, 96, 95, 10416, 'NC-DN09209', 'DN09209', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo', '2021-01-21 13:20:28', '2021-01-21', 'N/A', '../storage/images/scanner/96_DN09209.jpg', '../storage/images/scanner/96_DN09209_F1.jpg', '../storage/images/scanner/96_DN09209_F2.jpg', '../storage/images/scanner/96_DN09209_F3.jpg', '-2.2507617 -79.9244696', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(162, 80, 64, 10417, 'PB123456', 'DN09207', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo', '2021-01-21 13:20:04', '2021-01-21', 'N/A', '../storage/images/scanner/80_DN09207.jpg', '', '', '', '-2.25076731 -79.92448531', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(163, 97, 95, 10416, 'DFIU8124589', 'DN09209', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-01-21 14:41:29', '2021-01-21', 'N/A', '../storage/images/scanner/97_DN09209.jpg', '', '', '', '-2.2504956 -79.9254498', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(164, 97, 95, 10418, 'DFIU8124589', '15928700', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-01-21 14:42:01', '2021-01-21', 'N/A', '../storage/images/scanner/97_15928700.jpg', '', '', '', '-2.2504956 -79.9254498', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(165, 97, 95, 10419, 'DFIU8124589', '03034522', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-01-21 14:42:29', '2021-01-21', 'N/A', '../storage/images/scanner/97_03034522.jpg', '', '', '', '-2.2504956 -79.9254498', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(166, 97, 95, 10420, 'DFIU3321944', 'DN09218', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-01-21 14:43:43', '2021-01-21', 'N/A', '../storage/images/scanner/97_DN09218.jpg', '', '', '', '-2.2504956 -79.9254498', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(167, 97, 95, 10420, 'DFIU3321944', 'DN09218', '', 'N/A', '', '2021-01-21 14:47:40', '2021-01-21', 'N/A', '../storage/images/scanner/97_DN09218_1.jpg', '', '', '', '-2.2506124 -79.9252239', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(168, 97, 95, 10421, 'DFIU3321944', 'S0144259', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-01-21 14:48:25', '2021-01-21', 'N/A', '../storage/images/scanner/97_N109218D.jpg', '', '', '', '-2.2506124 -79.9252239', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(169, 97, 95, 10422, 'DFIU3321944', 'BHH8685', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-01-21 14:49:01', '2021-01-21', 'N/A', '../storage/images/scanner/97_BHH8685.jpg', '', '', '', '-2.2506124 -79.9252239', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(170, 97, 95, 10423, 'DFIU3323989', 'N109217D', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-01-21 14:54:42', '2021-01-21', 'N/A', '../storage/images/scanner/97_DN09217.jpg', '', '', '', '-2.2506124 -79.9252239', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(171, 97, 95, 10424, 'DFIU3323989', 'BEB8673', '', 'N/A', '', '2021-01-21 14:55:56', '2021-01-21', 'N/A', '../storage/images/scanner/97_BEB8673.jpg', '../storage/images/scanner/97_BEB8673_F1.jpg', '../storage/images/scanner/97_BEB8673_F2.jpg', '', '-2.2506872 -79.9248888', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(172, 97, 95, 10425, 'DFIU3336034', 'DN09243', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-01-21 14:57:57', '2021-01-21', 'N/A', '../storage/images/scanner/97_DN09243.jpg', '', '', '', '-2.2506872 -79.9248888', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(173, 97, 95, 10426, 'DFIU3336034', 'BHK2166', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-01-21 14:59:21', '2021-01-21', 'N/A', '../storage/images/scanner/97_BHK2166.jpg', '', '', '', '-2.2506872 -79.9248888', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(174, 97, 95, 10427, 'DFIU3336034', 'EMCVZQ3598', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-01-21 14:59:44', '2021-01-21', 'N/A', '../storage/images/scanner/97_EMCVZQ3598.jpg', '', '', '', '-2.2506872 -79.9248888', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(175, 58, 91, 10409, 'RST2234567890', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-21 16:58:08', '2021-01-21', ' ** [ERROR] Número de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas DOLE EC** [OBS] Prueba', NULL, NULL, NULL, NULL, '-2.114643 -79.9023418', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(176, 96, 95, 10428, 'MEDU9748634', 'DN22817', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil *Via Perimetral 16, ,  ', '2021-01-21 20:28:58', '2021-01-21', 'N/A', '../storage/images/scanner/96_R222817E.jpg', '', '', '', '-2.0914819 -79.9491012', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(177, 96, 95, 10429, 'MEDU9748634', 'BHZ7263', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil *Via Perimetral 16, ,  ', '2021-01-21 20:29:16', '2021-01-21', 'N/A', '../storage/images/scanner/96_BHZ7263.jpg', '', '', '', '-2.0914819 -79.9491012', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(178, 96, 95, 10428, 'NC-DN22817', 'DN22817', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil *Via Perimetral 16, ,  ', '2021-01-21 20:29:57', '2021-01-21', 'N/A', '../storage/images/scanner/96_DN22817.jpg', '', '', '', '-2.0914819 -79.9491012', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(179, 96, 95, 10430, 'MNBU3416926', 'DN22837', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil *Via Perimetral 16, ,  ', '2021-01-21 21:36:36', '2021-01-21', 'N/A', '../storage/images/scanner/96_DN22837.jpg', '', '', '', '-2.091489 -79.9491183', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(180, 96, 95, 10431, 'MNBU3416926', 'BHZ4375', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil *Via Perimetral 16, ,  ', '2021-01-21 21:36:56', '2021-01-21', 'N/A', '../storage/images/scanner/96_BHZ4375.jpg', '', '', '', '-2.091489 -79.9491183', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(181, 96, 95, 10432, 'NC-ML-EC436713', 'ML-EC436713', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil *Via Perimetral 16, ,  ', '2021-01-21 21:38:10', '2021-01-21', 'N/A', '../storage/images/scanner/96_BHZ4375_1.jpg', '', '', '', '-2.091489 -79.9491183', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(182, 98, 88, 10433, 'GB1234567', 'HS-EC1001072', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 13:25:50', '2021-01-22', 'Salida', '../storage/images/scanner/98_HS-EC1001072.jpg', '../storage/images/scanner/98_HS-EC1001072_F1.jpg', '', '', '-2.0989706 -79.9163048', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(183, 98, 88, 10434, 'GB1234567', 'HSUD000752', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 13:26:36', '2021-01-22', 'N/A', '../storage/images/scanner/98_HSUD000752.jpg', '', '', '', '-2.0989775 -79.9163017', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(184, 98, 88, 10435, 'GB1234567', 'ARE187001', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 13:26:58', '2021-01-22', 'N/A', '../storage/images/scanner/98_ARE187001.jpg', '', '', '', '-2.0989765 -79.9163004', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(185, 98, 88, 10436, 'GB098765', 'HS-EC1000840', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 13:28:07', '2021-01-22', 'Prueba 2', '../storage/images/scanner/98_HS-EC1000840.jpg', '../storage/images/scanner/98_HS-EC1000840_F1.jpg', '', '', '-2.0989778 -79.9163063', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(186, 98, 88, 10437, 'GB098765', 'PTS03502', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 13:28:54', '2021-01-22', 'N/A', '../storage/images/scanner/98_PTS03502.jpg', '', '', '', '-2.0989769 -79.9163052', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(187, 98, 88, 10438, 'GB098765', 'ML-EC2439377', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 13:29:43', '2021-01-22', 'N/A', '../storage/images/scanner/98_ML-EC2439377.jpg', '../storage/images/scanner/98_ML-EC2439377_F1.jpg', '', '', '-2.0989742 -79.9162977', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(188, 30, 64, 10354, 'XYZ1234567890', '9788466814164', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-22 13:55:45', '2021-01-22', 'Algo.', '../storage/images/scanner/30_9788466814164.jpg', '../storage/images/scanner/30_9788466814164_F1.jpg', '', '', '-2.11456481 -79.90227156', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(189, 98, 88, 10439, 'NC-ML214401', 'ML214401', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 14:47:58', '2021-01-22', 'N/A', '../storage/images/scanner/98_ML214401.jpg', '../storage/images/scanner/98_ML214401_F1.jpg', '', '', '-2.0989661 -79.91632', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(190, 58, 91, 10409, 'DOLE123456789', '7703064447509', '987654321', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-22 15:11:45', '2021-01-22', 'Prueba inspector', '../storage/images/scanner/58_7703064447509_6.jpg', '', '', '', '-2.1145786 -79.90229496', b'0', b'1', 1, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(191, 99, 88, 10440, 'NC-ML214501', 'ML214501', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 14:46:33', '2021-01-22', 'N/A', '../storage/images/scanner/99_ML214501.jpg', '../storage/images/scanner/99_ML214501_F1.jpg', '', '', '-2.0989717 -79.9163152', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(192, 99, 88, 10441, 'NC-ML-EC2438425', 'BR01300', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 13:33:09', '2021-01-22', 'N/A', '../storage/images/scanner/99_BR01300.jpg', '', '', '', '-2.0989778 -79.9163041', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(193, 99, 88, 10442, 'NC-ML-EC2438425', 'HS-EC1000871', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 13:32:43', '2021-01-22', 'N/A', '../storage/images/scanner/99_HS-EC1000871.jpg', '', '', '', '-2.0989712 -79.9163086', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(194, 99, 88, 10443, 'NC-ML-EC2438425', 'ML-EC2438425', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 13:32:12', '2021-01-22', 'Ingreso puerto', '../storage/images/scanner/99_ML-EC2438425.jpg', '../storage/images/scanner/99_ML-EC2438425_F1.jpg', '', '', '-2.0989769 -79.916306', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(195, 99, 88, 10444, 'GB00005', 'ST05994', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 15:19:42', '2021-01-22', 'Inicio', '../storage/images/scanner/99_ST05994.jpg', '../storage/images/scanner/99_ST05994_F1.jpg', '', '', '-2.0989758 -79.9163114', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(196, 99, 88, 10445, 'GB00005', 'C061601P', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 15:20:08', '2021-01-22', 'N/A', '../storage/images/scanner/99_C061601P.jpg', '', '', '', '-2.0989771 -79.9163041', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(197, 99, 88, 10446, 'GB00005', '800117-001', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 15:20:33', '2021-01-22', 'N/A', '../storage/images/scanner/99_800117-001.jpg', '', '', '', '-2.0989703 -79.916307', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(198, 99, 88, 10447, 'GB000006', 'HS-EC1001120', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 15:22:10', '2021-01-22', 'Salida', '../storage/images/scanner/99_HS-EC1001120.jpg', '../storage/images/scanner/99_HS-EC1001120_F1.jpg', '', '', '-2.0989765 -79.9162999', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(199, 99, 88, 10448, 'GB000006', 'LD11030', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 15:22:37', '2021-01-22', 'N/A', '../storage/images/scanner/99_LD11030.jpg', '', '', '', '-2.098978 -79.9163053', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(200, 99, 88, 10449, 'GB000006', 'ISA04442', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 15:23:31', '2021-01-22', 'N/A', '../storage/images/scanner/99_ISA04442.jpg', '', '', '', '-2.0989753 -79.9163038', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(201, 99, 88, 10445, 'PB00005', 'C061601P', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 15:25:51', '2021-01-22', ' ** [ERROR] Número de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A', NULL, NULL, NULL, NULL, '-2.0989762 -79.916314', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(202, 99, 88, 10450, 'NC-ML-EC2438425', 'HS-EC1000992', 'C061601P', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 15:28:27', '2021-01-22', 'Cambio en inspeccion', '../storage/images/scanner/99_HS-EC1000992.jpg', '', '', '', '-2.0989743 -79.9163102', b'0', b'1', 1, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(203, 99, 88, 10451, 'NC-ML214501', 'LD11033', 'HYML214501', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-22 15:30:56', '2021-01-22', 'Prueba cambio', '../storage/images/scanner/99_LD11033.jpg', '', '', '', '-2.0989778 -79.9163048', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(204, 30, 64, 10452, 'NC-070330734401', '070330734401', '', 'N/A', 'Ecuador, Guayas, Guayaquil, El CÃ³ndor, 9 de Octubre Guasmo Oeste 16, 090607,  ', '2021-01-22 15:52:08', '2021-01-22', 'N/A', '../storage/images/scanner/30_070330734401.jpg', '', '', '', '-2.1262197 -79.9075509', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(205, 30, 64, 10453, 'NC-070330734401', '05581276', '', 'N/A', 'Ecuador, Guayas, Guayaquil, El CÃ³ndor, 9 de Octubre Guasmo Oeste 16, 090607,  ', '2021-01-22 15:52:58', '2021-01-22', 'N/A', '../storage/images/scanner/30_070330734401.jpg', '', '', '', '-2.1262197 -79.9075509', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(206, 30, 64, 10453, 'NC-070330734401', '05581276', '', 'N/A', 'Ecuador, Guayas, Guayaquil, El CÃ³ndor, 9 de Octubre Guasmo Oeste 16, 090607,  ', '2021-01-22 15:52:58', '2021-01-22', 'N/A', '../storage/images/scanner/30_070330734401.jpg', '', '', '', '-2.1262197 -79.9075509', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(207, 30, 64, 10454, 'NC-7861061940642', '7861061940642', '', 'N/A', 'Ecuador, Guayas, Guayaquil, El CÃ³ndor, Guayaquil Avenida 8 NO, ,  Avenida 8 NO', '2021-01-22 15:54:04', '2021-01-22', 'N/A', '../storage/images/scanner/30_7861061940642.jpg', '', '', '', '-2.1267192 -79.9069391', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(208, 80, 64, 10478, 'GB12345', 'N1C14660', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-25 15:07:15', '2021-01-25', 'Inicio', '../storage/images/scanner/80_N1C14660.jpg', '../storage/images/scanner/80_N1C14660_F1.jpg', '', '', '-2.0989772 -79.9163516', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(209, 80, 64, 10479, 'GB12345', 'ST05294', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-25 15:08:01', '2021-01-25', 'N/A', '../storage/images/scanner/80_ST05294.jpg', '', '', '', '-2.0989743 -79.9163474', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(210, 80, 64, 10475, 'GB12345', 'MUE30001', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-25 15:09:19', '2021-01-25', 'N/A', '../storage/images/scanner/80_MUE30001.jpg', '../storage/images/scanner/80_MUE30001_F1.jpg', '', '', '-2.0989784 -79.9163531', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(211, 80, 64, 10475, 'GB12345', 'MUE30001', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-25 15:19:54', '2021-01-25', '[VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL', NULL, NULL, NULL, NULL, '-2.0989784 -79.9163531', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(212, 80, 64, 10475, 'GB12345', 'MUE30001', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-25 15:20:53', '2021-01-25', '[VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL\n\nColor de etiqueta no coincide', NULL, NULL, NULL, NULL, '-2.0989784 -79.9163531', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(213, 80, 64, 10480, 'PB123456', 'MC00001', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-25 15:23:50', '2021-01-25', 'N/A', '../storage/images/scanner/80_MC00001.jpg', '', '', '', '-2.0989745 -79.9163469', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(214, 80, 64, 10164, 'NC-MUE10024', 'MUE10024', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-25 15:30:48', '2021-01-25', 'N/A', '../storage/images/scanner/80_MUE10024.jpg', '', '', '', '-2.0989749 -79.9163498', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(215, 30, 64, 10481, 'ABC1234567890', '7703064447509', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-27 00:02:11', '2021-01-27', 'Probando la nueva visualización del scanner.', '../storage/images/scanner/30_20210127120127.jpg', '', '', '', '-2.11457414 -79.9022954', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(216, 30, 64, 10481, 'ABC1234567890', '7703064447509', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-27 00:16:15', '2021-01-27', '[VERIFICACION OK] [CLI] GUSBER** [OBS] N/A** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL Color de etiqueta no coincide', '../storage/images/scanner/30_20210127121521.jpg', '../storage/images/scanner/30_7703064447509_F1_2.jpg', '../storage/images/scanner/30_7703064447509_F2_4.jpg', '../storage/images/scanner/30_7703064447509_F3_1.jpg', '-2.11455806 -79.90229766', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(217, 80, 64, 10482, 'COSU12345789', 'http://www.adata.com/redirect/', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-28 15:32:41', '2021-01-28', 'Prueba oficina ', '../storage/images/scanner/80_httpwww.adata.comredirect.jpg', '', '', '', '-2.0989747 -79.9163431', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(218, 80, 64, 10483, 'NC-TQ63037', 'TQ63037', '', 'N/A', '', '2021-01-28 15:34:08', '2021-01-28', 'N/A', '../storage/images/scanner/80_TQ63037.jpg', '', '', '', '-2.0989855 -79.9163245', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(219, 30, 64, 10481, 'ABC20210129', '7703064447509', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-29 14:54:11', '2021-01-29', 'Probando otro registro de modo Dark', '../storage/images/scanner/30_20210129025251.jpg', '../storage/images/scanner/30_7703064447509_F1.jpg', '../storage/images/scanner/30_7703064447509_F2.jpg', '../storage/images/scanner/30_7703064447509_F3.jpg', '-2.11459653 -79.90231526', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(220, 80, 64, 10377, 'MUE30001', 'SL30001X', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-01-29 15:10:05', '2021-01-29', 'N/A', '../storage/images/scanner/80_SL30001X.jpg', '', '', '', '-2.0989911 -79.9163265', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(230, 80, 64, 10377, 'XTY1234567890', 'SL30001X', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-30 14:49:29', '2021-01-30', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_NP_20210130_144652.jpg', '../storage/images/scanner/30_WAR_20210130_144928.jpg', NULL, NULL, '-2.1145821 -79.9023112', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(231, 30, 64, 10377, 'CBY45533778', 'SL30001X', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-30 14:57:36', '2021-01-30', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_NP_20210130_145515.jpg', '../storage/images/scanner/30_WAR_20210130_145735.jpg', NULL, NULL, '-2.11461566 -79.90216117', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(229, 30, 64, 10481, 'ABC1223884488', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-30 14:41:50', '2021-01-30', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_NP_20210130_143300.jpg', '../storage/images/scanner/30_WAR_20210130_144004.jpg', NULL, NULL, '-2.11455787 -79.90237024', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(224, 30, 64, 10481, 'ASD3567677668', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-29 20:30:12', '2021-01-29', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_WAR_20210129_203011.jpg', NULL, NULL, NULL, '-2.11449489 -79.90243765', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(225, 30, 64, 10481, 'ABC0123456789', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-29 20:54:11', '2021-01-29', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_WAR_20210129_205410.jpg', NULL, NULL, NULL, '-2.11449489 -79.90243765', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(226, 30, 64, 10481, 'FDE1346789657', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-29 21:31:36', '2021-01-29', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_WFS_20210129_213118.jpg', '../storage/images/scanner/30_WAR_20210129_213135.jpg', NULL, NULL, '-2.11449489 -79.90243765', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(227, 30, 64, 10481, 'SDF2356887688', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-29 21:57:21', '2021-01-29', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_WFS_20210129_215707.jpg', '../storage/images/scanner/30_WAR_20210129_215720.jpg', NULL, NULL, '-2.11449489 -79.90243765', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(228, 30, 64, 10481, 'GFR45776689', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-29 22:02:18', '2021-01-29', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_WFS_20210129_220136.jpg', '../storage/images/scanner/30_WAR_20210129_220218.jpg', NULL, NULL, '-2.11449489 -79.90243765', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(232, 30, 64, 10481, 'CXDFKKKDDK', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-30 15:10:28', '2021-01-30', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_WFS_20210130_150839.jpg', '../storage/images/scanner/30_WAR_20210130_150959.jpg', NULL, NULL, '-2.11467045 -79.90221577', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(233, 30, 64, 10481, 'ZXD457633678', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-30 15:16:05', '2021-01-30', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_NP_20210130_151127.jpg', '../storage/images/scanner/30_WAR_20210130_151518.jpg', NULL, NULL, '-2.11467045 -79.90221577', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(234, 30, 64, 10481, 'LMN348855', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-01-30 15:20:58', '2021-01-30', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_WFS_20210130_152017.jpg', '../storage/images/scanner/30_WAR_20210130_152044.jpg', NULL, NULL, '-2.11461838 -79.90224396', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(235, 30, 64, 10484, 'HQS1234567890', 'LEQF123456789', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 09:33:24', '2021-02-01', 'Ingreso manual de este cÃ³digo.', '../storage/images/scanner/30_20210201093126.jpg', '../storage/images/scanner/30_LEQF123456789_F1.jpg', '../storage/images/scanner/30_LEQF123456789_F2.jpg', '', '-2.11465255 -79.90234158', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(236, 30, 64, 10481, 'QXC383848484', '7703064447509', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 10:51:42', '2021-02-01', 'Prueba de captura nuevo scan', '../storage/images/scanner/30_20210201105008.jpg', '../storage/images/scanner/30_7703064447509_F1_1.jpg', '../storage/images/scanner/30_7703064447509_F2_1.jpg', '', '-2.11458777 -79.90229799', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(237, 30, 64, 10481, 'zXxx3747474', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 10:54:53', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_WFS_20210201_105400.jpg', '../storage/images/scanner/30_WAR_20210201_105447.jpg', NULL, NULL, '-2.11458777 -79.90229799', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(238, 30, 64, 10481, 'xbf33884774', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 12:44:13', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210201124308.jpg', '../storage/images/scanner/30_WAR_20210201_124341.jpg', NULL, NULL, '-2.11460307 -79.90228461', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(239, 30, 64, 10481, 'ADD23884774', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 12:45:27', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210201124308.jpg', '../storage/images/scanner/30_WAR_20210201_124508.jpg', NULL, NULL, '-2.11458596 -79.90227003', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(240, 30, 64, 10481, 'XYZ223884774', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 12:53:59', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210201125319.jpg', '../storage/images/scanner/30_WAR_20210201_125358.jpg', NULL, NULL, '-2.11458596 -79.90227003', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(241, 30, 64, 10481, 'XYZ223884774', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 12:54:54', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Prueba de captura nuevo scan', '../storage/images/scanner/30_20210201125319.jpg', '', NULL, NULL, '-2.11459561 -79.90227431', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(242, 30, 64, 10481, 'XYZ223884788', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 12:57:15', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210201125319.jpg', '../storage/images/scanner/30_WAR_20210201_125714.jpg', NULL, NULL, '-2.11459561 -79.90227431', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(243, 30, 64, 10481, 'XYZ223884788', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 12:57:31', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Prueba de captura nuevo scan', '../storage/images/scanner/30_20210201125319.jpg', '', NULL, NULL, '-2.11459561 -79.90227431', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(244, 30, 64, 10481, 'XYZ1234567890', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:09:42', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210201010824.jpg', '../storage/images/scanner/30_WAR_20210201_130942.jpg', NULL, NULL, '-2.11452559 -79.90230783', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(245, 30, 64, 10481, 'XYZ1234567890', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:10:54', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Prueba de captura nuevo scan', '../storage/images/scanner/30_20210201010824.jpg', '', NULL, NULL, '-2.11457955 -79.90229662', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(246, 30, 64, 10363, 'ZXT3388994', '1234567890', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:12:32', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210201011125.jpg', '../storage/images/scanner/30_WAR_20210201_131232.jpg', NULL, NULL, '-2.11457955 -79.90229662', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(247, 30, 64, 10363, 'ZXT3388994', '1234567890', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:13:30', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] OTRA OBS.', '../storage/images/scanner/30_20210201011125.jpg', '', NULL, NULL, '-2.11457425 -79.90232785', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(248, 30, 64, 0, 'FRT488887558', 'GKL33377669', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:19:57', '2021-02-01', 'SELLO NO EXISTE RevisiÃ³n en salida de planta bananera.', '../storage/images/scanner/30_20210201011834.jpg', '../storage/images/scanner/30_WAR_20210201_131956.jpg', NULL, NULL, '-2.11459487 -79.90230582', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(249, 30, 64, 0, 'FRT488887558', 'GKL33377669', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:21:15', '2021-02-01', 'SELLO NO EXISTE SELLO NO EXISTE RevisiÃ³n en salida de planta bananera.', '../storage/images/scanner/30_20210201011834.jpg', '', NULL, NULL, '-2.11462084 -79.90232769', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(250, 30, 64, 0, 'NCU388847745', 'DFR848487474', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:24:23', '2021-02-01', 'SELLO NO EXISTE Reportando eventos.', '../storage/images/scanner/30_20210201012337.jpg', '../storage/images/scanner/30_WAR_20210201_132422.jpg', NULL, NULL, '-2.11463623 -79.9023464', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(251, 30, 64, 0, 'NCU388847745', 'DFR848487474', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:25:02', '2021-02-01', 'SELLO NO EXISTE SELLO NO EXISTE Reportando eventos.', '../storage/images/scanner/30_20210201012337.jpg', '', NULL, NULL, '-2.11463623 -79.9023464', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(252, 30, 64, 10481, '3458888748', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:33:45', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Prueba de captura nuevo scan', '../storage/images/scanner/30_20210201013258.jpg', '../storage/images/scanner/30_WAR_20210201_133344.jpg', NULL, NULL, '-2.11463623 -79.9023464', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(253, 30, 64, 10481, '3458888748', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:34:18', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Prueba de captura nuevo scan', '../storage/images/scanner/30_20210201013258.jpg', '', NULL, NULL, '-2.11459185 -79.90233533', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(254, 30, 64, 10481, 'ZXXF8847774', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 13:36:48', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Prueba de captura nuevo scan', '../storage/images/scanner/30_20210201013603.jpg', '../storage/images/scanner/30_WAR_20210201_133647.jpg', NULL, NULL, '-2.11460014 -79.90230637', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(255, 30, 64, 10481, 'QXC383848484', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 16:05:10', '2021-02-01', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210201040415.jpg', '', NULL, NULL, '-2.1146427 -79.90228675', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(256, 30, 64, 10481, 'QXC383848484', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 16:08:29', '2021-02-01', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210201040716.jpg', '', NULL, NULL, '-2.11459126 -79.90226564', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(257, 30, 64, 10481, 'ABC123456', '7703064447509', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 16:38:30', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Prueba de captura nuevo scan', '../storage/images/scanner/30_20210201043759.jpg', '../storage/images/scanner/30_WAR_20210201_163829.jpg', NULL, NULL, '-2.1146459 -79.902359', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(258, 30, 64, 10476, 'ABC123488850', 'MUE30002', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:05:27', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL', '../storage/images/scanner/30_20210201070211.jpg', '../storage/images/scanner/30_WAR_20210201_190520.jpg', NULL, NULL, '-2.11457775 -79.90228078', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(259, 30, 64, 10476, 'ABC123488850', 'MUE30002', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:06:21', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL', '../storage/images/scanner/30_20210201070211.jpg', '', NULL, NULL, '-2.1146224 -79.902335', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(260, 30, 64, 10476, 'ZZX388747755', 'MUE30002', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:10:41', '2021-02-01', 'Sello no ha sido asignado previamente.', '../storage/images/scanner/30_20210201070855.jpg', '', NULL, NULL, '-2.1146224 -79.902335', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(261, 30, 64, 10476, 'ZZX388747755', 'MUE30002', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:11:23', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL', '../storage/images/scanner/30_20210201070855.jpg', '../storage/images/scanner/30_WAR_20210201_191123.jpg', NULL, NULL, '-2.1146224 -79.902335', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(262, 30, 64, 10476, 'GUS1234567890', 'MUE30002', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:14:06', '2021-02-01', 'Registro inicial del sello en el contenedor.', '../storage/images/scanner/30_20210201071258.jpg', '../storage/images/scanner/30_MUE30002_F1.jpg', '../storage/images/scanner/30_MUE30002_F2.jpg', '../storage/images/scanner/30_MUE30002_F3.jpg', '-2.1145943 -79.90232525', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(263, 30, 64, 10477, 'GUS1234567890', 'MUE30003', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:15:09', '2021-02-01', 'Segundo sello en el mismo contenedor.', '../storage/images/scanner/30_20210201071424.jpg', '../storage/images/scanner/30_MUE30003_F1.jpg', '../storage/images/scanner/30_MUE30003_F2.jpg', '', '-2.11459578 -79.90230679', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(264, 30, 64, 10477, 'GUS0123456789', 'MUE30003', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:17:05', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Segundo sello en el mismo contenedor.** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL', '../storage/images/scanner/30_20210201071534.jpg', '../storage/images/scanner/30_WAR_20210201_191705.jpg', NULL, NULL, '-2.11459578 -79.90230679', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(265, 30, 64, 10477, 'GUS1234567890', 'MUE30003', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:30:23', '2021-02-01', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210201072945.jpg', '', NULL, NULL, '-2.11459258 -79.90230485', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(266, 30, 64, 10477, 'GUS1234567890', 'MUE30003', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:34:11', '2021-02-01', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210201073346.jpg', '', NULL, NULL, '-2.11451415 -79.90225074', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(267, 30, 64, 10476, 'GUS1234567890', 'MUE30002', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:35:18', '2021-02-01', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210201073423.jpg', '', NULL, NULL, '-2.11451016 -79.90226132', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(268, 30, 64, 10476, 'GUS1234567890', 'MUE30002', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 19:37:27', '2021-02-01', 'Se observa rasgos dd intento de manipulaciÃ³n de la etiqueta en el contenedor.  Se visualiza en la foto.', '../storage/images/scanner/30_20210201073423.jpg', '', NULL, NULL, '-2.11453404 -79.90227772', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(269, 30, 64, 10476, 'ABC23388599', 'MUE30002', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 23:16:18', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Registro inicial del sello en el contenedor.** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL', '../storage/images/scanner/30_20210201111544.jpg', '', NULL, NULL, '-2.11461709 -79.90223411', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(270, 30, 64, 10476, 'ABC23388599', 'MUE30002', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 23:16:41', '2021-02-01', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Registro inicial del sello en el contenedor.** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL', '../storage/images/scanner/30_20210201111544.jpg', '', NULL, NULL, '-2.11461922 -79.90241205', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(271, 30, 64, 10477, 'HQS0123456789', 'MUE30003', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 23:28:50', '2021-02-01', 'Nuevo registro creado por primera vez.', '../storage/images/scanner/30_20210201112706.jpg', '../storage/images/scanner/30_MUE30003_F1_1.jpg', '../storage/images/scanner/30_MUE30003_F2_1.jpg', '../storage/images/scanner/30_MUE30003_F3.jpg', '-2.11462717 -79.90232387', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(272, 30, 64, 10485, 'HQS0123456789', 'MUE30011', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 23:30:39', '2021-02-01', 'Carga inicial desde scaneo.', '../storage/images/scanner/30_20210201112930.jpg', '../storage/images/scanner/30_MUE30011_F1.jpg', '../storage/images/scanner/30_MUE30011_F2.jpg', '../storage/images/scanner/30_MUE30011_F3.jpg', '-2.1145674 -79.9023186', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(273, 30, 64, 10485, 'HQS0123456789', 'MUE30011', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 23:32:36', '2021-02-01', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210201113151.jpg', '', NULL, NULL, '-2.1145674 -79.9023186', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37');
INSERT INTO `scanhistory` (`id`, `iduser`, `idsupervisor`, `idSello`, `jobnumber`, `primarynumber`, `replaceprimarynumber`, `itemnumber`, `address`, `dateandtime`, `Fecha`, `userremarks`, `scannedimage`, `foto1`, `foto2`, `foto3`, `location`, `informado`, `requiereAprobacion`, `aprobado`, `Tipo`, `tipoAlerta`, `activo`, `ceated_at`) VALUES
(274, 30, 64, 10477, 'HQS0123456789', 'MUE30003', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-01 23:33:30', '2021-02-01', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210201113248.jpg', '', NULL, NULL, '-2.11460405 -79.90235426', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(275, 30, 64, 10485, 'HQS0123456789', 'MUE30011', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 01:47:50', '2021-02-02', '[VERIFICACION OK]\n', '', '', NULL, NULL, '-2.1145758 -79.9023194', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(276, 30, 64, 10485, 'HQS0123456789', 'MUE30011', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 10:51:30', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210202105038.jpg', '', NULL, NULL, '-2.11468735 -79.90232555', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(277, 30, 64, 10477, 'HQS0123456789', 'MUE30003', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 11:01:30', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210202110059.jpg', '', NULL, NULL, '-2.1145787 -79.90231822', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(278, 30, 64, 10477, 'HQS0123456789', 'MUE30003', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 1 38, 090509,  ', '2021-02-02 12:06:33', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210202120541.jpg', '', NULL, NULL, '-2.1167991 -79.8998538', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(279, 30, 64, 10477, 'HQS0123456789', 'MUE30003', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 12:08:11', '2021-02-02', 'ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (1) para este CONTENEDOR\r\n\r\n[VERIFICACION OK]\r\n\r\n[CLI] GUSBER** [OBS] Nuevo registro creado por primera vez.** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUILERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA', '../storage/images/scanner/30_20210202120541.jpg', '', NULL, NULL, '-2.11457493 -79.90229175', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(280, 30, 64, 10486, 'GUSBER123456', 'MUE30012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 12:47:38', '2021-02-02', 'Primer sello a la carga suelta.', '../storage/images/scanner/30_20210202124543.jpg', '../storage/images/scanner/30_MUE30012_F1.jpg', '../storage/images/scanner/30_MUE30012_F2.jpg', '../storage/images/scanner/30_MUE30012_F3.jpg', '-2.11458088 -79.90229518', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(281, 30, 64, 10487, 'GUSBER123456', 'MUE30005', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 12:49:36', '2021-02-02', 'Segundo sello.', '../storage/images/scanner/30_20210202124857.jpg', '../storage/images/scanner/30_MUE30005_F1.jpg', '../storage/images/scanner/30_MUE30005_F2.jpg', '', '-2.11456205 -79.90223551', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(282, 30, 64, 10487, 'GUSBER 123456', 'MUE30005', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 12:51:07', '2021-02-02', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Segundo sello.', '../storage/images/scanner/30_20210202125005.jpg', '', NULL, NULL, '-2.11457939 -79.90227515', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(283, 30, 64, 10487, 'GUSBER 123456', 'MUE30005', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 12:51:17', '2021-02-02', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] Segundo sello.', '../storage/images/scanner/30_20210202125005.jpg', '', NULL, NULL, '-2.11457939 -79.90227515', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(284, 30, 64, 10487, 'GUSBER123456', 'MUE30005', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 12:51:35', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210202125005.jpg', '../storage/images/scanner/30_WAR_20210202_125107.jpg', NULL, NULL, '-2.11457939 -79.90227515', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(285, 30, 64, 10486, 'GUSBER123456', 'MUE30012', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 12:52:50', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210202125221.jpg', '', NULL, NULL, '-2.11457939 -79.90227515', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(286, 80, 64, 10488, 'ABC12345', 'MUE30016', '', 'N/A', '', '2021-02-02 13:17:11', '2021-02-02', 'N/A', '../storage/images/scanner/80_20210202011550.jpg', '../storage/images/scanner/80_MUE30016_F1.jpg', '', '', '-2.0989691 -79.9163511', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(287, 80, 64, 10488, 'AB12345', 'MUE30016', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 13:18:11', '2021-02-02', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/80_20210202011747.jpg', '../storage/images/scanner/80_WAR_20210202_131811.jpg', NULL, NULL, '-2.0989833 -79.9163319', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(288, 80, 64, 10488, 'ABC12345', 'MUE30016', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 13:18:54', '2021-02-02', 'ERROR: Los sellos ASOCIADOS (1) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/80_20210202011747.jpg', '../storage/images/scanner/80_WAR_20210202_131853.jpg', NULL, NULL, '-2.0989833 -79.9163319', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(289, 80, 64, 10489, 'BCD12345', 'HL30016P', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 13:41:00', '2021-02-02', 'N/A', '../storage/images/scanner/80_20210202014033.jpg', '../storage/images/scanner/80_HL30016P_F1.jpg', '', '', '-2.0989754 -79.9163413', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(290, 80, 64, 10489, 'BCD1234', 'HL30016P', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 13:41:33', '2021-02-02', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/80_20210202014111.jpg', '../storage/images/scanner/80_WAR_20210202_134132.jpg', NULL, NULL, '-2.0989754 -79.9163413', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(291, 80, 64, 10489, 'BCD12345', 'HL30016P', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 13:43:09', '2021-02-02', 'ERROR: Los sellos ASOCIADOS (1) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/80_20210202014111.jpg', '../storage/images/scanner/80_WAR_20210202_134308.jpg', NULL, NULL, '-2.0989859 -79.9163434', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(292, 80, 64, 10489, 'BCD12345', 'HL30016P', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 13:44:36', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/80_20210202014421.jpg', '', NULL, NULL, '-2.0989859 -79.9163434', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(293, 80, 64, 10161, 'PB123', 'MUE10021', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 15:01:30', '2021-02-02', 'N/A', '../storage/images/scanner/80_20210202030109.jpg', '', '', '', '-2.098986 -79.9163411', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(294, 80, 64, 10161, 'PB123', 'MUE10021', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 15:02:06', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/80_20210202030141.jpg', '', NULL, NULL, '-2.098986 -79.9163411', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(295, 80, 64, 10167, 'MN0987', 'MUE10012', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 15:03:24', '2021-02-02', 'N/A', '../storage/images/scanner/80_20210202030258.jpg', '../storage/images/scanner/80_MUE10012_F1.jpg', '', '', '-2.0989777 -79.9163441', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(296, 80, 64, 10180, 'MU00000', 'MUE10030', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 15:04:22', '2021-02-02', 'N/A', '../storage/images/scanner/80_20210202030405.jpg', '', '', '', '-2.0989757 -79.9163423', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(297, 80, 64, 10490, 'MU00000', 'MUE30018', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 15:04:58', '2021-02-02', 'N/A', '../storage/images/scanner/80_20210202030436.jpg', '../storage/images/scanner/80_MUE30018_F1.jpg', '', '', '-2.0989853 -79.9163306', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(298, 80, 64, 10490, 'MU00000', 'MUE30018', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 15:05:35', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/80_20210202030510.jpg', '', NULL, NULL, '-2.0989853 -79.9163306', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(299, 80, 64, 10180, 'MU00000', 'MUE10030', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 15:06:04', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/80_20210202030538.jpg', '', NULL, NULL, '-2.0989722 -79.916342', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(300, 80, 64, 10490, 'MU00000', 'MUE30018', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 15:07:14', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/80_20210202030648.jpg', '', NULL, NULL, '-2.0989873 -79.9163323', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(301, 30, 64, 10491, 'ABC1234567890', 'MUE30013', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 15:16:28', '2021-02-02', 'Probando.', '../storage/images/scanner/30_20210202031433.jpg', '../storage/images/scanner/30_MUE30013_F1.jpg', '', '', '-2.11458795 -79.90229004', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(302, 30, 64, 10491, 'ABC1234567890', 'MUE30013', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 15:17:23', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210202031645.jpg', '', NULL, NULL, '-2.11458795 -79.90229004', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(303, 30, 64, 10491, 'ABC1234567890', 'MUE30013', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-02 15:17:42', '2021-02-02', 'ERROR: Los sellos ASOCIADOS (4) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] Probando.', '../storage/images/scanner/30_20210202031645.jpg', '', NULL, NULL, '-2.11457862 -79.90230561', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(304, 80, 64, 10492, 'NN12345', 'TK100304', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 15:45:05', '2021-02-02', 'N/A', '../storage/images/scanner/80_20210202034418.jpg', '', '', '', '-2.0989889 -79.9163287', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(305, 80, 64, 10179, 'BB12345', 'MUE10029', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 16:20:40', '2021-02-02', 'N/A', '../storage/images/scanner/80_20210202042005.jpg', '../storage/images/scanner/80_MUE10029_F1.jpg', '', '', '-2.0989938 -79.9163322', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(306, 80, 64, 10168, 'BB12345', 'MUE10013', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 16:21:01', '2021-02-02', 'N/A', '../storage/images/scanner/80_20210202042048.jpg', '', '', '', '-2.0989887 -79.9163282', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(307, 80, 64, 10168, 'BB1234', 'MUE10013', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 16:21:45', '2021-02-02', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A** [INFO1] AMARILLO** [INFO2] GUSBER', '../storage/images/scanner/80_20210202042116.jpg', '../storage/images/scanner/80_WAR_20210202_162145.jpg', NULL, NULL, '-2.0989887 -79.9163282', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(308, 80, 64, 10179, 'BB12345', 'MUE10029', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 16:25:17', '2021-02-02', 'ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A** [INFO1] CELESTE** [INFO2] GUSBER', '../storage/images/scanner/80_20210202042153.jpg', '../storage/images/scanner/80_WAR_20210202_162517.jpg', NULL, NULL, '-2.0989768 -79.9163478', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(309, 98, 88, 10493, 'GG12345', 'MUE10002', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 16:52:14', '2021-02-02', 'N/A', '../storage/images/scanner/98_20210202045140.jpg', '../storage/images/scanner/98_MUE10002_F1.jpg', '', '', '-2.0989863 -79.9163363', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(310, 98, 88, 10494, 'GG12345', 'MUE10027', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 16:52:35', '2021-02-02', 'N/A', '../storage/images/scanner/98_20210202045226.jpg', '', '', '', '-2.0989862 -79.9163348', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(311, 99, 88, 10493, 'GG12345', 'MUE10002', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 16:53:35', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210202045312.jpg', '', NULL, NULL, '-2.0989862 -79.9163348', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(312, 99, 88, 10494, 'GG12345', 'MUE10027', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 16:53:59', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210202045340.jpg', '', NULL, NULL, '-2.0989846 -79.916328', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(313, 99, 88, 10493, 'GG12345', 'MUE10002', 'JH45678', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 16:57:45', '2021-02-02', 'Cambio de sello', '../storage/images/scanner/99_20210202045638.jpg', '../storage/images/scanner/99_MUE10002_F1.jpg', '', '', '-2.0989854 -79.9163292', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(314, 99, 88, 10494, 'GG12345', 'MUE10027', 'TJ0000', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 16:58:33', '2021-02-02', 'Cambio de segundo sello', '../storage/images/scanner/99_20210202045758.jpg', '../storage/images/scanner/99_MUE10027_F1.jpg', '', '', '-2.0989916 -79.9163282', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(315, 98, 88, 0, 'GG12345', 'TJ0000', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:05:42', '2021-02-02', 'SELLO NO EXISTE N/A', '../storage/images/scanner/98_20210202050135.jpg', '../storage/images/scanner/98_WAR_20210202_170541.jpg', NULL, NULL, '-2.0989937 -79.9163308', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(316, 99, 88, 10495, 'GG12345', 'TJ0000', 'MUE10027', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:08:04', '2021-02-02', 'Cambio de sello', '../storage/images/scanner/99_20210202050711.jpg', '../storage/images/scanner/99_TJ0000_F1.jpg', '', '', '-2.0989876 -79.9163322', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(317, 99, 88, 10495, 'GG12345', 'TJ0000', 'MUE10002', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:08:51', '2021-02-02', 'Cambio de sello', '../storage/images/scanner/99_20210202050811.jpg', '../storage/images/scanner/99_TJ0000_F1_1.jpg', '', '', '-2.0989924 -79.916322', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(318, 98, 88, 10495, 'GG12345', 'TJ0000', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:10:23', '2021-02-02', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA', '../storage/images/scanner/98_20210202050950.jpg', '../storage/images/scanner/98_WAR_20210202_171023.jpg', NULL, NULL, '-2.0989924 -79.916322', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(319, 98, 88, 10496, 'EE12345', 'MUE10017', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:19:28', '2021-02-02', 'Salida', '../storage/images/scanner/98_20210202051849.jpg', '../storage/images/scanner/98_MUE10017_F1.jpg', '', '', '-2.0989926 -79.9163336', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(320, 98, 88, 10497, 'EE12345', 'MUE10008', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:20:02', '2021-02-02', 'Sello 2', '../storage/images/scanner/98_20210202051936.jpg', '../storage/images/scanner/98_MUE10008_F1.jpg', '', '', '-2.0989896 -79.9163274', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(321, 99, 88, 10497, 'EE12345', 'MUE10008', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:21:51', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210202052122.jpg', '', NULL, NULL, '-2.0989861 -79.9163318', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(322, 99, 88, 10496, 'EE12345', 'MUE10017', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:22:07', '2021-02-02', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210202052153.jpg', '', NULL, NULL, '-2.0989906 -79.9163251', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(323, 99, 88, 10498, 'EE12345', 'XP222222', 'MUE10008', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:24:06', '2021-02-02', 'Cambio de sello 1', '../storage/images/scanner/99_20210202052258.jpg', '../storage/images/scanner/99_XP222222_F1.jpg', '', '', '-2.0989825 -79.9163347', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(324, 99, 88, 10499, 'EE12345', 'UY666666', 'MUE10017', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:25:01', '2021-02-02', 'Cambio de sello 2', '../storage/images/scanner/99_20210202052417.jpg', '../storage/images/scanner/99_UY666666_F1.jpg', '', '', '-2.0989891 -79.916332', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(325, 98, 88, 10498, 'EE12345', 'XP222222', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:26:31', '2021-02-02', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA', '../storage/images/scanner/98_20210202052542.jpg', '../storage/images/scanner/98_WAR_20210202_172630.jpg', NULL, NULL, '-2.098992 -79.9163486', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(326, 98, 88, 10499, 'EE12345', 'UY666666', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-02 17:36:04', '2021-02-02', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA', '../storage/images/scanner/98_20210202053537.jpg', '../storage/images/scanner/98_WAR_20210202_173603.jpg', NULL, NULL, '-2.0989833 -79.9163422', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(327, 99, 88, 10499, 'EE12345', 'UY666666', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-03 10:52:53', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210203105055.jpg', '', NULL, NULL, '-2.1145987 -79.9023265', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(328, 99, 88, 10499, 'EE12345', 'UY666666', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-03 10:56:25', '2021-02-03', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Cambio de sello 2', '../storage/images/scanner/99_20210203105055.jpg', '', NULL, NULL, '-2.11466554 -79.90232911', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(329, 99, 88, 10499, 'EE12345', 'UY666666', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-03 10:57:27', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210203105055.jpg', '../storage/images/scanner/99_WAR_20210203_105625.jpg', NULL, NULL, '-2.11466554 -79.90232911', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(330, 99, 88, 10498, 'EE12345', 'XP222222', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-03 10:59:18', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210203105848.jpg', '', NULL, NULL, '-2.11466554 -79.90232911', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(331, 99, 88, 10496, 'EE12345', 'MUE10017', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 1 114, 090509,  ', '2021-02-03 11:06:07', '2021-02-03', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA', '../storage/images/scanner/99_20210203110324.jpg', '../storage/images/scanner/99_WAR_20210203_110607.jpg', NULL, NULL, '-2.1144631 -79.9021754', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(332, 99, 88, 10496, 'EE12345', 'MUE10017', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-03 11:06:09', '2021-02-03', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA', '../storage/images/scanner/99_20210203110324.jpg', '', NULL, NULL, '-2.11454978 -79.90226599', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(333, 98, 88, 10500, 'PP12345', 'S18934', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:15:36', '2021-02-03', 'Sello 1', '../storage/images/scanner/98_20210203111401.jpg', '', '', '', '-2.0989927 -79.9163312', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(334, 98, 88, 10501, 'PP12345', 'ST06195', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:16:02', '2021-02-03', 'Sello 2', '../storage/images/scanner/98_20210203111545.jpg', '', '', '', '-2.0989886 -79.9163355', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(335, 98, 88, 10502, 'PP12345', 'GS201522', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:16:35', '2021-02-03', 'Sello 3', '../storage/images/scanner/98_20210203111609.jpg', '../storage/images/scanner/98_GS201522_F1.jpg', '', '', '-2.0989899 -79.9163279', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(336, 98, 88, 10503, 'YY12345', 'S18897', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:17:50', '2021-02-03', 'Sello 1', '../storage/images/scanner/98_20210203111651.jpg', '', '', '', '-2.0989932 -79.916332', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(337, 98, 88, 10504, 'YY12345', 'ST06196', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:18:14', '2021-02-03', 'Sello 2', '../storage/images/scanner/98_20210203111758.jpg', '', '', '', '-2.0989927 -79.9163346', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(338, 98, 88, 10505, 'YY12345', 'GS200747', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:18:48', '2021-02-03', 'Sello 3', '../storage/images/scanner/98_20210203111821.jpg', '../storage/images/scanner/98_GS200747_F1.jpg', '', '', '-2.0989892 -79.9163291', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(339, 99, 88, 10503, 'YY1234', 'S18897', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:20:01', '2021-02-03', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] Sello 1', '../storage/images/scanner/99_20210203111937.jpg', '../storage/images/scanner/99_WAR_20210203_112000.jpg', NULL, NULL, '-2.099 -79.9163286', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(340, 99, 88, 10504, 'YY12345', 'ST06196', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:21:41', '2021-02-03', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Sello 2', '../storage/images/scanner/99_20210203112030.jpg', '../storage/images/scanner/99_WAR_20210203_112141.jpg', NULL, NULL, '-2.0989884 -79.9163327', b'0', b'0', 3, 'CHECK', 1, b'0', '2021-02-15 15:20:37'),
(341, 99, 88, 10505, 'YY12345', 'GS200747', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:22:30', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210203112210.jpg', '', NULL, NULL, '-2.0989884 -79.9163327', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(342, 99, 88, 10504, 'YY12345', 'ST06196', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:22:45', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210203112232.jpg', '', NULL, NULL, '-2.0989876 -79.9163266', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(343, 99, 88, 10503, 'YY12345', 'S18897', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:22:56', '2021-02-03', '\n[CLI] Pruebas General** [OBS] Sello 2', '../storage/images/scanner/99_20210203112247.jpg', '', NULL, NULL, '-2.0989835 -79.9163264', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(344, 99, 88, 10503, 'YY12345', 'S18897', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:23:09', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210203112247.jpg', '../storage/images/scanner/99_WAR_20210203_112256.jpg', NULL, NULL, '-2.0989755 -79.9163506', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(345, 99, 88, 10506, 'YY12345', 'C070001P', 'S18897', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:25:51', '2021-02-03', 'N/A', '../storage/images/scanner/99_20210203112430.jpg', '../storage/images/scanner/99_C070001P_F1.jpg', '', '', '-2.0989908 -79.9163357', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(346, 99, 88, 10507, 'YY12345', 'C071001P', 'ST06196', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:26:48', '2021-02-03', 'N/A', '../storage/images/scanner/99_20210203112615.jpg', '../storage/images/scanner/99_C071001P_F1.jpg', '', '', '-2.0989868 -79.9163299', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(347, 99, 88, 10508, 'YY12345', 'C072001P', 'GS200747', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:28:23', '2021-02-03', 'Inspeccion en Puerto GYE', '../storage/images/scanner/99_20210203112702.jpg', '../storage/images/scanner/99_C072001P_F1.jpg', '', '', '-2.0989798 -79.9163407', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(348, 98, 88, 10505, 'YY12345', 'GS200747', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:31:11', '2021-02-03', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA', '../storage/images/scanner/98_20210203113043.jpg', '../storage/images/scanner/98_WAR_20210203_113110.jpg', NULL, NULL, '-2.0989798 -79.9163407', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(349, 98, 88, 10506, 'YY12345', 'C070001P', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:31:38', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210203113122.jpg', '', NULL, NULL, '-2.0989924 -79.9163262', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(350, 98, 88, 10507, 'YY12345', 'C071001P', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:31:48', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210203113139.jpg', '', NULL, NULL, '-2.0989933 -79.9163248', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(351, 98, 88, 10508, 'YY12345', 'C072001P', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 11:32:07', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210203113151.jpg', '', NULL, NULL, '-2.0989927 -79.9163295', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(352, 99, 88, 10508, 'YY12345', 'C072001P', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-03 11:51:35', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210203115015.jpg', '', NULL, NULL, '-2.11463047 -79.902379', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(353, 99, 88, 10508, 'YY12345', 'C072001P', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-03 12:09:30', '2021-02-03', 'ERROR: Se han VERIFICADO (4) mÃ¡s sellos que los ASOCIADOS (3) al CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Inspeccion en Puerto GYE', '../storage/images/scanner/99_20210203115015.jpg', '../storage/images/scanner/99_WAR_20210203_120930.jpg', NULL, NULL, '-2.1145904 -79.90221063', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(354, 98, 88, 10508, 'YY12345', 'C072001P', '', '', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-03 12:12:40', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210203121149.jpg', '', NULL, NULL, '-2.1145904 -79.90221063', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(355, 98, 88, 10509, 'SS12345', '01849707', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:41:51', '2021-02-03', 'Sello botella', '../storage/images/scanner/98_20210203124104.jpg', '', '', '', '-2.0989898 -79.9163268', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(356, 98, 88, 10510, 'WW12345', 'H7052465', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:44:25', '2021-02-03', 'N/A', '../storage/images/scanner/98_20210203124306.jpg', '', '', '', '-2.0989863 -79.9163269', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(357, 98, 88, 10511, 'WW12345', 'HS-EC1002903', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:45:05', '2021-02-03', 'N/A', '../storage/images/scanner/98_20210203124431.jpg', '', '', '', '-2.0989896 -79.9163258', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(358, 98, 88, 10512, 'WW12345', 'HSUD002535', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:45:58', '2021-02-03', 'N/A', '../storage/images/scanner/98_20210203124513.jpg', '../storage/images/scanner/98_HSUD002535_F1.jpg', '', '', '-2.0989878 -79.9163337', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(359, 99, 88, 10511, 'WW12345', 'HS-EC1002903', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:47:03', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210203124645.jpg', '', NULL, NULL, '-2.0989875 -79.9163264', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(360, 99, 88, 10510, 'WW12345', 'H7052465', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:47:42', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210203124705.jpg', '', NULL, NULL, '-2.0989925 -79.9163241', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(361, 99, 88, 10512, 'WW12345', 'HSUD002535', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:48:17', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210203124744.jpg', '', NULL, NULL, '-2.0989808 -79.9163325', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(362, 99, 88, 10511, 'WW123', 'HS-EC1002903', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:50:11', '2021-02-03', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/99_20210203124918.jpg', '../storage/images/scanner/99_WAR_20210203_125011.jpg', NULL, NULL, '-2.0989885 -79.9163354', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(363, 99, 88, 10513, 'WW12345', 'H7060084', 'H7052465', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:51:56', '2021-02-03', 'N/A', '../storage/images/scanner/99_20210203125117.jpg', '../storage/images/scanner/99_H7060084_F1.jpg', '', '', '-2.0989879 -79.9163234', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(364, 99, 88, 10514, 'WW12345', 'HS-EC1002895', 'HS-EC1002903', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:52:52', '2021-02-03', 'Cambio de sello 2', '../storage/images/scanner/99_20210203125201.jpg', '../storage/images/scanner/99_HS-EC1002895_F1.jpg', '', '', '-2.0989889 -79.9163299', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(365, 99, 88, 10515, 'WW12345', 'HSUD002536', 'HSUD002535', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:53:35', '2021-02-03', 'N/A', '../storage/images/scanner/99_20210203125258.jpg', '../storage/images/scanner/99_HSUD002536_F1.jpg', '', '', '-2.0989889 -79.916325', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(366, 98, 88, 10515, 'WW1234', 'HSUD002536', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:55:30', '2021-02-03', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210203125509.jpg', '../storage/images/scanner/98_WAR_20210203_125530.jpg', NULL, NULL, '-2.0989884 -79.9163252', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(367, 98, 88, 10514, 'WW12345', 'HS-EC1002895', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:56:59', '2021-02-03', 'ERROR: Los sellos ASOCIADOS (6) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Cambio de sello 2', '../storage/images/scanner/98_20210203125554.jpg', '../storage/images/scanner/98_WAR_20210203_125658.jpg', NULL, NULL, '-2.0989899 -79.9163346', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(368, 98, 88, 10513, 'WW12345', 'H7060084', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:57:32', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210203125706.jpg', '', NULL, NULL, '-2.0989899 -79.9163346', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(369, 98, 88, 10514, 'WW12345', 'HS-EC1002895', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:57:46', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210203125734.jpg', '', NULL, NULL, '-2.0989892 -79.9163331', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(370, 98, 88, 10515, 'WW12345', 'HSUD002536', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:57:59', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210203125748.jpg', '', NULL, NULL, '-2.0989892 -79.9163331', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(371, 98, 88, 10515, 'WW12345', 'HSUD002536', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 12:59:13', '2021-02-03', 'ERROR: Los sellos ASOCIADOS (6) son menor a los VERIFICADOS (3) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210203125748.jpg', '../storage/images/scanner/98_WAR_20210203_125912.jpg', NULL, NULL, '-2.0989887 -79.9163317', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(372, 98, 88, 10513, 'WW12346', 'H7060084', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 13:04:41', '2021-02-03', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210203010418.jpg', '../storage/images/scanner/98_WAR_20210203_130441.jpg', NULL, NULL, '-2.0989952 -79.9163361', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(373, 98, 88, 0, 'WW12345', 'H7060086', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 13:06:54', '2021-02-03', 'SELLO NO EXISTE N/A', '../storage/images/scanner/98_20210203010622.jpg', '../storage/images/scanner/98_WAR_20210203_130653.jpg', NULL, NULL, '-2.098992 -79.9163333', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(374, 98, 88, 0, 'WW12345', 'H7060086', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 13:06:55', '2021-02-03', 'SELLO NO EXISTE SELLO NO EXISTE N/A', '../storage/images/scanner/98_20210203010622.jpg', '', NULL, NULL, '-2.0989818 -79.9163397', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(375, 98, 88, 10510, 'WW12345', 'H7052465', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 13:07:57', '2021-02-03', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA', '../storage/images/scanner/98_20210203010736.jpg', '../storage/images/scanner/98_WAR_20210203_130756.jpg', NULL, NULL, '-2.0989818 -79.9163397', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(376, 98, 88, 10510, 'WW12345', 'H7052465', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-03 13:07:59', '2021-02-03', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] SELLO EXISTE PERO NO HA SIDO ASIGNADO A UN CONTENEDOR O CARGA', '../storage/images/scanner/98_20210203010736.jpg', '', NULL, NULL, '-2.0989916 -79.9163336', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(377, 99, 88, 10516, 'WWW12345', 'MUE30010', 'HSUD002536', 'N/A', 'Ecuador, Guayas, Guayaquil, Samanes, Samanes 108, 090509,  ', '2021-02-03 16:49:09', '2021-02-03', 'Probando reemplazo de sello.', '../storage/images/scanner/99_20210203044724.jpg', '../storage/images/scanner/99_MUE30010_F1.jpg', '', '', '-2.11458702 -79.90229625', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(378, 86, 100, 10517, 'sud1', 'MUE10024', '', 'N/A', '', '2021-02-03 17:36:08', '2021-02-03', 'N/A', '../storage/images/scanner/86_20210203053328.jpg', '', '', '', '-2.098892 -79.9124223', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(379, 86, 100, 10517, 'sud1', 'MUE10024', '', '', '', '2021-02-03 17:38:52', '2021-02-03', '[VERIFICACION OK]\n', '../storage/images/scanner/86_20210203053810.jpg', '', NULL, NULL, '-2.098892 -79.9124223', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(380, 87, 100, 10523, 'kp12345', '9473098111117', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:11:50', '2021-02-04', 'N/A', '../storage/images/scanner/87_20210204090529.jpg', '../storage/images/scanner/87_9473098111117_F1.jpg', '', '', '-2.09903037 -79.91632245', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(381, 86, 100, 10524, 'jfmm', 'HS-EC1002672', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:11:50', '2021-02-04', 'Ninguna check point cadena ', '../storage/images/scanner/86_20210204090807.jpg', '../storage/images/scanner/86_HS-EC1002672_F1.jpg', '../storage/images/scanner/86_HS-EC1002672_F2.jpg', '', '-2.098963 -79.9163072', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(382, 85, 100, 10525, 'eo12345', 'HS-EC1003142', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:09:57', '2021-02-04', 'N/A', '../storage/images/scanner/85_20210204090654.jpg', '../storage/images/scanner/85_HS-EC1003142_F1.jpg', '../storage/images/scanner/85_HS-EC1003142_F2.jpg', '../storage/images/scanner/85_HS-EC1003142_F3.jpg', '-2.0989543 -79.9163023', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(383, 87, 100, 10523, 'kp12345', '9473098111117', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:11:53', '2021-02-04', 'N/A', '../storage/images/scanner/87_20210204090529.jpg', '../storage/images/scanner/87_9473098111117_F1.jpg', '', '', '-2.09903037 -79.91632245', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(384, 84, 100, 10526, 'AB12345', 'HS-EC1003195', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:12:19', '2021-02-04', 'N/A', '../storage/images/scanner/84_20210204090529.jpg', '../storage/images/scanner/84_HS-EC1003195_F1.jpg', '../storage/images/scanner/84_HS-EC1003195_F2.jpg', '../storage/images/scanner/84_HS-EC1003195_F3.jpg', '-2.09896396 -79.91628284', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(385, 86, 100, 10527, 'jfmm', 'ML-EC2458148', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:13:54', '2021-02-04', 'N/A', '../storage/images/scanner/86_20210204091229.jpg', '../storage/images/scanner/86_ML-EC2458148_F1.jpg', '', '', '-2.098963 -79.9163072', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(386, 87, 100, 10528, 'kp12345', 'ML-EC2458068', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:13:55', '2021-02-04', 'N/A', '../storage/images/scanner/87_20210204091221.jpg', '../storage/images/scanner/87_ML-EC2458068_F1.jpg', '', '', '-2.09903037 -79.91632245', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(387, 84, 100, 10529, 'AB12345', 'ML-EC2457785', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:13:56', '2021-02-04', 'N/A', '../storage/images/scanner/84_20210204091232.jpg', '', '', '', '-2.0989645 -79.9163078', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(388, 87, 100, 10528, 'kp12345', 'ML-EC2458068', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:13:58', '2021-02-04', 'N/A', '../storage/images/scanner/87_20210204091221.jpg', '../storage/images/scanner/87_ML-EC2458068_F1.jpg', '', '', '-2.09903037 -79.91632245', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(389, 85, 100, 10530, 'eo12345', 'ML-EC2458139', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:12:05', '2021-02-04', 'N/A', '../storage/images/scanner/85_20210204091027.jpg', '', '', '', '-2.0989543 -79.9163023', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(390, 86, 100, 10531, 'jfmm', 'MUE10007', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:15:00', '2021-02-04', 'N/A', '../storage/images/scanner/86_20210204091411.jpg', '../storage/images/scanner/86_MUE10007_F1.jpg', '', '', '-2.098963 -79.9163072', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(391, 84, 100, 10532, 'AB12345', 'MUE10006', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:15:00', '2021-02-04', 'N/A', '../storage/images/scanner/84_20210204091414.jpg', '', '', '', '-2.09895555 -79.91630685', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(392, 87, 100, 10533, 'kp12345', 'MUE10004', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:15:11', '2021-02-04', 'N/A', '../storage/images/scanner/87_20210204091414.jpg', '../storage/images/scanner/87_MUE10004_F1.jpg', '', '', '-2.09903037 -79.91632245', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(393, 85, 100, 10534, 'eo12345', 'MUE10005', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:13:18', '2021-02-04', 'N/A', '../storage/images/scanner/85_20210204091232.jpg', '../storage/images/scanner/85_MUE10005_F1.jpg', '', '', '-2.0989543 -79.9163023', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(394, 87, 100, 10533, 'kp12345', 'MUE10004', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:15:14', '2021-02-04', 'N/A', '../storage/images/scanner/87_20210204091414.jpg', '../storage/images/scanner/87_MUE10004_F1.jpg', '', '', '-2.0989601 -79.9163035', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(395, 86, 100, 10531, 'jfmm', 'MUE10007', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:21:06', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/86_20210204091828.jpg', '', NULL, NULL, '-2.098963 -79.9163072', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(396, 85, 100, 10525, 'EO_12345', 'HS-EC1003142', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:19:31', '2021-02-04', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Comerciales** [OBS] N/A', '../storage/images/scanner/85_20210204091550.jpg', '', NULL, NULL, '-2.0989543 -79.9163023', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(397, 87, 100, 0, 'kp12345', 'hs-ec1002666', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:21:29', '2021-02-04', 'SELLO NO EXISTE N/A', '../storage/images/scanner/87_20210204091857.jpg', '../storage/images/scanner/87_WAR_20210204_092129.jpg', NULL, NULL, '-2.0989601 -79.9163035', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(398, 84, 100, 10526, 'AB12345', 'HS-EC1003195', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:21:32', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/84_20210204091815.jpg', '', NULL, NULL, '-2.09895555 -79.91630685', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(399, 86, 100, 10531, 'jfmm', 'MUE10007', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:21:48', '2021-02-04', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Comerciales** [OBS] N/A', '../storage/images/scanner/86_20210204091828.jpg', '', NULL, NULL, '-2.098959 -79.9163067', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(400, 85, 100, 10525, 'EO12345', 'HS-EC1003142', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:20:51', '2021-02-04', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Comerciales** [OBS] N/A', '../storage/images/scanner/85_20210204091550.jpg', '../storage/images/scanner/85_WAR_20210204_092051.jpg', NULL, NULL, '-2.0989543 -79.9163023', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37');
INSERT INTO `scanhistory` (`id`, `iduser`, `idsupervisor`, `idSello`, `jobnumber`, `primarynumber`, `replaceprimarynumber`, `itemnumber`, `address`, `dateandtime`, `Fecha`, `userremarks`, `scannedimage`, `foto1`, `foto2`, `foto3`, `location`, `informado`, `requiereAprobacion`, `aprobado`, `Tipo`, `tipoAlerta`, `activo`, `ceated_at`) VALUES
(401, 85, 100, 10525, 'EO12345', 'HS-EC1003142', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:22:29', '2021-02-04', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Comerciales** [OBS] N/A', '../storage/images/scanner/85_20210204092150.jpg', '', NULL, NULL, '-2.0989543 -79.9163023', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(402, 84, 100, 10526, 'AB12345', 'HS-EC1003195', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:24:37', '2021-02-04', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Comerciales** [OBS] N/A', '../storage/images/scanner/84_20210204091815.jpg', '', NULL, NULL, '-2.09895541 -79.91622361', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(403, 85, 100, 10525, 'eo12345', 'HS-EC1003142', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:22:43', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/85_20210204092150.jpg', '../storage/images/scanner/85_WAR_20210204_092230.jpg', NULL, NULL, '-2.0989543 -79.9163023', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(404, 86, 100, 10531, 'jfmm', 'MUE10007', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:25:58', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/86_20210204092529.jpg', '', NULL, NULL, '-2.098959 -79.9163067', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(405, 87, 100, 10523, 'kp12345', '9473098111117', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:26:18', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/87_20210204092525.jpg', '', NULL, NULL, '-2.0989601 -79.9163035', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(406, 84, 100, 10532, 'AB12345', 'MUE10006', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:27:03', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/84_20210204092619.jpg', '', NULL, NULL, '-2.09895541 -79.91622361', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(407, 85, 100, 10525, 'eo12345', 'HS-EC1003142', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:25:34', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/85_20210204092453.jpg', '', NULL, NULL, '-2.0989543 -79.9163023', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(408, 85, 100, 10530, 'eo12345', 'ML-EC2458139', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:26:51', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/85_20210204092547.jpg', '', NULL, NULL, '-2.0989543 -79.9163023', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(409, 86, 100, 10527, 'jfmm', 'ML-EC2458148', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:28:49', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/86_20210204092619.jpg', '', NULL, NULL, '-2.0989738 -79.9163139', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(410, 84, 100, 10526, 'AB12345', 'HS-EC1003195', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:28:48', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/84_20210204092709.jpg', '', NULL, NULL, '-2.0989595 -79.9162996', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(411, 87, 100, 0, 'kp12345', 'MC-EC2458068', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:29:05', '2021-02-04', 'SELLO NO EXISTE \n[CLI] Comerciales** [OBS] N/A', '../storage/images/scanner/87_20210204092621.jpg', '../storage/images/scanner/87_WAR_20210204_092905.jpg', NULL, NULL, '-2.0989601 -79.9163035', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(412, 87, 100, 0, 'kp12345', 'MC-EC2458068', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:30:42', '2021-02-04', 'SELLO NO EXISTE N/A', '../storage/images/scanner/87_20210204092940.jpg', '', NULL, NULL, '-2.0989601 -79.9163035', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(413, 85, 100, 10534, 'eo12345', 'MUE10005', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:29:04', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/85_20210204092704.jpg', '', NULL, NULL, '-2.0989543 -79.9163023', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(414, 86, 100, 0, 'jfmm', 'HS!EC1122666', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:31:03', '2021-02-04', 'SELLO NO EXISTE \n[CLI] Comerciales** [OBS] N/A', '../storage/images/scanner/86_20210204092859.jpg', '../storage/images/scanner/86_WAR_20210204_093103.jpg', NULL, NULL, '-2.0989785 -79.9163057', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(415, 86, 100, 0, 'jfmm', 'HS!EC1122666', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:31:15', '2021-02-04', 'SELLO NO EXISTE SELLO NO EXISTE \n[CLI] Comerciales** [OBS] N/A', '../storage/images/scanner/86_20210204092859.jpg', '../storage/images/scanner/86_WAR_20210204_093115.jpg', NULL, NULL, '-2.0989785 -79.9163057', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(416, 87, 100, 10528, 'kp12345', 'ML-EC2458068', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:31:19', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/87_20210204093046.jpg', '', NULL, NULL, '-2.0989601 -79.9163035', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(417, 87, 100, 10533, 'kp12345', 'MUE10004', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:31:50', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/87_20210204093121.jpg', '', NULL, NULL, '-2.0989601 -79.9163035', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(418, 86, 100, 10531, 'jfmm', 'MUE10007', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:32:32', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/86_20210204093158.jpg', '', NULL, NULL, '-2.0989785 -79.9163057', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(419, 86, 100, 10531, 'jfmm', 'MUE10007', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:33:29', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/86_20210204093309.jpg', '', NULL, NULL, '-2.0989785 -79.9163057', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(420, 86, 100, 10524, 'jfmm', 'HS-EC1002672', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:34:25', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/86_20210204093331.jpg', '', NULL, NULL, '-2.0989785 -79.9163057', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(421, 84, 100, 10526, 'AB12345', 'HS-EC1003195', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:35:14', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/84_20210204092859.jpg', '', NULL, NULL, '-2.0989649 -79.9162932', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(422, 86, 100, 10527, 'jfmm', 'ML-EC2458148', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:35:17', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/86_20210204093429.jpg', '', NULL, NULL, '-2.0989785 -79.9163057', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(423, 86, 100, 10527, 'jfmmÃ±', 'ML-EC2458148', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:38:49', '2021-02-04', '[VERIFICACION OK Color no coincide\n\n[CLI] Comerciales** [OBS] N/Aaa', '../storage/images/scanner/86_20210204093429.jpg', '', NULL, NULL, '-2.098977 -79.9163085', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(424, 98, 88, 10535, 'JL12345', 'ML-EC2458139', '', 'N/A', '', '2021-02-04 09:53:50', '2021-02-04', 'N/A', '../storage/images/scanner/98_20210204095327.jpg', '../storage/images/scanner/98_ML-EC2458139_F1.jpg', '', '', '-2.09896186 -79.91627843', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(425, 98, 88, 10536, 'JL12345', 'HS-EC1003142', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:54:10', '2021-02-04', 'N/A', '../storage/images/scanner/98_20210204095358.jpg', '', '', '', '-2.0990289 -79.91624791', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(426, 98, 88, 10537, 'JL12345', 'MUE30018', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:54:32', '2021-02-04', 'N/A', '../storage/images/scanner/98_20210204095420.jpg', '', '', '', '-2.0990022 -79.91627662', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(427, 99, 88, 10535, 'JL12345', 'ML-EC2458139', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:55:35', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210204095515.jpg', '', NULL, NULL, '-2.0990022 -79.91627662', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(428, 99, 88, 10536, 'JL12345', 'HS-EC1003142', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:57:29', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210204095706.jpg', '', NULL, NULL, '-2.09894137 -79.91625253', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(429, 99, 88, 10535, 'JL12345', 'ML-EC2458139', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:57:40', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210204095730.jpg', '', NULL, NULL, '-2.098977 -79.916317', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(430, 99, 88, 10537, 'JL12345', 'MUE30018', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 09:57:53', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210204095743.jpg', '', NULL, NULL, '-2.0989674 -79.916315', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(431, 99, 88, 10538, 'JL12345', 'HS-EC1003195', 'HS-EC1003142', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 10:00:27', '2021-02-04', 'N/A', '../storage/images/scanner/99_20210204095935.jpg', '../storage/images/scanner/99_HS-EC1003195_F1.jpg', '', '', '-2.0989697 -79.9163058', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(432, 99, 88, 10539, 'JL12345', 'ML-EC2457785', 'ML-EC2458139', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 10:01:42', '2021-02-04', 'Antinarcoticos', '../storage/images/scanner/99_20210204100048.jpg', '../storage/images/scanner/99_ML-EC2457785_F1.jpg', '', '', '-2.09897851 -79.91629289', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(433, 99, 88, 10540, 'JL12345', 'MUE10013', 'MUE30018', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 10:03:00', '2021-02-04', 'N/A', '../storage/images/scanner/99_20210204100148.jpg', '../storage/images/scanner/99_MUE10013_F1.jpg', '', '', '-2.0989777 -79.9163053', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(434, 80, 64, 10490, 'ZZ123', 'MUE30018', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 11:49:54', '2021-02-04', 'N/A', '../storage/images/scanner/80_20210204114929.jpg', '', '', '', '-2.0989904 -79.9163354', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(435, 80, 64, 10151, 'ZZ123', 'MUE10001', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 11:50:28', '2021-02-04', 'N/A', '../storage/images/scanner/80_20210204115000.jpg', '', '', '', '-2.0989938 -79.916339', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(436, 80, 64, 10490, 'ZZ123', 'MUE30018', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 11:51:09', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/80_20210204115053.jpg', '', NULL, NULL, '-2.0989938 -79.916339', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(437, 80, 64, 10151, 'ZZ123', 'MUE10001', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-04 11:51:36', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/80_20210204115112.jpg', '', NULL, NULL, '-2.0989889 -79.9163326', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(438, 98, 88, 10541, 'MSC12345', 'NC7779F', '', 'N/A', '', '2021-02-04 15:31:15', '2021-02-04', 'Inicio', '../storage/images/scanner/98_20210204032906.jpg', '../storage/images/scanner/98_NC7779F_F1.jpg', '../storage/images/scanner/98_NC7779F_F2.jpg', '', '-2.1644736 -79.8957731', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(439, 98, 88, 10542, 'MSC12345', 'CB8784N', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ', '2021-02-04 15:31:52', '2021-02-04', 'N/A', '../storage/images/scanner/98_20210204033126.jpg', '../storage/images/scanner/98_CB8784N_F1.jpg', '', '', '-2.1644799 -79.8957991', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(440, 98, 88, 10543, 'MSC12345', 'MUE10005', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ', '2021-02-04 15:32:23', '2021-02-04', 'N/A', '../storage/images/scanner/98_20210204033158.jpg', '../storage/images/scanner/98_MUE10005_F1.jpg', '', '', '-2.1644718 -79.8958065', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(441, 98, 88, 10541, 'MSC12345', 'NC7779F', '', '', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ', '2021-02-04 15:34:53', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210204033338.jpg', '', NULL, NULL, '-2.1644718 -79.8958065', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(442, 98, 88, 10543, 'MSC12345', 'MUE10005', '', '', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ', '2021-02-04 15:35:27', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210204033508.jpg', '', NULL, NULL, '-2.1644941 -79.8958528', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(443, 98, 88, 10542, 'MSC12345', 'CB8784N', '', '', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ', '2021-02-04 15:36:15', '2021-02-04', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210204033530.jpg', '', NULL, NULL, '-2.1644828 -79.8957864', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(444, 98, 88, 10542, 'MSC12345', 'CB8784N', '', '', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil 104, 090506, 104 Avenida Francisco de Orellana', '2021-02-04 15:38:04', '2021-02-04', '[VERIFICACION OKContenedor no esta en su sitio\n\nContenedor no esta en su sitio\n\nContenedor no esta en si sitio\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210204033530.jpg', '', NULL, NULL, '-2.1644735 -79.8957657', b'0', b'0', 3, 'CHECK', 1, b'0', '2021-02-15 15:20:37'),
(445, 98, 88, 10542, 'MSC12345', 'CB8784N', '', '', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil 104, 090506, 104 Avenida Francisco de Orellana', '2021-02-04 15:38:17', '2021-02-04', 'Contenedor no esta en su sitio\n\nContenedor no esta en su sitio\n\nContenedor no esta en si sitio\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210204033530.jpg', '', NULL, NULL, '-2.1644735 -79.8957657', b'0', b'0', 3, 'CHECK', 1, b'0', '2021-02-15 15:20:37'),
(446, 99, 88, 10542, 'MSC1234', 'CB8784N', '', '', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil 104, 090506, 104 Avenida Francisco de Orellana', '2021-02-04 15:43:01', '2021-02-04', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/99_20210204034226.jpg', '../storage/images/scanner/99_WAR_20210204_154301.jpg', NULL, NULL, '-2.1644735 -79.8957657', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(447, 99, 88, 10543, 'MSC12345', 'MUE10005', '', '', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ', '2021-02-04 15:43:55', '2021-02-04', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/99_20210204034318.jpg', '../storage/images/scanner/99_WAR_20210204_154355.jpg', NULL, NULL, '-2.1644596 -79.8958033', b'0', b'0', 3, 'CHECK', 1, b'0', '2021-02-15 15:20:37'),
(448, 99, 88, 10544, 'MSC12345', 'FN06289', 'NC7779F', 'N/A', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ', '2021-02-04 15:51:10', '2021-02-04', 'N/A', '../storage/images/scanner/99_20210204035025.jpg', '../storage/images/scanner/99_FN06289_F1.jpg', '', '', '-2.1644739 -79.8957997', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(449, 99, 88, 10545, 'MSC12345', 'CA8157K', 'CB8784N', 'N/A', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ', '2021-02-04 15:52:13', '2021-02-04', 'Antinarcoticos', '../storage/images/scanner/99_20210204035124.jpg', '../storage/images/scanner/99_CA8157K_F1.jpg', '', '', '-2.1644781 -79.8958056', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(450, 99, 88, 10546, 'MSC12345', 'MUE10014', 'MUE10005', 'N/A', 'Ecuador, Guayas, Guayaquil, Kennedy, Guayaquil Av. Francisco de Orellana Y Proyeccion Jose Castillo - Diagonal Al Ministerio del Litoral, 090512,  ', '2021-02-04 15:53:01', '2021-02-04', 'N/A', '../storage/images/scanner/99_20210204035223.jpg', '../storage/images/scanner/99_MUE10014_F1.jpg', '', '', '-2.1644771 -79.8957967', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(451, 30, 64, 10547, 'Hqs123456789', '7862109432037', '', 'N/A', 'Ecuador, ManabÃ­, Pajan, ,  Ecuador, ,  ', '2021-02-05 09:05:06', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205090258.jpg', '../storage/images/scanner/30_7862109432037_F1.jpg', '../storage/images/scanner/30_7862109432037_F2.jpg', '../storage/images/scanner/30_7862109432037_F3.jpg', '-1.6544363 -80.46550036', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(452, 30, 64, 10547, 'Hqs123456789', '7862109432037', '', 'N/A', 'Ecuador, ManabÃ­, Pajan, ,  Ecuador, ,  ', '2021-02-05 09:05:09', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205090258.jpg', '../storage/images/scanner/30_7862109432037_F1.jpg', '../storage/images/scanner/30_7862109432037_F2.jpg', '../storage/images/scanner/30_7862109432037_F3.jpg', '-1.6544363 -80.46550036', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(453, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:34:03', '2021-02-05', 'N/A', '', '', '', '', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(454, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:34:00', '2021-02-05', 'N/A', '', '', '', '', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(455, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:34:03', '2021-02-05', 'N/A', '', '', '', '', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(456, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:34:03', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205093047.jpg', '../storage/images/scanner/30_7862109432037_F1_1.jpg', '../storage/images/scanner/30_7862109432037_F2_1.jpg', '../storage/images/scanner/30_7862109432037_F3_1.jpg', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(457, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:34:03', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205093047.jpg', '../storage/images/scanner/30_7862109432037_F1_1.jpg', '../storage/images/scanner/30_7862109432037_F2_1.jpg', '../storage/images/scanner/30_7862109432037_F3_1.jpg', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(458, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:34:00', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205093047.jpg', '../storage/images/scanner/30_7862109432037_F1_1.jpg', '../storage/images/scanner/30_7862109432037_F2_1.jpg', '../storage/images/scanner/30_7862109432037_F3_1.jpg', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(459, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:34:00', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205093047.jpg', '../storage/images/scanner/30_7862109432037_F1_1.jpg', '../storage/images/scanner/30_7862109432037_F2_1.jpg', '../storage/images/scanner/30_7862109432037_F3_1.jpg', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(460, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:33:08', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205093047.jpg', '../storage/images/scanner/30_7862109432037_F1_1.jpg', '../storage/images/scanner/30_7862109432037_F2_1.jpg', '../storage/images/scanner/30_7862109432037_F3_1.jpg', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(461, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:33:08', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205093047.jpg', '../storage/images/scanner/30_7862109432037_F1_1.jpg', '../storage/images/scanner/30_7862109432037_F2_1.jpg', '../storage/images/scanner/30_7862109432037_F3_1.jpg', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(462, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:33:03', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205093047.jpg', '../storage/images/scanner/30_7862109432037_F1_1.jpg', '../storage/images/scanner/30_7862109432037_F2_1.jpg', '../storage/images/scanner/30_7862109432037_F3_1.jpg', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(463, 30, 64, 10547, 'Hqs2334559876', '7862109432037', '', 'N/A', '', '2021-02-05 09:33:03', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205093047.jpg', '../storage/images/scanner/30_7862109432037_F1_1.jpg', '../storage/images/scanner/30_7862109432037_F2_1.jpg', '../storage/images/scanner/30_7862109432037_F3_1.jpg', '-1.4630771 -80.5531181', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(464, 30, 64, 10547, 'Jqs123678976654', '7862109432037', '', 'N/A', '', '2021-02-05 09:41:42', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205094104.jpg', '../storage/images/scanner/30_7862109432037_F1_2.jpg', '', '', '-1.35259082 -80.59010456', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(465, 30, 64, 10547, 'Jqs123678976654', '7862109432037', '', 'N/A', 'Ecuador, ManabÃ­, Jipijapa, , Jipijapa E482, ,  E482', '2021-02-05 09:41:47', '2021-02-05', 'N/A', '../storage/images/scanner/30_20210205094104.jpg', '../storage/images/scanner/30_7862109432037_F1_2.jpg', '', '', '-1.35259082 -80.59010456', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(466, 30, 64, 10548, 'HQS1234567890', '0096619926626', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Cjon. Aurelio GarcÃ­a Moreira, ,  Cjon. Aurelio GarcÃ­a Moreira', '2021-02-05 10:43:08', '2021-02-05', 'Desde Portoviejo, pruebas.', '../storage/images/scanner/30_20210205104201.jpg', '../storage/images/scanner/30_0096619926626_F1.jpg', '', '', '-1.0498209 -80.487958', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(467, 98, 88, 10549, 'DFIU12345', 'FN06469', '', 'N/A', '', '2021-02-10 11:29:37', '2021-02-10', 'Inicio', '../storage/images/scanner/98_20210210112547.jpg', '', '', '', '-2.2507218 -79.9248306', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(468, 98, 88, 10550, 'DFIU2222', 'NC5076F', '', 'N/A', '', '2021-02-10 11:33:16', '2021-02-10', 'N/A', '../storage/images/scanner/98_20210210113235.jpg', '', '', '', '-2.2506346 -79.9246325', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(469, 98, 88, 10551, 'DFIU55555', 'GE00001', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:38:07', '2021-02-10', 'N/A', '../storage/images/scanner/98_20210210113740.jpg', '', '', '', '-2.2513648 -79.9259241', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(470, 98, 88, 10550, 'DFIU55555', 'NC5076F', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:38:45', '2021-02-10', 'N/A', '../storage/images/scanner/98_20210210113813.jpg', '', '', '', '-2.2514336 -79.9247953', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(471, 98, 88, 10552, 'DFIU55555', 'CA8186K', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:39:21', '2021-02-10', 'N/A', '../storage/images/scanner/98_20210210113858.jpg', '../storage/images/scanner/98_CA8186K_F1.jpg', '', '', '-2.2506718 -79.9247879', b'0', b'0', 3, 'SCAN', 0, b'0', '2021-02-15 15:20:37'),
(472, 98, 88, 10550, 'DFIU5555', 'NC5076F', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:42:15', '2021-02-10', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210210114031.jpg', '../storage/images/scanner/98_WAR_20210210_114215.jpg', NULL, NULL, '-2.2506718 -79.9247879', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(473, 98, 88, 10551, 'DFIU55555', 'GE00001', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:43:50', '2021-02-10', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210210114316.jpg', '../storage/images/scanner/98_WAR_20210210_114350.jpg', NULL, NULL, '-2.2505333 -79.9248203', b'0', b'0', 3, 'CHECK', 1, b'0', '2021-02-15 15:20:37'),
(474, 98, 88, 10551, 'DFIU55555', 'GE00001', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:45:11', '2021-02-10', 'Contenedor con novedad\n\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210210114316.jpg', '', NULL, NULL, '-2.2505333 -79.9248203', b'0', b'0', 3, 'CHECK', 1, b'0', '2021-02-15 15:20:37'),
(475, 98, 88, 10550, 'DFIU55555', 'NC5076F', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:51:51', '2021-02-10', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210210115128.jpg', '', NULL, NULL, '-2.2505333 -79.9248203', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(476, 98, 88, 10551, 'DFIU55555', 'GE00001', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:52:01', '2021-02-10', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210210115152.jpg', '', NULL, NULL, '-2.2505436 -79.9247551', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(477, 98, 88, 10552, 'DFIU55555', 'CA8186K', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Trinipuerto, 090209,  Sargento AgustÃ­n Anchico Murillo', '2021-02-10 11:52:14', '2021-02-10', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210210115202.jpg', '', NULL, NULL, '-2.2504744 -79.9246801', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(478, 98, 88, 10551, 'DFIU55555', 'GE00001', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:57:01', '2021-02-10', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210210115632.jpg', '', NULL, NULL, '-2.2504338 -79.9247502', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(479, 98, 88, 10550, 'DFIU55555', 'NC5076F', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:57:25', '2021-02-10', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210210115710.jpg', '', NULL, NULL, '-2.25063027 -79.92482155', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(480, 98, 88, 10552, 'DFIU55555', 'CA8186K', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 11:57:49', '2021-02-10', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210210115730.jpg', '', NULL, NULL, '-2.25063027 -79.92482155', b'0', b'0', 3, 'CHECK', 0, b'0', '2021-02-15 15:20:37'),
(481, 98, 88, 10552, 'DFIU55555', 'CA8186K', '', '', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 12:03:48', '2021-02-10', 'Sello de cable sin acrilico\n\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210210115730.jpg', '', NULL, NULL, '-2.25063027 -79.92482155', b'0', b'0', 3, 'CHECK', 1, b'0', '2021-02-15 15:20:37'),
(482, 98, 88, 10553, 'NC-MUE10030', 'MUE10030', '', 'N/A', '', '2021-02-10 12:10:49', '2021-02-10', 'N/A', '../storage/images/scanner/98_20210210120914.jpg', '', '', '', '-2.2506038 -79.9246642', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(483, 99, 88, 10554, 'DFIU55555', 'R200002E', 'GE00001', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 12:52:48', '2021-02-10', 'Cambio', '../storage/images/scanner/99_20210210125129.jpg', '../storage/images/scanner/99_R200002E_F1.jpg', '', '', '-2.2507195 -79.9248452', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(484, 99, 88, 10555, 'DFIU55555', 'EG46368', 'CA8186K', 'N/A', '', '2021-02-10 12:53:30', '2021-02-10', 'N/A', '../storage/images/scanner/99_20210210125254.jpg', '../storage/images/scanner/99_EG46368_F1.jpg', '', '', '-2.2506663 -79.9249232', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(485, 99, 88, 10556, 'DFIU55555', '03035171', 'NC5076F', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 12:54:16', '2021-02-10', 'N/A', '../storage/images/scanner/99_20210210125342.jpg', '../storage/images/scanner/99_03035171_F1.jpg', '', '', '-2.2505628 -79.924665', b'0', b'1', 2, 'INSPC', 0, b'1', '2021-02-15 15:20:37'),
(486, 99, 88, 10557, 'DFIU55555', 'S0032555', '', 'N/A', 'Ecuador, Guayas, Guayaquil, Isla Trinitaria, Guayaquil Calle 52 S-O, 090209,  Calle 52 S-O', '2021-02-10 12:56:04', '2021-02-10', 'N/A', '../storage/images/scanner/99_20210210125508.jpg', '', '', '', '-2.250824 -79.9249886', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(487, 30, 64, 10558, 'HQS123456', '2546021', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-10 16:30:12', '2021-02-10', 'N/A', '../storage/images/scanner/30_20210210042833.jpg', '../storage/images/scanner/30_2546021_F1.jpg', '', '', '-1.0497787 -80.48829921', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(488, 30, 64, 10558, 'HQS123456', '2546021', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-12 11:45:30', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210212113246.jpg', '', NULL, NULL, '-1.0498801 -80.4880448', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(489, 98, 88, 10559, 'JL9999', 'GE00002', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 12:16:06', '2021-02-12', 'N/A', '../storage/images/scanner/98_20210212121518.jpg', '../storage/images/scanner/98_GE00002_F1.jpg', '', '', '-2.0989943 -79.9163067', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(490, 98, 88, 10560, 'JL9999', 'GT00002', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 12:17:40', '2021-02-12', 'Va inicio', '../storage/images/scanner/98_20210212121615.jpg', '', '', '', '-2.0989838 -79.9163188', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(491, 98, 88, 10561, 'JL9999', 'MX00001', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 12:18:36', '2021-02-12', 'Tercer sello', '../storage/images/scanner/98_20210212121756.jpg', '../storage/images/scanner/98_MX00001_F1.jpg', '', '', '-2.0989945 -79.9163035', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(492, 99, 88, 10561, 'JL9999', 'MX00001', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 12:23:47', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210212122324.jpg', '', NULL, NULL, '-2.0989911 -79.9163137', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(493, 99, 88, 10561, 'JL9999', 'MX00001', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 12:26:11', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210212122549.jpg', '', NULL, NULL, '-2.0989793 -79.9163393', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(494, 99, 88, 10560, 'JL9999', 'GT00002', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 12:26:47', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210212122612.jpg', '', NULL, NULL, '-2.0989967 -79.916313', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(495, 99, 88, 10559, 'JL9999', 'GE00002', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 12:27:10', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210212122648.jpg', '', NULL, NULL, '-2.0989967 -79.9163057', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(496, 98, 88, 10561, 'JL99999', 'MX00001', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 12:29:41', '2021-02-12', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] Tercer sello', '../storage/images/scanner/98_20210212122924.jpg', '../storage/images/scanner/98_WAR_20210212_122941.jpg', NULL, NULL, '-2.0989817 -79.9163214', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(497, 98, 88, 10559, 'JL9999', 'GE00002', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 12:32:39', '2021-02-12', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210212123038.jpg', '../storage/images/scanner/98_WAR_20210212_123239.jpg', NULL, NULL, '-2.0989973 -79.9163113', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(498, 99, 88, 10559, 'JL9999', 'GE00002', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Portoviejo, ,  ', '2021-02-12 13:21:46', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210212012059.jpg', '', NULL, NULL, '-1.049519 -80.4867035', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(499, 98, 88, 10562, 'AN12345', 'MX00002', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:22:34', '2021-02-12', 'Inicio', '../storage/images/scanner/98_20210212032200.jpg', '../storage/images/scanner/98_MX00002_F1.jpg', '', '', '-2.0989972 -79.9163058', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(500, 98, 88, 10563, 'AN12345', 'MUE10016', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:23:12', '2021-02-12', 'Segundo sello', '../storage/images/scanner/98_20210212032242.jpg', '../storage/images/scanner/98_MUE10016_F1.jpg', '', '', '-2.0989967 -79.9163145', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(501, 98, 88, 10564, 'AN12345', 'MUE10028', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:23:42', '2021-02-12', 'Tercer sello', '../storage/images/scanner/98_20210212032320.jpg', '../storage/images/scanner/98_MUE10028_F1.jpg', '', '', '-2.0989934 -79.9163157', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(502, 99, 88, 10563, 'AND12345', 'MUE10016', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:25:15', '2021-02-12', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] Segundo sello', '../storage/images/scanner/99_20210212032444.jpg', '../storage/images/scanner/99_WAR_20210212_152514.jpg', NULL, NULL, '-2.0989942 -79.916302', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(503, 99, 88, 10564, 'AN12345', 'MUE10028', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:26:19', '2021-02-12', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Tercer sello', '../storage/images/scanner/99_20210212032545.jpg', '../storage/images/scanner/99_WAR_20210212_152619.jpg', NULL, NULL, '-2.0989902 -79.916311', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(504, 98, 88, 10562, 'AN45678', 'MX00002', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:27:15', '2021-02-12', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] Inicio', '../storage/images/scanner/98_20210212032651.jpg', '../storage/images/scanner/98_WAR_20210212_152715.jpg', NULL, NULL, '-2.0989986 -79.9163081', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(505, 98, 88, 10564, 'AN12345', 'MUE10028', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:28:02', '2021-02-12', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] Tercer sello', '../storage/images/scanner/98_20210212032738.jpg', '../storage/images/scanner/98_WAR_20210212_152802.jpg', NULL, NULL, '-2.0989948 -79.9163104', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(506, 99, 88, 10564, 'AN12345', 'MUE10028', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:36:27', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210212033606.jpg', '', NULL, NULL, '-2.0989762 -79.9163386', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(507, 99, 88, 10563, 'AN12345', 'MUE10016', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:36:39', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210212033628.jpg', '', NULL, NULL, '-2.0989951 -79.9163117', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(508, 99, 88, 10562, 'AN12345', 'MX00002', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:36:54', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210212033642.jpg', '', NULL, NULL, '-2.0989917 -79.9163074', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(509, 98, 88, 10562, 'AN12345', 'MX00002', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:37:41', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210212033724.jpg', '', NULL, NULL, '-2.0989915 -79.9163107', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(510, 98, 88, 10563, 'AN12345', 'MUE10016', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:37:57', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210212033743.jpg', '', NULL, NULL, '-2.0989891 -79.9163227', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(511, 98, 88, 10564, 'AN12345', 'MUE10028', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-12 15:38:11', '2021-02-12', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210212033758.jpg', '', NULL, NULL, '-2.0989977 -79.9163095', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(512, 30, 64, 10565, 'HQSUNO15022021', 'MUE30004', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 12:22:33', '2021-02-15', 'N/A', '../storage/images/scanner/30_20210215122130.jpg', '../storage/images/scanner/30_MUE30004_F1.jpg', '', '', '-1.0498853 -80.4880399', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(513, 30, 64, 10566, 'HQSUNO15022021', 'MUE30014', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 12:23:15', '2021-02-15', 'N/A', '../storage/images/scanner/30_20210215122249.jpg', '../storage/images/scanner/30_MUE30014_F1.jpg', '', '', '-1.0498827 -80.4880534', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(514, 30, 64, 10567, 'HQSUNO15022021', 'MUE30015', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 12:24:05', '2021-02-15', 'N/A', '../storage/images/scanner/30_20210215122330.jpg', '../storage/images/scanner/30_MUE30015_F1.jpg', '', '', '-1.04990489 -80.48804773', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-15 15:20:37'),
(515, 30, 64, 10567, 'HQSUNO15022021', 'MUE30015', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 12:35:03', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215123412.jpg', '', NULL, NULL, '-1.04990489 -80.48804773', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(516, 30, 64, 10565, 'HQSUNO15022021', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 12:37:21', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215123652.jpg', '', NULL, NULL, '-1.04985859 -80.48800816', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(517, 30, 64, 10565, 'HQSUNO15022021', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 12:37:38', '2021-02-15', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215123652.jpg', '', NULL, NULL, '-1.0498836 -80.4880454', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(518, 30, 64, 10566, 'HQS1502021', 'MUE30014', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 12:39:11', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215123817.jpg', '../storage/images/scanner/30_WAR_20210215_123910.jpg', NULL, NULL, '-1.0498836 -80.4880454', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(519, 30, 64, 10566, 'HQS1502021', 'MUE30014', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 12:39:56', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215123817.jpg', '', NULL, NULL, '-1.0498834 -80.4880369', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(520, 30, 64, 10566, 'HQSUNO15022021', 'MUE30014', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 12:41:15', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215124042.jpg', '', NULL, NULL, '-1.0498834 -80.4880369', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(521, 30, 64, 10565, 'HQSUNO15022021', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:00:55', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215025947.jpg', '', NULL, NULL, '-1.0498821 -80.488049', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(522, 30, 64, 10566, 'HQSUNO15022021', 'MUE30014', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:01:30', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215030056.jpg', '../storage/images/scanner/30_WAR_20210215_150121.jpg', NULL, NULL, '-1.04992678 -80.48803244', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(523, 30, 64, 10567, 'XZF4546778', 'MUE30015', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:02:44', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215030222.jpg', '', NULL, NULL, '-1.04990613 -80.48803296', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:20:37'),
(524, 30, 64, 10567, 'XZF4546778', 'MUE30015', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:02:50', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215030222.jpg', '', NULL, NULL, '-1.04990613 -80.48803296', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(525, 30, 64, 10567, 'HQSUNO15022021', 'MUE30015', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:03:43', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215030222.jpg', '../storage/images/scanner/30_WAR_20210215_150244.jpg', NULL, NULL, '-1.04990613 -80.48803296', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:20:37'),
(526, 30, 64, 10567, 'HQSUNO15022021', 'MUE30015', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:05:34', '2021-02-15', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215030222.jpg', '../storage/images/scanner/30_WAR_20210215_150534.jpg', NULL, NULL, '-1.04990613 -80.48803296', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:20:37'),
(527, 81, 64, 10567, 'HQSUNO15022021', 'MUE30015', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:23:14', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/81_20210215032242.jpg', '', NULL, NULL, '-1.04990613 -80.48803296', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:23:19'),
(528, 81, 64, 10566, 'HQSUNO15022021', 'MUE30014', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:23:48', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/81_20210215032323.jpg', '', NULL, NULL, '-1.0498831 -80.488048', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:23:49'),
(529, 81, 64, 10565, 'FGHYYGJHFGB', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:25:34', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/81_20210215032512.jpg', '', NULL, NULL, '-1.04984086 -80.48802302', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:25:35');
INSERT INTO `scanhistory` (`id`, `iduser`, `idsupervisor`, `idSello`, `jobnumber`, `primarynumber`, `replaceprimarynumber`, `itemnumber`, `address`, `dateandtime`, `Fecha`, `userremarks`, `scannedimage`, `foto1`, `foto2`, `foto3`, `location`, `informado`, `requiereAprobacion`, `aprobado`, `Tipo`, `tipoAlerta`, `activo`, `ceated_at`) VALUES
(530, 81, 64, 10565, 'FGHYYGJHFGB', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:25:37', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/81_20210215032512.jpg', '', NULL, NULL, '-1.0498793 -80.4880414', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 15:25:50'),
(531, 81, 64, 10565, 'HQSUNO15022021', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:26:51', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/81_20210215032618.jpg', '', NULL, NULL, '-1.0498793 -80.4880414', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:26:53'),
(532, 81, 64, 10565, 'HQSUNO15022026', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:27:41', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/81_20210215032618.jpg', '', NULL, NULL, '-1.0498839 -80.4880406', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 15:27:42'),
(533, 81, 64, 10565, 'HQSUNO15022021', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 15:27:50', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/81_20210215032618.jpg', '../storage/images/scanner/81_WAR_20210215_152741.jpg', NULL, NULL, '-1.0498839 -80.4880406', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 15:27:52'),
(534, 30, 64, 10565, 'DHHGUFJJFJ', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 16:36:13', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210215043531.jpg', '../storage/images/scanner/30_WAR_20210215_163612.jpg', NULL, NULL, '-1.04986107 -80.48815977', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 16:36:15'),
(535, 30, 64, 10565, 'DHHGUFJJFJ', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 16:36:30', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215043531.jpg', '', NULL, NULL, '-1.0498843 -80.488036', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 16:36:37'),
(536, 30, 64, 10565, 'DHHGUFJJF', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 16:37:05', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210215043531.jpg', '../storage/images/scanner/30_WAR_20210215_163704.jpg', NULL, NULL, '-1.0498843 -80.488036', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 16:37:07'),
(537, 30, 64, 10565, 'gfghhyyhh', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 17:18:17', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210215051754.jpg', '../storage/images/scanner/30_WAR_20210215_171816.jpg', NULL, NULL, '-1.0498828 -80.4880437', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 17:18:18'),
(538, 30, 64, 10565, 'gfghhyyhh', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 17:18:25', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215051754.jpg', '', NULL, NULL, '-1.0498844 -80.488055', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 17:18:26'),
(539, 30, 64, 10565, 'trtgxvhjj', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 17:26:41', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210215052615.jpg', '../storage/images/scanner/30_WAR_20210215_172640.jpg', NULL, NULL, '-1.0498824 -80.4880445', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 17:26:49'),
(540, 30, 64, 10565, 'trtgxvhjj', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 17:27:07', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215052615.jpg', '', NULL, NULL, '-1.0498797 -80.4880416', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 17:27:19'),
(541, 30, 64, 10565, 'hgvvxvvvvvchv', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 17:41:25', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.', '../storage/images/scanner/30_20210215054046.jpg', '../storage/images/scanner/30_WAR_20210215_174124.jpg', NULL, NULL, '-1.0498845 -80.4880359', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 17:41:38'),
(542, 30, 64, 10565, 'hgvvxvvvvvchv', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 17:41:40', '2021-02-15', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215054046.jpg', '', NULL, NULL, '-1.049879 -80.4880421', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 17:41:44'),
(543, 30, 64, 10566, 'HQSUNO15022021', 'MUE30014', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 17:43:28', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215054238.jpg', '', NULL, NULL, '-1.049879 -80.4880421', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 17:43:30'),
(544, 30, 64, 10565, 'HQSUNO15022021', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 17:43:59', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215054335.jpg', '', NULL, NULL, '-1.0498813 -80.4880417', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 17:44:01'),
(545, 30, 64, 10565, 'HQSUNO15022021', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 17:44:20', '2021-02-15', 'ERROR: Los sellos ASOCIADOS (3) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210215054335.jpg', '../storage/images/scanner/30_WAR_20210215_174419.jpg', NULL, NULL, '-1.0498808 -80.4880463', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-15 17:44:22'),
(546, 30, 64, 10567, 'HQSUNO15022021', 'MUE30015', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 17:45:18', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215054435.jpg', '', NULL, NULL, '-1.0498808 -80.4880463', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 17:45:19'),
(547, 30, 64, 0, 'HQSUNO15022021', 'MUE0004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Cjon. Aurelio GarcÃ­a Moreira, ,  Cjon. Aurelio GarcÃ­a Moreira', '2021-02-15 18:27:55', '2021-02-15', 'SELLO NO EXISTE N/A', '../storage/images/scanner/30_20210215062547.jpg', '../storage/images/scanner/30_WAR_20210215_182754.jpg', NULL, NULL, '-1.0498276 -80.4879623', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 18:27:58'),
(548, 30, 64, 0, 'HQSUNO15022021', 'MUE00004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 18:28:29', '2021-02-15', 'SELLO NO EXISTE SELLO NO EXISTE N/A', '../storage/images/scanner/30_20210215062547.jpg', '../storage/images/scanner/30_WAR_20210215_182826.jpg', NULL, NULL, '-1.04985485 -80.48800725', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-15 18:28:34'),
(549, 30, 64, 10565, 'HQSUNO15022021', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 18:31:56', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215062840.jpg', '', NULL, NULL, '-1.04985485 -80.48800725', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 18:32:02'),
(550, 30, 64, 10565, 'HQSUNO15022021', 'MUE30004', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-15 18:35:08', '2021-02-15', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210215063406.jpg', '', NULL, NULL, '-1.04986529 -80.48800405', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-15 18:35:12'),
(551, 30, 64, 10568, 'HQSDOS17022021', 'MUE30008', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 07:29:02', '2021-02-17', 'N/A', '../storage/images/scanner/30_20210217072802.jpg', '../storage/images/scanner/30_MUE30008_F1.jpg', '', '', '-1.0498842 -80.4880444', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 08:45:47'),
(552, 30, 64, 10569, 'HQSUNO15022021', 'ABC343434', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 10:39:03', '2021-02-17', 'Prueba', '../storage/images/scanner/30_20210217103800.jpg', '', '', '', '-1.0498809 -80.4880487', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 10:39:26'),
(553, 30, 64, 10570, 'FEB20210217', 'MUE30009', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 10:48:16', '2021-02-17', 'Primer sello de dos', '../storage/images/scanner/30_20210217104728.jpg', '', '', '', '-1.0498836 -80.4880362', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 10:48:20'),
(554, 30, 64, 10491, 'FEB20210217', 'MUE30013', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 10:50:15', '2021-02-17', 'N/A', '../storage/images/scanner/30_20210217104948.jpg', '../storage/images/scanner/30_MUE30013_F1.jpg', '', '', '-1.04989174 -80.48808637', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 10:50:18'),
(555, 30, 64, 10571, 'FEB20210217', 'MUE30010', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 11:12:48', '2021-02-17', 'Pruebas agrupado', '../storage/images/scanner/30_20210217111146.jpg', '../storage/images/scanner/30_MUE30010_F1.jpg', '', '', '-1.04992253 -80.48811774', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 11:13:24'),
(556, 30, 64, 10485, 'FEB20210217', 'MUE30011', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 12:10:23', '2021-02-17', 'Sello 1 de 2', '../storage/images/scanner/30_20210217120943.jpg', '', '', '', '-1.0498809 -80.4880412', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 12:10:26'),
(557, 30, 64, 10571, 'FEB20210217', 'MUE30010', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 13:29:58', '2021-02-17', 'N/A', '../storage/images/scanner/30_20210217012919.jpg', '../storage/images/scanner/30_MUE30010_F1.jpg', '', '', '-1.0498836 -80.4880475', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 13:30:15'),
(558, 30, 64, 10572, 'FEB20210217', 'MUE30001', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 14:33:15', '2021-02-17', 'N/A', '../storage/images/scanner/30_20210217023238.jpg', '../storage/images/scanner/30_MUE30001_F1.jpg', '', '', '-1.0498849 -80.4880362', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 14:33:26'),
(559, 30, 64, 10572, 'FEB20210217', 'MUE30001', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 14:45:35', '2021-02-17', 'Otra prueba de agrupado.', '../storage/images/scanner/30_20210217024453.jpg', '', '', '', '-1.04985896 -80.48807425', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 14:45:40'),
(560, 30, 64, 10571, 'FEB20210217', 'MUE30010', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 15:55:37', '2021-02-17', 'Segundo sello', '../storage/images/scanner/30_20210217035509.jpg', '', '', '', '-1.0498829 -80.488042', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 15:56:53'),
(561, 98, 88, 10573, 'NG12345', 'NA2135A', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:21:07', '2021-02-17', 'N/A', '../storage/images/scanner/98_20210217041957.jpg', '', '', '', '-2.09899369 -79.91631306', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 16:21:10'),
(562, 98, 88, 10574, 'NG12345', 'NB7871C', '', 'N/A', '', '2021-02-17 16:21:44', '2021-02-17', 'Segundo sello', '../storage/images/scanner/98_20210217042123.jpg', '', '', '', '-2.09896128 -79.91637453', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 16:21:48'),
(563, 98, 88, 10575, 'NG12345', 'C0731A1', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:22:11', '2021-02-17', 'N/A', '../storage/images/scanner/98_20210217042151.jpg', '', '', '', '-2.09898862 -79.91634562', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 16:22:14'),
(564, 98, 88, 10576, 'NG12345', 'S178308', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:22:31', '2021-02-17', 'N/A', '../storage/images/scanner/98_20210217042217.jpg', '', '', '', '-2.09899908 -79.91632605', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 16:22:34'),
(565, 98, 88, 10577, 'NG12345', 'D00005', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:22:55', '2021-02-17', 'N/A', '../storage/images/scanner/98_20210217042237.jpg', '', '', '', '-2.0989994 -79.91632521', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 16:22:58'),
(566, 98, 88, 10578, 'CNT123', 'S178310', '', 'N/A', '', '2021-02-17 16:26:38', '2021-02-17', 'N/A', '../storage/images/scanner/98_20210217042516.jpg', '../storage/images/scanner/98_S178310_F1.jpg', '../storage/images/scanner/98_S178310_F2.jpg', '../storage/images/scanner/98_S178310_F3.jpg', '-2.09903762 -79.91627468', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 16:26:41'),
(567, 98, 88, 10576, 'NG12345', 'S178308', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:30:16', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210217042850.jpg', '', NULL, NULL, '-2.09903762 -79.91627468', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 16:30:18'),
(568, 98, 88, 10577, 'NG12345', 'D00005', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil 3er Pasaje 33 N-O, 090112,  3er Pasaje 33 N-O', '2021-02-17 16:30:54', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210217043026.jpg', '', NULL, NULL, '-2.09907567 -79.91647458', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 16:30:56'),
(569, 98, 88, 10574, 'NG12345', 'NB7871C', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:31:14', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210217043057.jpg', '', NULL, NULL, '-2.09901507 -79.91634534', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 16:31:16'),
(570, 98, 88, 10573, 'NG12345', 'NA2135A', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:31:56', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210217043117.jpg', '', NULL, NULL, '-2.09902298 -79.91631635', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 16:31:58'),
(571, 98, 88, 10575, 'NG12345', 'C0731A1', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:32:57', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210217043240.jpg', '', NULL, NULL, '-2.09902619 -79.91633277', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 16:32:59'),
(572, 98, 88, 10573, 'NG12345', 'NA2135A', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:33:13', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210217043257.jpg', '', NULL, NULL, '-2.098999 -79.9163214', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 16:33:16'),
(573, 98, 88, 10574, 'NG12345', 'NB7871C', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:33:43', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210217043315.jpg', '', NULL, NULL, '-2.09902498 -79.91632861', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 16:33:45'),
(574, 98, 88, 10577, 'NG12345', 'D00005', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:33:58', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210217043344.jpg', '', NULL, NULL, '-2.09902492 -79.91632861', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 16:34:01'),
(575, 98, 88, 10576, 'NG12345', 'S178308', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:34:11', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210217043400.jpg', '', NULL, NULL, '-2.0990217 -79.9163307', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 16:34:13'),
(576, 98, 88, 10576, 'NG12345', 'S178308', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 16:35:31', '2021-02-17', 'CONTENEDOR CON HUMEDAD\n\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210217043400.jpg', '', NULL, NULL, '-2.09902363 -79.91633225', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-17 16:35:34'),
(577, 30, 64, 10572, 'FEB20210217', 'MUE30001', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 17:01:32', '2021-02-17', 'N/A', '../storage/images/scanner/30_20210217050025.jpg', '../storage/images/scanner/30_MUE30001_F1.jpg', '../storage/images/scanner/30_MUE30001_F2.jpg', '', '-1.0498832 -80.4880375', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 17:01:37'),
(578, 30, 64, 10476, 'FEB20210217', 'MUE30002', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 17:15:36', '2021-02-17', 'N/A', '../storage/images/scanner/30_20210217051513.jpg', '../storage/images/scanner/30_MUE30002_F1.jpg', '', '', '-1.0498838 -80.488036', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 17:16:02'),
(579, 30, 64, 10476, 'FEB20210217', 'MUE30002', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 17:17:45', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217051630.jpg', '', NULL, NULL, '-1.0498838 -80.488036', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 17:17:47'),
(580, 30, 64, 10476, 'FEB20210217', 'MUE30002', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 17:18:16', '2021-02-17', 'SELLO NO EXISTE N/A', '../storage/images/scanner/30_20210217051750.jpg', '../storage/images/scanner/30_WAR_20210217_171813.jpg', NULL, NULL, '-1.0498838 -80.488036', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-17 17:18:35'),
(581, 30, 64, 10476, 'FEB20210217', 'MUE30002', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 17:21:03', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217052019.jpg', '', NULL, NULL, '-1.0498809 -80.4880463', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 17:21:06'),
(582, 99, 88, 10578, 'NC-S178310', 'S178310', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-17 17:56:13', '2021-02-17', 'N/A', '../storage/images/scanner/99_20210217055536.jpg', '', '', '', '-2.098991 -79.9163061', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 17:56:16'),
(583, 30, 64, 10572, 'FEB20210217', 'MUE30001', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 18:43:22', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217064218.jpg', '', NULL, NULL, '-1.0498823 -80.4880473', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 18:43:23'),
(584, 30, 64, 10476, 'FEB20210217', 'MUE30002', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 18:44:56', '2021-02-17', '\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210217064425.jpg', '../storage/images/scanner/30_WAR_20210217_184454.jpg', NULL, NULL, '-1.0498837 -80.4880562', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-17 18:44:58'),
(585, 30, 64, 10572, 'FEB20210217', 'MUE30001', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 18:58:42', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217065617.jpg', '', NULL, NULL, '-1.049884 -80.4880384', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 18:58:57'),
(586, 30, 64, 10572, 'FEB20210217', 'MUE30001', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 19:10:16', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217070843.jpg', '', NULL, NULL, '-1.0498839 -80.4880467', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 19:10:19'),
(587, 30, 64, 10476, 'FEB20210217', 'MUE30002', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 19:11:27', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217071052.jpg', '', NULL, NULL, '-1.0498799 -80.4880419', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 19:11:31'),
(588, 30, 64, 10476, 'FEB20210217', 'MUE30002', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 19:12:02', '2021-02-17', 'ERROR: Los sellos ASOCIADOS (6) son menor a los VERIFICADOS (2) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] GUSBER** [OBS] N/A** [INFO1] RED** [INFO2] GUSBER** [INFO3] GUAYAQUIL', '../storage/images/scanner/30_20210217071052.jpg', '../storage/images/scanner/30_WAR_20210217_191154.jpg', NULL, NULL, '-1.0498816 -80.4880485', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-17 19:12:24'),
(589, 30, 64, 10579, 'HQS20210217', 'MUE30007', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 19:13:51', '2021-02-17', 'Sello 1 de 2', '../storage/images/scanner/30_20210217071254.jpg', '../storage/images/scanner/30_MUE30007_F1.jpg', '../storage/images/scanner/30_MUE30007_F2.jpg', '', '-1.0498836 -80.4880427', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 19:14:16'),
(590, 30, 64, 10485, 'HQS20210217', 'MUE30011', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 19:15:01', '2021-02-17', 'Sello 2 de 2', '../storage/images/scanner/30_20210217071426.jpg', '', '', '', '-1.0498828 -80.4880367', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-17 19:15:11'),
(591, 30, 64, 10485, 'HQS20210217', 'MUE30011', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 19:16:22', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217071539.jpg', '', NULL, NULL, '-1.0498828 -80.4880367', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 19:16:33'),
(592, 30, 64, 10579, 'HQS20210217', 'MUE30007', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 19:25:28', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217072441.jpg', '', NULL, NULL, '-1.0498837 -80.4880383', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 19:25:36'),
(593, 30, 64, 10579, 'HQS20210217', 'MUE30007', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 19:29:40', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217072804.jpg', '', NULL, NULL, '-1.0498817 -80.4880521', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 19:29:42'),
(594, 30, 64, 10579, 'HQS20210217', 'MUE30007', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 19:58:20', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217075722.jpg', '', NULL, NULL, '-1.0504089 -80.4880934', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 19:58:24'),
(595, 30, 64, 10485, 'HQS20210217', 'MUE30011', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 19:59:11', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217075826.jpg', '', NULL, NULL, '-1.0498824 -80.4880439', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 19:59:14'),
(596, 30, 64, 10485, 'HQS20210217', 'MUE30011', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 20:24:48', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217082358.jpg', '', NULL, NULL, '-1.0498808 -80.4880427', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 20:24:51'),
(597, 30, 64, 10579, 'HQS20210217', 'MUE30007', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 20:25:32', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217082457.jpg', '', NULL, NULL, '-1.0498821 -80.4880473', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 20:25:36'),
(598, 30, 64, 10485, 'HQS20210217', 'MUE30011', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 20:42:43', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217084107.jpg', '', NULL, NULL, '-1.0498821 -80.4880473', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 20:42:52'),
(599, 30, 64, 10572, 'HQS20210217', 'MUE30001', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 20:44:00', '2021-02-17', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] GUSBER** [OBS] N/A', '../storage/images/scanner/30_20210217084255.jpg', '../storage/images/scanner/30_WAR_20210217_204357.jpg', NULL, NULL, '-1.0498834 -80.4880336', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-17 20:44:03'),
(600, 30, 64, 10579, 'HQS20210217', 'MUE30007', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 20:45:39', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217084449.jpg', '', NULL, NULL, '-1.0498834 -80.4880336', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 20:45:59'),
(601, 30, 64, 10579, 'HQS20210217', 'MUE30007', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 23:56:10', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217115510.jpg', '', NULL, NULL, '-1.0498809 -80.4880489', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 23:56:17'),
(602, 30, 64, 10485, 'HQS20210217', 'MUE30011', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-17 23:56:43', '2021-02-17', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210217115615.jpg', '', NULL, NULL, '-1.04985234 -80.48812838', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-17 23:56:52'),
(603, 30, 64, 10579, 'HQS20210217', 'MUE30007', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-18 00:15:08', '2021-02-18', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210218121422.jpg', '', NULL, NULL, '-1.0498848 -80.4880362', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-18 00:15:14'),
(604, 30, 64, 10485, 'HQS20210217', 'MUE30011', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-18 00:15:36', '2021-02-18', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210218121513.jpg', '', NULL, NULL, '-1.0498804 -80.4880434', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-18 00:15:38'),
(605, 98, 88, 10576, 'NC-S178308', 'S178308', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-18 08:30:19', '2021-02-18', 'N/A', '../storage/images/scanner/98_20210218082952.jpg', '', '', '', '-2.0989911 -79.9163213', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-18 08:30:24'),
(606, 98, 88, 10576, 'NC-S17830', 'S178308', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-18 08:31:25', '2021-02-18', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210218083043.jpg', '../storage/images/scanner/98_WAR_20210218_083122.jpg', NULL, NULL, '-2.0989911 -79.9163213', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-18 08:31:28'),
(607, 98, 88, 10576, 'NC-S178308', 'S178308', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-18 08:33:40', '2021-02-18', 'ERROR: Los sellos ASOCIADOS (1) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210218083043.jpg', '../storage/images/scanner/98_WAR_20210218_083337.jpg', NULL, NULL, '-2.0989906 -79.9163031', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-18 08:33:43'),
(608, 98, 88, 10576, 'NC-S178308', 'S178308', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-18 08:34:33', '2021-02-18', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210218083359.jpg', '', NULL, NULL, '-2.0989906 -79.9163031', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-18 08:34:35'),
(609, 86, 100, 10517, 'SUD252627', 'MUE10024', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 09:34:36', '2021-02-19', 'N/A', '../storage/images/scanner/86_20210219093312.jpg', '', '', '', '-2.0989982 -79.9163169', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-19 09:34:40'),
(610, 86, 100, 10517, 'SUD252627', 'MUE10024', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 09:34:36', '2021-02-19', 'N/A', '../storage/images/scanner/86_20210219093312.jpg', '', '', '', '-2.0989982 -79.9163169', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-19 09:34:40'),
(611, 86, 100, 10517, 'SUD252627', 'MUE10024', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 09:39:21', '2021-02-19', 'N/A', '../storage/images/scanner/86_20210219093854.jpg', '', '', '', '-2.0989961 -79.9163145', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-19 09:39:26'),
(612, 86, 100, 10517, 'SUD252627', 'MUE10024', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-19 10:08:20', '2021-02-19', '[VERIFICACION OK]\n', '../storage/images/scanner/86_20210219100620.jpg', '', NULL, NULL, '-1.0498748 -80.4880572', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-19 10:08:41'),
(613, 98, 88, 10580, 'MC12345', 'NA2134A', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 11:21:42', '2021-02-19', 'Inicio', '../storage/images/scanner/98_20210219112030.jpg', '../storage/images/scanner/98_NA2134A_F1.jpg', '', '', '-2.0990047 -79.9163205', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-19 11:21:48'),
(614, 98, 88, 10581, 'MC12345', 'CA1871M', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 11:22:20', '2021-02-19', 'N/A', '../storage/images/scanner/98_20210219112155.jpg', '', '', '', '-2.0990013 -79.9163187', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-19 11:22:25'),
(615, 98, 88, 10582, 'MC12345', 'S178426', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 11:22:44', '2021-02-19', 'N/A', '../storage/images/scanner/98_20210219112230.jpg', '', '', '', '-2.0990066 -79.9163148', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-19 11:22:49'),
(616, 99, 88, 10582, 'MC12345', 'S178426', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 11:26:50', '2021-02-19', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210219112554.jpg', '', NULL, NULL, '-2.0990026 -79.9163223', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-19 11:26:53'),
(617, 99, 88, 10581, 'MC12345', 'CA1871M', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 11:27:43', '2021-02-19', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210219112702.jpg', '', NULL, NULL, '-2.0989917 -79.9163301', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-19 11:27:45'),
(618, 99, 88, 10580, 'MC12345', 'NA2134A', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 11:28:32', '2021-02-19', '[VERIFICACION OK]\n', '../storage/images/scanner/99_20210219112745.jpg', '', NULL, NULL, '-2.098999 -79.9163171', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-19 11:28:34'),
(619, 99, 88, 10580, 'MC12345', 'NA2134A', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 11:30:09', '2021-02-19', 'SELLO DE OTRO COLOR\n\n[CLI] Pruebas General** [OBS] Inicio', '../storage/images/scanner/99_20210219112745.jpg', '', NULL, NULL, '-2.098999 -79.9163171', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-02-19 11:30:12'),
(620, 99, 88, 10582, 'MC1234', 'S178426', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-19 11:35:52', '2021-02-19', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/99_20210219113523.jpg', '../storage/images/scanner/99_WAR_20210219_113549.jpg', NULL, NULL, '-2.098999 -79.9163171', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-02-19 11:35:55'),
(621, 30, 64, 10485, 'HQS20210222', 'MUE30011', '', 'N/A', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-22 13:09:02', '2021-02-22', 'Probando con la nueva APK', '../storage/images/scanner/30_20210222010721.jpg', '../storage/images/scanner/30_MUE30011_F1.jpg', '../storage/images/scanner/30_MUE30011_F2.jpg', '', '-1.04997228 -80.48807029', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-22 13:09:14'),
(622, 30, 64, 10485, 'HQS20210222', 'MUE30011', '', '', 'Ecuador, ManabÃ­, Portoviejo, , Portoviejo Calle Cecilia Fernandez, ,  Calle Cecilia Fernandez', '2021-02-22 13:11:23', '2021-02-22', '[VERIFICACION OK]\n', '../storage/images/scanner/30_20210222011019.jpg', '', NULL, NULL, '-1.04997228 -80.48807029', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-22 13:11:25'),
(623, 87, 100, 10583, 'kp2418', 'NA1C03968', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-23 08:48:54', '2021-02-23', 'N/A', '../storage/images/scanner/87_20210223084803.jpg', '', '', '', '-2.0989729 -79.9163143', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-23 08:48:58'),
(624, 87, 100, 10584, 'kp2418', 'N1G22721', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-23 08:50:31', '2021-02-23', 'N/A', '../storage/images/scanner/87_20210223084900.jpg', '', '', '', '-2.0989729 -79.9163143', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-23 08:50:35'),
(625, 87, 100, 10584, 'kp2418', 'N1G22721', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-23 08:50:32', '2021-02-23', 'N/A', '../storage/images/scanner/87_20210223084900.jpg', '', '', '', '-2.0989729 -79.9163143', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-02-23 08:50:36'),
(626, 87, 100, 10583, 'kp2418', 'NA1C03968', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-23 08:51:38', '2021-02-23', '[VERIFICACION OK]\n', '../storage/images/scanner/87_20210223085050.jpg', '', NULL, NULL, '-2.0989729 -79.9163143', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-23 08:51:41'),
(627, 87, 100, 10584, 'kp2418', 'N1G22721', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-02-23 08:52:48', '2021-02-23', '[VERIFICACION OK]\n', '../storage/images/scanner/87_20210223085142.jpg', '', NULL, NULL, '-2.0989729 -79.9163143', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-02-23 08:52:51'),
(628, 86, 100, 10586, 'kufer001', '7862105359185', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-03-02 12:53:58', '2021-03-02', 'Cerrado de contenedor ', '../storage/images/scanner/86_20210302125214.jpg', '../storage/images/scanner/86_7862105359185_F1.jpg', '../storage/images/scanner/86_7862105359185_F2.jpg', '', '-2.0989819 -79.9163085', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-03-02 12:54:02'),
(629, 86, 100, 10586, 'kufer001', '7862105359185', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-03-02 12:54:02', '2021-03-02', 'Cerrado de contenedor ', '../storage/images/scanner/86_20210302125214.jpg', '../storage/images/scanner/86_7862105359185_F1.jpg', '../storage/images/scanner/86_7862105359185_F2.jpg', '', '-2.0989819 -79.9163085', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-03-02 12:54:05'),
(630, 86, 100, 10587, 'kufer001', '2017', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-03-02 12:55:13', '2021-03-02', 'Sello verificadora', '../storage/images/scanner/86_20210302125419.jpg', '', '', '', '-2.098978 -79.9163164', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-03-02 12:55:16'),
(631, 86, 100, 10586, 'kufer001', '7862105359185', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-03-02 12:59:43', '2021-03-02', '[VERIFICACION OK]\n', '../storage/images/scanner/86_20210302125722.jpg', '', NULL, NULL, '-2.098978 -79.9163164', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-03-02 12:59:46'),
(632, 86, 100, 10586, 'kufer001', '7862105359185', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-03-02 13:00:08', '2021-03-02', 'ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (1) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Comerciales** [OBS] Cerrado de contenedor ', '../storage/images/scanner/86_20210302125722.jpg', '../storage/images/scanner/86_WAR_20210302_130006.jpg', NULL, NULL, '-2.0989755 -79.9163071', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-03-02 13:00:11'),
(633, 98, 88, 10588, 'NC-7862109438411', '7862109438411', '', 'N/A', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-03-02 16:26:31', '2021-03-02', 'N/A', '../storage/images/scanner/98_20210302042551.jpg', '', '', '', '-2.0989898 -79.9163881', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-03-02 16:26:37'),
(634, 98, 88, 10588, 'NC-7862109438411', '7862109438411', '', '', 'Ecuador, Guayas, Guayaquil, , Guayaquil Calle 23A NO, 090112,  Calle 23A NO', '2021-03-02 16:28:05', '2021-03-02', '[VERIFICACION OK]\n', '../storage/images/scanner/98_20210302042706.jpg', '', NULL, NULL, '-2.0989898 -79.9163881', b'0', b'0', 3, 'CHECK', 0, b'1', '2021-03-02 16:28:07'),
(635, 98, 88, 10589, 'LR12345', '7862102712099', '', 'N/A', 'Ecuador, Guayas, CantÃ³n Daule, La Aurora,  Flor AlarcÃ³n, ,  Flor AlarcÃ³n', '2021-03-02 19:14:28', '2021-03-02', 'N/A', '../storage/images/scanner/98_20210302071250.jpg', '../storage/images/scanner/98_7862102712099_F1.jpg', '', '', '-2.051977 -79.931169', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-03-02 19:14:32'),
(636, 98, 88, 10590, 'LR12345', 'http://QRly.me/insertos-fpc/qr', '', 'N/A', 'Ecuador, Guayas, CantÃ³n Daule, La Aurora,  Flor AlarcÃ³n, ,  Flor AlarcÃ³n', '2021-03-02 19:15:14', '2021-03-02', 'N/A', '../storage/images/scanner/98_20210302071446.jpg', '', '', '', '-2.0519783 -79.9311634', b'0', b'0', 3, 'SCAN', 0, b'1', '2021-03-02 19:15:18'),
(637, 98, 88, 10590, 'LR1234', 'http://QRly.me/insertos-fpc/qr', '', '', 'Ecuador, Guayas, CantÃ³n Daule, La Aurora,  Flor AlarcÃ³n, ,  Flor AlarcÃ³n', '2021-03-02 19:16:21', '2021-03-02', ' ** [ERROR] NÃºmero de contenedor no coincide.\nUsted puede reportar la novedad.\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210302071538.jpg', '../storage/images/scanner/98_WAR_20210302_191618.jpg', NULL, NULL, '-2.0519783 -79.9311634', b'0', b'0', 3, 'CHECK-APP', 0, b'1', '2021-03-02 19:16:22'),
(638, 98, 88, 10589, 'LR12345', '7862102712099', '', '', 'Ecuador, Guayas, CantÃ³n Daule, La Aurora,  Flor AlarcÃ³n, ,  Flor AlarcÃ³n', '2021-03-02 19:18:53', '2021-03-02', 'ERROR: Los sellos ASOCIADOS (2) son menor a los VERIFICADOS (0) para este CONTENEDOR o CARGA [VERIFICACION OK]\n\n[CLI] Pruebas General** [OBS] N/A', '../storage/images/scanner/98_20210302071729.jpg', '../storage/images/scanner/98_WAR_20210302_191850.jpg', NULL, NULL, '-2.0519738 -79.931171', b'0', b'0', 3, 'CHECK', 1, b'1', '2021-03-02 19:18:54');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `tipos`
--

CREATE TABLE `tipos` (
  `id` int(11) NOT NULL,
  `descripcion` varchar(50) NOT NULL,
  `acronimo` varchar(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `tipos`
--

INSERT INTO `tipos` (`id`, `descripcion`, `acronimo`) VALUES
(1, 'RESIDENTIAL', 'RES'),
(2, 'MULTI-FAMILY', 'MFA'),
(3, 'RENTALS', 'RNT'),
(4, 'COMMERCIAL', 'COM'),
(5, 'BUSSINESS', 'BUS'),
(6, 'LOTS AND LAND', 'L&L'),
(7, 'SINGLE-FAMILY', 'SFA');

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `turnos`
--

CREATE TABLE `turnos` (
  `id` bigint(20) NOT NULL,
  `cola_id` bigint(20) NOT NULL,
  `proceso_id` bigint(20) NOT NULL,
  `posicion` int(10) DEFAULT NULL,
  `cedula_cliente` varchar(15) DEFAULT NULL,
  `nombres_cliente` varchar(500) DEFAULT NULL,
  `modulo_id` bigint(20) DEFAULT NULL,
  `operador_id` bigint(20) DEFAULT NULL,
  `momento_llamada` datetime DEFAULT NULL,
  `contador_llamada` int(11) NOT NULL DEFAULT 0,
  `comienzo_atencion` datetime DEFAULT NULL,
  `fin_atencion` datetime DEFAULT NULL,
  `calificacion` int(11) DEFAULT 0,
  `prioritario` tinyint(1) NOT NULL DEFAULT 0,
  `estado` varchar(50) NOT NULL DEFAULT 'generado',
  `valor` double DEFAULT NULL,
  `cuenta_debit` varchar(20) DEFAULT NULL,
  `descargado` tinyint(1) DEFAULT 0,
  `data_pdf` text DEFAULT NULL,
  `tipo` varchar(50) DEFAULT NULL,
  `oficina` bigint(20) DEFAULT NULL,
  `llamado` tinyint(1) NOT NULL DEFAULT 0,
  `comentario` varchar(1000) DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime DEFAULT NULL,
  `created_by` bigint(20) DEFAULT NULL,
  `updated_by` bigint(20) DEFAULT NULL,
  `solicitar_cal` tinyint(1) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Volcado de datos para la tabla `turnos`
--

INSERT INTO `turnos` (`id`, `cola_id`, `proceso_id`, `posicion`, `cedula_cliente`, `nombres_cliente`, `modulo_id`, `operador_id`, `momento_llamada`, `contador_llamada`, `comienzo_atencion`, `fin_atencion`, `calificacion`, `prioritario`, `estado`, `valor`, `cuenta_debit`, `descargado`, `data_pdf`, `tipo`, `oficina`, `llamado`, `comentario`, `created_at`, `updated_at`, `created_by`, `updated_by`, `solicitar_cal`) VALUES
(2, 11, 19, 1, NULL, NULL, 13, 42, '2022-10-17 08:30:36', 4, '2022-10-17 08:30:38', '2022-10-17 08:35:48', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 08:09:07', '2022-10-17 08:35:51', NULL, 42, 0),
(3, 13, 0, 3, '1307981876', 'VERA INTRIAGO MARIA GERMANIA', NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 'finalizado', 0, NULL, 0, '<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;                }                .green140{                    color:#008000;                }                .justify{                    text-align: justify;                }                td, th {                    border: 1px solid #808080;                    text-align: center;                    padding: 8px;                    font-size:10px;                }                .tg-l00l{                    background-color:#808080;                    color:white;                    border: 1px solid white;                    height:20px;                }</style> <div class=\"center\"><h3>CERTIFICACIÓN</h3></div><div>Chone, 2022/10/17 </div><div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div> <div><p class=\"justify\">Tenemos a bien informar que el(a) Sr.(a) VERA INTRIAGO MARIA GERMANIA portador(a)                de la cédula No. 1307981876, es socio(a) de nuestra Institución y mantiene la                siguiente relación con la PRUEBAS 140, se detalla                </p></div>             <table class=\"tg\">            <thead>            <tr>                <th class=\"tg-l00l\">FECHA APERTURA</th>                <th class=\"tg-l00l\">No. CUENTA</th>                <th class=\"tg-l00l\">TIPO</th>                <th class=\"tg-l00l\">SITUACIÓN</th>                <th class=\"tg-l00l\">SALDO AL 2022/10/17 </th>            </tr>            </thead>            <tbody>                                      <tr>                        <td class=\'\'>11/07/2001</td>                        <td class=\'\'>136668111</td>                        <td class=\'\'>AHORRO EFECTIVO</td>                        <td class=\'\'>ACTIVA</td>						<td class=\'\'>180.62</td>                    </tr>            </tbody></table><div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la            PRUEBAS 140 ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente            informativo por lo que no podrá entenderse que la PRUEBAS 140 se obliga en forma            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta            institución. <br><br>Confirmo que he solicitado la emisión del presente certificado y me hago responsablepor el uso que se dé al mismo.</p> </div><div nobr=\"true\">            <div class=\"center\">GILER ANDRADE BARNY XAVIER                        <div class=\"center\" style=\"padding:0px;\"><img src=\"http://192.168.0.193:9494/storage/app/public/certificados/img/202209212312535SIGN.jpeg\"  alt=\"crt\" width=\"150\"  border=\"0\" /></div>        ____________________________________________________<br>                                        ASESOR DE BALCON DE SERVICIO</div>   <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   </div>|||<style>                    .center{                        text-align:center;                    }                      .bold{                        font-wight:bold;                    }                    .green140{                        color:#008000;                    }                    .justify{                        text-align: justify;                    }            </style>            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>|||320221017081236', '5', 3, 0, NULL, '2022-10-17 08:12:36', '2022-10-17 08:12:36', NULL, NULL, 0),
(4, 11, 14, 1, NULL, NULL, 13, 42, '2022-10-17 08:35:51', 1, '2022-10-17 08:36:15', '2022-10-17 08:46:10', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 08:35:29', '2022-10-17 08:46:31', NULL, 42, 0),
(5, 11, 32, 1, NULL, NULL, 13, 42, '2022-10-17 08:46:31', 1, '2022-10-17 08:46:34', '2022-10-17 08:46:40', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 08:37:11', '2022-10-17 08:46:44', NULL, 42, 0),
(6, 11, 25, 1, NULL, NULL, 13, 42, '2022-10-17 08:46:44', 1, '2022-10-17 08:46:53', '2022-10-17 08:58:21', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 08:44:24', '2022-10-17 08:58:21', NULL, 42, 0),
(7, 11, 24, 1, NULL, NULL, 22, 43, '2022-10-17 08:49:01', 1, '2022-10-17 09:00:19', '2022-10-17 09:00:45', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, 'ok', '2022-10-17 08:47:35', '2022-10-17 09:00:45', NULL, 43, 0),
(8, 11, 20, 1, NULL, NULL, 12, 44, '2022-10-17 08:54:41', 1, '2022-10-17 08:55:02', '2022-10-17 08:59:09', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 08:51:13', '2022-10-17 08:59:09', NULL, 44, 0),
(9, 11, 20, 2, NULL, NULL, 13, 42, '2022-10-17 08:58:32', 1, '2022-10-17 08:58:59', '2022-10-17 08:59:11', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 08:53:47', '2022-10-17 08:59:14', NULL, 42, 0),
(10, 11, 15, 1, NULL, NULL, 13, 42, '2022-10-17 08:59:14', 1, '2022-10-17 08:59:37', '2022-10-17 09:00:59', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 08:59:05', '2022-10-17 09:00:59', NULL, 42, 0),
(11, 11, 15, 2, NULL, NULL, 12, 44, '2022-10-17 09:00:08', 1, '2022-10-17 09:00:22', '2022-10-17 09:06:38', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 08:59:52', '2022-10-17 09:06:38', NULL, 44, 0),
(12, 11, 26, 1, NULL, NULL, 13, 42, '2022-10-17 09:02:27', 1, '2022-10-17 09:02:56', '2022-10-17 09:03:12', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:01:56', '2022-10-17 09:06:43', NULL, 42, 0),
(13, 11, 25, 2, NULL, NULL, 12, 44, '2022-10-17 09:06:43', 1, '2022-10-17 09:06:57', '2022-10-17 09:10:48', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:04:07', '2022-10-17 09:10:48', NULL, 44, 0),
(14, 11, 16, 1, NULL, NULL, 12, 44, '2022-10-17 09:11:28', 1, '2022-10-17 09:11:41', '2022-10-17 09:15:10', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:04:25', '2022-10-17 09:16:24', NULL, 44, 0),
(15, 11, 15, 3, NULL, NULL, 14, 41, '2022-10-17 09:08:05', 3, '2022-10-17 09:08:14', '2022-10-17 09:11:20', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:06:18', '2022-10-17 09:11:28', NULL, 41, 0),
(16, 13, 0, 16, '1303907487', 'ZAMBRANO MOREIRA NORMA GINA', NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 'finalizado', 1.63, '123637111', 1, '<style>    .center{        text-align:center;    }      .bold{        font-wight:bold;    }    .green140{        color:#008000;    }    .justify{        text-align: justify;    }    .simpleTable{        border: none;        text-align: left;        padding: 8px;        font-size:10px;    }    td, th {        border: 1px solid #808080;        text-align: center;        padding: 8px;        font-size:10px;    }    .tg-l00l{        background-color:#808080;        color:white;        border: 1px solid white;        height:20px;    }</style><div class=\"center\"><h3>CERTIFICACIÓN</h3><br><h3>ESTADO DE CUENTA</h3></div><div style=\"text-align:right;font-size:10px;\">Fecha: <fecha><br>Usuario:<usuario_logueado></div><br><table>    <tr>        <td colspan=\"2\" class=\"simpleTable\"><font style=\"font-weight:bold;\">Nombres:</font>ZAMBRANO MOREIRA NORMA GINA</td><td class=\"simpleTable\"><font style=\"font-weight:bold;\">Cedula:</font> 1303907487 </td>    </tr>    <tr>        <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Cuenta: </font> <cuenta_analisis> </td><td class=\"simpleTable\"><font style=\"font-weight:bold;\"> <tipo_cuenta> </font></td><td class=\"simpleTable\"></td>    </tr>    <tr>        <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Desde: </font> <fecha_desde> </td> <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Hasta:</font> <fecha_hasta> </td> <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Saldo final:</font> <saldo_final> </td>    </tr></table><br>          <table class=\"tg\">    <thead>    <tr>        <th class=\"tg-l00l\">Fecha</th>        <th class=\"tg-l00l\">Suc</th>        <th class=\"tg-l00l\">NumTrm</th>        <th class=\"tg-l00l\">Txt</th>        <th class=\"tg-l00l\">Rubro</th>        <th class=\"tg-l00l\">Debito</th>        <th class=\"tg-l00l\">Credito</th>        <th class=\"tg-l00l\">Saldo</th>    </tr>    </thead>    <tbody>                            <tr>                        <td class=\'\'>2022/10/03</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>031020221329489COM</td>                        <td class=\'\'>224</td>                        <td class=\'\'>ND CAUSAL EN LOTE</td>                        <td class=\'\'>0.2</td>                        <td class=\'\'>0</td>                        <td class=\'\'>531.47</td>                    </tr>                    <tr>                        <td class=\'\'>2022/10/03</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>031020221329489</td>                        <td class=\'\'>224</td>                        <td class=\'\'>ND CAUSAL EN LOTE</td>                        <td class=\'\'>15</td>                        <td class=\'\'>0</td>                        <td class=\'\'>531.67</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/29</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10120065072</td>                        <td class=\'\'>201</td>                        <td class=\'\'>DEPÓSITO CON LIBRETA</td>                        <td class=\'\'>0</td>                        <td class=\'\'>500</td>                        <td class=\'\'>546.67</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/12</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>120920221437COM</td>                        <td class=\'\'>224</td>                        <td class=\'\'>ND CAUSAL EN LOTE</td>                        <td class=\'\'>0.2</td>                        <td class=\'\'>0</td>                        <td class=\'\'>46.67</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/12</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>120920221437</td>                        <td class=\'\'>224</td>                        <td class=\'\'>ND CAUSAL EN LOTE</td>                        <td class=\'\'>11.19</td>                        <td class=\'\'>0</td>                        <td class=\'\'>46.87</td>                    </tr>    </tbody></table><br><div nobr=\"true\"><div class=\"center\">GILER ANDRADE BARNY XAVIER                                                        <div class=\"center\" style=\"padding:0px;\"><img src=\"http://192.168.0.193:9494/storage/app/public/certificados/img/2022092122510513SIGN.jpeg\"  alt=\"crt\" width=\"150\"  border=\"0\" /></div>        ____________________________________________________<br>                                        ASESOR DE BALCON DE SERVICIO</div>      </div>|||<style>                    .center{                        text-align:center;                    }                      .bold{                        font-wight:bold;                    }                    .green140{                        color:#008000;                    }                    .justify{                        text-align: justify;                    }            </style>            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>|||1620221017091016', '13', 3, 0, NULL, '2022-10-17 09:10:16', '2022-10-17 17:47:54', NULL, NULL, 0),
(17, 11, 24, 2, NULL, NULL, 12, 44, '2022-10-17 09:16:24', 1, '2022-10-17 09:18:04', '2022-10-17 09:22:22', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:15:48', '2022-10-17 09:22:22', NULL, 44, 0),
(18, 11, 15, 4, NULL, NULL, 13, 42, '2022-10-17 09:21:22', 1, '2022-10-17 09:21:44', '2022-10-17 09:23:20', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:20:16', '2022-10-17 09:23:20', NULL, 42, 0),
(19, 11, 15, 5, NULL, NULL, 12, 44, '2022-10-17 09:22:47', 1, '2022-10-17 09:22:54', '2022-10-17 09:29:21', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:21:22', '2022-10-17 09:29:21', NULL, 44, 0),
(20, 11, 25, 3, NULL, NULL, 13, 42, '2022-10-17 11:40:17', 8, '2022-10-17 11:42:18', '2022-10-17 11:42:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:27:54', '2022-10-17 11:42:25', NULL, 42, 0),
(21, 11, 32, 2, NULL, NULL, 24, 47, '2022-10-17 09:29:16', 2, '2022-10-17 09:29:33', '2022-10-17 09:30:43', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:28:19', '2022-10-17 09:30:43', NULL, 47, 0),
(22, 11, 15, 6, NULL, NULL, 14, 41, '2022-10-17 09:32:29', 1, '2022-10-17 09:32:52', '2022-10-17 09:44:54', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:30:46', '2022-10-17 10:42:59', NULL, 41, 0),
(23, 11, 15, 7, NULL, NULL, 13, 42, '2022-10-17 09:37:15', 1, '2022-10-17 09:37:40', '2022-10-17 09:39:01', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:33:48', '2022-10-17 09:39:01', NULL, 42, 0),
(24, 11, 20, 3, NULL, NULL, 22, 43, '2022-10-17 09:36:41', 1, '2022-10-17 09:36:51', '2022-10-17 09:37:18', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:34:49', '2022-10-17 09:37:18', NULL, 43, 0),
(25, 11, 14, 2, NULL, NULL, 12, 44, '2022-10-17 09:38:34', 1, '2022-10-17 09:38:55', '2022-10-17 09:41:05', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:36:48', '2022-10-17 09:41:13', NULL, 44, 0),
(26, 11, 27, 1, NULL, NULL, 12, 44, '2022-10-17 09:43:40', 1, '2022-10-17 09:43:49', '2022-10-17 09:45:13', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:42:51', '2022-10-17 09:45:18', NULL, 44, 0),
(27, 11, 25, 4, NULL, NULL, 12, 44, '2022-10-17 09:45:18', 1, '2022-10-17 09:45:46', '2022-10-17 09:52:48', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:43:31', '2022-10-17 09:52:48', NULL, 44, 0),
(28, 11, 15, 8, NULL, NULL, 13, 42, '2022-10-17 09:45:37', 1, '2022-10-17 09:46:07', '2022-10-17 09:48:49', 2, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:45:19', '2022-10-17 09:48:56', NULL, 42, 0),
(29, 11, 27, 2, NULL, NULL, 13, 42, '2022-10-17 09:48:56', 1, '2022-10-17 09:49:08', '2022-10-17 09:50:35', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:47:24', '2022-10-17 09:51:54', NULL, 42, 0),
(30, 11, 29, 1, NULL, NULL, 13, 42, '2022-10-17 09:51:54', 1, '2022-10-17 09:52:37', '2022-10-17 09:55:38', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:51:34', '2022-10-17 09:55:38', NULL, 42, 0),
(31, 11, 26, 2, NULL, NULL, 12, 44, '2022-10-17 09:54:57', 1, '2022-10-17 09:55:49', '2022-10-17 09:58:38', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 09:54:41', '2022-10-17 10:06:51', NULL, 44, 0),
(32, 11, 14, 3, NULL, NULL, 22, 43, '2022-10-17 10:37:28', 3, '2022-10-17 10:40:48', '2022-10-17 10:43:00', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:03:58', '2022-10-17 10:43:00', NULL, 44, 0),
(33, 11, 19, 2, NULL, NULL, 13, 42, '2022-10-17 10:11:01', 1, '2022-10-17 10:11:46', '2022-10-17 10:12:37', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:08:14', '2022-10-17 10:12:39', NULL, 42, 0),
(34, 11, 14, 4, NULL, NULL, 13, 42, '2022-10-17 10:12:39', 1, '2022-10-17 10:12:59', '2022-10-17 10:23:35', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:10:48', '2022-10-17 10:23:35', NULL, 42, 0),
(35, 11, 15, 9, NULL, NULL, 14, 41, '2022-10-17 10:14:08', 1, '2022-10-17 10:14:20', '2022-10-17 10:20:49', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:13:30', '2022-10-17 10:20:49', NULL, 41, 0),
(36, 11, 24, 3, NULL, NULL, 13, 42, '2022-10-17 10:23:45', 1, '2022-10-17 10:25:47', '2022-10-17 10:30:33', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:15:42', '2022-10-17 10:30:42', NULL, 42, 0),
(37, 11, 15, 10, NULL, NULL, 14, 41, '2022-10-17 10:21:19', 1, '2022-10-17 10:21:38', '2022-10-17 10:31:10', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:16:00', '2022-10-17 10:31:10', NULL, 41, 0),
(38, 11, 25, 5, NULL, NULL, 12, 44, '2022-10-17 10:32:15', 1, '2022-10-17 10:32:38', '2022-10-17 10:35:40', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:19:14', '2022-10-17 10:35:40', NULL, 44, 0),
(39, 11, 14, 5, NULL, NULL, 12, 44, '2022-10-17 11:44:52', 7, '2022-10-17 11:45:07', '2022-10-17 11:46:08', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:22:01', '2022-10-17 11:48:46', NULL, 44, 0),
(40, 11, 15, 11, NULL, NULL, 13, 42, '2022-10-17 10:30:42', 1, '2022-10-17 10:33:16', '2022-10-17 10:33:34', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:28:29', '2022-10-17 10:33:34', NULL, 42, 0),
(41, 11, 24, 4, NULL, NULL, 12, 44, '2022-10-17 10:38:17', 2, '2022-10-17 10:38:44', '2022-10-17 10:43:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:30:15', '2022-10-17 10:43:25', NULL, 44, 0),
(42, 11, 25, 6, NULL, NULL, 13, 42, '2022-10-17 10:35:07', 1, '2022-10-17 10:35:25', '2022-10-17 10:42:26', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:33:42', '2022-10-17 10:42:26', NULL, 42, 0),
(43, 11, 23, 1, NULL, NULL, 12, 44, '2022-10-17 10:35:49', 1, '2022-10-17 10:36:06', '2022-10-17 10:37:14', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:35:01', '2022-10-17 10:37:28', NULL, 44, 0),
(44, 11, 14, 6, NULL, NULL, 12, 44, '2022-10-17 10:43:37', 1, '2022-10-17 10:43:58', '2022-10-17 10:44:54', 3, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:36:21', '2022-10-17 10:44:54', NULL, 44, 0),
(45, 11, 15, 12, NULL, NULL, 14, 41, '2022-10-17 10:39:27', 1, '2022-10-17 10:39:34', '2022-10-17 10:43:14', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:39:01', '2022-10-17 10:43:37', NULL, 41, 0),
(46, 11, 19, 3, NULL, NULL, 13, 42, '2022-10-17 10:43:48', 1, '2022-10-17 10:44:53', '2022-10-17 10:45:21', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:41:09', '2022-10-17 10:45:43', NULL, 42, 0),
(47, 11, 19, 4, NULL, NULL, 12, 44, '2022-10-17 10:47:04', 2, '2022-10-17 10:47:35', '2022-10-17 10:48:02', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:46:37', '2022-10-17 10:48:02', NULL, 44, 0),
(48, 11, 14, 7, NULL, NULL, 12, 44, '2022-10-17 10:50:59', 1, '2022-10-17 10:53:27', '2022-10-17 11:09:25', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:50:37', '2022-10-17 11:09:25', NULL, 44, 0),
(49, 11, 17, 1, NULL, NULL, 13, 42, '2022-10-17 10:52:23', 1, '2022-10-17 10:52:54', '2022-10-17 10:54:34', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:50:59', '2022-10-17 10:54:34', NULL, 42, 0),
(50, 11, 24, 5, NULL, NULL, 13, 42, '2022-10-17 10:59:00', 2, '2022-10-17 11:01:19', '2022-10-17 11:05:35', 3, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:51:41', '2022-10-17 11:05:35', NULL, 42, 0),
(51, 11, 23, 2, NULL, NULL, 12, 44, '2022-10-17 11:43:56', 8, '2022-10-17 11:44:03', '2022-10-17 11:44:15', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 10:54:23', '2022-10-17 11:44:38', NULL, 44, 0),
(52, 11, 24, 6, NULL, NULL, 22, 43, '2022-10-17 11:03:29', 2, '2022-10-17 11:07:50', '2022-10-17 11:14:26', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:02:51', '2022-10-17 11:14:26', NULL, 43, 0),
(53, 11, 17, 2, NULL, NULL, 13, 42, '2022-10-17 11:08:15', 1, '2022-10-17 11:09:11', '2022-10-17 11:32:39', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:04:20', '2022-10-17 11:32:39', NULL, 42, 0),
(54, 11, 24, 7, NULL, NULL, 12, 44, '2022-10-17 11:19:46', 1, '2022-10-17 11:20:01', '2022-10-17 11:25:40', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:08:16', '2022-10-17 11:36:40', NULL, 44, 0),
(55, 11, 15, 13, NULL, NULL, 14, 41, '2022-10-17 11:10:37', 1, '2022-10-17 11:11:07', '2022-10-17 11:16:24', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:09:33', '2022-10-17 11:19:46', NULL, 41, 1),
(56, 11, 21, 1, NULL, NULL, 23, 46, '2022-10-17 11:26:02', 2, '2022-10-17 11:27:07', '2022-10-17 11:27:19', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:10:14', '2022-10-17 11:27:34', NULL, 46, 0),
(57, 11, 26, 3, NULL, NULL, 22, 43, '2022-10-17 11:23:59', 1, '2022-10-17 11:24:18', '2022-10-17 11:29:18', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:10:57', '2022-10-17 11:29:18', NULL, 43, 0),
(58, 11, 14, 8, NULL, NULL, 12, 44, '2022-10-17 11:25:46', 1, '2022-10-17 11:26:03', '2022-10-17 11:27:32', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:11:43', '2022-10-17 11:27:32', NULL, 44, 0),
(59, 11, 32, 3, NULL, NULL, 12, 44, '2022-10-17 11:27:34', 1, '2022-10-17 11:28:02', '2022-10-17 11:36:23', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:16:03', '2022-10-17 11:36:23', NULL, 44, 0),
(60, 11, 19, 5, NULL, NULL, 13, 42, '2022-10-17 11:41:51', 3, '2022-10-17 11:42:29', '2022-10-17 11:42:37', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:18:28', '2022-10-17 11:42:47', NULL, 42, 0),
(61, 11, 17, 3, NULL, NULL, 13, 42, '2022-10-17 11:33:37', 1, '2022-10-17 11:34:43', '2022-10-17 11:37:43', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:29:27', '2022-10-17 11:37:43', NULL, 42, 0),
(62, 11, 32, 4, NULL, NULL, 12, 44, NULL, 0, '2022-10-17 11:36:46', '2022-10-17 11:36:53', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:33:27', '2022-10-17 11:36:53', NULL, NULL, 0),
(63, 11, 15, 14, NULL, NULL, 12, 44, '2022-10-17 11:37:29', 2, '2022-10-17 11:37:50', '2022-10-17 11:43:09', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:33:46', '2022-10-17 11:43:09', NULL, 44, 0),
(64, 11, 15, 15, NULL, NULL, 14, 41, '2022-10-17 11:34:45', 1, '2022-10-17 11:35:21', '2022-10-17 11:46:05', 3, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:34:10', '2022-10-17 11:46:05', NULL, 41, 1),
(65, 11, 14, 9, NULL, NULL, 13, 42, '2022-10-17 11:37:50', 1, '2022-10-17 11:39:11', '2022-10-17 11:40:02', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:35:15', '2022-10-17 11:40:17', NULL, 42, 0),
(66, 11, 17, 4, NULL, NULL, 13, 42, '2022-10-17 11:42:47', 1, '2022-10-17 11:45:53', '2022-10-17 11:47:41', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:41:44', '2022-10-17 11:47:41', NULL, 42, 0),
(67, 13, 0, 67, '1313138461', 'LINO SILVA OLIVER DAMIAN', NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 'finalizado', 1.63, '183501111', 1, '<style>    .center{        text-align:center;    }      .bold{        font-wight:bold;    }    .green140{        color:#008000;    }    .justify{        text-align: justify;    }    .simpleTable{        border: none;        text-align: left;        padding: 8px;        font-size:10px;    }    td, th {        border: 1px solid #808080;        text-align: center;        padding: 8px;        font-size:10px;    }    .tg-l00l{        background-color:#808080;        color:white;        border: 1px solid white;        height:20px;    }</style><div class=\"center\"><h3>CERTIFICACIÓN</h3><br><h3>ESTADO DE CUENTA</h3></div><div style=\"text-align:right;font-size:10px;\">Fecha: <fecha><br>Usuario:<usuario_logueado></div><br><table>    <tr>        <td colspan=\"2\" class=\"simpleTable\"><font style=\"font-weight:bold;\">Nombres:</font>LINO SILVA OLIVER DAMIAN</td><td class=\"simpleTable\"><font style=\"font-weight:bold;\">Cedula:</font> 1313138461 </td>    </tr>    <tr>        <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Cuenta: </font> <cuenta_analisis> </td><td class=\"simpleTable\"><font style=\"font-weight:bold;\"> <tipo_cuenta> </font></td><td class=\"simpleTable\"></td>    </tr>    <tr>        <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Desde: </font> <fecha_desde> </td> <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Hasta:</font> <fecha_hasta> </td> <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Saldo final:</font> <saldo_final> </td>    </tr></table><br>          <table class=\"tg\">    <thead>    <tr>        <th class=\"tg-l00l\">Fecha</th>        <th class=\"tg-l00l\">Suc</th>        <th class=\"tg-l00l\">NumTrm</th>        <th class=\"tg-l00l\">Txt</th>        <th class=\"tg-l00l\">Rubro</th>        <th class=\"tg-l00l\">Debito</th>        <th class=\"tg-l00l\">Credito</th>        <th class=\"tg-l00l\">Saldo</th>    </tr>    </thead>    <tbody>                            <tr>                        <td class=\'\'>2022/09/29</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930038286</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>60</td>                        <td class=\'\'>212.59</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/28</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>28092022141637COM</td>                        <td class=\'\'>224</td>                        <td class=\'\'>ND CAUSAL EN LOTE</td>                        <td class=\'\'>0.2</td>                        <td class=\'\'>0</td>                        <td class=\'\'>152.59</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/28</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>28092022141637</td>                        <td class=\'\'>224</td>                        <td class=\'\'>ND CAUSAL EN LOTE</td>                        <td class=\'\'>23.5</td>                        <td class=\'\'>0</td>                        <td class=\'\'>152.79</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/28</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930038103</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>150</td>                        <td class=\'\'>176.29</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/26</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12140044025</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>0.31</td>                        <td class=\'\'>0</td>                        <td class=\'\'>26.29</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/26</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12140044024</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>300</td>                        <td class=\'\'>0</td>                        <td class=\'\'>26.6</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/26</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12140044023</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>300</td>                        <td class=\'\'>0</td>                        <td class=\'\'>326.6</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/26</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12010037394</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>400</td>                        <td class=\'\'>626.6</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/22</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12010037171</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>200</td>                        <td class=\'\'>226.6</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/21</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12010036973</td>                        <td class=\'\'>216</td>                        <td class=\'\'>ND TRANSFERENCIA CUENTA (DPF O PRÉSTAMO)</td>                        <td class=\'\'>328.4</td>                        <td class=\'\'>0</td>                        <td class=\'\'>26.6</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/21</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12010036972</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>350</td>                        <td class=\'\'>355</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/20</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>8864820092022081606</td>                        <td class=\'\'>216</td>                        <td class=\'\'>ND TRANSFERENCIA CUENTA (DPF O PRÉSTAMO)</td>                        <td class=\'\'>7.75</td>                        <td class=\'\'>0</td>                        <td class=\'\'>5</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/19</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12140042176</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>150</td>                        <td class=\'\'>0</td>                        <td class=\'\'>12.75</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/16</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12010036315</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>50</td>                        <td class=\'\'>162.75</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/15</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12010036134</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>100</td>                        <td class=\'\'>112.75</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/05</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250024037</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>30</td>                        <td class=\'\'>0</td>                        <td class=\'\'>12.75</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/05</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250024036</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>300.3</td>                        <td class=\'\'>0</td>                        <td class=\'\'>42.75</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/05</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930037837</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>200</td>                        <td class=\'\'>343.05</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/02</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930037670</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>100</td>                        <td class=\'\'>143.05</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/01</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>010920221435371COM</td>                        <td class=\'\'>224</td>                        <td class=\'\'>ND CAUSAL EN LOTE</td>                        <td class=\'\'>0.2</td>                        <td class=\'\'>0</td>                        <td class=\'\'>43.05</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/01</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>010920221435371</td>                        <td class=\'\'>224</td>                        <td class=\'\'>ND CAUSAL EN LOTE</td>                        <td class=\'\'>23.5</td>                        <td class=\'\'>0</td>                        <td class=\'\'>43.25</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/01</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930037529</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>50</td>                        <td class=\'\'>66.75</td>                    </tr>    </tbody></table><br><div nobr=\"true\"><div class=\"center\">GILER ANDRADE BARNY XAVIER                                                        <div class=\"center\" style=\"padding:0px;\"><img src=\"http://192.168.0.193:9494/storage/app/public/certificados/img/firmaBarny.jpeg\"  alt=\"crt\" width=\"150\"  border=\"0\" /></div>        ____________________________________________________<br>                                        ASESOR DE BALCON DE SERVICIO</div>      </div>|||<style>                    .center{                        text-align:center;                    }                      .bold{                        font-wight:bold;                    }                    .green140{                        color:#008000;                    }                    .justify{                        text-align: justify;                    }            </style>            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>|||6720221017114551', '13', 3, 0, NULL, '2022-10-17 11:45:51', '2022-10-17 17:47:54', NULL, NULL, 0),
(68, 11, 32, 5, NULL, NULL, 13, 42, '2022-10-17 11:48:46', 1, '2022-10-17 11:49:15', '2022-10-17 11:54:08', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:47:54', '2022-10-17 11:54:17', NULL, 42, 0),
(69, 11, 25, 7, NULL, NULL, 13, 42, '2022-10-17 11:54:17', 1, '2022-10-17 11:54:43', '2022-10-17 12:08:10', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 11:48:15', '2022-10-17 12:08:10', NULL, 42, 0);
INSERT INTO `turnos` (`id`, `cola_id`, `proceso_id`, `posicion`, `cedula_cliente`, `nombres_cliente`, `modulo_id`, `operador_id`, `momento_llamada`, `contador_llamada`, `comienzo_atencion`, `fin_atencion`, `calificacion`, `prioritario`, `estado`, `valor`, `cuenta_debit`, `descargado`, `data_pdf`, `tipo`, `oficina`, `llamado`, `comentario`, `created_at`, `updated_at`, `created_by`, `updated_by`, `solicitar_cal`) VALUES
(70, 13, 0, 70, '1313138461', 'LINO SILVA OLIVER DAMIAN', NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 'finalizado', 1.63, '183501111', 1, '<style>    .center{        text-align:center;    }      .bold{        font-wight:bold;    }    .green140{        color:#008000;    }    .justify{        text-align: justify;    }    .simpleTable{        border: none;        text-align: left;        padding: 8px;        font-size:10px;    }    td, th {        border: 1px solid #808080;        text-align: center;        padding: 8px;        font-size:10px;    }    .tg-l00l{        background-color:#808080;        color:white;        border: 1px solid white;        height:20px;    }</style><div class=\"center\"><h3>CERTIFICACIÓN</h3><br><h3>ESTADO DE CUENTA</h3></div><div style=\"text-align:right;font-size:10px;\">Fecha: <fecha><br>Usuario:<usuario_logueado></div><br><table>    <tr>        <td colspan=\"2\" class=\"simpleTable\"><font style=\"font-weight:bold;\">Nombres:</font>LINO SILVA OLIVER DAMIAN</td><td class=\"simpleTable\"><font style=\"font-weight:bold;\">Cedula:</font> 1313138461 </td>    </tr>    <tr>        <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Cuenta: </font> <cuenta_analisis> </td><td class=\"simpleTable\"><font style=\"font-weight:bold;\"> <tipo_cuenta> </font></td><td class=\"simpleTable\"></td>    </tr>    <tr>        <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Desde: </font> <fecha_desde> </td> <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Hasta:</font> <fecha_hasta> </td> <td class=\"simpleTable\"><font style=\"font-weight:bold;\">Saldo final:</font> <saldo_final> </td>    </tr></table><br>          <table class=\"tg\">    <thead>    <tr>        <th class=\"tg-l00l\">Fecha</th>        <th class=\"tg-l00l\">Suc</th>        <th class=\"tg-l00l\">NumTrm</th>        <th class=\"tg-l00l\">Txt</th>        <th class=\"tg-l00l\">Rubro</th>        <th class=\"tg-l00l\">Debito</th>        <th class=\"tg-l00l\">Credito</th>        <th class=\"tg-l00l\">Saldo</th>    </tr>    </thead>    <tbody>                            <tr>                        <td class=\'\'>2022/09/01</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>010920221435371COM</td>                        <td class=\'\'>224</td>                        <td class=\'\'>ND CAUSAL EN LOTE</td>                        <td class=\'\'>0.2</td>                        <td class=\'\'>0</td>                        <td class=\'\'>43.05</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/01</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>010920221435371</td>                        <td class=\'\'>224</td>                        <td class=\'\'>ND CAUSAL EN LOTE</td>                        <td class=\'\'>23.5</td>                        <td class=\'\'>0</td>                        <td class=\'\'>43.25</td>                    </tr>                    <tr>                        <td class=\'\'>2022/09/01</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930037529</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>50</td>                        <td class=\'\'>66.75</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/31</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250023233</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>0.31</td>                        <td class=\'\'>0</td>                        <td class=\'\'>16.75</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/31</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250023232</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>300</td>                        <td class=\'\'>0</td>                        <td class=\'\'>17.06</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/31</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10900125294</td>                        <td class=\'\'>NCL</td>                        <td class=\'\'>NC CAUSAL EN LOTE</td>                        <td class=\'\'>0</td>                        <td class=\'\'>300</td>                        <td class=\'\'>317.06</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/31</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930037303</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>5</td>                        <td class=\'\'>17.06</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/29</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250022576</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>0.31</td>                        <td class=\'\'>0</td>                        <td class=\'\'>12.06</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/29</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250022575</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>50</td>                        <td class=\'\'>0</td>                        <td class=\'\'>12.37</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/29</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250022574</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>100</td>                        <td class=\'\'>0</td>                        <td class=\'\'>62.37</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/26</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930036748</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>150</td>                        <td class=\'\'>162.37</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/23</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930036323</td>                        <td class=\'\'>216</td>                        <td class=\'\'>ND TRANSFERENCIA CUENTA (DPF O PRÉSTAMO)</td>                        <td class=\'\'>327.63</td>                        <td class=\'\'>0</td>                        <td class=\'\'>12.37</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/23</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930036322</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>335</td>                        <td class=\'\'>340</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/19</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>8864820082022221457</td>                        <td class=\'\'>216</td>                        <td class=\'\'>ND TRANSFERENCIA CUENTA (DPF O PRÉSTAMO)</td>                        <td class=\'\'>9.24</td>                        <td class=\'\'>0</td>                        <td class=\'\'>5</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/16</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250020805</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>0.31</td>                        <td class=\'\'>0</td>                        <td class=\'\'>14.24</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/16</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250020804</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>20</td>                        <td class=\'\'>0</td>                        <td class=\'\'>14.55</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/16</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250020803</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>0.31</td>                        <td class=\'\'>0</td>                        <td class=\'\'>34.55</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/16</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250020802</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>100</td>                        <td class=\'\'>0</td>                        <td class=\'\'>34.86</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/16</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250020801</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>0.31</td>                        <td class=\'\'>0</td>                        <td class=\'\'>134.86</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/15</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930035347</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>90</td>                        <td class=\'\'>135.17</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/10</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250019836</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>0.31</td>                        <td class=\'\'>0</td>                        <td class=\'\'>45.17</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/10</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250019835</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>450</td>                        <td class=\'\'>0</td>                        <td class=\'\'>45.48</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/08</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12010033248</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>80</td>                        <td class=\'\'>495.48</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/05</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930034690</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>90</td>                        <td class=\'\'>415.48</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/05</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>11630066356</td>                        <td class=\'\'>226</td>                        <td class=\'\'>ND CAUSAL (AUTOMATICO)</td>                        <td class=\'\'>0.36</td>                        <td class=\'\'>0</td>                        <td class=\'\'>325.48</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/05</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>11630066355</td>                        <td class=\'\'>226</td>                        <td class=\'\'>ND CAUSAL (AUTOMATICO)</td>                        <td class=\'\'>300</td>                        <td class=\'\'>0</td>                        <td class=\'\'>325.84</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/04</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930034543</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>250</td>                        <td class=\'\'>625.84</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/03</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930034418</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>275</td>                        <td class=\'\'>375.84</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/02</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250018517</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>0.31</td>                        <td class=\'\'>0</td>                        <td class=\'\'>100.84</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/02</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>12250018516</td>                        <td class=\'\'>228</td>                        <td class=\'\'>ND POR ATM</td>                        <td class=\'\'>100</td>                        <td class=\'\'>0</td>                        <td class=\'\'>101.15</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/01</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>11630065555</td>                        <td class=\'\'>226</td>                        <td class=\'\'>ND CAUSAL (AUTOMATICO)</td>                        <td class=\'\'>0.36</td>                        <td class=\'\'>0</td>                        <td class=\'\'>201.15</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/01</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>11630065554</td>                        <td class=\'\'>226</td>                        <td class=\'\'>ND CAUSAL (AUTOMATICO)</td>                        <td class=\'\'>659</td>                        <td class=\'\'>0</td>                        <td class=\'\'>201.51</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/01</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10900099860</td>                        <td class=\'\'>227</td>                        <td class=\'\'>NC CAUSAL (AUTOMÁTICA)</td>                        <td class=\'\'>0</td>                        <td class=\'\'>60</td>                        <td class=\'\'>860.51</td>                    </tr>                    <tr>                        <td class=\'\'>2022/08/01</td>                        <td class=\'\'>MATRIZ CHONE</td>                        <td class=\'\'>10930034105</td>                        <td class=\'\'>221</td>                        <td class=\'\'>NC CAUSAL</td>                        <td class=\'\'>0</td>                        <td class=\'\'>370</td>                        <td class=\'\'>800.51</td>                    </tr>    </tbody></table><br><div nobr=\"true\"><div class=\"center\">GILER ANDRADE BARNY XAVIER                                                        <div class=\"center\" style=\"padding:0px;\"><img src=\"http://192.168.0.193:9494/storage/app/public/certificados/img/firmaBarny.jpeg\"  alt=\"crt\" width=\"150\"  border=\"0\" /></div>        ____________________________________________________<br>                                        ASESOR DE BALCON DE SERVICIO</div>      </div>|||<style>                    .center{                        text-align:center;                    }                      .bold{                        font-wight:bold;                    }                    .green140{                        color:#008000;                    }                    .justify{                        text-align: justify;                    }            </style>            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>|||7020221017115212', '13', 3, 0, NULL, '2022-10-17 11:52:12', '2022-10-17 17:47:54', NULL, NULL, 0),
(71, 11, 14, 10, NULL, NULL, 13, 42, '2022-10-17 12:04:33', 1, '2022-10-17 12:23:06', '2022-10-17 12:24:20', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:02:21', '2022-10-17 12:24:20', NULL, 43, 0),
(72, 11, 14, 11, NULL, NULL, 22, 43, '2022-10-17 12:05:02', 1, '2022-10-17 12:05:18', '2022-10-17 12:27:09', 1, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:03:58', '2022-10-17 14:56:48', NULL, 43, 0),
(73, 11, 15, 16, NULL, NULL, 13, 42, '2022-10-17 12:10:29', 1, '2022-10-17 12:11:49', '2022-10-17 12:16:08', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:10:02', '2022-10-17 12:16:18', NULL, 42, 0),
(74, 11, 14, 12, NULL, NULL, 13, 42, '2022-10-17 12:16:18', 1, '2022-10-17 12:17:04', '2022-10-17 12:19:35', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:11:32', '2022-10-17 12:19:38', NULL, 42, 0),
(75, 11, 15, 17, NULL, NULL, 13, 42, '2022-10-17 12:19:38', 1, '2022-10-17 12:20:02', '2022-10-17 12:23:00', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:13:06', '2022-10-17 12:25:27', NULL, 42, 0),
(76, 11, 32, 6, NULL, NULL, 13, 42, '2022-10-17 12:25:27', 1, '2022-10-17 12:26:58', '2022-10-17 12:30:00', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:14:18', '2022-10-17 12:30:02', NULL, 42, 0),
(77, 11, 29, 2, NULL, NULL, 13, 42, '2022-10-17 12:30:02', 1, '2022-10-17 12:30:52', '2022-10-17 12:34:57', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:17:49', '2022-10-17 12:35:10', NULL, 42, 0),
(78, 11, 14, 13, NULL, NULL, 13, 42, '2022-10-17 12:35:10', 1, '2022-10-17 12:36:24', '2022-10-17 12:37:24', 1, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:18:21', '2022-10-17 12:47:37', NULL, 42, 0),
(79, 11, 24, 8, NULL, NULL, 13, 42, '2022-10-17 12:47:37', 1, '2022-10-17 12:50:51', '2022-10-17 12:51:07', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:38:09', '2022-10-17 12:51:09', NULL, 42, 0),
(80, 11, 14, 14, NULL, NULL, 13, 42, '2022-10-17 12:51:09', 1, '2022-10-17 12:51:29', '2022-10-17 15:09:49', 3, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:45:32', '2022-10-17 15:09:49', NULL, 42, 0),
(81, 11, 17, 5, NULL, NULL, 12, 44, '2022-10-17 15:47:15', 1, '2022-10-17 15:59:14', '2022-10-17 15:59:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 12:46:13', '2022-10-17 15:59:25', NULL, 42, 0),
(82, 11, 14, 15, NULL, NULL, 12, 44, NULL, 0, '2022-10-17 13:46:42', '2022-10-17 13:53:21', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 13:37:43', '2022-10-17 13:53:21', NULL, NULL, 0),
(83, 11, 14, 16, NULL, NULL, 12, 44, '2022-10-17 13:54:31', 1, '2022-10-17 13:54:46', '2022-10-17 13:56:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 13:46:54', '2022-10-17 14:00:16', NULL, 44, 0),
(84, 11, 29, 3, NULL, NULL, 22, 43, '2022-10-17 14:00:16', 1, '2022-10-17 14:01:00', '2022-10-17 14:16:28', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 13:51:38', '2022-10-17 14:16:28', NULL, 43, 0),
(85, 11, 24, 9, NULL, NULL, 12, 44, '2022-10-17 15:07:33', 3, '2022-10-17 15:07:45', '2022-10-17 15:08:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 14:08:18', '2022-10-17 15:09:55', NULL, 44, 0),
(86, 11, 14, 17, NULL, NULL, 12, 44, '2022-10-17 15:41:27', 6, '2022-10-17 15:49:59', '2022-10-17 15:50:04', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 14:20:47', '2022-10-17 15:50:04', NULL, 44, 0),
(87, 11, 34, 1, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 'generado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:09:04', '2022-10-17 15:09:04', NULL, NULL, 0),
(88, 11, 30, 1, NULL, NULL, 13, 42, '2022-10-17 15:24:33', 1, '2022-10-17 15:25:21', '2022-10-17 15:27:50', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:10:22', '2022-10-17 15:27:53', NULL, 42, 1),
(89, 11, 14, 18, NULL, NULL, 12, 44, '2022-10-17 15:23:43', 1, '2022-10-17 15:24:01', '2022-10-17 15:29:32', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:10:39', '2022-10-17 15:29:32', NULL, 44, 0),
(90, 11, 14, 19, NULL, NULL, 12, 44, '2022-10-17 15:33:38', 1, '2022-10-17 15:33:50', '2022-10-17 15:34:54', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:11:04', '2022-10-17 15:34:57', NULL, 44, 0),
(91, 11, 14, 20, NULL, NULL, 13, 42, '2022-10-17 15:27:53', 1, '2022-10-17 15:28:27', '2022-10-17 15:39:32', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:11:11', '2022-10-17 15:39:32', NULL, 42, 0),
(92, 11, 32, 7, NULL, NULL, 13, 42, '2022-10-17 15:17:37', 1, '2022-10-17 15:18:32', '2022-10-17 15:23:14', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:11:33', '2022-10-17 15:23:27', NULL, 42, 1),
(93, 11, 33, 1, NULL, NULL, 12, 44, '2022-10-17 15:30:26', 1, '2022-10-17 15:30:33', '2022-10-17 15:31:01', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:13:11', '2022-10-17 15:31:06', NULL, 44, 0),
(94, 11, 31, 1, NULL, NULL, 12, 44, '2022-10-17 15:31:25', 2, '2022-10-17 15:32:29', '2022-10-17 15:32:37', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:15:20', '2022-10-17 15:32:37', NULL, 44, 0),
(95, 11, 24, 10, NULL, NULL, 12, 44, '2022-10-17 15:31:57', 2, '2022-10-17 15:32:16', '2022-10-17 15:32:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:17:47', '2022-10-17 15:32:42', NULL, 44, 0),
(96, 11, 28, 1, NULL, NULL, 12, 44, '2022-10-17 15:32:42', 1, '2022-10-17 15:32:57', '2022-10-17 15:33:32', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:21:45', '2022-10-17 15:33:38', NULL, 44, 0),
(97, 11, 33, 2, NULL, NULL, 12, 44, '2022-10-17 15:35:29', 1, '2022-10-17 15:35:46', '2022-10-17 15:41:25', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:34:20', '2022-10-17 15:41:25', NULL, 44, 0),
(98, 11, 15, 18, NULL, NULL, 14, 41, '2022-10-17 15:37:48', 1, '2022-10-17 15:38:01', '2022-10-17 15:50:14', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:37:36', '2022-10-17 15:50:14', NULL, 41, 0),
(99, 11, 19, 6, NULL, NULL, 13, 42, '2022-10-17 15:39:39', 1, '2022-10-17 15:40:26', '2022-10-17 15:46:30', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:38:56', '2022-10-17 15:46:30', NULL, 42, 0),
(100, 11, 26, 4, NULL, NULL, 13, 42, '2022-10-17 15:46:32', 1, '2022-10-17 15:46:56', '2022-10-17 15:47:11', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:43:00', '2022-10-17 15:47:15', NULL, 42, 0),
(101, 11, 24, 11, NULL, NULL, 13, 42, '2022-10-17 15:47:44', 1, '2022-10-17 15:48:47', '2022-10-17 15:52:07', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:47:30', '2022-10-17 15:52:07', NULL, 42, 0),
(102, 11, 33, 3, NULL, NULL, 12, 44, '2022-10-17 15:50:07', 1, '2022-10-17 15:56:06', '2022-10-17 15:56:11', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:48:12', '2022-10-17 15:56:11', NULL, 44, 0),
(103, 11, 25, 8, NULL, NULL, 13, 42, '2022-10-17 15:53:22', 1, '2022-10-17 15:53:46', '2022-10-17 15:53:51', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:49:22', '2022-10-17 15:53:53', NULL, 42, 0),
(104, 11, 15, 19, NULL, NULL, 13, 42, '2022-10-17 15:53:53', 1, '2022-10-17 15:54:01', '2022-10-17 15:54:10', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:52:08', '2022-10-17 15:54:19', NULL, 42, 0),
(105, 11, 15, 20, NULL, NULL, 12, 44, '2022-10-17 15:56:14', 1, '2022-10-17 15:59:01', '2022-10-17 15:59:06', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:53:39', '2022-10-17 15:59:06', NULL, 44, 0),
(106, 11, 15, 21, NULL, NULL, 13, 42, '2022-10-17 15:54:19', 1, '2022-10-17 15:54:50', '2022-10-17 15:56:51', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:54:05', '2022-10-17 15:56:51', NULL, 42, 0),
(107, 11, 14, 21, NULL, NULL, 13, 42, '2022-10-17 15:57:06', 1, '2022-10-17 15:57:50', '2022-10-17 16:27:20', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 15:54:56', '2022-10-17 16:27:20', NULL, 42, 0),
(108, 11, 15, 22, NULL, NULL, 14, 41, '2022-10-17 16:01:09', 1, '2022-10-17 16:01:32', '2022-10-17 16:14:36', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 16:00:33', '2022-10-17 16:14:36', NULL, 41, 0),
(109, 11, 29, 4, NULL, NULL, 22, 43, '2022-10-17 16:20:48', 1, '2022-10-17 16:20:57', '2022-10-17 16:23:21', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 16:02:03', '2022-10-18 08:08:07', NULL, 43, 0),
(110, 11, 24, 12, NULL, NULL, 12, 44, '2022-10-17 16:05:59', 1, '2022-10-17 16:06:10', '2022-10-17 16:12:41', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 16:05:44', '2022-10-17 16:15:41', NULL, 44, 0),
(111, 11, 15, 23, NULL, NULL, 12, 44, '2022-10-17 16:16:07', 2, '2022-10-17 16:16:20', '2022-10-17 16:22:52', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 16:15:38', '2022-10-17 16:22:52', NULL, 44, 0),
(112, 13, 0, 112, '1306319128', 'ZAMBRANO MOREIRA ROBERT MIGUEL', NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 'finalizado', 2.25, '134541111', 1, '<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;                }                .green140{                    color:#008000;                }                .justify{                    text-align: justify;                }                td, th {                    border: 1px solid #808080;                    text-align: center;                    padding: 8px;                    font-size:10px;                }                .tg-l00l{                    background-color:#808080;                    color:white;                    border: 1px solid white;                    height:20px;                }</style> <div class=\"center\"><h3>CERTIFICACIÓN</h3></div><div>Chone, 2022/10/17 </div><div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div> <div><p class=\"justify\">Tenemos a bien informar que el(a) Sr.(a) ZAMBRANO MOREIRA ROBERT MIGUEL portador(a)                de la cédula No. 1306319128, es socio(a) de nuestra Institución y mantiene la                siguiente relación con la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA.                </p></div>             <table class=\"tg\">            <thead>            <tr>                <th class=\"tg-l00l\">NO. CRÉDITO</th>                <th class=\"tg-l00l\">GARANTÍA</th>                <th class=\"tg-l00l\">RELACIÓN</th>                <th class=\"tg-l00l\">DESTINO</th>                <th class=\"tg-l00l\">CAPITAL</th>                <th class=\"tg-l00l\">DÍAS VENCIDOS</th>                <th class=\"tg-l00l\">ESTADO</th>            </tr>            </thead>            <tbody>                                  <tr>                    <td colspan=\"7\">CLIENTE NO MANTIENE RELACIONES CREDITICIAS</td>                                </tr>            </tbody></table><div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la            COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente            informativo por lo que no podrá entenderse que la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. Se obliga en forma            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta            institución.</p> </div><div nobr=\"true\">            <div class=\"center\">GILER ANDRADE BARNY XAVIER                        <div class=\"center\" style=\"padding:0px;\"><img src=\"http://192.168.0.193:9494/storage/app/public/certificados/img/firmaBarny.jpeg\"  alt=\"crt\" width=\"150\"  border=\"0\" /></div>        ____________________________________________________<br>                                        ASESOR DE BALCON DE SERVICIO</div>   <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   </div>|||<style>                    .center{                        text-align:center;                    }                      .bold{                        font-wight:bold;                    }                    .green140{                        color:#008000;                    }                    .justify{                        text-align: justify;                    }            </style>            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>|||11220221017174137', '4', 3, 0, NULL, '2022-10-17 17:41:37', '2022-10-17 17:47:54', NULL, NULL, 0),
(113, 13, 0, 113, '1306319128', 'ZAMBRANO MOREIRA ROBERT MIGUEL', NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 'finalizado', 2.25, '134541111', 1, '<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;                }                .green140{                    color:#008000;                }                .justify{                    text-align: justify;                }                td, th {                    border: 1px solid #808080;                    text-align: center;                    padding: 8px;                    font-size:10px;                }                .tg-l00l{                    background-color:#808080;                    color:white;                    border: 1px solid white;                    height:20px;                }</style> <div class=\"center\"><h3>CERTIFICACIÓN</h3></div><div>Chone, 2022/10/17 </div><div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div> <div><p class=\"justify\">Tenemos a bien informar que el(a) Sr.(a) ZAMBRANO MOREIRA ROBERT MIGUEL portador(a)                de la cédula No. 1306319128, es socio(a) de nuestra Institución y mantiene la                siguiente relación con la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA.                </p></div>             <table class=\"tg\">            <thead>            <tr>                <th class=\"tg-l00l\">NO. CRÉDITO</th>                <th class=\"tg-l00l\">GARANTÍA</th>                <th class=\"tg-l00l\">RELACIÓN</th>                <th class=\"tg-l00l\">DESTINO</th>                <th class=\"tg-l00l\">CAPITAL</th>                <th class=\"tg-l00l\">DÍAS VENCIDOS</th>                <th class=\"tg-l00l\">ESTADO</th>            </tr>            </thead>            <tbody>                                  <tr>                    <td colspan=\"7\">CLIENTE NO MANTIENE RELACIONES CREDITICIAS</td>                                </tr>            </tbody></table><div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la            COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente            informativo por lo que no podrá entenderse que la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. Se obliga en forma            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta            institución.</p> </div><div nobr=\"true\">            <div class=\"center\">GILER ANDRADE BARNY XAVIER                        <div class=\"center\" style=\"padding:0px;\"><img src=\"http://192.168.0.193:9494/storage/app/public/certificados/img/firmaBarny.jpeg\"  alt=\"crt\" width=\"150\"  border=\"0\" /></div>        ____________________________________________________<br>                                        ASESOR DE BALCON DE SERVICIO</div>   <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   </div>|||<style>                    .center{                        text-align:center;                    }                      .bold{                        font-wight:bold;                    }                    .green140{                        color:#008000;                    }                    .justify{                        text-align: justify;                    }            </style>            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>|||11320221017174456', '4', 3, 0, NULL, '2022-10-17 17:44:56', '2022-10-17 17:47:54', NULL, NULL, 0),
(114, 11, 14, 22, NULL, NULL, 22, 43, NULL, 0, '2022-10-17 21:14:23', '2022-10-18 08:22:34', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-17 21:12:32', '2022-10-18 08:22:34', NULL, NULL, 0),
(115, 11, 19, 7, NULL, NULL, 12, 44, '2022-10-18 10:29:45', 10, '2022-10-18 10:29:54', '2022-10-18 10:29:59', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 08:02:14', '2022-10-18 10:30:02', NULL, 44, 0),
(116, 11, 25, 9, NULL, NULL, 12, 44, '2022-10-18 08:11:28', 1, '2022-10-18 08:11:34', '2022-10-18 08:11:40', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 08:02:46', '2022-10-18 08:36:20', NULL, 44, 0),
(117, 11, 15, 24, NULL, NULL, 12, 44, NULL, 0, '2022-10-18 08:18:37', '2022-10-18 08:48:58', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 08:17:55', '2022-10-18 08:48:58', NULL, NULL, 0),
(118, 11, 14, 23, NULL, NULL, 13, 42, '2022-10-18 08:36:20', 1, '2022-10-18 08:37:44', '2022-10-18 08:57:01', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 08:35:40', '2022-10-18 08:57:30', NULL, 42, 0),
(119, 13, 0, 119, '1306319128', 'ZAMBRANO MOREIRA ROBERT MIGUEL', NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 'finalizado', 2.25, '134541111', 1, '<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;                }                .green140{                    color:#008000;                }                .justify{                    text-align: justify;                }                td, th {                    border: 1px solid #808080;                    text-align: center;                    padding: 8px;                    font-size:10px;                }                .tg-l00l{                    background-color:#808080;                    color:white;                    border: 1px solid white;                    height:20px;                }</style> <div class=\"center\"><h3>CERTIFICACIÓN</h3></div><div>Chone, 2022/10/18 </div><div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p></div> <div><p class=\"justify\">Tenemos a bien informar que el(a) Sr.(a) ZAMBRANO MOREIRA ROBERT MIGUEL portador(a)                de la cédula No. 1306319128, es socio(a) de nuestra Institución y mantiene la                siguiente relación con la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA.                </p></div>             <table class=\"tg\">            <thead>            <tr>                <th class=\"tg-l00l\">NO. CRÉDITO</th>                <th class=\"tg-l00l\">GARANTÍA</th>                <th class=\"tg-l00l\">RELACIÓN</th>                <th class=\"tg-l00l\">DESTINO</th>                <th class=\"tg-l00l\">CAPITAL</th>                <th class=\"tg-l00l\">DÍAS VENCIDOS</th>                <th class=\"tg-l00l\">ESTADO</th>            </tr>            </thead>            <tbody>                                  <tr>                    <td colspan=\"7\">CLIENTE NO MANTIENE RELACIONES CREDITICIAS</td>                                </tr>            </tbody></table><div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la            COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente            informativo por lo que no podrá entenderse que la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. Se obliga en forma            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta            institución.</p> </div><div nobr=\"true\">            <div class=\"center\">GILER ANDRADE BARNY XAVIER                        <div class=\"center\" style=\"padding:0px;\"><img src=\"http://192.168.0.193:9494/storage/app/public/certificados/img/firmaBarny.jpeg\"  alt=\"crt\" width=\"150\"  border=\"0\" /></div>        ____________________________________________________<br>                                        ASESOR DE BALCON DE SERVICIO</div>   <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   </div>|||<style>                    .center{                        text-align:center;                    }                      .bold{                        font-wight:bold;                    }                    .green140{                        color:#008000;                    }                    .justify{                        text-align: justify;                    }            </style>            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>|||11920221018083910', '4', 3, 0, NULL, '2022-10-18 08:39:10', '2022-10-18 14:33:13', NULL, NULL, 0),
(120, 11, 23, 3, NULL, NULL, 13, 42, '2022-10-18 09:10:37', 1, '2022-10-18 09:11:34', '2022-10-18 09:12:09', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:10:04', '2022-10-18 09:17:12', NULL, 42, 0),
(121, 11, 25, 10, NULL, NULL, 13, 42, '2022-10-18 09:17:12', 1, '2022-10-18 09:17:25', '2022-10-18 09:19:11', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:14:49', '2022-10-18 09:19:24', NULL, 42, 0),
(122, 11, 14, 24, NULL, NULL, 13, 42, '2022-10-18 09:26:01', 1, '2022-10-18 09:26:44', '2022-10-18 09:36:57', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:25:04', '2022-10-18 09:36:57', NULL, 42, 0),
(123, 11, 14, 25, NULL, NULL, 12, 44, '2022-10-18 09:32:16', 1, '2022-10-18 09:32:52', '2022-10-18 09:48:30', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:25:19', '2022-10-18 09:48:30', NULL, 44, 0),
(124, 11, 32, 8, NULL, NULL, 12, 44, '2022-10-18 10:30:04', 5, '2022-10-18 10:30:15', '2022-10-18 10:30:20', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:25:50', '2022-10-18 10:30:23', NULL, 44, 0),
(125, 11, 15, 25, NULL, NULL, 14, 41, '2022-10-18 09:30:02', 1, '2022-10-18 09:30:11', '2022-10-18 09:41:19', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:27:13', '2022-10-18 09:41:19', NULL, 41, 0),
(126, 11, 28, 2, NULL, NULL, 12, 44, '2022-10-18 10:30:25', 6, '2022-10-18 10:30:28', '2022-10-18 10:30:37', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:27:29', '2022-10-18 10:32:46', NULL, 44, 0),
(127, 11, 14, 26, NULL, NULL, 22, 43, '2022-10-18 09:49:18', 2, '2022-10-18 09:49:36', '2022-10-18 10:10:37', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:40:38', '2022-10-18 10:10:37', NULL, 43, 0),
(128, 11, 14, 27, NULL, NULL, 13, 42, '2022-10-18 09:50:35', 1, '2022-10-18 09:59:01', '2022-10-18 10:01:37', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:41:41', '2022-10-18 10:01:37', NULL, 42, 0),
(129, 11, 25, 11, NULL, NULL, 13, 42, '2022-10-18 10:01:46', 1, '2022-10-18 10:02:41', '2022-10-18 10:07:11', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:43:43', '2022-10-18 10:07:14', NULL, 42, 0),
(130, 11, 23, 4, NULL, NULL, 13, 42, '2022-10-18 09:44:57', 1, '2022-10-18 09:45:18', '2022-10-18 09:48:51', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:44:07', '2022-10-18 09:48:51', NULL, 42, 0),
(131, 11, 17, 6, NULL, NULL, 12, 44, '2022-10-18 10:07:14', 1, '2022-10-18 10:07:22', '2022-10-18 10:13:02', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:45:25', '2022-10-18 10:13:02', NULL, 44, 0),
(132, 11, 14, 28, NULL, NULL, 12, 44, '2022-10-18 09:48:46', 2, '2022-10-18 09:48:59', '2022-10-18 10:07:11', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:46:13', '2022-10-18 10:07:11', NULL, 44, 0),
(133, 11, 15, 26, NULL, NULL, 14, 41, '2022-10-18 09:54:45', 2, '2022-10-18 09:56:42', '2022-10-18 09:57:27', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 09:53:35', '2022-10-18 10:01:46', NULL, 41, 0),
(134, 11, 29, 5, NULL, NULL, 27, 33, NULL, 0, '2022-10-18 10:02:11', '2022-10-18 15:25:34', 3, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:02:06', '2022-10-18 15:25:34', NULL, NULL, 0),
(135, 11, 19, 8, NULL, NULL, 22, 43, '2022-10-18 10:10:40', 1, '2022-10-18 10:11:02', '2022-10-18 10:11:04', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:09:40', '2022-10-18 10:13:04', NULL, 43, 0),
(136, 11, 27, 3, NULL, NULL, 22, 43, NULL, 0, '2022-10-18 10:11:07', '2022-10-18 10:11:10', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:10:09', '2022-10-18 10:11:10', NULL, NULL, 0),
(137, 11, 24, 13, NULL, NULL, 12, 44, '2022-10-18 10:13:04', 1, '2022-10-18 10:14:11', '2022-10-18 10:28:32', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:11:35', '2022-10-18 10:28:32', NULL, 44, 0),
(138, 11, 27, 4, NULL, NULL, 13, 42, '2022-10-18 10:17:14', 1, '2022-10-18 10:21:43', '2022-10-18 10:23:03', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:16:33', '2022-10-18 10:23:03', NULL, 42, 0),
(139, 11, 15, 27, NULL, NULL, 14, 41, '2022-10-18 10:20:15', 1, '2022-10-18 10:20:26', '2022-10-18 10:35:22', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:18:25', '2022-10-18 10:35:22', NULL, 41, 0),
(140, 11, 15, 28, NULL, NULL, 13, 42, '2022-10-18 10:23:05', 1, '2022-10-18 10:23:33', '2022-10-18 10:26:53', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:18:39', '2022-10-18 10:29:45', NULL, 42, 0),
(141, 11, 27, 5, NULL, NULL, 13, 42, '2022-10-18 10:32:46', 1, '2022-10-18 10:34:28', '2022-10-18 10:39:06', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:31:57', '2022-10-18 10:39:06', NULL, 42, 0),
(142, 11, 23, 5, NULL, NULL, 12, 44, '2022-10-18 10:34:26', 1, '2022-10-18 10:34:47', '2022-10-18 10:36:23', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:32:22', '2022-10-18 10:43:04', NULL, 44, 0),
(143, 11, 24, 14, NULL, NULL, 12, 44, '2022-10-18 10:43:04', 1, '2022-10-18 10:43:09', '2022-10-18 10:46:59', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:42:44', '2022-10-18 10:47:01', NULL, 44, 0),
(144, 11, 30, 2, NULL, NULL, 13, 42, '2022-10-18 10:48:00', 1, '2022-10-18 10:48:30', '2022-10-18 10:48:34', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:43:31', '2022-10-18 10:56:58', NULL, 42, 0),
(145, 11, 17, 7, NULL, NULL, 12, 44, '2022-10-18 10:47:01', 1, '2022-10-18 10:47:11', '2022-10-18 10:53:22', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:44:32', '2022-10-18 10:53:22', NULL, 44, 0),
(146, 11, 25, 12, NULL, NULL, 13, 42, '2022-10-18 10:56:58', 1, '2022-10-18 10:57:13', '2022-10-18 11:00:12', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 10:56:48', '2022-10-18 11:03:22', NULL, 42, 0),
(147, 11, 27, 6, NULL, NULL, 13, 42, '2022-10-18 11:03:22', 1, '2022-10-18 11:03:42', '2022-10-18 11:04:27', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:02:49', '2022-10-18 11:04:33', NULL, 42, 0),
(148, 11, 14, 29, NULL, NULL, 13, 42, '2022-10-18 11:11:14', 2, '2022-10-18 11:11:26', '2022-10-18 11:11:30', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:04:13', '2022-10-18 11:11:30', NULL, 42, 0),
(149, 11, 32, 9, NULL, NULL, 12, 44, '2022-10-18 11:07:41', 1, '2022-10-18 11:08:09', '2022-10-18 11:11:39', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:07:17', '2022-10-18 11:11:39', NULL, 44, 0),
(150, 11, 23, 6, NULL, NULL, 13, 42, '2022-10-18 11:11:18', 1, '2022-10-18 11:11:45', '2022-10-18 11:12:05', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:08:57', '2022-10-18 11:12:05', NULL, 42, 0),
(151, 11, 23, 7, NULL, NULL, 12, 44, '2022-10-18 11:11:42', 1, '2022-10-18 11:12:14', '2022-10-18 11:15:27', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:09:18', '2022-10-18 11:15:27', NULL, 44, 0),
(152, 11, 15, 29, NULL, NULL, 13, 42, '2022-10-18 11:13:27', 1, '2022-10-18 11:13:53', '2022-10-18 11:15:42', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:13:23', '2022-10-18 11:19:26', NULL, 42, 0),
(153, 11, 14, 30, NULL, NULL, 12, 44, '2022-10-18 11:19:26', 1, '2022-10-18 11:19:35', '2022-10-18 11:30:39', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:18:55', '2022-10-18 11:30:39', NULL, 44, 0),
(154, 11, 25, 13, NULL, NULL, 13, 42, '2022-10-18 11:26:15', 1, '2022-10-18 11:27:12', '2022-10-18 11:30:17', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:25:45', '2022-10-18 11:32:06', NULL, 42, 0);
INSERT INTO `turnos` (`id`, `cola_id`, `proceso_id`, `posicion`, `cedula_cliente`, `nombres_cliente`, `modulo_id`, `operador_id`, `momento_llamada`, `contador_llamada`, `comienzo_atencion`, `fin_atencion`, `calificacion`, `prioritario`, `estado`, `valor`, `cuenta_debit`, `descargado`, `data_pdf`, `tipo`, `oficina`, `llamado`, `comentario`, `created_at`, `updated_at`, `created_by`, `updated_by`, `solicitar_cal`) VALUES
(155, 11, 24, 15, NULL, NULL, 12, 44, '2022-10-18 11:32:06', 1, '2022-10-18 11:32:14', '2022-10-18 11:35:52', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:31:36', '2022-10-18 11:36:20', NULL, 44, 0),
(156, 11, 14, 31, NULL, NULL, 13, 42, '2022-10-18 11:36:24', 1, '2022-10-18 11:36:53', '2022-10-18 11:37:36', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:32:37', '2022-10-18 11:45:03', NULL, 42, 0),
(157, 11, 14, 32, NULL, NULL, 12, 44, '2022-10-18 11:36:20', 1, '2022-10-18 11:36:52', '2022-10-18 11:39:51', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:34:53', '2022-10-18 11:39:51', NULL, 44, 0),
(158, 11, 14, 33, NULL, NULL, 13, 42, '2022-10-18 11:45:03', 1, '2022-10-18 11:45:42', '2022-10-18 12:08:39', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:44:52', '2022-10-18 12:08:39', NULL, 42, 0),
(159, 11, 14, 34, NULL, NULL, 12, 44, NULL, 0, '2022-10-18 11:46:31', '2022-10-18 11:48:22', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:46:17', '2022-10-18 11:48:22', NULL, NULL, 0),
(160, 11, 15, 30, NULL, NULL, 14, 41, NULL, 0, '2022-10-18 11:52:55', '2022-10-18 11:54:03', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:52:54', '2022-10-18 11:54:03', NULL, NULL, 0),
(161, 11, 32, 10, NULL, NULL, 12, 44, '2022-10-18 11:55:28', 1, '2022-10-18 11:55:57', '2022-10-18 13:14:27', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:54:34', '2022-10-18 13:14:27', NULL, 44, 0),
(162, 11, 15, 31, NULL, NULL, 14, 41, NULL, 0, '2022-10-18 11:59:22', '2022-10-18 12:28:54', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 11:59:06', '2022-10-18 12:28:54', NULL, NULL, 0),
(163, 11, 23, 8, NULL, NULL, 13, 42, '2022-10-18 12:08:41', 1, '2022-10-18 12:08:57', '2022-10-18 12:11:36', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 12:04:41', '2022-10-18 12:11:45', NULL, 42, 0),
(164, 11, 14, 35, NULL, NULL, 13, 42, '2022-10-18 12:11:45', 1, '2022-10-18 12:12:09', '2022-10-18 12:17:40', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 12:10:20', '2022-10-18 12:17:43', NULL, 42, 0),
(165, 11, 14, 36, NULL, NULL, 13, 42, '2022-10-18 12:17:43', 1, '2022-10-18 12:18:58', '2022-10-18 12:21:14', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 12:16:06', '2022-10-18 12:21:16', NULL, 42, 0),
(166, 11, 26, 5, NULL, NULL, 13, 42, '2022-10-18 12:21:16', 1, '2022-10-18 12:21:44', '2022-10-18 12:29:00', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 12:18:16', '2022-10-18 12:29:59', NULL, 42, 0),
(167, 11, 14, 37, NULL, NULL, 13, 42, '2022-10-18 12:29:59', 1, '2022-10-18 12:30:17', '2022-10-18 12:32:01', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 12:21:12', '2022-10-18 12:33:07', NULL, 42, 0),
(168, 11, 14, 38, NULL, NULL, 13, 42, '2022-10-18 12:33:07', 1, '2022-10-18 12:33:13', '2022-10-18 12:34:15', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 12:33:05', '2022-10-18 13:00:31', NULL, 42, 0),
(169, 11, 14, 39, NULL, NULL, 22, 43, NULL, 0, '2022-10-18 12:39:04', '2022-10-18 13:34:38', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 12:38:47', '2022-10-18 13:34:38', NULL, NULL, 0),
(170, 11, 27, 7, NULL, NULL, 13, 42, '2022-10-18 13:00:31', 1, '2022-10-18 13:01:18', '2022-10-18 13:06:02', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 13:00:10', '2022-10-18 13:06:46', NULL, 42, 0),
(171, 11, 15, 32, NULL, NULL, 13, 42, '2022-10-18 13:06:46', 1, '2022-10-18 13:07:01', '2022-10-18 13:25:56', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 13:00:33', '2022-10-18 13:25:56', NULL, 42, 0),
(172, 11, 19, 9, NULL, NULL, 12, 44, '2022-10-18 13:14:29', 1, '2022-10-18 13:15:03', '2022-10-18 13:16:10', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 13:10:28', '2022-10-18 13:16:12', NULL, 44, 0),
(173, 11, 14, 40, NULL, NULL, 12, 44, '2022-10-18 13:16:12', 1, '2022-10-18 13:16:17', '2022-10-18 13:27:35', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 13:12:44', '2022-10-18 13:27:43', NULL, 44, 0),
(174, 11, 14, 41, NULL, NULL, 12, 44, '2022-10-18 13:27:43', 1, '2022-10-18 13:27:57', '2022-10-18 13:39:09', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 13:22:23', '2022-10-18 13:39:09', NULL, 44, 0),
(175, 11, 25, 14, NULL, NULL, 22, 43, '2022-10-18 13:35:07', 2, '2022-10-18 13:35:26', '2022-10-18 13:46:11', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 13:29:25', '2022-10-18 13:46:11', NULL, 43, 0),
(176, 11, 14, 42, NULL, NULL, 12, 44, '2022-10-18 13:39:12', 1, '2022-10-18 13:39:23', '2022-10-18 13:40:17', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 13:32:22', '2022-10-18 13:40:19', NULL, 44, 0),
(177, 11, 32, 11, NULL, NULL, 12, 44, '2022-10-18 13:40:19', 1, '2022-10-18 13:40:29', '2022-10-18 13:42:06', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 13:35:07', '2022-10-18 13:44:47', NULL, 44, 0),
(178, 11, 19, 10, NULL, NULL, 12, 44, '2022-10-18 13:44:47', 1, '2022-10-18 13:45:22', '2022-10-18 13:52:27', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 13:44:16', '2022-10-18 14:27:36', NULL, 44, 0),
(179, 11, 14, 43, NULL, NULL, 12, 44, NULL, 0, '2022-10-18 14:01:08', '2022-10-18 14:02:14', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 14:00:51', '2022-10-18 14:02:14', NULL, NULL, 0),
(180, 11, 33, 4, NULL, NULL, 12, 44, '2022-10-18 14:27:36', 1, '2022-10-18 14:27:41', '2022-10-18 14:31:17', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 14:27:20', '2022-10-18 14:35:47', NULL, 44, 0),
(181, 11, 33, 5, NULL, NULL, 13, 42, '2022-10-18 14:35:47', 1, '2022-10-18 14:36:38', '2022-10-18 14:41:46', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 14:34:17', '2022-10-18 14:41:46', NULL, 42, 0),
(182, 11, 14, 44, NULL, NULL, 12, 44, '2022-10-18 14:39:09', 4, '2022-10-18 14:39:46', '2022-10-18 14:54:01', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 14:36:51', '2022-10-18 14:54:01', NULL, 44, 0),
(183, 11, 23, 9, NULL, NULL, 13, 42, '2022-10-18 14:41:48', 1, '2022-10-18 14:41:52', '2022-10-18 14:44:42', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 14:40:58', '2022-10-18 14:44:50', NULL, 42, 0),
(184, 11, 26, 6, NULL, NULL, 13, 42, '2022-10-18 14:45:20', 2, '2022-10-18 14:45:44', '2022-10-18 14:46:36', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 14:43:00', '2022-10-18 14:46:38', NULL, 42, 0),
(185, 11, 32, 12, NULL, NULL, 13, 42, '2022-10-18 14:46:38', 1, '2022-10-18 14:46:59', '2022-10-18 14:47:57', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 14:44:05', '2022-10-18 14:54:03', NULL, 42, 0),
(186, 11, 19, 11, NULL, NULL, 12, 44, '2022-10-18 15:06:34', 7, '2022-10-18 15:06:46', '2022-10-18 15:06:52', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 14:48:22', '2022-10-18 15:06:56', NULL, 44, 0),
(187, 11, 32, 13, NULL, NULL, 12, 44, '2022-10-18 14:58:26', 1, '2022-10-18 14:59:05', '2022-10-18 14:59:09', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 14:57:46', '2022-10-18 14:59:20', NULL, 44, 0),
(188, 11, 24, 16, NULL, NULL, 13, 42, '2022-10-18 14:59:20', 1, '2022-10-18 15:01:24', '2022-10-18 15:01:44', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 14:59:16', '2022-10-18 15:01:44', NULL, 42, 0),
(189, 11, 15, 33, NULL, NULL, 22, 43, '2022-10-18 15:01:32', 1, '2022-10-18 15:01:52', '2022-10-18 15:03:32', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:00:51', '2022-10-18 15:03:32', NULL, 43, 0),
(190, 11, 32, 14, NULL, NULL, 13, 42, '2022-10-18 15:02:06', 1, '2022-10-18 15:02:33', '2022-10-18 15:05:20', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:01:43', '2022-10-18 15:05:20', NULL, 42, 0),
(191, 11, 15, 34, NULL, NULL, 12, 44, '2022-10-18 15:03:39', 1, '2022-10-18 15:04:09', '2022-10-18 15:06:31', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:02:57', '2022-10-18 15:06:31', NULL, 44, 0),
(192, 11, 15, 35, NULL, NULL, 12, 44, '2022-10-18 15:10:10', 4, '2022-10-18 15:10:28', '2022-10-18 15:10:44', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:03:06', '2022-10-18 15:10:47', NULL, 44, 0),
(193, 11, 27, 8, NULL, NULL, 13, 42, '2022-10-18 15:06:02', 1, '2022-10-18 15:06:35', '2022-10-18 15:07:49', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:05:46', '2022-10-18 15:07:49', NULL, 42, 0),
(194, 11, 14, 45, NULL, NULL, 12, 44, '2022-10-18 15:06:56', 1, '2022-10-18 15:10:00', '2022-10-18 15:10:05', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:06:43', '2022-10-18 15:10:05', NULL, 44, 0),
(195, 11, 32, 15, NULL, NULL, 12, 44, '2022-10-18 15:10:47', 1, '2022-10-18 15:11:21', '2022-10-18 15:11:26', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:10:41', '2022-10-18 15:11:30', NULL, 44, 0),
(196, 11, 24, 17, NULL, NULL, 13, 42, '2022-10-18 15:23:21', 2, '2022-10-18 15:23:25', '2022-10-18 15:27:23', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:11:16', '2022-10-18 15:27:23', NULL, 42, 0),
(197, 11, 15, 36, NULL, NULL, 12, 44, '2022-10-18 15:15:23', 1, '2022-10-18 15:15:43', '2022-10-18 15:17:32', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:15:11', '2022-10-18 15:17:32', NULL, 44, 0),
(198, 11, 15, 37, NULL, NULL, 13, 42, '2022-10-18 15:16:00', 2, '2022-10-18 15:16:23', '2022-10-18 15:17:30', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:15:28', '2022-10-18 15:17:30', NULL, 42, 0),
(199, 11, 17, 8, NULL, NULL, 13, 42, '2022-10-18 15:17:31', 1, '2022-10-18 15:17:50', '2022-10-18 15:22:40', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:15:43', '2022-10-18 15:22:45', NULL, 42, 0),
(200, 11, 27, 9, NULL, NULL, 22, 43, '2022-10-18 15:16:28', 1, '2022-10-18 15:16:37', '2022-10-18 15:25:44', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:15:58', '2022-10-18 15:25:44', NULL, 43, 0),
(201, 11, 25, 15, NULL, NULL, 12, 44, NULL, 0, '2022-10-18 15:21:55', '2022-10-18 15:24:48', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:21:29', '2022-10-18 15:24:48', NULL, NULL, 0),
(202, 11, 24, 18, NULL, NULL, 13, 42, '2022-10-18 15:28:12', 3, '2022-10-18 15:29:59', '2022-10-18 15:31:41', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:22:17', '2022-10-18 15:31:41', NULL, 42, 0),
(203, 11, 23, 10, NULL, NULL, 22, 43, '2022-10-18 15:25:54', 1, '2022-10-18 15:26:06', '2022-10-18 15:33:45', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:25:52', '2022-10-18 15:33:45', NULL, 43, 0),
(204, 11, 29, 6, NULL, NULL, 27, 33, NULL, 0, '2022-10-18 15:26:47', '2022-10-18 15:27:00', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:26:42', '2022-10-18 15:27:00', NULL, NULL, 0),
(205, 11, 29, 7, NULL, NULL, 27, 33, NULL, 0, '2022-10-18 15:27:13', '2022-10-18 15:48:42', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:27:09', '2022-10-18 15:48:42', NULL, NULL, 0),
(206, 11, 25, 16, NULL, NULL, 12, 44, '2022-10-18 15:31:10', 1, '2022-10-18 15:31:26', '2022-10-18 15:35:17', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:30:18', '2022-10-18 15:39:58', NULL, 44, 0),
(207, 11, 33, 6, NULL, NULL, 13, 42, '2022-10-18 15:39:58', 1, '2022-10-18 15:40:12', '2022-10-18 15:43:17', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:39:36', '2022-10-18 15:43:17', NULL, 42, 0),
(208, 11, 25, 17, NULL, NULL, 12, 44, '2022-10-18 15:42:49', 1, '2022-10-18 15:42:59', '2022-10-18 15:46:57', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:42:31', '2022-10-18 15:50:32', NULL, 44, 0),
(209, 11, 14, 46, NULL, NULL, 12, 44, '2022-10-18 15:50:32', 1, '2022-10-18 15:50:48', '2022-10-18 15:51:24', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:50:16', '2022-10-18 15:52:30', NULL, 44, 0),
(210, 11, 23, 11, NULL, NULL, 12, 44, '2022-10-18 15:52:30', 1, '2022-10-18 15:52:48', '2022-10-18 15:53:22', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:52:17', '2022-10-18 15:55:56', NULL, 44, 0),
(211, 11, 14, 47, NULL, NULL, 13, 42, NULL, 0, '2022-10-18 15:53:29', '2022-10-18 15:57:05', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:53:25', '2022-10-18 15:57:05', NULL, NULL, 0),
(212, 11, 23, 12, NULL, NULL, 12, 44, '2022-10-18 15:56:21', 3, '2022-10-18 15:56:54', '2022-10-18 16:05:11', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:55:45', '2022-10-18 16:05:11', NULL, 44, 0),
(213, 11, 14, 48, NULL, NULL, NULL, 42, '2022-10-18 16:39:51', 3, '2022-10-18 15:57:55', NULL, 0, 0, 'desplazado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 15:56:09', '2022-10-18 16:40:12', NULL, 42, 0),
(214, 11, 15, 38, NULL, NULL, 14, 41, '2022-10-18 16:02:55', 1, '2022-10-18 16:03:22', '2022-10-18 16:24:02', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:02:01', '2022-10-18 16:24:02', NULL, 41, 0),
(215, 11, 15, 39, NULL, NULL, 12, 44, '2022-10-18 16:06:00', 1, '2022-10-18 16:06:18', '2022-10-18 16:06:22', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:05:53', '2022-10-18 16:08:34', NULL, 44, 0),
(216, 11, 14, 49, NULL, NULL, 12, 44, '2022-10-18 16:08:34', 1, '2022-10-18 16:08:51', '2022-10-18 16:26:48', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:08:19', '2022-10-18 16:26:48', NULL, 44, 0),
(217, 11, 15, 40, NULL, NULL, 22, 43, NULL, 0, '2022-10-18 16:09:13', '2022-10-18 16:10:44', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:09:00', '2022-10-18 16:10:44', NULL, NULL, 0),
(218, 11, 15, 41, NULL, NULL, 22, 43, NULL, 0, '2022-10-18 16:10:46', '2022-10-18 16:10:57', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:10:02', '2022-10-18 16:10:57', NULL, NULL, 0),
(219, 11, 33, 7, NULL, NULL, 12, 44, '2022-10-18 16:32:32', 1, '2022-10-18 16:32:49', '2022-10-18 16:32:55', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:15:13', '2022-10-18 16:36:37', NULL, 44, 0),
(220, 11, 21, 2, NULL, NULL, 22, 43, '2022-10-18 16:17:35', 3, '2022-10-18 16:17:52', '2022-10-18 16:47:49', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:15:46', '2022-10-18 16:47:49', NULL, 43, 0),
(221, 11, 24, 19, NULL, NULL, 12, 44, '2022-10-18 16:26:50', 1, '2022-10-18 16:26:59', '2022-10-18 16:32:23', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:18:34', '2022-10-18 16:32:23', NULL, 44, 0),
(222, 11, 23, 13, NULL, NULL, 12, 44, '2022-10-18 16:36:37', 1, '2022-10-18 16:36:46', '2022-10-18 16:41:09', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:21:03', '2022-10-18 16:41:09', NULL, 44, 0),
(223, 11, 14, 50, NULL, NULL, 13, 42, '2022-10-18 16:40:12', 1, '2022-10-18 16:41:54', '2022-10-18 16:53:18', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:24:14', '2022-10-18 16:53:18', NULL, 42, 0),
(224, 11, 32, 16, NULL, NULL, 24, 47, '2022-10-18 16:27:09', 1, NULL, NULL, 0, 0, 'generado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:26:01', '2022-10-18 16:32:32', NULL, 47, 0),
(225, 11, 29, 8, NULL, NULL, 27, 33, NULL, 0, '2022-10-18 16:33:14', '2022-10-18 16:33:40', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:33:08', '2022-10-18 16:33:40', NULL, NULL, 0),
(226, 11, 29, 9, NULL, NULL, 27, 33, NULL, 0, '2022-10-18 16:33:55', '2022-10-19 09:07:59', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:33:52', '2022-10-19 09:07:59', NULL, NULL, 0),
(227, 11, 24, 20, NULL, NULL, 12, 44, '2022-10-18 16:41:17', 1, '2022-10-18 16:41:23', '2022-10-19 08:19:02', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-18 16:39:33', '2022-10-19 08:19:02', NULL, 44, 0),
(228, 11, 20, 4, NULL, NULL, 13, 42, '2022-10-19 08:05:38', 1, '2022-10-19 08:06:53', '2022-10-19 08:07:00', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 08:03:27', '2022-10-19 08:15:45', NULL, 42, 0),
(229, 11, 15, 42, NULL, NULL, 13, 42, NULL, 0, '2022-10-19 08:08:37', '2022-10-19 08:19:03', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 08:06:40', '2022-10-19 08:19:03', NULL, NULL, 0),
(230, 11, 15, 43, NULL, NULL, 14, 41, '2022-10-19 08:16:30', 2, '2022-10-19 08:21:13', '2022-10-19 08:22:12', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 08:07:48', '2022-10-19 08:53:59', NULL, 41, 0),
(231, 11, 27, 10, NULL, NULL, 12, 44, '2022-10-19 08:53:59', 1, '2022-10-19 08:54:11', '2022-10-19 08:55:35', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 08:49:49', '2022-10-19 08:55:35', NULL, 44, 0),
(232, 11, 27, 11, NULL, NULL, 13, 42, '2022-10-19 08:54:18', 1, '2022-10-19 08:55:02', '2022-10-19 09:00:24', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 08:50:37', '2022-10-19 09:00:24', NULL, 42, 0),
(233, 11, 15, 44, NULL, NULL, 14, 41, '2022-10-19 08:55:16', 1, '2022-10-19 08:55:42', '2022-10-19 09:09:23', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 08:52:25', '2022-10-19 09:09:23', NULL, 41, 0),
(234, 11, 25, 18, NULL, NULL, 12, 44, '2022-10-19 09:02:16', 1, '2022-10-19 09:02:30', '2022-10-19 09:05:37', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:01:45', '2022-10-19 09:17:39', NULL, 44, 0),
(235, 11, 14, 51, NULL, NULL, 12, 44, '2022-10-19 09:17:39', 1, '2022-10-19 09:17:43', '2022-10-19 09:33:18', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:09:32', '2022-10-19 09:33:18', NULL, 44, 0),
(236, 11, 29, 10, NULL, NULL, 27, 33, NULL, 0, '2022-10-19 09:10:57', '2022-10-19 09:23:16', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:10:52', '2022-10-19 09:23:16', NULL, NULL, 0),
(237, 11, 29, 11, NULL, NULL, 27, 33, NULL, 0, '2022-10-19 09:23:35', '2022-10-19 09:43:17', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:23:32', '2022-10-19 09:43:17', NULL, NULL, 0),
(238, 11, 14, 52, NULL, NULL, 13, 42, '2022-10-19 09:29:53', 1, '2022-10-19 09:30:17', '2022-10-19 09:36:05', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:24:07', '2022-10-19 09:36:05', NULL, 42, 0),
(239, 11, 21, 3, NULL, NULL, 12, 44, '2022-10-19 09:45:28', 3, '2022-10-19 09:45:34', '2022-10-19 09:48:30', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:24:26', '2022-10-19 09:48:34', NULL, 44, 0),
(240, 11, 14, 53, NULL, NULL, 12, 44, '2022-10-19 09:56:08', 2, '2022-10-19 09:56:23', '2022-10-19 09:56:34', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:27:03', '2022-10-19 10:03:04', NULL, 44, 0),
(241, 11, 23, 14, NULL, NULL, 13, 42, '2022-10-19 09:36:12', 1, '2022-10-19 09:37:22', '2022-10-19 09:54:33', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:31:43', '2022-10-19 09:54:33', NULL, 42, 0),
(242, 11, 23, 15, NULL, NULL, 12, 44, '2022-10-19 09:33:20', 1, '2022-10-19 09:33:36', '2022-10-19 09:36:07', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:31:57', '2022-10-19 09:36:10', NULL, 44, 0),
(243, 11, 19, 12, NULL, NULL, 12, 44, '2022-10-19 09:37:30', 2, '2022-10-19 09:37:39', '2022-10-19 09:40:38', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:35:02', '2022-10-19 09:40:42', NULL, 44, 0),
(244, 11, 15, 45, NULL, NULL, 12, 44, '2022-10-19 09:40:42', 1, '2022-10-19 09:42:03', '2022-10-19 09:44:02', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:36:34', '2022-10-19 09:44:07', NULL, 44, 0),
(245, 11, 15, 46, NULL, NULL, 12, 44, '2022-10-19 09:44:07', 1, '2022-10-19 09:44:20', '2022-10-19 09:45:24', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:42:58', '2022-10-19 09:45:28', NULL, 44, 0),
(246, 11, 29, 12, NULL, NULL, 27, 33, NULL, 0, '2022-10-19 09:43:36', '2022-10-19 10:48:30', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:43:33', '2022-10-19 10:48:30', NULL, NULL, 0),
(247, 11, 23, 16, NULL, NULL, 12, 44, '2022-10-19 09:55:52', 2, '2022-10-19 09:56:00', '2022-10-19 09:56:05', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:47:48', '2022-10-19 09:56:08', NULL, 44, 0),
(248, 11, 32, 17, NULL, NULL, 13, 42, '2022-10-19 09:54:45', 1, '2022-10-19 09:55:15', '2022-10-19 09:56:56', 3, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 09:50:08', '2022-10-19 09:56:56', NULL, 42, 0),
(249, 11, 23, 17, NULL, NULL, 12, 44, '2022-10-19 10:03:04', 1, '2022-10-19 10:03:15', '2022-10-19 10:05:18', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:02:51', '2022-10-19 10:05:22', NULL, 44, 0),
(250, 11, 24, 21, NULL, NULL, 12, 44, '2022-10-19 10:05:22', 1, '2022-10-19 10:05:56', '2022-10-19 10:10:46', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:03:17', '2022-10-19 10:10:46', NULL, 44, 0),
(251, 11, 32, 18, NULL, NULL, 13, 42, '2022-10-19 10:07:34', 1, '2022-10-19 10:07:49', '2022-10-19 10:14:02', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:05:05', '2022-10-19 10:14:04', NULL, 42, 0),
(252, 11, 23, 18, NULL, NULL, 13, 42, '2022-10-19 10:14:04', 1, '2022-10-19 10:14:20', '2022-10-19 10:15:17', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:13:12', '2022-10-19 10:15:17', NULL, 42, 0),
(253, 11, 26, 7, NULL, NULL, 12, 44, '2022-10-19 10:14:59', 1, '2022-10-19 10:15:19', '2022-10-19 10:21:34', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:14:00', '2022-10-19 10:31:59', NULL, 44, 0),
(254, 11, 27, 12, NULL, NULL, 12, 44, '2022-10-19 10:31:58', 1, '2022-10-19 10:32:06', '2022-10-19 10:36:05', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:29:41', '2022-10-19 10:36:07', NULL, 44, 0),
(255, 11, 14, 54, NULL, NULL, 12, 44, '2022-10-19 10:36:07', 1, '2022-10-19 10:36:19', '2022-10-19 10:39:23', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:33:01', '2022-10-19 10:42:10', NULL, 44, 0),
(256, 11, 14, 55, NULL, NULL, 13, 42, '2022-10-19 10:42:10', 1, '2022-10-19 10:42:38', '2022-10-19 10:53:23', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:41:58', '2022-10-19 10:53:23', NULL, 42, 0),
(257, 11, 33, 8, NULL, NULL, 12, 44, '2022-10-19 10:47:23', 1, '2022-10-19 10:47:38', '2022-10-19 10:47:43', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:44:13', '2022-10-19 10:49:30', NULL, 44, 0),
(258, 11, 14, 56, NULL, NULL, 13, 42, '2022-10-19 10:55:46', 2, '2022-10-19 10:55:54', '2022-10-19 11:17:28', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:48:22', '2022-10-19 11:17:28', NULL, 42, 0),
(259, 11, 26, 8, NULL, NULL, 12, 44, NULL, 0, '2022-10-19 10:49:57', '2022-10-19 10:54:52', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 10:48:54', '2022-10-19 10:54:52', NULL, NULL, 0),
(260, 11, 21, 4, NULL, NULL, 13, 42, '2022-10-19 12:07:00', 4, '2022-10-19 13:02:46', '2022-10-19 13:03:02', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 11:00:26', '2022-10-19 13:03:02', NULL, 42, 0),
(261, 11, 27, 13, NULL, NULL, 12, 44, '2022-10-19 11:12:55', 2, '2022-10-19 11:13:35', '2022-10-19 11:13:40', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 11:05:39', '2022-10-19 11:13:40', NULL, 43, 0),
(262, 11, 29, 13, NULL, NULL, 27, 33, NULL, 0, '2022-10-19 11:08:34', '2022-10-19 12:03:18', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 11:08:32', '2022-10-19 12:03:18', NULL, NULL, 0),
(263, 11, 23, 19, NULL, NULL, 22, 43, '2022-10-19 11:13:14', 1, '2022-10-19 11:13:37', '2022-10-19 11:16:45', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 11:09:49', '2022-10-19 11:16:45', NULL, 43, 0),
(264, 11, 25, 19, NULL, NULL, 13, 42, '2022-10-19 11:17:31', 1, '2022-10-19 11:17:51', '2022-10-19 11:21:58', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 11:15:17', '2022-10-19 11:31:35', NULL, 42, 0),
(265, 11, 14, 57, NULL, NULL, 12, 44, '2022-10-19 11:15:58', 1, '2022-10-19 11:16:24', '2022-10-19 11:31:33', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 11:15:32', '2022-10-19 11:31:33', NULL, 44, 0),
(266, 11, 31, 2, NULL, NULL, 13, 42, '2022-10-19 11:35:31', 1, '2022-10-19 11:36:15', '2022-10-19 11:59:40', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 11:35:23', '2022-10-19 11:59:40', NULL, 44, 0),
(267, 11, 15, 47, NULL, NULL, 12, 44, '2022-10-19 11:39:34', 1, '2022-10-19 11:39:51', '2022-10-19 11:45:45', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 11:35:50', '2022-10-19 11:59:43', NULL, 44, 0),
(268, 11, 25, 20, NULL, NULL, 12, 44, '2022-10-19 11:36:10', 1, '2022-10-19 11:36:38', '2022-10-19 11:39:32', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 11:36:02', '2022-10-19 11:39:34', NULL, 44, 0),
(269, 11, 25, 21, NULL, NULL, 13, 42, '2022-10-19 11:59:43', 1, '2022-10-19 12:00:15', '2022-10-19 12:06:56', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 11:58:57', '2022-10-19 12:07:00', NULL, 42, 0),
(270, 11, 25, 22, NULL, NULL, 13, 42, '2022-10-19 12:10:35', 1, '2022-10-19 12:10:53', '2022-10-19 12:12:59', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:09:57', '2022-10-19 12:13:14', NULL, 42, 0),
(271, 11, 29, 14, NULL, NULL, 27, 33, NULL, 0, '2022-10-19 12:10:39', NULL, 4, 0, 'atendiendo', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:10:36', '2022-10-19 12:10:45', NULL, NULL, 0),
(272, 11, 14, 58, NULL, NULL, 13, 42, '2022-10-19 12:13:14', 1, '2022-10-19 12:13:36', '2022-10-19 12:14:11', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:10:54', '2022-10-19 12:18:43', NULL, 42, 0),
(273, 11, 14, 59, NULL, NULL, 13, 42, '2022-10-19 12:18:43', 1, '2022-10-19 12:19:03', '2022-10-19 12:28:39', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:17:39', '2022-10-19 12:34:33', NULL, 42, 0),
(274, 11, 15, 48, NULL, NULL, 14, 41, NULL, 0, '2022-10-19 12:26:52', '2022-10-19 12:27:26', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:26:18', '2022-10-19 12:27:26', NULL, NULL, 0),
(275, 11, 14, 60, NULL, NULL, 22, 43, NULL, 0, '2022-10-19 12:28:40', '2022-10-19 12:29:07', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:28:13', '2022-10-19 12:29:07', NULL, NULL, 0),
(276, 11, 26, 9, NULL, NULL, 13, 42, '2022-10-19 12:34:33', 1, '2022-10-19 12:34:46', '2022-10-19 12:36:05', 3, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:34:05', '2022-10-19 12:36:07', NULL, 42, 0),
(277, 11, 14, 61, NULL, NULL, 13, 42, '2022-10-19 12:36:07', 1, '2022-10-19 12:36:12', '2022-10-19 12:37:24', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:35:25', '2022-10-19 12:49:33', NULL, 42, 0),
(278, 11, 33, 9, NULL, NULL, 13, 42, '2022-10-19 12:49:33', 1, '2022-10-19 12:49:43', '2022-10-19 12:55:04', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:49:16', '2022-10-19 12:55:08', NULL, 42, 0),
(279, 11, 23, 20, NULL, NULL, 13, 42, '2022-10-19 12:55:08', 1, '2022-10-19 12:55:32', '2022-10-19 12:58:08', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:52:38', '2022-10-19 12:58:11', NULL, 42, 0),
(280, 11, 19, 13, NULL, NULL, 12, 44, '2022-10-19 12:58:11', 1, '2022-10-19 13:10:22', '2022-10-19 13:10:27', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:55:54', '2022-10-19 13:10:27', NULL, 42, 0),
(281, 11, 26, 10, NULL, NULL, 13, 42, '2022-10-19 12:58:32', 1, '2022-10-19 12:58:46', '2022-10-19 13:01:42', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 12:56:08', '2022-10-19 13:24:10', NULL, 42, 0),
(282, 11, 14, 62, NULL, NULL, 12, 44, NULL, 0, '2022-10-19 13:07:01', '2022-10-19 13:07:24', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 13:06:45', '2022-10-19 13:07:24', NULL, NULL, 0),
(283, 11, 25, 23, NULL, NULL, 12, 44, '2022-10-19 13:24:10', 1, '2022-10-19 13:24:24', '2022-10-19 13:28:07', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 13:23:53', '2022-10-19 13:55:38', NULL, 44, 0),
(284, 11, 33, 10, NULL, NULL, 12, 44, '2022-10-19 13:55:38', 1, '2022-10-19 13:55:47', '2022-10-19 13:57:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 13:55:26', '2022-10-19 14:21:09', NULL, 44, 0),
(285, 11, 15, 49, NULL, NULL, 14, 41, '2022-10-19 14:21:40', 1, '2022-10-19 14:22:10', '2022-10-19 14:32:14', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 14:20:25', '2022-10-19 14:57:35', NULL, 41, 0),
(286, 11, 15, 50, NULL, NULL, 12, 44, NULL, 0, '2022-10-19 14:25:45', '2022-10-19 14:29:10', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 14:20:44', '2022-10-19 14:29:10', NULL, NULL, 0),
(287, 11, 15, 51, NULL, NULL, 12, 44, '2022-10-19 14:21:09', 1, '2022-10-19 14:22:31', '2022-10-19 14:25:42', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 14:21:02', '2022-10-19 14:25:42', NULL, 44, 0),
(288, 11, 14, 63, NULL, NULL, 12, 44, '2022-10-19 14:57:35', 1, '2022-10-19 15:01:01', '2022-10-19 15:03:09', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 14:54:27', '2022-10-19 15:11:50', NULL, 44, 0),
(289, 11, 32, 19, NULL, NULL, 12, 44, '2022-10-19 15:11:50', 1, '2022-10-19 15:12:14', '2022-10-19 15:14:15', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 15:11:24', '2022-10-19 15:19:03', NULL, 44, 0),
(290, 11, 14, 64, NULL, NULL, 12, 44, '2022-10-19 15:19:03', 1, '2022-10-19 15:19:23', '2022-10-19 15:31:02', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 15:18:39', '2022-10-19 15:31:02', NULL, 44, 0),
(291, 11, 27, 14, NULL, NULL, 13, 42, '2022-10-19 15:27:43', 1, '2022-10-19 15:28:03', '2022-10-19 15:31:58', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 15:27:11', '2022-10-19 16:14:09', NULL, 42, 0),
(292, 11, 14, 65, NULL, NULL, 12, 44, '2022-10-19 16:14:09', 1, '2022-10-19 16:14:14', '2022-10-19 16:28:55', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 16:13:53', '2022-10-19 16:28:55', NULL, 44, 0),
(293, 11, 19, 14, NULL, NULL, 13, 42, '2022-10-19 16:23:36', 1, '2022-10-19 16:23:58', '2022-10-19 16:24:36', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 16:22:53', '2022-10-19 16:26:35', NULL, 42, 0),
(294, 11, 25, 24, NULL, NULL, 13, 42, '2022-10-19 16:26:35', 1, '2022-10-19 16:26:55', '2022-10-19 16:33:11', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-19 16:26:06', '2022-10-20 08:16:29', NULL, 42, 0),
(295, 11, 19, 15, NULL, NULL, 12, 44, '2022-10-20 08:16:29', 1, '2022-10-20 08:16:43', '2022-10-20 08:17:40', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 08:10:33', '2022-10-20 08:17:52', NULL, 44, 0),
(296, 11, 15, 52, NULL, NULL, 12, 44, '2022-10-20 08:24:28', 3, '2022-10-20 08:24:41', '2022-10-20 08:24:49', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 08:17:29', '2022-10-20 08:34:59', NULL, 44, 0),
(297, 11, 30, 3, NULL, NULL, 13, 42, '2022-10-20 08:34:59', 1, '2022-10-20 08:35:20', '2022-10-20 08:36:29', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 08:34:07', '2022-10-20 08:36:33', NULL, 42, 0),
(298, 11, 30, 4, NULL, NULL, 13, 42, '2022-10-20 08:36:33', 1, '2022-10-20 08:37:09', '2022-10-20 08:37:15', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 08:34:21', '2022-10-20 08:37:17', NULL, 42, 0),
(299, 11, 19, 16, NULL, NULL, 13, 42, '2022-10-20 08:37:17', 1, '2022-10-20 08:37:44', '2022-10-20 08:38:35', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 08:35:15', '2022-10-20 08:38:37', NULL, 42, 0),
(300, 11, 27, 15, NULL, NULL, 13, 42, '2022-10-20 09:05:17', 2, '2022-10-20 13:14:42', '2022-10-20 13:16:19', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 08:37:07', '2022-10-20 13:16:19', NULL, 42, 0),
(301, 11, 27, 16, NULL, NULL, 13, 42, '2022-10-20 08:54:34', 1, '2022-10-20 08:54:47', '2022-10-20 08:59:00', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 08:48:52', '2022-10-20 08:59:02', NULL, 42, 0),
(302, 11, 25, 25, NULL, NULL, 13, 42, '2022-10-20 09:02:53', 1, '2022-10-20 09:03:17', '2022-10-20 09:05:12', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 08:55:05', '2022-10-20 09:05:12', NULL, 42, 0),
(303, 11, 25, 26, NULL, NULL, 13, 42, '2022-10-20 08:59:02', 1, '2022-10-20 08:59:31', '2022-10-20 09:02:48', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 08:56:27', '2022-10-20 09:02:53', NULL, 42, 0),
(304, 11, 15, 53, NULL, NULL, 14, 41, '2022-10-20 09:03:41', 1, '2022-10-20 09:04:00', '2022-10-20 09:10:20', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:00:42', '2022-10-20 09:10:20', NULL, 41, 0),
(305, 11, 25, 27, NULL, NULL, 13, 42, '2022-10-20 09:05:54', 2, '2022-10-20 09:06:44', '2022-10-20 09:09:56', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:02:16', '2022-10-20 09:09:56', NULL, 42, 0),
(306, 11, 25, 28, NULL, NULL, 22, 43, '2022-10-20 09:07:02', 2, '2022-10-20 09:07:10', '2022-10-20 09:20:49', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:03:46', '2022-10-20 09:20:49', NULL, 43, 0),
(307, 11, 24, 22, NULL, NULL, 13, 42, '2022-10-20 09:10:10', 1, '2022-10-20 09:10:59', '2022-10-20 09:14:29', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:04:03', '2022-10-20 09:14:38', NULL, 42, 0),
(308, 11, 14, 66, NULL, NULL, 13, 42, '2022-10-20 09:14:38', 1, '2022-10-20 09:16:19', '2022-10-20 09:43:01', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:05:21', '2022-10-20 09:43:01', NULL, 42, 0),
(309, 11, 19, 17, NULL, NULL, 13, 42, '2022-10-20 09:43:06', 1, '2022-10-20 09:43:35', '2022-10-20 09:46:27', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:09:40', '2022-10-20 09:46:27', NULL, 42, 0),
(310, 11, 32, 20, NULL, NULL, 12, 44, '2022-10-20 09:43:37', 1, '2022-10-20 09:43:54', '2022-10-20 09:49:55', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:11:23', '2022-10-20 09:49:55', NULL, 44, 0),
(311, 11, 27, 17, NULL, NULL, 12, 44, '2022-10-20 13:24:46', 4, '2022-10-20 13:24:51', '2022-10-20 13:24:56', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:12:02', '2022-10-20 13:26:38', NULL, 44, 0),
(312, 11, 23, 21, NULL, NULL, 12, 44, '2022-10-20 09:49:58', 1, '2022-10-20 09:50:23', '2022-10-20 10:04:55', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:23:33', '2022-10-20 10:04:57', NULL, 44, 0),
(313, 11, 16, 2, NULL, NULL, 12, 44, '2022-10-20 10:05:12', 2, '2022-10-20 10:05:41', '2022-10-20 10:18:43', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:24:59', '2022-10-20 10:18:43', NULL, 44, 0),
(314, 11, 27, 18, NULL, NULL, 12, 44, NULL, 0, '2022-10-20 09:41:32', '2022-10-20 09:41:38', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:29:57', '2022-10-20 09:41:38', NULL, NULL, 0),
(315, 11, 14, 67, NULL, NULL, 12, 44, '2022-10-20 10:55:25', 4, '2022-10-20 13:25:00', '2022-10-20 13:25:04', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:31:35', '2022-10-20 13:25:04', NULL, 44, 0),
(316, 11, 15, 54, NULL, NULL, 12, 44, '2022-10-20 09:42:00', 2, '2022-10-20 09:42:16', '2022-10-20 09:43:24', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:37:32', '2022-10-20 09:43:24', NULL, 44, 0),
(317, 11, 15, 55, NULL, NULL, 12, 44, '2022-10-20 10:24:12', 1, '2022-10-20 13:25:06', '2022-10-20 13:25:10', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:41:51', '2022-10-20 13:25:10', NULL, 41, 0),
(318, 11, 15, 56, NULL, NULL, 12, 44, '2022-10-20 10:55:42', 1, '2022-10-20 10:56:01', '2022-10-20 11:05:08', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 09:55:23', '2022-10-20 11:05:08', NULL, 44, 0),
(319, 11, 25, 29, NULL, NULL, 13, 42, '2022-10-20 11:04:18', 1, '2022-10-20 11:04:39', '2022-10-20 11:07:27', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:01:26', '2022-10-20 11:07:27', NULL, 42, 0),
(320, 11, 15, 57, NULL, NULL, 14, 41, '2022-10-20 10:10:17', 1, '2022-10-20 10:10:52', '2022-10-20 10:15:35', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:08:56', '2022-10-20 10:18:58', NULL, 41, 0),
(321, 11, 15, 58, NULL, NULL, 14, 41, '2022-10-20 10:57:24', 1, '2022-10-20 10:57:44', '2022-10-20 11:02:39', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:09:18', '2022-10-20 11:03:47', NULL, 41, 0),
(322, 11, 27, 19, NULL, NULL, 12, 44, '2022-10-20 10:19:12', 2, '2022-10-20 10:19:42', '2022-10-20 10:21:55', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:15:38', '2022-10-20 10:21:59', NULL, 44, 0),
(323, 11, 15, 59, NULL, NULL, 12, 44, '2022-10-20 11:06:04', 1, '2022-10-20 11:06:26', '2022-10-20 11:06:29', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:17:54', '2022-10-20 11:06:51', NULL, 44, 0),
(324, 11, 27, 20, NULL, NULL, 12, 44, '2022-10-20 11:08:49', 2, '2022-10-20 13:25:13', '2022-10-20 13:25:16', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:18:51', '2022-10-20 13:25:16', NULL, 44, 0),
(325, 11, 15, 60, NULL, NULL, 14, 41, '2022-10-20 11:06:51', 1, '2022-10-20 11:07:05', '2022-10-20 11:09:29', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:22:25', '2022-10-20 11:09:29', NULL, 41, 0),
(326, 11, 27, 21, NULL, NULL, 12, 44, '2022-10-20 11:09:15', 2, '2022-10-20 13:25:20', '2022-10-20 13:25:22', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:26:56', '2022-10-20 13:25:22', NULL, 44, 0),
(327, 11, 25, 30, NULL, NULL, 12, 44, NULL, 0, '2022-10-20 11:09:29', '2022-10-20 11:09:34', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:27:12', '2022-10-20 11:09:34', NULL, NULL, 0),
(328, 11, 15, 61, NULL, NULL, 12, 44, '2022-10-20 10:45:38', 1, '2022-10-20 10:46:04', '2022-10-20 10:49:26', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:34:56', '2022-10-20 10:49:26', NULL, 44, 0),
(329, 11, 14, 68, NULL, NULL, 12, 44, '2022-10-20 10:48:08', 2, '2022-10-20 13:25:26', '2022-10-20 13:25:35', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:35:24', '2022-10-20 13:25:35', NULL, 42, 0),
(330, 11, 30, 5, NULL, NULL, 13, 42, '2022-10-20 10:49:06', 1, '2022-10-20 10:49:25', '2022-10-20 10:53:11', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:44:00', '2022-10-20 10:53:11', NULL, 42, 0),
(331, 11, 15, 62, NULL, NULL, 12, 44, '2022-10-20 10:54:08', 2, '2022-10-20 10:54:10', '2022-10-20 10:54:39', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:44:38', '2022-10-20 10:54:42', NULL, 44, 0),
(332, 11, 25, 31, NULL, NULL, 13, 42, '2022-10-20 10:53:48', 1, '2022-10-20 10:54:06', '2022-10-20 11:03:44', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:46:49', '2022-10-20 11:03:44', NULL, 42, 0),
(333, 11, 14, 69, NULL, NULL, 13, 42, '2022-10-20 11:46:23', 3, '2022-10-20 11:46:44', '2022-10-20 11:54:42', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:51:32', '2022-10-20 11:58:22', NULL, 42, 0),
(334, 11, 14, 70, NULL, NULL, 12, 44, '2022-10-20 10:54:55', 2, '2022-10-20 13:25:38', '2022-10-20 13:25:48', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:53:55', '2022-10-20 13:25:48', NULL, 44, 0),
(335, 11, 30, 6, NULL, NULL, 13, 42, '2022-10-20 11:11:08', 1, '2022-10-20 11:11:21', '2022-10-20 11:19:30', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 10:58:03', '2022-10-20 11:19:30', NULL, 42, 0),
(336, 11, 32, 21, NULL, NULL, 12, 44, '2022-10-20 11:12:12', 1, '2022-10-20 11:12:50', '2022-10-20 13:14:11', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:04:03', '2022-10-20 13:14:11', NULL, 44, 0),
(337, 11, 15, 63, NULL, NULL, 13, 42, '2022-10-20 11:25:24', 1, '2022-10-20 11:27:48', '2022-10-20 11:27:53', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:04:15', '2022-10-20 11:27:55', NULL, 42, 0),
(338, 11, 25, 32, NULL, NULL, 13, 42, '2022-10-20 11:27:55', 1, '2022-10-20 11:28:54', '2022-10-20 11:32:57', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:05:27', '2022-10-20 11:38:43', NULL, 42, 0),
(339, 11, 27, 22, NULL, NULL, 13, 42, '2022-10-20 11:08:25', 1, '2022-10-20 11:08:53', '2022-10-20 11:11:04', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:08:19', '2022-10-20 11:11:04', NULL, 42, 0),
(340, 11, 25, 33, NULL, NULL, 13, 42, '2022-10-20 11:19:37', 1, '2022-10-20 11:25:17', '2022-10-20 11:25:21', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:19:22', '2022-10-20 11:25:24', NULL, 42, 0),
(341, 11, 27, 23, NULL, NULL, 12, 44, '2022-10-20 11:38:56', 2, '2022-10-20 13:25:50', '2022-10-20 13:25:55', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:20:02', '2022-10-20 13:25:55', NULL, 42, 0),
(342, 11, 27, 24, NULL, NULL, 13, 42, '2022-10-20 11:39:27', 1, '2022-10-20 11:42:52', '2022-10-20 11:45:16', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:23:48', '2022-10-20 11:46:23', NULL, 42, 0),
(343, 11, 23, 22, NULL, NULL, 12, 44, '2022-10-20 12:28:34', 4, '2022-10-20 13:25:57', '2022-10-20 13:26:03', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:30:17', '2022-10-20 13:26:03', NULL, 42, 0),
(344, 11, 24, 23, NULL, NULL, 13, 42, '2022-10-20 12:10:58', 1, '2022-10-20 12:11:12', '2022-10-20 12:12:49', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:44:48', '2022-10-20 12:12:53', NULL, 42, 0),
(345, 11, 14, 71, NULL, NULL, 13, 42, '2022-10-20 12:12:53', 1, '2022-10-20 12:13:11', '2022-10-20 12:23:39', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:49:21', '2022-10-20 12:23:39', NULL, 42, 0),
(346, 11, 27, 25, NULL, NULL, 22, 43, '2022-10-20 12:13:17', 1, '2022-10-20 12:13:43', '2022-10-20 12:16:14', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:50:03', '2022-10-20 12:17:10', NULL, 43, 0),
(347, 11, 15, 64, NULL, NULL, 12, 44, '2022-10-20 12:17:36', 2, '2022-10-20 13:26:07', '2022-10-20 13:26:10', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:51:26', '2022-10-20 13:26:10', NULL, 43, 0),
(348, 11, 25, 34, NULL, NULL, 22, 43, '2022-10-20 12:19:38', 3, '2022-10-20 12:19:56', '2022-10-20 12:22:21', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:51:44', '2022-10-20 12:23:44', NULL, 43, 0),
(349, 11, 14, 72, NULL, NULL, 13, 42, '2022-10-20 12:28:49', 4, '2022-10-20 12:29:07', '2022-10-20 12:33:13', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:57:03', '2022-10-20 12:33:15', NULL, 42, 0),
(350, 11, 19, 18, NULL, NULL, 13, 42, '2022-10-20 12:09:42', 1, '2022-10-20 12:09:56', '2022-10-20 12:10:41', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 11:58:43', '2022-10-20 12:10:43', NULL, 42, 0),
(351, 11, 14, 73, NULL, NULL, 13, 42, '2022-10-20 12:33:15', 1, '2022-10-20 12:33:33', '2022-10-20 12:46:35', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 12:01:36', '2022-10-20 12:46:37', NULL, 42, 0),
(352, 11, 32, 22, NULL, NULL, 12, 44, '2022-10-20 12:54:25', 1, '2022-10-20 13:26:14', '2022-10-20 13:26:17', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 12:10:03', '2022-10-20 13:26:17', NULL, 42, 0),
(353, 11, 19, 19, NULL, NULL, 12, 44, '2022-10-20 12:54:40', 1, '2022-10-20 13:26:20', '2022-10-20 13:26:26', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 12:13:39', '2022-10-20 13:26:26', NULL, 42, 0),
(354, 11, 27, 26, NULL, NULL, 12, 44, '2022-10-20 12:55:37', 2, '2022-10-20 13:26:28', '2022-10-20 13:26:33', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 12:13:57', '2022-10-20 13:26:33', NULL, 42, 0);
INSERT INTO `turnos` (`id`, `cola_id`, `proceso_id`, `posicion`, `cedula_cliente`, `nombres_cliente`, `modulo_id`, `operador_id`, `momento_llamada`, `contador_llamada`, `comienzo_atencion`, `fin_atencion`, `calificacion`, `prioritario`, `estado`, `valor`, `cuenta_debit`, `descargado`, `data_pdf`, `tipo`, `oficina`, `llamado`, `comentario`, `created_at`, `updated_at`, `created_by`, `updated_by`, `solicitar_cal`) VALUES
(355, 13, 0, 355, '1316299450', 'SALAZAR HIDROVO ANTHONY JOSHUE', NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 'finalizado', 2.25, '116074111', 0, '<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;                }                .green140{                    color:#008000;                }                .justify{                    text-align: justify;                }                td, th {                    border: 1px solid #808080;                    text-align: center;                    padding: 8px;                    font-size:10px;                }                .tg-l00l{                    background-color:#808080;                    color:white;                    border: 1px solid white;                    height:20px;                }</style> <div class=\"center\"><h3>CERTIFICACIÓN</h3></div><div>Chone, 2022/10/20 </div><div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p><p class=\"justify\">Tenemos a bien certificar que el(a) Sr.(a) SALAZAR HIDROVO ANTHONY JOSHUE portador(a)                de la cédula de ciudadanía número 1316299450 es cliente de esta institución y mantiene la                siguiente relación con la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA.                </p></div>             <table class=\"tg\">            <thead>            <tr>                <th class=\"tg-l00l\">FECHA APERTURA</th>                <th class=\"tg-l00l\">No. CUENTA</th>                <th class=\"tg-l00l\">TIPO CUENTA</th>                <th class=\"tg-l00l\">ESTADO</th>                <th class=\"tg-l00l\">RELACIÓN</th>                <th class=\"tg-l00l\">CIFRAS</th>            </tr>            </thead>            <tbody>                                      <tr>                        <td class=\'\'>15/06/2022</td>                        <td class=\'\'>116074111</td>                        <td class=\'\'>AHORRO EFECTIVO</td>                        <td class=\'\'>ACTIVA</td>                        <td class=\'\'>Individual</td>                        <td class=\'\'>DOS CIFRAS BAJAS</td>                    </tr>            </tbody></table><div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la            COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente            informativo por lo que no podrá entenderse que la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. Se obliga en forma            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta            institución. <br><br>Confirmo que he solicitado la emisión del presente certificado y me hago responsablepor el uso que se dé al mismo.</p> </div><div nobr=\"true\">            <div class=\"center\">GILER ANDRADE BARNY XAVIER                        <div class=\"center\" style=\"padding:0px;\"><img src=\"http://192.168.0.193:9494/storage/app/public/certificados/img/firmaBarny.jpeg\"  alt=\"crt\" width=\"150\"  border=\"0\" /></div>        ____________________________________________________<br>                                        ASESOR DE BALCON DE SERVICIO</div>   <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   </div>|||<style>                    .center{                        text-align:center;                    }                      .bold{                        font-wight:bold;                    }                    .green140{                        color:#008000;                    }                    .justify{                        text-align: justify;                    }            </style>            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>|||35520221020122749', '9', 3, 0, NULL, '2022-10-20 12:27:49', '2022-10-20 12:27:49', NULL, NULL, 0),
(356, 11, 24, 24, NULL, NULL, 13, 42, '2022-10-20 12:46:37', 1, '2022-10-20 12:47:05', '2022-10-20 12:54:23', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 12:36:16', '2022-10-20 12:54:25', NULL, 42, 0),
(357, 11, 27, 27, NULL, NULL, 13, 42, '2022-10-20 12:55:57', 1, '2022-10-20 12:56:14', '2022-10-20 13:00:38', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 12:41:54', '2022-10-20 13:00:40', NULL, 42, 0),
(358, 11, 15, 65, NULL, NULL, 13, 42, '2022-10-20 13:00:40', 1, '2022-10-20 13:00:57', '2022-10-20 13:12:06', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 12:42:46', '2022-10-20 13:12:08', NULL, 42, 0),
(359, 11, 23, 23, NULL, NULL, 13, 42, '2022-10-20 13:12:08', 1, '2022-10-20 13:12:42', '2022-10-20 13:14:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 12:55:59', '2022-10-20 13:14:37', NULL, 42, 0),
(360, 11, 24, 25, NULL, NULL, 12, 44, '2022-10-20 13:19:27', 2, '2022-10-20 13:19:30', '2022-10-20 13:19:54', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 13:05:52', '2022-10-20 13:19:57', NULL, 44, 0),
(361, 11, 19, 20, NULL, NULL, 12, 44, '2022-10-20 13:19:57', 1, '2022-10-20 13:20:20', '2022-10-20 13:20:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 13:18:31', '2022-10-20 13:24:46', NULL, 44, 0),
(362, 11, 19, 21, NULL, NULL, 12, 44, '2022-10-20 13:45:29', 4, '2022-10-20 14:23:21', '2022-10-20 14:23:23', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 13:26:32', '2022-10-20 14:23:23', NULL, 44, 0),
(363, 11, 21, 5, NULL, NULL, 12, 44, '2022-10-20 13:46:01', 1, '2022-10-20 14:23:26', '2022-10-20 14:23:40', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 13:27:03', '2022-10-20 14:23:40', NULL, 44, 0),
(364, 11, 24, 26, NULL, NULL, 12, 44, '2022-10-20 13:46:13', 1, '2022-10-20 13:46:33', '2022-10-20 13:55:40', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 13:40:19', '2022-10-20 13:55:44', NULL, 44, 0),
(365, 11, 14, 74, NULL, NULL, 12, 44, '2022-10-20 15:04:52', 2, '2022-10-20 15:05:05', '2022-10-20 15:14:37', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 13:55:19', '2022-10-20 15:17:55', NULL, 44, 0),
(366, 11, 15, 66, NULL, NULL, 12, 44, '2022-10-20 13:58:45', 1, '2022-10-20 13:58:51', '2022-10-20 13:59:48', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 13:57:29', '2022-10-20 13:59:51', NULL, 44, 0),
(367, 11, 15, 67, NULL, NULL, 12, 44, '2022-10-20 13:59:51', 1, '2022-10-20 14:00:21', '2022-10-20 14:02:00', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 13:57:47', '2022-10-20 14:02:08', NULL, 44, 0),
(368, 11, 23, 24, NULL, NULL, 12, 44, NULL, 0, '2022-10-20 14:02:02', '2022-10-20 14:02:06', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 13:58:29', '2022-10-20 14:02:06', NULL, NULL, 0),
(369, 11, 15, 68, NULL, NULL, 12, 44, '2022-10-20 14:02:08', 1, '2022-10-20 14:02:19', '2022-10-20 14:07:22', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:00:41', '2022-10-20 14:22:16', NULL, 44, 0),
(370, 11, 15, 69, NULL, NULL, 12, 44, NULL, 0, '2022-10-20 14:07:24', '2022-10-20 14:21:59', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:00:51', '2022-10-20 14:21:59', NULL, NULL, 0),
(371, 11, 19, 22, NULL, NULL, 12, 44, '2022-10-20 14:22:20', 2, '2022-10-20 14:22:28', '2022-10-20 14:23:17', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:17:50', '2022-10-20 14:37:55', NULL, 44, 0),
(372, 11, 24, 27, NULL, NULL, 12, 44, NULL, 0, '2022-10-20 14:33:38', '2022-10-20 14:44:04', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:30:03', '2022-10-20 14:44:04', NULL, NULL, 0),
(373, 11, 19, 23, NULL, NULL, 22, 43, '2022-10-20 14:37:55', 1, '2022-10-20 14:38:39', '2022-10-20 14:39:38', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:35:30', '2022-10-20 14:41:54', NULL, 43, 0),
(374, 11, 14, 75, NULL, NULL, 22, 43, '2022-10-20 14:41:54', 1, '2022-10-20 14:46:57', '2022-10-20 15:12:02', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:36:34', '2022-10-20 15:12:02', NULL, 43, 0),
(375, 11, 23, 25, NULL, NULL, 12, 44, '2022-10-20 14:44:08', 1, '2022-10-20 14:44:22', '2022-10-20 14:45:17', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:37:50', '2022-10-20 14:45:22', NULL, 44, 0),
(376, 11, 27, 28, NULL, NULL, 12, 44, '2022-10-20 14:45:22', 1, '2022-10-20 14:45:43', '2022-10-20 14:47:03', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:38:42', '2022-10-20 14:47:05', NULL, 44, 0),
(377, 11, 23, 26, NULL, NULL, 12, 44, '2022-10-20 14:47:05', 1, '2022-10-20 14:47:22', '2022-10-20 14:51:48', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:45:13', '2022-10-20 15:02:01', NULL, 44, 0),
(378, 11, 25, 35, NULL, NULL, 12, 44, NULL, 0, '2022-10-20 14:51:50', '2022-10-20 15:01:58', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:51:35', '2022-10-20 15:01:58', NULL, NULL, 0),
(379, 11, 23, 27, NULL, NULL, 12, 44, '2022-10-20 15:02:01', 1, '2022-10-20 15:02:21', '2022-10-20 15:04:43', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 14:56:18', '2022-10-20 15:04:52', NULL, 44, 0),
(380, 11, 14, 76, NULL, NULL, 12, 44, '2022-10-20 15:36:57', 3, '2022-10-20 15:39:19', '2022-10-20 15:39:22', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:09:46', '2022-10-20 15:42:12', NULL, 42, 0),
(381, 11, 14, 77, NULL, NULL, 22, 43, '2022-10-20 15:17:55', 1, '2022-10-20 15:18:12', '2022-10-20 15:40:18', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:14:56', '2022-10-20 15:40:18', NULL, 43, 0),
(382, 11, 32, 23, NULL, NULL, 12, 44, '2022-10-20 15:20:58', 1, '2022-10-20 15:21:19', '2022-10-20 15:25:22', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:17:27', '2022-10-20 15:25:32', NULL, 44, 0),
(383, 11, 15, 70, NULL, NULL, 12, 44, '2022-10-20 15:25:32', 1, '2022-10-20 15:26:00', '2022-10-20 15:26:38', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:18:41', '2022-10-20 15:32:00', NULL, 44, 0),
(384, 11, 23, 28, NULL, NULL, 12, 44, '2022-10-20 15:32:14', 2, '2022-10-20 15:39:24', '2022-10-20 15:39:28', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:19:25', '2022-10-20 15:39:28', NULL, 44, 0),
(385, 11, 23, 29, NULL, NULL, 12, 44, '2022-10-20 15:32:28', 1, '2022-10-20 15:32:37', '2022-10-20 15:32:41', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:19:52', '2022-10-20 15:32:44', NULL, 44, 0),
(386, 11, 33, 11, NULL, NULL, 12, 44, '2022-10-20 15:32:44', 1, '2022-10-20 15:33:00', '2022-10-20 15:36:03', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:21:40', '2022-10-20 15:36:03', NULL, 44, 0),
(387, 11, 24, 28, NULL, NULL, 13, 42, '2022-10-20 15:36:41', 2, '2022-10-20 15:36:45', '2022-10-20 15:36:50', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:25:06', '2022-10-20 15:36:57', NULL, 42, 0),
(388, 11, 27, 29, NULL, NULL, 12, 44, '2022-10-20 15:36:06', 1, '2022-10-20 15:36:30', '2022-10-20 15:39:16', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:29:16', '2022-10-20 15:39:16', NULL, 44, 0),
(389, 11, 15, 71, NULL, NULL, 13, 42, '2022-10-20 15:35:43', 1, '2022-10-20 15:35:58', '2022-10-20 15:36:39', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:34:00', '2022-10-20 15:36:39', NULL, 42, 0),
(390, 11, 23, 30, NULL, NULL, 12, 44, '2022-10-20 15:42:12', 1, '2022-10-20 15:42:40', '2022-10-20 15:44:51', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:41:20', '2022-10-20 15:44:53', NULL, 44, 0),
(391, 11, 14, 78, NULL, NULL, 12, 44, '2022-10-20 15:47:10', 2, '2022-10-20 15:47:19', '2022-10-20 15:51:56', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:43:44', '2022-10-20 15:51:58', NULL, 44, 0),
(392, 11, 24, 29, NULL, NULL, 12, 44, '2022-10-20 15:45:15', 1, '2022-10-20 15:45:31', '2022-10-20 15:46:11', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:44:06', '2022-10-20 15:47:10', NULL, 44, 0),
(393, 11, 14, 79, NULL, NULL, 12, 44, '2022-10-20 15:51:58', 1, '2022-10-20 15:52:22', '2022-10-20 16:07:39', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:47:41', '2022-10-20 16:07:39', NULL, 44, 0),
(394, 11, 15, 72, NULL, NULL, 12, 44, '2022-10-20 16:07:42', 1, '2022-10-20 16:33:00', '2022-10-20 16:33:04', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:52:36', '2022-10-20 16:33:04', NULL, 44, 0),
(395, 11, 33, 12, NULL, NULL, 12, 44, '2022-10-20 16:09:05', 3, '2022-10-20 16:33:06', '2022-10-20 16:33:14', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:53:39', '2022-10-20 16:33:14', NULL, 44, 0),
(396, 11, 33, 13, NULL, NULL, 22, 43, '2022-10-20 16:05:22', 3, '2022-10-20 16:05:28', '2022-10-20 16:17:44', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 15:59:04', '2022-10-20 16:17:44', NULL, 43, 0),
(397, 11, 23, 31, NULL, NULL, 12, 44, '2022-10-20 16:09:42', 2, '2022-10-20 16:33:15', '2022-10-20 16:33:19', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 16:02:42', '2022-10-20 16:33:19', NULL, 44, 0),
(398, 11, 23, 32, NULL, NULL, 13, 42, '2022-10-20 16:04:42', 1, '2022-10-20 16:05:12', '2022-10-20 16:09:35', 4, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 16:02:57', '2022-10-20 16:09:35', NULL, 42, 0),
(399, 11, 25, 36, NULL, NULL, 13, 42, '2022-10-20 16:09:50', 1, '2022-10-20 16:10:09', '2022-10-20 16:13:56', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 16:07:56', '2022-10-20 16:13:56', NULL, 42, 0),
(400, 11, 14, 80, NULL, NULL, 12, 44, '2022-10-20 16:10:06', 1, '2022-10-20 16:10:18', '2022-10-20 16:21:46', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 16:09:47', '2022-10-20 16:21:46', NULL, 44, 0),
(401, 11, 17, 9, NULL, NULL, 13, 42, '2022-10-20 16:20:34', 1, '2022-10-20 16:24:54', '2022-10-20 16:53:11', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 16:17:57', '2022-10-20 16:53:11', NULL, 42, 0),
(402, 11, 25, 37, NULL, NULL, 12, 44, '2022-10-20 16:22:38', 1, '2022-10-20 16:33:22', '2022-10-20 16:33:29', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 16:19:05', '2022-10-20 16:33:29', NULL, 44, 0),
(403, 11, 25, 38, NULL, NULL, 12, 44, '2022-10-20 16:25:17', 1, '2022-10-20 16:30:27', '2022-10-20 16:32:20', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 16:24:19', '2022-10-20 16:32:20', NULL, 44, 0),
(404, 11, 33, 14, NULL, NULL, 22, 43, '2022-10-21 11:19:53', 2, '2022-10-20 16:33:08', NULL, 0, 1, 'generado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-20 16:31:54', '2022-10-21 11:25:35', NULL, 43, 0),
(405, 11, 14, 81, NULL, NULL, 12, 44, '2022-10-21 08:05:02', 1, '2022-10-21 08:05:12', '2022-10-21 08:19:18', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:02:55', '2022-10-21 08:19:18', NULL, 44, 0),
(406, 11, 15, 73, NULL, NULL, 13, 42, '2022-10-21 08:18:49', 1, '2022-10-21 08:19:07', '2022-10-21 08:22:42', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:03:39', '2022-10-21 08:22:42', NULL, 42, 0),
(407, 11, 29, 15, NULL, NULL, 12, 44, '2022-10-21 08:19:20', 1, '2022-10-21 08:19:40', '2022-10-21 08:25:58', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:14:38', '2022-10-21 08:26:00', NULL, 44, 0),
(408, 11, 33, 15, NULL, NULL, 12, 44, '2022-10-21 08:26:00', 1, '2022-10-21 08:26:14', '2022-10-21 08:28:03', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:22:52', '2022-10-21 08:32:15', NULL, 44, 0),
(409, 11, 27, 30, NULL, NULL, 12, 44, '2022-10-21 08:32:15', 1, '2022-10-21 08:35:04', '2022-10-21 08:35:08', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:29:38', '2022-10-21 08:36:40', NULL, 44, 0),
(410, 11, 17, 10, NULL, NULL, 12, 44, '2022-10-21 08:36:40', 1, '2022-10-21 08:36:51', '2022-10-21 08:42:13', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:30:22', '2022-10-21 08:42:13', NULL, 44, 0),
(411, 11, 24, 30, NULL, NULL, 13, 42, '2022-10-21 08:45:59', 2, '2022-10-21 08:46:49', '2022-10-21 08:52:02', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:37:14', '2022-10-21 08:52:05', NULL, 42, 0),
(412, 11, 15, 74, NULL, NULL, 13, 42, '2022-10-21 08:40:50', 1, '2022-10-21 08:41:09', '2022-10-21 08:45:57', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:40:29', '2022-10-21 08:45:57', NULL, 42, 0),
(413, 11, 33, 16, NULL, NULL, 12, 44, '2022-10-21 08:44:14', 2, '2022-10-21 08:44:16', '2022-10-21 08:44:27', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:41:36', '2022-10-21 08:44:32', NULL, 44, 0),
(414, 11, 32, 24, NULL, NULL, 12, 44, '2022-10-21 08:44:34', 2, '2022-10-21 08:44:48', '2022-10-21 09:06:12', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:43:48', '2022-10-21 09:06:12', NULL, 44, 0),
(415, 11, 25, 39, NULL, NULL, 13, 42, '2022-10-21 08:52:05', 1, '2022-10-21 08:52:24', '2022-10-21 08:54:09', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:50:05', '2022-10-21 08:54:11', NULL, 42, 0),
(416, 11, 32, 25, NULL, NULL, 13, 42, '2022-10-21 08:54:10', 1, '2022-10-21 08:55:06', '2022-10-21 09:00:37', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:50:48', '2022-10-21 09:02:42', NULL, 42, 0),
(417, 11, 25, 40, NULL, NULL, 13, 42, '2022-10-21 09:04:19', 1, '2022-10-21 09:04:34', '2022-10-21 09:07:34', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:53:20', '2022-10-21 09:07:34', NULL, 42, 0),
(418, 11, 24, 31, NULL, NULL, 12, 44, '2022-10-21 09:06:17', 1, '2022-10-21 09:07:05', '2022-10-21 09:07:08', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:54:25', '2022-10-21 09:11:34', NULL, 44, 0),
(419, 11, 23, 33, NULL, NULL, 13, 42, '2022-10-21 09:02:59', 2, '2022-10-21 09:03:33', '2022-10-21 09:04:17', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 08:58:43', '2022-10-21 09:04:19', NULL, 42, 0),
(420, 11, 15, 75, NULL, NULL, 13, 42, '2022-10-21 09:11:34', 1, '2022-10-21 09:12:02', '2022-10-21 09:18:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:08:52', '2022-10-21 09:18:25', NULL, 42, 0),
(421, 11, 25, 41, NULL, NULL, 12, 44, '2022-10-21 09:16:29', 1, '2022-10-21 09:17:17', '2022-10-21 09:20:21', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:09:13', '2022-10-21 09:20:21', NULL, 44, 0),
(422, 11, 23, 34, NULL, NULL, 13, 42, '2022-10-21 09:19:26', 1, '2022-10-21 09:19:43', '2022-10-21 09:29:27', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:11:06', '2022-10-21 09:29:27', NULL, 42, 0),
(423, 11, 24, 32, NULL, NULL, 12, 44, '2022-10-21 09:22:12', 1, '2022-10-21 09:22:26', '2022-10-21 09:22:31', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:13:52', '2022-10-21 09:27:52', NULL, 44, 0),
(424, 11, 14, 82, NULL, NULL, 13, 42, '2022-10-21 09:30:04', 3, '2022-10-21 09:30:39', '2022-10-21 09:35:02', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:15:14', '2022-10-21 09:35:06', NULL, 42, 0),
(425, 11, 33, 17, NULL, NULL, 12, 44, '2022-10-21 09:37:12', 1, '2022-10-21 09:37:33', '2022-10-21 09:44:01', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:16:45', '2022-10-21 09:44:03', NULL, 44, 0),
(426, 11, 25, 42, NULL, NULL, 12, 44, '2022-10-21 09:44:03', 1, '2022-10-21 09:44:17', '2022-10-21 09:44:23', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:26:04', '2022-10-21 09:44:42', NULL, 44, 0),
(427, 11, 16, 3, NULL, NULL, 12, 44, '2022-10-21 09:27:52', 1, '2022-10-21 09:37:06', '2022-10-21 09:37:10', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:27:21', '2022-10-21 09:37:10', NULL, 44, 0),
(428, 11, 14, 83, NULL, NULL, 12, 44, '2022-10-21 09:44:42', 1, '2022-10-21 10:03:29', '2022-10-21 10:03:33', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:27:44', '2022-10-21 10:03:33', NULL, 44, 0),
(429, 11, 23, 35, NULL, NULL, 12, 44, '2022-10-21 11:11:29', 7, '2022-10-21 11:11:57', '2022-10-21 11:12:05', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:29:16', '2022-10-21 11:12:11', NULL, 44, 0),
(430, 11, 14, 84, NULL, NULL, 12, 44, '2022-10-21 11:14:18', 6, '2022-10-21 11:14:34', '2022-10-21 11:14:39', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:29:39', '2022-10-21 11:14:44', NULL, 44, 0),
(431, 11, 15, 76, NULL, NULL, 13, 42, '2022-10-21 09:35:06', 1, '2022-10-21 09:35:29', '2022-10-21 09:55:11', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:33:01', '2022-10-21 09:55:11', NULL, 42, 0),
(432, 11, 15, 77, NULL, NULL, 12, 44, '2022-10-21 10:08:04', 1, '2022-10-21 10:08:32', '2022-10-21 10:08:38', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:40:37', '2022-10-21 10:08:51', NULL, 44, 0),
(433, 11, 27, 31, NULL, NULL, 12, 44, '2022-10-21 09:59:45', 1, '2022-10-21 09:59:57', '2022-10-21 10:00:00', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:45:13', '2022-10-21 10:00:30', NULL, 44, 0),
(434, 11, 27, 32, NULL, NULL, 12, 44, '2022-10-21 10:00:30', 1, '2022-10-21 10:00:46', '2022-10-21 10:00:50', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:46:16', '2022-10-21 10:01:11', NULL, 44, 0),
(435, 11, 27, 33, NULL, NULL, 12, 44, '2022-10-21 10:01:11', 1, '2022-10-21 10:01:24', '2022-10-21 10:01:31', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:51:30', '2022-10-21 10:03:01', NULL, 44, 0),
(436, 11, 25, 43, NULL, NULL, 12, 44, '2022-10-21 10:03:01', 1, '2022-10-21 10:03:21', '2022-10-21 10:03:27', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:55:54', '2022-10-21 10:03:43', NULL, 44, 0),
(437, 11, 23, 36, NULL, NULL, 12, 44, '2022-10-21 10:20:44', 1, '2022-10-21 10:21:34', '2022-10-21 10:27:47', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 09:56:56', '2022-10-21 10:27:47', NULL, 44, 0),
(438, 11, 25, 44, NULL, NULL, 13, 42, '2022-10-21 10:27:48', 1, '2022-10-21 10:28:07', '2022-10-21 10:35:52', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:06:51', '2022-10-21 10:35:52', NULL, 42, 0),
(439, 11, 23, 37, NULL, NULL, 13, 42, '2022-10-21 10:20:36', 3, '2022-10-21 10:21:42', '2022-10-21 10:21:49', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:09:03', '2022-10-21 10:21:49', NULL, 42, 0),
(440, 11, 15, 78, NULL, NULL, 14, 41, '2022-10-21 10:13:21', 1, '2022-10-21 10:13:33', '2022-10-21 10:14:29', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:09:13', '2022-10-21 10:20:36', NULL, 41, 0),
(441, 11, 15, 79, NULL, NULL, 12, 44, '2022-10-21 10:13:01', 1, '2022-10-21 10:13:12', '2022-10-21 10:20:43', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:09:36', '2022-10-21 10:20:43', NULL, 44, 0),
(442, 11, 23, 38, NULL, NULL, 12, 44, '2022-10-21 11:14:59', 4, '2022-10-21 11:15:40', '2022-10-21 11:15:52', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:21:40', '2022-10-21 11:16:09', NULL, 44, 0),
(443, 11, 27, 34, NULL, NULL, 13, 42, '2022-10-21 10:22:49', 1, '2022-10-21 10:25:49', '2022-10-21 10:25:53', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:22:28', '2022-10-21 10:26:44', NULL, 42, 0),
(444, 11, 15, 80, NULL, NULL, 12, 44, '2022-10-21 11:25:35', 3, '2022-10-21 11:26:02', '2022-10-21 11:26:07', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:26:45', '2022-10-21 11:26:11', NULL, 44, 0),
(445, 11, 24, 33, NULL, NULL, 13, 42, '2022-10-21 10:38:13', 1, '2022-10-21 10:42:56', '2022-10-21 10:48:54', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:26:53', '2022-10-21 10:48:54', NULL, 42, 0),
(446, 11, 15, 81, NULL, NULL, 12, 44, '2022-10-21 10:33:22', 1, '2022-10-21 10:33:47', '2022-10-21 10:38:36', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:29:17', '2022-10-21 10:38:36', NULL, 44, 0),
(447, 11, 17, 11, NULL, NULL, 13, 42, '2022-10-21 11:05:04', 3, '2022-10-21 11:05:20', '2022-10-21 11:11:16', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:37:49', '2022-10-21 11:11:16', NULL, 42, 0),
(448, 11, 25, 45, NULL, NULL, 13, 42, '2022-10-21 10:39:44', 1, '2022-10-21 10:49:31', '2022-10-21 10:55:21', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:39:02', '2022-10-21 10:55:21', NULL, 44, 0),
(449, 11, 27, 35, NULL, NULL, 12, 44, '2022-10-21 11:26:10', 3, '2022-10-21 11:26:22', '2022-10-21 11:26:26', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:50:41', '2022-10-21 11:26:33', NULL, 44, 0),
(450, 11, 17, 12, NULL, NULL, 12, 44, '2022-10-21 11:02:31', 1, '2022-10-21 11:02:47', '2022-10-21 11:03:05', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:51:23', '2022-10-21 11:05:04', NULL, 44, 0),
(451, 11, 17, 13, NULL, NULL, 12, 44, '2022-10-21 11:29:31', 3, '2022-10-21 11:29:40', '2022-10-21 11:29:45', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:51:40', '2022-10-21 11:29:50', NULL, 44, 0),
(452, 11, 27, 36, NULL, NULL, 13, 42, '2022-10-21 10:57:13', 1, '2022-10-21 10:58:19', '2022-10-21 11:04:57', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:52:49', '2022-10-21 11:04:57', NULL, 42, 0),
(453, 11, 25, 46, NULL, NULL, 12, 44, '2022-10-21 11:29:09', 4, '2022-10-21 11:29:21', '2022-10-21 11:29:26', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:53:02', '2022-10-21 11:29:31', NULL, 44, 0),
(454, 11, 17, 14, NULL, NULL, 12, 44, '2022-10-21 13:46:38', 5, '2022-10-21 13:47:16', '2022-10-21 13:47:21', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 10:53:27', '2022-10-21 13:47:23', NULL, 44, 0),
(455, 11, 14, 85, NULL, NULL, 12, 44, '2022-10-21 11:14:44', 3, '2022-10-21 11:15:55', '2022-10-21 11:25:30', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:02:41', '2022-10-21 11:25:30', NULL, 44, 0),
(456, 11, 23, 39, NULL, NULL, 12, 44, '2022-10-21 11:10:23', 1, '2022-10-21 11:11:10', '2022-10-21 11:11:19', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:06:32', '2022-10-21 11:11:19', NULL, 44, 0),
(457, 11, 27, 37, NULL, NULL, 13, 42, '2022-10-21 11:12:20', 2, '2022-10-21 11:26:14', '2022-10-21 11:28:34', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:09:20', '2022-10-21 11:28:34', NULL, 42, 0),
(458, 11, 14, 86, NULL, NULL, 12, 44, '2022-10-21 11:29:50', 3, '2022-10-21 11:30:01', '2022-10-21 11:30:06', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:12:06', '2022-10-21 11:30:10', NULL, 44, 0),
(459, 11, 14, 87, NULL, NULL, 12, 44, '2022-10-21 11:12:38', 1, '2022-10-21 11:14:02', '2022-10-21 11:14:13', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:12:19', '2022-10-21 11:14:18', NULL, 44, 0),
(460, 11, 14, 88, NULL, NULL, 12, 44, '2022-10-21 11:30:10', 4, '2022-10-21 11:30:20', '2022-10-21 11:30:23', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:14:59', '2022-10-21 11:30:26', NULL, 44, 0),
(461, 11, 33, 18, NULL, NULL, 13, 42, '2022-10-21 11:18:04', 1, '2022-10-21 11:18:11', '2022-10-21 11:19:24', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:16:29', '2022-10-21 11:19:53', NULL, 42, 0),
(462, 11, 14, 89, NULL, NULL, 13, 42, '2022-10-21 11:28:49', 1, '2022-10-21 11:29:29', '2022-10-21 11:31:53', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:25:40', '2022-10-21 11:31:53', NULL, 42, 0),
(463, 11, 15, 82, NULL, NULL, 12, 44, '2022-10-21 11:27:04', 2, '2022-10-21 11:27:12', '2022-10-21 11:27:20', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:26:29', '2022-10-21 11:28:49', NULL, 44, 0),
(464, 11, 17, 15, NULL, NULL, 12, 44, '2022-10-21 13:47:23', 2, '2022-10-21 13:47:35', '2022-10-21 13:47:40', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:26:46', '2022-10-21 13:47:45', NULL, 44, 0),
(465, 11, 24, 34, NULL, NULL, 12, 44, '2022-10-21 11:37:26', 3, '2022-10-21 11:37:45', '2022-10-21 11:41:04', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:27:07', '2022-10-21 11:41:07', NULL, 44, 0),
(466, 11, 33, 19, NULL, NULL, 13, 42, '2022-10-21 11:31:55', 1, '2022-10-21 11:35:28', '2022-10-21 11:35:33', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:28:30', '2022-10-21 11:35:33', NULL, 42, 0),
(467, 11, 27, 38, NULL, NULL, 13, 42, '2022-10-21 11:35:37', 1, '2022-10-21 11:41:14', '2022-10-21 11:41:20', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:30:26', '2022-10-21 11:41:20', NULL, 42, 0),
(468, 11, 17, 16, NULL, NULL, 13, 42, '2022-10-21 11:46:23', 1, '2022-10-21 11:58:09', '2022-10-21 12:11:28', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:30:46', '2022-10-21 12:11:28', NULL, 42, 0),
(469, 11, 27, 39, NULL, NULL, 12, 44, '2022-10-21 11:33:04', 1, '2022-10-21 11:33:28', '2022-10-21 11:33:36', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:32:03', '2022-10-21 11:35:37', NULL, 44, 0),
(470, 11, 14, 90, NULL, NULL, 12, 44, '2022-10-21 11:55:55', 1, '2022-10-21 11:57:34', '2022-10-21 12:06:22', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:34:09', '2022-10-21 12:06:28', NULL, 44, 0),
(471, 11, 17, 17, NULL, NULL, 12, 44, '2022-10-21 12:06:28', 1, '2022-10-21 12:06:46', '2022-10-21 12:18:19', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:35:50', '2022-10-21 12:18:19', NULL, 44, 0),
(472, 11, 17, 18, NULL, NULL, 12, 44, '2022-10-21 12:18:43', 1, '2022-10-21 12:18:55', '2022-10-21 12:18:59', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:38:10', '2022-10-21 12:19:01', NULL, 44, 0),
(473, 11, 25, 47, NULL, NULL, 12, 44, '2022-10-21 11:41:07', 1, '2022-10-21 11:41:26', '2022-10-21 11:42:45', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:40:33', '2022-10-21 11:42:48', NULL, 44, 0),
(474, 11, 25, 48, NULL, NULL, 12, 44, '2022-10-21 11:42:48', 1, '2022-10-21 11:43:07', '2022-10-21 11:51:19', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:42:20', '2022-10-21 11:51:19', NULL, 44, 0),
(475, 11, 27, 40, NULL, NULL, 12, 44, '2022-10-21 11:51:54', 1, '2022-10-21 11:52:04', '2022-10-21 11:55:47', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:48:11', '2022-10-21 11:55:55', NULL, 44, 0),
(476, 11, 27, 41, NULL, NULL, 22, 43, '2022-10-21 12:17:14', 1, '2022-10-21 12:17:48', '2022-10-21 12:24:34', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:50:06', '2022-10-21 12:24:34', NULL, 43, 0),
(477, 11, 24, 35, NULL, NULL, 12, 44, '2022-10-21 12:19:01', 1, '2022-10-21 12:19:20', '2022-10-21 12:23:41', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 11:54:46', '2022-10-21 12:23:43', NULL, 44, 0),
(478, 11, 17, 19, NULL, NULL, 13, 42, '2022-10-21 12:11:31', 1, '2022-10-21 12:12:24', '2022-10-21 12:17:30', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:10:15', '2022-10-21 12:17:30', NULL, 42, 0),
(479, 11, 24, 36, NULL, NULL, 12, 44, '2022-10-21 12:23:43', 1, '2022-10-21 12:23:59', '2022-10-21 12:26:32', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:12:38', '2022-10-21 12:26:34', NULL, 44, 0),
(480, 11, 14, 91, NULL, NULL, 13, 42, '2022-10-21 12:48:26', 3, '2022-10-21 12:48:42', '2022-10-21 12:48:47', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:13:16', '2022-10-21 12:48:49', NULL, 42, 0),
(481, 11, 32, 26, NULL, NULL, 13, 42, '2022-10-21 12:48:49', 1, '2022-10-21 12:49:17', '2022-10-21 12:52:06', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:13:37', '2022-10-21 12:52:11', NULL, 42, 0),
(482, 11, 14, 92, NULL, NULL, 12, 44, '2022-10-21 12:26:33', 1, '2022-10-21 12:26:45', '2022-10-21 12:30:45', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:25:35', '2022-10-21 12:30:45', NULL, 44, 0),
(483, 11, 14, 93, NULL, NULL, 13, 42, '2022-10-21 12:52:11', 1, '2022-10-21 12:52:31', '2022-10-21 13:03:24', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:29:02', '2022-10-21 13:09:17', NULL, 42, 0),
(484, 11, 14, 94, NULL, NULL, 13, 42, '2022-10-21 13:09:17', 1, '2022-10-21 13:09:58', '2022-10-21 13:23:52', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:33:10', '2022-10-21 13:23:52', NULL, 42, 0),
(485, 11, 24, 37, NULL, NULL, 12, 44, '2022-10-21 13:47:45', 2, '2022-10-21 13:48:01', '2022-10-21 13:48:04', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:36:36', '2022-10-21 13:48:21', NULL, 44, 0),
(486, 11, 33, 20, NULL, NULL, 13, 42, '2022-10-21 12:43:14', 1, '2022-10-21 12:47:45', '2022-10-21 12:47:49', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:40:31', '2022-10-21 12:47:49', NULL, 42, 0),
(487, 11, 23, 40, NULL, NULL, 12, 44, '2022-10-21 13:13:00', 1, '2022-10-21 13:13:12', '2022-10-21 13:15:52', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:42:45', '2022-10-21 13:15:54', NULL, 44, 0),
(488, 11, 17, 20, NULL, NULL, 12, 44, '2022-10-21 12:43:51', 1, '2022-10-21 12:44:01', '2022-10-21 13:12:57', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:43:11', '2022-10-21 13:12:57', NULL, 44, 0),
(489, 13, 0, 489, '1310546021', 'MENDOZA SANTOS GISSELA MARIA', NULL, NULL, NULL, 0, NULL, NULL, 0, 0, 'finalizado', 2.25, '139213111', 0, '<style>                .center{                    text-align:center;                }                  .bold{                    font-wight:bold;                }                .green140{                    color:#008000;                }                .justify{                    text-align: justify;                }                td, th {                    border: 1px solid #808080;                    text-align: center;                    padding: 8px;                    font-size:10px;                }                .tg-l00l{                    background-color:#808080;                    color:white;                    border: 1px solid white;                    height:20px;                }</style> <div class=\"center\"><h3>CERTIFICACIÓN</h3></div><div>Chone, 2022/10/21 </div><div><p>Sres. <br>A QUIEN INTERESE <br>Presente.</p><p class=\"justify\">Tenemos a bien certificar que el(a) Sr.(a) MENDOZA SANTOS GISSELA MARIA portador(a)                de la cédula de ciudadanía número 1310546021 es cliente de esta institución y mantiene la                siguiente relación con la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA.                </p></div>             <table class=\"tg\">            <thead>            <tr>                <th class=\"tg-l00l\">FECHA APERTURA</th>                <th class=\"tg-l00l\">No. CUENTA</th>                <th class=\"tg-l00l\">TIPO CUENTA</th>                <th class=\"tg-l00l\">ESTADO</th>                <th class=\"tg-l00l\">RELACIÓN</th>                <th class=\"tg-l00l\">CIFRAS</th>            </tr>            </thead>            <tbody>                                      <tr>                        <td class=\'\'>10/05/2005</td>                        <td class=\'\'>139213111</td>                        <td class=\'\'>AHORRO EFECTIVO</td>                        <td class=\'\'>ACTIVA</td>                        <td class=\'\'>Individual</td>                        <td class=\'\'>DOS CIFRAS BAJAS</td>                    </tr>            </tbody></table><div><p class=\"justify\">Observaciones.-<br><br>Esta información es de carácter estrictamente CONFIDENCIAL y no implica para la            COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. ninguna responsabilidad que viole el sigilo bancario.<br><br>Este documento se emite a petición del interesado y tiene un carácter exclusivamente            informativo por lo que no podrá entenderse que la COOPERATIVA DE AHORRO Y CREDITO CHONE LTDA. Se obliga en forma            alguna con el cliente o con terceros por la información que emite. Tampoco podrá ser            utilizado   para autorizar débitos, o transacciones bancarias dentro de   esta            institución. <br><br>Confirmo que he solicitado la emisión del presente certificado y me hago responsablepor el uso que se dé al mismo.</p> </div><div nobr=\"true\">            <div class=\"center\">GILER ANDRADE BARNY XAVIER                        <div class=\"center\" style=\"padding:0px;\"><img src=\"http://192.168.0.193:9494/storage/app/public/certificados/img/firmaBarny.jpeg\"  alt=\"crt\" width=\"150\"  border=\"0\" /></div>        ____________________________________________________<br>                                        ASESOR DE BALCON DE SERVICIO</div>   <div><p class=\"justify\">Nota: No será válido este documento si hay indicio de alteración.</p></div>   </div>|||<style>                    .center{                        text-align:center;                    }                      .bold{                        font-wight:bold;                    }                    .green140{                        color:#008000;                    }                    .justify{                        text-align: justify;                    }            </style>            <div class=\"center green140 bold\" style=\"font-size:12; padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CHONE LIMITADA</div>            <div class=\"center green140\" style=\"font-size:8;padding:0px;\">COOPERATIVA DE AHORRO Y CREDITO CONTROLADA POR LA SUPERINTENDENCIA DE ECONOMÍA POPULAR Y SOLIDARIA</div>|||48920221021125202', '9', 3, 0, NULL, '2022-10-21 12:52:02', '2022-10-21 12:52:02', NULL, NULL, 0),
(490, 11, 23, 41, NULL, NULL, 12, 44, '2022-10-21 13:15:54', 1, '2022-10-21 13:16:05', '2022-10-21 13:17:47', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 12:54:18', '2022-10-21 13:17:49', NULL, 44, 0),
(491, 11, 25, 49, NULL, NULL, 12, 44, '2022-10-21 13:17:49', 1, '2022-10-21 13:19:08', '2022-10-21 13:25:55', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:00:55', '2022-10-21 13:25:55', NULL, 44, 0),
(492, 11, 32, 27, NULL, NULL, 13, 42, '2022-10-21 13:29:11', 1, '2022-10-21 13:29:38', '2022-10-21 13:31:46', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:06:38', '2022-10-21 13:36:28', NULL, 42, 0),
(493, 11, 32, 28, NULL, NULL, 13, 42, NULL, 0, '2022-10-21 13:31:49', '2022-10-21 13:31:54', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:06:38', '2022-10-21 13:31:54', NULL, NULL, 0),
(494, 11, 33, 21, NULL, NULL, 13, 42, '2022-10-21 13:25:30', 1, '2022-10-21 13:25:45', '2022-10-21 13:28:40', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:24:58', '2022-10-21 13:29:11', NULL, 42, 0),
(495, 11, 25, 50, NULL, NULL, 12, 44, '2022-10-21 13:36:28', 1, '2022-10-21 13:40:57', '2022-10-21 13:41:01', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:35:08', '2022-10-21 13:41:21', NULL, 44, 0),
(496, 11, 32, 28, NULL, NULL, 12, 44, '2022-10-21 13:41:21', 1, '2022-10-21 13:41:58', '2022-10-21 13:46:34', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:38:32', '2022-10-21 13:46:38', NULL, 44, 0),
(497, 11, 14, 95, NULL, NULL, 12, 44, '2022-10-21 13:48:39', 1, '2022-10-21 13:48:49', '2022-10-21 13:49:30', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:45:05', '2022-10-21 14:01:48', NULL, 44, 0),
(498, 11, 14, 96, NULL, NULL, 12, 44, '2022-10-21 15:32:03', 2, '2022-10-21 15:32:45', '2022-10-21 15:32:51', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:45:05', '2022-10-21 15:32:56', NULL, 44, 0),
(499, 11, 15, 83, NULL, NULL, 12, 44, '2022-10-21 14:14:22', 1, '2022-10-21 14:14:50', '2022-10-21 14:14:54', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:45:39', '2022-10-21 14:15:42', NULL, 44, 0),
(500, 11, 19, 24, NULL, NULL, 12, 44, '2022-10-21 13:48:21', 1, '2022-10-21 13:48:33', '2022-10-21 13:48:36', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:48:16', '2022-10-21 13:48:39', NULL, 44, 0),
(501, 11, 15, 84, NULL, NULL, 12, 44, NULL, 0, '2022-10-21 14:15:36', '2022-10-21 14:15:40', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:48:30', '2022-10-21 14:15:40', NULL, NULL, 0),
(502, 11, 25, 51, NULL, NULL, 12, 44, '2022-10-21 14:23:48', 2, '2022-10-21 14:23:50', '2022-10-21 14:24:01', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:48:49', '2022-10-21 14:24:03', NULL, 44, 0),
(503, 11, 26, 11, NULL, NULL, 12, 44, '2022-10-21 14:01:48', 1, '2022-10-21 14:02:15', '2022-10-21 14:14:06', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 13:50:05', '2022-10-21 14:14:07', NULL, 44, 0),
(504, 11, 25, 52, NULL, NULL, 12, 44, '2022-10-21 14:24:03', 1, '2022-10-21 14:24:09', '2022-10-21 14:24:20', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:05:41', '2022-10-21 14:32:49', NULL, 44, 0),
(505, 11, 15, 85, NULL, NULL, 12, 44, '2022-10-21 15:32:56', 3, '2022-10-21 15:33:09', '2022-10-21 15:33:15', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:10:14', '2022-10-21 15:33:18', NULL, 44, 0),
(506, 11, 23, 42, NULL, NULL, 12, 44, '2022-10-21 14:33:20', 1, '2022-10-21 14:33:36', '2022-10-21 14:39:26', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:11:44', '2022-10-21 14:39:26', NULL, 44, 0),
(507, 11, 14, 96, NULL, NULL, 13, 42, '2022-10-21 14:33:48', 1, '2022-10-21 14:34:09', '2022-10-21 14:52:14', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:15:50', '2022-10-21 14:52:14', NULL, 42, 0),
(508, 11, 33, 22, NULL, NULL, 12, 44, '2022-10-21 14:39:28', 1, '2022-10-21 14:39:48', '2022-10-21 14:42:13', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:16:39', '2022-10-21 14:42:16', NULL, 44, 0),
(509, 11, 33, 23, NULL, NULL, 12, 44, '2022-10-21 14:21:27', 1, '2022-10-21 14:21:43', '2022-10-21 14:21:47', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:20:34', '2022-10-21 14:23:48', NULL, 44, 0),
(510, 11, 27, 42, NULL, NULL, 12, 44, '2022-10-21 14:42:16', 1, '2022-10-21 14:42:57', '2022-10-21 14:44:18', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:33:19', '2022-10-21 14:44:20', NULL, 44, 0),
(511, 11, 14, 97, NULL, NULL, 12, 44, '2022-10-21 14:44:20', 1, '2022-10-21 14:44:31', '2022-10-21 14:55:18', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:33:41', '2022-10-21 14:55:18', NULL, 44, 0),
(512, 11, 14, 98, NULL, NULL, 12, 44, '2022-10-21 14:55:21', 1, '2022-10-21 14:55:28', '2022-10-21 15:07:47', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:46:25', '2022-10-21 15:07:47', NULL, 44, 0),
(513, 11, 25, 53, NULL, NULL, 13, 42, '2022-10-21 14:52:18', 1, '2022-10-21 14:52:46', '2022-10-21 14:55:59', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:47:34', '2022-10-21 14:55:59', NULL, 42, 0),
(514, 11, 15, 86, NULL, NULL, 13, 42, '2022-10-21 15:08:16', 3, '2022-10-21 15:09:07', '2022-10-21 15:09:12', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:57:37', '2022-10-21 15:10:22', NULL, 42, 0),
(515, 11, 32, 29, NULL, NULL, 13, 42, '2022-10-21 15:03:27', 1, '2022-10-21 15:03:46', '2022-10-21 15:08:09', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:58:04', '2022-10-21 15:08:09', NULL, 42, 0),
(516, 11, 15, 87, NULL, NULL, 12, 44, '2022-10-21 15:07:49', 1, '2022-10-21 15:07:56', '2022-10-21 15:10:31', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:58:51', '2022-10-21 15:10:31', NULL, 44, 0),
(517, 11, 14, 99, NULL, NULL, 13, 42, '2022-10-21 15:10:22', 1, '2022-10-21 15:10:41', '2022-10-21 15:22:32', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 14:59:21', '2022-10-21 15:22:32', NULL, 42, 0),
(518, 11, 27, 43, NULL, NULL, 12, 44, '2022-10-21 15:10:40', 1, '2022-10-21 15:10:47', '2022-10-21 15:11:55', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:00:34', '2022-10-21 15:16:00', NULL, 44, 0),
(519, 11, 25, 54, NULL, NULL, 12, 44, '2022-10-21 15:16:44', 1, '2022-10-21 15:16:58', '2022-10-21 15:22:37', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:06:22', '2022-10-21 15:22:37', NULL, 44, 0),
(520, 11, 19, 25, NULL, NULL, 13, 42, '2022-10-21 15:22:35', 1, '2022-10-21 15:22:50', '2022-10-21 15:37:25', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:06:57', '2022-10-21 15:37:25', NULL, 42, 0),
(521, 11, 15, 88, NULL, NULL, 12, 44, '2022-10-21 15:22:40', 1, '2022-10-21 15:23:10', '2022-10-21 15:29:16', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:07:08', '2022-10-21 15:29:18', NULL, 44, 0),
(522, 11, 19, 26, NULL, NULL, 12, 44, '2022-10-21 15:16:18', 2, '2022-10-21 15:37:43', '2022-10-21 15:37:47', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:12:51', '2022-10-21 15:37:47', NULL, 44, 0),
(523, 11, 19, 27, NULL, NULL, 12, 44, '2022-10-21 15:29:18', 1, '2022-10-21 15:29:43', '2022-10-21 15:30:50', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:14:04', '2022-10-21 15:30:51', NULL, 44, 0),
(524, 11, 19, 28, NULL, NULL, 12, 44, '2022-10-21 15:30:51', 1, '2022-10-21 15:31:07', '2022-10-21 15:31:11', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:17:04', '2022-10-21 15:32:03', NULL, 44, 0),
(525, 11, 27, 44, NULL, NULL, 12, 44, '2022-10-21 15:33:18', 1, '2022-10-21 15:33:27', '2022-10-21 15:35:11', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:33:03', '2022-10-21 15:35:13', NULL, 44, 0),
(526, 11, 15, 89, NULL, NULL, 13, 42, '2022-10-21 15:37:28', 1, '2022-10-21 15:37:57', '2022-10-21 15:39:31', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:33:42', '2022-10-21 15:39:31', NULL, 42, 0),
(527, 11, 19, 29, NULL, NULL, 12, 44, '2022-10-21 15:35:13', 1, '2022-10-21 15:35:20', '2022-10-21 15:35:23', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:34:14', '2022-10-21 15:37:28', NULL, 44, 0),
(528, 11, 29, 16, NULL, NULL, 12, 44, '2022-10-21 15:37:53', 1, '2022-10-21 15:38:02', '2022-10-21 15:38:14', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:36:03', '2022-10-21 15:39:33', NULL, 44, 0),
(529, 11, 25, 55, NULL, NULL, 13, 42, '2022-10-21 15:39:33', 1, '2022-10-21 15:39:57', '2022-10-21 15:43:06', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:38:18', '2022-10-21 15:43:59', NULL, 42, 0),
(530, 11, 25, 56, NULL, NULL, NULL, 42, '2022-10-21 15:44:30', 2, NULL, NULL, 0, 0, 'desplazado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:38:45', '2022-10-21 15:44:45', NULL, 42, 0),
(531, 11, 25, 57, NULL, NULL, NULL, 42, '2022-10-21 15:45:08', 2, NULL, NULL, 0, 0, 'desplazado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:42:19', '2022-10-21 15:45:36', NULL, 42, 0),
(532, 11, 23, 43, NULL, NULL, 13, 42, '2022-10-21 15:45:36', 1, '2022-10-21 15:52:13', '2022-10-21 15:52:17', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:43:02', '2022-10-21 15:52:27', NULL, 42, 0),
(533, 11, 25, 58, NULL, NULL, 13, 42, '2022-10-21 15:52:27', 1, '2022-10-21 15:53:02', '2022-10-21 16:16:38', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 15:48:30', '2022-10-21 16:16:38', NULL, 42, 0),
(534, 11, 25, 59, NULL, NULL, 12, 44, '2022-10-21 16:07:44', 1, '2022-10-21 16:07:49', '2022-10-21 16:11:17', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 16:00:52', '2022-10-21 16:11:18', NULL, 44, 0);
INSERT INTO `turnos` (`id`, `cola_id`, `proceso_id`, `posicion`, `cedula_cliente`, `nombres_cliente`, `modulo_id`, `operador_id`, `momento_llamada`, `contador_llamada`, `comienzo_atencion`, `fin_atencion`, `calificacion`, `prioritario`, `estado`, `valor`, `cuenta_debit`, `descargado`, `data_pdf`, `tipo`, `oficina`, `llamado`, `comentario`, `created_at`, `updated_at`, `created_by`, `updated_by`, `solicitar_cal`) VALUES
(535, 11, 23, 44, NULL, NULL, 12, 44, '2022-10-21 16:14:45', 2, '2022-10-21 16:14:47', '2022-10-21 16:14:55', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 16:03:19', '2022-10-21 16:14:59', NULL, 44, 0),
(536, 11, 33, 24, NULL, NULL, 12, 44, '2022-10-21 16:14:59', 1, '2022-10-21 16:15:09', '2022-10-21 16:15:14', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 16:08:27', '2022-10-21 16:16:40', NULL, 44, 0),
(537, 11, 15, 90, NULL, NULL, 14, 41, '2022-10-21 16:11:56', 1, '2022-10-21 16:12:14', '2022-10-21 16:17:01', 4, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 16:10:36', '2022-10-21 16:17:01', NULL, 41, 0),
(538, 11, 25, 60, NULL, NULL, 13, 42, '2022-10-21 16:16:40', 1, '2022-10-21 16:53:01', '2022-10-21 16:53:06', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-21 16:10:53', '2022-10-22 09:10:48', NULL, 42, 0),
(539, 11, 19, 30, NULL, NULL, 13, 42, '2022-10-22 09:10:48', 1, '2022-10-22 09:11:10', '2022-10-22 09:13:49', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:04:17', '2022-10-22 09:13:51', NULL, 42, 0),
(540, 11, 19, 31, NULL, NULL, 13, 42, '2022-10-22 09:13:51', 1, '2022-10-22 09:14:06', '2022-10-22 09:14:33', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:06:18', '2022-10-22 09:14:40', NULL, 42, 0),
(541, 11, 14, 1, NULL, NULL, 13, 42, '2022-10-22 09:14:40', 1, '2022-10-22 09:17:38', '2022-10-22 09:19:58', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:07:34', '2022-10-22 09:20:04', NULL, 42, 0),
(542, 11, 14, 2, NULL, NULL, 13, 42, '2022-10-22 09:20:04', 1, '2022-10-22 09:20:20', '2022-10-22 09:32:21', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:07:43', '2022-10-22 09:32:21', NULL, 42, 0),
(543, 11, 19, 32, NULL, NULL, 13, 42, '2022-10-22 10:53:28', 5, '2022-10-22 11:05:34', '2022-10-22 11:05:40', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:07:56', '2022-10-22 11:05:40', NULL, 44, 0),
(544, 11, 23, 45, NULL, NULL, 12, 44, '2022-10-22 09:28:03', 2, '2022-10-22 09:28:30', '2022-10-22 09:34:12', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:16:32', '2022-10-22 09:34:12', NULL, 44, 0),
(545, 11, 15, 91, NULL, NULL, 12, 44, '2022-10-22 09:34:15', 1, '2022-10-22 09:34:39', '2022-10-22 09:34:59', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:23:48', '2022-10-22 09:35:02', NULL, 44, 0),
(546, 11, 25, 61, NULL, NULL, 13, 42, '2022-10-22 09:33:31', 1, '2022-10-22 09:33:55', '2022-10-22 09:37:51', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:29:16', '2022-10-22 09:37:51', NULL, 42, 0),
(547, 11, 19, 33, NULL, NULL, 12, 44, '2022-10-22 09:35:02', 1, '2022-10-22 09:35:26', '2022-10-22 09:37:24', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:33:14', '2022-10-22 09:37:55', NULL, 44, 0),
(548, 11, 25, 62, NULL, NULL, 13, 42, '2022-10-22 09:37:55', 1, '2022-10-22 09:38:38', '2022-10-22 09:41:32', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:35:28', '2022-10-22 09:41:32', NULL, 42, 0),
(549, 11, 25, 63, NULL, NULL, 13, 42, '2022-10-22 09:46:47', 1, '2022-10-22 09:47:05', '2022-10-22 10:11:08', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 09:46:27', '2022-10-22 10:11:08', NULL, 42, 0),
(550, 11, 25, 64, NULL, NULL, 12, 44, '2022-10-22 10:05:17', 1, '2022-10-22 10:05:35', '2022-10-22 10:07:19', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:03:11', '2022-10-22 10:11:08', NULL, 44, 0),
(551, 11, 14, 3, NULL, NULL, 12, 44, '2022-10-22 10:11:08', 1, '2022-10-22 10:12:10', '2022-10-22 10:12:18', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:09:34', '2022-10-22 10:12:18', NULL, 44, 0),
(552, 11, 19, 34, NULL, NULL, 13, 42, '2022-10-22 10:11:47', 1, '2022-10-22 10:13:40', '2022-10-22 10:13:46', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:11:20', '2022-10-22 10:14:27', NULL, 42, 0),
(553, 11, 25, 65, NULL, NULL, 13, 42, '2022-10-22 10:14:27', 1, '2022-10-22 10:14:50', '2022-10-22 10:21:36', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:14:04', '2022-10-22 10:23:01', NULL, 42, 0),
(554, 11, 25, 66, NULL, NULL, 12, 44, '2022-10-22 10:23:53', 1, '2022-10-22 10:24:34', '2022-10-22 10:31:35', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:17:23', '2022-10-22 10:31:46', NULL, 44, 0),
(555, 11, 14, 4, NULL, NULL, 12, 44, '2022-10-22 10:23:01', 1, '2022-10-22 10:23:25', '2022-10-22 10:23:49', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:20:30', '2022-10-22 10:23:53', NULL, 44, 0),
(556, 11, 33, 25, NULL, NULL, 12, 44, '2022-10-22 10:35:42', 1, '2022-10-22 10:36:01', '2022-10-22 10:41:16', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:27:05', '2022-10-22 10:41:16', NULL, 44, 0),
(557, 11, 29, 17, NULL, NULL, 13, 42, '2022-10-22 10:31:46', 1, '2022-10-22 10:32:03', '2022-10-22 10:36:08', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:27:37', '2022-10-22 10:36:08', NULL, 42, 0),
(558, 11, 14, 5, NULL, NULL, 13, 42, '2022-10-22 10:36:12', 1, '2022-10-22 10:36:46', '2022-10-22 11:00:18', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:30:58', '2022-10-22 11:00:18', NULL, 42, 0),
(559, 11, 14, 6, NULL, NULL, 12, 44, '2022-10-22 10:53:48', 2, '2022-10-22 10:54:03', '2022-10-22 11:20:54', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:50:36', '2022-10-22 11:20:54', NULL, 44, 0),
(560, 11, 25, 67, NULL, NULL, 13, 42, NULL, 0, '2022-10-22 11:00:39', '2022-10-22 11:02:03', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 10:58:18', '2022-10-22 11:02:03', NULL, NULL, 0),
(561, 11, 25, 68, NULL, NULL, 13, 42, '2022-10-22 11:16:28', 1, '2022-10-22 11:32:07', '2022-10-22 11:32:13', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 11:16:08', '2022-10-22 11:32:13', NULL, 42, 0),
(562, 11, 15, 92, NULL, NULL, 12, 44, '2022-10-22 11:23:16', 1, '2022-10-22 11:23:48', '2022-10-22 11:27:09', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 11:19:25', '2022-10-22 11:30:49', NULL, 44, 0),
(563, 11, 24, 38, NULL, NULL, 12, 44, '2022-10-22 11:21:06', 1, '2022-10-22 11:21:25', '2022-10-22 11:23:11', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 11:19:51', '2022-10-22 11:23:16', NULL, 44, 0),
(564, 11, 25, 69, NULL, NULL, 13, 42, '2022-10-22 11:31:42', 2, '2022-10-22 12:35:04', '2022-10-22 12:35:10', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 11:26:10', '2022-10-22 12:35:10', NULL, 44, 0),
(565, 11, 23, 46, NULL, NULL, 12, 44, '2022-10-22 11:32:14', 1, '2022-10-22 11:34:25', '2022-10-22 11:34:32', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 11:31:25', '2022-10-22 11:45:13', NULL, 44, 0),
(566, 11, 17, 21, NULL, NULL, 13, 42, '2022-10-22 11:45:28', 2, '2022-10-22 11:45:58', '2022-10-22 11:48:45', 0, 1, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 11:41:57', '2022-10-22 11:49:16', NULL, 42, 0),
(567, 11, 25, 70, NULL, NULL, 13, 42, '2022-10-22 11:49:16', 1, '2022-10-22 12:35:13', '2022-10-22 12:35:18', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 11:48:56', '2022-10-22 12:35:18', NULL, 42, 0),
(568, 11, 14, 7, NULL, NULL, 12, 44, '2022-10-22 11:57:42', 1, '2022-10-22 11:58:08', '2022-10-22 12:28:02', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 1, NULL, '2022-10-22 11:56:08', '2022-10-22 12:28:02', NULL, 44, 0),
(569, 11, 23, 47, NULL, NULL, 13, 42, NULL, 0, '2022-10-22 12:07:09', '2022-10-22 12:09:33', 0, 0, 'finalizado', NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, '2022-10-22 12:06:16', '2022-10-22 12:09:33', NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `departamento_id` bigint(20) DEFAULT NULL,
  `oficina_id` bigint(20) DEFAULT NULL,
  `name` varchar(255) CHARACTER SET utf8 COLLATE utf8_spanish_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `idrol` bigint(20) UNSIGNED NOT NULL,
  `cambiar_puesto` tinyint(1) NOT NULL DEFAULT 1,
  `cedula` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `foto` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT 'default-user.png',
  `firma` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telefono` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `direccion` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `estado` tinyint(4) NOT NULL DEFAULT 1,
  `etapaCuenta` int(11) DEFAULT 1,
  `esAdmin` tinyint(4) DEFAULT 0,
  `otd` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cantUsers` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Volcado de datos para la tabla `users`
--

INSERT INTO `users` (`id`, `departamento_id`, `oficina_id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `idrol`, `cambiar_puesto`, `cedula`, `foto`, `firma`, `telefono`, `direccion`, `estado`, `etapaCuenta`, `esAdmin`, `otd`, `cantUsers`) VALUES
(30, 0, NULL, 'Luis Quirola Frank', 'lquirolafrank@hotmail.com', NULL, '$2y$10$7UWwD/D9H5b/Dx0cXpKAUevlmKptx8o608eLX4xwzTzue.oXrSkzS', 'vln2OjpPdEO1SHEDLacr8hpP7SmAn6IvUy6s8ugLdbeUUT2U8nFVYIrri69x', '2020-04-25 21:58:21', '2022-08-03 22:18:52', 4, 0, '1309997813', '1309997813.jpg', '1309997813SIGN.png', '+5 (939) 902-5443-4_', 'Samanes 1 MZ 128 V 109', 1, 4, 0, 'mabeluis2602', 0),
(33, 1, 3, 'Operador 1', 'operador1@gmail.com', NULL, '$2y$10$I5J11fGNd1Fa1id9.D15I.1vrGc2Pm4Lr6xnDVIZvu3w8bQrvA5KK', NULL, '2022-08-22 22:37:56', '2022-10-07 15:31:47', 2, 1, '240009128', '240009128.png', NULL, '010200992', 'Santa Elena urbanización el Delfin Mz 3 V 10', 1, 1, 0, 'operador1', 0),
(36, 1, 3, 'Operador2', 'operador2@gmail.com', NULL, '$2y$10$utgav5dTsIUxyvm5hUHuk.Eg/Vw8vmzitre76zMtBEo1j84X2401O', NULL, '2022-08-22 22:46:23', '2022-10-15 14:13:45', 2, 1, '2450908278', 'default-user.png', NULL, '098809099', 'Santa Elena urbanización el Delfin Mz 3 V 10', 1, 1, 0, 'operador2', 0),
(37, 1, 3, 'Operador 3', 'operador3@gmail.com', NULL, '$2y$10$mJKVsgkR4vuRCmgrjjirS.g72I90ygz55PPAdTK.KNozGE06o7HUO', NULL, '2022-08-22 22:46:59', '2022-08-22 22:46:59', 2, 1, '091239139', 'default-user.png', NULL, '0901839012', 'Santa Elena urbanización el Delfin Mz 3 V 10', 1, 1, 0, '1746592208', 0),
(40, 5, 3, 'Operador PB', 'operadorpb@gmail.com', NULL, '$2y$10$RpxwsZtSmyNJhwwY36iQTu71iDP4qshI9WU6TNBfYnutpyL0a0E12', NULL, '2022-09-28 20:24:54', '2022-09-28 20:24:54', 2, 1, '123123', 'default-user.png', NULL, '35135135', 'CHONE', 1, 1, 0, '1524542809', 0),
(41, 1, 3, 'Katiusca Veliz', 'katiuska.veliz@coopchone.fin.ec', NULL, '$2y$10$mBEkQUzgtRBiu/AR/gf0SODniMoqY1A5JyX2o0RAt8hhqZERdGgaG', NULL, '2022-10-14 13:15:32', '2022-10-17 14:04:59', 2, 1, '000000004', 'default-user.png', NULL, '099999992', 'Coop Chone Matriz', 1, 1, 0, 'katiuska.veliz', 0),
(42, 1, 3, 'Martha Alava', 'martha.alava@coopchone.fin.ec', NULL, '$2y$10$4i47KLawhhu3VvhMdXF63eQEGBaIMEqnm5udux0/7Vmc1gH4P4jpS', NULL, '2022-10-14 13:17:59', '2022-10-17 13:29:40', 2, 1, '000000002', 'default-user.png', NULL, '0999996', 'Coop Chone Matriz', 1, 1, 0, 'martha.alava', 0),
(43, 1, 3, 'Manuel Salvador', 'manuel.salvador@coopchone.fin.ec', NULL, '$2y$10$dIUJ7Se4k6wtukM2pNOJB.VonZppQTPH4qQGW3P1vSLkODK.o9AHa', 'p7yXQkIX6CUlOkXO1nuctcN0hkl9czxF26Ivj23tP2Yk9uftUxRpO0lbfSeS', '2022-10-14 13:18:14', '2022-10-18 13:21:07', 2, 1, '0000000003', 'default-user.png', NULL, '0999999999', 'Coop Chone Matriz', 1, 1, 0, 'manuel.salvador', 0),
(44, 1, 3, 'Xavier Giler Andrade', 'xavier.giler@coopchone.fin.ec', NULL, '$2y$10$7nBXPuLPta0WjgiOzDEVnuf/czqlnjoE1JQlPV2OyG5uEZughg1t2', NULL, '2022-10-14 13:20:30', '2022-10-17 13:50:16', 2, 1, '1310979594', 'default-user.png', NULL, '0939107458', 'Coop Chone Matriz', 1, 1, 0, 'xavier.giler', 0),
(45, 1, 3, 'Test', 'test@gmail.com', NULL, '$2y$10$NgK/N8/bBWUW97TfTrDYu.MalweGQzziTxT37jS0IioRSlQZc6342', NULL, '2022-10-17 05:38:41', '2022-10-17 05:39:54', 4, 0, '2243293299', 'default-user.png', NULL, '2402932', 'santa elena', 1, 1, 0, 'test', 0),
(46, 1, 3, 'Germania Vera', 'germania.vera@coopchone.fin.ec', NULL, '$2y$10$.U4WCGso6gU6.9q9Gg8rT.eHucd9BaJ5DNz.EF8n58hYzhaKOih0m', NULL, '2022-10-17 14:21:53', '2022-10-17 14:22:06', 2, 1, '0999999', 'default-user.png', NULL, '0999999', 'Coop Chone Matriz', 1, 1, 0, 'germania.vera', 0),
(47, 1, 3, 'Victor Zambrano', 'victor.zambrano@coopchone.fin.ec', NULL, '$2y$10$TCyZz7wymb5PbV0siPufmeXf/bRq.jdf9RFUSwZX.CkSHFkVISeQi', NULL, '2022-10-17 14:22:58', '2022-10-17 14:23:09', 2, 1, '099999', 'default-user.png', NULL, '09999999', 'Coop Chone Matriz', 1, 1, 0, 'victor.zambrano', 0),
(48, 1, 3, 'Manuel Salvador', 'manuel1986124@gmail.com', NULL, '$2y$10$R8LKxLvzxMziZg9ydNYGmu0CpNi9prCxs9yzOHM5B7RWYsCrsQAGS', 'zvv8Xb9VR2YBQduM7fpfTYZY8aizI7eVg3riqbJmmbvMPlRDU8Cd91LpPmLZ', '2022-10-18 13:17:09', '2022-10-18 13:17:30', 4, 0, '101999282', 'default-user.png', NULL, '09909982', 'Santa Elena urbanización el Delfin Mz 3 V 10', 1, 1, 0, 'manuel1986124', 0),
(49, 1, 3, 'Xavier Giler', 'xavier28xc@gmail.com', NULL, '$2y$10$r6YALzmuE4ffIczhiT6Ux.u0lhFWwldxgEkt80sVgSjhSVOoeNNBO', NULL, '2022-10-18 14:00:14', '2022-10-18 14:00:27', 4, 0, '12344221', 'default-user.png', NULL, '12312424', 'Chone', 1, 1, 0, 'xavier28xc', 0),
(50, 1, 3, 'Sofia Robalino', 'sofia.robalino@coopchone.fin.ec', NULL, '$2y$10$w9JWlqy4D/1kZdskGDY2NeadWrZplYXYIjwnecz0OmdaL3IVZpF/.', NULL, '2022-10-18 15:09:58', '2022-10-18 15:10:15', 2, 1, '099999', 'default-user.png', NULL, '099999', 'Chone', 1, 1, 0, 'sofia.robalino', 0),
(51, 1, 3, 'Danny Alcivar', 'danny.alcivar@coopchone.fin.ec', NULL, '$2y$10$LSxZzSV/.5dnRelkNgUKpODt.YBZgrh827JehN2z2by3ekoOr/Cna', NULL, '2022-10-18 19:13:51', '2022-10-18 19:14:00', 4, 0, '0999999', 'default-user.png', NULL, '099999', 'Chone', 1, 1, 0, 'danny.alcivar', 0);

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `websockets_statistics_entries`
--

CREATE TABLE `websockets_statistics_entries` (
  `id` int(10) UNSIGNED NOT NULL,
  `app_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `peak_connection_count` int(11) NOT NULL,
  `websocket_message_count` int(11) NOT NULL,
  `api_message_count` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Estructura de tabla para la tabla `x`
--

CREATE TABLE `x` (
  `id` int(11) NOT NULL,
  `fecha` datetime NOT NULL DEFAULT current_timestamp(),
  `datos` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Volcado de datos para la tabla `x`
--

INSERT INTO `x` (`id`, `fecha`, `datos`) VALUES
(1, '2021-01-20 13:06:14', '$sqlInsert'),
(2, '2021-01-20 13:56:34', 'LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11459571 -79.90229405\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [78923454]<br><a href=\"https://qps.ec/EIR/storage/images/scanner/../storage/images/scanner/92_78923454_1.jpg\" target=\"_blank\">[Foto Sello]</a>'),
(3, '2021-01-20 13:56:34', 'LECTURA DE SELLOS desde la siguiente <a href=\"https://www.google.com/maps/place/-2.11459571 -79.90229405\" target=\"_blank\">[ubicaci&oacute;n]</a><br>Sello [78923454]<br><a href=\"https://qps.ec/EIR/storage/images/scanner/../storage/images/scanner/92_78923454_1.jpg\" target=\"_blank\">[Foto Sello]</a>');

--
-- Índices para tablas volcadas
--

--
-- Indices de la tabla `certificados`
--
ALTER TABLE `certificados`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `colas`
--
ALTER TABLE `colas`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `departamentos`
--
ALTER TABLE `departamentos`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `departamento_oficina`
--
ALTER TABLE `departamento_oficina`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `logs_sistema`
--
ALTER TABLE `logs_sistema`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `id_2` (`id`);

--
-- Indices de la tabla `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `modulos`
--
ALTER TABLE `modulos`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `modulos_procesos`
--
ALTER TABLE `modulos_procesos`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `multimedia`
--
ALTER TABLE `multimedia`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `multimedia_departamento`
--
ALTER TABLE `multimedia_departamento`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `multimedia_kiosko`
--
ALTER TABLE `multimedia_kiosko`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `oficinas`
--
ALTER TABLE `oficinas`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `oficina_certificados`
--
ALTER TABLE `oficina_certificados`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `parametros`
--
ALTER TABLE `parametros`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `id_2` (`id`);

--
-- Indices de la tabla `procesos`
--
ALTER TABLE `procesos`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `id_2` (`id`);

--
-- Indices de la tabla `turnos`
--
ALTER TABLE `turnos`
  ADD PRIMARY KEY (`id`);

--
-- Indices de la tabla `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `id_2` (`id`);

--
-- Indices de la tabla `websockets_statistics_entries`
--
ALTER TABLE `websockets_statistics_entries`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT de las tablas volcadas
--

--
-- AUTO_INCREMENT de la tabla `certificados`
--
ALTER TABLE `certificados`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT de la tabla `colas`
--
ALTER TABLE `colas`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT de la tabla `departamentos`
--
ALTER TABLE `departamentos`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT de la tabla `departamento_oficina`
--
ALTER TABLE `departamento_oficina`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT de la tabla `logs_sistema`
--
ALTER TABLE `logs_sistema`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3542;

--
-- AUTO_INCREMENT de la tabla `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de la tabla `modulos`
--
ALTER TABLE `modulos`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT de la tabla `modulos_procesos`
--
ALTER TABLE `modulos_procesos`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=172;

--
-- AUTO_INCREMENT de la tabla `multimedia`
--
ALTER TABLE `multimedia`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;

--
-- AUTO_INCREMENT de la tabla `multimedia_departamento`
--
ALTER TABLE `multimedia_departamento`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=102;

--
-- AUTO_INCREMENT de la tabla `multimedia_kiosko`
--
ALTER TABLE `multimedia_kiosko`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT de la tabla `oficinas`
--
ALTER TABLE `oficinas`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT de la tabla `oficina_certificados`
--
ALTER TABLE `oficina_certificados`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT de la tabla `parametros`
--
ALTER TABLE `parametros`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=50;

--
-- AUTO_INCREMENT de la tabla `procesos`
--
ALTER TABLE `procesos`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT de la tabla `roles`
--
ALTER TABLE `roles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT de la tabla `turnos`
--
ALTER TABLE `turnos`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=570;

--
-- AUTO_INCREMENT de la tabla `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52;

--
-- AUTO_INCREMENT de la tabla `websockets_statistics_entries`
--
ALTER TABLE `websockets_statistics_entries`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
