sql stringlengths 6 1.05M |
|---|
<gh_stars>0
CREATE TABLE `polaznici` (
`sifra_polaznika` INT(11) NOT NULL,
`ime` VARCHAR(40) NOT NULL,
`prezime` VARCHAR(40) NOT NULL,
`mjesto_stanovanja` CHAR(30) NULL DEFAULT NULL,
PRIMARY KEY (`sifra_polaznika`)
)
COLLATE='latin1_swedish_ci'
ENGINE=InnoDB
;
INSERT INTO `polaznici` (`sifra_polaznika`, `ime`, `prezime`, `mjesto_stanovanja`) VALUES (1, 'Ana', 'Milic', 'Zagreb');
INSERT INTO `polaznici` (`sifra_polaznika`, `ime`, `prezime`, `mjesto_stanovanja`) VALUES (2, 'Sanja', 'Tarak', 'Split');
INSERT INTO `polaznici` (`sifra_polaznika`, `ime`, `prezime`, `mjesto_stanovanja`) VALUES (3, 'Mladen', 'Gork', 'Osijek');
INSERT INTO `polaznici` (`sifra_polaznika`, `ime`, `prezime`, `mjesto_stanovanja`) VALUES (4, 'Ivana', 'Matkic', 'Split');
INSERT INTO `polaznici` (`sifra_polaznika`, `ime`, `prezime`, `mjesto_stanovanja`) VALUES (5, 'Marina', 'Anic', 'Osijek');
INSERT INTO `polaznici` (`sifra_polaznika`, `ime`, `prezime`, `mjesto_stanovanja`) VALUES (6, 'Ivica', 'Limic', 'Split');
CREATE TABLE `tecajevi` (
`sifra_tecaja` CHAR(3) NOT NULL,
`naziv_tecaja` VARCHAR(50) NOT NULL,
PRIMARY KEY (`sifra_tecaja`)
)
COLLATE='latin1_swedish_ci'
ENGINE=InnoDB
;
INSERT INTO `tecajevi` (`sifra_tecaja`, `naziv_tecaja`) VALUES ('N01', 'SQL - osnove');
INSERT INTO `tecajevi` (`sifra_tecaja`, `naziv_tecaja`) VALUES ('O01', 'Racunalni operator - uredsko poslovanje');
INSERT INTO `tecajevi` (`sifra_tecaja`, `naziv_tecaja`) VALUES ('O02', 'Specijalist poslovne primjene racunala');
INSERT INTO `tecajevi` (`sifra_tecaja`, `naziv_tecaja`) VALUES ('O03', 'Graficki dizajner');
INSERT INTO `tecajevi` (`sifra_tecaja`, `naziv_tecaja`) VALUES ('P01', 'Osnove rada PC racunala');
INSERT INTO `tecajevi` (`sifra_tecaja`, `naziv_tecaja`) VALUES ('P02', 'Microsoft Word');
CREATE TABLE `upisi` (
`sifra_polaznika` INT(11) NOT NULL,
`sifra_tecaja` CHAR(3) NOT NULL,
PRIMARY KEY (`sifra_polaznika`, `sifra_tecaja`),
INDEX `sifra_polaznika` (`sifra_polaznika`),
INDEX `sifra_tecaja` (`sifra_tecaja`),
CONSTRAINT `upisi_ibfk_1` FOREIGN KEY (`sifra_polaznika`) REFERENCES `polaznici` (`sifra_polaznika`),
CONSTRAINT `upisi_ibfk_2` FOREIGN KEY (`sifra_tecaja`) REFERENCES `tecajevi` (`sifra_tecaja`)
)
COLLATE='latin1_swedish_ci'
ENGINE=InnoDB
;
INSERT INTO `upisi` (`sifra_polaznika`, `sifra_tecaja`) VALUES (1, 'P01');
INSERT INTO `upisi` (`sifra_polaznika`, `sifra_tecaja`) VALUES (2, 'P02');
INSERT INTO `upisi` (`sifra_polaznika`, `sifra_tecaja`) VALUES (3, 'N01');
INSERT INTO `upisi` (`sifra_polaznika`, `sifra_tecaja`) VALUES (4, 'O01');
INSERT INTO `upisi` (`sifra_polaznika`, `sifra_tecaja`) VALUES (5, 'O02');
INSERT INTO `upisi` (`sifra_polaznika`, `sifra_tecaja`) VALUES (6, 'P01');
|
<reponame>eduardobaruch/cardapio-online-PHP<filename>evalanches.sql
-- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Nov 19, 2020 at 09:21 PM
-- Server version: 10.4.14-MariaDB
-- PHP Version: 7.4.10
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 */;
--
-- Database: `evalanches`
--
-- --------------------------------------------------------
--
-- Table structure for table `conta`
--
CREATE TABLE `conta` (
`id_conta` int(11) NOT NULL,
`clienteId` int(11) NOT NULL,
`valorConta` decimal(11,2) NOT NULL,
`status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `conta`
--
INSERT INTO `conta` (`id_conta`, `clienteId`, `valorConta`, `status`) VALUES
(23, 49, '132.19', 1),
(24, 50, '31.70', 1),
(25, 49, '121.88', 1),
(26, 49, '15.90', 1),
(27, 49, '18.90', 1),
(28, 49, '119.30', 1),
(29, 49, '15.90', 1),
(30, 49, '30.19', 1),
(31, 49, '56.60', 1),
(32, 49, '2.00', 1),
(33, 50, '120.59', 1),
(34, 50, '23.70', 1),
(35, 50, '3.50', 1),
(36, 50, '44.70', 1),
(37, 50, '7.90', 1),
(38, 50, '18.40', 1),
(39, 50, '41.20', 1),
(40, 50, '11.78', 1),
(41, 50, '70.82', 1),
(42, 49, '25.80', 1),
(43, 49, '34.61', 1);
-- --------------------------------------------------------
--
-- Table structure for table `itens`
--
CREATE TABLE `itens` (
`id_item` int(11) NOT NULL,
`nome` varchar(30) NOT NULL,
`preco` decimal(11,2) NOT NULL,
`descricao` varchar(50) NOT NULL,
`fornecedor` varchar(30) NOT NULL,
`tipo` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `itens`
--
INSERT INTO `itens` (`id_item`, `nome`, `preco`, `descricao`, `fornecedor`, `tipo`) VALUES
(11, 'Skol Lata 350ml', '3.50', '', 'Ambev', 'bebida'),
(14, 'Coca-Cola Lata', '2.99', '', '350ml. Ambev', 'bebida'),
(15, 'Hamburguer PHP', '15.90', 'Queijo do bom, pao branco, maionese', '', 'comida'),
(16, '<NAME>', '7.90', 'Massa, queijo e frango', '', 'comida'),
(18, '<NAME>', '14.90', 'Porcao 400g', '', 'comida'),
(20, '<NAME>', '6.90', '', '500ml da fruta', 'bebida');
-- --------------------------------------------------------
--
-- Table structure for table `itenspedidos`
--
CREATE TABLE `itenspedidos` (
`itensId` int(11) NOT NULL,
`nome` varchar(50) NOT NULL,
`preco` decimal(11,2) NOT NULL,
`quantidade` int(11) NOT NULL,
`pedidoId` int(11) NOT NULL,
`precoUnit` decimal(11,2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `itenspedidos`
--
INSERT INTO `itenspedidos` (`itensId`, `nome`, `preco`, `quantidade`, `pedidoId`, `precoUnit`) VALUES
(53, 'Hamburguer PHP', '15.90', 1, 76, '0.00'),
(54, '<NAME>', '15.80', 2, 77, '0.00'),
(55, 'Coca-<NAME>', '5.98', 2, 78, '0.00'),
(56, 'Hamburguer PHP', '15.90', 1, 79, '0.00'),
(57, '<NAME>', '7.90', 1, 80, '0.00'),
(58, '<NAME>', '7.90', 1, 81, '0.00'),
(59, 'Hamburguer PHP', '15.90', 1, 82, '0.00'),
(60, 'Hamburguer PHP', '15.90', 1, 83, '0.00'),
(61, 'Hamburguer PHP', '15.90', 1, 84, '0.00'),
(62, 'Hamburguer PHP', '15.90', 1, 85, '0.00'),
(63, '<NAME>', '6.90', 1, 86, '0.00'),
(64, 'Kibe', '18.90', 1, 87, '0.00'),
(65, '<NAME>', '7.90', 1, 88, '0.00'),
(66, '<NAME>', '7.90', 1, 89, '0.00'),
(67, '<NAME>', '7.90', 1, 90, '0.00'),
(68, 'Kibe', '37.80', 2, 91, '0.00'),
(69, 'Coca-Cola Lata', '2.99', 1, 92, '0.00'),
(70, 'Kibe', '37.80', 2, 92, '0.00'),
(71, '<NAME>', '7.90', 1, 93, '7.90'),
(72, 'Kibe', '37.80', 2, 94, '18.90'),
(73, 'Hamburguer PHP', '15.90', 1, 95, '15.90'),
(74, '<NAME>', '15.80', 2, 95, '7.90'),
(75, 'Skol Lata 350ml', '3.50', 1, 96, '3.50'),
(76, 'Coca-Cola Lata', '5.98', 2, 96, '2.99'),
(77, 'Kibe', '56.70', 3, 97, '18.90'),
(78, 'Skol Lata 350ml', '14.00', 4, 98, '3.50'),
(79, 'Batata Frita', '14.90', 1, 99, '14.90'),
(80, '<NAME>', '7.90', 1, 100, '7.90'),
(81, 'Kibe', '18.90', 1, 101, '18.90'),
(82, 'Hamburguer PHP', '15.90', 1, 102, '15.90'),
(83, 'Kibe', '18.90', 1, 103, '18.90'),
(84, 'Hamburguer PHP', '47.70', 3, 104, '15.90'),
(85, 'Kibe', '37.80', 2, 105, '18.90'),
(86, 'Kibe', '18.90', 1, 106, '18.90'),
(87, 'Batata Frita', '14.90', 1, 106, '14.90'),
(88, 'Hamburguer PHP', '15.90', 1, 107, '15.90'),
(89, '<NAME>', '7.90', 1, 108, '7.90'),
(90, 'Skol Lata 350ml', '3.50', 1, 109, '3.50'),
(91, 'Coca-Cola Lata', '2.99', 1, 109, '2.99'),
(92, '<NAME>', '15.80', 2, 109, '7.90'),
(93, 'Hamburguer PHP', '31.80', 2, 110, '15.90'),
(94, 'Batata Frita', '14.90', 1, 111, '14.90'),
(95, '<NAME>', '7.90', 1, 112, '7.90'),
(96, '<NAME>', '7.90', 1, 113, '7.90'),
(97, '<NAME>', '7.90', 1, 114, '7.90'),
(98, 'Hamburguer PHP', '15.90', 1, 115, '15.90'),
(99, 'Batata Frita', '14.90', 1, 116, '14.90'),
(100, 'Skol Lata 350ml', '3.50', 1, 117, '3.50'),
(101, 'Coca-Cola Lata', '2.99', 1, 117, '2.99'),
(102, 'Hamburguer PHP', '15.90', 1, 117, '15.90'),
(103, '<NAME>', '15.80', 2, 117, '7.90'),
(104, 'Batata Frita', '44.70', 3, 117, '14.90'),
(105, '<NAME>', '6.90', 1, 117, '6.90'),
(106, '<NAME>', '23.70', 3, 118, '7.90'),
(107, 'Skol Lata 350ml', '3.50', 1, 119, '3.50'),
(108, 'Batata Frita', '44.70', 3, 120, '14.90'),
(109, '<NAME>', '7.90', 1, 121, '7.90'),
(110, 'Batata Frita', '14.90', 1, 122, '14.90'),
(111, 'Skol Lata 350ml', '3.50', 1, 123, '3.50'),
(112, 'Skol Lata 350ml', '3.50', 1, 124, '3.50'),
(113, '<NAME>', '7.90', 1, 124, '7.90'),
(114, 'Batata Frita', '29.80', 2, 124, '14.90'),
(115, 'Hamburguer PHP', '15.90', 1, 125, '15.90'),
(116, 'Skol Lata 350ml', '3.50', 1, 126, '3.50'),
(117, 'Hamburguer PHP', '15.90', 1, 126, '15.90'),
(118, '<NAME>', '7.90', 1, 126, '7.90'),
(119, 'Batata Frita', '44.70', 3, 126, '14.90'),
(120, 'Hamburguer PHP', '15.90', 1, 127, '15.90'),
(121, '<NAME>', '15.80', 2, 127, '7.90'),
(122, 'Skol Lata 350ml', '3.50', 1, 128, '3.50'),
(123, 'Coca-Cola Lata', '2.99', 1, 128, '2.99'),
(124, '<NAME>', '15.80', 2, 128, '7.90'),
(125, 'Batata Frita', '14.90', 1, 128, '14.90');
-- --------------------------------------------------------
--
-- Table structure for table `pedidos`
--
CREATE TABLE `pedidos` (
`Id` int(11) NOT NULL,
`contaId` int(11) NOT NULL,
`valorTotal` decimal(11,2) NOT NULL,
`status` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `pedidos`
--
INSERT INTO `pedidos` (`Id`, `contaId`, `valorTotal`, `status`) VALUES
(76, 19, '15.90', 1),
(77, 19, '15.80', 1),
(78, 19, '5.98', 1),
(79, 20, '15.90', 1),
(80, 20, '7.90', 1),
(81, 0, '7.90', 1),
(82, 0, '15.90', 1),
(83, 0, '15.90', 1),
(84, 21, '15.90', 1),
(85, 22, '15.90', 1),
(86, 22, '6.90', 1),
(87, 22, '18.90', 1),
(88, 22, '7.90', 1),
(89, 22, '7.90', 1),
(90, 23, '7.90', 1),
(91, 23, '37.80', 1),
(92, 23, '40.79', 1),
(93, 23, '7.90', 1),
(94, 23, '37.80', 1),
(95, 24, '31.70', 1),
(96, 25, '9.48', 1),
(97, 25, '56.70', 1),
(98, 25, '14.00', 1),
(99, 25, '14.90', 1),
(100, 25, '7.90', 1),
(101, 25, '18.90', 1),
(102, 26, '15.90', 1),
(103, 27, '18.90', 1),
(104, 28, '47.70', 1),
(105, 28, '37.80', 1),
(106, 28, '33.80', 1),
(107, 29, '15.90', 1),
(108, 30, '7.90', 1),
(109, 30, '22.29', 1),
(110, 31, '31.80', 1),
(111, 31, '14.90', 1),
(112, 31, '7.90', 1),
(113, 31, '7.90', 1),
(114, 32, '7.90', 1),
(115, 33, '15.90', 1),
(116, 33, '14.90', 1),
(117, 33, '89.79', 1),
(118, 34, '23.70', 1),
(119, 35, '3.50', 1),
(120, 36, '44.70', 1),
(121, 37, '7.90', 1),
(122, 38, '14.90', 1),
(123, 38, '3.50', 1),
(124, 39, '41.20', 1),
(125, 40, '15.90', 1),
(126, 41, '72.00', 1),
(127, 42, '31.70', 1),
(128, 43, '37.19', 1);
-- --------------------------------------------------------
--
-- Table structure for table `usuarios`
--
CREATE TABLE `usuarios` (
`id_usuario` int(11) NOT NULL,
`nome` varchar(30) DEFAULT NULL,
`cpf` varchar(11) DEFAULT NULL,
`email` varchar(40) DEFAULT NULL,
`bonus` decimal(11,2) DEFAULT 0.00,
`senha` varchar(32) DEFAULT NULL,
`poder` int(11) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `usuarios`
--
INSERT INTO `usuarios` (`id_usuario`, `nome`, `cpf`, `email`, `bonus`, `senha`, `poder`) VALUES
(49, '<NAME>', '1', '<EMAIL>', '3.46', 'c4ca4238a0b923820dcc509a6f75849b', 0),
(50, 'Carina', '2', '<EMAIL>', '7.08', 'c81e728d9d4c2f636f067f89cc14862c', 0),
(51, 'gerente', 'gerente', '<EMAIL>', '0.00', 'd7403066713e9d99bcc97a8db69bfb67', 2),
(52, 'cozinha', 'cozinha', '<EMAIL>', '0.00', 'b2c8d9b2d257dc40f04aff245a364cd8', 1),
(53, 'Linco', '1234', '<EMAIL>', '0.00', 'c4ca4238a0b923820dcc509a6f75849b', 0),
(54, '<NAME>', '051151', 'teste@teste', '0.00', '814f06ab7f40b2cff77f2c7bdffd3415', 0),
(55, 'Teste do testador', '5', '5@d', '0.00', 'e4da3b7fbbce2345d7772b0674a318d5', 0),
(56, 'oioi', '55', '55@f', '0.00', 'b53b3a3d6ab90ce0268229151c9bde11', 0);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `conta`
--
ALTER TABLE `conta`
ADD PRIMARY KEY (`id_conta`);
--
-- Indexes for table `itens`
--
ALTER TABLE `itens`
ADD PRIMARY KEY (`id_item`);
--
-- Indexes for table `itenspedidos`
--
ALTER TABLE `itenspedidos`
ADD PRIMARY KEY (`itensId`);
--
-- Indexes for table `pedidos`
--
ALTER TABLE `pedidos`
ADD PRIMARY KEY (`Id`);
--
-- Indexes for table `usuarios`
--
ALTER TABLE `usuarios`
ADD PRIMARY KEY (`id_usuario`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `conta`
--
ALTER TABLE `conta`
MODIFY `id_conta` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;
--
-- AUTO_INCREMENT for table `itens`
--
ALTER TABLE `itens`
MODIFY `id_item` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
--
-- AUTO_INCREMENT for table `itenspedidos`
--
ALTER TABLE `itenspedidos`
MODIFY `itensId` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=126;
--
-- AUTO_INCREMENT for table `pedidos`
--
ALTER TABLE `pedidos`
MODIFY `Id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=129;
--
-- AUTO_INCREMENT for table `usuarios`
--
ALTER TABLE `usuarios`
MODIFY `id_usuario` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=57;
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 */;
|
<gh_stars>0
-- SNOMED SQL QUERY EXAMPLE : LIST THE NAMES OF REFSETS OF SPECIFIED TYPES
-- Also returns the count of the number of rows in the current snapshot of each refset
-- Add other refset tables following the same style to included these in the results
DROP TABLE IF EXISTS `ids`;
CREATE TEMPORARY TABLE `ids`
(`id` BIGINT(10),`refsetType` text, `rowCount` BIGINT(10));
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'Association',COUNT(`id`) FROM `soa_refset_association` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'Attribute Value',COUNT(`id`) FROM `soa_refset_attributeValue` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'Description Type',COUNT(`id`) FROM `sct_refset_descriptiontype` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'Extended Map',COUNT(`id`) FROM `soa_refset_extendedmap` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'Language',COUNT(`id`) FROM `soa_refset_language` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'MRCM Attribute Domain',COUNT(`id`) FROM `soa_refset_MRCMAttributeDomain` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'MRCM Attribute Range',COUNT(`id`) FROM `soa_refset_MRCMAttributeRange` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'MRCM Domain',COUNT(`id`) FROM `soa_refset_MRCMDomain` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'MRCM Module Scope',COUNT(`id`) FROM `soa_refset_MRCMModuleScope` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'Module Dependency',COUNT(`id`) FROM `soa_refset_ModuleDependency` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'OWL Expression',COUNT(`id`) FROM `soa_refset_owlexpression` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'RefsetDescriptor',COUNT(`id`) FROM `soa_refset_RefsetDescriptor` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'Simple',COUNT(`id`) FROM `soa_refset_simple` GROUP BY `refsetId`;
INSERT INTO `ids` (`id`,`refsetType`,`rowCount`)
SELECT DISTINCT `refsetId`,'Simple Map',COUNT(`id`) FROM `soa_refset_simplemap` GROUP BY `refsetId`;
SELECT `refsetType` 'Type', `conceptId` 'id', `term` 'name',`ids`.`rowCount` FROM `soa_pref` JOIN `ids` ON `ids`.`id`=`conceptId` ORDER BY `refsetType`,`term`;
|
/*INSERINDO DADOS NA TABELA*/
/*[ DML ] data manipulation langrage -- comandos de manipulação*/
insert into
pessoas(nome,nascimento,sexo,altura,peso,nacionalidade) /*O ID POR ESTAR EM AUTO INCREMENT NÃO PRECISA SER PASSADO COMO DADO*/
values
('PAULINHO','1957-06-06','M','1.70','74.5','IRLANDA'), /*INSERINDO VARIOS DADOS AO MESMO TEMPO */
('SABRINA','1995-09-26','F','1.55','58.5',default),
('NICOLLE','2016-03-10','F','0.75','35.5',default);
DELETE FROM `cadastro`.`pessoas` WHERE (`id` = '1');
insert into cursos(nome,descricao,carga,totaulas,ano) value
('PHOTOSHOP','','10','8','2014'),
('PGP','','40','20','2010'),
('JARVA','','10','29','2000'),
('MYSQL','','30','15','2016'),
('WORD','','40','30','2016'),
('SAPATEADO','','30','8','2018'),
('COZINHA ÁRABE','','40','30','2018'),
('YOUTUBER','','5','2','2018');
/*ADICIONANDO DADOS NA TABELA*/
insert into cursos(nome,descricao,carga,totaulas,ano) value
('PROGRAMAÇÃO','basico de programação com jonas','40','15','2021'),
('PHP','basico de programação PHP com jonas','40','32','2022');
/*MOSTRANDO DADOS DA TABELA*/
select * FROM cursos;
/*USANDO COMANDOS DE MANIPULAÇÃO DE DADOS*/
SELECT * FROM cadastro.cursos;
update cursos SET nome='HTM5' where idcursos = '1';/*ATUALIZANDO REGISTRO DE APENAS UMA COLUNA*/
update cursos set nome='PHP',ano='2015' where idcursos='4'; /* ATUALIZANDO REGISTRO DE MAIS DE UMA COLUNA USANDO APENAS VIRGULA*/
update cursos set nome='JAVA',carga='40',ano='2015'where idcurso='5' limit 1; /*LIMITANDO ALTERAÇÃO PARA APENAS 1*/
update cursos set ano='2018',carga='0' where ano='2050';/*MUDANDO DADOS DE VARIAS LINHAS COM WHERE NA COLUNA DADOS IGUAIS*/
update cursos SET ano='2018',carga='0'where ano='2050' limit 1;/*alterando apenas 1 linha*/
/*REMOVENDO LINHAS*/
delete FROM cursos where idcursos='8';
delete FROM cursos where ano='2050';
/*REMOVENDO TUDO DE UMA TABELA*/
truncate cursos; |
<filename>src/ESFA.DC.Data.Organisations.Database/dbo/Tables/Org_HMPP_PartnerUKPRN.sql
CREATE TABLE [dbo].[Org_PartnerUKPRN]
(
[UKPRN] BIGINT NOT NULL,
[NameLegal] NVARCHAR(255) NOT NULL,
[EffectiveFrom] DATE NOT NULL,
[EffectiveTo] DATE NULL,
[Created_On] DATETIME NOT NULL,
[Created_By] NVARCHAR(100) NOT NULL,
[Modified_On] DATETIME NOT NULL,
[Modified_By] NVARCHAR(100) NOT NULL,
CONSTRAINT [FK_Org_PartnerUKPRN] FOREIGN KEY ([UKPRN]) REFERENCES [MasterOrganisations]([UKPRN]),
PRIMARY KEY ([UKPRN], [EffectiveFrom])
) |
<gh_stars>0
UPDATE pnechushkin.migrations SET migration = '2014_10_12_000000_create_users_table', batch = 1 WHERE id = 1;
UPDATE pnechushkin.migrations SET migration = '2014_10_12_100000_create_password_resets_table', batch = 1 WHERE id = 2; |
/*==============================================================================================
* 1) Constraints in SQL
*==============================================================================================*/
-- In SQL Server Constraints help us to maintain integrity of our data by embedding
-- those data validation method in the declaration of our table.
/*
* Primary Key constraint
* Source: http://blog.reckonedforce.com/primary-key-constraints/
*/
CREATE TABLE Table1
(
Col1 INT IDENTITY,
Col2 VARCHAR(20)
--CONSTRAINT pk_table1_col1 PRIMARY KEY (Col1
);
go
--To create a primary key constraint for an existing table
ALTER TABLE Table1 ADD CONSTRAINT pk_table1_col1 PRIMARY KEY (Col1);
/*
*Foreign Key constraint
*Source: http://blog.reckonedforce.com/foreign-key-constraints/
*/
--DROP TABLE tblStudent
--GO
CREATE TABLE tblStudent(
StudentID INT IDENTITY,
FirstName VARCHAR(50),
LastName VARCHAR(50),
BirtDate DATE , --NOT null constraint
Tuition MONEY,
DateUpdated DATETIME,
CONSTRAINT pk_Student_ID PRIMARY KEY (StudentID)
);
go
ALTER TABLE tblStudent
ADD CONSTRAINT DF_BIRTHDATE default '01/01/1900' FOR BirtDate;
-- create two new tables
CREATE TABLE tblCourse(
CourseNumber VARCHAR(20),
CourseTitle VARCHAR(100),
CONSTRAINT pk_Course PRIMARY KEY (CourseNumber)
);
go
-- DROP TABLE tblStudentCourse;
CREATE TABLE tblStudentCourse(
StudentID INT ,
CourseNumber VARCHAR(20)
);
go
-- Add FOREIGN KEY
ALTER TABLE tblStudentCourse
ADD CONSTRAINT FK_StudentCourse_Student FOREIGN KEY (StudentID)
REFERENCES tblStudent (StudentID);
-- You can also use SSMS functionality to add relationship
ALTER TABLE tblStudentCourse
ADD CONSTRAINT FK_StudentCourse_Course FOREIGN KEY (CourseNumber)
REFERENCES tblCourse (CourseNumber)
ON DELETE CASCADE -- optional
ON UPDATE CASCADE -- optional
;
go
/*
* Unique Key constraint
* Source: http://blog.reckonedforce.com/unique-constraints/
*/
create TABLE Table5
(
Col1 int identity ,
SSN INT,
Col2 VARCHAR(20),
CONSTRAINT uq_SSN UNIQUE (SSN),
Constraint pk_Col1 Primary Key (Col1)
);
-- To add unique key constraint on existing table
ALTER TABLE Table5 ADD CONSTRAINT uq_col1 UNIQUE (Col1);
go
alter table Table5 add Constraint pk_Col1 Primary Key (Col1);
go
/*
* Check constraint
* Source: http://blog.reckonedforce.com/check-constraints/
*/
CREATE TABLE Table6
(
Col1 INT identity,
Sales int,
Col2 VARCHAR(20),
CONSTRAINT chk_Sales check (Sales>0)
);
go
-- To add check constraint on existing table
ALTER TABLE Table6 ADD CONSTRAINT Chk_Col1 check (Col1>0);
go
/*
* Default constraint
* Source: http://blog.reckonedforce.com/default-constraints/
*/
CREATE TABLE Table7
(
Col1 INT,
Col2 VARCHAR(20),
Col3 BIT NOT NULL
CONSTRAINT df_col3 DEFAULT (0)
);
--To add default constraint on an existing table
ALTER TABLE Table7
ADD CONSTRAINT DF_Col3 DEFAULT (0) FOR Col3;
go
/*==============================================================================================
* 2) Indexes
*==============================================================================================*/
--There are two major types of Indexes based on on-disk structure (Clustered and Nonclustered).
--* Clustered indexes sort and store the data rows in the table or view based on their key values.
--* Nonclustered index contains key values, and each key-value entry has a pointer to the data row.
-- A heap is a table without a clustered index. Adding an index to a table optimize a query by reducing I/O operations,
-- avoiding table scans,
--Source: https://docs.microsoft.com/en-us/sql/relational-databases/indexes/clustered-and-nonclustered-indexes-described?view=sql-server-2017
-- To create a clustered index
CREATE CLUSTERED INDEX table7_cal2_3_idx1
ON Table7(Col2, Col3);
go
-- To create a clustered index
CREATE NONCLUSTERED INDEX table7_cal1_idx1
ON Table7(Col1);
go
-- To drop an index
DROP INDEX table7_cal1_idx1
ON Table7;
GO
/*==============================================================================================
* 3) Create Virtual Tables or VIEWs
*==============================================================================================*/
CREATE VIEW View1
as
SELECT Table6.Col1,
Table7.Col2
FROM Table6
JOIN Table7 on Table6.Col1 = Table7.Col1;
GO
-- Select from view same way as a table
SELECT *
FROM View1;
|
<filename>app/sql/Insert.sql
INSERT Ignore INTO student (`name`, age, phone) VALUES ( 'Mike', 25, '345-65-78' ), ( Concat("U_ID", U.id), 25 / Cos(3.14), '345-65-78' ), ( 'John', 5000 + id, '345-65-78' );
INSERT INTO worker VALUES(50*2,'Mike','Sales',5000+id);
INSERT INTO worker SET id=300, name='Mike';
INSERT Delayed INTO worker SELECT sql_no_cache * FROM contractor WHERE id > 1 && b < 2 OR c != 3;
|
<reponame>jaswal72/hacker-rank<gh_stars>1-10
/*
Contributer : github.com/jaswal72
Email : <EMAIL>
*/
SELECT * FROM CITY;
|
<filename>env/local/mysql/init.sql
CREATE DATABASE `spring-boot-boilerplate`;
|
-- ### PRIMARY_DS_TYPES
-- INSERT INTO PRIMARY_DS_TYPES (PRIMARY_DS_TYPE_ID, PRIMARY_DS_TYPE) VALUES (?, ?);
INSERT INTO PRIMARY_DS_TYPES (PRIMARY_DS_TYPE_ID, PRIMARY_DS_TYPE) VALUES (1, 'mc');
INSERT INTO PRIMARY_DS_TYPES (PRIMARY_DS_TYPE_ID, PRIMARY_DS_TYPE) VALUES (2, 'data');
INSERT INTO PRIMARY_DS_TYPES (PRIMARY_DS_TYPE_ID, PRIMARY_DS_TYPE) VALUES (3, 'test');
-- ### PRIMARY_DATASETS
-- INSERT INTO PRIMARY_DATASETS (PRIMARY_DS_ID, PRIMARY_DS_NAME, PRIMARY_DS_TYPE_ID, CREATION_DATE, CREATE_BY) VALUES (?, ?, ?, ?, ?);
-- ### PHYSICS_GROUPS
-- INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (?, ?, ?);
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (1, 'Individual');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (2, 'Higgs');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (3, 'SUSYBSM');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (4, 'EWK');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (5, 'Top');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (6, 'QCD');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (7, 'Diffraction');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (8, 'OnSel');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (9, 'Bphys');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (10, 'Muons');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (11, 'Egamma');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (12, 'JetMet');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (13, 'PFlowTau');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (14, 'Btag');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (15, 'RelVal');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (16, 'PhysVal');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (17, 'Tracker');
INSERT INTO PHYSICS_GROUPS (PHYSICS_GROUP_ID, PHYSICS_GROUP_NAME) VALUES (18, 'HeavyIon');
-- ### DATA_TIERS
-- INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES (?, ?, ?);
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('RAW', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('SIM', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('DIGI', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('RECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('ALCARECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('USER', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('HLTDEBUG', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('AOD', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('AODSIM', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('FEVT', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('FEVTDEBUGHLT', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('RAW-RECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-DIGI', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('DIGI-RECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-DIGI-RECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-RAW', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-DIGI-RAW', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-DIGI-HLTDEBUG', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-RAW-HLTDEBUG', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-DIGI-RAW-HLTDEBUG', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-RECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-RAW-RECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-DIGI-RAW-RECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-DIGI-HLTDEBUG-RECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-RAW-HLTDEBUG-RECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('GEN-SIM-DIGI-RAW-HLTDEBUG-RECO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('LHE', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('MINIAOD', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('MINIAODSIM', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('DQMIO', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
INSERT INTO DATA_TIERS (DATA_TIER_NAME, CREATION_DATE, CREATE_BY) VALUES ('PREMIX-RAW', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), 'CMSDBS');
-- DATASET_TYPES
INSERT INTO DATASET_ACCESS_TYPES (DATASET_ACCESS_TYPE) VALUES ('PRODUCTION');
INSERT INTO DATASET_ACCESS_TYPES (DATASET_ACCESS_TYPE) VALUES ('DEPRECATED');
INSERT INTO DATASET_ACCESS_TYPES (DATASET_ACCESS_TYPE) VALUES ('DELETED');
INSERT INTO DATASET_ACCESS_TYPES (DATASET_ACCESS_TYPE) VALUES ('VALID');
INSERT INTO DATASET_ACCESS_TYPES (DATASET_ACCESS_TYPE) VALUES ('INVALID');
-- ### PROCESSED_DATASETS
-- INSERT INTO PROCESSED_DATASETS (PROCESSED_DS_ID, PROCESSED_DS_NAME) VALUES (?, ?);
--INSERT INTO ACQUISITION_ERAS(ACQUISITION_ERA_NAME) VALUES ('DBS3_TEST_ERA');
--INSERT INTO PROCESSING_ERAS(PROCESSING_VERSION) VALUES ('TEST');
INSERT INTO FILE_DATA_TYPES (FILE_TYPE) VALUES ('EDM');
--SCHEMA_VERSION etc. (we should have something proper here
INSERT INTO DBS_VERSIONS (DBS_VERSION_ID, SCHEMA_VERSION, DBS_RELEASE_VERSION , INSTANCE_NAME , INSTANCE_TYPE , CREATION_DATE, LAST_MODIFICATION_DATE) VALUES (1, 'DBS_3_S5_PRE1', 'HEAD', 'DBSTEST', 'TEST', (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual), (select (sysdate - to_date('19700101','YYYYMMDD')) * 86400 from dual) );
commit;
|
ALTER TABLE objective8.answers
ALTER COLUMN global_id DROP NOT NULL,
DROP CONSTRAINT answers_global_id_unique;
|
--
-- PostgreSQL database dump
--
SET statement_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
--
-- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -
--
CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
--
-- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: -
--
COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';
--
-- Name: unaccent; Type: EXTENSION; Schema: -; Owner: -
--
CREATE EXTENSION IF NOT EXISTS unaccent WITH SCHEMA public;
--
-- Name: EXTENSION unaccent; Type: COMMENT; Schema: -; Owner: -
--
COMMENT ON EXTENSION unaccent IS 'text search dictionary that removes accents';
SET search_path = public, pg_catalog;
SET default_tablespace = '';
SET default_with_oids = false;
--
-- Name: articles; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
CREATE TABLE articles (
id integer NOT NULL,
author_id integer,
name character varying(255),
content text,
published_at timestamp without time zone,
created_at timestamp without time zone NOT NULL,
updated_at timestamp without time zone NOT NULL
);
--
-- Name: articles_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE articles_id_seq
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: articles_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE articles_id_seq OWNED BY articles.id;
--
-- Name: authors; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
CREATE TABLE authors (
id integer NOT NULL,
name character varying(255),
created_at timestamp without time zone NOT NULL,
updated_at timestamp without time zone NOT NULL
);
--
-- Name: authors_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE authors_id_seq
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: authors_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE authors_id_seq OWNED BY authors.id;
--
-- Name: comments; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
CREATE TABLE comments (
id integer NOT NULL,
article_id integer,
name character varying(255),
content text,
created_at timestamp without time zone NOT NULL,
updated_at timestamp without time zone NOT NULL
);
--
-- Name: comments_id_seq; Type: SEQUENCE; Schema: public; Owner: -
--
CREATE SEQUENCE comments_id_seq
START WITH 1
INCREMENT BY 1
NO MINVALUE
NO MAXVALUE
CACHE 1;
--
-- Name: comments_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
--
ALTER SEQUENCE comments_id_seq OWNED BY comments.id;
--
-- Name: schema_migrations; Type: TABLE; Schema: public; Owner: -; Tablespace:
--
CREATE TABLE schema_migrations (
version character varying(255) NOT NULL
);
--
-- Name: id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY articles ALTER COLUMN id SET DEFAULT nextval('articles_id_seq'::regclass);
--
-- Name: id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY authors ALTER COLUMN id SET DEFAULT nextval('authors_id_seq'::regclass);
--
-- Name: id; Type: DEFAULT; Schema: public; Owner: -
--
ALTER TABLE ONLY comments ALTER COLUMN id SET DEFAULT nextval('comments_id_seq'::regclass);
--
-- Name: articles_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--
ALTER TABLE ONLY articles
ADD CONSTRAINT articles_pkey PRIMARY KEY (id);
--
-- Name: authors_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--
ALTER TABLE ONLY authors
ADD CONSTRAINT authors_pkey PRIMARY KEY (id);
--
-- Name: comments_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace:
--
ALTER TABLE ONLY comments
ADD CONSTRAINT comments_pkey PRIMARY KEY (id);
--
-- Name: articles_content; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
CREATE INDEX articles_content ON articles USING gin (to_tsvector('english'::regconfig, content));
--
-- Name: articles_name; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
CREATE INDEX articles_name ON articles USING gin (to_tsvector('english'::regconfig, (name)::text));
--
-- Name: unique_schema_migrations; Type: INDEX; Schema: public; Owner: -; Tablespace:
--
CREATE UNIQUE INDEX unique_schema_migrations ON schema_migrations USING btree (version);
--
-- PostgreSQL database dump complete
--
INSERT INTO schema_migrations (version) VALUES ('20120415203751');
INSERT INTO schema_migrations (version) VALUES ('20120415203840');
INSERT INTO schema_migrations (version) VALUES ('20120415203933');
INSERT INTO schema_migrations (version) VALUES ('20120416211436');
INSERT INTO schema_migrations (version) VALUES ('20120416214732'); |
ALTER TABLE "public"."artworks" ADD COLUMN "asset" text NULL;
|
-- file:hash_index.sql ln:130 expect:true
SELECT h.seqno AS i8096, h.random AS f1234_1234
FROM hash_f8_heap h
WHERE h.random = '-1234.1234'::float8
|
-- DB/SKINNING: Fix all erros on startup with skinning loot
-- Skinning loot template 70210
DELETE FROM `skinning_loot_template` WHERE `entry`='70210';
INSERT INTO `skinning_loot_template` VALUES
('70210','33568','0','1','1','1','3'),
('70210','38557','25','1','1','1','2'),
('70210','44128','1','1','1','1','1');
-- Skinning loot template 39964
DELETE FROM `skinning_loot_template` WHERE `entry`='39964';
INSERT INTO `skinning_loot_template` VALUES
('39964','52976','30','0','0','1','6'),
('39964','52977','50','0','0','2','8'),
('39964','52982','20','0','0','1','5'),
('39964','67495','3','0','0','1','1');
-- Skinning loot template 50835
DELETE FROM `skinning_loot_template` WHERE (`entry`='50835');
INSERT INTO `skinning_loot_template` VALUES
('50835','783','8.8838','1','0','1','1'),
('50835','2318','61.959','1','0','1','2'),
('50835','2319','26.6515','1','0','1','2'),
('50835','4232','2.5057','1','0','1','1');
-- Skinning loot template 50852
DELETE FROM `skinning_loot_template` WHERE (`entry`='50852');
INSERT INTO `skinning_loot_template` VALUES
('50852','2319','64.9701','1','0','1','2'),
('50852','4232','6.2874','1','0','1','1'),
('50852','4234','25.4491','1','0','1','2'),
('50852','4235','3.2934','1','0','1','1');
-- Skinning loot template 51086
DELETE FROM `skinning_loot_template` WHERE (`entry`='51086');
INSERT INTO `skinning_loot_template` VALUES
('51086','783','5.7143','1','0','1','1'),
('51086','2318','37.5','1','0','1','2'),
('51086','2319','50.3571','1','0','1','2'),
('51086','4232','6.4286','1','0','1','1');
-- Skinning loot template 62529
DELETE FROM `skinning_loot_template` WHERE (`entry`='62529');
INSERT INTO `skinning_loot_template` VALUES
('62529','783','3.5451','1','0','1','1'),
('62529','2318','37.6662','1','0','1','2'),
('62529','2319','53.1019','1','0','1','2'),
('62529','4232','5.613','1','0','1','1');
-- Skinning loot template 63851
DELETE FROM `skinning_loot_template` WHERE (`entry`='63851');
INSERT INTO `skinning_loot_template` VALUES
('63851','783','6.3852','1','0','1','1'),
('63851','2318','66.1937','1','0','1','2'),
('63851','2319','24.7251','1','0','1','2'),
('63851','4232','2.696','1','0','1','1');
-- Skinning loot template 63853
DELETE FROM `skinning_loot_template` WHERE (`entry`='63853');
INSERT INTO `skinning_loot_template` VALUES
('63853','783','6.4287','1','0','1','1'),
('63853','2318','65.3809','1','0','1','2'),
('63853','2319','25.1199','1','0','1','2'),
('63853','4232','3.0129','1','0','1','1');
-- Skinning loot template 63854
DELETE FROM `skinning_loot_template` WHERE (`entry`='63854');
INSERT INTO `skinning_loot_template` VALUES
('63854','783','6.3319','1','0','1','1'),
('63854','2318','64.8472','1','0','1','2'),
('63854','2319','25.9825','1','0','1','2'),
('63854','4232','2.8384','1','0','1','1');
-- Skinning loot template 63855
DELETE FROM `skinning_loot_template` WHERE (`entry`='63855');
INSERT INTO `skinning_loot_template` VALUES
('63855','783','6.5024','1','0','1','1'),
('63855','2318','65.2635','1','0','1','2'),
('63855','2319','25.0513','1','0','1','2'),
('63855','4232','3.1828','1','0','1','1');
-- Skinning loot template 63857
DELETE FROM `skinning_loot_template` WHERE (`entry`='63857');
INSERT INTO `skinning_loot_template` VALUES
('63857','783','4.6755','1','0','1','1'),
('63857','2318','34.0544','1','0','1','2'),
('63857','2319','55.2687','1','0','1','2'),
('63857','4232','5.8618','1','0','1','1');
-- Skinning loot template 63859
DELETE FROM `skinning_loot_template` WHERE (`entry`='63859');
INSERT INTO `skinning_loot_template` VALUES
('63859','783','3.585','1','0','1','1'),
('63859','2318','34.5424','1','0','1','2'),
('63859','2319','55.7992','1','0','1','2'),
('63859','4232','5.9469','1','0','1','1');
-- Skinning loot template 63861
DELETE FROM `skinning_loot_template` WHERE (`entry`='63861');
INSERT INTO `skinning_loot_template` VALUES
('63861','783','6.9257','1','0','1','1'),
('63861','2318','65.3714','1','0','1','2'),
('63861','2319','24.9138','1','0','1','2'),
('63861','4232','2.7891','1','0','1','1');
-- Skinning loot template 63862
DELETE FROM `skinning_loot_template` WHERE (`entry`='63862');
INSERT INTO `skinning_loot_template` VALUES
('63862','783','6.9584','1','0','1','1'),
('63862','2318','65.1474','1','0','1','2'),
('63862','2319','25.3115','1','0','1','2'),
('63862','4232','2.5828','1','0','1','1');
-- Skinning loot template 64274
DELETE FROM `skinning_loot_template` WHERE (`entry`='64274');
INSERT INTO `skinning_loot_template` VALUES
('64274','2319','59.8639','1','0','1','2'),
('64274','4232','7.483','1','0','1','1'),
('64274','4234','29.7052','1','0','1','2'),
('64274','4235','2.9478','1','0','1','1');
-- This npc don't hve skin loot
UPDATE `creature_template` SET `skinloot`='0' WHERE `entry` IN ('63852','63860');
-- Skinning loot template 52363 for some miss creatures
UPDATE `creature_template` SET `skinloot`='52363' WHERE entry IN ('24138','40290','40309','42181','42824','44189','45788','46158','46925','47263','47372','47769','48724');
-- Gens can't be skinning
DELETE FROM `skinning_loot_template` WHERE entry IN ('80204','80205'); |
<reponame>yurtseven/CinemaDatabase
CREATE TABLE tbl_ilceler(
ilce_id int NOT NULL,
isim TEXT,
il_id int NOT NULL,
CONSTRAINT fk_il_id FOREIGN KEY (il_id)
REFERENCES tbl_iller(il_id)
);
|
SELECT * FROM assertion1;
|
<reponame>msmagnanijr/sandbox
-- rename "connector_type" to "connector_type_id"
alter table CONNECTOR
rename column connector_type to connector_type_id;
-- add new "type" column
alter table CONNECTOR
add column "type" varchar(255);
-- update existing connectors "type" with 'SINK' value (the only possible one before this migration)
update CONNECTOR
set "type"='SINK';
-- add not null constraint to "type" column
alter table CONNECTOR
alter column "type" set not null;
|
<filename>deps/postgres/sql/tables/noit.metric_numeric_rollup_config.sql
set search_path=noit,pg_catalog;
--
-- Name: metric_numeric_rollup_config; Type: TABLE; Schema: noit; Owner: reconnoiter; Tablespace:
--
CREATE TABLE metric_numeric_rollup_config (
rollup text NOT NULL,
seconds integer NOT NULL,
dependent_on text,
span integer NOT NULL
);
ALTER TABLE metric_numeric_rollup_config OWNER TO reconnoiter;
--
-- Data for Name: metric_numeric_rollup_config; Type: TABLE DATA; Schema: noit; Owner: reconnoiter
--
INSERT INTO metric_numeric_rollup_config VALUES ('5m', 300, NULL, 86400);
INSERT INTO metric_numeric_rollup_config VALUES ('20m', 1200, '5m', 604800);
INSERT INTO metric_numeric_rollup_config VALUES ('30m', 1800, '5m', 1209600);
INSERT INTO metric_numeric_rollup_config VALUES ('1hour', 3600, '30m', 2592000);
INSERT INTO metric_numeric_rollup_config VALUES ('4hour', 14400, '1hour', 7862400);
INSERT INTO metric_numeric_rollup_config VALUES ('1day', 86400, '4hour', 31536000);
--
-- Name: metric_numeric_rollup_config_pkey; Type: CONSTRAINT; Schema: noit; Owner: reconnoiter; Tablespace:
--
ALTER TABLE ONLY metric_numeric_rollup_config
ADD CONSTRAINT metric_numeric_rollup_config_pkey PRIMARY KEY (rollup);
--
-- Name: metric_numeric_rollup_config_dependent_on_fkey; Type: FK CONSTRAINT; Schema: noit; Owner: reconnoiter
--
ALTER TABLE ONLY metric_numeric_rollup_config
ADD CONSTRAINT metric_numeric_rollup_config_dependent_on_fkey FOREIGN KEY (dependent_on) REFERENCES metric_numeric_rollup_config(rollup);
REVOKE ALL ON TABLE metric_numeric_rollup_config FROM PUBLIC;
REVOKE ALL ON TABLE metric_numeric_rollup_config FROM prism;
GRANT SELECT ON TABLE metric_numeric_rollup_config TO stratcon;
--
-- PostgreSQL database dump complete
--
|
<reponame>marcos-sb/leetcode
# Write your MySQL query statement below
SELECT
max(Salary) AS SecondHighestSalary
FROM
Employee
WHERE
Salary < (SELECT max(Salary) FROM Employee) |
ALTER TABLE CARINSURANCE.CAR_CLAIM ADD CONSTRAINT PK_CAR_CLAIM PRIMARY KEY (CLAIM_ID);
ALTER TABLE CARINSURANCE.CAR_CUSTOMER ADD CONSTRAINT PK_CAR_CUSTOMER PRIMARY KEY (CUSTOMER_ID);
ALTER TABLE CARINSURANCE.CAR_POLICY ADD CONSTRAINT PK_CAR_POLICY PRIMARY KEY (POLICY_ID);
ALTER TABLE CARINSURANCE.CAR_CLAIM ADD CONSTRAINT FK_C_CLAIM_POLICY FOREIGN KEY (POLICY_ID) REFERENCES CARINSURANCE.CAR_POLICY (POLICY_ID);
ALTER TABLE CARINSURANCE.CAR_POLICY ADD CONSTRAINT FK_C_POLICY_CUSTOMER FOREIGN KEY (CUSTOMER_ID) REFERENCES CARINSURANCE.CAR_CUSTOMER (CUSTOMER_ID);
CREATE OR REPLACE TRIGGER trg_carcl_last_update
BEFORE INSERT OR UPDATE ON CARINSURANCE.car_claim
FOR EACH ROW
BEGIN
:NEW.last_change := sysdate;
END;
/
CREATE OR REPLACE TRIGGER trg_carcu_last_update
BEFORE INSERT OR UPDATE ON CARINSURANCE.car_customer
FOR EACH ROW
BEGIN
:NEW.last_change := sysdate;
END;
/
CREATE OR REPLACE TRIGGER trg_carpo_last_update
BEFORE INSERT OR UPDATE ON CARINSURANCE.car_policy
FOR EACH ROW
BEGIN
:NEW.last_change := sysdate;
END;
/
EXEC DBMS_STATS.gather_schema_stats('CARINSURANCE');
/
|
<gh_stars>1-10
-- Use the sample database
USE classicmodels;
-- Show indexes used by table employees
-- We provide the first example, you can click Query | Execute Current Statement to see the results.
SHOW INDEX
FROM employees;
-- The following are exercises that you need to complete or answer.
-- Show indexes used by table orders
-- Show indexes used by table customers
-- What data structure do these indexes use?
|
/*
Create/Update database views
*/
/*
Create a view to query Mine and return relevant information for the MapView.
*/
CREATE OR REPLACE VIEW mine_map_view AS
SELECT
mine_guid,
latitude ,
longitude,
mine_no ,
mine_name
FROM mine;
|
<filename>db_template/fferr.sql
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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 */;
CREATE DATABASE IF NOT EXISTS `fferr` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `fferr`;
DROP TABLE IF EXISTS `image`;
CREATE TABLE `image` (
`id` int(11) NOT NULL,
`URL` varchar(250) NOT NULL,
`venueId` int(11) DEFAULT NULL,
`venueVisitId` int(11) DEFAULT NULL,
`comment` varchar(250) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `layout_style`;
CREATE TABLE `layout_style` (
`id` int(11) NOT NULL,
`label` varchar(25) DEFAULT NULL,
`bgPatternType` varchar(25) DEFAULT NULL,
`bgColor1` varchar(6) DEFAULT NULL,
`bgColor2` varchar(6) DEFAULT NULL,
`borderColor` varchar(6) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `layout_style` (`id`, `label`, `bgPatternType`, `bgColor1`, `bgColor2`, `borderColor`) VALUES
(1, 'pastisserie', 'flat', 'F4EFC9', NULL, '3C2E28'),
(2, 'imperial', 'flat', '800020', NULL, 'FFD700');
DROP TABLE IF EXISTS `menu_item`;
CREATE TABLE `menu_item` (
`id` int(11) NOT NULL,
`name` varchar(50) NOT NULL,
`menuItemCategory` varchar(25) NOT NULL,
`iconURL` varchar(250) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `venue`;
CREATE TABLE `venue` (
`id` int(11) NOT NULL,
`name` varchar(50) NOT NULL,
`city` varchar(25) NOT NULL,
`country` varchar(25) DEFAULT NULL,
`address` varchar(100) DEFAULT NULL,
`postcode` varchar(25) DEFAULT NULL,
`venueCategory` varchar(25) NOT NULL,
`websiteURL` varchar(250) DEFAULT NULL,
`mapURL` varchar(250) DEFAULT NULL,
`tel1` varchar(15) DEFAULT NULL,
`tel2` varchar(15) DEFAULT NULL,
`hasStudySpace` tinyint(1) DEFAULT NULL,
`hasPoolTable` tinyint(1) DEFAULT NULL,
`hasPingPong` tinyint(1) DEFAULT NULL,
`hasLiveMusic` tinyint(1) DEFAULT NULL,
`hasDanceHall` tinyint(1) DEFAULT NULL,
`hasSportStreaming` tinyint(1) DEFAULT NULL,
`about` text,
`layoutStyleId` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `venue` (`id`, `name`, `city`, `country`, `address`, `postcode`, `venueCategory`, `websiteURL`, `mapURL`, `tel1`, `tel2`, `hasStudySpace`, `hasPoolTable`, `hasPingPong`, `hasLiveMusic`, `hasDanceHall`, `hasSportStreaming`, `about`, `layoutStyleId`) VALUES
(1, 'Red Box Marchmont', 'Edinburgh', 'UK', '2-6 Spottiswoode Rd', 'EH9 1BQ', 'coffee shop', 'http://www.redboxcoffee.com/', 'https://goo.gl/maps/bmTHuiVh7BkrJXp97', '+441314460188', NULL, 1, 0, 0, 0, 0, 0, NULL, 1),
(2, 'The Chanter', 'Edinburgh', 'UK', '30-32 Bread St', 'EH3 9AF', 'pub', 'https://www.pubswithmore.co.uk/thechanter', 'https://goo.gl/maps/ukEQtf9jiLZAfRSs5', '+441312210575', NULL, 0, 1, 0, NULL, NULL, 1, NULL, 2),
(3, 'The Raging Bull', 'Edinburgh', 'UK', '161 Lothian Rd', 'EH3 9AA', 'pub', 'https://theragingbulledinburgh.co.uk/', 'https://g.page/theragingbulledinburgh?share', '+441312285558', NULL, 0, 0, 0, 1, 0, 0, NULL, 1),
(4, 'The Other Place', 'Edinburgh', 'UK', '2-4 Broughton Road', 'EH7 4EB', 'pub/bar', NULL, 'https://goo.gl/maps/VZ5QEFAmPCzrYvS66', NULL, NULL, 0, 0, 0, 1, 0, 0, 'O\'Connor\'s took over it.', 2);
DROP TABLE IF EXISTS `venue_has_menu_item`;
CREATE TABLE `venue_has_menu_item` (
`venueId` int(11) NOT NULL,
`menuItemId` int(11) NOT NULL,
`note` varchar(250) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
DROP TABLE IF EXISTS `venue_visit`;
CREATE TABLE `venue_visit` (
`id` int(11) NOT NULL,
`venueId` int(11) NOT NULL,
`date` date NOT NULL,
`rating` int(11) DEFAULT NULL COMMENT '1 to 5',
`story` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `image`
ADD PRIMARY KEY (`id`),
ADD KEY `venueId` (`venueId`),
ADD KEY `venueVisitId` (`venueVisitId`);
ALTER TABLE `layout_style`
ADD PRIMARY KEY (`id`);
ALTER TABLE `menu_item`
ADD PRIMARY KEY (`id`);
ALTER TABLE `venue`
ADD PRIMARY KEY (`id`),
ADD KEY `layoutStyleId` (`layoutStyleId`);
ALTER TABLE `venue_has_menu_item`
ADD PRIMARY KEY (`venueId`,`menuItemId`),
ADD KEY `has_menu_item` (`menuItemId`);
ALTER TABLE `venue_visit`
ADD PRIMARY KEY (`id`),
ADD KEY `venueId` (`venueId`);
ALTER TABLE `image`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
ALTER TABLE `layout_style`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
ALTER TABLE `menu_item`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
ALTER TABLE `venue`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
ALTER TABLE `venue_visit`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
ALTER TABLE `image`
ADD CONSTRAINT `image_of_venue` FOREIGN KEY (`venueId`) REFERENCES `venue` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `image_of_venue_visit` FOREIGN KEY (`venueVisitId`) REFERENCES `venue_visit` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
ALTER TABLE `venue`
ADD CONSTRAINT `venue_layout_style` FOREIGN KEY (`layoutStyleId`) REFERENCES `layout_style` (`id`);
ALTER TABLE `venue_has_menu_item`
ADD CONSTRAINT `has_menu_item` FOREIGN KEY (`menuItemId`) REFERENCES `menu_item` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
ADD CONSTRAINT `venue_has` FOREIGN KEY (`venueId`) REFERENCES `venue` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
ALTER TABLE `venue_visit`
ADD CONSTRAINT `venue_id` FOREIGN KEY (`venueId`) REFERENCES `venue` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
/*!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 */;
|
<filename>tests/v6_pc_isql/sdl011.sql<gh_stars>1-10
-- MODULE SDL011
-- SQL Test Suite, V6.0, Interactive SQL, sdl011.sql
-- 59-byte ID
-- TEd Version #
-- AUTHORIZATION SULLIVAN1
SELECT USER FROM HU.ECCO;
-- RERUN if USER value does not match preceding AUTHORIZATION comment
-- date_time print
-- TEST:0147 CREATE Schema!
INSERT INTO AUTH_TABLE
VALUES (100,'A');
-- PASS:0147 If 1 row is inserted?
SELECT FIRST1, USER
FROM AUTH_TABLE;
-- PASS:0147 If FIRST1 = 100 and USER = 'SULLIVAN1'?
-- restore
ROLLBACK WORK;
-- END TEST >>> 0147 <<< END TEST
-- *************************************************////END-OF-MODULE
|
-- @testpoint: 外部调用package声明的公用函数
--step1:建表并插入数据 expect:成功
drop table if exists t_package_0011;
create table t_package_0011(core int,name varchar(10));
insert into t_package_0011 values(50,'test'),(100,'tom'),(50,'john'),(60,'kitty');
--step2:声明包规格 expect:成功
create or replace package p_test_0011 is
function f_package_0011 return varchar;
end p_test_0011;
/
--step3:定义包体 expect:成功
create or replace package body p_test_0011 is
function f_package_0011 return varchar is
declare
v_sql_statement varchar(2000);
begin
v_sql_statement := (select name from t_package_0011 where core = 100);
return v_sql_statement;
end;
end p_test_0011;
/
--step4:创建存储过程,调用包内函数 expect:成功
create or replace procedure p_package_0011 (out var1 varchar(10))
is
begin
var1 := (select p_test_0011.f_package_0011());
end;
/
--step5:调用存储过程 expect:返回package中函数执行结果
call p_package_0011(null);
--step6:清理环境 expect:成功
drop package p_test_0011;
drop procedure p_package_0011; |
CREATE TABLE dokumentasjonsbehov (
id UUID NOT NULL PRIMARY KEY,
soknad_id VARCHAR NOT NULL REFERENCES soknad,
data TEXT NOT NULL
);
|
<reponame>MandyxGill/leetcode
SELECT t.`Request_at` AS Day,
ROUND(COUNT(CASE WHEN t.`Status` = 'cancelled_by_driver' OR t.`Status` = 'cancelled_by_client' THEN 1 END) / COUNT(*), 2) AS "Cancellation Rate"
FROM Trips t
INNER JOIN Users u
ON t.Client_Id = u.Users_Id
WHERE u.Banned = 'No'
AND t.Request_at >= '2013-10-01'
AND t.Request_at <= '2013-10-03'
GROUP BY t.Request_at |
INSERT INTO `notifications` VALUES ('8', 'award_request', 'icon-trophy', 'award_request', 'text-info');
INSERT INTO `notifications` (`id`, `display_name`, `icon`, `name`, `css_class`) VALUES (NULL, 'bio_added', 'icon-note', 'bio_added', 'text-primary');
INSERT INTO `notifications` (`id`, `display_name`, `icon`, `name`, `css_class`) VALUES (NULL, 'poor_score', 'icon-note', 'poor_score', 'text-primary');
INSERT INTO `notifications` VALUES ('12', '#employee_fullname received #number_of_consecutive Perfect Reviews in a row!', 'icon-note', 'service_recognition_perfect_surveys', 'text-primary');
|
<filename>camdecmpswks/views/vw_location_unit_type.sql
-- View: camdecmpswks.vw_location_unit_type
-- DROP VIEW camdecmpswks.vw_location_unit_type;
CREATE OR REPLACE VIEW camdecmpswks.vw_location_unit_type
AS
SELECT uc.unit_boiler_type_id,
ml.oris_code,
ml.location_identifier,
uc.unit_id,
ml.mon_loc_id,
ml.fac_id,
u.unitid,
uc.unit_type_cd,
CASE
WHEN usc.begin_date IS NULL THEN uc.begin_date
WHEN uc.begin_date IS NULL THEN usc.begin_date
WHEN uc.begin_date >= usc.begin_date THEN uc.begin_date
ELSE usc.begin_date
END AS begin_date,
CASE
WHEN usc.end_date IS NULL THEN uc.end_date
WHEN uc.end_date IS NULL THEN usc.end_date
WHEN uc.end_date <= usc.end_date THEN uc.end_date
ELSE usc.end_date
END AS end_date
FROM camdecmpswks.vw_monitor_location ml
JOIN camdecmpswks.unit_stack_configuration usc ON ml.stack_pipe_id::text = usc.stack_pipe_id::text
JOIN camd.unit_boiler_type uc ON usc.unit_id = uc.unit_id AND (uc.begin_date IS NULL OR usc.end_date IS NULL OR uc.begin_date <= usc.end_date) AND (uc.end_date IS NULL OR uc.end_date >= usc.begin_date)
JOIN camd.unit u ON u.unit_id = usc.unit_id
UNION
SELECT uc.unit_boiler_type_id,
ml.oris_code,
ml.location_identifier,
uc.unit_id,
ml.mon_loc_id,
ml.fac_id,
u.unitid,
uc.unit_type_cd,
uc.begin_date,
uc.end_date
FROM camdecmpswks.vw_monitor_location ml
JOIN camd.unit_boiler_type uc ON ml.unit_id = uc.unit_id
JOIN camd.unit u ON u.unit_id = ml.unit_id;
|
<reponame>KarmaScripter/BudgetX<gh_stars>0
SELECT DivisionExecution.BFY, DivisionExecution.RcCode, DivisionExecution.DivisionName, DivisionExecution.FundCode, DivisionExecution.FundName, DivisionExecution.BocCode, DivisionExecution.BocName,
Sum(DivisionExecution.Amount) AS Authority,
SUM(DivisionExecution.Used) AS Used,
SUM(DivisionExecution.Available) AS Available
FROM DivisionExecution
WHERE DivisionExecution.BFY = '2021'
GROUP BY DivisionExecution.BFY, DivisionExecution.RcCode,
DivisionExecution.DivisionName, DivisionExecution.FundCode,
DivisionExecution.FundName, DivisionExecution.BocCode, DivisionExecution.BocName;
|
<filename>src/main/resources/db/data-mysql.sql
--
-- mysql init schema
--
-- ----------------------------
-- Table data for `blog_category`
-- ----------------------------
INSERT INTO `blog_category` (`id`, `name`, `left_value`, `right_value`)
VALUES (0, '默认分类', 1, 2);
-- ----------------------------
-- Table data for `sys_user`
-- ----------------------------
INSERT INTO `sys_user` (`id`, `nickname`, `username`, `password`, `email`, `status`, `role`, `description`)
VALUES (1, 'lore', 'blog', '', '', '2', '2', '由SQL初始化脚本添加的用户, 不能使用此用户登录系统. ');
-- ----------------------------
-- Table data for `blog_post`
-- ----------------------------
INSERT INTO `lore_blog`.`blog_post`(`id`, `title`, `slug`, `author_id`, `thumbnail`, `content`, `tags`, `category_id`,
`type`, `content_type`, `status`, `comment_status`, `ping_status`, `comment_count`,
`read_count`, `pubdate`, `create_time`, `update_time`)
VALUES (1164530409608876033, '演示文章', 'demo', 1, '',
'# Lore-Blog 博客系统\n## 简介\n `Lore`是一个主要定位于像作者这样热衷折腾, 并在学习和使用[Spring](https://spring.io)技术栈的你而开发的单用户博客系统. \n \n > lore [lɔː(r)] n. 学问; 知识; \n 希望这个博客系统能够让使用者: 学到学识, 记录学识, 传播学识.\n \n## 主要技术\n\n+ Spring Boot\n+ Spring Security\n+ Spring Framework\n+ Mybatis-plus\n+ Thymeleaf\n\n## 部分显示效果演示\n### 我是图片\n\n### 我是代码块\n```java\npublic static void main(String[] args){\n System.out.println(\"Hello World\");\n}\n```\n### 我是表格\nFirst Header | Second Header\n------------ | -------------\nCell 1 | Cell 2\nCell 2 | Cell 4\n#### 我是超连接\n[点击访问作者博客网站](https://developerchen.com) \n[点我查看Markdown教程](https://guides.github.com/features/mastering-markdown/) \n\n**好啦, 祝您使用愉快.**\n\n',
'demo', 0, 'post', 'markdown', '3', '1', '1', 0, 0, '2019-08-22 21:31:28.000', '2019-08-22 12:00:00.521',
'2019-08-23 00:15:55.396');
INSERT INTO `blog_post`(`id`, `title`, `slug`, `author_id`, `thumbnail`, `content`, `tags`, `category_id`, `type`,
`content_type`, `status`, `comment_status`, `ping_status`, `comment_count`, `read_count`,
`pubdate`, `create_time`, `update_time`)
VALUES (1164720166989262849, '关于', 'about', 1, '',
'# 如何自定义 \"关于\" 页面\n点击页面顶部 **\"导航栏\"** 中的 **\"关于\"** 其实就是访问链接 //hostname/about. 所以进入 **\"后台管理\"** 中的 **\"页面管理\"** 菜单项, 添加新页面然后将 \"页面名称\" 填写为 <u>about</u> \n\n当然你也可以直接在 **\"页面管理\"** 中找到这个演示版的 \"关于页面\" 直接进行内容的修改.',
NULL, 0, 'page', 'markdown', '3', '1', '0', 0, 4, '2019-08-23 10:05:05.000', '2019-08-23 10:05:01.921',
'2019-08-23 11:17:58.747');
INSERT INTO `lore_blog`.`blog_post`(`id`, `title`, `slug`, `author_id`, `thumbnail`, `content`, `tags`, `category_id`,
`type`, `content_type`, `status`, `comment_status`, `ping_status`, `comment_count`,
`read_count`, `pubdate`, `create_time`, `update_time`)
VALUES (1164738605615214593, '友情链接', 'links', 1, '',
'这是默认的 **\"友链\"** 页面, 这个页面的自定义方式和 **\"关于\"** 页面是一样.', NULL, 0, 'page', 'markdown', '3', '1', '0', 0, 0,
'2019-08-23 11:19:37.030', '2019-08-23 11:18:18.032', '2019-08-23 11:19:37.031');
|
<gh_stars>1-10
insert into user (user_id, alias) values
(131, 'g5'),
(444, 'gc');
insert into game (game_id, average, original) values
(130, 1, 818),
(162, 1, 818);
insert into attempt (id, guess, guesses, game_id, user_id) values
(129, 818, 10, 130, 131),
(161, 818, 10, 162, 444); |
-- wal4.test
--
-- execsql { SELECT name FROM sqlite_master }
SELECT name FROM sqlite_master |
INSERT INTO profile
VALUES (1, 'ADMIN', 'Administrateur application');
INSERT INTO user(id, nom, prenom)
VALUES (1, 'RAMBLA', 'Magalie');
INSERT INTO user(id, nom, prenom)
VALUES (2, 'DION', 'Céline');
INSERT INTO project_category
VALUES (1L, 'bio');
INSERT INTO project(nom, description, montant_minimum, date_limite_collecte, valid_project)
VALUES ('Commerce Bio', 'Boutique en ligne', 200.00, TO_DATE('01/01/2020', 'DD/MM/YYYY'), 'VALIDE');
|
DROP TABLE customer;
CREATE TABLE customer;
(
CustomerID int(10) NOT NULL PRIMARY KEY AUTO_INCREMENT,
AddressID int(10) NOT NULL,
PersonID int(10) NOT NULL,
ShoppingCartID int(10),
Gender varchar(10) NOT NULL,
newsletter boolean NULL,
TermsAndConditions boolean NULL
); |
<gh_stars>1-10
alter session set current_schema=&&v_username.;
DECLARE
VCODE CLOB;
VVERS VARCHAR2(20) := '&&P_VERS.';
VSER VARCHAR2(10) := '&&P_SER.';
VPSU NUMBER := &&P_PSU.;
VSID VARCHAR2(30) := 'VIEW_TESTE';
CURSOR OBJS IS
SELECT OBJECT_OWNER OWNER,
OBJECT_NAME NAME,
OBJECT_TYPE TYPE,
ID CON_ID,
PARENT_ID ORIGIN_CON_ID,
OTHER_XML TEXT
FROM PLAN_TABLE
WHERE STATEMENT_ID = VSID-- and rownum < 1000;
ORDER BY 1,2;
FUNCTION replaceClob
( srcClob IN CLOB,
replaceStr IN varchar2,
replaceWith IN varchar2 )
RETURN CLOB
IS
l_buffer VARCHAR2 (32767);
l_amount BINARY_INTEGER := 32767;
l_pos INTEGER := 1;
l_clob_len INTEGER;
newClob clob := EMPTY_CLOB;
BEGIN
-- initalize the new clob
dbms_lob.CreateTemporary( newClob, TRUE );
l_clob_len := DBMS_LOB.getlength (srcClob);
WHILE l_pos <= l_clob_len
LOOP
DBMS_LOB.READ (srcClob,l_amount,l_pos,l_buffer);
IF l_buffer IS NOT NULL
THEN
-- replace the text
l_buffer := regexp_replace(l_buffer,replaceStr,replaceWith);
-- write it to the new clob
DBMS_LOB.writeAppend(newClob, LENGTH(l_buffer), l_buffer);
END IF;
l_pos := l_pos + l_amount;
END LOOP;
RETURN newClob;
END;
BEGIN
$IF DBMS_DB_VERSION.VER_LE_11
$THEN
INSERT INTO PLAN_TABLE (STATEMENT_ID, OBJECT_OWNER, OBJECT_NAME, OBJECT_TYPE, ID, PARENT_ID, OTHER_XML)
SELECT VSID,
OWNER,
VIEW_NAME,
'VIEW',
NULL CON_ID,
NULL ORIGIN_CON_ID,
TO_LOB(TEXT)
FROM DBA_VIEWS;
$ELSE
INSERT INTO PLAN_TABLE (STATEMENT_ID, OBJECT_OWNER, OBJECT_NAME, OBJECT_TYPE, ID, PARENT_ID, OTHER_XML)
SELECT VSID,
OWNER,
VIEW_NAME,
'VIEW',
SYS_CONTEXT('USERENV','CON_ID') CON_ID,
ORIGIN_CON_ID,
TO_LOB(TEXT)
FROM DBA_VIEWS;
INSERT INTO PLAN_TABLE (STATEMENT_ID, OBJECT_OWNER, OBJECT_NAME, OBJECT_TYPE, ID, PARENT_ID, OTHER_XML)
SELECT VSID,
OWNER,
VIEW_NAME,
'VIEW',
CON_ID,
ORIGIN_CON_ID,
TEXT_VC
FROM CDB_VIEWS
WHERE CON_ID <> SYS_CONTEXT('USERENV','CON_ID') -- AND CON_ID IN (1,2)
AND ORIGIN_CON_ID = CON_ID;
$END
FOR I IN OBJS
LOOP
VCODE := UPPER(I.TEXT);
VCODE := replaceClob(VCODE,'[[:space:]]*',''); -- Remove all space characters
VCODE := replaceClob(VCODE,'"',''); -- Remove all quotes
INSERT INTO T_HASH (OWNER, NAME, TYPE, ORIGIN_CON_ID, CON_ID, MD5_ENC, SHA1_ENC, SERIES, ORAVERSION, PSU, CODE)
VALUES
(I.OWNER, I.NAME, I.TYPE, I.ORIGIN_CON_ID, I.CON_ID, SYS.DBMS_CRYPTO.HASH(VCODE, SYS.DBMS_CRYPTO.HASH_MD5), SYS.DBMS_CRYPTO.HASH(VCODE, SYS.DBMS_CRYPTO.HASH_SH1), VSER, VVERS, VPSU, I.TEXT);
END LOOP;
DELETE FROM PLAN_TABLE WHERE STATEMENT_ID = VSID;
END;
/ |
<gh_stars>0
-- @testpoint: 类型转换函数to_char (string)将char、varchar、varchar2、clob类型转换为varchar类型,合理报错
-- char转换为varchar
select char_length(to_char(lpad('abccc',1024*1024*10,'x')::char(10485761)));
select to_char('123456789'::char(77),'999','99999');
-- varchar2转换为varchar
select char_length(to_char(lpad('abccc',1024*1024*11,'x')::varchar2(10485761)));
|
<filename>regulator_v1.0.0.sql
/*
Navicat MySQL Data Transfer
Source Server : 172.16.31.10
Source Server Version : 50712
Source Host : 172.16.31.10:3306
Source Database : regulator
Target Server Type : MYSQL
Target Server Version : 50712
File Encoding : 65001
Date: 2016-12-08 17:20:01
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for quality_complaints
-- ----------------------------
DROP TABLE IF EXISTS `quality_complaints`;
CREATE TABLE `quality_complaints` (
`id` varchar(64) NOT NULL,
`title` varchar(200) DEFAULT NULL,
`category` int(11) DEFAULT NULL,
`category_name` varchar(50) DEFAULT NULL,
`name` varchar(45) DEFAULT NULL,
`sex` int(11) DEFAULT NULL,
`phone` varchar(20) DEFAULT NULL,
`idcard` varchar(25) DEFAULT NULL,
`email` varchar(30) DEFAULT NULL,
`address` varchar(100) DEFAULT NULL,
`type` int(11) DEFAULT NULL,
`evidence_img` varchar(300) DEFAULT NULL,
`product_brand` varchar(30) DEFAULT NULL,
`product_detail` varchar(50) DEFAULT NULL,
`product_price` double DEFAULT NULL,
`pay_time` datetime DEFAULT NULL,
`company` varchar(50) DEFAULT NULL,
`company_phone` varchar(25) DEFAULT NULL,
`request` varchar(500) DEFAULT NULL,
`expect` varchar(200) DEFAULT NULL,
`response` varchar(200) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
`is` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of quality_complaints
-- ----------------------------
INSERT INTO `quality_complaints` VALUES ('ea08810a084a4b08a5cec0b4eab3560e', 'sdf', '3', '个护化妆', 'sdf', '1', 'sdf', '', '', '', '2', '[\"http://api.chinaeid.cn:80/image/1481163688428.png\"]', '', 'dsf', null, null, '', '', 'sdf', 'sdf', '', '2016-12-08 10:20:52', '0');
INSERT INTO `quality_complaints` VALUES ('6be70ef94cce4df3895fa81bb376d536', 'sdf', '3', '个护化妆', 'sdf', '1', 'dsf', '', '', '', '2', '[]', '', 'sdf', null, null, '', '', 'sdf', 'dsf', '', '2016-12-08 11:00:33', '0');
INSERT INTO `quality_complaints` VALUES ('dc7af8d7f4ba4f4db0478ceb02400d75', 'sdf', '4', '手机数码', 'sdf', '1', '1sdfdsf', '', '', '', '2', '\"\\\"[]\\\"\"', '', 'dsf', null, null, '', '', 'sdf', 'sdf', '', '2016-12-08 11:01:07', '0');
INSERT INTO `quality_complaints` VALUES ('7f00e020ddb04b22b826363e8c2efed8', 'gd', '2', '服饰鞋帽', 'dfg', '1', 'dg', '', '', '', '2', '\"[]\"', '', 'cvb', null, null, '', '', 'dfg', 'fg', '', '2016-12-08 11:20:55', '0');
INSERT INTO `quality_complaints` VALUES ('1ab272f95ab54b188579132efa6f3c0e', '接你', '6', '饮料食品', '看', '0', '25585666', '', '', '', '2', '[\"http://api.chinaeid.cn:80/image/1481181437710.jpg\"]', '', 'KNN', null, null, '', '', '啦啦啦', '接你', '', '2016-12-08 15:17:20', '0');
-- ----------------------------
-- Table structure for quality_exposure
-- ----------------------------
DROP TABLE IF EXISTS `quality_exposure`;
CREATE TABLE `quality_exposure` (
`id` varchar(64) NOT NULL,
`company_name` varchar(50) DEFAULT NULL,
`location` varchar(100) DEFAULT NULL,
`product_name` varchar(50) DEFAULT NULL,
`brand` varchar(50) DEFAULT NULL,
`model` varchar(45) DEFAULT NULL,
`batch` varchar(45) DEFAULT NULL,
`result` varchar(5) DEFAULT NULL,
`reason` varchar(400) DEFAULT NULL,
`accreditation_body` varchar(100) DEFAULT NULL,
`product_class1` int(11) DEFAULT NULL,
`product_class1_name` varchar(50) DEFAULT NULL,
`product_class2` int(11) DEFAULT NULL,
`product_class2_name` varchar(50) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
`is` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of quality_exposure
-- ----------------------------
INSERT INTO `quality_exposure` VALUES ('63dc9200077649259aafa407c5aad018', '太原兴安昌迪汽车用品有限公司', '山西省', '昌迪高级制动液', '昌迪', '800g/瓶 HZY3', '2016-01-25', '不合格', '运动黏度(-40℃)、蒸发损失', '国家危险化学品质量监督检验中心(广东)', '9', '汽车用品', '96', '系统养护', '2016-12-08 10:24:19', '0');
-- ----------------------------
-- Table structure for quality_focus
-- ----------------------------
DROP TABLE IF EXISTS `quality_focus`;
CREATE TABLE `quality_focus` (
`id` varchar(64) NOT NULL,
`title` varchar(200) DEFAULT NULL,
`type` int(11) DEFAULT NULL,
`platform` int(11) DEFAULT NULL,
`publish_time` datetime DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
`thumbnail` varchar(100) DEFAULT NULL,
`content` text,
`category` int(11) DEFAULT NULL,
`is` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of quality_focus
-- ----------------------------
INSERT INTO `quality_focus` VALUES ('95a6924615184aea92ee164152f3f6c1', '深圳文锦渡口岸:开辟“绿色通道”助应节进口食品快速通关', '5', '1', '2016-11-08 15:21:12', '2016-12-08 15:23:45', 'http://api.chinaeid.cn:80/image/1481181821494.jpg', '<p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481181840473.jpg\" alt=\"IMG4437e68446704311557652\" class=\"\"><br></p><p>即将到来的12月25日是西方传统的圣诞节,深圳文锦渡口岸提前迎来进口预包装食品高峰。文锦渡检验检疫局开辟“绿色通道”,助力应节进口食品快速通关,确保满足国内消费市场需求。据统计,文锦渡口岸11月共进口糖果、巧克力、糕点、饼干等应节食品1055批、重7434吨,货值3619万美元,分别环比增长26%、14.5%和16.1%。图为文锦渡局工作人员现场查验进口食品。</p><p><br></p>', '1', '0');
INSERT INTO `quality_focus` VALUES ('6afc259f14f744459021eed8585d1ba1', '湖南省质监局通过群众举报查处违法生产窝点', '3', '1', '2015-10-08 15:32:34', '2016-12-08 15:59:43', 'http://api.chinaeid.cn:80/image/1481182407518.jpg', '<p>中国质量新闻网讯 (记者 王融国) 10月28日,湖南省质监局稽查局通过群众举报,在长沙市雷锋镇查处了一起违法生产建筑防水卷材的案件,现场封存了500卷价值6万余元的不合格产品。</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481182432535.jpg\" alt=\"IMG4437e684467042789356638\" style=\"line-height: 1;\" class=\"\"></p><p align=\"center\" style=\"text-align: center;\">极其简陋的生产场地。 记者 王融国 摄</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481182456120.jpg\" alt=\"IMG4437e684467042789356639\"><br></p><p align=\"center\" style=\"text-align: center;\">执法人员正在仔细检查防水卷材。 记者 王融国 摄</p><p>质监行动,查处违法窝点</p><p>当天上午,执法人员驱车一个多小时,来到位于高新开发区雷锋镇坪山村的湖南晴朗防水卷材科技有限公司。这个近2000平方米的院子由3栋平房围成,在其中一个极简陋、昏暗的房子里,生产设备正在运行,四周堆放着原材料和包装好的成品。拆开包装,产品的合格证上赫然标注着广州禹神建筑防水材料有限公司和山东鑫达鲁鑫防水卷材有限公司。执法人员介绍,根据群众提供的线索,他们曾多次到该公司暗访,进行执法检查,并对产品进行了抽样。经湖南省建筑材料质量监督检验授权站检验,该公司生产的建筑防水卷材产品其“低温柔性”实际检测有裂缝,国家标准要求为无裂缝;“浸水后质量增加”实际检测为1.3%,国家标准要求为≤1.0%,被判定为不合格产品。与此同时,在案件处理过程中,执法人员还发现该公司未取得防水卷材的生产许可证,也就是说,湖南晴朗防水卷材科技有限公司存在无证生产的行为。</p><p>据了解,建筑防水卷材主要用于建筑墙体、屋面以及隧道、公路等处,抵御外界雨水、地下水渗漏的一种可卷曲成卷状的柔性建材产品。作为工程基础与建筑物之间无渗漏连接,建筑防水卷材是整个工程防水的第一道屏障,起着非常重要的作用。“‘低温柔性’是决定建筑防水卷材产品内在品质的重要特性指标。建筑防水卷材‘低温柔性’不合格,可能只有3-5年的使用寿命,短的甚至只有1-2年。而‘浸水后质量增加’指标不合格,会引起建筑防水卷材产品的性状发生变化,从而影响到产品的防水性能。”湖南省质监局稽查局局长罗纳晚介绍,建筑防水卷材对老百姓居家屋顶、卫生间防水和地下室防潮,也起着至关重要的作用。建筑工程一旦使用不合格防水卷材,将对建筑物的使用寿命和使用功能造成严重影响。在现场,执法人员将所有涉嫌无证、假冒他人厂名厂址的不合格建筑防水卷材产品进行了封存。</p><p>群众监督,力量不容小觑</p><p>记者在采访中发现,湖南晴朗防水卷材科技有限公司隐藏于极为偏僻的小山坡上。对于这样一家有地址却无具体门牌号码,也无法通过肉眼判断其产品质量好坏的企业,是如何被执法人员发现的呢?群众举报!湖南省质监局稽查局相关负责人告诉记者,省局12365投诉举报中心今年1-9月共接到投诉1306起,举报174起。这些投诉举报电话会在第一时间转给当地的质监、工商等职能部门,经过核实后进行处理。也就是说,除开巡查、监督抽查等方式发现不合格产品和违法生产企业外,有相当一部分打假案源来自群众举报。</p><p>在这些群众中,一部分是受到假冒伪劣产品侵害的消费者及热心的市民,另一部分则是对侵权企业知根知底的同行。这些群众能提供产品的可能不合格项、违法企业的具体地址等相对比较准确的信息,给执法工作提供了很多帮助。</p><p align=\"center\"></p><p>业内人士指出,随着社会对质量的关注度越来越高,政府职能部门对《产品质量法》等相关法律法规宣贯越来越到位,老百姓对与自己生活密切相关的质量知识越来越了解,维权需求越来越迫切。群众举报,形成了一股不可小觑的监督力量,不仅给相关职能部门提供了案源,也扩大了监督的范围,对不法生产企业起到了威慑的作用。</p><p><br></p>', '1', '0');
INSERT INTO `quality_focus` VALUES ('a9cec787ef704f79b176a2c07ed18630', '陕西省汉中市质量工作纪实', '8', '1', '2016-12-08 06:38:56', '2016-12-08 16:22:51', 'http://api.chinaeid.cn:80/image/1481182794282.jpg', '<div style=\"text-align: center;\"><strong>高举质量大旗 提升城市品质</strong></div><strong><div style=\"text-align: center;\"><strong>——陕西省汉中市质量工作纪实</strong></div><div style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481182822473.jpg\" alt=\"IMG4437e68446704311572284\"><strong><br></strong></div></strong><p><strong></strong></p><p style=\"text-align: center;\">汉中市政府召开全市质量工作大会。市委副书记、市长王建军(主席台上左三)出席会议并讲话。</p><p>党的十八大以来,中央明确提出要“把推动发展的立足点转到提高质量和效益上来”,提升质量已经成为当前我国经济工作重大任务——供给侧结构性改革的一个重要突破口和重要抓手。</p><p>在这场改革中,地方该如何作为?陕西汉中市把提高产品质量、扩大有效供给作为重中之重来抓,深入推进质量强市战略,完善质量管理体系,打造知名品牌,推进标准化工作改革,创新监管举措……有力扛起了“两汉三国、真美汉中”的质量大旗。</p><p>以质量转方式、以质量求发展、以质量提效益,汉中全市经济社会发展取得了显著成绩。今年上半年,全市实现生产总值479.67亿元、同比增长8.2%;完成财政总收入56.76亿元,同比增长11.5%;固定资产投资完成440.52亿元,同比增长23.5%;实现社会消费品零售总额173.16亿元,同比增长14.4%。主要经济指标增速位居陕西全省第一方阵。</p><p>汉中市市长王建军说,“新常态下,要实现中高速与中高端协调发展,实现数量追赶与质量追赶同步发展,需要我们厚植质量理念,采取更加科学有效的方法,提升发展的质量和效益,推动供给侧结构性改革。这样我们才能既保护好青山绿水,又创造出金山和银山。”</p><p>高层重视+体系完善</p><p>质量工作强力推进</p><p>凝心聚力抓质量、一心一意谋发展。汉中市政府高度重视质量工作,把质量工作摆上重要议事日程,连续三年将质量工作写入政府工作报告;在全市“十三五”规划中用专门章节对质量强市工作做了战略性部署。</p><p>今年3月10日,汉中市召开全市质量工作大会,市长王建军出席会议并在讲话中指出:质量是新常态下市场竞争的致胜法宝,我们必须将推动发展的立足点转到提高经济整体质量和效益上来,以质量的提升“对冲”速度的放缓,向质量要资源,用质量保环境,靠质量实现全面发展。</p><p>汉中市副市长何俊杰亲自撰写文章《推进有质量的发展 建设高质量的汉中》谈质量工作。他强调,“质量工作现在已上升到国家战略,是区域经济综合实力的集中体现,关系政府的形象、关系企业的生死、关系人民的福祉,每个人本着对历史负责、对社会负责、对人民负责态度管好质量。务必扎扎实实开展质量强市工作,努力实现质量强市的总体规划和各项目标。”</p><p>汉中市质监局新任局长孟晓东创新工作模式,推行执法监管到服务监管转变、充分发挥质监技术优势,运用数据说话,作为全市质监工作的重点。</p><p>在各级领导的重视和推动下,汉中质量强市顶层设计不断完善,质量强市战略深入推进,全市质量意识进一步强化。同时,不断完善的制度体系,有力夯实了质量发展基础。</p><p>自汉中市政府成立汉中市质量强市工作推进委员会,汉中市的质量强市工作全面推进,目前已形成了一整套体系完备、有章可循、责任到位的大质量工作体系。</p><p>——相继出台了《汉中市“十三五”质量发展规划》、《汉中市政府贯彻实施质量发展纲要2015~2016年行动计划》、《汉中市2015年度质量分析报告》等一系列政策文件。</p><p>——汉中市政府与各县区政府签订年度质量工作目标责任书,并决定自2016年设立汉中市市长质量奖。</p><p>——相关职能部门围绕产品质量、工程质量、服务质量水平提升,形成有效质量安全保障体系;在全市范围内启动了企业质量信用大数据建设,实现信息共享,健全质量诚信体系;狠抓风险预防监测、质量分析报告、质量安全重大问题通报等制度,健全质量风险监测体系。</p><p>——汉中市质监局全面加强法制宣传,建立健全了监督抽查、挂牌督办、重大疑难案件合议等制度,积极开展质监“利剑行动”,严厉打击制假售假违法犯罪行为。</p><p>……</p><p>目前,大质量工作体系已成为汉中市工作大局中的重要一环,推动各级政府和企业更加重视抓好质量管理工作,也对汉中全市质量水平和质量竞争力的提升起到了深远的影响。</p><p>强化服务+精准培育</p><p>名牌创建收获颇丰</p><p>一直以来,汉中市政府都把品牌创建工作做为建设质量强市的首要任务来抓,通过建立机制推名牌、准确定位抓名牌、强化服务育名牌、打假扶优保名牌、产业政策壮名牌、大力宣传扬名牌等有力措施,鼓励企业提高质量、创建品牌,发挥示范引领作用,提升经济社会效益。</p><p>名牌产品创建方面,目前全市有效期内陕西名牌产品总数达到51家企业60个产品,今年,全市又有41家企业47个产品申报陕西省名牌产品,创历年申报数量之最。</p><p>驰著名商标创建方面,全市拥有中国驰名商标6件、省著名商标176件、市著名商标126件,商标总数达到4790件。</p><p>知名品牌示范区创建方面,洋县“全国朱鹮生态保护产业知名品牌创建示范区”圆满完成创建工作任务,即将迎来审核验收。汉台区“陕西省汉江产业园航空零部件制造产业知名品牌创建示范区”和勉县“陕西省勉县大米产业知名品牌创建示范区”两个省级示范区均完成了第一年创建工作任务,进入第二年创建冲刺收尾阶段。</p><p>服务业品牌创建方面,新增黎坪、青木川、朱鹮梨园、武侯祠4A级景区4家,全市4A级景区累计达到7家,A级以上景区总数达到23家,2016年申报陕西省服务业名牌的华阳景区、东方家政、唐龙汽车已通过省质量推进委专家组的现场审核,有望实现“零”突破。此外,陕南绿茶有限公司董事长马敏荣获2015年度陕西省“十大质量人物”;陕西午子绿茶公司被评为陕西省“质量标杆企业”;汉中龙岗大桥和汉江新城二期84#楼工程荣获2015年度陕西省建设工程长安杯(优质工程)奖。</p><p>值得关注还有洋县有机产业的发展,在省市签署《扶持洋县有机产业发展多方协议》后,汉中市质监局主要领导第一时间赶赴洋县调研,实地走访有机园区企业,研究协议落实工作,并及时与省质监局的沟通联系,从知名品牌园区创建、名牌产品培育申报、认证检验检测技术服务、争取项目资金等方面给予大力支持,助力有机产品开拓国内外市场,提升产业发展的经济效益。</p><p>在2016丝博会暨西洽会展会现场,来自汉中陕西东裕茶业有限公司的绿茶吸引了前来参观的诸多宾客的眼光,人们驻足询问、品尝茶叶,不时就口感与身边人交流,“这个茶叶的口感确实不错,买几包带回家给家里人尝尝。”来自西安的杨红娟放下刚喝完的茶叶杯,立马向展台工作人员询问购买价格。东裕绿茶做为陕西名牌产品,源于秦汉、兴于盛唐,产自汉中西乡县。独特的自然环境、科学的培植和精细的加工,使得东裕绿茶成为“茶中珍品”。</p><p>在汉中市,像东裕绿茶这样的品牌已经提升拉动了整个产业的发展。一系列有力措施的实施,也给企业发展带来后劲。陕西鹏翔茶业有限公司总经理段成鹏告诉记者,公司茶叶生产已全部实现清洁化生产线,这样既保证茶叶生产过程中不受污染确保产品质量,又能避免产品品质参差不齐的现象。茶叶成为汉中市域经济中最具活力、发展最快的产业,也是带动群众增收致富、脱贫攻坚效益最好的产业。</p><p>能力建设+强化监管</p><p>标准计量惠动民生</p><p>自2011年实施技术标准战略以来,汉中市质监局积极发挥职能作用,在与各部门的共同努力下,汉中市标准化事业迅速发展,实现了诸多领域零的突破。</p><p>截至目前,汉中市参与制定、修订行业标准5项、地方标准9项、企业产品标准23项,采用国际标准3项,创标准化良好行为企业5家,为引领汉中经济社会发展作出了重要贡献。</p><p>汉中冬韭、汉中大米、汉中茶叶标准综合体、黑木耳标准综合体等4项省级地方标准制修订项目已经上报。</p><p>陕西中烟工业有限公司汉中卷烟厂、陕西朱鹮黑米酒业有限公司两家企业建立了包括工作标准、技术标准、管理标准在内的企业标准体系,涵盖了企业生产的各个方面,提高了企业的综合管理水平和产品质量。</p><p>陕西城固酒业有限公司、汉中山花茶叶有限公司等5家单位申报创建陕西省标准化良好行为企业。</p><p>汉川机床、汉江工具、汉江机床、中航电测、万目仪电等多家企业被邀请参与了相关领域国家标准、行业标准的制定修订工作。</p><p>第二批服务业标准化试点单位汉中东方清洗家政服务公司,目前正在积极准备迎接考核验收。汉中市立清清洗家政服务有限公司被省质监局批准为第三批省级服务业标准化试点创建单位。</p><p>加强全市计量技术机构能力建设,拟建交直流电压、电流、功率表检定装置等9项新建标项目并报送省质监局批准。</p><p>帮助留坝、佛坪、镇巴、城固四个县级计量所通过省局考核,完成了授权换证工作。</p><p>完成市计量所41项次级计量标准、县级计量所15项社会公用计量标准及四家企业在建5项计量标准到期复查换证工作。</p><p>强化对检验检测机构的监管,对11家检验机构进行了监督抽查,规范检验行为。</p><p>应急处置+专项检查</p><p>特设安全保障民生</p><p>“您好,96333,请问有什么可以帮到您?”</p><p>“我这里电梯坏了,停在这儿不动了,门也打不开,我出不去了。”</p><p>“先生请不要慌张,请您寻找一下96333标签并提供标签下方的电梯识别码。”</p><p>针对电梯事故多发的实际,今年以来,汉中市及时筹建并启用了汉中市96333电梯应急处置中心平台,全天候受理和处置电梯安全突发事件,为广大市民安全乘坐电梯提供了有效保障。</p><p>从4月1日起所有乘客电梯的维保、检验、应急救援信息均已上传至平台,可以实时对电梯的维保、检验情况进行监督。被困在电梯内的人只要拨打96333,报出7位数字的电梯识别码,监控人员即可通过数据库查到电梯所处位置,所在楼号、单元号,此外还有使用单位及联系电话、安管员姓名、维保单位及救援电话、维保点地址、维保点负责人等信息。</p><p>在已有的特种设备救援队伍的基础上,依托市电梯行业协会,组建汉中市电梯应急救援队伍。截止目前,96333共接到电梯故障救援电话共167起,电梯故障25起,排除投诉149起。</p><p>制作“电梯安全公益广告”、制作“电梯安全公开课”在城区繁华地带的电子显示屏和微信公众号上进行发布,普及了安全知识、增强了群众安全意识。</p><p>今年以来,该市质监局还组织专业技术人员、维保专业人员对电梯维保单位的维保质量进行了专项检查,并把检查情况形成送阅件,送相关领导和县区、行业主管部门,引起了社会各方重视,形成齐抓共管的格局。</p><p>同时,为进一步完善特种设备安全工作组织领导和工作机制,强化“六方”责任落实,汉中市政府还印发了《关于加强特种设备安全监管工作的实施意见》,建立了汉中市特种设备安全工作联席会议制度。</p><p>质量安全监管显效益</p><p>工作亮点频现</p><p>产品质量、工程质量、服务质量等一系列质量措施的落实,有效促进了汉中市质量整体水平的提升,质量效益初步显现。</p><p>工业领域,汉中中航电测公司转变发展理念,追求卓越质量,实现全自动化生产,提升产品质量核心竞争力,2016年上半年,该公司在经济下行的大环境下,逆势而上,销售收入同比增长20%;汉中万目仪电公司专注研制新技术,开发新产品,生产的减速器产品市场供不应求;汉江工具有限责任公司提高生产标准等级,生产的高精度、高性能叉齿刀、齿轮滚刀精度和性能指标达到德国双A标准,填补国内空白,走向国际市场。</p><p>农业领域,2015年底,汉中市洋县被国家认监委授予“国家有机产品认证示范区”,成为全国首批9个“国家有机产品认证示范区”之一、西北地区“有机第一县”、全国现有34个有机产品认证示范创建县中唯一的全国知名品牌示范创建区。以此为契机,洋县积极打造有机产业集群,不断壮大“朱鹮”系列有机产品生产和市场营销体系。目前,该县有机产品已认证13类70种约8067公顷,认证产量2.94万吨,有机产业年总产值已达8.82亿元,有机产品“品种多、门类全、地域特色鲜明”,已成为西北地区最大的有机产品聚集区,推动了县域经济的快速发展。</p><p>工程建设领域,各建筑施工企业坚持创新、节能环保、绿色施工发展理念,认真落实工程质量治理两年行动方案,积极推广应用建筑业新技术,依靠管理创新、技术创新、人才创新,强化工程质量安全管理。汉中龙岗大桥荣获汉中市建筑史上最高奖项——国家优质工程奖;汉中市中医院住院综合楼等八个工程被评为2015年度汉中市建设工程“天汉杯”(市优质工程)奖。</p><p>服务业领域,汉中东方家政公司以标准化工作为突破口,加强员工业务技能培训,规范服务流程,精心打造“汉水妹子”、“汉家嫂”服务品牌,已在汉中拥有10余家直营连锁服务网点和300多名工作人员。旅游服务方面,2015年,全市共接待游客2915万人次、实现旅游总收入152.8亿元,同比增长11%和16.3%,旅游业总收入在全市GDP占比达14%。今年1至5月,全市累计接待游客1893.66万人次、实现旅游收入94.92亿元,同比分别增长13%、14.8%。</p><p>与此同时,以实施质量考核为杠杆,汉中市各县积极落实质量安全监管责任,工作亮点频现。</p><p>勉县市场监管局质量考核、依法行政、质量强县战略实施和名牌创建4项工作取得显著成效,质量考核位列汉中市前茅;留坝县将质量强县工作写入全县“十三五”发展规划并纳入全县年度目标责任考核评价体系;南郑县创新市场监管体系,质量监管实现了县域全覆盖;略阳县将特种设备安全工作纳入全县安全生产目标考核范畴,并加大考核权重;汉台区政府出台了《汉台区推动名牌产品奖励办法》,奖励经费列入财政年度预算;佛坪县深入实施技术标准战略,全面推进标准化建设……</p><p>质量工作的全面加强,也使各县质量效益积极呈现:</p><p>——勉县县域品牌竞争力得到有力提升,陕西锦泰魔芋产业发展有限公司通过了美国FDA认证、新加坡HALAL国际清真食品认证,“锦泰”魔芋也赢得海外市场的青睐。</p><p>——洋县有机产业已经成为汉中市对外交流合作的一张名片。“来,尝尝我们种的有机葡萄,绝对不一样。不用洗就能吃!”7月11日,国家认监委工作组来到洋县朱鹮生态农业生产基地,当地的有机协会会长李天刚向大家“炫”起了“有机食品”。</p><p>——西乡县通过优化茶叶生产布局,推进茶叶生产专业化、规模化和标准化,加强科技创新,培育龙头企业等举措大力推进茶产业的新发展,茶业已成为西乡特色鲜明的支柱产业和优势产业,成为农民脱贫致富的富民产业。</p><p>……</p><p>“追求质量发展永无止境,做好新时期质量工作任务艰巨、责任重大、使命光荣。下一步,我们将坚持把质量工作作为调结构、稳增长、促发展、惠民生的重要任务来抓,继续按照‘政府引导、部门协作、企业主体、社会参与’的工作思路和要求,做到组织领导到位、政策措施到位、工作落实到位,确保质量强市工作取得新的成效。”汉中市质监局局长孟晓东如是说。</p><p>高举质量大旗,真正把汉中建成结构优、质量优、效益优的质量强市,已经成为汉中市上下的共识,努力正在继续,期待正在到来。</p><p><br></p><p style=\"text-align: center; \"><img src=\"http://api.chinaeid.cn:80/image/1481182913945.jpg\" alt=\"IMG4437e68446704311572286\"><br></p><p style=\"text-align: center; \">陕西省质监局局长乔军(右一)深入汉中市勉县锦泰实业有限公司调研。汉中市政府副市长何俊杰(左二)、汉中市质监局局长孟晓东(左三)一同调研。</p><p style=\"text-align: center; \"><img src=\"http://api.chinaeid.cn:80/image/1481182936454.jpg\" alt=\"IMG4437e68446704311572285\"><br></p><p style=\"text-align: center; \">“5·20”世界计量日,汉中市副市长何俊杰(左二)前往汉中市计量所,看望慰问计量一线干部职工,听取计量工作和计量日宣传活动筹备情况汇报,并对计量工作提出新要求。市质监局局长孟晓东(左三)陪同检查调研。</p><p><br></p>', '1', '0');
INSERT INTO `quality_focus` VALUES ('34675044b0fc4bccaad512e3c58e6f1c', '浙江湖州:多措并举提高出口产品国际竞争力', '0', '1', '2016-09-08 15:43:42', '2016-12-08 15:44:44', 'http://api.chinaeid.cn:80/image/1481183092650.jpg', '<p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183104637.jpg\" alt=\"IMG4437e68446704311566093\" class=\"\"><br></p><p><br></p><p>日前,浙江湖州检验检疫局工作人员到出口胶合板企业进行现场监管。该行业在三年前遭遇美国“双反”调查后,湖州局主动站位,以提升产品质量为主线,与地方质量监管部门形成合力,加快转型升级的步伐,主动淘汰落后产能,加强检验检测,甲醛含量须达到E1级,核查输往加州地区所用板材是否获得CARB认证,鼓励企业加大对产品开发、科研能力、创新发展、环境保护的投入,采取提升产品科技含量、打造品牌效益等手段来提高出口产品的国际竞争力。</p><p><br></p>', '1', '0');
INSERT INTO `quality_focus` VALUES ('72a14f4107054563ac0db2c28d489160', '记者卧底保健品销售公司:用猪脑实验 冒充三甲医院骗老人', '5', '1', '2016-12-05 15:47:19', '2016-12-08 15:54:33', 'http://api.chinaeid.cn:80/image/1481183315746.jpg', '<p>山东卫视《调查》栏目记者卧底一家名为北京宏国伟业生物科技发展有限公司的保健品销售公司,拍摄到该公司用猪脑做实验,并且冒充国家机关、公立三甲医院欺骗老人,兜售所谓的保健品。</p><p>“专家”讲课吓唬老人,现场拿猪脑做实验</p><p>11月24日,《调查》记者在该公司大厅看到,有20多位老人听课,公司推销的是一种叫神经酸的保健品。这位所谓的专家介绍,他们卖的药能治疗抑郁症、脑萎缩、癫痫、脑中风等各种老年病,他还拿了两个已经发臭了的猪脑做实验,用两个装着猪脑的碗,一个放入要卖的药品,一个不放,以此来对比展示其药的“神奇药效”。</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183354193.jpg\" alt=\"IMG4437e684467043117908120\" class=\"\"><br></p><p align=\"center\" style=\"text-align: left;\">不仅如此,男子一边实验,还一边通过CT图展示、现场指导、举例等多种方式吓唬老人,说患上一些老年病后“想死都死不了”,扬言病情的危害性“跟癌症一样”。很多老人听了之后都很害怕。</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183391222.jpg\" alt=\"IMG4437e684467043117908221\" class=\"\"><br></p><p>“专家”现场讲课称:你宁愿早死,也不愿意晚走,关键是很多人得了这个病,你想死都死不了。说白点,得老年痴呆的人跟动物就没有区别了,没有任何的羞耻心,或者没有任何的尊严。可以说,老年痴呆跟癌症比起来,差不多。</p><p>免费查体结果老人全部有病?</p><p>讲完课后,公司安排老人体检。按照其说法,检查数据图要是以曲线形式呈现的话,说明脑部有病,要是直线那就没病。而《调查》记者在现场惊奇地发现,所有参与体检老人的体检图都是显示曲线,也就是说都有病?</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183420152.jpg\" alt=\"IMG4437e684467043117908222\" class=\"\"><br></p><p align=\"center\" style=\"text-align: center;\">体检现场</p><p>谎称“国家补贴”优惠多 从5万降到1万包治好</p><p>课也讲了,体检也完成了,接下来就是卖保健品了,这在行业内叫“攻单”,山东卫视《调查》记者在二楼的小房间里,拍摄到了“攻单”的全过程。这名攻单的男子拿到检查单,看都没多看就断定老人患有很多病,需要马上治疗。男子向老人推荐神经酸能够治愈老人的病,但需要5万块钱。</p><p>听说要5万,老人觉得太贵。这时候男子谎称以“国家财政补贴”的名义降价,直接降到2万,这时候老人仍然觉得贵,又从2万降到1万。男子还向老人保证,能够彻底根治老人的病。</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183450403.jpg\" alt=\"IMG4437e684467043117908223\" class=\"\"><br></p><p align=\"center\" style=\"text-align: left; \">从开始的5万一下子就降到1万,这不是捡了个大便宜吗?坐在旁边的这位女士还扬言“我国正规医院的药根本治不了这个病”。她还向老人保证,半年后要是没治好可以全额退款。在这两名公司负责人的多次攻单之下,老人最终花了一万块钱购买了两盒神经酸。</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183510324.jpg\" alt=\"IMG4437e684467043117908224\" class=\"\"><br></p><p>公司负责人“攻单”:“咱们国家没有特效药治疗老年痴呆,你去医院,医生只能给你开药,开的药给你吃,事实上也是精神安慰,不是给你治病。”</p><p>话术自己编的 冒充国家机关忽悠老人来体检</p><p>这些老人都是通过员工打电话邀约体检来的。山东卫视《调查》记者发现,每个员工邀约老人的理由都不一样。有的员工说是朝阳区疾控中心的,有的是说天坛医院、安贞医院等知名三甲医院的,公司一位女员工告诉《调查》记者,他们的话术都是自己编的,目的是让老人相信他们。</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183536223.jpg\" alt=\"IMG4437e684467043117908225\" class=\"\"><br></p><p align=\"center\" style=\"text-align: center;\">电话“邀约”老人体检现场</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183579233.jpg\" alt=\"IMG4437e684467043117908326\"><br></p><p align=\"center\" style=\"text-align: center;\">打电话现场</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183603417.jpg\" alt=\"IMG4437e684467043117908327\"><br></p><p align=\"center\" style=\"text-align: center;\">打电话现场</p><p align=\"center\" style=\"text-align: left;\">这位女子说,不仅要说自己是医院的,还要给老人说别的正规医院的检查不靠谱。为了让老人来公司,他们还车接车送。这位女子告诉《调查》记者,接老人是很重要的摸清老人底细的机会。</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183638622.jpg\" alt=\"IMG4437e684467043117908328\" class=\"\"><br></p><p>工作人员说:“你去接的话,你可以聊很多,关于他的家庭,身体情况,吃不吃保健品,家里有多少钱,还有就是大龄工作的,退休工资多少。这些都是你在车上聊出来的。你一路走过来就知道大概能不能出单。”</p><p>员工自曝:月收入多则十几万,少则一两万</p><p>公司的另一名女员工告诉山东卫视《调查》记者,保健品销售是暴利行业,他们公司经常一次性卖出几十万的单子,最高的有70万。李女士还介绍,公司员工每个月拿几万元工资很正常,有的一个月就能拿十几万。</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183696616.jpg\" alt=\"IMG4437e684467043117908329\" class=\"\"><br></p><p>公司女员工表示:“那我们有时候一单就可以开10万,20万,30万,我们到现在为止最大的一单是70万。我们公司四五十个人,只有3个人月薪能拿到10万以上,但是现在有十七八个,工资能拿到每个月5万以上,剩下的那些都是一两万的。”</p><p>所谓包治百病的“神药”只是普通食品</p><p>那么,他们卖的神经酸到底是什么呢?包装盒上写着“鲨鱼油粉浓缩复合膳食食品”,也就是说,这只是食品,连保健品都不是。</p><p>根据我国《保健食品管理办法》第二十三条:保健食品的标签、说明书和广告内容必须真实,符合其产品质量要求。不得有暗示可使疾病痊愈的宣传。第二十五条 未经卫生部按本办法审查批准的食品,不得以保健食品名义进行宣传。就是这样的一种标注为食品的东西,却被公司说成包治百病的神药。</p><p></p><p>山东卫视《调查》栏目已经向北京市有关部门举报,希望对这种违法违规销售保健品的团伙进行严查。</p><p align=\"center\" style=\"text-align: left;\"><br></p><p><br></p>', '1', '0');
INSERT INTO `quality_focus` VALUES ('307765b158d4438a95ce779884d3f641', '北京市门头沟区质监局开展岁末年初安全综合大检查', '8', '1', '2016-12-07 12:57:03', '2016-12-08 16:23:00', 'http://api.chinaeid.cn:80/image/1481183885019.jpg', '<p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481183892020.jpg\" alt=\"IMG4437e68446704310697631\" class=\"\"><br></p><p>近日,北京市门头沟区质监局对辖区数家液化气充装站和商场的特种设备进行了岁末年初安全综合大检查。</p><p>在检查现场,执法人员要求液化气充装单位既要严控气瓶充装,又要做好充装记录,确保充装的气瓶安全、合格,同时还要求电梯使用的受检单位要加大电梯的维保力度,消除各类安全隐患。</p><p><br></p>', '1', '0');
INSERT INTO `quality_focus` VALUES ('50e7dd5adf974df0a7e42b836a37d198', '苏宁易购两实体店开卖汽车 北京市民家门口可选购', '2', '1', '2016-12-05 16:10:26', '2016-12-08 16:10:57', 'http://api.chinaeid.cn:80/image/1481184672571.jpg', '<p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481184680864.jpg\" alt=\"IMG00241dafb4d742667044823\" class=\"\"><br></p><p>中新网10月14日电 苏宁易购汽摩类目负责人透露,在成熟运营线上汽摩(用品)的同时,线下门店也正式开辟汽摩(用品)零售新战场。10月21日,苏宁易购北京联想桥店和旧宫店将正式开售电动汽车。自此,苏宁易购成功打通线上线下汽车(用品)产品供应链,再次让顾客体验到O2O模式带来的便捷。</p><p>苏宁门店注入汽车新基因,O2O体验优势再次凸显</p><p>21日,吉利、北汽、比亚迪、江淮等电动汽车品牌将携手正式入驻苏宁易购北京联想桥店和旧宫店。届时,两家电动汽车超市将与消费者见面。</p><p>设在这两家门店的汽车超市,不但融合了多个电动汽车品牌的主流产品,更是加速了电动汽车走入消费者家庭的步伐,让电动汽车就是“大家电”的理念深入人心。同时,苏宁易购联合电动汽车超市,为更多市民在家门口提供体验、选购电动汽车的服务,成为一种便捷的生活方式。</p><p>电动汽车超市由国内知名电动汽车运营商互动新能量(北京)电动科技发展有限公司联合苏宁易购共同打造。作为国内知名电动汽车运营商,互动新能量(北京)电动科技发展有限公司旗下主要融合了电动汽车销售、电动汽车分时租赁、充电桩智能化管理和运营、以及电动汽车媒体平台等互动业务领域。双方本次成功联姻,对虚拟的互联网平台将起到更好的补充。</p><p>瞄准双十一,苏宁汽摩(用品)双线发力</p><p>苏宁易购汽摩用品项目部相关负责人介绍,针对今年双十一,苏宁车品提前两个月展开规划,从商品库存、资源整合、宣传引流、活动策划等多方面入手,实施线上线下双线齐发的战略部署。此外,嘉实多、壳牌、360、美孚、飞利浦等受消费者青睐的畅销品牌,也都已提前加入洽谈对接行列。</p><p>苏宁易购线上汽车频道自5月份升级改版以来,到618年中大促再到818发烧节,汽车用品销量持续猛增。加上线下门店车品销售渠道的成功打通,独特的O2O模式吸引了越来越多的品牌商选择入驻。</p><p>10月初,钱江摩托、百年品牌Benelli(贝纳利)旗舰店正式入驻苏宁易购,众筹项目活动首日,金额就已破千万元,9月30日众筹结束,最终以1666单、4100万的销售额完美收官。互动新能量(北京)电动科技发展有限公司的加入,无疑为苏宁易购汽摩(用品)注入新鲜血液,带来更为强劲的动力。</p><p align=\"center\"></p><p>今年双十一,苏宁双线将大力推出整车、摩托车系列。届时,消费者购买汽车也能享受线上优惠的价格,线下试驾、保养、维修等服务。</p><p><br></p>', '1', '0');
INSERT INTO `quality_focus` VALUES ('812b6875665e41b29d0cc1b1b81a2dfa', '大众展台VR体验区深度感受巴黎车展', '2', '1', '2016-12-01 07:11:29', '2016-12-08 16:13:35', 'http://api.chinaeid.cn:80/image/1481184761463.jpg', '<p><strong>中国质量新闻网讯</strong> (志 石)2016巴黎车展当地时间9月29日开幕。位于4号馆的大众汽车派出了强大整容,全系车型参加展览。在大众展区,最吸引观众的是VR体验区。观众可以在巴黎车展大众展台试戴VR眼镜体验驾乘感受。</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481184755840.jpg\" alt=\"IMG00241dafb4d742521409596\" class=\"\"><br></p><p style=\"text-align: center; \">大众汽车纯电动车发布现场</p><p style=\"text-align: center; \"><img src=\"http://api.chinaeid.cn:80/image/1481184806998.jpg\" alt=\"IMG00241dafb4d742521398164\"><br></p><p style=\"text-align: center; \">图为西亚特新车发布现场,来宾通过VR眼镜体验新车性能</p><p>VR是Virtual Reality的缩写,意思就是虚拟现实,是借助计算机及最新传感器技术创造的一种崭新的人机交互手段。在大众展区的VR体验者排起长队, 工作人员给戴上VR头盔,使用者坐在驾驶舱里,通过不同的试驾场景,进入“真实驾驶时刻”。 系统还会为你更换车体颜色和内饰皮质材料,选择最喜欢的款型。</p><p>在大众集团麾下的子品牌、西班牙最大的汽车公司西亚特(Seat)的新车发布区,参加新车发布的来宾戴着VR眼镜,可以“亲临工厂”,了解产品研发和制造工艺,甚至以试驾者的身份体验新车性能……</p><p style=\"text-align: center; \"><img src=\"http://api.chinaeid.cn:80/image/1481184836067.jpg\" alt=\"IMG00241dafb4d742521416514\"><br></p><p style=\"text-align: center; \">观众在大众展区VR体验区</p><p>据汽车市场行业专家认为,随着科技的发展,VR(虚拟现实)技术将越来越多的进入到汽车产业各个环节,从设计研发、生产制造、销售及用车、维修等都将有VR技术的应用轨迹。大众汽车将如何开发这项技术成果,令人期待!</p><p><br></p>', '1', '0');
INSERT INTO `quality_focus` VALUES ('bd46d6de97414a608c55cc6e7838be82', '格兰仕新升级滴嘀滚筒炼就“蒸”功夫', '1', '1', '2016-12-05 16:15:39', '2016-12-08 16:16:27', 'http://api.chinaeid.cn:80/image/1481185003383.JPG', '<p>天气越来越冷,聚会首选吃什么?当然是吃火锅啦。可是每次跟朋友吃完火锅,衣服上总残留着一股难闻的锅底料味,去都去除不了。难不成吃一顿火锅洗套衣服?这个冬天你不用愁啦,格兰仕新升级的“健康洗”滴嘀滚筒特设“蒸汽清新”功能,只洗味道不洗衣!冬日里,让滴嘀滚筒为你打造天然的空气净化室。</p><p><br></p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481185014593.JPG\" alt=\"IMG4437e684467043049550511\" class=\"\"><br></p><p>今日精心搭配的着装可不能因为一顿火锅而更换, 经常洗涤也必然会让衣物变形甚至造成损害。穿着后的衣物上挥之不去的异味难免让人烦恼,一款能高效去味而不弄湿衣服的洗衣机此时就能让你笑逐颜开。</p><p>据了解, 新升级“健康洗”滴嘀滚筒搭载的“蒸汽清新”程序,把蒸汽均匀喷射并渗透到衣物纤维,让衣物享受空气SPA“全程呵护”,洗涤后的衣物蓬松舒展,洁净又健康,穿着更加舒适。 一步即可轻松去除异味,短短的35分钟就可让衣物容光焕发。</p><p>如何让衣服既干净更健康?格兰仕洗衣机国际研发团队急消费者之所急。新升级滴嘀滚筒洗衣机突破传统,一键蒸汽洗。众所周知,蒸汽是天然的柔顺剂,可有效减少衣物的褶皱,即使强力脱水后拿出的衣服也会干净整齐。每一次洗涤都让相当于为衣物做一次健康护理,让洗过的衣物洁净柔软的同时清新无异味。</p><p>在传统洗衣的程序的整体设计上,格兰仕创新性的打造超净健康洗衣模式:95℃高温洗+蒸汽洗,经权威机构检测,高温洗衣可有效去除99.99%过敏源,高效杀灭大肠埃希氏菌和金黄色葡萄球菌。</p><p></p><p>如今,家庭电价、水价都开始了阶梯收费,一度电一杯水都需要关注。特别对于需要用电、用水的洗衣机,节能低耗更是重中之重了。变频技术的引入很好解决以往的高耗电、耗水的的顽疾。滴嘀滚筒采用BLDC无刷直流变频电机,低噪音、低震动、低损耗的塑封电机配备精心设计的算法,通过衣量自检功能、平衡自检功能、自动感知洗涤等功能,让洗衣净衣无忧更轻松。</p><p><br></p>', '1', '0');
INSERT INTO `quality_focus` VALUES ('ba80d646099146f2a15125d104ff5221', '格美淇温馨提醒:寒潮来袭 燃气热水器如何防冻', '1', '1', '2016-11-23 16:17:57', '2016-12-08 16:21:48', 'http://api.chinaeid.cn:80/image/1481185123583.jpg', '<p>11月21日06时,中央气象台发布寒潮橙色预警:预计,受寒潮影响,21日至24日,我国中东部大部地区将自北向南先后出现大范围大风降温天气,平均气温将普遍下降6~10℃,其中,华北东南部、黄淮中西部、江淮中西部、江汉、江南大部、华南北部以及四川东部、重庆东部、贵州中东部等地气温将下降12~14℃,河南南部、安徽西部、湖北中部和北部、湖南中西部、广西东北部等地的部分地区降温可达16℃以上。</p><p style=\"text-align: center; \"><img src=\"http://api.chinaeid.cn:80/image/1481185152616.jpg\" alt=\"IMG4437e684467042988039345\" class=\"\"><br></p><p>由此可见,严冬已至,寒潮来袭,气温将骤降。为了让用户安全无忧地享受热水沐浴生活,格美淇公司特向广大消费者发出温馨提示:凡是使用燃气热水器的用户,包括具备主动防冻功能的燃气热水器(在工作环境温度-15℃以下时,同样存在水箱被冻裂的风险),在室外低于0℃时,使用完热水器后需要把水箱中的积水排掉,以防水箱被冻裂!!!</p><p>具体操作方法如下:<br></p><p style=\"text-align: center; \"><img src=\"http://api.chinaeid.cn:80/image/1481185203942.jpg\" alt=\"IMG4437e684467042988039346\"><br></p><p style=\"text-align: center; \">第一步:关闭进水角阀;</p><p style=\"text-align: center; \"><img src=\"http://api.chinaeid.cn:80/image/1481185242476.jpg\" alt=\"IMG4437e684467042988039347\"><br></p><p style=\"text-align: center; \">第二步:打开花洒,调到热水那端(必须打开花洒,不然水流不出来);</p><p style=\"text-align: center; \"><img src=\"http://api.chinaeid.cn:80/image/1481185262454.jpg\" alt=\"IMG4437e684467042988039448\"><br></p><p style=\"text-align: center; \">第三步:打开排水防冻阀,将水箱内积水排净;</p><p style=\"text-align: center; \"><img src=\"http://api.chinaeid.cn:80/image/1481185276024.jpg\" alt=\"IMG4437e684467042988039449\"><br></p><p style=\"text-align: center; \">最后一步:拧上排水防冻阀门,下次使用前再打开进水角阀即可。</p><p>视频网址:https://v.qq.com/x/page/o0348ou764w.html</p><p>(备注:该视频是在实验室环境拍摄,仅供参考,建议在WIFI下观看)</p><p></p><p>最后,格格再提个醒:在做好防冻的同时,也不要忽视了安全检查和防护,还有保持室内通风良好,尤其是燃气热水器在使用时,保证室内的空气和室外空气能进行自然对流。</p><p><br></p>', '1', '0');
INSERT INTO `quality_focus` VALUES ('b47282976b9d48889c27c52998d38611', '小米盒子3升级遭用户集体投诉 人工智能实为“广告墙”?', '4', '1', '2016-12-08 16:23:24', '2016-12-08 16:25:17', 'http://api.chinaeid.cn:80/image/1481185461456.jpg', '<p style=\"text-align: center; \"><img src=\"http://api.chinaeid.cn:80/image/1481185474634.jpg\" alt=\"IMG4437e684467042978061295\"><br></p><p style=\"text-align: center; \">用户在11月12日在小米官方论坛的投诉贴。(来源:小米官方论坛)</p><p>人民网北京11月21日电 (杨波)上周,小米召开线上发布会,正式发布小米盒子3S,这款新盒子主打“人工智能”概念,但是在新产品还未正式上市之前,却因为固件系统升级引发了用户的集体投诉,“被智能升级”后的小米盒子3用户,在其官方论坛上对新版的人工智能系统“口诛笔伐”,甚至有用户直接将新系统称为“广告墙”,用户在论坛上呼吁小米盒子官方提供降级渠道。</p><p>据小米盒子官方介绍,除了硬件上的升级之外,小米盒子3s最大特点是PatchWall拼图墙系统的UI(用户界面),该系统基于AI和大数据技术,可以实现对观看用户偏好的学习以及智能化推送。</p><p>11月10日下午,小米盒子在官方论坛发布公告称,小米盒子3/小米盒子3增强版当天下午3点可升级人工智能系统,“PatchWall拼图墙系统是小米电视9月发布的创新性人工智能系统,三天三夜翻不完的瀑布流内容呈现,杂志式排版,更精准的语音搜索,更懂你的内容分类和标签,11月10日15点起,小米盒子3、小米盒子3增强版可一键升级PatchWall!”</p><p>但是事情的发展与小米盒子官方的广告语背道而驰,这个版本号为1.51的“人工智能”版本,完全颠覆了之前的小米盒子的用户界面,用户在小米官方论坛对其的评价是一边倒的“差评”。</p><p>用户的“差评”主要是三个方面:一是小米盒子一贯简洁明了的用户界面消失了,取而代之的是臃肿、冗长的界面,有用户直接称其为小米“广告墙”;二是新版界面各种“反人类”的设计和BUG,没有考虑用户体验,尤其让家里的老人无所适从;三是新版系统是自动升级,没有给用户选择权,即使有“专家级”的用户使用各种手段降级为旧版1.4系统之后,一旦使用了小米“投屏神器”等官方软件,盒子依然会自动升级,这让小米盒子的用户“欲哭无泪”。</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481185501466.jpg\" alt=\"IMG4437e684467042978061396\" class=\"\"><br></p><p align=\"center\" style=\"text-align: center;\">小米盒子团队11月10日下午在官方论坛发布的升级贴。(来源:小米官方论坛)</p><p align=\"center\" style=\"text-align: center;\"><img src=\"http://api.chinaeid.cn:80/image/1481185531112.jpg\" alt=\"IMG4437e684467042978061397\"><br></p><p align=\"center\" style=\"text-align: center;\">用户在官方升级贴后面的投诉留言摘录。(来源:小米官方论坛)</p><p>人民网IT频道观察到,或许是因为此次升级之后用户反弹太大,截止到11月21日下午2点,小米盒子团队将此前发布的升级贴从官方论坛撤销置顶,下一步小米盒子官方如何应对此次升级风波,将拿出何种解决方案,我们将继续关注。</p><p>小编手记:创新没有“捷径” “匠心”方能始终</p><p>今年夏天,一位朋友的父母来到北京居住,让小编推荐一款适合家里老人日常用的电视盒子,当时小编毫不犹豫地就推荐了小米盒子3,其最大的优点就是简单实用,用户界面非常人性化,老人、小孩使用起来的学习成本低。</p><p>但是这次小米盒子团队的“升级门”事件发生后,那位朋友打电话过来抱怨说,父母投诉他买的盒子突然一开机就“黑屏”(实为小米盒子3的新版系统BUG),后来好不容易进去系统了,看到那个花哨的界面,父母直接抓瞎了,之前想看的视频节目都找不到了,父母的投诉让那位还在外地出差的朋友异常烦恼,而这个电话无疑是给刚刚开完“国内首个人工智能电视盒子发布会”的小米团队打脸。</p><p>有用户在小米论坛上猜测,小米盒子团队想出这种“广告墙”的办法,并包装成“人工智能”这一流行概念,也是被年底KPI逼的,姑且不论这个猜测的真实性,如果是用诱导的办法让用户去消费,那么一家公司的品牌能否长久?</p><p>小米公司是从MIUI系统起家的,某种程度上说,小米公司的历史就是一段MIUI系统的升级史,而现在的小米电视、盒子也都是从MIUI系统移植过来的。虽然现在小米已经是一家年销售上百亿的硬件公司了,但是其核心依然是MIUI系统构建的一套生态圈,包括软件、硬件及用户。</p><p>MIUI系统当初为何能从那么多安卓手机系统中脱颖而出?就是依靠其优秀的用户体验和用户口碑。此次升级门事件,用户口诛笔伐的正是其“用户体验”之拙劣,再智能的工具也是为用户服务的,不能本末倒置,或许这是小米盒子团队应该好好反思的问题。</p><p>跟手机、电视相比,盒子并不是一门大生意,在小米收入中的比重也并不大,但是对于使用在小米盒子的每一个用户来说,每一次升级都涉及到用户的“切生利益”,甚至还会牵涉到千千万万家庭的“和谐”。</p><p>因此,在做任何创新之前,都应该充分听取用户的意见,尤其是考虑到老人、小孩等群体的使用习惯,扬长避短而非取长补短,有用户思维才会有“用户体验”,才会有用户口碑,否则,结果只能是“欲速则不达”。</p><p>今年,小米创始人雷军在多个场合提出要有“工匠精神”,小米要做精品,雷军的这种宣誓,无疑是他发现了之前小米高速增长背后隐藏的问题,有针对性的提出了解决方案,这个解决方案实质就是做产品的“匠心”。</p><p>何为“匠心”,就是要有耐心,要踏踏实实地做东西,要把用户的需求领悟透,把产品的基本功做扎实,不要想着走“捷径”,不能放卫星,事实上,刚刚发售不久的小米MIX手机的口碑爆棚,也正说明了这一点。</p><p align=\"center\" style=\"text-align: center;\"></p><p>作为一家跟随中国移动互联网同步成长的标杆公司,希望此次升级门事件只是小米发展过程中的一个小插曲,事实上,只要保持对用户谦卑、对产品专心,互联网公司的工程师也可以是新时代的“匠人”。</p><p><br></p>', '1', '0');
|
DROP DATABASE IF EXISTS doj_user;
CREATE DATABASE doj_user;
\c doj_user;
DROP TABLE IF EXISTS users;
CREATE TABLE users (
username VARCHAR(16) PRIMARY KEY
);
|
<filename>src/test/resources/test-sql/schema.sql
CREATE TABLE public.person
(
id bigint NOT NULL,
first_name character varying(255),
last_name character varying(255),
CONSTRAINT person_pkey PRIMARY KEY (id)
); |
<filename>Tables_Create.sql
USE [CLS]
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[RestoreDatabaseList](
[ID] [int] IDENTITY(1,1) NOT NULL,
[Servername] [varchar](1000) NULL,
[Databasename] [varchar](1000) NULL,
[Directory] [varchar](1000) NULL,
[LastRestoredBackupSetGuid] [uniqueidentifier] NULL,
[Restore] [bit] NULL DEFAULT ((0)),
PRIMARY KEY CLUSTERED
(
[ID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[FolderFiles](
[ID] [int] IDENTITY(1,1) NOT NULL,
[Directory] [varchar](1000) NULL,
[File] [varchar](1000) NULL,
[InsertedOn] [datetime] NULL DEFAULT (getutcdate()),
[DeletedOn] [datetime] NULL,
[Deleted] [bit] NULL DEFAULT ((0)),
[FileHash] [varchar](64) NULL,
[RestoreDatabaseListID] [int] NULL,
PRIMARY KEY CLUSTERED
(
[ID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
ALTER TABLE [dbo].[FolderFiles] WITH CHECK ADD FOREIGN KEY([RestoreDatabaseListID])
REFERENCES [dbo].[RestoreDatabaseList] ([ID])
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Headers](
[FolderFilesID] [int] NULL,
[BackupName] [nvarchar](128) NULL,
[BackupDescription] [nvarchar](255) NULL,
[BackupType] [smallint] NULL,
[ExpirationDate] [datetime] NULL,
[Compressed] [tinyint] NULL,
[Position] [smallint] NULL,
[DeviceType] [tinyint] NULL,
[UserName] [nvarchar](128) NULL,
[ServerName] [nvarchar](128) NULL,
[DatabaseName] [nvarchar](128) NULL,
[DatabaseVersion] [bigint] NULL,
[DatabaseCreationDate] [datetime] NULL,
[BackupSize] [numeric](20, 0) NULL,
[FirstLSN] [numeric](25, 0) NULL,
[LastLSN] [numeric](25, 0) NULL,
[CheckpointLSN] [numeric](25, 0) NULL,
[DatabaseBackupLSN] [numeric](25, 0) NULL,
[BackupStartDate] [datetime] NULL,
[BackupFinishDate] [datetime] NULL,
[SortOrder] [smallint] NULL,
[CodePage] [smallint] NULL,
[UnicodeLocaleId] [bigint] NULL,
[UnicodeComparisonStyle] [bigint] NULL,
[CompatibilityLevel] [tinyint] NULL,
[SoftwareVendorId] [bigint] NULL,
[SoftwareVersionMajor] [bigint] NULL,
[SoftwareVersionMinor] [bigint] NULL,
[SoftwareVersionBuild] [bigint] NULL,
[MachineName] [nvarchar](128) NULL,
[Flags] [bigint] NULL,
[BindingID] [uniqueidentifier] NULL,
[RecoveryForkID] [uniqueidentifier] NULL,
[Collation] [nvarchar](128) NULL,
[FamilyGUID] [uniqueidentifier] NULL,
[HasBulkLoggedData] [bigint] NULL,
[IsSnapshot] [bigint] NULL,
[IsReadOnly] [bigint] NULL,
[IsSingleUser] [bigint] NULL,
[HasBackupChecksums] [bigint] NULL,
[IsDamaged] [bigint] NULL,
[BegibsLogChain] [bigint] NULL,
[HasIncompleteMetaData] [bigint] NULL,
[IsForceOffline] [bigint] NULL,
[IsCopyOnly] [bigint] NULL,
[FirstRecoveryForkID] [uniqueidentifier] NULL,
[ForkPointLSN] [numeric](25, 0) NULL,
[RecoveryModel] [nvarchar](128) NULL,
[DifferentialBaseLSN] [numeric](25, 0) NULL,
[DifferentialBaseGUID] [uniqueidentifier] NULL,
[BackupTypeDescription] [nvarchar](128) NULL,
[BackupSetGUID] [uniqueidentifier] NULL,
[CompressedBackupSize] [bigint] NULL,
[Containment] [bigint] NULL,
[KeyAlgorithm] [nvarchar](32) NULL,
[EncryptorThumbprint] [varbinary](20) NULL,
[EncryptorType] [nvarchar](23) NULL,
[Restored] [bit] NULL DEFAULT ((0)),
[RestoredDate] [datetime] NULL DEFAULT (NULL)
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
ALTER TABLE [dbo].[Headers] WITH CHECK ADD FOREIGN KEY([FolderFilesID])
REFERENCES [dbo].[FolderFiles] ([ID])
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Labels](
[FolderFilesID] [int] NULL,
[MediaName] [varchar](255) NULL,
[MediaSetId] [uniqueidentifier] NULL,
[FamilyCount] [int] NULL,
[FamilySequenceNumber] [int] NULL,
[MediaFamilyId] [uniqueidentifier] NULL,
[MediaSequenceNumber] [int] NULL,
[MediaLabelPresent] [bit] NULL,
[MediaDescription] [varchar](255) NULL,
[SoftwareName] [varchar](255) NULL,
[SoftwareVendorId] [int] NULL,
[MediaDate] [datetime] NULL,
[MirrorCount] [int] NULL,
[IsCompressed] [bit] NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
ALTER TABLE [dbo].[Labels] WITH CHECK ADD FOREIGN KEY([FolderFilesID])
REFERENCES [dbo].[FolderFiles] ([ID])
GO
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[RestoreServers](
[ID] [int] IDENTITY(1,1) NOT NULL,
[RestoreDatabaseListID] [int] NULL,
[Restore_Servername] [varchar](1000) NULL,
[Restore_Databasename] [varchar](1000) NULL,
[NewRoot] [varchar](255) NULL,
PRIMARY KEY CLUSTERED
(
[ID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
ALTER TABLE [dbo].[RestoreServers] WITH CHECK ADD FOREIGN KEY([RestoreDatabaseListID])
REFERENCES [dbo].[RestoreDatabaseList] ([ID])
GO
|
CREATE TABLE customer_roles(
customer_id int not null,
role varchar(50) not null,
FOREIGN KEY (customer_id) REFERENCES customer(id)
); |
<reponame>Eleven-11/JustChange_QA_System
/*
Navicat MySQL Data Transfer
Source Server : localhost_3306
Source Server Version : 50726
Source Host : localhost:3306
Source Database : question_answer
Target Server Type : MYSQL
Target Server Version : 50726
File Encoding : 65001
Date: 2019-10-12 11:01:15
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for article
-- ----------------------------
DROP TABLE IF EXISTS `article`;
CREATE TABLE `article` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`content` varchar(255) DEFAULT '' COMMENT '文章内容',
`create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
`delete_status` varchar(1) DEFAULT '1' COMMENT '是否有效 1.有效 2无效',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8 COMMENT='发布号作者表';
-- ----------------------------
-- Records of article
-- ----------------------------
INSERT INTO `article` VALUES ('5', '莎士比亚', '2017-10-25 09:08:45', '2017-10-30 17:59:41', '1');
INSERT INTO `article` VALUES ('6', '亚里士多德', '2017-10-26 10:49:28', '2017-11-18 09:54:15', '1');
INSERT INTO `article` VALUES ('10', '亚历山大', '2017-10-26 14:57:45', '2017-11-08 13:28:52', '1');
INSERT INTO `article` VALUES ('11', '李白', '2017-10-26 15:23:42', '2017-10-26 15:23:42', '1');
INSERT INTO `article` VALUES ('19', '文章test2', '2017-11-18 13:37:07', '2017-11-18 13:37:11', '1');
-- ----------------------------
-- Table structure for sys_permission
-- ----------------------------
DROP TABLE IF EXISTS `sys_permission`;
CREATE TABLE `sys_permission` (
`id` int(11) NOT NULL DEFAULT '0' COMMENT '自定id,主要供前端展示权限列表分类排序使用.',
`menu_code` varchar(255) DEFAULT '' COMMENT '归属菜单,前端判断并展示菜单使用,',
`menu_name` varchar(255) DEFAULT '' COMMENT '菜单的中文释义',
`permission_code` varchar(255) DEFAULT '' COMMENT '权限的代码/通配符,对应代码中@RequiresPermissions 的value',
`permission_name` varchar(255) DEFAULT '' COMMENT '本权限的中文释义',
`required_permission` tinyint(1) DEFAULT '2' COMMENT '是否本菜单必选权限, 1.必选 2非必选 通常是"列表"权限是必选',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='后台权限表';
-- ----------------------------
-- Records of sys_permission
-- ----------------------------
INSERT INTO `sys_permission` VALUES ('11', 'wxUser', '微信用户', 'wxUser:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('12', 'wxUser', '微信用户', 'wxUser:update', '修改', '2');
INSERT INTO `sys_permission` VALUES ('13', 'wxUser', '微信用户', 'wxUser:astrict', '限制', '2');
INSERT INTO `sys_permission` VALUES ('14', 'wxUser', '微信用户', 'wxUser:follow', '关注&粉丝', '2');
INSERT INTO `sys_permission` VALUES ('15', 'wxUser', '微信用户', 'wxUser:collection', '收藏', '2');
INSERT INTO `sys_permission` VALUES ('21', 'notice', '通知推送', 'notice:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('22', 'notice', '通知推送', 'notice:send', '发送消息', '2');
INSERT INTO `sys_permission` VALUES ('23', 'notice', '通知推送', 'notice:del', '删除', '2');
INSERT INTO `sys_permission` VALUES ('31', 'banner', '滚动栏', 'banner:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('32', 'banner', '滚动栏', 'banner:add', '新增', '2');
INSERT INTO `sys_permission` VALUES ('33', 'banner', '滚动栏', 'banner:update', '修改', '2');
INSERT INTO `sys_permission` VALUES ('34', 'banner', '滚动栏', 'banner:sort', '排序', '2');
INSERT INTO `sys_permission` VALUES ('35', 'banner', '滚动栏', 'banner:del', '删除', '2');
INSERT INTO `sys_permission` VALUES ('41', 'postType', '帖子类别', 'postType:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('42', 'postType', '帖子类别', 'postType:add', '新增', '2');
INSERT INTO `sys_permission` VALUES ('43', 'postType', '帖子类别', 'postType:update', '修改', '2');
INSERT INTO `sys_permission` VALUES ('44', 'postType', '帖子类别', 'postType:sort', '排序', '2');
INSERT INTO `sys_permission` VALUES ('45', 'postType', '帖子类别', 'postType:del', '删除', '2');
INSERT INTO `sys_permission` VALUES ('51', 'postLabel', '帖子标签', 'postLabel:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('52', 'postLabel', '帖子标签', 'postType:add:list', '新增', '2');
INSERT INTO `sys_permission` VALUES ('53', 'postLabel', '帖子标签', 'postLabel:update', '修改', '2');
INSERT INTO `sys_permission` VALUES ('54', 'postLabel', '帖子标签', 'postLabel:del', '删除', '2');
INSERT INTO `sys_permission` VALUES ('61', 'noticeTemplate', '通知模版', 'noticeTemplate:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('62', 'noticeTemplate', '通知模版', 'noticeTemplate:add', '新增', '2');
INSERT INTO `sys_permission` VALUES ('63', 'noticeTemplate', '通知模版', 'noticeTemplate:update', '修改', '2');
INSERT INTO `sys_permission` VALUES ('64', 'noticeTemplate', '通知模版', 'noticeTemplate:del', '删除', '2');
INSERT INTO `sys_permission` VALUES ('71', 'top', '置顶管理', 'top:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('72', 'top', '置顶管理', 'top:update', '修改', '2');
INSERT INTO `sys_permission` VALUES ('73', 'top', '置顶管理', 'top:sort', '排序', '2');
INSERT INTO `sys_permission` VALUES ('74', 'top', '置顶管理', 'top:del', '删除', '2');
INSERT INTO `sys_permission` VALUES ('81', 'post', '帖子管理', 'post:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('82', 'post', '帖子管理', 'post:update', '修改', '2');
INSERT INTO `sys_permission` VALUES ('83', 'post', '帖子管理', 'post:top', '置顶', '2');
INSERT INTO `sys_permission` VALUES ('84', 'post', '帖子管理', 'post:shelf', '上/下架', '2');
INSERT INTO `sys_permission` VALUES ('85', 'post', '帖子管理', 'post:del', '删除', '2');
INSERT INTO `sys_permission` VALUES ('91', 'comment', '评论管理', 'comment:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('93', 'comment', '评论管理', 'comment:del', '删除', '2');
INSERT INTO `sys_permission` VALUES ('601', 'user', '用户', 'user:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('602', 'user', '用户', 'user:add', '新增', '2');
INSERT INTO `sys_permission` VALUES ('603', 'user', '用户', 'user:update', '修改', '2');
INSERT INTO `sys_permission` VALUES ('701', 'role', '角色权限', 'role:list', '列表', '1');
INSERT INTO `sys_permission` VALUES ('702', 'role', '角色权限', 'role:add', '新增', '2');
INSERT INTO `sys_permission` VALUES ('703', 'role', '角色权限', 'role:update', '修改', '2');
INSERT INTO `sys_permission` VALUES ('704', 'role', '角色权限', 'role:delete', '删除', '2');
INSERT INTO `sys_permission` VALUES ('1010', 'genderStatistics', '数据统计', 'statistics:gender:show', '性别', '1');
INSERT INTO `sys_permission` VALUES ('1020', 'postStatistics', '数据统计', 'statistics:post:show', '帖子', '1');
INSERT INTO `sys_permission` VALUES ('1030', 'resonateStatistics', '数据统计', 'statistics:follow:show', '关注', '1');
INSERT INTO `sys_permission` VALUES ('1040', 'regionStatistics', '数据统计', 'statistics:region:show', '地区', '1');
-- ----------------------------
-- Table structure for sys_role
-- ----------------------------
DROP TABLE IF EXISTS `sys_role`;
CREATE TABLE `sys_role` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`role_name` varchar(20) DEFAULT NULL COMMENT '角色名',
`create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`delete_status` varchar(1) DEFAULT '1' COMMENT '是否有效 1有效 2无效',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='后台角色表';
-- ----------------------------
-- Records of sys_role
-- ----------------------------
INSERT INTO `sys_role` VALUES ('1', '管理员', '2017-11-22 16:24:34', '2017-11-22 16:24:52', '1');
INSERT INTO `sys_role` VALUES ('2', '作家', '2017-11-22 16:24:34', '2019-08-29 14:00:46', '2');
INSERT INTO `sys_role` VALUES ('3', '程序员', '2017-11-22 16:28:47', '2017-11-22 16:28:47', '1');
INSERT INTO `sys_role` VALUES ('4', '微信小程序管理员', '2019-06-20 17:35:05', '2019-06-20 17:35:12', '1');
-- ----------------------------
-- Table structure for sys_role_permission
-- ----------------------------
DROP TABLE IF EXISTS `sys_role_permission`;
CREATE TABLE `sys_role_permission` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`role_id` int(11) DEFAULT NULL COMMENT '角色id',
`permission_id` int(11) DEFAULT NULL COMMENT '权限id',
`create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
`update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`delete_status` varchar(1) DEFAULT '1' COMMENT '是否有效 1有效 2无效',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8 COMMENT='角色-权限关联表';
-- ----------------------------
-- Records of sys_role_permission
-- ----------------------------
INSERT INTO `sys_role_permission` VALUES ('1', '2', '101', '2017-11-22 16:26:21', '2019-08-29 14:00:46', '2');
INSERT INTO `sys_role_permission` VALUES ('2', '2', '102', '2017-11-22 16:26:21', '2019-08-29 14:00:46', '2');
INSERT INTO `sys_role_permission` VALUES ('5', '2', '602', '2017-11-22 16:28:28', '2019-08-29 14:00:46', '2');
INSERT INTO `sys_role_permission` VALUES ('6', '2', '601', '2017-11-22 16:28:28', '2019-08-29 14:00:46', '2');
INSERT INTO `sys_role_permission` VALUES ('7', '2', '603', '2017-11-22 16:28:28', '2019-08-29 14:00:46', '2');
INSERT INTO `sys_role_permission` VALUES ('8', '2', '703', '2017-11-22 16:28:28', '2019-08-29 14:00:46', '2');
INSERT INTO `sys_role_permission` VALUES ('9', '2', '701', '2017-11-22 16:28:28', '2019-06-20 18:26:50', '2');
INSERT INTO `sys_role_permission` VALUES ('10', '2', '702', '2017-11-22 16:28:28', '2019-06-20 18:26:50', '2');
INSERT INTO `sys_role_permission` VALUES ('11', '2', '704', '2017-11-22 16:28:31', '2019-06-13 16:12:25', '2');
INSERT INTO `sys_role_permission` VALUES ('12', '2', '103', '2017-11-22 16:28:31', '2019-08-29 14:00:46', '2');
INSERT INTO `sys_role_permission` VALUES ('13', '3', '601', '2017-11-22 16:28:47', '2017-11-22 16:28:47', '1');
INSERT INTO `sys_role_permission` VALUES ('14', '3', '701', '2017-11-22 16:28:47', '2017-11-22 16:28:47', '1');
INSERT INTO `sys_role_permission` VALUES ('15', '3', '702', '2017-11-22 16:35:01', '2017-11-22 16:35:01', '1');
INSERT INTO `sys_role_permission` VALUES ('16', '3', '704', '2017-11-22 16:35:01', '2017-11-22 16:35:01', '1');
INSERT INTO `sys_role_permission` VALUES ('17', '3', '102', '2017-11-22 16:35:01', '2017-11-22 16:35:01', '1');
INSERT INTO `sys_role_permission` VALUES ('18', '3', '101', '2017-11-22 16:35:01', '2017-11-22 16:35:01', '1');
INSERT INTO `sys_role_permission` VALUES ('19', '3', '603', '2017-11-22 16:35:01', '2017-11-22 16:35:01', '1');
INSERT INTO `sys_role_permission` VALUES ('20', '2', '704', '2019-06-13 16:12:49', '2019-08-29 14:00:46', '2');
INSERT INTO `sys_role_permission` VALUES ('21', '4', '801', '2019-06-20 17:37:36', '2019-06-20 17:37:36', '1');
INSERT INTO `sys_role_permission` VALUES ('22', '4', '802', '2019-06-20 17:37:36', '2019-06-20 17:37:36', '1');
INSERT INTO `sys_role_permission` VALUES ('23', '2', '801', '2019-06-20 18:27:16', '2019-08-29 14:00:46', '2');
INSERT INTO `sys_role_permission` VALUES ('24', '4', '101', '2019-06-20 18:29:59', '2019-06-20 18:29:59', '1');
INSERT INTO `sys_role_permission` VALUES ('25', '4', '102', '2019-06-20 18:29:59', '2019-06-20 18:29:59', '1');
INSERT INTO `sys_role_permission` VALUES ('26', '4', '103', '2019-06-20 18:29:59', '2019-06-20 18:29:59', '1');
INSERT INTO `sys_role_permission` VALUES ('27', '4', '601', '2019-06-20 18:29:59', '2019-06-20 18:29:59', '1');
INSERT INTO `sys_role_permission` VALUES ('28', '4', '602', '2019-06-20 18:29:59', '2019-06-20 18:29:59', '1');
INSERT INTO `sys_role_permission` VALUES ('29', '4', '603', '2019-06-20 18:29:59', '2019-06-20 18:29:59', '1');
INSERT INTO `sys_role_permission` VALUES ('30', '4', '701', '2019-06-20 18:29:59', '2019-06-20 18:29:59', '1');
INSERT INTO `sys_role_permission` VALUES ('31', '4', '702', '2019-06-20 18:29:59', '2019-06-20 18:29:59', '1');
INSERT INTO `sys_role_permission` VALUES ('32', '4', '703', '2019-06-20 18:29:59', '2019-06-20 18:29:59', '1');
INSERT INTO `sys_role_permission` VALUES ('33', '4', '704', '2019-06-20 18:29:59', '2019-06-20 18:29:59', '1');
-- ----------------------------
-- Table structure for sys_user
-- ----------------------------
DROP TABLE IF EXISTS `sys_user`;
CREATE TABLE `sys_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) DEFAULT NULL COMMENT '用户名',
`password` varchar(255) DEFAULT NULL COMMENT '密码',
`nickname` varchar(255) DEFAULT NULL COMMENT '昵称',
`role_id` int(11) DEFAULT '0' COMMENT '角色ID',
`create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间',
`delete_status` varchar(1) DEFAULT '1' COMMENT '是否有效 1有效 2无效',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10009 DEFAULT CHARSET=utf8 COMMENT='运营后台用户表';
-- ----------------------------
-- Records of sys_user
-- ----------------------------
INSERT INTO `sys_user` VALUES ('10003', 'admin', '123456', '超级用户23', '1', '2017-10-30 11:52:38', '2017-11-17 23:51:40', '1');
INSERT INTO `sys_user` VALUES ('10004', 'user', '123456', '莎士比亚', '3', '2017-10-30 16:13:02', '2019-06-20 18:27:03', '1');
INSERT INTO `sys_user` VALUES ('10005', 'aaa', '123456', 'abba', '1', '2017-11-15 14:02:56', '2017-11-17 23:51:42', '1');
INSERT INTO `sys_user` VALUES ('10007', 'test', '123456', '就看看列表', '3', '2017-11-22 16:29:41', '2017-11-22 16:29:41', '1');
INSERT INTO `sys_user` VALUES ('10008', 'WXADMIN', '123456', 'LINGLING', '4', '2019-06-20 17:37:08', '2019-06-20 17:37:08', '1');
-- ----------------------------
-- Table structure for t_activity
-- ----------------------------
DROP TABLE IF EXISTS `t_activity`;
CREATE TABLE `t_activity` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '课程活动表主键',
`course_id` int(11) NOT NULL COMMENT '课程id',
`activity_name` varchar(32) NOT NULL COMMENT '活动名称',
`activity_picture` varchar(255) DEFAULT NULL COMMENT '活动图片地址',
`register_start_time` datetime NOT NULL COMMENT '报名开始时间',
`register_end_time` datetime NOT NULL COMMENT '报名结束时间',
`start_time` datetime NOT NULL COMMENT '开课时间',
`amount` int(11) NOT NULL COMMENT '人数',
`question_bank_id` int(11) DEFAULT NULL COMMENT '题库主键',
`is_rec` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否为推荐课程,0否,1是',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of t_activity
-- ----------------------------
-- ----------------------------
-- Table structure for t_activity_item
-- ----------------------------
DROP TABLE IF EXISTS `t_activity_item`;
CREATE TABLE `t_activity_item` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '活动明细表主键',
`activity_id` int(11) NOT NULL,
`sub_activity` varchar(32) NOT NULL COMMENT '活动日程内容',
`question_bank_section_id` int(11) NOT NULL COMMENT '当天题库章节id',
`activity_time` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of t_activity_item
-- ----------------------------
-- ----------------------------
-- Table structure for t_banner
-- ----------------------------
DROP TABLE IF EXISTS `t_banner`;
CREATE TABLE `t_banner` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '滚动栏id',
`banner_name` varchar(255) CHARACTER SET utf8mb4 DEFAULT NULL COMMENT '名称',
`banner_picture` varchar(255) CHARACTER SET utf8mb4 NOT NULL COMMENT '滚动栏图片地址',
`banner_link` varchar(255) CHARACTER SET utf8mb4 NOT NULL COMMENT '滚动栏链接',
`sort_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '排序时间',
`is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否删除,1是0否',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of t_banner
-- ----------------------------
INSERT INTO `t_banner` VALUES ('1', '111', '13213', '5456', '2019-10-11 15:21:27', '0');
-- ----------------------------
-- Table structure for t_course_base
-- ----------------------------
DROP TABLE IF EXISTS `t_course_base`;
CREATE TABLE `t_course_base` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '课程表主键',
`course_name` varchar(32) NOT NULL COMMENT '课程名称',
`course_type` int(11) DEFAULT NULL COMMENT '课程类别',
`course_picture` varchar(255) NOT NULL COMMENT '课程图片',
`summary` text NOT NULL COMMENT '课程介绍',
`state` varchar(32) CHARACTER SET utf8mb4 NOT NULL COMMENT '状态',
`is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否删除,1是0否',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of t_course_base
-- ----------------------------
-- ----------------------------
-- Table structure for t_course_type
-- ----------------------------
DROP TABLE IF EXISTS `t_course_type`;
CREATE TABLE `t_course_type` (
`id` int(11) NOT NULL,
`type_id` int(11) NOT NULL COMMENT '课程类别id',
`course_id` int(11) NOT NULL COMMENT '课程id',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of t_course_type
-- ----------------------------
-- ----------------------------
-- Table structure for t_examination_paper
-- ----------------------------
DROP TABLE IF EXISTS `t_examination_paper`;
CREATE TABLE `t_examination_paper` (
`id` int(11) NOT NULL COMMENT '题库章节表主键',
`question_bank_id` int(11) NOT NULL COMMENT '题库id',
`examination_name` varchar(32) NOT NULL COMMENT '试卷名称',
`is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否删除,1是0否 ',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of t_examination_paper
-- ----------------------------
-- ----------------------------
-- Table structure for t_examination_question
-- ----------------------------
DROP TABLE IF EXISTS `t_examination_question`;
CREATE TABLE `t_examination_question` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '章节题目表主键',
`examination_paper_id` int(11) NOT NULL COMMENT '考卷id',
`question_id` int(11) NOT NULL COMMENT '题目id',
`score` int(4) NOT NULL COMMENT '题目分值',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of t_examination_question
-- ----------------------------
-- ----------------------------
-- Table structure for t_question
-- ----------------------------
DROP TABLE IF EXISTS `t_question`;
CREATE TABLE `t_question` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '题目表主键',
`question_content` varchar(255) NOT NULL COMMENT '问题内容',
`type` varchar(32) CHARACTER SET utf8mb4 DEFAULT NULL COMMENT '题目类型',
`is_multi_option` int(11) NOT NULL COMMENT '是否为多选题,1是0否',
`is_del` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否删除,1是,0否',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of t_question
-- ----------------------------
-- ----------------------------
-- Table structure for t_question_bank
-- ----------------------------
DROP TABLE IF EXISTS `t_question_bank`;
CREATE TABLE `t_question_bank` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '题库表主键',
`question_bank_name` varchar(32) CHARACTER SET utf8mb4 NOT NULL COMMENT '题库名称',
`state` varchar(32) CHARACTER SET utf8mb4 NOT NULL COMMENT '题库状态',
`is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否删除,1是0否',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of t_question_bank
-- ----------------------------
-- ----------------------------
-- Table structure for t_question_label
-- ----------------------------
DROP TABLE IF EXISTS `t_question_label`;
CREATE TABLE `t_question_label` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '题目标签表主键',
`question_id` int(11) NOT NULL COMMENT '题目id',
`label_content` varchar(255) NOT NULL COMMENT '题目标签',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of t_question_label
-- ----------------------------
-- ----------------------------
-- Table structure for t_question_option
-- ----------------------------
DROP TABLE IF EXISTS `t_question_option`;
CREATE TABLE `t_question_option` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '题目分值表主键',
`question_id` int(11) NOT NULL COMMENT '题目id',
`option_sort` varchar(5) NOT NULL COMMENT '选项顺序',
`option_content` varchar(128) CHARACTER SET utf8mb4 NOT NULL COMMENT '选项内容',
`is_multi_option` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否多选,1是0否',
`is_correct` int(11) NOT NULL DEFAULT '0' COMMENT '是否为正确选项,1是0否',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of t_question_option
-- ----------------------------
-- ----------------------------
-- Table structure for t_startup_page
-- ----------------------------
DROP TABLE IF EXISTS `t_startup_page`;
CREATE TABLE `t_startup_page` (
`id` int(4) NOT NULL AUTO_INCREMENT COMMENT '启动页主键',
`startup_page_url` varchar(255) NOT NULL COMMENT '页面图片地址',
`sort_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '排序时间',
`is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否删除,1是0否 ',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of t_startup_page
-- ----------------------------
-- ----------------------------
-- Table structure for t_system_introduce
-- ----------------------------
DROP TABLE IF EXISTS `t_system_introduce`;
CREATE TABLE `t_system_introduce` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '课程体系介绍',
`system_introduce_picture` varchar(255) NOT NULL COMMENT '体系介绍图片',
`introduct_content` varchar(255) NOT NULL COMMENT '课程体系简介',
`first_column` varchar(10) DEFAULT NULL COMMENT '介绍要点',
`first_column_content` varchar(255) DEFAULT NULL COMMENT '介绍要点详情',
`second_column` varchar(10) DEFAULT NULL,
`second_column_content` varchar(255) DEFAULT NULL,
`final_column` varchar(10) DEFAULT NULL,
`final_column_content` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of t_system_introduce
-- ----------------------------
-- ----------------------------
-- Table structure for t_type
-- ----------------------------
DROP TABLE IF EXISTS `t_type`;
CREATE TABLE `t_type` (
`id` int(11) NOT NULL,
`course_type_name` varchar(32) NOT NULL COMMENT '课程类型',
`is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否删除,1是0否',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of t_type
-- ----------------------------
-- ----------------------------
-- Table structure for t_user_answer
-- ----------------------------
DROP TABLE IF EXISTS `t_user_answer`;
CREATE TABLE `t_user_answer` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` varchar(128) CHARACTER SET utf8mb4 NOT NULL,
`question_bank_section_id` int(11) NOT NULL COMMENT '题库章节id',
`question_id` int(11) NOT NULL COMMENT '题目id',
`option_id` int(11) NOT NULL COMMENT '选项id',
`create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of t_user_answer
-- ----------------------------
-- ----------------------------
-- Table structure for t_user_attend
-- ----------------------------
DROP TABLE IF EXISTS `t_user_attend`;
CREATE TABLE `t_user_attend` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '签到表主键',
`user_id` varchar(128) NOT NULL COMMENT '用户id',
`create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '签到时间',
`is_attend` int(11) NOT NULL DEFAULT '1' COMMENT '是否签到,1是0否',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of t_user_attend
-- ----------------------------
-- ----------------------------
-- Table structure for t_user_register
-- ----------------------------
DROP TABLE IF EXISTS `t_user_register`;
CREATE TABLE `t_user_register` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` varchar(128) CHARACTER SET utf8mb4 NOT NULL,
`activity_id` int(11) NOT NULL COMMENT '课程活动id',
`remark` varchar(255) NOT NULL COMMENT '备注',
`real_name` varchar(32) CHARACTER SET utf8mb4 NOT NULL COMMENT '真实姓名',
`mobile_phone` varchar(11) CHARACTER SET utf8mb4 NOT NULL COMMENT '手机号',
`state` varchar(32) CHARACTER SET utf8mb4 NOT NULL COMMENT '状态',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of t_user_register
-- ----------------------------
-- ----------------------------
-- Table structure for t_user_score
-- ----------------------------
DROP TABLE IF EXISTS `t_user_score`;
CREATE TABLE `t_user_score` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` varchar(128) NOT NULL,
`examination_paper_id` int(11) NOT NULL COMMENT '题库章节id',
`score` int(4) NOT NULL COMMENT '答题总分',
`create_time` datetime NOT NULL COMMENT '创建时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of t_user_score
-- ----------------------------
-- ----------------------------
-- Table structure for t_wx_user
-- ----------------------------
DROP TABLE IF EXISTS `t_wx_user`;
CREATE TABLE `t_wx_user` (
`user_id` varchar(128) CHARACTER SET utf8 NOT NULL COMMENT '系统用户ID',
`open_id` varchar(128) CHARACTER SET utf8 NOT NULL COMMENT '微信openId',
`union_id` varchar(128) CHARACTER SET utf8 NOT NULL COMMENT '微信唯一标示',
`wx_avatar_url` varchar(255) CHARACTER SET utf8 NOT NULL COMMENT '微信用户头像',
`wx_nick_name` varchar(100) CHARACTER SET utf8mb4 NOT NULL COMMENT '微信名称',
`wx_gender` int(10) NOT NULL DEFAULT '1' COMMENT '微信性别,男性为1',
`wx_city` varchar(100) CHARACTER SET utf8 DEFAULT NULL COMMENT '市',
`wx_province` varchar(100) CHARACTER SET utf8 DEFAULT NULL COMMENT '省',
`wx_country` varchar(100) CHARACTER SET utf8 DEFAULT NULL COMMENT '国家',
`create_time` datetime NOT NULL COMMENT '创建时间',
`update_time` datetime NOT NULL COMMENT '更新时间',
`is_del` tinyint(4) NOT NULL DEFAULT '0' COMMENT '是否删除,0正常,1删除',
PRIMARY KEY (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of t_wx_user
-- ----------------------------
|
<filename>sql/Templates/CreateScalarFunctionWithGitVersioning.sql<gh_stars>1-10
use <DbName,sysname,>
go
if object_id( N'<schema,sysname,dbo>.<name,sysname,fn>','FN' ) is null
exec sp_executesql N'create function <schema,sysname,dbo>.<name,sysname,fn>() returns int as begin return 0; end;';
go
alter function <schema,sysname,dbo>.<name,sysname,fn>
(
<@Param1,,@> <Param1DataType,datatype,>
)
returns <returnType,datatype,>
as
/************************************************************************************************
-- Description : <PurposeOfFunction,,>
-- Date Developer Issue# Description
--------------- ------------------- ------------------------------------------------------------
-- <Today,,> <WhoAmI,,petervandivier> <Issue#,,DAT-0000> <Description1,,create function>
--***********************************************************************************************
-- testing purposes
select r = <schema,sysname,dbo>.<name,sysname,fn>(<@TestParam1,,@>);
*/
begin
declare <@Result,,@> <returnType,datatype,>, <@InScopeVar,,@> <InScopeVarDatatype,datatype,>;
select <@InScopeVar,,@> = ;
select <@Result,sysname,@> = convert( <returnType,datatype,>, <@InScopeVar,,@> );
return <@Result,sysname,@>;
end;
go
|
DROP FUNCTION IF EXISTS fetchq_mnt_job_reschedule(CHARACTER VARYING);
CREATE OR REPLACE FUNCTION fetchq_mnt_job_reschedule (
PAR_id INTEGER,
PAR_delay VARCHAR,
OUT success BOOLEAN
) AS $$
DECLARE
VAR_q VARCHAR;
BEGIN
success = true;
VAR_q = '';
VAR_q = VAR_q || 'UPDATE fetchq_sys_jobs SET ';
VAR_q = VAR_q || 'next_iteration = NOW() + ''%s'', ';
VAR_q = VAR_q || 'iterations = iterations + 1, ';
VAR_q = VAR_q || 'attempts = 0 ';
VAR_q = VAR_q || 'WHERE id = %s;';
VAR_q = FORMAT(VAR_q, PAR_delay, PAR_id);
EXECUTE VAR_q;
EXCEPTION WHEN OTHERS THEN BEGIN
success = false;
END;
END; $$
LANGUAGE plpgsql;
|
<gh_stars>1-10
DELIMITER |
DROP EVENT `price_minute_insert`;
CREATE DEFINER=`root`@`localhost` EVENT `price_minute_insert` ON SCHEDULE EVERY 1 MINUTE STARTS '2019-01-01 00:00:00' ON COMPLETION PRESERVE ENABLE DO BEGIN
SET @numberOfPairs = (SELECT count(*) from Pair);
SET @i = 1;
WHILE @i <= @numberOfPairs DO
SET @low = (SELECT min(price) from PriceTick WHERE createdAt > NOW() - INTERVAL 1 MINUTE AND createdAt < NOW() AND pairId=@i);
SET @high = (SELECT max(price) from PriceTick WHERE createdAt > NOW() - INTERVAL 1 MINUTE AND createdAt < NOW() AND pairId=@i);
SET @open = (SELECT price FROM PriceTick WHERE createdAt > NOW() - INTERVAL 1 MINUTE AND pairId=@i ORDER BY id ASC LIMIT 1);
SET @close = (SELECT price FROM PriceTick WHERE createdAt > NOW() - INTERVAL 1 MINUTE AND pairId=@i ORDER BY id DESC LIMIT 1);
SET @volume = (SELECT sum(volume) FROM PriceTick WHERE createdAt > NOW() - INTERVAL 1 MINUTE AND pairId=@i AND createdAt < NOW());
IF @low IS NOT NULL AND @high IS NOT NULL AND @open IS NOT NULL AND @close IS NOT NULL AND @volume IS NOT NULL THEN
INSERT INTO PriceMinute(open, close, low, high, pairId, volume, createdAt, updatedAt) VALUES (@open, @close, @low, @high, @i, @volume, NOW(), NOW());
END IF;
SET @i = @i + 1;
end WHILE;
END
END |
DELIMITER |
DROP EVENT `price_day_insert`;
CREATE DEFINER=`root`@`localhost` EVENT `price_day_insert` ON SCHEDULE EVERY 1 DAY STARTS '2019-01-01 00:00:00' ON COMPLETION PRESERVE ENABLE DO BEGIN
SET @numberOfPairs = (SELECT count(*) from Pair);
SET @i = 1;
WHILE @i <= @numberOfPairs DO
SET @low = (SELECT min(low) from PriceMinute WHERE createdAt > NOW() - INTERVAL 1 DAY AND createdAt < NOW() AND pairId=@i);
SET @high = (SELECT max(high) from PriceMinute WHERE createdAt > NOW() - INTERVAL 1 DAY AND createdAt < NOW() AND pairId=@i);
SET @open = (SELECT open FROM PriceMinute WHERE createdAt > NOW() - INTERVAL 1 DAY AND pairId=@i ORDER BY id ASC LIMIT 1);
SET @close = (SELECT close FROM PriceMinute WHERE createdAt > NOW() - INTERVAL 1 MINUTE AND pairId=@i ORDER BY id DESC LIMIT 1);
SET @volume = (SELECT sum(volume) FROM PriceMinute WHERE createdAt > NOW() - INTERVAL 1 DAY AND pairId=@i AND createdAt < NOW());
IF @low IS NOT NULL AND @high IS NOT NULL AND @open IS NOT NULL AND @close IS NOT NULL AND @volume IS NOT NULL THEN
INSERT INTO PriceDay(open, close, low, high, pairId, volume, createdAt, updatedAt) VALUES (@open, @close, @low, @high, @i, @volume, NOW(), NOW());
END IF;
SET @i = @i + 1;
end WHILE;
END
END |
|
<reponame>bytecraftoy/timesheets-backend
# --- !Ups
INSERT INTO project (project_id, name, description, timestamp_created, timestamp_edited, billable, owned_by, created_by, last_edited_by, client_id)
VALUES ('d9be4f9a-029c-43ed-9a4e-d9379fa86a00', 'Owner only for <NAME>.', 'No employees added', '2021-04-03 13:02:00', '2021-04-03 13:02:00', TRUE, 'b36c6232-dec4-4600-ad71-5018f58cd0fd', 'b36c6232-dec4-4600-ad71-5018f58cd0fd', 'b36c6232-dec4-4600-ad71-5018f58cd0fd', '1bb44a7e-cd7c-447d-a9e9-26495b52fa88')
;
INSERT INTO timeinput (timeinput_id, app_user_id, project_id, input_date, minutes, description, timestamp_created, timestamp_edited)
VALUES ('d62ecf64-9b6a-4748-aec8-2c10ffb0772c', 'b36c6232-dec4-4600-ad71-5018f58cd0fd', 'd9be4f9a-029c-43ed-9a4e-d9379fa86a00', '2021-04-01', 300, 'Matt´s April´s Fools acting', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP)
, ('d62ecf64-9b6a-4748-aec8-2c10ffb0772d', 'b36c6232-dec4-4600-ad71-5018f58cd0fd', 'd9be4f9a-029c-43ed-9a4e-d9379fa86a00', '2021-04-06', 90, 'Personal trainer', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP)
, ('d62ecf64-9b6a-4748-aec8-2c10ffb0772e', 'b36c6232-dec4-4600-ad71-5018f58cd0fd', 'd9be4f9a-029c-43ed-9a4e-d9379fa86a00', '2021-04-07', 60, 'Studio meeting', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP)
;
# --- !Downs
DELETE FROM timeinput WHERE timeinput_id IN
('d62ecf64-9b6a-4748-aec8-2c10ffb0772c',
'd62ecf64-9b6a-4748-aec8-2c10ffb0772d',
'd62ecf64-9b6a-4748-aec8-2c10ffb0772e');
DELETE FROM project WHERE project_id IN ('d9be4f9a-029c-43ed-9a4e-d9379fa86a00');
|
-- file:select.sql ln:167 expect:true
SET enable_sort = false
|
<reponame>Shuttl-Tech/antlr_psql<gh_stars>10-100
-- file:strings.sql ln:248 expect:true
SELECT 'hawkeye' NOT LIKE 'h%' ESCAPE '#' AS "false"
|
TRUNCATE TABLE `sys_objects_embeds`;
INSERT INTO `sys_objects_embeds` (`object`, `title`, `override_class_name`, `override_class_file`) VALUES
('sys_embedly', 'Embedly', 'BxTemplEmbedEmbedly', ''),
('sys_iframely', 'Iframely', 'BxTemplEmbedIframely', '');
DELETE FROM `sys_preloader` WHERE `content` IN('jquery-ui/jquery-ui.custom.min.js', 'timepicker-addon/jquery-ui-sliderAccess.js', 'timepicker-addon/jquery-ui-timepicker-addon.min.js');
-- Settings
DELETE FROM `sys_options_categories` WHERE `name` IN('client_image_resize_width', 'client_image_resize_height', 'sys_account_limit_incorrect_login_attempts');
SET @iCategoryIdGeneral = (SELECT `id` FROM `sys_options_categories` WHERE `name` = 'general');
INSERT INTO `sys_options`(`category_id`, `name`, `caption`, `value`, `type`, `extra`, `check`, `check_error`, `order`) VALUES
(@iCategoryIdGeneral, 'client_image_resize_width', '_adm_stg_cpt_option_client_image_resize_width', '2048', 'digit', '', '', '', 42),
(@iCategoryIdGeneral, 'client_image_resize_height', '_adm_stg_cpt_option_client_image_resize_height', '2048', 'digit', '', '', '', 43);
SET @iCategoryIdAccount = (SELECT `id` FROM `sys_options_categories` WHERE `name` = 'account');
INSERT INTO `sys_options`(`category_id`, `name`, `caption`, `value`, `type`, `extra`, `check`, `check_error`, `order`) VALUES
(@iCategoryIdAccount, 'sys_account_limit_incorrect_login_attempts', '_adm_stg_cpt_option_sys_account_limit_incorrect_login_attempts', '6', 'digit', '', '', '', 22);
-- MIME types
TRUNCATE TABLE `sys_storage_mime_types`;
INSERT INTO `sys_storage_mime_types` (`ext`, `mime_type`, `icon`, `icon_font`) VALUES
('ez', 'application/andrew-inset', '', ''),
('aw', 'application/applixware', '', ''),
('atom', 'application/atom+xml', '', ''),
('atomcat', 'application/atomcat+xml', '', ''),
('atomsvc', 'application/atomsvc+xml', '', ''),
('ccxml', 'application/ccxml+xml', '', ''),
('cdmia', 'application/cdmi-capability', '', ''),
('cdmic', 'application/cdmi-container', '', ''),
('cdmid', 'application/cdmi-domain', '', ''),
('cdmio', 'application/cdmi-object', '', ''),
('cdmiq', 'application/cdmi-queue', '', ''),
('cu', 'application/cu-seeme', '', ''),
('davmount', 'application/davmount+xml', '', ''),
('dbk', 'application/docbook+xml', '', ''),
('dssc', 'application/dssc+der', '', ''),
('xdssc', 'application/dssc+xml', '', ''),
('ecma', 'application/ecmascript', '', ''),
('emma', 'application/emma+xml', '', ''),
('epub', 'application/epub+zip', '', ''),
('exi', 'application/exi', '', ''),
('pfr', 'application/font-tdpfr', '', ''),
('gml', 'application/gml+xml', '', ''),
('gpx', 'application/gpx+xml', '', ''),
('gxf', 'application/gxf', '', ''),
('stk', 'application/hyperstudio', '', ''),
('ink', 'application/inkml+xml', '', ''),
('inkml', 'application/inkml+xml', '', ''),
('ipfix', 'application/ipfix', '', ''),
('jar', 'application/java-archive', '', ''),
('ser', 'application/java-serialized-object', '', ''),
('class', 'application/java-vm', '', ''),
('js', 'application/javascript', '', 'far file-code'),
('json', 'application/json', '', 'far file-code'),
('jsonml', 'application/jsonml+json', '', ''),
('lostxml', 'application/lost+xml', '', ''),
('hqx', 'application/mac-binhex40', '', ''),
('cpt', 'application/mac-compactpro', '', ''),
('mads', 'application/mads+xml', '', ''),
('mrc', 'application/marc', '', ''),
('mrcx', 'application/marcxml+xml', '', ''),
('ma', 'application/mathematica', '', ''),
('nb', 'application/mathematica', '', ''),
('mb', 'application/mathematica', '', ''),
('mathml', 'application/mathml+xml', '', ''),
('mbox', 'application/mbox', '', 'far file-code'),
('mscml', 'application/mediaservercontrol+xml', '', ''),
('metalink', 'application/metalink+xml', '', ''),
('meta4', 'application/metalink4+xml', '', ''),
('mets', 'application/mets+xml', '', ''),
('mods', 'application/mods+xml', '', ''),
('m21', 'application/mp21', '', ''),
('mp21', 'application/mp21', '', ''),
('mp4s', 'application/mp4', '', ''),
('doc', 'application/msword', 'mime-type-document.png', 'far file-word'),
('dot', 'application/msword', '', ''),
('mxf', 'application/mxf', '', ''),
('bin', 'application/octet-stream', '', ''),
('dms', 'application/octet-stream', '', ''),
('lrf', 'application/octet-stream', '', ''),
('mar', 'application/octet-stream', '', ''),
('so', 'application/octet-stream', '', ''),
('dist', 'application/octet-stream', '', ''),
('distz', 'application/octet-stream', '', ''),
('pkg', 'application/octet-stream', '', ''),
('bpk', 'application/octet-stream', '', ''),
('dump', 'application/octet-stream', '', ''),
('elc', 'application/octet-stream', '', ''),
('deploy', 'application/octet-stream', '', ''),
('mobipocket-ebook', 'application/octet-stream', '', ''),
('oda', 'application/oda', '', ''),
('opf', 'application/oebps-package+xml', '', ''),
('ogx', 'application/ogg', '', ''),
('omdoc', 'application/omdoc+xml', '', ''),
('onetoc', 'application/onenote', '', ''),
('onetoc2', 'application/onenote', '', ''),
('onetmp', 'application/onenote', '', ''),
('onepkg', 'application/onenote', '', ''),
('oxps', 'application/oxps', '', ''),
('xer', 'application/patch-ops-error+xml', '', ''),
('pdf', 'application/pdf', 'mime-type-document.png', 'far file-pdf'),
('pgp', 'application/pgp-encrypted', '', 'far file-code'),
('asc', 'application/pgp-signature', '', 'far file-code'),
('sig', 'application/pgp-signature', '', 'far file-code'),
('prf', 'application/pics-rules', '', ''),
('p10', 'application/pkcs10', 'mime-type-vector.png', ''),
('p7m', 'application/pkcs7-mime', '', ''),
('p7c', 'application/pkcs7-mime', '', ''),
('p7s', 'application/pkcs7-signature', '', ''),
('p8', 'application/pkcs8', '', ''),
('ac', 'application/pkix-attr-cert', '', ''),
('cer', 'application/pkix-cert', '', ''),
('crl', 'application/pkix-crl', '', ''),
('pkipath', 'application/pkix-pkipath', '', ''),
('pki', 'application/pkixcmp', '', ''),
('pls', 'application/pls+xml', '', ''),
('ai', 'application/postscript', 'mime-type-vector.png', ''),
('eps', 'application/postscript', '', ''),
('ps', 'application/postscript', 'mime-type-vector.png', ''),
('cww', 'application/prs.cww', '', ''),
('pskcxml', 'application/pskc+xml', '', ''),
('rdf', 'application/rdf+xml', '', 'far file-code'),
('rif', 'application/reginfo+xml', '', ''),
('rnc', 'application/relax-ng-compact-syntax', '', ''),
('rl', 'application/resource-lists+xml', '', ''),
('rld', 'application/resource-lists-diff+xml', '', ''),
('rs', 'application/rls-services+xml', '', ''),
('gbr', 'application/rpki-ghostbusters', '', ''),
('mft', 'application/rpki-manifest', '', ''),
('roa', 'application/rpki-roa', '', ''),
('rsd', 'application/rsd+xml', '', ''),
('rss', 'application/rss+xml', '', 'far file-code'),
('rtf', 'application/rtf', 'mime-type-document.png', ''),
('sbml', 'application/sbml+xml', '', ''),
('scq', 'application/scvp-cv-request', '', ''),
('scs', 'application/scvp-cv-response', '', ''),
('spq', 'application/scvp-vp-request', '', ''),
('spp', 'application/scvp-vp-response', '', ''),
('sdp', 'application/sdp', 'mime-type-presentation.png', 'far file-powerpoint'),
('setpay', 'application/set-payment-initiation', '', ''),
('setreg', 'application/set-registration-initiation', '', ''),
('shf', 'application/shf+xml', '', ''),
('smi', 'application/smil+xml', '', ''),
('smil', 'application/smil+xml', '', ''),
('rq', 'application/sparql-query', '', 'far file-code'),
('srx', 'application/sparql-results+xml', '', ''),
('gram', 'application/srgs', '', ''),
('grxml', 'application/srgs+xml', '', ''),
('sru', 'application/sru+xml', '', ''),
('ssdl', 'application/ssdl+xml', '', ''),
('ssml', 'application/ssml+xml', '', ''),
('tei', 'application/tei+xml', '', ''),
('teicorpus', 'application/tei+xml', '', ''),
('tfi', 'application/thraud+xml', '', ''),
('tsd', 'application/timestamped-data', '', ''),
('plb', 'application/vnd.3gpp.pic-bw-large', '', ''),
('psb', 'application/vnd.3gpp.pic-bw-small', '', ''),
('pvb', 'application/vnd.3gpp.pic-bw-var', '', ''),
('tcap', 'application/vnd.3gpp2.tcap', '', ''),
('pwn', 'application/vnd.3m.post-it-notes', '', ''),
('aso', 'application/vnd.accpac.simply.aso', '', ''),
('imp', 'application/vnd.accpac.simply.imp', '', ''),
('acu', 'application/vnd.acucobol', '', ''),
('atc', 'application/vnd.acucorp', '', ''),
('acutc', 'application/vnd.acucorp', '', ''),
('air', 'application/vnd.adobe.air-application-installer-package+zip', '', ''),
('fcdt', 'application/vnd.adobe.formscentral.fcdt', '', ''),
('fxp', 'application/vnd.adobe.fxp', '', ''),
('fxpl', 'application/vnd.adobe.fxp', '', ''),
('xdp', 'application/vnd.adobe.xdp+xml', '', ''),
('xfdf', 'application/vnd.adobe.xfdf', '', ''),
('ahead', 'application/vnd.ahead.space', '', ''),
('azf', 'application/vnd.airzip.filesecure.azf', '', ''),
('azs', 'application/vnd.airzip.filesecure.azs', '', ''),
('azw', 'application/vnd.amazon.ebook', '', ''),
('acc', 'application/vnd.americandynamics.acc', '', ''),
('ami', 'application/vnd.amiga.ami', '', ''),
('apk', 'application/vnd.android.package-archive', '', ''),
('cii', 'application/vnd.anser-web-certificate-issue-initiation', '', ''),
('fti', 'application/vnd.anser-web-funds-transfer-initiation', '', ''),
('atx', 'application/vnd.antix.game-component', '', ''),
('mpkg', 'application/vnd.apple.installer+xml', '', ''),
('m3u8', 'application/vnd.apple.mpegurl', '', ''),
('swi', 'application/vnd.aristanetworks.swi', '', ''),
('iota', 'application/vnd.astraea-software.iota', '', ''),
('aep', 'application/vnd.audiograph', '', ''),
('mpm', 'application/vnd.blueice.multipass', '', ''),
('bmi', 'application/vnd.bmi', '', ''),
('rep', 'application/vnd.businessobjects', '', ''),
('cdxml', 'application/vnd.chemdraw+xml', '', ''),
('mmd', 'application/vnd.chipnuts.karaoke-mmd', '', ''),
('cdy', 'application/vnd.cinderella', '', ''),
('cla', 'application/vnd.claymore', '', ''),
('rp9', 'application/vnd.cloanto.rp9', '', ''),
('c4g', 'application/vnd.clonk.c4group', '', ''),
('c4d', 'application/vnd.clonk.c4group', '', ''),
('c4f', 'application/vnd.clonk.c4group', '', ''),
('c4p', 'application/vnd.clonk.c4group', '', ''),
('c4u', 'application/vnd.clonk.c4group', '', ''),
('c11amc', 'application/vnd.cluetrust.cartomobile-config', '', ''),
('c11amz', 'application/vnd.cluetrust.cartomobile-config-pkg', '', ''),
('csp', 'application/vnd.commonspace', '', ''),
('cdbcmsg', 'application/vnd.contact.cmsg', '', ''),
('cmc', 'application/vnd.cosmocaller', '', ''),
('clkx', 'application/vnd.crick.clicker', '', ''),
('clkk', 'application/vnd.crick.clicker.keyboard', '', ''),
('clkp', 'application/vnd.crick.clicker.palette', '', ''),
('clkt', 'application/vnd.crick.clicker.template', '', ''),
('clkw', 'application/vnd.crick.clicker.wordbank', '', ''),
('wbs', 'application/vnd.criticaltools.wbs+xml', '', ''),
('pml', 'application/vnd.ctc-posml', '', ''),
('ppd', 'application/vnd.cups-ppd', '', ''),
('car', 'application/vnd.curl.car', '', ''),
('pcurl', 'application/vnd.curl.pcurl', '', ''),
('dart', 'application/vnd.dart', '', ''),
('rdz', 'application/vnd.data-vision.rdz', '', ''),
('uvf', 'application/vnd.dece.data', '', ''),
('uvvf', 'application/vnd.dece.data', '', ''),
('uvd', 'application/vnd.dece.data', '', ''),
('uvvd', 'application/vnd.dece.data', '', ''),
('uvt', 'application/vnd.dece.ttml+xml', '', ''),
('uvvt', 'application/vnd.dece.ttml+xml', '', ''),
('uvx', 'application/vnd.dece.unspecified', '', ''),
('uvvx', 'application/vnd.dece.unspecified', '', ''),
('uvz', 'application/vnd.dece.zip', '', ''),
('uvvz', 'application/vnd.dece.zip', '', ''),
('fe_launch', 'application/vnd.denovo.fcselayout-link', '', ''),
('dna', 'application/vnd.dna', '', ''),
('mlp', 'application/vnd.dolby.mlp', '', ''),
('dpg', 'application/vnd.dpgraph', '', ''),
('dfac', 'application/vnd.dreamfactory', '', ''),
('kpxx', 'application/vnd.ds-keypoint', '', ''),
('ait', 'application/vnd.dvb.ait', 'mime-type-vector.png', ''),
('svc', 'application/vnd.dvb.service', '', '');
INSERT INTO `sys_storage_mime_types` (`ext`, `mime_type`, `icon`, `icon_font`) VALUES
('geo', 'application/vnd.dynageo', '', ''),
('mag', 'application/vnd.ecowin.chart', '', ''),
('nml', 'application/vnd.enliven', '', ''),
('esf', 'application/vnd.epson.esf', '', ''),
('msf', 'application/vnd.epson.msf', '', ''),
('qam', 'application/vnd.epson.quickanime', '', ''),
('slt', 'application/vnd.epson.salt', '', ''),
('ssf', 'application/vnd.epson.ssf', '', ''),
('es3', 'application/vnd.eszigno3+xml', '', ''),
('et3', 'application/vnd.eszigno3+xml', '', ''),
('ez2', 'application/vnd.ezpix-album', '', ''),
('ez3', 'application/vnd.ezpix-package', '', ''),
('fdf', 'application/vnd.fdf', '', ''),
('mseed', 'application/vnd.fdsn.mseed', '', ''),
('seed', 'application/vnd.fdsn.seed', '', ''),
('dataless', 'application/vnd.fdsn.seed', '', ''),
('gph', 'application/vnd.flographit', '', ''),
('ftc', 'application/vnd.fluxtime.clip', '', ''),
('fm', 'application/vnd.framemaker', '', ''),
('frame', 'application/vnd.framemaker', '', ''),
('maker', 'application/vnd.framemaker', '', ''),
('book', 'application/vnd.framemaker', '', ''),
('fnc', 'application/vnd.frogans.fnc', '', ''),
('ltf', 'application/vnd.frogans.ltf', '', ''),
('fsc', 'application/vnd.fsc.weblaunch', '', ''),
('oas', 'application/vnd.fujitsu.oasys', '', ''),
('oa2', 'application/vnd.fujitsu.oasys2', '', ''),
('oa3', 'application/vnd.fujitsu.oasys3', '', ''),
('fg5', 'application/vnd.fujitsu.oasysgp', '', ''),
('bh2', 'application/vnd.fujitsu.oasysprs', '', ''),
('ddd', 'application/vnd.fujixerox.ddd', '', ''),
('xdw', 'application/vnd.fujixerox.docuworks', '', ''),
('xbd', 'application/vnd.fujixerox.docuworks.binder', '', ''),
('fzs', 'application/vnd.fuzzysheet', '', ''),
('txd', 'application/vnd.genomatix.tuxedo', '', ''),
('ggb', 'application/vnd.geogebra.file', '', ''),
('ggt', 'application/vnd.geogebra.tool', '', ''),
('gex', 'application/vnd.geometry-explorer', '', ''),
('gre', 'application/vnd.geometry-explorer', '', ''),
('gxt', 'application/vnd.geonext', '', ''),
('g2w', 'application/vnd.geoplan', '', ''),
('g3w', 'application/vnd.geospace', '', ''),
('gmx', 'application/vnd.gmx', '', ''),
('kml', 'application/vnd.google-earth.kml+xml', '', ''),
('kmz', 'application/vnd.google-earth.kmz', '', ''),
('gqf', 'application/vnd.grafeq', '', ''),
('gqs', 'application/vnd.grafeq', '', ''),
('gac', 'application/vnd.groove-account', '', ''),
('ghf', 'application/vnd.groove-help', '', ''),
('gim', 'application/vnd.groove-identity-message', '', ''),
('grv', 'application/vnd.groove-injector', '', ''),
('gtm', 'application/vnd.groove-tool-message', '', ''),
('tpl', 'application/vnd.groove-tool-template', '', 'far file-code'),
('vcg', 'application/vnd.groove-vcard', '', ''),
('hal', 'application/vnd.hal+xml', '', ''),
('zmm', 'application/vnd.handheld-entertainment+xml', '', ''),
('hbci', 'application/vnd.hbci', '', ''),
('les', 'application/vnd.hhe.lesson-player', '', ''),
('hpgl', 'application/vnd.hp-hpgl', 'mime-type-vector.png', ''),
('hpid', 'application/vnd.hp-hpid', '', ''),
('hps', 'application/vnd.hp-hps', '', ''),
('jlt', 'application/vnd.hp-jlyt', '', ''),
('pcl', 'application/vnd.hp-pcl', '', ''),
('pclxl', 'application/vnd.hp-pclxl', '', ''),
('sfd-hdstx', 'application/vnd.hydrostatix.sof-data', '', ''),
('mpy', 'application/vnd.ibm.minipay', '', ''),
('afp', 'application/vnd.ibm.modcap', '', ''),
('listafp', 'application/vnd.ibm.modcap', '', ''),
('list3820', 'application/vnd.ibm.modcap', '', ''),
('irm', 'application/vnd.ibm.rights-management', '', ''),
('sc', 'application/vnd.ibm.secure-container', '', ''),
('icc', 'application/vnd.iccprofile', '', ''),
('icm', 'application/vnd.iccprofile', '', ''),
('igl', 'application/vnd.igloader', '', ''),
('ivp', 'application/vnd.immervision-ivp', '', ''),
('ivu', 'application/vnd.immervision-ivu', '', ''),
('igm', 'application/vnd.insors.igm', '', ''),
('xpw', 'application/vnd.intercon.formnet', '', ''),
('xpx', 'application/vnd.intercon.formnet', '', ''),
('i2g', 'application/vnd.intergeo', '', ''),
('qbo', 'application/vnd.intu.qbo', '', ''),
('qfx', 'application/vnd.intu.qfx', '', ''),
('rcprofile', 'application/vnd.ipunplugged.rcprofile', '', ''),
('irp', 'application/vnd.irepository.package+xml', '', ''),
('xpr', 'application/vnd.is-xpr', '', ''),
('fcs', 'application/vnd.isac.fcs', '', ''),
('jam', 'application/vnd.jam', '', ''),
('rms', 'application/vnd.jcp.javame.midlet-rms', '', ''),
('jisp', 'application/vnd.jisp', '', ''),
('joda', 'application/vnd.joost.joda-archive', '', ''),
('ktz', 'application/vnd.kahootz', '', ''),
('ktr', 'application/vnd.kahootz', '', ''),
('karbon', 'application/vnd.kde.karbon', '', ''),
('chrt', 'application/vnd.kde.kchart', '', ''),
('kfo', 'application/vnd.kde.kformula', '', ''),
('flw', 'application/vnd.kde.kivio', '', ''),
('kon', 'application/vnd.kde.kontour', '', ''),
('kpr', 'application/vnd.kde.kpresenter', '', ''),
('kpt', 'application/vnd.kde.kpresenter', '', ''),
('ksp', 'application/vnd.kde.kspread', '', ''),
('kwd', 'application/vnd.kde.kword', '', ''),
('kwt', 'application/vnd.kde.kword', '', ''),
('htke', 'application/vnd.kenameaapp', '', ''),
('kia', 'application/vnd.kidspiration', '', ''),
('kne', 'application/vnd.kinar', '', ''),
('knp', 'application/vnd.kinar', '', ''),
('skp', 'application/vnd.koan', '', ''),
('skd', 'application/vnd.koan', '', ''),
('skt', 'application/vnd.koan', '', ''),
('skm', 'application/vnd.koan', '', ''),
('sse', 'application/vnd.kodak-descriptor', '', ''),
('lasxml', 'application/vnd.las.las+xml', '', ''),
('lbd', 'application/vnd.llamagraphics.life-balance.desktop', '', ''),
('lbe', 'application/vnd.llamagraphics.life-balance.exchange+xml', '', ''),
('123', 'application/vnd.lotus-1-2-3', '', ''),
('apr', 'application/vnd.lotus-approach', '', ''),
('pre', 'application/vnd.lotus-freelance', '', ''),
('nsf', 'application/vnd.lotus-notes', '', ''),
('org', 'application/vnd.lotus-organizer', '', ''),
('scm', 'application/vnd.lotus-screencam', '', ''),
('lwp', 'application/vnd.lotus-wordpro', '', ''),
('portpkg', 'application/vnd.macports.portpkg', '', ''),
('mcd', 'application/vnd.mcd', '', ''),
('mc1', 'application/vnd.medcalcdata', '', ''),
('cdkey', 'application/vnd.mediastation.cdkey', '', ''),
('mwf', 'application/vnd.mfer', '', ''),
('mfm', 'application/vnd.mfmp', '', ''),
('flo', 'application/vnd.micrografx.flo', '', ''),
('igx', 'application/vnd.micrografx.igx', '', ''),
('mif', 'application/vnd.mif', '', ''),
('daf', 'application/vnd.mobius.daf', '', ''),
('dis', 'application/vnd.mobius.dis', '', ''),
('mbk', 'application/vnd.mobius.mbk', '', ''),
('mqy', 'application/vnd.mobius.mqy', '', ''),
('msl', 'application/vnd.mobius.msl', '', ''),
('plc', 'application/vnd.mobius.plc', '', ''),
('txf', 'application/vnd.mobius.txf', '', ''),
('mpn', 'application/vnd.mophun.application', '', ''),
('mpc', 'application/vnd.mophun.certificate', '', ''),
('xul', 'application/vnd.mozilla.xul+xml', '', ''),
('cil', 'application/vnd.ms-artgalry', 'mime-type-vector.png', ''),
('taxi', 'application/vnd.ms-cab-compressed', 'mime-type-archive.png', 'far file-archive'),
('xls', 'application/vnd.ms-excel', 'mime-type-spreadsheet.png', 'far file-excel'),
('xlm', 'application/vnd.ms-excel', '', ''),
('xla', 'application/vnd.ms-excel', '', ''),
('xlc', 'application/vnd.ms-excel', '', ''),
('xlt', 'application/vnd.ms-excel', 'mime-type-spreadsheet.png', 'far file-excel'),
('xlw', 'application/vnd.ms-excel', '', ''),
('xlam', 'application/vnd.ms-excel.addin.macroenabled.12', '', ''),
('xlsb', 'application/vnd.ms-excel.sheet.binary.macroenabled.12', '', ''),
('xlsm', 'application/vnd.ms-excel.sheet.macroenabled.12', '', ''),
('xltm', 'application/vnd.ms-excel.template.macroenabled.12', '', ''),
('eot', 'application/vnd.ms-fontobject', '', ''),
('chm', 'application/vnd.ms-htmlhelp', '', ''),
('ims', 'application/vnd.ms-ims', '', ''),
('lrm', 'application/vnd.ms-lrm', '', ''),
('thmx', 'application/vnd.ms-officetheme', '', ''),
('cat', 'application/vnd.ms-pki.seccat', '', ''),
('stl', 'application/vnd.ms-pki.stl', '', ''),
('ppt', 'application/vnd.ms-powerpoint', 'mime-type-presentation.png', 'far file-powerpoint'),
('pps', 'application/vnd.ms-powerpoint', '', ''),
('pot', 'application/vnd.ms-powerpoint', '', ''),
('ppam', 'application/vnd.ms-powerpoint.addin.macroenabled.12', '', ''),
('pptm', 'application/vnd.ms-powerpoint.presentation.macroenabled.12', '', ''),
('sldm', 'application/vnd.ms-powerpoint.slide.macroenabled.12', '', ''),
('ppsm', 'application/vnd.ms-powerpoint.slideshow.macroenabled.12', '', ''),
('potm', 'application/vnd.ms-powerpoint.template.macroenabled.12', '', ''),
('mpp', 'application/vnd.ms-project', '', ''),
('mpt', 'application/vnd.ms-project', '', ''),
('docm', 'application/vnd.ms-word.document.macroenabled.12', '', ''),
('dotm', 'application/vnd.ms-word.template.macroenabled.12', '', ''),
('wps', 'application/vnd.ms-works', '', ''),
('wks', 'application/vnd.ms-works', '', ''),
('wcm', 'application/vnd.ms-works', '', ''),
('wdb', 'application/vnd.ms-works', '', ''),
('wpl', 'application/vnd.ms-wpl', '', ''),
('xps', 'application/vnd.ms-xpsdocument', '', ''),
('mseq', 'application/vnd.mseq', '', ''),
('mus', 'application/vnd.musician', '', ''),
('msty', 'application/vnd.muvee.style', '', ''),
('taglet', 'application/vnd.mynfc', '', ''),
('nlu', 'application/vnd.neurolanguage.nlu', '', ''),
('ntf', 'application/vnd.nitf', '', ''),
('nitf', 'application/vnd.nitf', '', ''),
('nnd', 'application/vnd.noblenet-directory', '', ''),
('nns', 'application/vnd.noblenet-sealer', '', ''),
('nnw', 'application/vnd.noblenet-web', '', ''),
('ngdat', 'application/vnd.nokia.n-gage.data', '', ''),
('n-gage', 'application/vnd.nokia.n-gage.symbian.install', '', ''),
('rpst', 'application/vnd.nokia.radio-preset', '', ''),
('rpss', 'application/vnd.nokia.radio-presets', '', ''),
('edm', 'application/vnd.novadigm.edm', '', ''),
('edx', 'application/vnd.novadigm.edx', '', ''),
('ext', 'application/vnd.novadigm.ext', '', ''),
('odc', 'application/vnd.oasis.opendocument.chart', '', ''),
('otc', 'application/vnd.oasis.opendocument.chart-template', '', ''),
('odb', 'application/vnd.oasis.opendocument.database', '', ''),
('odf', 'application/vnd.oasis.opendocument.formula', '', ''),
('odft', 'application/vnd.oasis.opendocument.formula-template', '', '');
INSERT INTO `sys_storage_mime_types` (`ext`, `mime_type`, `icon`, `icon_font`) VALUES
('odg', 'application/vnd.oasis.opendocument.graphics', 'mime-type-vector.png', ''),
('otg', 'application/vnd.oasis.opendocument.graphics-template', '', ''),
('odi', 'application/vnd.oasis.opendocument.image', '', ''),
('oti', 'application/vnd.oasis.opendocument.image-template', '', ''),
('odp', 'application/vnd.oasis.opendocument.presentation', 'mime-type-presentation.png', 'far file-powerpoint'),
('otp', 'application/vnd.oasis.opendocument.presentation-template', '', ''),
('ods', 'application/vnd.oasis.opendocument.spreadsheet', 'mime-type-spreadsheet.png', 'far file-excel'),
('ots', 'application/vnd.oasis.opendocument.spreadsheet-template', 'mime-type-spreadsheet.png', 'far file-excel'),
('odt', 'application/vnd.oasis.opendocument.text', 'mime-type-document.png', ''),
('odm', 'application/vnd.oasis.opendocument.text-master', '', ''),
('ott', 'application/vnd.oasis.opendocument.text-template', 'mime-type-document.png', ''),
('oth', 'application/vnd.oasis.opendocument.text-web', '', ''),
('xo', 'application/vnd.olpc-sugar', '', ''),
('dd2', 'application/vnd.oma.dd2+xml', '', ''),
('oxt', 'application/vnd.openofficeorg.extension', '', ''),
('pptx', 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'mime-type-presentation.png', 'far file-powerpoint'),
('sldx', 'application/vnd.openxmlformats-officedocument.presentationml.slide', '', ''),
('ppsx', 'application/vnd.openxmlformats-officedocument.presentationml.slideshow', '', ''),
('potx', 'application/vnd.openxmlformats-officedocument.presentationml.template', '', ''),
('xlsx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'mime-type-spreadsheet.png', 'far file-excel'),
('xltx', 'application/vnd.openxmlformats-officedocument.spreadsheetml.template', '', ''),
('docx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'mime-type-document.png', 'far file-word'),
('dotx', 'application/vnd.openxmlformats-officedocument.wordprocessingml.template', '', ''),
('mgp', 'application/vnd.osgeo.mapguide.package', '', ''),
('dp', 'application/vnd.osgi.dp', '', ''),
('esa', 'application/vnd.osgi.subsystem', '', ''),
('pdb', 'application/vnd.palm', 'mime-type-document.png', ''),
('pqa', 'application/vnd.palm', '', ''),
('oprc', 'application/vnd.palm', '', ''),
('paw', 'application/vnd.pawaafile', '', ''),
('str', 'application/vnd.pg.format', '', ''),
('ei6', 'application/vnd.pg.osasli', '', ''),
('efif', 'application/vnd.picsel', '', ''),
('wg', 'application/vnd.pmi.widget', '', ''),
('plf', 'application/vnd.pocketlearn', '', ''),
('pbd', 'application/vnd.powerbuilder6', '', ''),
('box', 'application/vnd.previewsystems.box', '', ''),
('mgz', 'application/vnd.proteus.magazine', '', ''),
('qps', 'application/vnd.publishare-delta-tree', '', ''),
('ptid', 'application/vnd.pvi.ptid1', '', ''),
('qxd', 'application/vnd.quark.quarkxpress', '', ''),
('qxt', 'application/vnd.quark.quarkxpress', '', ''),
('qwd', 'application/vnd.quark.quarkxpress', '', ''),
('qwt', 'application/vnd.quark.quarkxpress', '', ''),
('qxl', 'application/vnd.quark.quarkxpress', '', ''),
('qxb', 'application/vnd.quark.quarkxpress', '', ''),
('bed', 'application/vnd.realvnc.bed', '', ''),
('mxl', 'application/vnd.recordare.musicxml', '', ''),
('musicxml', 'application/vnd.recordare.musicxml+xml', '', ''),
('cryptonote', 'application/vnd.rig.cryptonote', '', ''),
('cod', 'application/vnd.rim.cod', '', ''),
('rm', 'application/vnd.rn-realmedia', '', ''),
('rmvb', 'application/vnd.rn-realmedia-vbr', '', ''),
('link66', 'application/vnd.route66.link66+xml', '', ''),
('st', 'application/vnd.sailingtracker.track', '', ''),
('see', 'application/vnd.seemail', '', ''),
('sema', 'application/vnd.sema', '', ''),
('semd', 'application/vnd.semd', '', ''),
('semf', 'application/vnd.semf', '', ''),
('ifm', 'application/vnd.shana.informed.formdata', '', ''),
('itp', 'application/vnd.shana.informed.formtemplate', '', ''),
('iif', 'application/vnd.shana.informed.interchange', '', ''),
('ipk', 'application/vnd.shana.informed.package', '', ''),
('twd', 'application/vnd.simtech-mindmapper', '', ''),
('twds', 'application/vnd.simtech-mindmapper', '', ''),
('mmf', 'application/vnd.smaf', '', ''),
('teacher', 'application/vnd.smart.teacher', '', ''),
('sdkm', 'application/vnd.solent.sdkm+xml', '', ''),
('sdkd', 'application/vnd.solent.sdkm+xml', '', ''),
('dxp', 'application/vnd.spotfire.dxp', '', ''),
('sfs', 'application/vnd.spotfire.sfs', '', ''),
('sdc', 'application/vnd.stardivision.calc', 'mime-type-spreadsheet.png', 'far file-excel'),
('sda', 'application/vnd.stardivision.draw', '', ''),
('sdd', 'application/vnd.stardivision.impress', 'mime-type-presentation.png', 'far file-powerpoint'),
('smf', 'application/vnd.stardivision.math', '', ''),
('sdw', 'application/vnd.stardivision.writer', 'mime-type-document.png', ''),
('vor', 'application/vnd.stardivision.writer', '', ''),
('sgl', 'application/vnd.stardivision.writer-global', '', ''),
('smzip', 'application/vnd.stepmania.package', '', ''),
('sm', 'application/vnd.stepmania.stepchart', '', ''),
('sxc', 'application/vnd.sun.xml.calc', 'mime-type-spreadsheet.png', 'far file-excel'),
('stc', 'application/vnd.sun.xml.calc.template', 'mime-type-spreadsheet.png', 'far file-excel'),
('sxd', 'application/vnd.sun.xml.draw', 'mime-type-vector.png', ''),
('std', 'application/vnd.sun.xml.draw.template', '', ''),
('sxi', 'application/vnd.sun.xml.impress', 'mime-type-presentation.png', 'far file-powerpoint'),
('sti', 'application/vnd.sun.xml.impress.template', 'mime-type-presentation.png', 'far file-powerpoint'),
('sxm', 'application/vnd.sun.xml.math', '', ''),
('sxw', 'application/vnd.sun.xml.writer', 'mime-type-document.png', ''),
('sxg', 'application/vnd.sun.xml.writer.global', '', ''),
('stw', 'application/vnd.sun.xml.writer.template', 'mime-type-document.png', ''),
('sus', 'application/vnd.sus-calendar', '', ''),
('susp', 'application/vnd.sus-calendar', '', ''),
('svd', 'application/vnd.svd', '', ''),
('sis', 'application/vnd.symbian.install', '', ''),
('sisx', 'application/vnd.symbian.install', '', ''),
('xsm', 'application/vnd.syncml+xml', '', ''),
('bdm', 'application/vnd.syncml.dm+wbxml', '', ''),
('xdm', 'application/vnd.syncml.dm+xml', '', ''),
('tao', 'application/vnd.tao.intent-module-archive', '', ''),
('pcap', 'application/vnd.tcpdump.pcap', '', ''),
('cap', 'application/vnd.tcpdump.pcap', '', ''),
('dmp', 'application/vnd.tcpdump.pcap', '', ''),
('tmo', 'application/vnd.tmobile-livetv', '', ''),
('tpt', 'application/vnd.trid.tpt', '', ''),
('mxs', 'application/vnd.triscape.mxs', '', ''),
('tra', 'application/vnd.trueapp', '', ''),
('ufd', 'application/vnd.ufdl', '', ''),
('ufdl', 'application/vnd.ufdl', '', ''),
('utz', 'application/vnd.uiq.theme', '', ''),
('umj', 'application/vnd.umajin', '', ''),
('unityweb', 'application/vnd.unity', '', ''),
('uoml', 'application/vnd.uoml+xml', '', ''),
('vcx', 'application/vnd.vcx', '', ''),
('vsd', 'application/vnd.visio', '', ''),
('vst', 'application/vnd.visio', '', ''),
('vss', 'application/vnd.visio', 'mime-type-vector.png', ''),
('vsw', 'application/vnd.visio', '', ''),
('vis', 'application/vnd.visionary', '', ''),
('vsf', 'application/vnd.vsf', '', ''),
('wbxml', 'application/vnd.wap.wbxml', '', ''),
('wmlc', 'application/vnd.wap.wmlc', '', ''),
('wmlsc', 'application/vnd.wap.wmlscriptc', '', ''),
('wtb', 'application/vnd.webturbo', '', ''),
('nbp', 'application/vnd.wolfram.player', '', ''),
('wpd', 'application/vnd.wordperfect', '', ''),
('wqd', 'application/vnd.wqd', '', ''),
('stf', 'application/vnd.wt.stf', '', ''),
('xar', 'application/vnd.xara', '', ''),
('xfdl', 'application/vnd.xfdl', '', ''),
('hvd', 'application/vnd.yamaha.hv-dic', '', ''),
('hvs', 'application/vnd.yamaha.hv-script', '', ''),
('hvp', 'application/vnd.yamaha.hv-voice', '', ''),
('osf', 'application/vnd.yamaha.openscoreformat', '', ''),
('osfpvg', 'application/vnd.yamaha.openscoreformat.osfpvg+xml', '', ''),
('saf', 'application/vnd.yamaha.smaf-audio', '', ''),
('spf', 'application/vnd.yamaha.smaf-phrase', '', ''),
('cmp', 'application/vnd.yellowriver-custom-menu', '', ''),
('zir', 'application/vnd.zul', '', ''),
('zirz', 'application/vnd.zul', '', ''),
('zaz', 'application/vnd.zzazz.deck+xml', '', ''),
('vxml', 'application/voicexml+xml', '', ''),
('wgt', 'application/widget', '', ''),
('hlp', 'application/winhlp', '', ''),
('wsdl', 'application/wsdl+xml', '', ''),
('wspolicy', 'application/wspolicy+xml', '', ''),
('7z', 'application/x-7z-compressed', 'mime-type-archive.png', 'far file-archive'),
('abw', 'application/x-abiword', '', ''),
('ace', 'application/x-ace-compressed', 'mime-type-archive.png', 'far file-archive'),
('dmg', 'application/x-apple-diskimage', '', ''),
('aab', 'application/x-authorware-bin', '', ''),
('x32', 'application/x-authorware-bin', '', ''),
('u32', 'application/x-authorware-bin', '', ''),
('vox', 'application/x-authorware-bin', '', ''),
('aam', 'application/x-authorware-map', '', ''),
('aas', 'application/x-authorware-seg', '', ''),
('bcpio', 'application/x-bcpio', '', ''),
('torrent', 'application/x-bittorrent', '', ''),
('blb', 'application/x-blorb', '', ''),
('blorb', 'application/x-blorb', '', ''),
('bz', 'application/x-bzip', '', ''),
('bz2', 'application/x-bzip2', 'mime-type-archive.png', 'far file-archive'),
('boz', 'application/x-bzip2', '', ''),
('cbr', 'application/x-cbr', '', ''),
('cba', 'application/x-cbr', '', ''),
('cbt', 'application/x-cbr', '', ''),
('cbz', 'application/x-cbr', '', ''),
('cb7', 'application/x-cbr', '', ''),
('vcd', 'application/x-cdlink', '', ''),
('cfs', 'application/x-cfs-compressed', '', ''),
('chat', 'application/x-chat', '', ''),
('pgn', 'application/x-chess-pgn', '', ''),
('nsc', 'application/x-conference', '', ''),
('cpio', 'application/x-cpio', '', ''),
('csh', 'application/x-csh', '', 'far file-code'),
('deb', 'application/x-debian-package', '', ''),
('udeb', 'application/x-debian-package', '', ''),
('dgc', 'application/x-dgc-compressed', '', ''),
('dir', 'application/x-director', '', ''),
('dcr', 'application/x-director', '', ''),
('dxr', 'application/x-director', '', ''),
('cst', 'application/x-director', '', ''),
('cct', 'application/x-director', '', ''),
('cxt', 'application/x-director', '', '');
INSERT INTO `sys_storage_mime_types` (`ext`, `mime_type`, `icon`, `icon_font`) VALUES
('w3d', 'application/x-director', '', ''),
('fgd', 'application/x-director', '', ''),
('swa', 'application/x-director', '', ''),
('wad', 'application/x-doom', '', ''),
('ncx', 'application/x-dtbncx+xml', '', ''),
('dtb', 'application/x-dtbook+xml', '', ''),
('res', 'application/x-dtbresource+xml', '', ''),
('dvi', 'application/x-dvi', '', ''),
('evy', 'application/x-envoy', '', ''),
('eva', 'application/x-eva', '', ''),
('bdf', 'application/x-font-bdf', '', ''),
('gsf', 'application/x-font-ghostscript', '', ''),
('psf', 'application/x-font-linux-psf', '', ''),
('otf', 'application/x-font-otf', '', ''),
('pcf', 'application/x-font-pcf', '', ''),
('snf', 'application/x-font-snf', '', ''),
('ttf', 'application/x-font-ttf', '', ''),
('ttc', 'application/x-font-ttf', '', ''),
('pfa', 'application/x-font-type1', '', ''),
('pfb', 'application/x-font-type1', '', ''),
('pfm', 'application/x-font-type1', '', ''),
('afm', 'application/x-font-type1', '', ''),
('woff', 'application/x-font-woff', '', ''),
('arc', 'application/x-freearc', '', ''),
('spl', 'application/x-futuresplash', '', ''),
('gca', 'application/x-gca-compressed', '', ''),
('ulx', 'application/x-glulx', '', ''),
('gnumeric', 'application/x-gnumeric', '', ''),
('gramps', 'application/x-gramps-xml', '', ''),
('gtar', 'application/x-gtar', '', ''),
('hdf', 'application/x-hdf', '', ''),
('install', 'application/x-install-instructions', '', ''),
('iso', 'application/x-iso9660-image', '', ''),
('jnlp', 'application/x-java-jnlp-file', '', ''),
('latex', 'application/x-latex', '', ''),
('lzh', 'application/x-lzh-compressed', '', ''),
('lha', 'application/x-lzh-compressed', '', ''),
('mie', 'application/x-mie', '', ''),
('prc', 'application/x-mobipocket-ebook', '', ''),
('mobi', 'application/x-mobipocket-ebook', '', ''),
('application', 'application/x-ms-application', '', ''),
('lnk', 'application/x-ms-shortcut', '', ''),
('wmd', 'application/x-ms-wmd', '', ''),
('wmz', 'application/x-ms-wmz', '', ''),
('xbap', 'application/x-ms-xbap', '', ''),
('mdb', 'application/x-msaccess', '', ''),
('obd', 'application/x-msbinder', '', ''),
('crd', 'application/x-mscardfile', '', ''),
('clp', 'application/x-msclip', '', ''),
('exe', 'application/x-msdownload', '', ''),
('dll', 'application/x-msdownload', '', ''),
('com', 'application/x-msdownload', '', ''),
('bat', 'application/x-msdownload', '', 'far file-code'),
('msi', 'application/x-msdownload', '', ''),
('mvb', 'application/x-msmediaview', '', ''),
('m13', 'application/x-msmediaview', '', ''),
('m14', 'application/x-msmediaview', '', ''),
('wmf', 'application/x-msmetafile', '', ''),
('emf', 'application/x-msmetafile', '', ''),
('emz', 'application/x-msmetafile', '', ''),
('mny', 'application/x-msmoney', '', ''),
('pub', 'application/x-mspublisher', '', ''),
('scd', 'application/x-msschedule', '', ''),
('trm', 'application/x-msterminal', '', ''),
('wri', 'application/x-mswrite', '', ''),
('nc', 'application/x-netcdf', '', ''),
('cdf', 'application/x-netcdf', '', ''),
('nzb', 'application/x-nzb', '', ''),
('p12', 'application/x-pkcs12', '', ''),
('pfx', 'application/x-pkcs12', '', ''),
('p7b', 'application/x-pkcs7-certificates', '', ''),
('spc', 'application/x-pkcs7-certificates', '', ''),
('p7r', 'application/x-pkcs7-certreqresp', '', ''),
('rar', 'application/x-rar-compressed', 'mime-type-archive.png', 'far file-archive'),
('ris', 'application/x-research-info-systems', '', ''),
('sh', 'application/x-sh', '', 'far file-code'),
('shar', 'application/x-shar', '', ''),
('swf', 'application/x-shockwave-flash', '', ''),
('xap', 'application/x-silverlight-app', '', ''),
('sql', 'text/x-sql', '', 'far file-code'),
('sit', 'application/x-stuffit', '', ''),
('sitx', 'application/x-stuffitx', '', ''),
('srt', 'application/x-subrip', '', ''),
('sv4cpio', 'application/x-sv4cpio', '', ''),
('sv4crc', 'application/x-sv4crc', '', ''),
('t3', 'application/x-t3vm-image', '', ''),
('gam', 'application/x-tads', '', ''),
('tar', 'application/x-tar', 'mime-type-archive.png', 'far file-archive'),
('tcl', 'application/x-tcl', '', ''),
('tex', 'application/x-tex', '', ''),
('tfm', 'application/x-tex-tfm', '', ''),
('texinfo', 'application/x-texinfo', '', ''),
('texi', 'application/x-texinfo', '', ''),
('obj', 'application/x-tgif', '', ''),
('ustar', 'application/x-ustar', '', ''),
('src', 'application/x-wais-source', '', 'far file-code'),
('der', 'application/x-x509-ca-cert', '', ''),
('crt', 'application/x-x509-ca-cert', '', ''),
('fig', 'application/x-xfig', '', ''),
('xlf', 'application/x-xliff+xml', '', ''),
('xpi', 'application/x-xpinstall', '', ''),
('xz', 'application/x-xz', '', ''),
('z1', 'application/x-zmachine', '', ''),
('z2', 'application/x-zmachine', '', ''),
('z3', 'application/x-zmachine', '', ''),
('z4', 'application/x-zmachine', '', ''),
('z5', 'application/x-zmachine', '', ''),
('z6', 'application/x-zmachine', '', ''),
('z7', 'application/x-zmachine', '', ''),
('z8', 'application/x-zmachine', '', ''),
('xaml', 'application/xaml+xml', '', ''),
('xdf', 'application/xcap-diff+xml', '', ''),
('xenc', 'application/xenc+xml', '', ''),
('xhtml', 'application/xhtml+xml', '', 'far file-code'),
('xht', 'application/xhtml+xml', '', ''),
('xml', 'application/xml', '', 'far file-code'),
('xsl', 'application/xml', '', 'far file-code'),
('dtd', 'application/xml-dtd', '', 'far file-code'),
('xop', 'application/xop+xml', '', ''),
('xpl', 'application/xproc+xml', '', ''),
('xslt', 'application/xslt+xml', '', 'far file-code'),
('xspf', 'application/xspf+xml', '', ''),
('mxml', 'application/xv+xml', '', ''),
('xhvml', 'application/xv+xml', '', ''),
('xvml', 'application/xv+xml', '', ''),
('xvm', 'application/xv+xml', '', ''),
('yang', 'application/yang', '', ''),
('yin', 'application/yin+xml', '', ''),
('zip', 'application/zip', 'mime-type-archive.png', 'far file-archive'),
('adp', 'audio/adpcm', 'mime-type-audio.png', 'far file-audio'),
('au', 'audio/basic', 'mime-type-audio.png', 'far file-audio'),
('snd', 'audio/basic', 'mime-type-audio.png', 'far file-audio'),
('mid', 'audio/midi', 'mime-type-audio.png', 'far file-audio'),
('midi', 'audio/midi', 'mime-type-audio.png', 'far file-audio'),
('kar', 'audio/midi', 'mime-type-audio.png', 'far file-audio'),
('rmi', 'audio/midi', 'mime-type-audio.png', 'far file-audio'),
('m4a', 'audio/mp4', 'mime-type-audio.png', 'far file-audio'),
('mp4a', 'audio/mp4', 'mime-type-audio.png', 'far file-audio'),
('m4p', 'audio/mp4a-latm', 'mime-type-audio.png', 'far file-audio'),
('mpga', 'audio/mpeg', 'mime-type-audio.png', 'far file-audio'),
('mp2', 'audio/mpeg', 'mime-type-audio.png', 'far file-audio'),
('mp2a', 'audio/mpeg', 'mime-type-audio.png', 'far file-audio'),
('mp3', 'audio/mpeg', 'mime-type-audio.png', 'far file-audio'),
('m2a', 'audio/mpeg', 'mime-type-audio.png', 'far file-audio'),
('m3a', 'audio/mpeg', 'mime-type-audio.png', 'far file-audio'),
('oga', 'audio/ogg', 'mime-type-audio.png', 'far file-audio'),
('ogg', 'audio/ogg', 'mime-type-audio.png', 'far file-audio'),
('spx', 'audio/ogg', 'mime-type-audio.png', 'far file-audio'),
('s3m', 'audio/s3m', 'mime-type-audio.png', 'far file-audio'),
('sil', 'audio/silk', 'mime-type-audio.png', 'far file-audio'),
('uva', 'audio/vnd.dece.audio', 'mime-type-audio.png', 'far file-audio'),
('uvva', 'audio/vnd.dece.audio', 'mime-type-audio.png', 'far file-audio'),
('eol', 'audio/vnd.digital-winds', 'mime-type-audio.png', 'far file-audio'),
('dra', 'audio/vnd.dra', 'mime-type-audio.png', 'far file-audio'),
('dts', 'audio/vnd.dts', 'mime-type-audio.png', 'far file-audio'),
('dtshd', 'audio/vnd.dts.hd', 'mime-type-audio.png', 'far file-audio'),
('lvp', 'audio/vnd.lucent.voice', 'mime-type-audio.png', 'far file-audio'),
('pya', 'audio/vnd.ms-playready.media.pya', 'mime-type-audio.png', 'far file-audio'),
('ecelp4800', 'audio/vnd.nuera.ecelp4800', 'mime-type-audio.png', 'far file-audio'),
('ecelp7470', 'audio/vnd.nuera.ecelp7470', 'mime-type-audio.png', 'far file-audio'),
('ecelp9600', 'audio/vnd.nuera.ecelp9600', 'mime-type-audio.png', 'far file-audio'),
('rip', 'audio/vnd.rip', 'mime-type-audio.png', 'far file-audio'),
('weba', 'audio/webm', 'mime-type-audio.png', 'far file-audio'),
('aac', 'audio/x-aac', 'mime-type-audio.png', 'far file-audio'),
('aif', 'audio/x-aiff', 'mime-type-audio.png', 'far file-audio'),
('aiff', 'audio/x-aiff', 'mime-type-audio.png', 'far file-audio'),
('aifc', 'audio/x-aiff', 'mime-type-audio.png', 'far file-audio'),
('caf', 'audio/x-caf', 'mime-type-audio.png', 'far file-audio'),
('flac', 'audio/x-flac', 'mime-type-audio.png', 'far file-audio'),
('mka', 'audio/x-matroska', 'mime-type-audio.png', 'far file-audio'),
('m3u', 'audio/x-mpegurl', 'mime-type-audio.png', 'far file-audio'),
('wax', 'audio/x-ms-wax', 'mime-type-audio.png', 'far file-audio'),
('wma', 'audio/x-ms-wma', 'mime-type-audio.png', 'far file-audio'),
('ram', 'audio/x-pn-realaudio', 'mime-type-audio.png', 'far file-audio'),
('ra', 'audio/x-pn-realaudio', 'mime-type-audio.png', 'far file-audio'),
('rmp', 'audio/x-pn-realaudio-plugin', 'mime-type-audio.png', 'far file-audio'),
('wav', 'audio/x-wav', 'mime-type-audio.png', 'far file-audio'),
('xm', 'audio/xm', 'mime-type-audio.png', 'far file-audio'),
('cdx', 'chemical/x-cdx', 'mime-type-vector.png', ''),
('cif', 'chemical/x-cif', '', ''),
('cmdf', 'chemical/x-cmdf', '', ''),
('cml', 'chemical/x-cml', '', ''),
('csml', 'chemical/x-csml', '', ''),
('xyz', 'chemical/x-xyz', '', ''),
('bmp', 'image/bmp', 'mime-type-image.png', 'far file-image'),
('cgm', 'image/cgm', 'mime-type-image.png', 'far file-image'),
('g3', 'image/g3fax', 'mime-type-image.png', 'far file-image'),
('gif', 'image/gif', 'mime-type-image.png', 'far file-image'),
('ief', 'image/ief', 'mime-type-image.png', 'far file-image'),
('jp2', 'image/jp2', 'mime-type-image.png', 'far file-image'),
('jpeg', 'image/jpeg', 'mime-type-image.png', 'far file-image'),
('jpg', 'image/jpeg', 'mime-type-image.png', 'far file-image'),
('jpe', 'image/jpeg', 'mime-type-image.png', 'far file-image'),
('ktx', 'image/ktx', 'mime-type-image.png', 'far file-image'),
('pict', 'image/pict', 'mime-type-image.png', 'far file-image'),
('pic', 'image/pict', 'mime-type-image.png', 'far file-image'),
('pct', 'image/pict', 'mime-type-image.png', 'far file-image'),
('png', 'image/png', 'mime-type-png.png', 'far file-image'),
('btif', 'image/prs.btif', 'mime-type-image.png', 'far file-image'),
('sgi', 'image/sgi', 'mime-type-image.png', 'far file-image');
INSERT INTO `sys_storage_mime_types` (`ext`, `mime_type`, `icon`, `icon_font`) VALUES
('svg', 'image/svg+xml', 'mime-type-image.png', 'far file-image'),
('svgz', 'image/svg+xml', 'mime-type-image.png', 'far file-image'),
('tiff', 'image/tiff', 'mime-type-image.png', 'far file-image'),
('tif', 'image/tiff', 'mime-type-image.png', 'far file-image'),
('psd', 'image/vnd.adobe.photoshop', 'mime-type-psd.png', 'far file-image'),
('uvi', 'image/vnd.dece.graphic', 'mime-type-image.png', 'far file-image'),
('uvvi', 'image/vnd.dece.graphic', 'mime-type-image.png', 'far file-image'),
('uvg', 'image/vnd.dece.graphic', 'mime-type-image.png', 'far file-image'),
('uvvg', 'image/vnd.dece.graphic', 'mime-type-image.png', 'far file-image'),
('sub', 'image/vnd.dvb.subtitle', 'mime-type-image.png', 'far file-image'),
('djvu', 'image/vnd.djvu', 'mime-type-image.png', 'far file-image'),
('djv', 'image/vnd.djvu', 'mime-type-image.png', 'far file-image'),
('dwg', 'image/vnd.dwg', 'mime-type-image.png', 'far file-image'),
('dxf', 'image/vnd.dxf', 'mime-type-image.png', 'far file-image'),
('fbs', 'image/vnd.fastbidsheet', 'mime-type-image.png', 'far file-image'),
('fpx', 'image/vnd.fpx', 'mime-type-image.png', 'far file-image'),
('fst', 'image/vnd.fst', 'mime-type-image.png', 'far file-image'),
('mmr', 'image/vnd.fujixerox.edmics-mmr', 'mime-type-image.png', 'far file-image'),
('rlc', 'image/vnd.fujixerox.edmics-rlc', 'mime-type-image.png', 'far file-image'),
('mdi', 'image/vnd.ms-modi', 'mime-type-image.png', 'far file-image'),
('wdp', 'image/vnd.ms-photo', 'mime-type-image.png', 'far file-image'),
('npx', 'image/vnd.net-fpx', 'mime-type-image.png', 'far file-image'),
('wbmp', 'image/vnd.wap.wbmp', 'mime-type-image.png', 'far file-image'),
('xif', 'image/vnd.xiff', 'mime-type-image.png', 'far file-image'),
('webp', 'image/webp', 'mime-type-image.png', 'far file-image'),
('3ds', 'image/x-3ds', 'mime-type-image.png', 'far file-image'),
('ras', 'image/x-cmu-raster', 'mime-type-image.png', 'far file-image'),
('cmx', 'image/x-cmx', 'mime-type-image.png', 'far file-image'),
('fh', 'image/x-freehand', 'mime-type-image.png', 'far file-image'),
('fhc', 'image/x-freehand', 'mime-type-image.png', 'far file-image'),
('fh4', 'image/x-freehand', 'mime-type-image.png', 'far file-image'),
('fh5', 'image/x-freehand', 'mime-type-image.png', 'far file-image'),
('fh7', 'image/x-freehand', 'mime-type-image.png', 'far file-image'),
('ico', 'image/x-icon', 'mime-type-image.png', 'far file-image'),
('pntg', 'image/x-macpaint', 'mime-type-image.png', 'far file-image'),
('pnt', 'image/x-macpaint', 'mime-type-image.png', 'far file-image'),
('mac', 'image/x-macpaint', 'mime-type-image.png', 'far file-image'),
('sid', 'image/x-mrsid-image', 'mime-type-image.png', 'far file-image'),
('pcx', 'image/x-pcx', 'mime-type-image.png', 'far file-image'),
('pnm', 'image/x-portable-anymap', 'mime-type-image.png', 'far file-image'),
('pbm', 'image/x-portable-bitmap', 'mime-type-image.png', 'far file-image'),
('pgm', 'image/x-portable-graymap', 'mime-type-image.png', 'far file-image'),
('ppm', 'image/x-portable-pixmap', 'mime-type-image.png', 'far file-image'),
('qtif', 'image/x-quicktime', 'mime-type-image.png', 'far file-image'),
('qti', 'image/x-quicktime', 'mime-type-image.png', 'far file-image'),
('rgb', 'image/x-rgb', 'mime-type-image.png', 'far file-image'),
('tga', 'image/x-tga', 'mime-type-image.png', 'far file-image'),
('xbm', 'image/x-xbitmap', 'mime-type-image.png', 'far file-image'),
('xpm', 'image/x-xpixmap', 'mime-type-image.png', 'far file-image'),
('xwd', 'image/x-xwindowdump', 'mime-type-image.png', 'far file-image'),
('eml', 'message/rfc822', '', ''),
('mime', 'message/rfc822', '', ''),
('igs', 'model/iges', '', ''),
('iges', 'model/iges', '', ''),
('msh', 'model/mesh', '', ''),
('mesh', 'model/mesh', '', ''),
('silo', 'model/mesh', '', ''),
('dae', 'model/vnd.collada+xml', '', ''),
('dwf', 'model/vnd.dwf', '', ''),
('gdl', 'model/vnd.gdl', '', ''),
('gtw', 'model/vnd.gtw', '', ''),
('mts', 'model/vnd.mts', '', ''),
('vtu', 'model/vnd.vtu', '', ''),
('wrl', 'model/vrml', '', ''),
('vrml', 'model/vrml', '', ''),
('x3db', 'model/x3d+binary', '', ''),
('x3dbz', 'model/x3d+binary', '', ''),
('x3dv', 'model/x3d+vrml', '', ''),
('x3dvz', 'model/x3d+vrml', '', ''),
('x3d', 'model/x3d+xml', '', ''),
('x3dz', 'model/x3d+xml', '', ''),
('manifest', 'text/cache-manifest', '', 'far file-alt'),
('appcache', 'text/cache-manifest', '', 'far file-alt'),
('ics', 'text/calendar', '', 'far file-alt'),
('ifb', 'text/calendar', '', 'far file-alt'),
('css', 'text/css', '', 'far file-code'),
('csv', 'text/csv', 'mime-type-spreadsheet.png', 'far file-excel'),
('html', 'text/html', '', 'far file-code'),
('htm', 'text/html', '', 'far file-code'),
('n3', 'text/n3', '', 'far file-alt'),
('txt', 'text/plain', 'mime-type-document.png', 'far file-alt'),
('text', 'text/plain', '', 'far file-alt'),
('conf', 'text/plain', '', 'far file-alt'),
('def', 'text/plain', '', 'far file-alt'),
('list', 'text/plain', '', 'far file-alt'),
('log', 'text/plain', '', 'far file-alt'),
('in', 'text/plain', '', 'far file-alt'),
('dsc', 'text/prs.lines.tag', '', 'far file-alt'),
('rtx', 'text/richtext', '', 'far file-alt'),
('sgml', 'text/sgml', '', 'far file-alt'),
('sgm', 'text/sgml', '', 'far file-alt'),
('tsv', 'text/tab-separated-values', '', 'far file-alt'),
('t', 'text/troff', '', 'far file-alt'),
('tr', 'text/troff', '', 'far file-alt'),
('roff', 'text/troff', '', 'far file-alt'),
('man', 'text/troff', '', 'far file-alt'),
('me', 'text/troff', '', 'far file-alt'),
('ms', 'text/troff', '', 'far file-alt'),
('ttl', 'text/turtle', '', 'far file-code'),
('uri', 'text/uri-list', '', 'far file-alt'),
('uris', 'text/uri-list', '', 'far file-alt'),
('urls', 'text/uri-list', '', 'far file-alt'),
('address-card', 'text/vcard', '', 'far file-alt'),
('curl', 'text/vnd.curl', '', 'far file-alt'),
('dcurl', 'text/vnd.curl.dcurl', '', 'far file-alt'),
('scurl', 'text/vnd.curl.scurl', '', 'far file-alt'),
('mcurl', 'text/vnd.curl.mcurl', '', 'far file-alt'),
('fly', 'text/vnd.fly', '', 'far file-alt'),
('flx', 'text/vnd.fmi.flexstor', '', 'far file-alt'),
('gv', 'text/vnd.graphviz', '', 'far file-alt'),
('3dml', 'text/vnd.in3d.3dml', '', 'far file-alt'),
('spot', 'text/vnd.in3d.spot', '', 'far file-alt'),
('jad', 'text/vnd.sun.j2me.app-descriptor', '', 'far file-alt'),
('wml', 'text/vnd.wap.wml', '', 'far file-alt'),
('wmls', 'text/vnd.wap.wmlscript', '', 'far file-alt'),
('s', 'text/x-asm', '', 'far file-alt'),
('asm', 'text/x-asm', '', 'far file-code'),
('c', 'text/x-c', '', 'far file-code'),
('far closed-captioning', 'text/x-c', '', 'far file-code'),
('cxx', 'text/x-c', '', 'far file-code'),
('cpp', 'text/x-c', '', 'far file-code'),
('h', 'text/x-c', '', 'far file-code'),
('hh', 'text/x-c', '', 'far file-code'),
('dic', 'text/x-c', '', 'far file-alt'),
('f', 'text/x-fortran', '', 'far file-code'),
('for', 'text/x-fortran', '', 'far file-code'),
('f77', 'text/x-fortran', '', 'far file-alt'),
('f90', 'text/x-fortran', '', 'far file-alt'),
('java', 'text/x-java-source', '', 'far file-code'),
('opml', 'text/x-opml', '', 'far file-alt'),
('p', 'text/x-pascal', '', 'far file-alt'),
('pas', 'text/x-pascal', '', 'far file-code'),
('php', 'application/x-httpd-php', '', 'far file-code'),
('coffee', 'text/x-coffeescript', '', 'far file-code'),
('lsp', 'text/x-common-lisp', '', 'far file-code'),
('lisp', 'text/x-common-lisp', '', 'far file-code'),
('diff', 'text/x-diff', '', 'far file-code'),
('go', 'text/x-go', '', 'far file-code'),
('lua', 'text/x-lua', '', 'far file-code'),
('pl', 'text/x-perl', '', 'far file-code'),
('prl', 'text/x-perl', '', 'far file-code'),
('perl', 'text/x-perl', '', 'far file-code'),
('py', 'text/x-python', '', 'far file-code'),
('nginx', 'text/nginx', '', 'far file-code'),
('ini', 'text/x-ini', '', 'far file-alt'),
('rb', 'text/x-ruby', '', 'far file-code'),
('sass', 'text/x-sass', '', 'far file-code'),
('bash', 'text/x-sh', '', 'far file-code'),
('swift', 'text/x-swift', '', 'far file-code'),
('vb', 'text/x-vb', '', 'far file-code'),
('vbs', 'text/vbscript', '', 'far file-code'),
('vue', 'text/x-vue', '', 'far file-code'),
('yaml', 'text/x-yaml', '', 'far file-alt'),
('md', 'text/x-markdown', '', 'far file-alt'),
('xq', 'application/xquery', '', 'far file-code'),
('xquery', 'application/xquery', '', 'far file-code'),
('ps1', 'application/x-powershell', '', 'far file-code'),
('aps', 'application/x-aspx', '', ''),
('jsp', 'application/x-jsp', '', 'far file-code'),
('nfo', 'text/x-nfo', '', 'far file-alt'),
('etx', 'text/x-setext', '', 'far file-alt'),
('sfv', 'text/x-sfv', '', 'far file-alt'),
('uu', 'text/x-uuencode', '', 'far file-alt'),
('vcs', 'text/x-vcalendar', '', 'far file-alt'),
('vcf', 'text/x-vcard', '', 'far file-alt'),
('3gp', 'video/3gpp', 'mime-type-video.png', 'far file-video'),
('3g2', 'video/3gpp2', 'mime-type-video.png', 'far file-video'),
('h261', 'video/h261', 'mime-type-video.png', 'far file-video'),
('h263', 'video/h263', 'mime-type-video.png', 'far file-video'),
('h264', 'video/h264', 'mime-type-video.png', 'far file-video'),
('jpgv', 'video/jpeg', 'mime-type-video.png', 'far file-video'),
('jpm', 'video/jpm', 'mime-type-video.png', 'far file-video'),
('jpgm', 'video/jpm', 'mime-type-video.png', 'far file-video'),
('mj2', 'video/mj2', 'mime-type-video.png', 'far file-video'),
('mjp2', 'video/mj2', 'mime-type-video.png', 'far file-video'),
('ts', 'video/mp2t', 'mime-type-video.png', 'far file-video'),
('mp4', 'video/mp4', 'mime-type-video.png', 'far file-video'),
('mp4v', 'video/mp4', 'mime-type-video.png', 'far file-video'),
('mpg4', 'video/mp4', 'mime-type-video.png', 'far file-video'),
('m4v', 'video/mp4', 'mime-type-video.png', 'far file-video'),
('mpeg', 'video/mpeg', 'mime-type-video.png', 'far file-video'),
('mpg', 'video/mpeg', 'mime-type-video.png', 'far file-video'),
('mpe', 'video/mpeg', 'mime-type-video.png', 'far file-video'),
('m1v', 'video/mpeg', 'mime-type-video.png', 'far file-video'),
('m2v', 'video/mpeg', 'mime-type-video.png', 'far file-video'),
('ogv', 'video/ogg', 'mime-type-video.png', 'far file-video'),
('qt', 'video/quicktime', 'mime-type-video.png', 'far file-video'),
('mov', 'video/quicktime', 'mime-type-video.png', 'far file-video'),
('uvh', 'video/vnd.dece.hd', 'mime-type-video.png', 'far file-video'),
('uvvh', 'video/vnd.dece.hd', 'mime-type-video.png', 'far file-video'),
('uvm', 'video/vnd.dece.mobile', 'mime-type-video.png', 'far file-video'),
('uvvm', 'video/vnd.dece.mobile', 'mime-type-video.png', 'far file-video'),
('uvp', 'video/vnd.dece.pd', 'mime-type-video.png', 'far file-video'),
('uvvp', 'video/vnd.dece.pd', 'mime-type-video.png', 'far file-video');
INSERT INTO `sys_storage_mime_types` (`ext`, `mime_type`, `icon`, `icon_font`) VALUES
('uvs', 'video/vnd.dece.sd', 'mime-type-video.png', 'far file-video'),
('uvvs', 'video/vnd.dece.sd', 'mime-type-video.png', 'far file-video'),
('uvv', 'video/vnd.dece.video', 'mime-type-video.png', 'far file-video'),
('uvvv', 'video/vnd.dece.video', 'mime-type-video.png', 'far file-video'),
('dvb', 'video/vnd.dvb.file', 'mime-type-video.png', 'far file-video'),
('fvt', 'video/vnd.fvt', 'mime-type-video.png', 'far file-video'),
('mxu', 'video/vnd.mpegurl', 'mime-type-video.png', 'far file-video'),
('m4u', 'video/vnd.mpegurl', 'mime-type-video.png', 'far file-video'),
('pyv', 'video/vnd.ms-playready.media.pyv', 'mime-type-video.png', 'far file-video'),
('uvu', 'video/vnd.uvvu.mp4', 'mime-type-video.png', 'far file-video'),
('uvvu', 'video/vnd.uvvu.mp4', 'mime-type-video.png', 'far file-video'),
('viv', 'video/vnd.vivo', 'mime-type-video.png', 'far file-video'),
('dv', 'video/x-dv', 'mime-type-video.png', 'far file-video'),
('dif', 'video/x-dv', 'mime-type-video.png', 'far file-excel'),
('webm', 'video/webm', 'mime-type-video.png', 'far file-video'),
('f4v', 'video/x-f4v', 'mime-type-video.png', 'far file-video'),
('fli', 'video/x-fli', 'mime-type-video.png', 'far file-video'),
('flv', 'video/x-flv', 'mime-type-video.png', 'far file-video'),
('mkv', 'video/x-matroska', 'mime-type-video.png', 'far file-video'),
('mk3d', 'video/x-matroska', 'mime-type-video.png', 'far file-video'),
('mks', 'video/x-matroska', 'mime-type-video.png', 'far file-video'),
('mng', 'video/x-mng', 'mime-type-video.png', 'far file-video'),
('asf', 'video/x-ms-asf', 'mime-type-video.png', 'far file-video'),
('asx', 'video/x-ms-asf', 'mime-type-video.png', 'far file-video'),
('vob', 'video/x-ms-vob', 'mime-type-video.png', 'far file-video'),
('wm', 'video/x-ms-wm', 'mime-type-video.png', 'far file-video'),
('wmv', 'video/x-ms-wmv', 'mime-type-video.png', 'far file-video'),
('wmx', 'video/x-ms-wmx', 'mime-type-video.png', 'far file-video'),
('wvx', 'video/x-ms-wvx', 'mime-type-video.png', 'far file-video'),
('avi', 'video/x-msvideo', 'mime-type-video.png', 'far file-video'),
('movie', 'video/x-sgi-movie', 'mime-type-video.png', 'far file-video'),
('smv', 'video/x-smv', 'mime-type-video.png', 'far file-video'),
('ice', 'x-conference/x-cooltalk', '', '');
-- Forms
UPDATE `sys_form_inputs` SET `checker_func` = 'Preg', `checker_params` = 'a:1:{s:4:"preg";s:38:"~^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d).{8,}~";}' WHERE `object` = 'sys_account' AND `name` = 'password';
-- Menu templates
DELETE FROM `sys_menu_templates` WHERE `template` IN('menu_profile_stats.html', 'menu_interactive.html');
SET @iMax = (SELECT MAX(`id`) FROM `sys_menu_templates`);
UPDATE `sys_menu_templates` SET `id` = @iMax + 1 WHERE `id` = 21;
UPDATE `sys_menu_templates` SET `id` = @iMax + 2 WHERE `id` = 22;
INSERT INTO `sys_menu_templates` (`id`, `template`, `title`, `visible`) VALUES
(21, 'menu_profile_stats.html', '_sys_menu_template_title_profile_stats', 0),
(22, 'menu_interactive.html', '_sys_menu_template_title_interactive', 1);
-- Menus
UPDATE `sys_objects_menu` SET `template_id` = 21 WHERE `object` = 'sys_profile_stats' AND `template_id` = 6;
DELETE FROM `sys_objects_menu` WHERE `object` = 'sys_create_post';
INSERT INTO `sys_objects_menu` (`object`, `title`, `set_name`, `module`, `template_id`, `deletable`, `active`, `override_class_name`, `override_class_file`) VALUES
('sys_create_post', '_sys_menu_title_create_post', 'sys_add_content_links', 'system', 22, 0, 1, 'BxTemplMenuCreatePost', '');
-- Menu items
UPDATE `sys_menu_items` SET `icon` = 'tachometer-alt' WHERE `set_name` = 'sys_account_notifications' AND `name` = 'dashboard';
UPDATE `sys_menu_items` SET `icon` = 'sign-out-alt' WHERE `set_name` = 'sys_account_notifications' AND `name` = 'logout';
UPDATE `sys_menu_items` SET `icon` = 'tachometer-alt' WHERE `set_name` = 'sys_account_dashboard' AND `name` = 'dashboard';
UPDATE `sys_menu_items` SET `icon` = 'pencil-alt' WHERE `set_name` = 'sys_cmts_item_manage' AND `name` = 'item-edit';
DELETE FROM `sys_menu_items` WHERE `set_name` = 'sys_cmts_item_actions' AND `name` IN('item-vote', 'item-score', 'item-reply', 'item-more');
INSERT INTO `sys_menu_items`(`set_name`, `module`, `name`, `title_system`, `title`, `link`, `onclick`, `target`, `icon`, `addon`, `submenu_object`, `submenu_popup`, `visible_for_levels`, `active`, `copyable`, `editable`, `order`) VALUES
('sys_cmts_item_actions', 'system', 'item-vote', '_sys_menu_item_title_system_cmts_item_vote', '_sys_menu_item_title_cmts_item_vote', 'javascript:void(0)', '', '', '', '', '', 0, 2147483647, 1, 0, 1, 1),
('sys_cmts_item_actions', 'system', 'item-score', '_sys_menu_item_title_system_cmts_item_score', '_sys_menu_item_title_cmts_item_score', 'javascript:void(0)', '', '', '', '', '', 0, 2147483647, 0, 0, 1, 2),
('sys_cmts_item_actions', 'system', 'item-reply', '_sys_menu_item_title_system_cmts_item_reply', '_sys_menu_item_title_cmts_item_reply', 'javascript:void(0)', 'javascript:{reply_onclick}', '_self', 'reply', '', '', 0, 2147483647, 1, 0, 1, 3),
('sys_cmts_item_actions', 'system', 'item-more', '_sys_menu_item_title_system_cmts_item_more', '_sys_menu_item_title_cmts_item_more', 'javascript:void(0)', 'bx_menu_popup(''sys_cmts_item_manage'', this, {''id'':''sys_cmts_item_manage_{cmt_system}_{cmt_id}''}, {cmt_system:''{cmt_system}'', cmt_object_id:{cmt_object_id}, cmt_id:{cmt_id}});', '', 'ellipsis-h', '', 'sys_cmts_item_manage', 1, 2147483647, 1, 0, 1, 4);
UPDATE `sys_menu_items` SET `icon` = 'fab facebook-f' WHERE `set_name` = 'sys_social_sharing' AND `name` = 'social-sharing-facebook';
UPDATE `sys_menu_items` SET `icon` = 'fab google-plus-g' WHERE `set_name` = 'sys_social_sharing' AND `name` = 'social-sharing-googleplus';
UPDATE `sys_menu_items` SET `icon` = 'fab twitter' WHERE `set_name` = 'sys_social_sharing' AND `name` = 'social-sharing-twitter';
UPDATE `sys_menu_items` SET `icon` = 'fab pinterest' WHERE `set_name` = 'sys_social_sharing' AND `name` = 'social-sharing-pinterest';
DELETE FROM `sys_menu_items` WHERE `set_name` = 'sys_account_dashboard_manage_tools' AND `name` = 'cmts-administration';
INSERT INTO `sys_menu_items`(`set_name`, `module`, `name`, `title_system`, `title`, `link`, `onclick`, `target`, `icon`, `addon`, `submenu_object`, `visible_for_levels`, `active`, `copyable`, `order`) VALUES
('sys_account_dashboard_manage_tools', 'system', 'cmts-administration', '_sys_menu_item_title_system_cmts_administration', '_sys_menu_item_title_cmts_administration', 'page.php?i=cmts-administration', '', '', '', 'a:2:{s:6:"module";s:6:"system";s:6:"method";s:27:"get_menu_addon_manage_tools";}', '', 192, 1, 0, 1);
DELETE FROM `sys_menu_items` WHERE `set_name` = 'sys_profile_stats' AND `name` = 'profile-stats-profile';
INSERT INTO `sys_menu_items` (`set_name`, `module`, `name`, `title_system`, `title`, `link`, `onclick`, `target`, `icon`, `addon`, `submenu_object`, `visible_for_levels`, `active`, `copyable`, `order`) VALUES
('sys_profile_stats', 'system', 'profile-stats-profile', '_sys_menu_item_title_system_profile', '_sys_menu_item_title_profile', '{member_url}', '', '', 'user', 'a:4:{s:6:"module";s:6:"system";s:6:"method";s:27:"get_menu_addon_profile_edit";s:6:"params";a:0:{}s:5:"class";s:20:"TemplServiceProfiles";}', '', 2147483646, 1, 0, 0);
-- GRIDS: moderation tools
DELETE FROM `sys_objects_grid` WHERE `object` = 'sys_cmts_administration';
INSERT INTO `sys_objects_grid` (`object`, `source_type`, `source`, `table`, `field_id`, `field_order`, `field_active`, `paginate_url`, `paginate_per_page`, `paginate_simple`, `paginate_get_start`, `paginate_get_per_page`, `filter_fields`, `filter_fields_translatable`, `filter_mode`, `sorting_fields`, `sorting_fields_translatable`, `visible_for_levels`, `override_class_name`, `override_class_file`) VALUES
('sys_cmts_administration', 'Sql', '', '', 'cmt_id', 'cmt_time', '', '', 20, NULL, 'start', '', 'cmt_text', '', 'like', 'reports', '', 192, 'BxTemplCmtsGridAdministration', '');
DELETE FROM `sys_grid_fields` WHERE `object` = 'sys_cmts_administration';
INSERT INTO `sys_grid_fields` (`object`, `name`, `title`, `width`, `translatable`, `chars_limit`, `params`, `order`) VALUES
('sys_cmts_administration', 'checkbox', '_sys_select', '2%', 0, '0', '', 1),
('sys_cmts_administration', 'reports', '_sys_txt_reports_title', '5%', 0, '0', '', 2),
('sys_cmts_administration', 'cmt_text', '_sys_cmts_administration_grid_column_title_adm_cmt_text', '33%', 0, '25', '', 3),
('sys_cmts_administration', 'cmt_time', '_sys_cmts_administration_grid_column_title_adm_cmt_time', '20%', 1, '25', '', 4),
('sys_cmts_administration', 'cmt_author_id', '_sys_cmts_administration_grid_column_title_adm_cmt_author_id', '20%', 0, '25', '', 5),
('sys_cmts_administration', 'actions', '', '20%', 0, '', '', 6);
DELETE FROM `sys_grid_actions` WHERE `object` = 'sys_cmts_administration';
INSERT INTO `sys_grid_actions` (`object`, `type`, `name`, `title`, `icon`, `icon_only`, `confirm`, `order`) VALUES
('sys_cmts_administration', 'bulk', 'delete', '_sys_cmts_administration_grid_action_title_adm_delete', '', 0, 1, 1),
('sys_cmts_administration', 'single', 'delete', '_sys_cmts_administration_grid_action_title_adm_delete', 'remove', 1, 1, 1);
-- Pages
DELETE FROM `sys_objects_page` WHERE `object` = 'sys_cmts_administration';
INSERT INTO `sys_objects_page` (`object`, `uri`, `title_system`, `title`, `module`, `layout_id`, `visible_for_levels`, `visible_for_levels_editable`, `url`, `meta_description`, `meta_keywords`, `meta_robots`, `cache_lifetime`, `cache_editable`, `deletable`, `override_class_name`, `override_class_file`) VALUES
('sys_cmts_administration' ,'cmts-administration', '_sys_page_title_system_cmts_administration', '_sys_page_title_cmts_administration', 'system', 5, 192, 1, 'page.php?i=cmts-administration', '', '', '', 0, 1, 0, '', '');
-- Pages types
CREATE TABLE IF NOT EXISTS `sys_pages_types` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`template` varchar(255) NOT NULL,
`order` int(11) NOT NULL,
PRIMARY KEY (`id`)
);
TRUNCATE TABLE `sys_pages_types`;
INSERT INTO `sys_pages_types` (`id`, `title`, `template`, `order`) VALUES
(1, '_sys_page_type_default', 'default.html', 1),
(2, '_sys_page_type_default_wo_hf', 'page_2.html', 2);
-- Pages blocks
DELETE FROM `sys_pages_blocks` WHERE `module` = 'system' AND `title_system` IN('_sys_page_block_title_sys_create_post_public', '_sys_page_block_title_sys_create_post_context');
SET @iBlockOrder = IFNULL((SELECT `order` FROM `sys_pages_blocks` WHERE `object` = '' AND `cell_id` = 0 ORDER BY `order` DESC LIMIT 1), 0);
INSERT INTO `sys_pages_blocks` (`object`, `cell_id`, `module`, `title_system`, `title`, `designbox_id`, `visible_for_levels`, `type`, `content`, `deletable`, `copyable`, `active`, `order`) VALUES
('', 0, 'system', '_sys_page_block_title_sys_create_post_public', '_sys_page_block_title_create_post_public', 3, 2147483647, 'service', 'a:4:{s:6:"module";s:6:"system";s:6:"method";s:20:"get_create_post_form";s:6:"params";a:0:{}s:5:"class";s:13:"TemplServices";}', 0, 1, 1, @iBlockOrder + 1),
('', 0, 'system', '_sys_page_block_title_sys_create_post_context', '_sys_page_block_title_create_post_context', 3, 2147483647, 'service', 'a:4:{s:6:"module";s:6:"system";s:6:"method";s:20:"get_create_post_form";s:6:"params";a:1:{i:0;s:12:"{profile_id}";}s:5:"class";s:13:"TemplServices";}', 0, 1, 1, @iBlockOrder + 2);
DELETE FROM `sys_pages_blocks` WHERE `object` = 'sys_cmts_administration' AND `title_system` IN('_sys_page_block_title_system_cmts_administration');
INSERT INTO `sys_pages_blocks` (`object`, `cell_id`, `module`, `title_system`, `title`, `designbox_id`, `visible_for_levels`, `type`, `content`, `deletable`, `copyable`, `active`, `order`) VALUES
('sys_cmts_administration', 1, 'system', '_sys_page_block_title_system_cmts_administration', '_sys_page_block_title_cmts_administration', 11, 192, 'service', 'a:4:{s:6:"module";s:6:"system";s:6:"method";s:12:"manage_tools";s:6:"params";a:1:{i:0;s:14:"administration";}s:5:"class";s:17:"TemplCmtsServices";}', 0, 1, 1, 1);
-- ICONS
UPDATE `sys_menu_items` SET `icon` = 'file-alt col-red3' WHERE `icon` = 'file-text col-red3';
UPDATE `sys_menu_items` SET `icon` = 'far clock col-green1' WHERE `icon` = 'clock-o col-green1';
UPDATE `sys_menu_items` SET `icon` = 'users col-red2' WHERE `icon` = 'group col-red2';
UPDATE `sys_menu_items` SET `icon` = 'users col-blue3' WHERE `icon` = 'group col-blue3';
UPDATE `sys_menu_items` SET `icon` = 'far comments col-blue2' WHERE `icon` = 'comments-o col-blue2';
UPDATE `sys_menu_items` SET `icon` = 'far file col-red3' WHERE `icon` = 'file-o col-red3';
UPDATE `sys_menu_items` SET `icon` = 'far envelope' WHERE `icon` = 'envelope-o';
UPDATE `sys_menu_items` SET `icon` = 'far trash-alt' WHERE `icon` = 'trash-o';
UPDATE `sys_menu_items` SET `icon` = 'pencil-alt' WHERE `icon` = 'pencil';
UPDATE `sys_menu_items` SET `icon` = 'thumbtack' WHERE `icon` = 'thumb-tack';
UPDATE `sys_menu_items` SET `icon` = 'far smile' WHERE `icon` = 'smile-o';
UPDATE `sys_menu_items` SET `icon` = 'video' WHERE `icon` = 'video-camera';
UPDATE `sys_grid_actions` SET `icon` = 'pencil-alt' WHERE `icon` = 'pencil';
UPDATE `sys_grid_actions` SET `icon` = 'far check-square' WHERE `icon` = 'check-square-o';
UPDATE `sys_grid_actions` SET `icon` = 'unlink' WHERE `icon` = 'chain-broken';
UPDATE `sys_statistics` SET `icon` = 'file-alt col-red3' WHERE `icon` = 'file-text col-red3';
UPDATE `sys_statistics` SET `icon` = 'users col-red2' WHERE `icon` = 'group col-red2';
UPDATE `sys_statistics` SET `icon` = 'far comments col-blue2' WHERE `icon` = 'comments-o col-blue2';
UPDATE `sys_statistics` SET `icon` = 'far file col-red3' WHERE `icon` = 'file-o col-red3';
UPDATE `sys_objects_auths` SET `Icon` = 'sign-in-alt' WHERE `Icon` = 'sign-in';
UPDATE `sys_objects_auths` SET `Icon` = 'fab facebook-square' WHERE `Icon` = 'facebook-square';
UPDATE `sys_objects_auths` SET `Icon` = 'fab google-plus-square' WHERE `Icon` = 'google-plus-square';
UPDATE `sys_objects_auths` SET `Icon` = 'fab linkedin-in' WHERE `Icon` = 'linkedin';
UPDATE `sys_objects_auths` SET `Icon` = 'fab twitter' WHERE `Icon` = 'twitter';
-- Last step is to update current version
UPDATE `sys_modules` SET `version` = '9.0.0-RC9' WHERE (`version` = '9.0.0.RC8' OR `version` = '9.0.0-RC8') AND `name` = 'system';
|
create or replace table `dataline-integration-testing`.test_normalization.`conflict_stream_array`
OPTIONS()
as (
-- Final base SQL model
select
id,
conflict_stream_array,
_airbyte_emitted_at,
_airbyte_conflict_stream_array_hashid
from `dataline-integration-testing`._airbyte_test_normalization.`conflict_stream_array_ab3`
-- conflict_stream_array from `dataline-integration-testing`.test_normalization._airbyte_raw_conflict_stream_array
);
|
IF NOT EXISTS(SELECT 1 FROM sys.columns
WHERE Name = N'HasAnnualCharge'
AND Object_ID = Object_ID(N'[PCS].[MemberUpload]'))
BEGIN
ALTER TABLE [PCS].[MemberUpload]
ADD HasAnnualCharge bit NOT NULL DEFAULT 0
END
GO
IF NOT EXISTS(SELECT 1 FROM sys.columns
WHERE Name = N'AnnualChargeAmount'
AND Object_ID = Object_ID(N'[Lookup].[CompetentAuthority]'))
BEGIN
ALTER TABLE [Lookup].[CompetentAuthority]
ADD AnnualChargeAmount [decimal](18, 2)
END
GO
|
<reponame>wsanming/sanming<filename>web/db/mysql/jeesite.sql
/*
Navicat MySQL Data Transfer
Source Server : localhost_3306
Source Server Version : 50713
Source Host : localhost:3306
Source Database : jeesite
Target Server Type : MYSQL
Target Server Version : 50713
File Encoding : 65001
Date: 2019-10-22 12:09:27
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for js_filemanager_folder
-- ----------------------------
DROP TABLE IF EXISTS `js_filemanager_folder`;
CREATE TABLE `js_filemanager_folder` (
`id` varchar(64) NOT NULL COMMENT '编号',
`parent_code` varchar(64) NOT NULL COMMENT '父级编号',
`parent_codes` varchar(1000) NOT NULL COMMENT '所有父级编号',
`tree_sort` decimal(10,0) NOT NULL COMMENT '本级排序号(升序)',
`tree_sorts` varchar(1000) NOT NULL COMMENT '所有级别排序号',
`tree_leaf` char(1) NOT NULL COMMENT '是否最末级',
`tree_level` decimal(4,0) NOT NULL COMMENT '层次级别',
`tree_names` varchar(1000) NOT NULL COMMENT '全节点名',
`folder_name` varchar(100) NOT NULL COMMENT '文件夹名',
`group_type` varchar(64) NOT NULL COMMENT '文件分组类型',
`office_code` varchar(64) DEFAULT NULL COMMENT '部门编码',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '租户代码',
`corp_name` varchar(100) NOT NULL DEFAULT 'JeeSite' COMMENT '租户名称',
PRIMARY KEY (`id`),
KEY `idx_sys_file_tree_pc` (`parent_code`),
KEY `idx_sys_file_tree_ts` (`tree_sort`),
KEY `idx_sys_file_tree_tss` (`tree_sorts`),
KEY `idx_sys_file_tree_gt` (`group_type`),
KEY `idx_sys_file_tree_oc` (`office_code`),
KEY `idx_sys_file_tree_cb` (`create_by`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='文件管理文件夹';
-- ----------------------------
-- Records of js_filemanager_folder
-- ----------------------------
-- ----------------------------
-- Table structure for js_filemanager_shared
-- ----------------------------
DROP TABLE IF EXISTS `js_filemanager_shared`;
CREATE TABLE `js_filemanager_shared` (
`id` varchar(64) NOT NULL COMMENT '编号',
`folder_id` varchar(64) DEFAULT NULL COMMENT '文件夹编码',
`file_upload_id` varchar(64) DEFAULT NULL COMMENT '文件上传编码',
`file_name` varchar(500) NOT NULL COMMENT '文件或文件夹名',
`receive_user_code` varchar(100) NOT NULL COMMENT '接受者用户编码',
`receive_user_name` varchar(200) NOT NULL COMMENT '接收者用户名称',
`click_num` decimal(10,0) DEFAULT NULL COMMENT '点击次数',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`id`),
KEY `idx_sys_file_share_ruc` (`receive_user_code`),
KEY `idx_sys_file_share_cb` (`create_by`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='文件管理共享表';
-- ----------------------------
-- Records of js_filemanager_shared
-- ----------------------------
-- ----------------------------
-- Table structure for js_gen_table
-- ----------------------------
DROP TABLE IF EXISTS `js_gen_table`;
CREATE TABLE `js_gen_table` (
`table_name` varchar(64) NOT NULL COMMENT '表名',
`class_name` varchar(100) NOT NULL COMMENT '实体类名称',
`comments` varchar(500) NOT NULL COMMENT '表说明',
`parent_table_name` varchar(64) DEFAULT NULL COMMENT '关联父表的表名',
`parent_table_fk_name` varchar(64) DEFAULT NULL COMMENT '本表关联父表的外键名',
`data_source_name` varchar(64) DEFAULT NULL COMMENT '数据源名称',
`tpl_category` varchar(200) DEFAULT NULL COMMENT '使用的模板',
`package_name` varchar(500) DEFAULT NULL COMMENT '生成包路径',
`module_name` varchar(30) DEFAULT NULL COMMENT '生成模块名',
`sub_module_name` varchar(30) DEFAULT NULL COMMENT '生成子模块名',
`function_name` varchar(200) DEFAULT NULL COMMENT '生成功能名',
`function_name_simple` varchar(50) DEFAULT NULL COMMENT '生成功能名(简写)',
`function_author` varchar(50) DEFAULT NULL COMMENT '生成功能作者',
`gen_base_dir` varchar(1000) DEFAULT NULL COMMENT '生成基础路径',
`options` varchar(1000) DEFAULT NULL COMMENT '其它生成选项',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`table_name`),
KEY `idx_gen_table_ptn` (`parent_table_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='代码生成表';
-- ----------------------------
-- Records of js_gen_table
-- ----------------------------
INSERT INTO `js_gen_table` VALUES ('test_data', 'TestData', '测试数据', null, null, null, 'crud', 'com.jeesite.modules', 'test', '', '测试数据', '数据', 'ThinkGem', null, '{\"isHaveDelete\":\"1\",\"isFileUpload\":\"1\",\"isHaveDisableEnable\":\"1\",\"isImageUpload\":\"1\"}', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null);
INSERT INTO `js_gen_table` VALUES ('test_data_child', 'TestDataChild', '测试数据子表', 'test_data', 'test_data_id', null, 'crud', 'com.jeesite.modules', 'test', '', '测试子表', '数据', 'ThinkGem', null, null, 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null);
INSERT INTO `js_gen_table` VALUES ('test_tree', 'TestTree', '测试树表', null, null, null, 'treeGrid', 'com.jeesite.modules', 'test', '', '测试树表', '数据', 'ThinkGem', null, '{\"treeViewName\":\"tree_name\",\"isHaveDelete\":\"1\",\"treeViewCode\":\"tree_code\",\"isFileUpload\":\"1\",\"isHaveDisableEnable\":\"1\",\"isImageUpload\":\"1\"}', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null);
-- ----------------------------
-- Table structure for js_gen_table_column
-- ----------------------------
DROP TABLE IF EXISTS `js_gen_table_column`;
CREATE TABLE `js_gen_table_column` (
`id` varchar(64) NOT NULL COMMENT '编号',
`table_name` varchar(64) NOT NULL COMMENT '表名',
`column_name` varchar(64) NOT NULL COMMENT '列名',
`column_sort` decimal(10,0) DEFAULT NULL COMMENT '列排序(升序)',
`column_type` varchar(100) NOT NULL COMMENT '类型',
`column_label` varchar(50) DEFAULT NULL COMMENT '列标签名',
`comments` varchar(500) NOT NULL COMMENT '列备注说明',
`attr_name` varchar(200) NOT NULL COMMENT '类的属性名',
`attr_type` varchar(200) NOT NULL COMMENT '类的属性类型',
`is_pk` char(1) DEFAULT NULL COMMENT '是否主键',
`is_null` char(1) DEFAULT NULL COMMENT '是否可为空',
`is_insert` char(1) DEFAULT NULL COMMENT '是否插入字段',
`is_update` char(1) DEFAULT NULL COMMENT '是否更新字段',
`is_list` char(1) DEFAULT NULL COMMENT '是否列表字段',
`is_query` char(1) DEFAULT NULL COMMENT '是否查询字段',
`query_type` varchar(200) DEFAULT NULL COMMENT '查询方式',
`is_edit` char(1) DEFAULT NULL COMMENT '是否编辑字段',
`show_type` varchar(200) DEFAULT NULL COMMENT '表单类型',
`options` varchar(1000) DEFAULT NULL COMMENT '其它生成选项',
PRIMARY KEY (`id`),
KEY `idx_gen_table_column_tn` (`table_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='代码生成表列';
-- ----------------------------
-- Records of js_gen_table_column
-- ----------------------------
INSERT INTO `js_gen_table_column` VALUES ('1186494591164370944', 'test_data', 'id', '10', 'varchar(64)', '编号', '编号', 'id', 'String', '1', '0', '1', null, null, null, null, '1', 'hidden', '{\"fieldValid\":\"abc\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591193731072', 'test_data', 'test_input', '20', 'varchar(200)', '单行文本', '单行文本', 'testInput', 'String', null, '1', '1', '1', '1', '1', 'LIKE', '1', 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591202119680', 'test_data', 'test_textarea', '30', 'varchar(200)', '多行文本', '多行文本', 'testTextarea', 'String', null, '1', '1', '1', '1', '1', 'LIKE', '1', 'textarea', '{\"isNewLine\":\"1\",\"gridRowCol\":\"12/2/10\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591218896896', 'test_data', 'test_select', '40', 'varchar(10)', '下拉框', '下拉框', 'testSelect', 'String', null, '1', '1', '1', '1', '1', null, '1', 'select', '{\"dictName\":\"sys_menu_type\",\"dictType\":\"sys_menu_type\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591231479808', 'test_data', 'test_select_multiple', '50', 'varchar(200)', '下拉多选', '下拉多选', 'testSelectMultiple', 'String', null, '1', '1', '1', '1', '1', null, '1', 'select_multiple', '{\"dictName\":\"sys_menu_type\",\"dictType\":\"sys_menu_type\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591244062720', 'test_data', 'test_radio', '60', 'varchar(10)', '单选框', '单选框', 'testRadio', 'String', null, '1', '1', '1', '1', '1', null, '1', 'radio', '{\"dictName\":\"sys_menu_type\",\"dictType\":\"sys_menu_type\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591256645632', 'test_data', 'test_checkbox', '70', 'varchar(200)', '复选框', '复选框', 'testCheckbox', 'String', null, '1', '1', '1', '1', '1', null, '1', 'checkbox', '{\"dictName\":\"sys_menu_type\",\"dictType\":\"sys_menu_type\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591269228544', 'test_data', 'test_date', '80', 'datetime', '日期选择', '日期选择', 'testDate', 'java.util.Date', null, '1', '1', '1', '1', '1', 'BETWEEN', '1', 'date', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591298588672', 'test_data', 'test_datetime', '90', 'datetime', '日期时间', '日期时间', 'testDatetime', 'java.util.Date', null, '1', '1', '1', '1', '1', 'BETWEEN', '1', 'datetime', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591311171584', 'test_data', 'test_user_code', '100', 'varchar(64)', '用户选择', '用户选择', 'testUser', 'com.jeesite.modules.sys.entity.User', null, '1', '1', '1', '1', '1', null, '1', 'userselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591327948800', 'test_data', 'test_office_code', '110', 'varchar(64)', '机构选择', '机构选择', 'testOffice', 'com.jeesite.modules.sys.entity.Office', null, '1', '1', '1', '1', '1', null, '1', 'officeselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591336337408', 'test_data', 'test_area_code', '120', 'varchar(64)', '区域选择', '区域选择', 'testAreaCode|testAreaName', 'String', null, '1', '1', '1', '1', '1', null, '1', 'areaselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591374086144', 'test_data', 'test_area_name', '130', 'varchar(100)', '区域名称', '区域名称', 'testAreaName', 'String', null, '1', '1', '1', '1', '0', 'LIKE', '0', 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591386669056', 'test_data', 'status', '140', 'char(1)', '状态', '状态(0正常 1删除 2停用)', 'status', 'String', null, '0', '1', '0', '1', '1', null, null, 'select', '{\"dictName\":\"sys_search_status\",\"dictType\":\"sys_search_status\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591399251968', 'test_data', 'create_by', '150', 'varchar(64)', '创建者', '创建者', 'createBy', 'String', null, '0', '1', null, null, null, null, null, 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591411834880', 'test_data', 'create_date', '160', 'datetime', '创建时间', '创建时间', 'createDate', 'java.util.Date', null, '0', '1', null, null, null, null, null, 'dateselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591420223488', 'test_data', 'update_by', '170', 'varchar(64)', '更新者', '更新者', 'updateBy', 'String', null, '0', '1', '1', null, null, null, null, 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591437000704', 'test_data', 'update_date', '180', 'datetime', '更新时间', '更新时间', 'updateDate', 'java.util.Date', null, '0', '1', '1', '1', null, null, null, 'dateselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591445389312', 'test_data', 'remarks', '190', 'varchar(500)', '备注信息', '备注信息', 'remarks', 'String', null, '1', '1', '1', '1', '1', 'LIKE', '1', 'textarea', '{\"isNewLine\":\"1\",\"gridRowCol\":\"12/2/10\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591638327296', 'test_data_child', 'id', '10', 'varchar(64)', '编号', '编号', 'id', 'String', '1', '0', '1', null, null, null, null, '1', 'hidden', '{\"fieldValid\":\"abc\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591650910208', 'test_data_child', 'test_sort', '20', 'int(11)', '排序号', '排序号', 'testSort', 'Long', null, '1', '1', '1', '1', '1', null, '1', 'input', '{\"fieldValid\":\"digits\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591659298816', 'test_data_child', 'test_data_id', '30', 'varchar(64)', '父表主键', '父表主键', 'testData', 'String', null, '1', '1', '1', '1', '1', null, '1', 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591667687424', 'test_data_child', 'test_input', '40', 'varchar(200)', '单行文本', '单行文本', 'testInput', 'String', null, '1', '1', '1', '1', '1', 'LIKE', '1', 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591680270336', 'test_data_child', 'test_textarea', '50', 'varchar(200)', '多行文本', '多行文本', 'testTextarea', 'String', null, '1', '1', '1', '1', '1', 'LIKE', '1', 'textarea', '{\"isNewLine\":\"1\",\"gridRowCol\":\"12/2/10\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591688658944', 'test_data_child', 'test_select', '60', 'varchar(10)', '下拉框', '下拉框', 'testSelect', 'String', null, '1', '1', '1', '1', '1', null, '1', 'select', '{\"dictName\":\"sys_menu_type\",\"dictType\":\"sys_menu_type\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591697047552', 'test_data_child', 'test_select_multiple', '70', 'varchar(200)', '下拉多选', '下拉多选', 'testSelectMultiple', 'String', null, '1', '1', '1', '1', '1', null, '1', 'select_multiple', '{\"dictName\":\"sys_menu_type\",\"dictType\":\"sys_menu_type\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591705436160', 'test_data_child', 'test_radio', '80', 'varchar(10)', '单选框', '单选框', 'testRadio', 'String', null, '1', '1', '1', '1', '1', null, '1', 'radio', '{\"dictName\":\"sys_menu_type\",\"dictType\":\"sys_menu_type\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591713824768', 'test_data_child', 'test_checkbox', '90', 'varchar(200)', '复选框', '复选框', 'testCheckbox', 'String', null, '1', '1', '1', '1', '1', null, '1', 'checkbox', '{\"dictName\":\"sys_menu_type\",\"dictType\":\"sys_menu_type\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591726407680', 'test_data_child', 'test_date', '100', 'datetime', '日期选择', '日期选择', 'testDate', 'java.util.Date', null, '1', '1', '1', '1', '1', 'BETWEEN', '1', 'date', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591734796288', 'test_data_child', 'test_datetime', '110', 'datetime', '日期时间', '日期时间', 'testDatetime', 'java.util.Date', null, '1', '1', '1', '1', '1', 'BETWEEN', '1', 'datetime', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591743184896', 'test_data_child', 'test_user_code', '120', 'varchar(64)', '用户选择', '用户选择', 'testUser', 'com.jeesite.modules.sys.entity.User', null, '1', '1', '1', '1', '1', null, '1', 'userselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591755767808', 'test_data_child', 'test_office_code', '130', 'varchar(64)', '机构选择', '机构选择', 'testOffice', 'com.jeesite.modules.sys.entity.Office', null, '1', '1', '1', '1', '1', null, '1', 'officeselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591768350720', 'test_data_child', 'test_area_code', '140', 'varchar(64)', '区域选择', '区域选择', 'testAreaCode|testAreaName', 'String', null, '1', '1', '1', '1', '1', null, '1', 'areaselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591776739328', 'test_data_child', 'test_area_name', '150', 'varchar(100)', '区域名称', '区域名称', 'testAreaName', 'String', null, '1', '1', '1', '1', '0', 'LIKE', '0', 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591973871616', 'test_tree', 'tree_code', '10', 'varchar(64)', '节点编码', '节点编码', 'treeCode', 'String', '1', '0', '1', null, null, null, null, '1', 'input', '{\"fieldValid\":\"abc\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494591982260224', 'test_tree', 'parent_code', '20', 'varchar(64)', '父级编号', '父级编号', 'parentCode|parentName', 'This', null, '0', '1', '1', null, null, null, null, 'treeselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494591990648832', 'test_tree', 'parent_codes', '30', 'varchar(1000)', '所有父级编号', '所有父级编号', 'parentCodes', 'String', null, '0', '1', '1', null, null, 'LIKE', '0', 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494592003231744', 'test_tree', 'tree_sort', '40', 'decimal(10,0)', '本级排序号', '本级排序号(升序)', 'treeSort', 'Integer', null, '0', '1', '1', '1', null, null, '1', 'input', '{\"fieldValid\":\"digits\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494592011620352', 'test_tree', 'tree_sorts', '50', 'varchar(1000)', '所有级别排序号', '所有级别排序号', 'treeSorts', 'String', null, '0', '1', '1', '0', null, null, '0', 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494592024203264', 'test_tree', 'tree_leaf', '60', 'char(1)', '是否最末级', '是否最末级', 'treeLeaf', 'String', null, '0', '1', '1', null, null, null, null, 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494592032591872', 'test_tree', 'tree_level', '70', 'decimal(4,0)', '层次级别', '层次级别', 'treeLevel', 'Integer', null, '0', '1', '1', null, null, null, null, 'input', '{\"fieldValid\":\"digits\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494592045174784', 'test_tree', 'tree_names', '80', 'varchar(1000)', '全节点名', '全节点名', 'treeNames', 'String', null, '0', '1', '1', null, '1', 'LIKE', null, 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494592053563392', 'test_tree', 'tree_name', '90', 'varchar(200)', '节点名称', '节点名称', 'treeName', 'String', null, '0', '1', '1', '1', '1', 'LIKE', '1', 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494592066146304', 'test_tree', 'status', '100', 'char(1)', '状态', '状态(0正常 1删除 2停用)', 'status', 'String', null, '0', '1', '0', '1', '1', null, null, 'select', '{\"dictName\":\"sys_search_status\",\"dictType\":\"sys_search_status\"}');
INSERT INTO `js_gen_table_column` VALUES ('1186494592078729216', 'test_tree', 'create_by', '110', 'varchar(64)', '创建者', '创建者', 'createBy', 'String', null, '0', '1', null, null, null, null, null, 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494592091312128', 'test_tree', 'create_date', '120', 'datetime', '创建时间', '创建时间', 'createDate', 'java.util.Date', null, '0', '1', null, null, null, null, null, 'dateselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494592103895040', 'test_tree', 'update_by', '130', 'varchar(64)', '更新者', '更新者', 'updateBy', 'String', null, '0', '1', '1', null, null, null, null, 'input', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494592112283648', 'test_tree', 'update_date', '140', 'datetime', '更新时间', '更新时间', 'updateDate', 'java.util.Date', null, '0', '1', '1', '1', null, null, null, 'dateselect', null);
INSERT INTO `js_gen_table_column` VALUES ('1186494592124866560', 'test_tree', 'remarks', '150', 'varchar(500)', '备注信息', '备注信息', 'remarks', 'String', null, '1', '1', '1', '1', '1', 'LIKE', '1', 'textarea', '{\"isNewLine\":\"1\",\"gridRowCol\":\"12/2/10\"}');
-- ----------------------------
-- Table structure for js_job_blob_triggers
-- ----------------------------
DROP TABLE IF EXISTS `js_job_blob_triggers`;
CREATE TABLE `js_job_blob_triggers` (
`SCHED_NAME` varchar(120) NOT NULL,
`TRIGGER_NAME` varchar(200) NOT NULL,
`TRIGGER_GROUP` varchar(200) NOT NULL,
`BLOB_DATA` blob,
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
KEY `SCHED_NAME` (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
CONSTRAINT `js_job_blob_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `js_job_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_blob_triggers
-- ----------------------------
-- ----------------------------
-- Table structure for js_job_calendars
-- ----------------------------
DROP TABLE IF EXISTS `js_job_calendars`;
CREATE TABLE `js_job_calendars` (
`SCHED_NAME` varchar(120) NOT NULL,
`CALENDAR_NAME` varchar(200) NOT NULL,
`CALENDAR` blob NOT NULL,
PRIMARY KEY (`SCHED_NAME`,`CALENDAR_NAME`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_calendars
-- ----------------------------
-- ----------------------------
-- Table structure for js_job_cron_triggers
-- ----------------------------
DROP TABLE IF EXISTS `js_job_cron_triggers`;
CREATE TABLE `js_job_cron_triggers` (
`SCHED_NAME` varchar(120) NOT NULL,
`TRIGGER_NAME` varchar(200) NOT NULL,
`TRIGGER_GROUP` varchar(200) NOT NULL,
`CRON_EXPRESSION` varchar(120) NOT NULL,
`TIME_ZONE_ID` varchar(80) DEFAULT NULL,
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
CONSTRAINT `js_job_cron_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `js_job_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_cron_triggers
-- ----------------------------
-- ----------------------------
-- Table structure for js_job_fired_triggers
-- ----------------------------
DROP TABLE IF EXISTS `js_job_fired_triggers`;
CREATE TABLE `js_job_fired_triggers` (
`SCHED_NAME` varchar(120) NOT NULL,
`ENTRY_ID` varchar(95) NOT NULL,
`TRIGGER_NAME` varchar(200) NOT NULL,
`TRIGGER_GROUP` varchar(200) NOT NULL,
`INSTANCE_NAME` varchar(200) NOT NULL,
`FIRED_TIME` bigint(13) NOT NULL,
`SCHED_TIME` bigint(13) NOT NULL,
`PRIORITY` int(11) NOT NULL,
`STATE` varchar(16) NOT NULL,
`JOB_NAME` varchar(200) DEFAULT NULL,
`JOB_GROUP` varchar(200) DEFAULT NULL,
`IS_NONCONCURRENT` varchar(1) DEFAULT NULL,
`REQUESTS_RECOVERY` varchar(1) DEFAULT NULL,
PRIMARY KEY (`SCHED_NAME`,`ENTRY_ID`),
KEY `IDX_QRTZ_FT_TRIG_INST_NAME` (`SCHED_NAME`,`INSTANCE_NAME`),
KEY `IDX_QRTZ_FT_INST_JOB_REQ_RCVRY` (`SCHED_NAME`,`INSTANCE_NAME`,`REQUESTS_RECOVERY`),
KEY `IDX_QRTZ_FT_J_G` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`),
KEY `IDX_QRTZ_FT_JG` (`SCHED_NAME`,`JOB_GROUP`),
KEY `IDX_QRTZ_FT_T_G` (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
KEY `IDX_QRTZ_FT_TG` (`SCHED_NAME`,`TRIGGER_GROUP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_fired_triggers
-- ----------------------------
-- ----------------------------
-- Table structure for js_job_job_details
-- ----------------------------
DROP TABLE IF EXISTS `js_job_job_details`;
CREATE TABLE `js_job_job_details` (
`SCHED_NAME` varchar(120) NOT NULL,
`JOB_NAME` varchar(200) NOT NULL,
`JOB_GROUP` varchar(200) NOT NULL,
`DESCRIPTION` varchar(250) DEFAULT NULL,
`JOB_CLASS_NAME` varchar(250) NOT NULL,
`IS_DURABLE` varchar(1) NOT NULL,
`IS_NONCONCURRENT` varchar(1) NOT NULL,
`IS_UPDATE_DATA` varchar(1) NOT NULL,
`REQUESTS_RECOVERY` varchar(1) NOT NULL,
`JOB_DATA` blob,
PRIMARY KEY (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`),
KEY `IDX_QRTZ_J_REQ_RECOVERY` (`SCHED_NAME`,`REQUESTS_RECOVERY`),
KEY `IDX_QRTZ_J_GRP` (`SCHED_NAME`,`JOB_GROUP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_job_details
-- ----------------------------
-- ----------------------------
-- Table structure for js_job_locks
-- ----------------------------
DROP TABLE IF EXISTS `js_job_locks`;
CREATE TABLE `js_job_locks` (
`SCHED_NAME` varchar(120) NOT NULL,
`LOCK_NAME` varchar(40) NOT NULL,
PRIMARY KEY (`SCHED_NAME`,`LOCK_NAME`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_locks
-- ----------------------------
-- ----------------------------
-- Table structure for js_job_paused_trigger_grps
-- ----------------------------
DROP TABLE IF EXISTS `js_job_paused_trigger_grps`;
CREATE TABLE `js_job_paused_trigger_grps` (
`SCHED_NAME` varchar(120) NOT NULL,
`TRIGGER_GROUP` varchar(200) NOT NULL,
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_GROUP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_paused_trigger_grps
-- ----------------------------
-- ----------------------------
-- Table structure for js_job_scheduler_state
-- ----------------------------
DROP TABLE IF EXISTS `js_job_scheduler_state`;
CREATE TABLE `js_job_scheduler_state` (
`SCHED_NAME` varchar(120) NOT NULL,
`INSTANCE_NAME` varchar(200) NOT NULL,
`LAST_CHECKIN_TIME` bigint(13) NOT NULL,
`CHECKIN_INTERVAL` bigint(13) NOT NULL,
PRIMARY KEY (`SCHED_NAME`,`INSTANCE_NAME`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_scheduler_state
-- ----------------------------
-- ----------------------------
-- Table structure for js_job_simple_triggers
-- ----------------------------
DROP TABLE IF EXISTS `js_job_simple_triggers`;
CREATE TABLE `js_job_simple_triggers` (
`SCHED_NAME` varchar(120) NOT NULL,
`TRIGGER_NAME` varchar(200) NOT NULL,
`TRIGGER_GROUP` varchar(200) NOT NULL,
`REPEAT_COUNT` bigint(7) NOT NULL,
`REPEAT_INTERVAL` bigint(12) NOT NULL,
`TIMES_TRIGGERED` bigint(10) NOT NULL,
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
CONSTRAINT `js_job_simple_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `js_job_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_simple_triggers
-- ----------------------------
-- ----------------------------
-- Table structure for js_job_simprop_triggers
-- ----------------------------
DROP TABLE IF EXISTS `js_job_simprop_triggers`;
CREATE TABLE `js_job_simprop_triggers` (
`SCHED_NAME` varchar(120) NOT NULL,
`TRIGGER_NAME` varchar(200) NOT NULL,
`TRIGGER_GROUP` varchar(200) NOT NULL,
`STR_PROP_1` varchar(512) DEFAULT NULL,
`STR_PROP_2` varchar(512) DEFAULT NULL,
`STR_PROP_3` varchar(512) DEFAULT NULL,
`INT_PROP_1` int(11) DEFAULT NULL,
`INT_PROP_2` int(11) DEFAULT NULL,
`LONG_PROP_1` bigint(20) DEFAULT NULL,
`LONG_PROP_2` bigint(20) DEFAULT NULL,
`DEC_PROP_1` decimal(13,4) DEFAULT NULL,
`DEC_PROP_2` decimal(13,4) DEFAULT NULL,
`BOOL_PROP_1` varchar(1) DEFAULT NULL,
`BOOL_PROP_2` varchar(1) DEFAULT NULL,
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
CONSTRAINT `js_job_simprop_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `js_job_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_simprop_triggers
-- ----------------------------
-- ----------------------------
-- Table structure for js_job_triggers
-- ----------------------------
DROP TABLE IF EXISTS `js_job_triggers`;
CREATE TABLE `js_job_triggers` (
`SCHED_NAME` varchar(120) NOT NULL,
`TRIGGER_NAME` varchar(200) NOT NULL,
`TRIGGER_GROUP` varchar(200) NOT NULL,
`JOB_NAME` varchar(200) NOT NULL,
`JOB_GROUP` varchar(200) NOT NULL,
`DESCRIPTION` varchar(250) DEFAULT NULL,
`NEXT_FIRE_TIME` bigint(13) DEFAULT NULL,
`PREV_FIRE_TIME` bigint(13) DEFAULT NULL,
`PRIORITY` int(11) DEFAULT NULL,
`TRIGGER_STATE` varchar(16) NOT NULL,
`TRIGGER_TYPE` varchar(8) NOT NULL,
`START_TIME` bigint(13) NOT NULL,
`END_TIME` bigint(13) DEFAULT NULL,
`CALENDAR_NAME` varchar(200) DEFAULT NULL,
`MISFIRE_INSTR` smallint(2) DEFAULT NULL,
`JOB_DATA` blob,
PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`),
KEY `IDX_QRTZ_T_J` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`),
KEY `IDX_QRTZ_T_JG` (`SCHED_NAME`,`JOB_GROUP`),
KEY `IDX_QRTZ_T_C` (`SCHED_NAME`,`CALENDAR_NAME`),
KEY `IDX_QRTZ_T_G` (`SCHED_NAME`,`TRIGGER_GROUP`),
KEY `IDX_QRTZ_T_STATE` (`SCHED_NAME`,`TRIGGER_STATE`),
KEY `IDX_QRTZ_T_N_STATE` (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`,`TRIGGER_STATE`),
KEY `IDX_QRTZ_T_N_G_STATE` (`SCHED_NAME`,`TRIGGER_GROUP`,`TRIGGER_STATE`),
KEY `IDX_QRTZ_T_NEXT_FIRE_TIME` (`SCHED_NAME`,`NEXT_FIRE_TIME`),
KEY `IDX_QRTZ_T_NFT_ST` (`SCHED_NAME`,`TRIGGER_STATE`,`NEXT_FIRE_TIME`),
KEY `IDX_QRTZ_T_NFT_MISFIRE` (`SCHED_NAME`,`MISFIRE_INSTR`,`NEXT_FIRE_TIME`),
KEY `IDX_QRTZ_T_NFT_ST_MISFIRE` (`SCHED_NAME`,`MISFIRE_INSTR`,`NEXT_FIRE_TIME`,`TRIGGER_STATE`),
KEY `IDX_QRTZ_T_NFT_ST_MISFIRE_GRP` (`SCHED_NAME`,`MISFIRE_INSTR`,`NEXT_FIRE_TIME`,`TRIGGER_GROUP`,`TRIGGER_STATE`),
CONSTRAINT `js_job_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) REFERENCES `js_job_job_details` (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of js_job_triggers
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_area
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_area`;
CREATE TABLE `js_sys_area` (
`area_code` varchar(100) NOT NULL COMMENT '区域编码',
`parent_code` varchar(64) NOT NULL COMMENT '父级编号',
`parent_codes` varchar(1000) NOT NULL COMMENT '所有父级编号',
`tree_sort` decimal(10,0) NOT NULL COMMENT '本级排序号(升序)',
`tree_sorts` varchar(1000) NOT NULL COMMENT '所有级别排序号',
`tree_leaf` char(1) NOT NULL COMMENT '是否最末级',
`tree_level` decimal(4,0) NOT NULL COMMENT '层次级别',
`tree_names` varchar(1000) NOT NULL COMMENT '全节点名',
`area_name` varchar(100) NOT NULL COMMENT '区域名称',
`area_type` char(1) DEFAULT NULL COMMENT '区域类型',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`area_code`),
KEY `idx_sys_area_pc` (`parent_code`),
KEY `idx_sys_area_ts` (`tree_sort`),
KEY `idx_sys_area_status` (`status`),
KEY `idx_sys_area_pcs` (`parent_codes`),
KEY `idx_sys_area_tss` (`tree_sorts`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='行政区划';
-- ----------------------------
-- Records of js_sys_area
-- ----------------------------
INSERT INTO `js_sys_area` VALUES ('370000', '0', '0,', '370000', '0000370000,', '0', '0', '山东省', '山东省', '1', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370100', '370000', '0,370000,', '370100', '0000370000,0000370100,', '0', '1', '山东省/济南市', '济南市', '2', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370102', '370100', '0,370000,370100,', '370102', '0000370000,0000370100,0000370102,', '1', '2', '山东省/济南市/历下区', '历下区', '3', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370103', '370100', '0,370000,370100,', '370103', '0000370000,0000370100,0000370103,', '1', '2', '山东省/济南市/市中区', '市中区', '3', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370104', '370100', '0,370000,370100,', '370104', '0000370000,0000370100,0000370104,', '1', '2', '山东省/济南市/槐荫区', '槐荫区', '3', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370105', '370100', '0,370000,370100,', '370105', '0000370000,0000370100,0000370105,', '1', '2', '山东省/济南市/天桥区', '天桥区', '3', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370112', '370100', '0,370000,370100,', '370112', '0000370000,0000370100,0000370112,', '1', '2', '山东省/济南市/历城区', '历城区', '3', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370113', '370100', '0,370000,370100,', '370113', '0000370000,0000370100,0000370113,', '1', '2', '山东省/济南市/长清区', '长清区', '3', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370114', '370100', '0,370000,370100,', '370114', '0000370000,0000370100,0000370114,', '1', '2', '山东省/济南市/章丘区', '章丘区', '3', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370124', '370100', '0,370000,370100,', '370124', '0000370000,0000370100,0000370124,', '1', '2', '山东省/济南市/平阴县', '平阴县', '3', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370125', '370100', '0,370000,370100,', '370125', '0000370000,0000370100,0000370125,', '1', '2', '山东省/济南市/济阳县', '济阳县', '3', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370126', '370100', '0,370000,370100,', '370126', '0000370000,0000370100,0000370126,', '1', '2', '山东省/济南市/商河县', '商河县', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
INSERT INTO `js_sys_area` VALUES ('370200', '370000', '0,370000,', '370200', '0000370000,0000370200,', '0', '1', '山东省/青岛市', '青岛市', '2', '0', 'system', '2019-10-22 12:08:34', 'system', '2019-10-22 12:08:34', null);
INSERT INTO `js_sys_area` VALUES ('370202', '370200', '0,370000,370200,', '370202', '0000370000,0000370200,0000370202,', '1', '2', '山东省/青岛市/市南区', '市南区', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
INSERT INTO `js_sys_area` VALUES ('370203', '370200', '0,370000,370200,', '370203', '0000370000,0000370200,0000370203,', '1', '2', '山东省/青岛市/市北区', '市北区', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
INSERT INTO `js_sys_area` VALUES ('370211', '370200', '0,370000,370200,', '370211', '0000370000,0000370200,0000370211,', '1', '2', '山东省/青岛市/黄岛区', '黄岛区', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
INSERT INTO `js_sys_area` VALUES ('370212', '370200', '0,370000,370200,', '370212', '0000370000,0000370200,0000370212,', '1', '2', '山东省/青岛市/崂山区', '崂山区', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
INSERT INTO `js_sys_area` VALUES ('370213', '370200', '0,370000,370200,', '370213', '0000370000,0000370200,0000370213,', '1', '2', '山东省/青岛市/李沧区', '李沧区', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
INSERT INTO `js_sys_area` VALUES ('370214', '370200', '0,370000,370200,', '370214', '0000370000,0000370200,0000370214,', '1', '2', '山东省/青岛市/城阳区', '城阳区', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
INSERT INTO `js_sys_area` VALUES ('370281', '370200', '0,370000,370200,', '370281', '0000370000,0000370200,0000370281,', '1', '2', '山东省/青岛市/胶州市', '胶州市', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
INSERT INTO `js_sys_area` VALUES ('370282', '370200', '0,370000,370200,', '370282', '0000370000,0000370200,0000370282,', '1', '2', '山东省/青岛市/即墨区', '即墨区', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
INSERT INTO `js_sys_area` VALUES ('370283', '370200', '0,370000,370200,', '370283', '0000370000,0000370200,0000370283,', '1', '2', '山东省/青岛市/平度市', '平度市', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
INSERT INTO `js_sys_area` VALUES ('370285', '370200', '0,370000,370200,', '370285', '0000370000,0000370200,0000370285,', '1', '2', '山东省/青岛市/莱西市', '莱西市', '3', '0', 'system', '2019-10-22 12:08:35', 'system', '2019-10-22 12:08:35', null);
-- ----------------------------
-- Table structure for js_sys_company
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_company`;
CREATE TABLE `js_sys_company` (
`company_code` varchar(64) NOT NULL COMMENT '公司编码',
`parent_code` varchar(64) NOT NULL COMMENT '父级编号',
`parent_codes` varchar(1000) NOT NULL COMMENT '所有父级编号',
`tree_sort` decimal(10,0) NOT NULL COMMENT '本级排序号(升序)',
`tree_sorts` varchar(1000) NOT NULL COMMENT '所有级别排序号',
`tree_leaf` char(1) NOT NULL COMMENT '是否最末级',
`tree_level` decimal(4,0) NOT NULL COMMENT '层次级别',
`tree_names` varchar(1000) NOT NULL COMMENT '全节点名',
`view_code` varchar(100) NOT NULL COMMENT '公司代码',
`company_name` varchar(200) NOT NULL COMMENT '公司名称',
`full_name` varchar(200) NOT NULL COMMENT '公司全称',
`area_code` varchar(100) DEFAULT NULL COMMENT '区域编码',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '租户代码',
`corp_name` varchar(100) NOT NULL DEFAULT 'JeeSite' COMMENT '租户名称',
`extend_s1` varchar(500) DEFAULT NULL COMMENT '扩展 String 1',
`extend_s2` varchar(500) DEFAULT NULL COMMENT '扩展 String 2',
`extend_s3` varchar(500) DEFAULT NULL COMMENT '扩展 String 3',
`extend_s4` varchar(500) DEFAULT NULL COMMENT '扩展 String 4',
`extend_s5` varchar(500) DEFAULT NULL COMMENT '扩展 String 5',
`extend_s6` varchar(500) DEFAULT NULL COMMENT '扩展 String 6',
`extend_s7` varchar(500) DEFAULT NULL COMMENT '扩展 String 7',
`extend_s8` varchar(500) DEFAULT NULL COMMENT '扩展 String 8',
`extend_i1` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 1',
`extend_i2` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 2',
`extend_i3` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 3',
`extend_i4` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 4',
`extend_f1` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 1',
`extend_f2` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 2',
`extend_f3` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 3',
`extend_f4` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 4',
`extend_d1` datetime DEFAULT NULL COMMENT '扩展 Date 1',
`extend_d2` datetime DEFAULT NULL COMMENT '扩展 Date 2',
`extend_d3` datetime DEFAULT NULL COMMENT '扩展 Date 3',
`extend_d4` datetime DEFAULT NULL COMMENT '扩展 Date 4',
PRIMARY KEY (`company_code`),
KEY `idx_sys_company_cc` (`corp_code`),
KEY `idx_sys_company_pc` (`parent_code`),
KEY `idx_sys_company_ts` (`tree_sort`),
KEY `idx_sys_company_status` (`status`),
KEY `idx_sys_company_vc` (`view_code`),
KEY `idx_sys_company_pcs` (`parent_codes`),
KEY `idx_sys_company_tss` (`tree_sorts`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='公司表';
-- ----------------------------
-- Records of js_sys_company
-- ----------------------------
INSERT INTO `js_sys_company` VALUES ('SD', '0', '0,', '40', '0000000040,', '0', '0', '山东公司', 'SD', '山东公司', '山东公司', null, '0', 'system', '2019-10-22 12:08:47', 'system', '2019-10-22 12:08:47', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_company` VALUES ('SDJN', 'SD', '0,SD,', '30', '0000000040,0000000030,', '1', '1', '山东公司/济南公司', 'SDJN', '济南公司', '山东济南公司', null, '0', 'system', '2019-10-22 12:08:47', 'system', '2019-10-22 12:08:47', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_company` VALUES ('SDQD', 'SD', '0,SD,', '40', '0000000040,0000000040,', '1', '1', '山东公司/青岛公司', 'SDQD', '青岛公司', '山东青岛公司', null, '0', 'system', '2019-10-22 12:08:47', 'system', '2019-10-22 12:08:47', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-- ----------------------------
-- Table structure for js_sys_company_office
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_company_office`;
CREATE TABLE `js_sys_company_office` (
`company_code` varchar(64) NOT NULL COMMENT '公司编码',
`office_code` varchar(64) NOT NULL COMMENT '机构编码',
PRIMARY KEY (`company_code`,`office_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='公司部门关联表';
-- ----------------------------
-- Records of js_sys_company_office
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_config
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_config`;
CREATE TABLE `js_sys_config` (
`id` varchar(64) NOT NULL COMMENT '编号',
`config_name` varchar(100) NOT NULL COMMENT '名称',
`config_key` varchar(100) NOT NULL COMMENT '参数键',
`config_value` varchar(1000) DEFAULT NULL COMMENT '参数值',
`is_sys` char(1) NOT NULL COMMENT '系统内置(1是 0否)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_sys_config_key` (`config_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='参数配置表';
-- ----------------------------
-- Records of js_sys_config
-- ----------------------------
INSERT INTO `js_sys_config` VALUES ('1186494534117642240', '研发工具-代码生成默认包名', 'gen.defaultPackageName', 'com.jeesite.modules', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '新建项目后,修改该键值,在生成代码的时候就不要再修改了');
INSERT INTO `js_sys_config` VALUES ('1186494534402854912', '主框架页-桌面仪表盘首页地址', 'sys.index.desktopUrl', '/desktop', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '主页面的第一个页签首页桌面地址');
INSERT INTO `js_sys_config` VALUES ('1186494534574821376', '主框架页-主导航菜单显示风格', 'sys.index.menuStyle', '1', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '1:菜单全部在左侧;2:根菜单显示在顶部');
INSERT INTO `js_sys_config` VALUES ('1186494534746787840', '主框架页-侧边栏的默认显示样式', 'sys.index.sidebarStyle', '1', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '1:默认显示侧边栏;2:默认折叠侧边栏');
INSERT INTO `js_sys_config` VALUES ('1186494534931337216', '主框架页-默认皮肤样式名称', 'sys.index.skinName', 'skin-blue-light2', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', 'skin-black-light、skin-black、skin-blue-light、skin-blue、skin-green-light、skin-green、skin-purple-light、skin-purple、skin-red-light、skin-red、skin-yellow-light、skin-yellow');
INSERT INTO `js_sys_config` VALUES ('1186494535182995456', '用户登录-登录失败多少次数后显示验证码', 'sys.login.failedNumAfterValidCode', '100', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '设置为0强制使用验证码登录');
INSERT INTO `js_sys_config` VALUES ('1186494535497568256', '用户登录-登录失败多少次数后锁定账号', 'sys.login.failedNumAfterLockAccount', '200', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '登录失败多少次数后锁定账号');
INSERT INTO `js_sys_config` VALUES ('1186494535749226496', '用户登录-登录失败多少次数后锁定账号的时间', 'sys.login.failedNumAfterLockMinute', '20', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '锁定账号的时间(单位:分钟)');
INSERT INTO `js_sys_config` VALUES ('1186494535946358784', '账号自助-是否开启用户注册功能', 'sys.account.registerUser', 'true', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '是否开启注册用户功能');
INSERT INTO `js_sys_config` VALUES ('1186494536118325248', '账号自助-允许自助注册的用户类型', 'sys.account.registerUser.userTypes', '-1', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '允许注册的用户类型(多个用逗号隔开,如果注册时不选择用户类型,则第一个为默认类型)');
INSERT INTO `js_sys_config` VALUES ('1186494536315457536', '账号自助-验证码有效时间(分钟)', 'sys.account.validCodeTimeout', '10', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '找回密码时,短信/邮件验证码有效时间(单位:分钟,0表示不限制)');
INSERT INTO `js_sys_config` VALUES ('1186494536483229696', '用户管理-账号默认角色-员工类型', 'sys.user.defaultRoleCodes.employee', 'default', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '所有员工用户都拥有的角色权限(适用于菜单授权查询)');
INSERT INTO `js_sys_config` VALUES ('1186494536667779072', '用户管理-账号初始密码', 'sys.user.initPassword', '<PASSWORD>', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '创建用户和重置密码的时候用户的密码');
INSERT INTO `js_sys_config` VALUES ('1186494536894271488', '用户管理-初始密码修改策略', 'sys.user.initPasswordModify', '1', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '0:初始密码修改策略关闭,没有任何提示;1:提醒用户,如果未修改初始密码,则在登录时和点击菜单就会提醒修改密码对话框;2:强制实行初始密码修改,登录后若不修改密码则不能进行系统操作');
INSERT INTO `js_sys_config` VALUES ('1186494537053655040', '用户管理-账号密码修改策略', 'sys.user.passwordModify', '1', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '0:密码修改策略关闭,没有任何提示;1:提醒用户,如果未修改初始密码,则在登录时和点击菜单就会提醒修改密码对话框;2:强制实行初始密码修改,登录后若不修改密码则不能进行系统操作。');
INSERT INTO `js_sys_config` VALUES ('1186494537292730368', '用户管理-账号密码修改策略验证周期', 'sys.user.passwordModifyCycle', '30', '0', 'system', '2019-10-22 12:08:36', 'system', '2019-10-22 12:08:36', '密码安全修改周期是指定时间内提醒或必须修改密码(例如设置30天)的验证时间(天),超过这个时间登录系统时需,提醒用户修改密码或强制修改密码才能继续使用系统。单位:天,如果设置30天,则第31天开始强制修改密码');
INSERT INTO `js_sys_config` VALUES ('1186494538727182336', '用户管理-密码修改多少次内不允许重复', 'sys.user.passwordModifyNotRepeatNum', '1', '0', 'system', '2019-10-22 12:08:37', 'system', '2019-10-22 12:08:37', '默认1次,表示不能与上次密码重复;若设置为3,表示并与前3次密码重复');
INSERT INTO `js_sys_config` VALUES ('1186494539909976064', '用户管理-账号密码修改最低安全等级', 'sys.user.passwordModifySecurityLevel', '0', '0', 'system', '2019-10-22 12:08:37', 'system', '2019-10-22 12:08:37', '0:不限制等级(用户在修改密码的时候不进行等级验证)\r;1:限制最低等级为很弱\r;2:限制最低等级为弱\r;3:限制最低等级为安全\r;4:限制最低等级为很安全');
-- ----------------------------
-- Table structure for js_sys_dict_data
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_dict_data`;
CREATE TABLE `js_sys_dict_data` (
`dict_code` varchar(64) NOT NULL COMMENT '字典编码',
`parent_code` varchar(64) NOT NULL COMMENT '父级编号',
`parent_codes` varchar(1000) NOT NULL COMMENT '所有父级编号',
`tree_sort` decimal(10,0) NOT NULL COMMENT '本级排序号(升序)',
`tree_sorts` varchar(1000) NOT NULL COMMENT '所有级别排序号',
`tree_leaf` char(1) NOT NULL COMMENT '是否最末级',
`tree_level` decimal(4,0) NOT NULL COMMENT '层次级别',
`tree_names` varchar(1000) NOT NULL COMMENT '全节点名',
`dict_label` varchar(100) NOT NULL COMMENT '字典标签',
`dict_value` varchar(100) NOT NULL COMMENT '字典键值',
`dict_type` varchar(100) NOT NULL COMMENT '字典类型',
`is_sys` char(1) NOT NULL COMMENT '系统内置(1是 0否)',
`description` varchar(500) DEFAULT NULL COMMENT '字典描述',
`css_style` varchar(500) DEFAULT NULL COMMENT 'css样式(如:color:red)',
`css_class` varchar(500) DEFAULT NULL COMMENT 'css类名(如:red)',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '租户代码',
`corp_name` varchar(100) NOT NULL DEFAULT 'JeeSite' COMMENT '租户名称',
`extend_s1` varchar(500) DEFAULT NULL COMMENT '扩展 String 1',
`extend_s2` varchar(500) DEFAULT NULL COMMENT '扩展 String 2',
`extend_s3` varchar(500) DEFAULT NULL COMMENT '扩展 String 3',
`extend_s4` varchar(500) DEFAULT NULL COMMENT '扩展 String 4',
`extend_s5` varchar(500) DEFAULT NULL COMMENT '扩展 String 5',
`extend_s6` varchar(500) DEFAULT NULL COMMENT '扩展 String 6',
`extend_s7` varchar(500) DEFAULT NULL COMMENT '扩展 String 7',
`extend_s8` varchar(500) DEFAULT NULL COMMENT '扩展 String 8',
`extend_i1` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 1',
`extend_i2` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 2',
`extend_i3` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 3',
`extend_i4` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 4',
`extend_f1` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 1',
`extend_f2` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 2',
`extend_f3` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 3',
`extend_f4` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 4',
`extend_d1` datetime DEFAULT NULL COMMENT '扩展 Date 1',
`extend_d2` datetime DEFAULT NULL COMMENT '扩展 Date 2',
`extend_d3` datetime DEFAULT NULL COMMENT '扩展 Date 3',
`extend_d4` datetime DEFAULT NULL COMMENT '扩展 Date 4',
PRIMARY KEY (`dict_code`),
KEY `idx_sys_dict_data_cc` (`corp_code`),
KEY `idx_sys_dict_data_dt` (`dict_type`),
KEY `idx_sys_dict_data_pc` (`parent_code`),
KEY `idx_sys_dict_data_status` (`status`),
KEY `idx_sys_dict_data_pcs` (`parent_codes`),
KEY `idx_sys_dict_data_ts` (`tree_sort`),
KEY `idx_sys_dict_data_tss` (`tree_sorts`),
KEY `idx_sys_dict_data_dv` (`dict_value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='字典数据表';
-- ----------------------------
-- Records of js_sys_dict_data
-- ----------------------------
INSERT INTO `js_sys_dict_data` VALUES ('1186494549246496768', '0', '0,', '30', '0000000030,', '1', '0', '是', '是', '1', 'sys_yes_no', '1', '', '', '', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494549670121472', '0', '0,', '40', '0000000040,', '1', '0', '否', '否', '0', 'sys_yes_no', '1', '', 'color:#aaa;', '', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494549733036032', '0', '0,', '20', '0000000020,', '1', '0', '正常', '正常', '0', 'sys_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494549787561984', '0', '0,', '30', '0000000030,', '1', '0', '删除', '删除', '1', 'sys_status', '1', '', 'color:#f00;', '', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494549963722752', '0', '0,', '40', '0000000040,', '1', '0', '停用', '停用', '2', 'sys_status', '1', '', 'color:#f00;', '', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494550030831616', '0', '0,', '50', '0000000050,', '1', '0', '冻结', '冻结', '3', 'sys_status', '1', '', 'color:#fa0;', '', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494550219575296', '0', '0,', '60', '0000000060,', '1', '0', '待审', '待审', '4', 'sys_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494550492205056', '0', '0,', '70', '0000000070,', '1', '0', '驳回', '驳回', '5', 'sys_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494550643200000', '0', '0,', '80', '0000000080,', '1', '0', '草稿', '草稿', '9', 'sys_status', '1', '', 'color:#aaa;', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494550714503168', '0', '0,', '30', '0000000030,', '1', '0', '显示', '显示', '1', 'sys_show_hide', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494550769029120', '0', '0,', '40', '0000000040,', '1', '0', '隐藏', '隐藏', '0', 'sys_show_hide', '1', '', 'color:#aaa;', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494550819360768', '0', '0,', '30', '0000000030,', '1', '0', '简体中文', '简体中文', 'zh_CN', 'sys_lang_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494550869692416', '0', '0,', '40', '0000000040,', '1', '0', 'English', 'English', 'en', 'sys_lang_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494550932606976', '0', '0,', '60', '0000000060,', '1', '0', '日本語', '日本語', 'ja_JP', 'sys_lang_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494550978744320', '0', '0,', '30', '0000000030,', '1', '0', 'PC电脑', 'PC电脑', 'pc', 'sys_device_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551037464576', '0', '0,', '40', '0000000040,', '1', '0', '手机APP', '手机APP', 'mobileApp', 'sys_device_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551167488000', '0', '0,', '50', '0000000050,', '1', '0', '手机Web', '手机Web', 'mobileWeb', 'sys_device_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551259762688', '0', '0,', '60', '0000000060,', '1', '0', '微信设备', '微信设备', 'weixin', 'sys_device_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551343648768', '0', '0,', '30', '0000000030,', '1', '0', '主导航菜单', '主导航菜单', 'default', 'sys_menu_sys_code', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551410757632', '0', '0,', '30', '0000000030,', '1', '0', '菜单', '菜单', '1', 'sys_menu_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551473672192', '0', '0,', '40', '0000000040,', '1', '0', '权限', '权限', '2', 'sys_menu_type', '1', '', 'color:#c243d6;', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551536586752', '0', '0,', '30', '0000000030,', '1', '0', '默认权重', '默认权重', '20', 'sys_menu_weight', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551595307008', '0', '0,', '40', '0000000040,', '1', '0', '二级管理员', '二级管理员', '40', 'sys_menu_weight', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551645638656', '0', '0,', '50', '0000000050,', '1', '0', '系统管理员', '系统管理员', '60', 'sys_menu_weight', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551691776000', '0', '0,', '60', '0000000060,', '1', '0', '超级管理员', '超级管理员', '80', 'sys_menu_weight', '1', '', 'color:#c243d6;', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551733719040', '0', '0,', '30', '0000000030,', '1', '0', '国家', '国家', '0', 'sys_area_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551779856384', '0', '0,', '40', '0000000040,', '1', '0', '省份直辖市', '省份直辖市', '1', 'sys_area_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551830188032', '0', '0,', '50', '0000000050,', '1', '0', '地市', '地市', '2', 'sys_area_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551888908288', '0', '0,', '60', '0000000060,', '1', '0', '区县', '区县', '3', 'sys_area_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494551947628544', '0', '0,', '30', '0000000030,', '1', '0', '省级公司', '省级公司', '1', 'sys_office_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552127983616', '0', '0,', '40', '0000000040,', '1', '0', '市级公司', '市级公司', '2', 'sys_office_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552287367168', '0', '0,', '50', '0000000050,', '1', '0', '部门', '部门', '3', 'sys_office_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552346087424', '0', '0,', '30', '0000000030,', '1', '0', '正常', '正常', '0', 'sys_search_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552400613376', '0', '0,', '40', '0000000040,', '1', '0', '停用', '停用', '2', 'sys_search_status', '1', '', 'color:#f00;', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552476110848', '0', '0,', '30', '0000000030,', '1', '0', '男', '男', '1', 'sys_user_sex', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552547414016', '0', '0,', '40', '0000000040,', '1', '0', '女', '女', '2', 'sys_user_sex', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552597745664', '0', '0,', '30', '0000000030,', '1', '0', '正常', '正常', '0', 'sys_user_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552643883008', '0', '0,', '40', '0000000040,', '1', '0', '停用', '停用', '2', 'sys_user_status', '1', '', 'color:#f00;', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552690020352', '0', '0,', '50', '0000000050,', '1', '0', '冻结', '冻结', '3', 'sys_user_status', '1', '', 'color:#fa0;', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552786489344', '0', '0,', '30', '0000000030,', '1', '0', '员工', '员工', 'employee', 'sys_user_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552870375424', '0', '0,', '40', '0000000040,', '1', '0', '会员', '会员', 'member', 'sys_user_type', '1', '', '', '', '2', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494552929095680', '0', '0,', '50', '0000000050,', '1', '0', '单位', '单位', 'btype', 'sys_user_type', '1', '', '', '', '2', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553012981760', '0', '0,', '60', '0000000060,', '1', '0', '个人', '个人', 'persion', 'sys_user_type', '1', '', '', '', '2', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553163976704', '0', '0,', '70', '0000000070,', '1', '0', '专家', '专家', 'expert', 'sys_user_type', '1', '', '', '', '2', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553235279872', '0', '0,', '30', '0000000030,', '1', '0', '高管', '高管', '1', 'sys_role_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553294000128', '0', '0,', '40', '0000000040,', '1', '0', '中层', '中层', '2', 'sys_role_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553344331776', '0', '0,', '50', '0000000050,', '1', '0', '基层', '基层', '3', 'sys_role_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553390469120', '0', '0,', '60', '0000000060,', '1', '0', '其它', '其它', '4', 'sys_role_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553436606464', '0', '0,', '30', '0000000030,', '1', '0', '未设置', '未设置', '0', 'sys_role_data_scope', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553478549504', '0', '0,', '40', '0000000040,', '1', '0', '全部数据', '全部数据', '1', 'sys_role_data_scope', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553533075456', '0', '0,', '50', '0000000050,', '1', '0', '自定义数据', '自定义数据', '2', 'sys_role_data_scope', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553579212800', '0', '0,', '60', '0000000060,', '1', '0', '本部门数据', '本部门数据', '3', 'sys_role_data_scope', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553726013440', '0', '0,', '70', '0000000070,', '1', '0', '本公司数据', '本公司数据', '4', 'sys_role_data_scope', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553889591296', '0', '0,', '80', '0000000080,', '1', '0', '本部门和本公司数据', '本部门和本公司数据', '5', 'sys_role_data_scope', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494553956700160', '0', '0,', '30', '0000000030,', '1', '0', '组织管理', '组织管理', 'office_user', 'sys_role_biz_scope', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554086723584', '0', '0,', '30', '0000000030,', '1', '0', '高管', '高管', '1', 'sys_post_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554158026752', '0', '0,', '40', '0000000040,', '1', '0', '中层', '中层', '2', 'sys_post_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554212552704', '0', '0,', '50', '0000000050,', '1', '0', '基层', '基层', '3', 'sys_post_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554262884352', '0', '0,', '60', '0000000060,', '1', '0', '其它', '其它', '4', 'sys_post_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554309021696', '0', '0,', '30', '0000000030,', '1', '0', '接入日志', '接入日志', 'access', 'sys_log_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554355159040', '0', '0,', '40', '0000000040,', '1', '0', '修改日志', '修改日志', 'update', 'sys_log_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554405490688', '0', '0,', '50', '0000000050,', '1', '0', '查询日志', '查询日志', 'select', 'sys_log_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554455822336', '0', '0,', '60', '0000000060,', '1', '0', '登录登出', '登录登出', 'loginLogout', 'sys_log_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554506153984', '0', '0,', '30', '0000000030,', '1', '0', '默认', '默认', 'DEFAULT', 'sys_job_group', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554569068544', '0', '0,', '40', '0000000040,', '1', '0', '系统', '系统', 'SYSTEM', 'sys_job_group', '1', '', '', '', '0', 'system', '2019-10-22 12:08:40', 'system', '2019-10-22 12:08:40', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554673926144', '0', '0,', '30', '0000000030,', '1', '0', '错过计划等待本次计划完成后立即执行一次', '错过计划等待本次计划完成后立即执行一次', '1', 'sys_job_misfire_instruction', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554741035008', '0', '0,', '40', '0000000040,', '1', '0', '本次执行时间根据上次结束时间重新计算(时间间隔方式)', '本次执行时间根据上次结束时间重新计算(时间间隔方式)', '2', 'sys_job_misfire_instruction', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554824921088', '0', '0,', '30', '0000000030,', '1', '0', '正常', '正常', '0', 'sys_job_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494554971721728', '0', '0,', '40', '0000000040,', '1', '0', '删除', '删除', '1', 'sys_job_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494555022053376', '0', '0,', '50', '0000000050,', '1', '0', '暂停', '暂停', '2', 'sys_job_status', '1', '', 'color:#f00;', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494555072385024', '0', '0,', '30', '0000000030,', '1', '0', '完成', '完成', '3', 'sys_job_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494555126910976', '0', '0,', '40', '0000000040,', '1', '0', '错误', '错误', '4', 'sys_job_status', '1', '', 'color:#f00;', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494555189825536', '0', '0,', '50', '0000000050,', '1', '0', '运行', '运行', '5', 'sys_job_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494555256934400', '0', '0,', '30', '0000000030,', '1', '0', '计划日志', '计划日志', 'scheduler', 'sys_job_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494555584090112', '0', '0,', '40', '0000000040,', '1', '0', '任务日志', '任务日志', 'job', 'sys_job_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494555907051520', '0', '0,', '50', '0000000050,', '1', '0', '触发日志', '触发日志', 'trigger', 'sys_job_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494556003520512', '0', '0,', '30', '0000000030,', '1', '0', '计划创建', '计划创建', 'jobScheduled', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494556171292672', '0', '0,', '40', '0000000040,', '1', '0', '计划移除', '计划移除', 'jobUnscheduled', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494556796243968', '0', '0,', '50', '0000000050,', '1', '0', '计划暂停', '计划暂停', 'triggerPaused', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494556863352832', '0', '0,', '60', '0000000060,', '1', '0', '计划恢复', '计划恢复', 'triggerResumed', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494556922073088', '0', '0,', '70', '0000000070,', '1', '0', '调度错误', '调度错误', 'schedulerError', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557173731328', '0', '0,', '80', '0000000080,', '1', '0', '任务执行', '任务执行', 'jobToBeExecuted', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557270200320', '0', '0,', '90', '0000000090,', '1', '0', '任务结束', '任务结束', 'jobWasExecuted', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557328920576', '0', '0,', '100', '0000000100,', '1', '0', '任务停止', '任务停止', 'jobExecutionVetoed', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557425389568', '0', '0,', '110', '0000000110,', '1', '0', '触发计划', '触发计划', 'triggerFired', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557484109824', '0', '0,', '120', '0000000120,', '1', '0', '触发验证', '触发验证', 'vetoJobExecution', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557538635776', '0', '0,', '130', '0000000130,', '1', '0', '触发完成', '触发完成', 'triggerComplete', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557593161728', '0', '0,', '140', '0000000140,', '1', '0', '触发错过', '触发错过', 'triggerMisfired', 'sys_job_event', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557639299072', '0', '0,', '30', '0000000030,', '1', '0', 'PC', 'PC', 'pc', 'sys_msg_type', '1', '消息类型', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557706407936', '0', '0,', '40', '0000000040,', '1', '0', 'APP', 'APP', 'app', 'sys_msg_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557765128192', '0', '0,', '50', '0000000050,', '1', '0', '短信', '短信', 'sms', 'sys_msg_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557840625664', '0', '0,', '60', '0000000060,', '1', '0', '邮件', '邮件', 'email', 'sys_msg_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557890957312', '0', '0,', '70', '0000000070,', '1', '0', '微信', '微信', 'weixin', 'sys_msg_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557937094656', '0', '0,', '30', '0000000030,', '1', '0', '待推送', '待推送', '0', 'sys_msg_push_status', '1', '推送状态', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494557987426304', '0', '0,', '30', '0000000030,', '1', '0', '成功', '成功', '1', 'sys_msg_push_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494558071312384', '0', '0,', '40', '0000000040,', '1', '0', '失败', '失败', '2', 'sys_msg_push_status', '1', '', 'color:#f00;', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494558197141504', '0', '0,', '30', '0000000030,', '1', '0', '未送达', '未送达', '0', 'sys_msg_read_status', '1', '读取状态', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494558381690880', '0', '0,', '40', '0000000040,', '1', '0', '已读', '已读', '1', 'sys_msg_read_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494558759178240', '0', '0,', '50', '0000000050,', '1', '0', '未读', '未读', '2', 'sys_msg_read_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:41', 'system', '2019-10-22 12:08:41', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494558851452928', '0', '0,', '30', '0000000030,', '1', '0', '普通', '普通', '1', 'msg_inner_content_level', '1', '内容级别', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559069556736', '0', '0,', '40', '0000000040,', '1', '0', '一般', '一般', '2', 'msg_inner_content_level', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559124082688', '0', '0,', '50', '0000000050,', '1', '0', '紧急', '紧急', '3', 'msg_inner_content_level', '1', '', 'color:#f00;', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559170220032', '0', '0,', '30', '0000000030,', '1', '0', '公告', '公告', '1', 'msg_inner_content_type', '1', '内容类型', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559224745984', '0', '0,', '40', '0000000040,', '1', '0', '新闻', '新闻', '2', 'msg_inner_content_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559283466240', '0', '0,', '50', '0000000050,', '1', '0', '会议', '会议', '3', 'msg_inner_content_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559342186496', '0', '0,', '60', '0000000060,', '1', '0', '其它', '其它', '4', 'msg_inner_content_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559392518144', '0', '0,', '30', '0000000030,', '1', '0', '全部', '全部', '0', 'msg_inner_receiver_type', '1', '接受类型', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559434461184', '0', '0,', '30', '0000000030,', '1', '0', '用户', '用户', '1', 'msg_inner_receiver_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559480598528', '0', '0,', '40', '0000000040,', '1', '0', '部门', '部门', '2', 'msg_inner_receiver_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559522541568', '0', '0,', '50', '0000000050,', '1', '0', '角色', '角色', '3', 'msg_inner_receiver_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559564484608', '0', '0,', '60', '0000000060,', '1', '0', '岗位', '岗位', '4', 'msg_inner_receiver_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559606427648', '0', '0,', '30', '0000000030,', '1', '0', '正常', '正常', '0', 'msg_inner_msg_status', '1', '消息状态', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559648370688', '0', '0,', '40', '0000000040,', '1', '0', '删除', '删除', '1', 'msg_inner_msg_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559690313728', '0', '0,', '50', '0000000050,', '1', '0', '审核', '审核', '4', 'msg_inner_msg_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559728062464', '0', '0,', '60', '0000000060,', '1', '0', '驳回', '驳回', '5', 'msg_inner_msg_status', '1', '', 'color:#f00;', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559770005504', '0', '0,', '70', '0000000070,', '1', '0', '草稿', '草稿', '9', 'msg_inner_msg_status', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559828725760', '0', '0,', '30', '0000000030,', '1', '0', '公共文件柜', '公共文件柜', 'global', 'filemanager_group_type', '1', '文件组类型', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559879057408', '0', '0,', '40', '0000000040,', '1', '0', '个人文件柜', '个人文件柜', 'self', 'filemanager_group_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_dict_data` VALUES ('1186494559921000448', '0', '0,', '50', '0000000050,', '1', '0', '部门文件柜', '部门文件柜', 'office', 'filemanager_group_type', '1', '', '', '', '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-- ----------------------------
-- Table structure for js_sys_dict_type
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_dict_type`;
CREATE TABLE `js_sys_dict_type` (
`id` varchar(64) NOT NULL COMMENT '编号',
`dict_name` varchar(100) NOT NULL COMMENT '字典名称',
`dict_type` varchar(100) NOT NULL COMMENT '字典类型',
`is_sys` char(1) NOT NULL COMMENT '是否系统字典',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`id`),
KEY `idx_sys_dict_type_is` (`is_sys`),
KEY `idx_sys_dict_type_status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='字典类型表';
-- ----------------------------
-- Records of js_sys_dict_type
-- ----------------------------
INSERT INTO `js_sys_dict_type` VALUES ('1186494545769418752', '是否', 'sys_yes_no', '1', '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494545932996608', '状态', 'sys_status', '1', '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494545970745344', '显示隐藏', 'sys_show_hide', '1', '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546008494080', '国际化语言类型', 'sys_lang_type', '1', '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546050437120', '客户端设备类型', 'sys_device_type', '1', '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546088185856', '菜单归属系统', 'sys_menu_sys_code', '1', '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546155294720', '菜单类型', 'sys_menu_type', '1', '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546201432064', '菜单权重', 'sys_menu_weight', '1', '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546243375104', '区域类型', 'sys_area_type', '1', '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546276929536', '机构类型', 'sys_office_type', '1', '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546318872576', '查询状态', 'sys_search_status', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546352427008', '用户性别', 'sys_user_sex', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546385981440', '用户状态', 'sys_user_status', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546415341568', '用户类型', 'sys_user_type', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546457284608', '角色分类', 'sys_role_type', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546503421952', '角色数据范围', 'sys_role_data_scope', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546541170688', '角色业务范围', 'sys_role_biz_scope', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546583113728', '岗位分类', 'sys_post_type', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546633445376', '日志类型', 'sys_log_type', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546725720064', '作业分组', 'sys_job_group', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546805411840', '作业错过策略', 'sys_job_misfire_instruction', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546843160576', '作业状态', 'sys_job_status', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546876715008', '作业任务类型', 'sys_job_type', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546910269440', '作业任务事件', 'sys_job_event', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546948018176', '消息类型', 'sys_msg_type', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494546981572608', '推送状态', 'sys_msg_push_status', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494547019321344', '读取状态', 'sys_msg_read_status', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494547048681472', '内容级别', 'msg_inner_content_level', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494547082235904', '内容类型', 'msg_inner_content_type', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494547115790336', '接受类型', 'msg_inner_receiver_type', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494547149344768', '消息状态', 'msg_inner_msg_status', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
INSERT INTO `js_sys_dict_type` VALUES ('1186494547187093504', '文件组类型', 'filemanager_group_type', '1', '0', 'system', '2019-10-22 12:08:39', 'system', '2019-10-22 12:08:39', null);
-- ----------------------------
-- Table structure for js_sys_employee
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_employee`;
CREATE TABLE `js_sys_employee` (
`emp_code` varchar(64) NOT NULL COMMENT '员工编码',
`emp_name` varchar(100) NOT NULL COMMENT '员工姓名',
`emp_name_en` varchar(100) DEFAULT NULL COMMENT '英文名',
`office_code` varchar(64) NOT NULL COMMENT '机构编码',
`office_name` varchar(100) NOT NULL COMMENT '机构名称',
`company_code` varchar(64) DEFAULT NULL COMMENT '公司编码',
`company_name` varchar(200) DEFAULT NULL COMMENT '公司名称',
`status` char(1) NOT NULL COMMENT '状态(0在职 1删除 2离职)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '租户代码',
`corp_name` varchar(100) NOT NULL DEFAULT 'JeeSite' COMMENT '租户名称',
PRIMARY KEY (`emp_code`),
KEY `idx_sys_employee_cco` (`company_code`),
KEY `idx_sys_employee_cc` (`corp_code`),
KEY `idx_sys_employee_ud` (`update_date`),
KEY `idx_sys_employee_oc` (`office_code`),
KEY `idx_sys_employee_status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='员工表';
-- ----------------------------
-- Records of js_sys_employee
-- ----------------------------
INSERT INTO `js_sys_employee` VALUES ('user10_pya1', '用户10', null, 'SDJN03', '研发部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user11_vtqr', '用户11', null, 'SDJN03', '研发部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user12_2ogj', '用户12', null, 'SDJN03', '研发部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user13_gxr4', '用户13', null, 'SDJN03', '研发部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user14_mngl', '用户14', null, 'SDJN03', '研发部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user15_ot4j', '用户15', null, 'SDQD01', '企管部', 'SDQD', '青岛公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user16_vpop', '用户16', null, 'SDQD01', '企管部', 'SDQD', '青岛公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user17_horn', '用户17', null, 'SDQD01', '企管部', 'SDQD', '青岛公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user18_2em4', '用户18', null, 'SDQD02', '财务部', 'SDQD', '青岛公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user19_yxor', '用户19', null, 'SDQD02', '财务部', 'SDQD', '青岛公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user1_28aq', '用户01', null, 'SDJN01', '企管部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user20_ewur', '用户20', null, 'SDQD02', '财务部', 'SDQD', '青岛公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user21_yfxs', '用户21', null, 'SDQD03', '研发部', 'SDQD', '青岛公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user22_htis', '用户22', null, 'SDQD03', '研发部', 'SDQD', '青岛公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user23_5z1d', '用户23', null, 'SDQD03', '研发部', 'SDQD', '青岛公司', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user2_l99s', '用户02', null, 'SDJN01', '企管部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user3_9hll', '用户03', null, 'SDJN01', '企管部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user4_l4hb', '用户04', null, 'SDJN02', '财务部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user5_zeoq', '用户05', null, 'SDJN02', '财务部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user6_hr37', '用户06', null, 'SDJN02', '财务部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user7_d7qw', '用户07', null, 'SDJN03', '研发部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user8_a1is', '用户08', null, 'SDJN03', '研发部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
INSERT INTO `js_sys_employee` VALUES ('user9_zugk', '用户09', null, 'SDJN03', '研发部', 'SDJN', '济南公司', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite');
-- ----------------------------
-- Table structure for js_sys_employee_office
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_employee_office`;
CREATE TABLE `js_sys_employee_office` (
`id` varchar(64) NOT NULL COMMENT '编号',
`emp_code` varchar(64) NOT NULL COMMENT '员工编码',
`office_code` varchar(64) NOT NULL COMMENT '机构编码',
`post_code` varchar(64) DEFAULT NULL COMMENT '岗位编码',
PRIMARY KEY (`emp_code`,`office_code`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='员工附属机构关系表';
-- ----------------------------
-- Records of js_sys_employee_office
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_employee_post
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_employee_post`;
CREATE TABLE `js_sys_employee_post` (
`emp_code` varchar(64) NOT NULL COMMENT '员工编码',
`post_code` varchar(64) NOT NULL COMMENT '岗位编码',
PRIMARY KEY (`emp_code`,`post_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='员工与岗位关联表';
-- ----------------------------
-- Records of js_sys_employee_post
-- ----------------------------
INSERT INTO `js_sys_employee_post` VALUES ('user10_pya1', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user11_vtqr', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user12_2ogj', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user13_gxr4', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user14_mngl', 'dept');
INSERT INTO `js_sys_employee_post` VALUES ('user15_ot4j', 'dept');
INSERT INTO `js_sys_employee_post` VALUES ('user16_vpop', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user17_horn', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user18_2em4', 'dept');
INSERT INTO `js_sys_employee_post` VALUES ('user19_yxor', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user1_28aq', 'dept');
INSERT INTO `js_sys_employee_post` VALUES ('user20_ewur', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user21_yfxs', 'dept');
INSERT INTO `js_sys_employee_post` VALUES ('user22_htis', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user23_5z1d', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user2_l99s', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user3_9hll', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user4_l4hb', 'dept');
INSERT INTO `js_sys_employee_post` VALUES ('user5_zeoq', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user6_hr37', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user7_d7qw', 'dept');
INSERT INTO `js_sys_employee_post` VALUES ('user8_a1is', 'user');
INSERT INTO `js_sys_employee_post` VALUES ('user9_zugk', 'user');
-- ----------------------------
-- Table structure for js_sys_file_entity
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_file_entity`;
CREATE TABLE `js_sys_file_entity` (
`file_id` varchar(64) NOT NULL COMMENT '文件编号',
`file_md5` varchar(64) NOT NULL COMMENT '文件MD5',
`file_path` varchar(1000) NOT NULL COMMENT '文件相对路径',
`file_content_type` varchar(200) NOT NULL COMMENT '文件内容类型',
`file_extension` varchar(100) NOT NULL COMMENT '文件后缀扩展名',
`file_size` decimal(31,0) NOT NULL COMMENT '文件大小(单位B)',
`file_meta` varchar(255) DEFAULT NULL COMMENT '文件信息(JSON格式)',
PRIMARY KEY (`file_id`),
KEY `idx_sys_file_entity_md5` (`file_md5`),
KEY `idx_sys_file_entity_size` (`file_size`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='文件实体表';
-- ----------------------------
-- Records of js_sys_file_entity
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_file_upload
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_file_upload`;
CREATE TABLE `js_sys_file_upload` (
`id` varchar(64) NOT NULL COMMENT '编号',
`file_id` varchar(64) NOT NULL COMMENT '文件编号',
`file_name` varchar(500) NOT NULL COMMENT '文件名称',
`file_type` varchar(20) NOT NULL COMMENT '文件分类(image、media、file)',
`file_sort` decimal(10,0) DEFAULT NULL COMMENT '文件排序(升序)',
`biz_key` varchar(64) DEFAULT NULL COMMENT '业务主键',
`biz_type` varchar(64) DEFAULT NULL COMMENT '业务类型',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`id`),
KEY `idx_sys_file_biz_ft` (`file_type`),
KEY `idx_sys_file_biz_fi` (`file_id`),
KEY `idx_sys_file_biz_status` (`status`),
KEY `idx_sys_file_biz_cb` (`create_by`),
KEY `idx_sys_file_biz_ud` (`update_date`),
KEY `idx_sys_file_biz_bt` (`biz_type`),
KEY `idx_sys_file_biz_bk` (`biz_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='文件上传表';
-- ----------------------------
-- Records of js_sys_file_upload
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_job
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_job`;
CREATE TABLE `js_sys_job` (
`job_name` varchar(64) NOT NULL COMMENT '任务名称',
`job_group` varchar(64) NOT NULL COMMENT '任务组名',
`description` varchar(100) NOT NULL COMMENT '任务描述',
`invoke_target` varchar(1000) NOT NULL COMMENT '调用目标字符串',
`cron_expression` varchar(255) NOT NULL COMMENT 'Cron执行表达式',
`misfire_instruction` decimal(1,0) NOT NULL COMMENT '计划执行错误策略',
`concurrent` char(1) NOT NULL COMMENT '是否并发执行',
`instance_name` varchar(64) NOT NULL DEFAULT 'JeeSiteScheduler' COMMENT '集群的实例名字',
`status` char(1) NOT NULL COMMENT '状态(0正常 1删除 2暂停)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`job_name`,`job_group`),
KEY `idx_sys_job_status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='作业调度表';
-- ----------------------------
-- Records of js_sys_job
-- ----------------------------
INSERT INTO `js_sys_job` VALUES ('MsgLocalMergePushTask', 'SYSTEM', '消息推送服务 (合并推送)', 'msgLocalMergePushTask.execute()', '0 0/30 * * * ?', '2', '0', 'JeeSiteScheduler', '2', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null);
INSERT INTO `js_sys_job` VALUES ('MsgLocalPushTask', 'SYSTEM', '消息推送服务 (实时推送)', 'msgLocalPushTask.execute()', '0/3 * * * * ?', '2', '0', 'JeeSiteScheduler', '2', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null);
-- ----------------------------
-- Table structure for js_sys_job_log
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_job_log`;
CREATE TABLE `js_sys_job_log` (
`id` varchar(64) NOT NULL COMMENT '编号',
`job_name` varchar(64) NOT NULL COMMENT '任务名称',
`job_group` varchar(64) NOT NULL COMMENT '任务组名',
`job_type` varchar(50) DEFAULT NULL COMMENT '日志类型',
`job_event` varchar(200) DEFAULT NULL COMMENT '日志事件',
`job_message` varchar(500) DEFAULT NULL COMMENT '日志信息',
`is_exception` char(1) DEFAULT NULL COMMENT '是否异常',
`exception_info` text COMMENT '异常信息',
`create_date` datetime DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`id`),
KEY `idx_sys_job_log_jn` (`job_name`),
KEY `idx_sys_job_log_jg` (`job_group`),
KEY `idx_sys_job_log_t` (`job_type`),
KEY `idx_sys_job_log_e` (`job_event`),
KEY `idx_sys_job_log_ie` (`is_exception`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='作业调度日志表';
-- ----------------------------
-- Records of js_sys_job_log
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_lang
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_lang`;
CREATE TABLE `js_sys_lang` (
`id` varchar(64) NOT NULL COMMENT '编号',
`module_code` varchar(64) NOT NULL COMMENT '归属模块',
`lang_code` varchar(500) NOT NULL COMMENT '语言编码',
`lang_text` varchar(500) NOT NULL COMMENT '语言译文',
`lang_type` varchar(50) NOT NULL COMMENT '语言类型',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`id`),
KEY `idx_sys_lang_code` (`lang_code`),
KEY `idx_sys_lang_type` (`lang_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='国际化语言';
-- ----------------------------
-- Records of js_sys_lang
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_log
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_log`;
CREATE TABLE `js_sys_log` (
`id` varchar(64) NOT NULL COMMENT '编号',
`log_type` varchar(50) NOT NULL COMMENT '日志类型',
`log_title` varchar(500) NOT NULL COMMENT '日志标题',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_by_name` varchar(100) NOT NULL COMMENT '用户名称',
`create_date` datetime NOT NULL COMMENT '创建时间',
`request_uri` varchar(500) DEFAULT NULL COMMENT '请求URI',
`request_method` varchar(10) DEFAULT NULL COMMENT '操作方式',
`request_params` longtext COMMENT '操作提交的数据',
`diff_modify_data` text COMMENT '新旧数据比较结果',
`biz_key` varchar(64) DEFAULT NULL COMMENT '业务主键',
`biz_type` varchar(64) DEFAULT NULL COMMENT '业务类型',
`remote_addr` varchar(255) NOT NULL COMMENT '操作IP地址',
`server_addr` varchar(255) NOT NULL COMMENT '请求服务器地址',
`is_exception` char(1) DEFAULT NULL COMMENT '是否异常',
`exception_info` text COMMENT '异常信息',
`user_agent` varchar(500) DEFAULT NULL COMMENT '用户代理',
`device_name` varchar(100) DEFAULT NULL COMMENT '设备名称/操作系统',
`browser_name` varchar(100) DEFAULT NULL COMMENT '浏览器名称',
`execute_time` decimal(19,0) DEFAULT NULL COMMENT '执行时间',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '租户代码',
`corp_name` varchar(100) NOT NULL DEFAULT 'JeeSite' COMMENT '租户名称',
PRIMARY KEY (`id`),
KEY `idx_sys_log_cb` (`create_by`),
KEY `idx_sys_log_cc` (`corp_code`),
KEY `idx_sys_log_lt` (`log_type`),
KEY `idx_sys_log_bk` (`biz_key`),
KEY `idx_sys_log_bt` (`biz_type`),
KEY `idx_sys_log_ie` (`is_exception`),
KEY `idx_sys_log_cd` (`create_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='操作日志表';
-- ----------------------------
-- Records of js_sys_log
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_menu
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_menu`;
CREATE TABLE `js_sys_menu` (
`menu_code` varchar(64) NOT NULL COMMENT '菜单编码',
`parent_code` varchar(64) NOT NULL COMMENT '父级编号',
`parent_codes` varchar(1000) NOT NULL COMMENT '所有父级编号',
`tree_sort` decimal(10,0) NOT NULL COMMENT '本级排序号(升序)',
`tree_sorts` varchar(1000) NOT NULL COMMENT '所有级别排序号',
`tree_leaf` char(1) NOT NULL COMMENT '是否最末级',
`tree_level` decimal(4,0) NOT NULL COMMENT '层次级别',
`tree_names` varchar(1000) NOT NULL COMMENT '全节点名',
`menu_name` varchar(100) NOT NULL COMMENT '菜单名称',
`menu_type` char(1) NOT NULL COMMENT '菜单类型(1菜单 2权限 3开发)',
`menu_href` varchar(1000) DEFAULT NULL COMMENT '链接',
`menu_target` varchar(20) DEFAULT NULL COMMENT '目标',
`menu_icon` varchar(100) DEFAULT NULL COMMENT '图标',
`menu_color` varchar(50) DEFAULT NULL COMMENT '颜色',
`menu_title` varchar(100) DEFAULT NULL COMMENT '菜单标题',
`permission` varchar(1000) DEFAULT NULL COMMENT '权限标识',
`weight` decimal(4,0) DEFAULT NULL COMMENT '菜单权重',
`is_show` char(1) NOT NULL COMMENT '是否显示(1显示 0隐藏)',
`sys_code` varchar(64) NOT NULL COMMENT '归属系统(default:主导航菜单、mobileApp:APP菜单)',
`module_codes` varchar(500) NOT NULL COMMENT '归属模块(多个用逗号隔开)',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`extend_s1` varchar(500) DEFAULT NULL COMMENT '扩展 String 1',
`extend_s2` varchar(500) DEFAULT NULL COMMENT '扩展 String 2',
`extend_s3` varchar(500) DEFAULT NULL COMMENT '扩展 String 3',
`extend_s4` varchar(500) DEFAULT NULL COMMENT '扩展 String 4',
`extend_s5` varchar(500) DEFAULT NULL COMMENT '扩展 String 5',
`extend_s6` varchar(500) DEFAULT NULL COMMENT '扩展 String 6',
`extend_s7` varchar(500) DEFAULT NULL COMMENT '扩展 String 7',
`extend_s8` varchar(500) DEFAULT NULL COMMENT '扩展 String 8',
`extend_i1` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 1',
`extend_i2` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 2',
`extend_i3` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 3',
`extend_i4` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 4',
`extend_f1` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 1',
`extend_f2` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 2',
`extend_f3` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 3',
`extend_f4` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 4',
`extend_d1` datetime DEFAULT NULL COMMENT '扩展 Date 1',
`extend_d2` datetime DEFAULT NULL COMMENT '扩展 Date 2',
`extend_d3` datetime DEFAULT NULL COMMENT '扩展 Date 3',
`extend_d4` datetime DEFAULT NULL COMMENT '扩展 Date 4',
PRIMARY KEY (`menu_code`),
KEY `idx_sys_menu_pc` (`parent_code`),
KEY `idx_sys_menu_ts` (`tree_sort`),
KEY `idx_sys_menu_status` (`status`),
KEY `idx_sys_menu_mt` (`menu_type`),
KEY `idx_sys_menu_pss` (`parent_codes`),
KEY `idx_sys_menu_tss` (`tree_sorts`),
KEY `idx_sys_menu_sc` (`sys_code`),
KEY `idx_sys_menu_is` (`is_show`),
KEY `idx_sys_menu_mcs` (`module_codes`),
KEY `idx_sys_menu_wt` (`weight`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='菜单表';
-- ----------------------------
-- Records of js_sys_menu
-- ----------------------------
INSERT INTO `js_sys_menu` VALUES ('1186494565067411456', '0', '0,', '9000', '0000009000,', '0', '0', '系统管理', '系统管理', '1', '', '', 'icon-settings', '', null, '', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494565432315904', '1186494565067411456', '0,1186494565067411456,', '300', '0000009000,0000000300,', '0', '1', '系统管理/组织管理', '组织管理', '1', '', '', 'icon-grid', '', null, '', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494565566533632', '1186494565432315904', '0,1186494565067411456,1186494565432315904,', '40', '0000009000,0000000300,0000000040,', '0', '2', '系统管理/组织管理/用户管理', '用户管理', '1', '/sys/empUser/index', '', 'icon-user', '', null, '', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494565696557056', '1186494565566533632', '0,1186494565067411456,1186494565432315904,1186494565566533632,', '30', '0000009000,0000000300,0000000040,0000000030,', '1', '3', '系统管理/组织管理/用户管理/查看', '查看', '2', '', '', '', '', null, 'sys:empUser:view', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494565830774784', '1186494565566533632', '0,1186494565067411456,1186494565432315904,1186494565566533632,', '40', '0000009000,0000000300,0000000040,0000000040,', '1', '3', '系统管理/组织管理/用户管理/编辑', '编辑', '2', '', '', '', '', null, 'sys:empUser:edit', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494565977575424', '1186494565566533632', '0,1186494565067411456,1186494565432315904,1186494565566533632,', '60', '0000009000,0000000300,0000000040,0000000060,', '1', '3', '系统管理/组织管理/用户管理/分配角色', '分配角色', '2', '', '', '', '', null, 'sys:empUser:authRole', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494566300536832', '1186494565566533632', '0,1186494565067411456,1186494565432315904,1186494565566533632,', '50', '0000009000,0000000300,0000000040,0000000050,', '1', '3', '系统管理/组织管理/用户管理/分配数据', '分配数据', '2', '', '', '', '', null, 'sys:empUser:authDataScope', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494566413783040', '1186494565566533632', '0,1186494565067411456,1186494565432315904,1186494565566533632,', '60', '0000009000,0000000300,0000000040,0000000060,', '1', '3', '系统管理/组织管理/用户管理/停用启用', '停用启用', '2', '', '', '', '', null, 'sys:empUser:updateStatus', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494566585749504', '1186494565566533632', '0,1186494565067411456,1186494565432315904,1186494565566533632,', '70', '0000009000,0000000300,0000000040,0000000070,', '1', '3', '系统管理/组织管理/用户管理/重置密码', '重置密码', '2', '', '', '', '', null, 'sys:empUser:resetpwd', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494566694801408', '1186494565432315904', '0,1186494565067411456,1186494565432315904,', '50', '0000009000,0000000300,0000000050,', '0', '2', '系统管理/组织管理/机构管理', '机构管理', '1', '/sys/office/index', '', 'icon-grid', '', null, '', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494566820630528', '1186494566694801408', '0,1186494565067411456,1186494565432315904,1186494566694801408,', '30', '0000009000,0000000300,0000000050,0000000030,', '1', '3', '系统管理/组织管理/机构管理/查看', '查看', '2', '', '', '', '', null, 'sys:office:view', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494566954848256', '1186494566694801408', '0,1186494565067411456,1186494565432315904,1186494566694801408,', '40', '0000009000,0000000300,0000000050,0000000040,', '1', '3', '系统管理/组织管理/机构管理/编辑', '编辑', '2', '', '', '', '', null, 'sys:office:edit', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567072288768', '1186494565432315904', '0,1186494565067411456,1186494565432315904,', '70', '0000009000,0000000300,0000000070,', '0', '2', '系统管理/组织管理/公司管理', '公司管理', '1', '/sys/company/list', '', 'icon-fire', '', null, '', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567202312192', '1186494567072288768', '0,1186494565067411456,1186494565432315904,1186494567072288768,', '30', '0000009000,0000000300,0000000070,0000000030,', '1', '3', '系统管理/组织管理/公司管理/查看', '查看', '2', '', '', '', '', null, 'sys:company:view', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567298781184', '1186494567072288768', '0,1186494565067411456,1186494565432315904,1186494567072288768,', '40', '0000009000,0000000300,0000000070,0000000040,', '1', '3', '系统管理/组织管理/公司管理/编辑', '编辑', '2', '', '', '', '', null, 'sys:company:edit', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567391055872', '1186494565432315904', '0,1186494565067411456,1186494565432315904,', '70', '0000009000,0000000300,0000000070,', '0', '2', '系统管理/组织管理/岗位管理', '岗位管理', '1', '/sys/post/list', '', 'icon-trophy', '', null, '', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567474941952', '1186494567391055872', '0,1186494565067411456,1186494565432315904,1186494567391055872,', '30', '0000009000,0000000300,0000000070,0000000030,', '1', '3', '系统管理/组织管理/岗位管理/查看', '查看', '2', '', '', '', '', null, 'sys:post:view', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567554633728', '1186494567391055872', '0,1186494565067411456,1186494565432315904,1186494567391055872,', '40', '0000009000,0000000300,0000000070,0000000040,', '1', '3', '系统管理/组织管理/岗位管理/编辑', '编辑', '2', '', '', '', '', null, 'sys:post:edit', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567630131200', '1186494565067411456', '0,1186494565067411456,', '400', '0000009000,0000000400,', '0', '1', '系统管理/权限管理', '权限管理', '1', '', '', 'icon-social-dropbox', '', null, '', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567705628672', '1186494567630131200', '0,1186494565067411456,1186494567630131200,', '30', '0000009000,0000000400,0000000030,', '1', '2', '系统管理/权限管理/角色管理', '角色管理', '1', '/sys/role/list', '', 'icon-people', '', null, 'sys:role', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567793709056', '1186494567630131200', '0,1186494565067411456,1186494567630131200,', '40', '0000009000,0000000400,0000000040,', '1', '2', '系统管理/权限管理/二级管理员', '二级管理员', '1', '/sys/secAdmin/list', '', 'icon-user-female', '', null, 'sys:secAdmin', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567885983744', '1186494567630131200', '0,1186494565067411456,1186494567630131200,', '50', '0000009000,0000000400,0000000050,', '1', '2', '系统管理/权限管理/系统管理员', '系统管理员', '1', '/sys/corpAdmin/list', '', 'icon-badge', '', null, 'sys:corpAdmin', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494567995035648', '1186494565067411456', '0,1186494565067411456,', '500', '0000009000,0000000500,', '0', '1', '系统管理/系统设置', '系统设置', '1', '', '', 'icon-settings', '', null, '', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494568116670464', '1186494567995035648', '0,1186494565067411456,1186494567995035648,', '30', '0000009000,0000000500,0000000030,', '1', '2', '系统管理/系统设置/菜单管理', '菜单管理', '1', '/sys/menu/list', '', 'icon-book-open', '', null, 'sys:menu', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494568204750848', '1186494567995035648', '0,1186494565067411456,1186494567995035648,', '40', '0000009000,0000000500,0000000040,', '1', '2', '系统管理/系统设置/模块管理', '模块管理', '1', '/sys/module/list', '', 'icon-grid', '', null, 'sys:module', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494568297025536', '1186494567995035648', '0,1186494565067411456,1186494567995035648,', '50', '0000009000,0000000500,0000000050,', '1', '2', '系统管理/系统设置/参数设置', '参数设置', '1', '/sys/config/list', '', 'icon-wrench', '', null, 'sys:config', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494568380911616', '1186494567995035648', '0,1186494565067411456,1186494567995035648,', '60', '0000009000,0000000500,0000000060,', '0', '2', '系统管理/系统设置/字典管理', '字典管理', '1', '/sys/dictType/list', '', 'icon-social-dropbox', '', null, '', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494568473186304', '1186494568380911616', '0,1186494565067411456,1186494567995035648,1186494568380911616,', '30', '0000009000,0000000500,0000000060,0000000030,', '1', '3', '系统管理/系统设置/字典管理/类型查看', '类型查看', '2', '', '', '', '', null, 'sys:dictType:view', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494568569655296', '1186494568380911616', '0,1186494565067411456,1186494567995035648,1186494568380911616,', '40', '0000009000,0000000500,0000000060,0000000040,', '1', '3', '系统管理/系统设置/字典管理/类型编辑', '类型编辑', '2', '', '', '', '', null, 'sys:dictType:edit', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494568691290112', '1186494568380911616', '0,1186494565067411456,1186494567995035648,1186494568380911616,', '50', '0000009000,0000000500,0000000060,0000000050,', '1', '3', '系统管理/系统设置/字典管理/数据查看', '数据查看', '2', '', '', '', '', null, 'sys:dictData:view', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494568783564800', '1186494568380911616', '0,1186494565067411456,1186494567995035648,1186494568380911616,', '60', '0000009000,0000000500,0000000060,0000000060,', '1', '3', '系统管理/系统设置/字典管理/数据编辑', '数据编辑', '2', '', '', '', '', null, 'sys:dictData:edit', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494568871645184', '1186494567995035648', '0,1186494565067411456,1186494567995035648,', '70', '0000009000,0000000500,0000000070,', '1', '2', '系统管理/系统设置/行政区划', '行政区划', '1', '/sys/area/list', '', 'icon-map', '', null, 'sys:area', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494568989085696', '1186494567995035648', '0,1186494565067411456,1186494567995035648,', '80', '0000009000,0000000500,0000000080,', '1', '2', '系统管理/系统设置/国际化管理', '国际化管理', '1', '/sys/lang/list', '', 'icon-globe', '', null, 'sys:lang', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494569060388864', '1186494567995035648', '0,1186494565067411456,1186494567995035648,', '90', '0000009000,0000000500,0000000090,', '1', '2', '系统管理/系统设置/产品许可信息', '产品许可信息', '1', '//licence', '', 'icon-paper-plane', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494569119109120', '1186494565067411456', '0,1186494565067411456,', '600', '0000009000,0000000600,', '0', '1', '系统管理/系统监控', '系统监控', '1', '', '', 'icon-ghost', '', null, '', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494569186217984', '1186494569119109120', '0,1186494565067411456,1186494569119109120,', '40', '0000009000,0000000600,0000000040,', '1', '2', '系统管理/系统监控/访问日志', '访问日志', '1', '/sys/log/list', '', 'fa fa-bug', '', null, 'sys:log', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494569265909760', '1186494569119109120', '0,1186494565067411456,1186494569119109120,', '50', '0000009000,0000000600,0000000050,', '1', '2', '系统管理/系统监控/数据监控', '数据监控', '1', '//druid/index.html', '', 'icon-disc', '', null, 'sys:state:druid', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494569395933184', '1186494569119109120', '0,1186494565067411456,1186494569119109120,', '60', '0000009000,0000000600,0000000060,', '1', '2', '系统管理/系统监控/缓存监控', '缓存监控', '1', '/state/cache/index', '', 'icon-social-dribbble', '', null, 'sys:stste:cache', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494569496596480', '1186494569119109120', '0,1186494565067411456,1186494569119109120,', '70', '0000009000,0000000600,0000000070,', '1', '2', '系统管理/系统监控/服务器监控', '服务器监控', '1', '/state/server/index', '', 'icon-speedometer', '', null, 'sys:state:server', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494569584676864', '1186494569119109120', '0,1186494565067411456,1186494569119109120,', '80', '0000009000,0000000600,0000000080,', '1', '2', '系统管理/系统监控/作业监控', '作业监控', '1', '/job/list', '', 'icon-notebook', '', null, 'sys:job', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494569681145856', '1186494569119109120', '0,1186494565067411456,1186494569119109120,', '90', '0000009000,0000000600,0000000090,', '1', '2', '系统管理/系统监控/在线用户', '在线用户', '1', '/sys/online/list', '', 'icon-social-twitter', '', null, 'sys:online', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494569781809152', '1186494569119109120', '0,1186494565067411456,1186494569119109120,', '100', '0000009000,0000000600,0000000100,', '1', '2', '系统管理/系统监控/在线文档', '在线文档', '1', '//swagger-ui.html', '', 'icon-book-open', '', null, 'sys:swagger', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494569953775616', '1186494565067411456', '0,1186494565067411456,', '700', '0000009000,0000000700,', '0', '1', '系统管理/消息推送', '消息推送', '1', '', '', 'icon-envelope-letter', '', null, '', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494570054438912', '1186494569953775616', '0,1186494565067411456,1186494569953775616,', '30', '0000009000,0000000700,0000000030,', '1', '2', '系统管理/消息推送/未完成消息', '未完成消息', '1', '/msg/msgPush/list', '', '', '', null, 'msg:msgPush', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494570243182592', '1186494569953775616', '0,1186494565067411456,1186494569953775616,', '40', '0000009000,0000000700,0000000040,', '1', '2', '系统管理/消息推送/已完成消息', '已完成消息', '1', '/msg/msgPush/list?pushed=true', '', '', '', null, 'msg:msgPush', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494570335457280', '1186494569953775616', '0,1186494565067411456,1186494569953775616,', '50', '0000009000,0000000700,0000000050,', '1', '2', '系统管理/消息推送/消息模板管理', '消息模板管理', '1', '/msg/msgTemplate/list', '', '', '', null, 'msg:msgTemplate', '60', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494570452897792', '1186494565067411456', '0,1186494565067411456,', '900', '0000009000,0000000900,', '0', '1', '系统管理/研发工具', '研发工具', '1', '', '', 'fa fa-code', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494570553561088', '1186494570452897792', '0,1186494565067411456,1186494570452897792,', '30', '0000009000,0000000900,0000000030,', '1', '2', '系统管理/研发工具/代码生成工具', '代码生成工具', '1', '/gen/genTable/list', '', 'fa fa-code', '', null, 'gen:genTable', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494570654224384', '1186494570452897792', '0,1186494565067411456,1186494570452897792,', '100', '0000009000,0000000900,0000000100,', '0', '2', '系统管理/研发工具/代码生成实例', '代码生成实例', '1', '', '', 'icon-social-dropbox', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494570746499072', '1186494570654224384', '0,1186494565067411456,1186494570452897792,1186494570654224384,', '30', '0000009000,0000000900,0000000100,0000000030,', '1', '3', '系统管理/研发工具/代码生成实例/单表_主子表', '单表/主子表', '1', '/test/testData/list', '', '', '', null, 'test:testData', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494570935242752', '1186494570654224384', '0,1186494565067411456,1186494570452897792,1186494570654224384,', '40', '0000009000,0000000900,0000000100,0000000040,', '1', '3', '系统管理/研发工具/代码生成实例/树表_树结构表', '树表/树结构表', '1', '/test/testTree/list', '', '', '', null, 'test:testTree', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494571014934528', '1186494570452897792', '0,1186494565067411456,1186494570452897792,', '200', '0000009000,0000000900,0000000200,', '0', '2', '系统管理/研发工具/数据表格实例', '数据表格实例', '1', '', '', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494571241426944', '1186494571014934528', '0,1186494565067411456,1186494570452897792,1186494571014934528,', '30', '0000009000,0000000900,0000000200,0000000030,', '1', '3', '系统管理/研发工具/数据表格实例/多表头分组小计合计', '多表头分组小计合计', '1', '/demo/dataGrid/groupGrid', '', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:44', 'system', '2019-10-22 12:08:44', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494571430170624', '1186494571014934528', '0,1186494565067411456,1186494570452897792,1186494571014934528,', '40', '0000009000,0000000900,0000000200,0000000040,', '1', '3', '系统管理/研发工具/数据表格实例/编辑表格多行编辑', '编辑表格多行编辑', '1', '/demo/dataGrid/editGrid', '', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494571660857344', '1186494570452897792', '0,1186494565067411456,1186494570452897792,', '300', '0000009000,0000000900,0000000300,', '0', '2', '系统管理/研发工具/表单组件实例', '表单组件实例', '1', '', '', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494571757326336', '1186494571660857344', '0,1186494565067411456,1186494570452897792,1186494571660857344,', '30', '0000009000,0000000900,0000000300,0000000030,', '1', '3', '系统管理/研发工具/表单组件实例/组件应用实例', '组件应用实例', '1', '/demo/form/editForm', '', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494571862183936', '1186494571660857344', '0,1186494565067411456,1186494570452897792,1186494571660857344,', '40', '0000009000,0000000900,0000000300,0000000040,', '1', '3', '系统管理/研发工具/表单组件实例/栅格布局实例', '栅格布局实例', '1', '/demo/form/layoutForm', '', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494572092870656', '1186494571660857344', '0,1186494565067411456,1186494570452897792,1186494571660857344,', '50', '0000009000,0000000900,0000000300,0000000050,', '1', '3', '系统管理/研发工具/表单组件实例/表格表单实例', '表格表单实例', '1', '/demo/form/tableForm', '', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494572222894080', '1186494570452897792', '0,1186494565067411456,1186494570452897792,', '400', '0000009000,0000000900,0000000400,', '0', '2', '系统管理/研发工具/前端界面实例', '前端界面实例', '1', '', '', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494572310974464', '1186494572222894080', '0,1186494565067411456,1186494570452897792,1186494572222894080,', '30', '0000009000,0000000900,0000000400,0000000030,', '1', '3', '系统管理/研发工具/前端界面实例/图标样式查找', '图标样式查找', '1', '//tags/iconselect', '', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494572424220672', '1186494565067411456', '0,1186494565067411456,', '999', '0000009000,0000000999,', '0', '1', '系统管理/JeeSite社区', 'JeeSite社区', '1', '', '', 'icon-directions', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494572512301056', '1186494572424220672', '0,1186494565067411456,1186494572424220672,', '30', '0000009000,0000000999,0000000030,', '1', '2', '系统管理/JeeSite社区/官方网站', '官方网站', '1', 'http://jeesite.com', '_blank', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494572600381440', '1186494572424220672', '0,1186494565067411456,1186494572424220672,', '50', '0000009000,0000000999,0000000050,', '1', '2', '系统管理/JeeSite社区/作者博客', '作者博客', '1', 'https://my.oschina.net/thinkgem', '_blank', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494572684267520', '1186494572424220672', '0,1186494565067411456,1186494572424220672,', '40', '0000009000,0000000999,0000000040,', '1', '2', '系统管理/JeeSite社区/问题反馈', '问题反馈', '1', 'https://gitee.com/thinkgem/jeesite4/issues', '_blank', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494572797513728', '1186494572424220672', '0,1186494565067411456,1186494572424220672,', '60', '0000009000,0000000999,0000000060,', '1', '2', '系统管理/JeeSite社区/开源社区', '开源社区', '1', 'http://jeesite.net', '_blank', '', '', null, '', '80', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494572923342848', '0', '0,', '9060', '0000009060,', '0', '0', '我的工作', '我的工作', '1', '', '', 'icon-screen-desktop', '', null, '', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494573019811840', '1186494572923342848', '0,1186494572923342848,', '500', '0000009060,0000000500,', '0', '1', '我的工作/文件管理', '文件管理', '1', '', '', 'icon-folder', '', null, '', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494573116280832', '1186494573019811840', '0,1186494572923342848,1186494573019811840,', '30', '0000009060,0000000500,0000000030,', '1', '2', '我的工作/文件管理/文件管理', '文件管理', '1', '/filemanager/index', '', '', '', null, 'filemanager', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494573242109952', '1186494573019811840', '0,1186494572923342848,1186494573019811840,', '50', '0000009060,0000000500,0000000050,', '1', '2', '我的工作/文件管理/文件分享', '文件分享', '1', '/filemanager/filemanagerShared/list', '', '', '', null, 'filemanager', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494573338578944', '1186494572923342848', '0,1186494572923342848,', '600', '0000009060,0000000600,', '0', '1', '我的工作/站内消息', '站内消息', '1', '/msg/msgInner/list', '', 'icon-speech', '', null, '', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494573422465024', '1186494573338578944', '0,1186494572923342848,1186494573338578944,', '30', '0000009060,0000000600,0000000030,', '1', '2', '我的工作/站内消息/查看', '查看', '2', '', '', '', '', null, 'msg:msgInner:view', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494573493768192', '1186494573338578944', '0,1186494572923342848,1186494573338578944,', '40', '0000009060,0000000600,0000000040,', '1', '2', '我的工作/站内消息/编辑', '编辑', '2', '', '', '', '', null, 'msg:msgInner:edit', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_menu` VALUES ('1186494573581848576', '1186494573338578944', '0,1186494572923342848,1186494573338578944,', '50', '0000009060,0000000600,0000000050,', '1', '2', '我的工作/站内消息/审核', '审核', '2', '', '', '', '', null, 'msg:msgInner:auth', '40', '1', 'default', 'core', '0', 'system', '2019-10-22 12:08:45', 'system', '2019-10-22 12:08:45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-- ----------------------------
-- Table structure for js_sys_module
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_module`;
CREATE TABLE `js_sys_module` (
`module_code` varchar(64) NOT NULL COMMENT '模块编码',
`module_name` varchar(100) NOT NULL COMMENT '模块名称',
`description` varchar(500) DEFAULT NULL COMMENT '模块描述',
`main_class_name` varchar(500) DEFAULT NULL COMMENT '主类全名',
`current_version` varchar(50) DEFAULT NULL COMMENT '当前版本',
`upgrade_info` varchar(300) DEFAULT NULL COMMENT '升级信息',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`module_code`),
KEY `idx_sys_module_status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='模块表';
-- ----------------------------
-- Records of js_sys_module
-- ----------------------------
INSERT INTO `js_sys_module` VALUES ('cms', '内容管理', '网站、站点、栏目、文章、链接、评论、留言板', 'com.jeesite.modules.cms.web.CmsController', '4.0.0', null, '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_module` VALUES ('core', '核心模块', '用户、角色、组织、模块、菜单、字典、参数', 'com.jeesite.modules.sys.web.LoginController', '4.1.7', null, '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
INSERT INTO `js_sys_module` VALUES ('filemanager', '文件管理', '公共文件柜、个人文件柜、文件分享', 'com.jeesite.modules.filemanager.web.FilemanagerController', '4.1.5', null, '0', 'system', '2019-10-22 12:08:38', 'system', '2019-10-22 12:08:38', null);
-- ----------------------------
-- Table structure for js_sys_msg_inner
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_msg_inner`;
CREATE TABLE `js_sys_msg_inner` (
`id` varchar(64) NOT NULL COMMENT '编号',
`msg_title` varchar(200) NOT NULL COMMENT '消息标题',
`content_level` char(1) NOT NULL COMMENT '内容级别(1普通 2一般 3紧急)',
`content_type` char(1) DEFAULT NULL COMMENT '内容类型(1公告 2新闻 3会议 4其它)',
`msg_content` text NOT NULL COMMENT '消息内容',
`receive_type` char(1) NOT NULL COMMENT '接受者类型(0全部 1用户 2部门 3角色 4岗位)',
`receive_codes` text COMMENT '接受者字符串',
`receive_names` text COMMENT '接受者名称字符串',
`send_user_code` varchar(64) DEFAULT NULL COMMENT '发送者用户编码',
`send_user_name` varchar(100) DEFAULT NULL COMMENT '发送者用户姓名',
`send_date` datetime DEFAULT NULL COMMENT '发送时间',
`is_attac` char(1) DEFAULT NULL COMMENT '是否有附件',
`notify_types` varchar(100) DEFAULT NULL COMMENT '通知类型(PC APP 短信 邮件 微信)多选',
`status` char(1) NOT NULL COMMENT '状态(0正常 1删除 4审核 5驳回 9草稿)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`id`),
KEY `idx_sys_msg_inner_cb` (`create_by`),
KEY `idx_sys_msg_inner_status` (`status`),
KEY `idx_sys_msg_inner_cl` (`content_level`),
KEY `idx_sys_msg_inner_sc` (`send_user_code`),
KEY `idx_sys_msg_inner_sd` (`send_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='内部消息';
-- ----------------------------
-- Records of js_sys_msg_inner
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_msg_inner_record
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_msg_inner_record`;
CREATE TABLE `js_sys_msg_inner_record` (
`id` varchar(64) NOT NULL COMMENT '编号',
`msg_inner_id` varchar(64) NOT NULL COMMENT '所属消息',
`receive_user_code` varchar(64) NOT NULL COMMENT '接受者用户编码',
`receive_user_name` varchar(100) NOT NULL COMMENT '接受者用户姓名',
`read_status` char(1) NOT NULL COMMENT '读取状态(0未送达 1已读 2未读)',
`read_date` datetime DEFAULT NULL COMMENT '阅读时间',
`is_star` char(1) DEFAULT NULL COMMENT '是否标星',
PRIMARY KEY (`id`),
KEY `idx_sys_msg_inner_r_mi` (`msg_inner_id`),
KEY `idx_sys_msg_inner_r_ruc` (`receive_user_code`),
KEY `idx_sys_msg_inner_r_status` (`read_status`),
KEY `idx_sys_msg_inner_r_star` (`is_star`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='内部消息发送记录表';
-- ----------------------------
-- Records of js_sys_msg_inner_record
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_msg_push
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_msg_push`;
CREATE TABLE `js_sys_msg_push` (
`id` varchar(64) NOT NULL COMMENT '编号',
`msg_type` varchar(16) NOT NULL COMMENT '消息类型(PC APP 短信 邮件 微信)',
`msg_title` varchar(200) NOT NULL COMMENT '消息标题',
`msg_content` text NOT NULL COMMENT '消息内容',
`biz_key` varchar(64) DEFAULT NULL COMMENT '业务主键',
`biz_type` varchar(64) DEFAULT NULL COMMENT '业务类型',
`receive_code` varchar(64) NOT NULL COMMENT '接受者账号',
`receive_user_code` varchar(64) NOT NULL COMMENT '接受者用户编码',
`receive_user_name` varchar(100) NOT NULL COMMENT '接受者用户姓名',
`send_user_code` varchar(64) NOT NULL COMMENT '发送者用户编码',
`send_user_name` varchar(100) NOT NULL COMMENT '发送者用户姓名',
`send_date` datetime NOT NULL COMMENT '发送时间',
`is_merge_push` char(1) DEFAULT NULL COMMENT '是否合并推送',
`plan_push_date` datetime DEFAULT NULL COMMENT '计划推送时间',
`push_number` int(11) DEFAULT NULL COMMENT '推送尝试次数',
`push_return_code` varchar(200) DEFAULT NULL COMMENT '推送返回结果码',
`push_return_msg_id` varchar(200) DEFAULT NULL COMMENT '推送返回消息编号',
`push_return_content` text COMMENT '推送返回的内容信息',
`push_status` char(1) DEFAULT NULL COMMENT '推送状态(0未推送 1成功 2失败)',
`push_date` datetime DEFAULT NULL COMMENT '推送时间',
`read_status` char(1) DEFAULT NULL COMMENT '读取状态(0未送达 1已读 2未读)',
`read_date` datetime DEFAULT NULL COMMENT '读取时间',
PRIMARY KEY (`id`),
KEY `idx_sys_msg_push_type` (`msg_type`),
KEY `idx_sys_msg_push_rc` (`receive_code`),
KEY `idx_sys_msg_push_uc` (`receive_user_code`),
KEY `idx_sys_msg_push_suc` (`send_user_code`),
KEY `idx_sys_msg_push_pd` (`plan_push_date`),
KEY `idx_sys_msg_push_ps` (`push_status`),
KEY `idx_sys_msg_push_rs` (`read_status`),
KEY `idx_sys_msg_push_bk` (`biz_key`),
KEY `idx_sys_msg_push_bt` (`biz_type`),
KEY `idx_sys_msg_push_imp` (`is_merge_push`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='消息推送表';
-- ----------------------------
-- Records of js_sys_msg_push
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_msg_pushed
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_msg_pushed`;
CREATE TABLE `js_sys_msg_pushed` (
`id` varchar(64) NOT NULL COMMENT '编号',
`msg_type` varchar(16) NOT NULL COMMENT '消息类型(PC APP 短信 邮件 微信)',
`msg_title` varchar(200) NOT NULL COMMENT '消息标题',
`msg_content` text NOT NULL COMMENT '消息内容',
`biz_key` varchar(64) DEFAULT NULL COMMENT '业务主键',
`biz_type` varchar(64) DEFAULT NULL COMMENT '业务类型',
`receive_code` varchar(64) NOT NULL COMMENT '接受者账号',
`receive_user_code` varchar(64) NOT NULL COMMENT '接受者用户编码',
`receive_user_name` varchar(100) NOT NULL COMMENT '接受者用户姓名',
`send_user_code` varchar(64) NOT NULL COMMENT '发送者用户编码',
`send_user_name` varchar(100) NOT NULL COMMENT '发送者用户姓名',
`send_date` datetime NOT NULL COMMENT '发送时间',
`is_merge_push` char(1) DEFAULT NULL COMMENT '是否合并推送',
`plan_push_date` datetime DEFAULT NULL COMMENT '计划推送时间',
`push_number` int(11) DEFAULT NULL COMMENT '推送尝试次数',
`push_return_content` text COMMENT '推送返回的内容信息',
`push_return_code` varchar(200) DEFAULT NULL COMMENT '推送返回结果码',
`push_return_msg_id` varchar(200) DEFAULT NULL COMMENT '推送返回消息编号',
`push_status` char(1) DEFAULT NULL COMMENT '推送状态(0未推送 1成功 2失败)',
`push_date` datetime DEFAULT NULL COMMENT '推送时间',
`read_status` char(1) DEFAULT NULL COMMENT '读取状态(0未送达 1已读 2未读)',
`read_date` datetime DEFAULT NULL COMMENT '读取时间',
PRIMARY KEY (`id`),
KEY `idx_sys_msg_pushed_type` (`msg_type`),
KEY `idx_sys_msg_pushed_rc` (`receive_code`),
KEY `idx_sys_msg_pushed_uc` (`receive_user_code`),
KEY `idx_sys_msg_pushed_suc` (`send_user_code`),
KEY `idx_sys_msg_pushed_pd` (`plan_push_date`),
KEY `idx_sys_msg_pushed_ps` (`push_status`),
KEY `idx_sys_msg_pushed_rs` (`read_status`),
KEY `idx_sys_msg_pushed_bk` (`biz_key`),
KEY `idx_sys_msg_pushed_bt` (`biz_type`),
KEY `idx_sys_msg_pushed_imp` (`is_merge_push`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='消息已推送表';
-- ----------------------------
-- Records of js_sys_msg_pushed
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_msg_template
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_msg_template`;
CREATE TABLE `js_sys_msg_template` (
`id` varchar(64) NOT NULL COMMENT '编号',
`module_code` varchar(64) DEFAULT NULL COMMENT '归属模块',
`tpl_key` varchar(100) NOT NULL COMMENT '模板键值',
`tpl_name` varchar(100) NOT NULL COMMENT '模板名称',
`tpl_type` varchar(16) NOT NULL COMMENT '模板类型',
`tpl_content` text NOT NULL COMMENT '模板内容',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`id`),
KEY `idx_sys_msg_tpl_key` (`tpl_key`),
KEY `idx_sys_msg_tpl_type` (`tpl_type`),
KEY `idx_sys_msg_tpl_status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='消息模板';
-- ----------------------------
-- Records of js_sys_msg_template
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_office
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_office`;
CREATE TABLE `js_sys_office` (
`office_code` varchar(64) NOT NULL COMMENT '机构编码',
`parent_code` varchar(64) NOT NULL COMMENT '父级编号',
`parent_codes` varchar(1000) NOT NULL COMMENT '所有父级编号',
`tree_sort` decimal(10,0) NOT NULL COMMENT '本级排序号(升序)',
`tree_sorts` varchar(1000) NOT NULL COMMENT '所有级别排序号',
`tree_leaf` char(1) NOT NULL COMMENT '是否最末级',
`tree_level` decimal(4,0) NOT NULL COMMENT '层次级别',
`tree_names` varchar(1000) NOT NULL COMMENT '全节点名',
`view_code` varchar(100) NOT NULL COMMENT '机构代码',
`office_name` varchar(100) NOT NULL COMMENT '机构名称',
`full_name` varchar(200) NOT NULL COMMENT '机构全称',
`office_type` char(1) NOT NULL COMMENT '机构类型',
`leader` varchar(100) DEFAULT NULL COMMENT '负责人',
`phone` varchar(100) DEFAULT NULL COMMENT '办公电话',
`address` varchar(255) DEFAULT NULL COMMENT '联系地址',
`zip_code` varchar(100) DEFAULT NULL COMMENT '邮政编码',
`email` varchar(300) DEFAULT NULL COMMENT '电子邮箱',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '租户代码',
`corp_name` varchar(100) NOT NULL DEFAULT 'JeeSite' COMMENT '租户名称',
`extend_s1` varchar(500) DEFAULT NULL COMMENT '扩展 String 1',
`extend_s2` varchar(500) DEFAULT NULL COMMENT '扩展 String 2',
`extend_s3` varchar(500) DEFAULT NULL COMMENT '扩展 String 3',
`extend_s4` varchar(500) DEFAULT NULL COMMENT '扩展 String 4',
`extend_s5` varchar(500) DEFAULT NULL COMMENT '扩展 String 5',
`extend_s6` varchar(500) DEFAULT NULL COMMENT '扩展 String 6',
`extend_s7` varchar(500) DEFAULT NULL COMMENT '扩展 String 7',
`extend_s8` varchar(500) DEFAULT NULL COMMENT '扩展 String 8',
`extend_i1` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 1',
`extend_i2` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 2',
`extend_i3` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 3',
`extend_i4` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 4',
`extend_f1` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 1',
`extend_f2` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 2',
`extend_f3` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 3',
`extend_f4` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 4',
`extend_d1` datetime DEFAULT NULL COMMENT '扩展 Date 1',
`extend_d2` datetime DEFAULT NULL COMMENT '扩展 Date 2',
`extend_d3` datetime DEFAULT NULL COMMENT '扩展 Date 3',
`extend_d4` datetime DEFAULT NULL COMMENT '扩展 Date 4',
PRIMARY KEY (`office_code`),
KEY `idx_sys_office_cc` (`corp_code`),
KEY `idx_sys_office_pc` (`parent_code`),
KEY `idx_sys_office_pcs` (`parent_codes`),
KEY `idx_sys_office_status` (`status`),
KEY `idx_sys_office_ot` (`office_type`),
KEY `idx_sys_office_vc` (`view_code`),
KEY `idx_sys_office_ts` (`tree_sort`),
KEY `idx_sys_office_tss` (`tree_sorts`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='组织机构表';
-- ----------------------------
-- Records of js_sys_office
-- ----------------------------
INSERT INTO `js_sys_office` VALUES ('SD', '0', '0,', '40', '0000000040,', '0', '0', '山东公司', 'SD', '山东公司', '山东公司', '1', null, null, null, null, null, '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_office` VALUES ('SDJN', 'SD', '0,SD,', '30', '0000000040,0000000030,', '0', '1', '山东公司/济南公司', 'SDJN', '济南公司', '山东济南公司', '2', null, null, null, null, null, '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_office` VALUES ('SDJN01', 'SDJN', '0,SD,SDJN,', '30', '0000000040,0000000030,0000000030,', '1', '2', '山东公司/济南公司/企管部', 'SDJN01', '企管部', '山东济南企管部', '3', null, null, null, null, null, '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_office` VALUES ('SDJN02', 'SDJN', '0,SD,SDJN,', '40', '0000000040,0000000030,0000000040,', '1', '2', '山东公司/济南公司/财务部', 'SDJN02', '财务部', '山东济南财务部', '3', null, null, null, null, null, '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_office` VALUES ('SDJN03', 'SDJN', '0,SD,SDJN,', '50', '0000000040,0000000030,0000000050,', '1', '2', '山东公司/济南公司/研发部', 'SDJN03', '研发部', '山东济南研发部', '3', null, null, null, null, null, '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_office` VALUES ('SDQD', 'SD', '0,SD,', '40', '0000000040,0000000040,', '0', '1', '山东公司/青岛公司', 'SDQD', '青岛公司', '山东青岛公司', '2', null, null, null, null, null, '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_office` VALUES ('SDQD01', 'SDQD', '0,SD,SDQD,', '30', '0000000040,0000000040,0000000030,', '1', '2', '山东公司/青岛公司/企管部', 'SDQD01', '企管部', '山东青岛企管部', '3', null, null, null, null, null, '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_office` VALUES ('SDQD02', 'SDQD', '0,SD,SDQD,', '40', '0000000040,0000000040,0000000040,', '1', '2', '山东公司/青岛公司/财务部', 'SDQD02', '财务部', '山东青岛财务部', '3', null, null, null, null, null, '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_office` VALUES ('SDQD03', 'SDQD', '0,SD,SDQD,', '50', '0000000040,0000000040,0000000050,', '1', '2', '山东公司/青岛公司/研发部', 'SDQD03', '研发部', '山东青岛研发部', '3', null, null, null, null, null, '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-- ----------------------------
-- Table structure for js_sys_post
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_post`;
CREATE TABLE `js_sys_post` (
`post_code` varchar(64) NOT NULL COMMENT '岗位编码',
`post_name` varchar(100) NOT NULL COMMENT '岗位名称',
`post_type` varchar(100) DEFAULT NULL COMMENT '岗位分类(高管、中层、基层)',
`post_sort` decimal(10,0) DEFAULT NULL COMMENT '岗位排序(升序)',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '租户代码',
`corp_name` varchar(100) NOT NULL DEFAULT 'JeeSite' COMMENT '租户名称',
PRIMARY KEY (`post_code`),
KEY `idx_sys_post_cc` (`corp_code`),
KEY `idx_sys_post_status` (`status`),
KEY `idx_sys_post_ps` (`post_sort`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='员工岗位表';
-- ----------------------------
-- Records of js_sys_post
-- ----------------------------
INSERT INTO `js_sys_post` VALUES ('ceo', '总经理', null, '1', '0', 'system', '2019-10-22 12:08:47', 'system', '2019-10-22 12:08:47', null, '0', 'JeeSite');
INSERT INTO `js_sys_post` VALUES ('cfo', '财务经理', null, '2', '0', 'system', '2019-10-22 12:08:47', 'system', '2019-10-22 12:08:47', null, '0', 'JeeSite');
INSERT INTO `js_sys_post` VALUES ('dept', '部门经理', null, '2', '0', 'system', '2019-10-22 12:08:47', 'system', '2019-10-22 12:08:47', null, '0', 'JeeSite');
INSERT INTO `js_sys_post` VALUES ('hrm', '人力经理', null, '2', '0', 'system', '2019-10-22 12:08:47', 'system', '2019-10-22 12:08:47', null, '0', 'JeeSite');
INSERT INTO `js_sys_post` VALUES ('user', '普通员工', null, '3', '0', 'system', '2019-10-22 12:08:47', 'system', '2019-10-22 12:08:47', null, '0', 'JeeSite');
-- ----------------------------
-- Table structure for js_sys_role
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_role`;
CREATE TABLE `js_sys_role` (
`role_code` varchar(64) NOT NULL COMMENT '角色编码',
`role_name` varchar(100) NOT NULL COMMENT '角色名称',
`role_type` varchar(100) DEFAULT NULL COMMENT '角色分类(高管、中层、基层、其它)',
`role_sort` decimal(10,0) DEFAULT NULL COMMENT '角色排序(升序)',
`is_sys` char(1) DEFAULT NULL COMMENT '系统内置(1是 0否)',
`user_type` varchar(16) DEFAULT NULL COMMENT '用户类型(employee员工 member会员)',
`data_scope` char(1) DEFAULT NULL COMMENT '数据范围设置(0未设置 1全部数据 2自定义数据)',
`biz_scope` varchar(255) DEFAULT NULL COMMENT '适应业务范围(不同的功能,不同的数据权限支持)',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '租户代码',
`corp_name` varchar(100) NOT NULL DEFAULT 'JeeSite' COMMENT '租户名称',
`extend_s1` varchar(500) DEFAULT NULL COMMENT '扩展 String 1',
`extend_s2` varchar(500) DEFAULT NULL COMMENT '扩展 String 2',
`extend_s3` varchar(500) DEFAULT NULL COMMENT '扩展 String 3',
`extend_s4` varchar(500) DEFAULT NULL COMMENT '扩展 String 4',
`extend_s5` varchar(500) DEFAULT NULL COMMENT '扩展 String 5',
`extend_s6` varchar(500) DEFAULT NULL COMMENT '扩展 String 6',
`extend_s7` varchar(500) DEFAULT NULL COMMENT '扩展 String 7',
`extend_s8` varchar(500) DEFAULT NULL COMMENT '扩展 String 8',
`extend_i1` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 1',
`extend_i2` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 2',
`extend_i3` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 3',
`extend_i4` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 4',
`extend_f1` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 1',
`extend_f2` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 2',
`extend_f3` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 3',
`extend_f4` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 4',
`extend_d1` datetime DEFAULT NULL COMMENT '扩展 Date 1',
`extend_d2` datetime DEFAULT NULL COMMENT '扩展 Date 2',
`extend_d3` datetime DEFAULT NULL COMMENT '扩展 Date 3',
`extend_d4` datetime DEFAULT NULL COMMENT '扩展 Date 4',
PRIMARY KEY (`role_code`),
KEY `idx_sys_role_cc` (`corp_code`),
KEY `idx_sys_role_is` (`is_sys`),
KEY `idx_sys_role_status` (`status`),
KEY `idx_sys_role_rs` (`role_sort`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='角色表';
-- ----------------------------
-- Records of js_sys_role
-- ----------------------------
INSERT INTO `js_sys_role` VALUES ('corpAdmin', '系统管理员', null, '200', '1', 'none', '0', null, '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', '客户方使用的管理员角色,客户方管理员,集团管理员', '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_role` VALUES ('default', '默认角色', null, '100', '1', 'none', '0', null, '0', 'system', '2019-10-22 12:08:43', 'system', '2019-10-22 12:08:43', '非管理员用户,共有的默认角色,在参数配置里指定', '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_role` VALUES ('dept', '部门经理', null, '40', '0', 'employee', '0', null, '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', '部门经理', '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_role` VALUES ('user', '普通员工', null, '50', '0', 'employee', '0', null, '0', 'system', '2019-10-22 12:08:42', 'system', '2019-10-22 12:08:42', '普通员工', '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-- ----------------------------
-- Table structure for js_sys_role_data_scope
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_role_data_scope`;
CREATE TABLE `js_sys_role_data_scope` (
`role_code` varchar(64) NOT NULL COMMENT '控制角色编码',
`ctrl_type` varchar(20) NOT NULL COMMENT '控制类型',
`ctrl_data` varchar(64) NOT NULL COMMENT '控制数据',
`ctrl_permi` varchar(64) NOT NULL COMMENT '控制权限',
PRIMARY KEY (`role_code`,`ctrl_type`,`ctrl_data`,`ctrl_permi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='角色数据权限表';
-- ----------------------------
-- Records of js_sys_role_data_scope
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_role_menu
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_role_menu`;
CREATE TABLE `js_sys_role_menu` (
`role_code` varchar(64) NOT NULL COMMENT '角色编码',
`menu_code` varchar(64) NOT NULL COMMENT '菜单编码',
PRIMARY KEY (`role_code`,`menu_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='角色与菜单关联表';
-- ----------------------------
-- Records of js_sys_role_menu
-- ----------------------------
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494565067411456');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494565432315904');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494565566533632');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494565696557056');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494565830774784');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494565977575424');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494566300536832');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494566413783040');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494566585749504');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494566694801408');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494566820630528');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494566954848256');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567072288768');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567202312192');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567298781184');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567391055872');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567474941952');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567554633728');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567630131200');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567705628672');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567793709056');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567885983744');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494567995035648');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494568116670464');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494568204750848');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494568297025536');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494568380911616');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494568473186304');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494568569655296');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494568691290112');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494568783564800');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494568871645184');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494568989085696');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494569060388864');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494569119109120');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494569186217984');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494569265909760');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494569395933184');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494569496596480');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494569584676864');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494569681145856');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494569781809152');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494569953775616');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494570054438912');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494570243182592');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494570335457280');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494570452897792');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494570553561088');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494570654224384');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494570746499072');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494570935242752');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494571014934528');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494571241426944');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494571430170624');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494571660857344');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494571757326336');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494571862183936');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494572092870656');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494572222894080');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494572310974464');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494572424220672');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494572512301056');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494572600381440');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494572684267520');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494572797513728');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494572923342848');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494573019811840');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494573116280832');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494573242109952');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494573338578944');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494573422465024');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494573493768192');
INSERT INTO `js_sys_role_menu` VALUES ('corpAdmin', '1186494573581848576');
-- ----------------------------
-- Table structure for js_sys_user
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_user`;
CREATE TABLE `js_sys_user` (
`user_code` varchar(100) NOT NULL COMMENT '用户编码',
`login_code` varchar(100) NOT NULL COMMENT '登录账号',
`user_name` varchar(100) NOT NULL COMMENT '用户昵称',
`password` varchar(100) NOT NULL COMMENT '登录密码',
`email` varchar(300) DEFAULT NULL COMMENT '电子邮箱',
`mobile` varchar(100) DEFAULT NULL COMMENT '手机号码',
`phone` varchar(100) DEFAULT NULL COMMENT '办公电话',
`sex` char(1) DEFAULT NULL COMMENT '用户性别',
`avatar` varchar(1000) DEFAULT NULL COMMENT '头像路径',
`sign` varchar(200) DEFAULT NULL COMMENT '个性签名',
`wx_openid` varchar(100) DEFAULT NULL COMMENT '绑定的微信号',
`mobile_imei` varchar(100) DEFAULT NULL COMMENT '绑定的手机串号',
`user_type` varchar(16) NOT NULL COMMENT '用户类型',
`ref_code` varchar(64) DEFAULT NULL COMMENT '用户类型引用编号',
`ref_name` varchar(100) DEFAULT NULL COMMENT '用户类型引用姓名',
`mgr_type` char(1) NOT NULL COMMENT '管理员类型(0非管理员 1系统管理员 2二级管理员)',
`pwd_security_level` decimal(1,0) DEFAULT NULL COMMENT '密码安全级别(0初始 1很弱 2弱 3安全 4很安全)',
`pwd_update_date` datetime DEFAULT NULL COMMENT '密码最后更新时间',
`pwd_update_record` varchar(1000) DEFAULT NULL COMMENT '密码修改记录',
`pwd_question` varchar(200) DEFAULT NULL COMMENT '密保问题',
`pwd_question_answer` varchar(200) DEFAULT NULL COMMENT '密保问题答案',
`pwd_question_2` varchar(200) DEFAULT NULL COMMENT '密保问题2',
`pwd_question_answer_2` varchar(200) DEFAULT NULL COMMENT '密保问题答案2',
`pwd_question_3` varchar(200) DEFAULT NULL COMMENT '密保问题3',
`pwd_question_answer_3` varchar(200) DEFAULT NULL COMMENT '密保问题答案3',
`pwd_quest_update_date` datetime DEFAULT NULL COMMENT '密码问题修改时间',
`last_login_ip` varchar(100) DEFAULT NULL COMMENT '最后登陆IP',
`last_login_date` datetime DEFAULT NULL COMMENT '最后登陆时间',
`freeze_date` datetime DEFAULT NULL COMMENT '冻结时间',
`freeze_cause` varchar(200) DEFAULT NULL COMMENT '冻结原因',
`user_weight` decimal(8,0) DEFAULT '0' COMMENT '用户权重(降序)',
`status` char(1) NOT NULL COMMENT '状态(0正常 1删除 2停用 3冻结)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
`corp_code` varchar(64) NOT NULL DEFAULT '0' COMMENT '租户代码',
`corp_name` varchar(100) NOT NULL DEFAULT 'JeeSite' COMMENT '租户名称',
`extend_s1` varchar(500) DEFAULT NULL COMMENT '扩展 String 1',
`extend_s2` varchar(500) DEFAULT NULL COMMENT '扩展 String 2',
`extend_s3` varchar(500) DEFAULT NULL COMMENT '扩展 String 3',
`extend_s4` varchar(500) DEFAULT NULL COMMENT '扩展 String 4',
`extend_s5` varchar(500) DEFAULT NULL COMMENT '扩展 String 5',
`extend_s6` varchar(500) DEFAULT NULL COMMENT '扩展 String 6',
`extend_s7` varchar(500) DEFAULT NULL COMMENT '扩展 String 7',
`extend_s8` varchar(500) DEFAULT NULL COMMENT '扩展 String 8',
`extend_i1` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 1',
`extend_i2` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 2',
`extend_i3` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 3',
`extend_i4` decimal(19,0) DEFAULT NULL COMMENT '扩展 Integer 4',
`extend_f1` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 1',
`extend_f2` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 2',
`extend_f3` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 3',
`extend_f4` decimal(19,4) DEFAULT NULL COMMENT '扩展 Float 4',
`extend_d1` datetime DEFAULT NULL COMMENT '扩展 Date 1',
`extend_d2` datetime DEFAULT NULL COMMENT '扩展 Date 2',
`extend_d3` datetime DEFAULT NULL COMMENT '扩展 Date 3',
`extend_d4` datetime DEFAULT NULL COMMENT '扩展 Date 4',
PRIMARY KEY (`user_code`),
KEY `idx_sys_user_lc` (`login_code`),
KEY `idx_sys_user_email` (`email`),
KEY `idx_sys_user_mobile` (`mobile`),
KEY `idx_sys_user_wo` (`wx_openid`),
KEY `idx_sys_user_imei` (`mobile_imei`),
KEY `idx_sys_user_rt` (`user_type`),
KEY `idx_sys_user_rc` (`ref_code`),
KEY `idx_sys_user_mt` (`mgr_type`),
KEY `idx_sys_user_us` (`user_weight`),
KEY `idx_sys_user_ud` (`update_date`),
KEY `idx_sys_user_status` (`status`),
KEY `idx_sys_user_cc` (`corp_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户表';
-- ----------------------------
-- Records of js_sys_user
-- ----------------------------
INSERT INTO `js_sys_user` VALUES ('admin', 'admin', '系统管理员', 'ab<PASSWORD>5ad645ec6f1fdc099349bd065030cd<PASSWORD>', null, null, null, null, null, null, null, null, 'none', null, null, '1', '1', '2019-10-22 12:08:46', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', '客户方使用的系统管理员,用于一些常用的基础数据配置。', '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('system', 'system', '超级管理员', 'c753dda329551205cefadff8dc26b56cbaead9f9fb8c267dbe2063e5', null, null, null, null, null, null, null, null, 'none', null, null, '0', '1', '2019-10-22 12:08:46', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:46', 'system', '2019-10-22 12:08:46', '开发者使用的最高级别管理员,主要用于开发和调试。', '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user10_pya1', 'user10', '用户10', '89d796dcc022e1557de21007f3f7d42805412ad57f53496735f92e8c', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user10_pya1', '用户10', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user11_vtqr', 'user11', '用户11', '006b5e9c0a00b5f24b37165ce91419798364aec35d138a46b29802bb', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user11_vtqr', '用户11', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user12_2ogj', 'user12', '用户12', '94a852861d4878729ba42b3e01e5bee5c5801898ec46a10ea0563cce', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user12_2ogj', '用户12', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user13_gxr4', 'user13', '用户13', 'ac2d2ae632abb1652bd61971b01439513f66ca7106e6c8edf5427747', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user13_gxr4', '用户13', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user14_mngl', 'user14', '用户14', 'f76e6bf5d841cf97206724a5944a6864505b375186432dc83e872709', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user14_mngl', '用户14', '0', '0', '2019-10-22 12:08:49', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user15_ot4j', 'user15', '用户15', 'ad72b5a6c02b52e61b318c4b8232c747c9ffa6f8d991902548880f35', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user15_ot4j', '用户15', '0', '0', '2019-10-22 12:08:49', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user16_vpop', 'user16', '用户16', 'a5602ab16af7b2c6ddf6bb86061250d4d33c9416f4573d69138c82ca', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user16_vpop', '用户16', '0', '0', '2019-10-22 12:08:49', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user17_horn', 'user17', '用户17', '121ded716fa9458a604bfbe2d56021ce2aa069a57322b04c6ba48fe0', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user17_horn', '用户17', '0', '0', '2019-10-22 12:08:49', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user18_2em4', 'user18', '用户18', '869a1bf683e214d717e3e534504629f0a584040b9976e345dd0f1cf2', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user18_2em4', '用户18', '0', '0', '2019-10-22 12:08:49', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user19_yxor', 'user19', '用户19', 'fd7d1c24b8ae778a4207123b1f5290ad71ce8d1376ca1ab249addaec', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user19_yxor', '用户19', '0', '0', '2019-10-22 12:08:49', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user1_28aq', 'user1', '用户01', '76e0f7e300d709dd441e7bd00c1e9a022201057484245d9cbc9de752', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user1_28aq', '用户01', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user20_ewur', 'user20', '用户20', '50025afc0a8b93f341faadd1c42bde4e83ce7730c2c6d9cf24481113', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user20_ewur', '用户20', '0', '0', '2019-10-22 12:08:49', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user21_yfxs', 'user21', '用户21', '599c330c39f02d1be224bbb2e9d33ac95af92dfee250a30faf626d57', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user21_yfxs', '用户21', '0', '0', '2019-10-22 12:08:49', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user22_htis', 'user22', '用户22', '2024a8aced5b6df590c905dc77bc880a441a88ed96247d55c69178ab', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user22_htis', '用户22', '0', '0', '2019-10-22 12:08:49', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user23_5z1d', 'user23', '用户23', '24e51b9bdb7acb9b776443c0163f7a2d9843fd5b2208bc099596d1b1', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user23_5z1d', '用户23', '0', '0', '2019-10-22 12:08:49', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:49', 'system', '2019-10-22 12:08:49', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user2_l99s', 'user2', '用户02', 'b95b7f8acb658bdfe4c503449e52609dcd4e1f9aaf38ac9d359ecc71', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user2_l99s', '用户02', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user3_9hll', 'user3', '用户03', 'fd54ccf632d758a3e1c6229f57c95fcb614cf77d219740f28d6814a7', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user3_9hll', '用户03', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user4_l4hb', 'user4', '用户04', 'ba9b552461827744920d4a1517319c10957cf67483f651df528c8e86', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user4_l4hb', '用户04', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user5_zeoq', 'user5', '用户05', 'c7d30bb220b64f01ee6fb3664fad02cdcf1cfd2fdb745c4f36ea8460', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user5_zeoq', '用户05', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user6_hr37', 'user6', '用户06', '7b6c4acb8f4c0c06b40f62a2280b22f15d8df7a2725c6716bc8ee95a', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user6_hr37', '用户06', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user7_d7qw', 'user7', '用户07', '1a742b72164845aeea99324e9cc8b72909de9b930060744b4ac2b807', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user7_d7qw', '用户07', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user8_a1is', 'user8', '用户08', '4ac3b83cca<PASSWORD>a<PASSWORD>eb<PASSWORD>acfc<PASSWORD>', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user8_a1is', '用户08', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
INSERT INTO `js_sys_user` VALUES ('user9_zugk', 'user9', '用户09', '7ec13042613763354f92680315e590ff6971495072a9a65fb8e1e686', '<EMAIL>', '18555555555', '053188888888', null, null, null, null, null, 'employee', 'user9_zugk', '用户09', '0', '0', '2019-10-22 12:08:48', null, null, null, null, null, null, null, null, null, null, null, null, '0', '0', 'system', '2019-10-22 12:08:48', 'system', '2019-10-22 12:08:48', null, '0', 'JeeSite', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null);
-- ----------------------------
-- Table structure for js_sys_user_data_scope
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_user_data_scope`;
CREATE TABLE `js_sys_user_data_scope` (
`user_code` varchar(100) NOT NULL COMMENT '控制用户编码',
`ctrl_type` varchar(20) NOT NULL COMMENT '控制类型',
`ctrl_data` varchar(64) NOT NULL COMMENT '控制数据',
`ctrl_permi` varchar(64) NOT NULL COMMENT '控制权限',
PRIMARY KEY (`user_code`,`ctrl_type`,`ctrl_data`,`ctrl_permi`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户数据权限表';
-- ----------------------------
-- Records of js_sys_user_data_scope
-- ----------------------------
-- ----------------------------
-- Table structure for js_sys_user_role
-- ----------------------------
DROP TABLE IF EXISTS `js_sys_user_role`;
CREATE TABLE `js_sys_user_role` (
`user_code` varchar(100) NOT NULL COMMENT '用户编码',
`role_code` varchar(64) NOT NULL COMMENT '角色编码',
PRIMARY KEY (`user_code`,`role_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户与角色关联表';
-- ----------------------------
-- Records of js_sys_user_role
-- ----------------------------
INSERT INTO `js_sys_user_role` VALUES ('user10_pya1', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user11_vtqr', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user12_2ogj', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user13_gxr4', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user14_mngl', 'dept');
INSERT INTO `js_sys_user_role` VALUES ('user15_ot4j', 'dept');
INSERT INTO `js_sys_user_role` VALUES ('user16_vpop', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user17_horn', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user18_2em4', 'dept');
INSERT INTO `js_sys_user_role` VALUES ('user19_yxor', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user1_28aq', 'dept');
INSERT INTO `js_sys_user_role` VALUES ('user20_ewur', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user21_yfxs', 'dept');
INSERT INTO `js_sys_user_role` VALUES ('user22_htis', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user23_5z1d', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user2_l99s', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user3_9hll', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user4_l4hb', 'dept');
INSERT INTO `js_sys_user_role` VALUES ('user5_zeoq', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user6_hr37', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user7_d7qw', 'dept');
INSERT INTO `js_sys_user_role` VALUES ('user8_a1is', 'user');
INSERT INTO `js_sys_user_role` VALUES ('user9_zugk', 'user');
-- ----------------------------
-- Table structure for test_data
-- ----------------------------
DROP TABLE IF EXISTS `test_data`;
CREATE TABLE `test_data` (
`id` varchar(64) NOT NULL COMMENT '编号',
`test_input` varchar(200) DEFAULT NULL COMMENT '单行文本',
`test_textarea` varchar(200) DEFAULT NULL COMMENT '多行文本',
`test_select` varchar(10) DEFAULT NULL COMMENT '下拉框',
`test_select_multiple` varchar(200) DEFAULT NULL COMMENT '下拉多选',
`test_radio` varchar(10) DEFAULT NULL COMMENT '单选框',
`test_checkbox` varchar(200) DEFAULT NULL COMMENT '复选框',
`test_date` datetime DEFAULT NULL COMMENT '日期选择',
`test_datetime` datetime DEFAULT NULL COMMENT '日期时间',
`test_user_code` varchar(64) DEFAULT NULL COMMENT '用户选择',
`test_office_code` varchar(64) DEFAULT NULL COMMENT '机构选择',
`test_area_code` varchar(64) DEFAULT NULL COMMENT '区域选择',
`test_area_name` varchar(100) DEFAULT NULL COMMENT '区域名称',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='测试数据';
-- ----------------------------
-- Records of test_data
-- ----------------------------
-- ----------------------------
-- Table structure for test_data_child
-- ----------------------------
DROP TABLE IF EXISTS `test_data_child`;
CREATE TABLE `test_data_child` (
`id` varchar(64) NOT NULL COMMENT '编号',
`test_sort` int(11) DEFAULT NULL COMMENT '排序号',
`test_data_id` varchar(64) DEFAULT NULL COMMENT '父表主键',
`test_input` varchar(200) DEFAULT NULL COMMENT '单行文本',
`test_textarea` varchar(200) DEFAULT NULL COMMENT '多行文本',
`test_select` varchar(10) DEFAULT NULL COMMENT '下拉框',
`test_select_multiple` varchar(200) DEFAULT NULL COMMENT '下拉多选',
`test_radio` varchar(10) DEFAULT NULL COMMENT '单选框',
`test_checkbox` varchar(200) DEFAULT NULL COMMENT '复选框',
`test_date` datetime DEFAULT NULL COMMENT '日期选择',
`test_datetime` datetime DEFAULT NULL COMMENT '日期时间',
`test_user_code` varchar(64) DEFAULT NULL COMMENT '用户选择',
`test_office_code` varchar(64) DEFAULT NULL COMMENT '机构选择',
`test_area_code` varchar(64) DEFAULT NULL COMMENT '区域选择',
`test_area_name` varchar(100) DEFAULT NULL COMMENT '区域名称',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='测试数据子表';
-- ----------------------------
-- Records of test_data_child
-- ----------------------------
-- ----------------------------
-- Table structure for test_tree
-- ----------------------------
DROP TABLE IF EXISTS `test_tree`;
CREATE TABLE `test_tree` (
`tree_code` varchar(64) NOT NULL COMMENT '节点编码',
`parent_code` varchar(64) NOT NULL COMMENT '父级编号',
`parent_codes` varchar(1000) NOT NULL COMMENT '所有父级编号',
`tree_sort` decimal(10,0) NOT NULL COMMENT '本级排序号(升序)',
`tree_sorts` varchar(1000) NOT NULL COMMENT '所有级别排序号',
`tree_leaf` char(1) NOT NULL COMMENT '是否最末级',
`tree_level` decimal(4,0) NOT NULL COMMENT '层次级别',
`tree_names` varchar(1000) NOT NULL COMMENT '全节点名',
`tree_name` varchar(200) NOT NULL COMMENT '节点名称',
`status` char(1) NOT NULL DEFAULT '0' COMMENT '状态(0正常 1删除 2停用)',
`create_by` varchar(64) NOT NULL COMMENT '创建者',
`create_date` datetime NOT NULL COMMENT '创建时间',
`update_by` varchar(64) NOT NULL COMMENT '更新者',
`update_date` datetime NOT NULL COMMENT '更新时间',
`remarks` varchar(500) DEFAULT NULL COMMENT '备注信息',
PRIMARY KEY (`tree_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='测试树表';
-- ----------------------------
-- Records of test_tree
-- ----------------------------
|
<filename>conf/evolutions/default/1.sql
# --- Created by Ebean DDL
# To stop Ebean DDL generation, remove this comment and start using Evolutions
# --- !Ups
create table session_order (
id bigserial not null,
room_id integer not null,
client_name varchar(255),
email varchar(255),
phone_number varchar(255),
date date,
time_id integer,
status varchar(9) not null,
constraint ck_session_order_status check (status in ('PRE_ORDER','ORDER','INACTIVE')),
constraint pk_session_order primary key (id))
;
create table room (
id bigserial not null,
name varchar(255) not null,
weekdays_schedule_id integer,
weekends_schedule_id integer,
city varchar(255) not null,
address varchar(255) not null,
constraint uq_room_name unique (name),
constraint pk_room primary key (id))
;
create table schedule (
id bigserial not null,
comment varchar(255),
constraint pk_schedule primary key (id))
;
create table schedule_time (
id bigserial not null,
shedule_id integer,
time_id integer,
constraint pk_schedule_time primary key (id))
;
create table time (
id bigserial not null,
time time,
constraint pk_time primary key (id))
;
# --- !Downs
drop table if exists session_order cascade;
drop table if exists room cascade;
drop table if exists schedule cascade;
drop table if exists schedule_time cascade;
drop table if exists time cascade;
|
<filename>Training/20762/Allfiles/Labfiles/Lab07/Solution/Create Columnstore Index on FactInternetSales.sql
/************************************************************************
* Step 3 *
* *
* Create the clustered columnstore index, and re-create the dropped *
* indexes. *
************************************************************************/
SET STATISTICS TIME OFF
GO
USE [AdventureWorksDW]
GO
CREATE CLUSTERED COLUMNSTORE INDEX CCI_FactInternetSales ON FactInternetSales
GO
/****** Re-create the dropped indexes */
CREATE NONCLUSTERED INDEX [IX_FactInternetSales_PromotionKey] ON [dbo].[FactInternetSales]
(
[PromotionKey] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
CREATE NONCLUSTERED INDEX [IX_FactIneternetSales_ShipDateKey] ON [dbo].[FactInternetSales]
(
[ShipDateKey] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
CREATE NONCLUSTERED INDEX [IX_FactInternetSales_CurrencyKey] ON [dbo].[FactInternetSales]
(
[CurrencyKey] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
CREATE NONCLUSTERED INDEX [IX_FactInternetSales_CustomerKey] ON [dbo].[FactInternetSales]
(
[CustomerKey] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
CREATE NONCLUSTERED INDEX [IX_FactInternetSales_DueDateKey] ON [dbo].[FactInternetSales]
(
[DueDateKey] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
CREATE NONCLUSTERED INDEX [IX_FactInternetSales_OrderDateKey] ON [dbo].[FactInternetSales]
(
[OrderDateKey] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
USE [AdventureWorksDW]
CREATE NONCLUSTERED INDEX [IX_FactInternetSales_ProductKey] ON [dbo].[FactInternetSales]
(
[ProductKey] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
CREATE UNIQUE NONCLUSTERED INDEX [PK_FactInternetSales_SalesOrderNumber_SalesOrderLineNumber] ON [dbo].[FactInternetSales]
(
[SalesOrderNumber] ASC,
[SalesOrderLineNumber] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
GO
/****** Re-add the foreign keys ******/
ALTER TABLE [dbo].[FactInternetSales] WITH CHECK ADD CONSTRAINT [FK_FactInternetSales_DimCustomer] FOREIGN KEY([CustomerKey])
REFERENCES [dbo].[DimCustomer] ([CustomerKey])
ALTER TABLE [dbo].[FactInternetSales] CHECK CONSTRAINT [FK_FactInternetSales_DimCustomer]
ALTER TABLE [dbo].[FactInternetSales] WITH CHECK ADD CONSTRAINT [FK_FactInternetSales_DimCurrency] FOREIGN KEY([CurrencyKey])
REFERENCES [dbo].[DimCurrency] ([CurrencyKey])
ALTER TABLE [dbo].[FactInternetSales] CHECK CONSTRAINT [FK_FactInternetSales_DimCurrency]
ALTER TABLE [dbo].[FactInternetSales] WITH CHECK ADD CONSTRAINT [FK_FactInternetSales_DimDate] FOREIGN KEY([OrderDateKey])
REFERENCES [dbo].[DimDate] ([DateKey])
ALTER TABLE [dbo].[FactInternetSales] CHECK CONSTRAINT [FK_FactInternetSales_DimDate]
ALTER TABLE [dbo].[FactInternetSales] WITH CHECK ADD CONSTRAINT [FK_FactInternetSales_DimDate1] FOREIGN KEY([DueDateKey])
REFERENCES [dbo].[DimDate] ([DateKey])
ALTER TABLE [dbo].[FactInternetSales] CHECK CONSTRAINT [FK_FactInternetSales_DimDate1]
ALTER TABLE [dbo].[FactInternetSales] WITH CHECK ADD CONSTRAINT [FK_FactInternetSales_DimDate2] FOREIGN KEY([ShipDateKey])
REFERENCES [dbo].[DimDate] ([DateKey])
ALTER TABLE [dbo].[FactInternetSales] CHECK CONSTRAINT [FK_FactInternetSales_DimDate2]
ALTER TABLE [dbo].[FactInternetSales] WITH CHECK ADD CONSTRAINT [FK_FactInternetSales_DimProduct] FOREIGN KEY([ProductKey])
REFERENCES [dbo].[DimProduct] ([ProductKey])
ALTER TABLE [dbo].[FactInternetSales] CHECK CONSTRAINT [FK_FactInternetSales_DimProduct]
ALTER TABLE [dbo].[FactInternetSales] WITH CHECK ADD CONSTRAINT [FK_FactInternetSales_DimPromotion] FOREIGN KEY([PromotionKey])
REFERENCES [dbo].[DimPromotion] ([PromotionKey])
ALTER TABLE [dbo].[FactInternetSales] CHECK CONSTRAINT [FK_FactInternetSales_DimPromotion]
ALTER TABLE [dbo].[FactInternetSales] WITH CHECK ADD CONSTRAINT [FK_FactInternetSales_DimSalesTerritory] FOREIGN KEY([SalesTerritoryKey])
REFERENCES [dbo].[DimSalesTerritory] ([SalesTerritoryKey])
ALTER TABLE [dbo].[FactInternetSales] CHECK CONSTRAINT [FK_FactInternetSales_DimSalesTerritory]
GO |
<reponame>Orange-OpenSource/optisam-backend
-- name: ListConfig :many
SELECT id,name,equipment_type,status,created_by,created_on,updated_by,updated_on from config_master
WHERE (CASE WHEN @is_equip_type::bool THEN equipment_type = @equipment_type ELSE TRUE END) AND
status = @status;
-- name: GetMetadatabyConfigID :many
Select id,equipment_type,attribute_name,config_filename from config_metadata where config_id=$1;
-- name: GetConfig :one
SELECT id,name,equipment_type,status,created_by,created_on,updated_by,updated_on from config_master where id=$1 AND status=$2;
-- name: GetDataByMetadataID :many
SELECT attribute_value, json_data from config_data where metadata_id=$1;
-- name: DeleteConfig :exec
UPDATE config_master SET status=$1 where id=$2;
-- name: DeleteConfigData :exec
DELETE FROM config_metadata WHERE config_id=$1; |
/*
Navicat MySQL Data Transfer
Source Server : JF
Source Server Version : 50539
Source Host : localhost:3306
Source Database : gpis88ce
Target Server Type : MYSQL
Target Server Version : 50539
File Encoding : 65001
Date: 2015-08-04 22:49:07
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `area`
-- ----------------------------
DROP TABLE IF EXISTS `area`;
CREATE TABLE `area` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`code` varchar(100) DEFAULT NULL,
`name` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Bảng Khu vực';
-- ----------------------------
-- Records of area
-- ----------------------------
INSERT INTO `area` VALUES ('1', 'B01', 'Hà Nội');
INSERT INTO `area` VALUES ('2', 'B02', 'Quảng Ninh');
INSERT INTO `area` VALUES ('3', 'N01', 'TP Hồ Chí Minh');
-- ----------------------------
-- Table structure for `center`
-- ----------------------------
DROP TABLE IF EXISTS `center`;
CREATE TABLE `center` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Bảng Trung tâm';
-- ----------------------------
-- Records of center
-- ----------------------------
INSERT INTO `center` VALUES ('1', 'Trung tâm HN01');
INSERT INTO `center` VALUES ('2', 'Trung tâm HN02');
INSERT INTO `center` VALUES ('3', 'Trung tâm QN01');
-- ----------------------------
-- Table structure for `dc_equipment`
-- ----------------------------
DROP TABLE IF EXISTS `dc_equipment`;
CREATE TABLE `dc_equipment` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`unit_voltage` varchar(10) DEFAULT NULL,
`unit_amperage` varchar(10) DEFAULT NULL,
`active` int(3) DEFAULT '1' COMMENT '0: inactive | 1:active',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Bảng Thiết bị của tủ DC';
-- ----------------------------
-- Records of dc_equipment
-- ----------------------------
INSERT INTO `dc_equipment` VALUES ('1', 'Tủ ắc quy 01', 'kW', 'kA', '1');
INSERT INTO `dc_equipment` VALUES ('2', 'Tủ ắc quy 02', 'kW', 'kA', '1');
-- ----------------------------
-- Table structure for `dc_equipment_status`
-- ----------------------------
DROP TABLE IF EXISTS `dc_equipment_status`;
CREATE TABLE `dc_equipment_status` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`equipment_id` int(11) DEFAULT NULL,
`amperage` float DEFAULT '0' COMMENT 'cường độ dòng điện',
`voltage` float DEFAULT '0' COMMENT 'điện áp',
`temperature` float DEFAULT '0' COMMENT 'nhiệt độ',
`station_id` int(11) NOT NULL DEFAULT '0',
`status` int(5) DEFAULT '1',
PRIMARY KEY (`id`),
KEY `FkEquipment` (`equipment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8 COMMENT='Bảng Tình trạng thiết bị của tủ DC';
-- ----------------------------
-- Records of dc_equipment_status
-- ----------------------------
INSERT INTO `dc_equipment_status` VALUES ('13', '1', null, null, '0', '13', '1');
INSERT INTO `dc_equipment_status` VALUES ('14', '2', null, null, '0', '13', '1');
INSERT INTO `dc_equipment_status` VALUES ('17', '1', null, null, '0', '15', '1');
INSERT INTO `dc_equipment_status` VALUES ('18', '2', null, null, '0', '15', '1');
INSERT INTO `dc_equipment_status` VALUES ('19', '1', null, null, '0', '16', '1');
INSERT INTO `dc_equipment_status` VALUES ('20', '2', null, null, '0', '16', '1');
INSERT INTO `dc_equipment_status` VALUES ('25', '1', '0', '0', '0', '21', '1');
INSERT INTO `dc_equipment_status` VALUES ('26', '2', '0', '0', '0', '21', '1');
INSERT INTO `dc_equipment_status` VALUES ('29', '1', '0', '0', '0', '23', '1');
INSERT INTO `dc_equipment_status` VALUES ('30', '2', '0', '0', '0', '23', '1');
INSERT INTO `dc_equipment_status` VALUES ('36', '1', '0', '0', '0', '14', '1');
INSERT INTO `dc_equipment_status` VALUES ('37', '2', '0', '0', '0', '14', '1');
-- ----------------------------
-- Table structure for `equipment`
-- ----------------------------
DROP TABLE IF EXISTS `equipment`;
CREATE TABLE `equipment` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`active` int(3) DEFAULT '1',
`binary_pos` int(3) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Bảng Thiết bị';
-- ----------------------------
-- Records of equipment
-- ----------------------------
INSERT INTO `equipment` VALUES ('1', 'Điều hòa 1', '1', '0');
INSERT INTO `equipment` VALUES ('2', 'Điều hòa 2', '1', '1');
INSERT INTO `equipment` VALUES ('3', 'Còi báo động', '1', '2');
INSERT INTO `equipment` VALUES ('4', 'Máy hút ẩm', '1', '3');
-- ----------------------------
-- Table structure for `equipment_status`
-- ----------------------------
DROP TABLE IF EXISTS `equipment_status`;
CREATE TABLE `equipment_status` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`equipment_id` int(11) NOT NULL,
`station_id` int(11) DEFAULT '0',
`station_code` varchar(100) NOT NULL COMMENT 'mã trạm',
`configure` int(2) DEFAULT '0' COMMENT '0:auto | 1:manual',
`active` int(2) DEFAULT '1' COMMENT '1:active | 0:unactive',
`status` int(2) DEFAULT '1' COMMENT '0:Tắt | 1:Bật',
`last_update` int(11) DEFAULT '0',
PRIMARY KEY (`id`),
KEY `FkStation` (`station_code`)
) ENGINE=InnoDB AUTO_INCREMENT=153 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of equipment_status
-- ----------------------------
INSERT INTO `equipment_status` VALUES ('102', '2', '13', 'TR01', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('103', '3', '13', 'TR01', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('104', '4', '13', 'TR01', '0', '1', '0', '0');
INSERT INTO `equipment_status` VALUES ('115', '1', '15', '533db4', '1', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('116', '2', '15', '533db4', '1', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('117', '3', '15', '533db4', '1', '1', '0', '0');
INSERT INTO `equipment_status` VALUES ('118', '4', '15', '533db4', '1', '1', '0', '0');
INSERT INTO `equipment_status` VALUES ('124', '1', '16', '271056', '1', '1', '0', '0');
INSERT INTO `equipment_status` VALUES ('125', '2', '16', '271056', '1', '1', '0', '0');
INSERT INTO `equipment_status` VALUES ('126', '3', '16', '271056', '1', '1', '0', '0');
INSERT INTO `equipment_status` VALUES ('127', '4', '16', '271056', '1', '1', '0', '0');
INSERT INTO `equipment_status` VALUES ('133', '1', '18', '111', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('134', '2', '18', '111', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('135', '3', '18', '111', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('136', '4', '18', '111', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('137', '3', '19', '222', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('138', '1', '20', 'u1122', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('139', '2', '20', 'u1122', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('140', '3', '20', 'u1122', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('141', '4', '20', 'u1122', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('142', '1', '25', 'gpis88-102', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('143', '2', '25', 'gpis88-102', '0', '1', '0', '0');
INSERT INTO `equipment_status` VALUES ('144', '3', '25', 'gpis88-102', '0', '1', '0', '0');
INSERT INTO `equipment_status` VALUES ('145', '4', '25', 'gpis88-102', '0', '1', '0', '0');
INSERT INTO `equipment_status` VALUES ('146', '1', '26', '3800641', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('147', '2', '26', '3800641', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('148', '3', '26', '3800641', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('149', '4', '26', '3800641', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('150', '3', '14', 'e26c70', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('151', '4', '14', 'e26c70', '0', '1', '1', '0');
INSERT INTO `equipment_status` VALUES ('152', '1', '13', '533db2-edited', '0', '1', '0', '0');
-- ----------------------------
-- Table structure for `generator_configuration`
-- ----------------------------
DROP TABLE IF EXISTS `generator_configuration`;
CREATE TABLE `generator_configuration` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`fuel_min` int(5) DEFAULT NULL COMMENT 'ngưỡng nhiên liệu thấp',
`station_code` varchar(100) DEFAULT NULL,
`check_start_time` int(11) DEFAULT '0',
`check_cycle` int(5) DEFAULT NULL COMMENT 'chu kỳ kiểm tra (ngày)',
`check_duration` int(5) DEFAULT '0' COMMENT 'thời gian mỗi lần kiểm tra (phút)',
`ac_start_voltage` float DEFAULT '0' COMMENT 'điện áp AC bắt đầu chạy máy',
`dc_start_voltage` float DEFAULT '0' COMMENT 'điện áp DC bắt đầu chạy máy',
`amperage_max` float DEFAULT '0' COMMENT 'giới hạn dòng nạp ngừng chạy máy',
`pause_duration` int(11) DEFAULT '0' COMMENT 'thời gian máy phát nghỉ (s)',
`work_duration_max` int(11) DEFAULT '0' COMMENT 'thời gian máy chạy liên tục tối đa (s)',
`priority_option` int(3) DEFAULT '1' COMMENT 'lựa chọn ưu tiên điều khiển máy phát (1: ưu tiên điện áp DC | 2: ưu tiên thời gian)',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Bảng Cấu hình máy phát của trạm';
-- ----------------------------
-- Records of generator_configuration
-- ----------------------------
-- ----------------------------
-- Table structure for `generator_status`
-- ----------------------------
DROP TABLE IF EXISTS `generator_status`;
CREATE TABLE `generator_status` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`station_code` varchar(100) DEFAULT NULL,
`ats_status` varchar(50) DEFAULT NULL,
`source_type` varchar(50) DEFAULT NULL COMMENT 'nguồn cấp cho tải',
`status` varchar(50) DEFAULT NULL,
`vac1` float DEFAULT '0',
`vac2` float DEFAULT '0',
`vac3` float DEFAULT '0',
`vgen1` float DEFAULT '0',
`vgen2` float DEFAULT '0',
`vgen3` float DEFAULT '0',
`line1` float DEFAULT '0',
`line2` float DEFAULT '0',
`line3` float DEFAULT '0',
`accu_voltage` float DEFAULT '0',
`fuel_level` int(3) DEFAULT '0',
`warning_status` varchar(10) DEFAULT NULL COMMENT 'nối với nhau bởi dấu '',''',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of generator_status
-- ----------------------------
-- ----------------------------
-- Table structure for `generator_warining_type`
-- ----------------------------
DROP TABLE IF EXISTS `generator_warining_type`;
CREATE TABLE `generator_warining_type` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Bảng Loại cảnh báo của máy phát';
-- ----------------------------
-- Records of generator_warining_type
-- ----------------------------
-- ----------------------------
-- Table structure for `message`
-- ----------------------------
DROP TABLE IF EXISTS `message`;
CREATE TABLE `message` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`message_0` varchar(255) DEFAULT NULL,
`message_1` varchar(255) DEFAULT NULL,
`active` int(3) DEFAULT '1' COMMENT '0:unactive | 1:active',
`sensor_id` int(11) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Bảng Thông báo';
-- ----------------------------
-- Records of message
-- ----------------------------
INSERT INTO `message` VALUES ('1', 'Không có đập phá', 'Báo đập phá máy', '1', '5');
INSERT INTO `message` VALUES ('2', 'Cửa đang đóng', 'Báo mở cửa', '1', '6');
INSERT INTO `message` VALUES ('3', 'Dây loa an toàn', 'Dây loa bị cắt', '1', '12');
INSERT INTO `message` VALUES ('4', 'Có điện lưới', 'Mất điện lưới', '1', '13');
-- ----------------------------
-- Table structure for `migration`
-- ----------------------------
DROP TABLE IF EXISTS `migration`;
CREATE TABLE `migration` (
`version` varchar(180) NOT NULL,
`apply_time` int(11) DEFAULT NULL,
PRIMARY KEY (`version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of migration
-- ----------------------------
INSERT INTO `migration` VALUES ('m000000_000000_base', '1428253609');
INSERT INTO `migration` VALUES ('m130524_201442_init', '1428253616');
-- ----------------------------
-- Table structure for `power_equipment`
-- ----------------------------
DROP TABLE IF EXISTS `power_equipment`;
CREATE TABLE `power_equipment` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`unit_type` varchar(20) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='Bảng Các thành phần của nguồn điện';
-- ----------------------------
-- Records of power_equipment
-- ----------------------------
INSERT INTO `power_equipment` VALUES ('1', 'Điện áp', 'voltage');
INSERT INTO `power_equipment` VALUES ('2', 'Công suất', 'capacity');
INSERT INTO `power_equipment` VALUES ('3', 'Điện năng tiêu thụ', 'consume');
INSERT INTO `power_equipment` VALUES ('4', 'Tần số', 'frequency');
-- ----------------------------
-- Table structure for `power_status`
-- ----------------------------
DROP TABLE IF EXISTS `power_status`;
CREATE TABLE `power_status` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`item_id` int(11) NOT NULL,
`station_id` int(11) NOT NULL DEFAULT '0',
`status` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `FkItem` (`item_id`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8 COMMENT='Bảng Tình trạng nguồn điện của trạm';
-- ----------------------------
-- Records of power_status
-- ----------------------------
INSERT INTO `power_status` VALUES ('5', '1', '13', '');
INSERT INTO `power_status` VALUES ('6', '2', '13', '');
INSERT INTO `power_status` VALUES ('7', '3', '13', '');
INSERT INTO `power_status` VALUES ('8', '4', '13', '');
INSERT INTO `power_status` VALUES ('9', '1', '14', '71.5');
INSERT INTO `power_status` VALUES ('13', '1', '15', '9.6');
INSERT INTO `power_status` VALUES ('14', '2', '15', '');
INSERT INTO `power_status` VALUES ('15', '3', '15', '');
INSERT INTO `power_status` VALUES ('16', '4', '15', '');
INSERT INTO `power_status` VALUES ('17', '1', '16', '0.0');
INSERT INTO `power_status` VALUES ('18', '2', '16', '');
INSERT INTO `power_status` VALUES ('19', '3', '16', '');
INSERT INTO `power_status` VALUES ('20', '4', '16', '');
INSERT INTO `power_status` VALUES ('25', '3', '14', null);
-- ----------------------------
-- Table structure for `sensor`
-- ----------------------------
DROP TABLE IF EXISTS `sensor`;
CREATE TABLE `sensor` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`unit_type` varchar(20) DEFAULT NULL,
`type` int(3) DEFAULT '1' COMMENT '1:không có giá trị | 2:có giá trị',
`binary_pos` int(3) DEFAULT '0',
`active` int(3) DEFAULT '1' COMMENT '0: not active | 1:active',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='Bảng Cảm biến';
-- ----------------------------
-- Records of sensor
-- ----------------------------
INSERT INTO `sensor` VALUES ('1', 'Chế độ báo động', '', '2', '0', '1');
INSERT INTO `sensor` VALUES ('3', 'Nhiệt độ trong phòng', 'temperature', '2', '0', '1');
INSERT INTO `sensor` VALUES ('4', 'Độ ẩm trong phòng', 'humidity', '2', '0', '1');
INSERT INTO `sensor` VALUES ('5', 'Cảm biến đập phá khoan cắt', null, '1', '0', '1');
INSERT INTO `sensor` VALUES ('6', 'Cảm biến mở cửa', null, '1', '1', '1');
INSERT INTO `sensor` VALUES ('9', 'Cảm biến lụt', null, '1', '0', '0');
INSERT INTO `sensor` VALUES ('10', 'Cảm biến kính', null, '1', '0', '0');
INSERT INTO `sensor` VALUES ('11', 'Điện máy phát', null, '1', '0', '0');
INSERT INTO `sensor` VALUES ('12', 'Cảm biến đứt dây loa', null, '1', '2', '1');
INSERT INTO `sensor` VALUES ('13', 'Điện lưới', null, '1', '3', '1');
-- ----------------------------
-- Table structure for `sensor_status`
-- ----------------------------
DROP TABLE IF EXISTS `sensor_status`;
CREATE TABLE `sensor_status` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sensor_id` int(11) NOT NULL,
`station_id` int(11) NOT NULL DEFAULT '0',
`value` varchar(50) DEFAULT '0',
`status` int(2) NOT NULL DEFAULT '1' COMMENT '1:bình thường',
PRIMARY KEY (`id`),
KEY `FkSensor` (`sensor_id`)
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8 COMMENT='Bảng Tình trạng cảm biến';
-- ----------------------------
-- Records of sensor_status
-- ----------------------------
INSERT INTO `sensor_status` VALUES ('7', '1', '13', '1', '1');
INSERT INTO `sensor_status` VALUES ('8', '3', '13', '', '1');
INSERT INTO `sensor_status` VALUES ('9', '4', '13', '', '1');
INSERT INTO `sensor_status` VALUES ('10', '5', '13', '1', '1');
INSERT INTO `sensor_status` VALUES ('11', '6', '13', '0', '1');
INSERT INTO `sensor_status` VALUES ('17', '12', '13', '0', '1');
INSERT INTO `sensor_status` VALUES ('18', '1', '14', '1', '1');
INSERT INTO `sensor_status` VALUES ('19', '3', '14', '30.1', '1');
INSERT INTO `sensor_status` VALUES ('20', '4', '14', '30.2', '1');
INSERT INTO `sensor_status` VALUES ('21', '5', '14', '0', '1');
INSERT INTO `sensor_status` VALUES ('22', '6', '14', '0', '1');
INSERT INTO `sensor_status` VALUES ('28', '12', '14', '0', '1');
INSERT INTO `sensor_status` VALUES ('29', '1', '15', '1', '1');
INSERT INTO `sensor_status` VALUES ('30', '3', '15', '32.4', '1');
INSERT INTO `sensor_status` VALUES ('31', '4', '15', '0', '1');
INSERT INTO `sensor_status` VALUES ('32', '5', '15', '0', '1');
INSERT INTO `sensor_status` VALUES ('33', '6', '15', '0', '1');
INSERT INTO `sensor_status` VALUES ('39', '12', '15', '0', '1');
INSERT INTO `sensor_status` VALUES ('40', '1', '16', '1', '1');
INSERT INTO `sensor_status` VALUES ('41', '3', '16', '0.0', '1');
INSERT INTO `sensor_status` VALUES ('42', '4', '16', '0', '1');
INSERT INTO `sensor_status` VALUES ('43', '5', '16', '0', '1');
INSERT INTO `sensor_status` VALUES ('44', '6', '16', '0', '1');
INSERT INTO `sensor_status` VALUES ('50', '12', '16', '0', '1');
INSERT INTO `sensor_status` VALUES ('51', '13', '13', '0', '1');
INSERT INTO `sensor_status` VALUES ('52', '13', '14', '1', '1');
INSERT INTO `sensor_status` VALUES ('53', '13', '15', '0', '1');
INSERT INTO `sensor_status` VALUES ('54', '13', '16', '0', '1');
-- ----------------------------
-- Table structure for `settings`
-- ----------------------------
DROP TABLE IF EXISTS `settings`;
CREATE TABLE `settings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`server_ip` varchar(20) DEFAULT NULL,
`server_port` varchar(10) DEFAULT NULL,
`active` int(2) DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of settings
-- ----------------------------
INSERT INTO `settings` VALUES ('1', '1172.16.17.32', '31337', '1');
-- ----------------------------
-- Table structure for `station`
-- ----------------------------
DROP TABLE IF EXISTS `station`;
CREATE TABLE `station` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`code` varchar(100) NOT NULL,
`name` varchar(255) NOT NULL,
`center_id` int(11) NOT NULL DEFAULT '0',
`area_id` int(11) NOT NULL DEFAULT '0',
`type` int(3) NOT NULL DEFAULT '0',
`firmware` varchar(255) DEFAULT NULL,
`staff` varchar(50) DEFAULT NULL COMMENT 'nhân viên trực',
`addition` tinytext COMMENT 'thông tin thêm',
`picture_url` varchar(255) DEFAULT NULL COMMENT 'url chụp ảnh',
`video_url` varchar(255) DEFAULT NULL COMMENT 'url video',
`latitude` varchar(20) DEFAULT NULL COMMENT 'vĩ độ',
`longtitude` varchar(20) DEFAULT NULL COMMENT 'kinh độ',
`phone` varchar(100) DEFAULT NULL,
`email` varchar(50) DEFAULT NULL,
`user_id` int(11) DEFAULT '3' COMMENT 'created by user id',
`status` int(3) DEFAULT '0' COMMENT '0: not connect | 1:connected',
`picture_warning_numb` int(11) DEFAULT '1' COMMENT 'số ảnh chụp khi có cảnh báo',
`ip` varchar(50) DEFAULT '',
`port` varchar(20) DEFAULT '',
`change_equipment_status` int(3) DEFAULT '0' COMMENT '0: no change | 1: changed',
`updated_at` int(11) DEFAULT '0',
`address` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `UniqueCode` (`code`) USING BTREE,
KEY `FkCenter` (`center_id`),
KEY `FkArea` (`area_id`),
KEY `code` (`code`),
CONSTRAINT `FkArea` FOREIGN KEY (`area_id`) REFERENCES `area` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION,
CONSTRAINT `FkCenter` FOREIGN KEY (`center_id`) REFERENCES `center` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8 COMMENT='Bảng Trạm';
-- ----------------------------
-- Records of station
-- ----------------------------
INSERT INTO `station` VALUES ('13', '123', 'ECAPRO', '1', '1', '0', 'GPIs8.8CE15', 'Vương Việt Dũng', '', 'http://danang3.vantech.pro:9988/onvif/media_service/snapshot', 'http://ecasmart.homelinux.com:8888/videostream.cgi?rate=0&user=ecaprovn&pwd=<PASSWORD>', '21.027764', '105.834160', '0437555555', '<EMAIL>', '5', '0', '3', '172.16.58.3', '8880', '1', '1438019673', 'Ngõ 1 Trung Văn, Từ Liêm, HN');
INSERT INTO `station` VALUES ('14', 'e26c70', 'Tram 8.8CE', '2', '1', '0', '', '', '', 'http://ecasmart.homelinux.com:8888/snapshot.cgi?user=ecaprovn&pwd=<PASSWORD>', 'http://ecasmart.homelinux.com:8888/videostream.cgi?rate=0&user=ecaprovn&pwd=<PASSWORD>', '20.992695', '105.777354', '', '', '1', '0', '5', '172.16.17.32', '8880', '0', '1438018593', 'Số 13 ngõ 1 Trung Văn');
INSERT INTO `station` VALUES ('15', '380064', 'GPIs4.4ATM TPHCM', '3', '3', '2', 'GPIs4.4ATM', 'Thuấn', '', 'http://ecasmart.homelinux.com:8888/snapshot.cgi?user=ecaprovn&pwd=<PASSWORD>', 'http://ecasmart.homelinux.com:8888/videostream.cgi?rate=0&user=ecaprovn&pwd=<PASSWORD>', '20.976988', '105.841641', '', '', '1', '0', '2', '172.16.31.10', '80', '0', '1438018593', '');
INSERT INTO `station` VALUES ('16', '271056', 'GPIs4.4ATM DAB ', '3', '3', '2', 'GPIs4.4ATM', 'Thuan', '', 'http://192.168.3.11:88/image.cgi?resolution=1280x1024', 'http://192.168.3.11:88/image.cgi?resolution=1280x1024', '', '', '', '', '1', '0', null, '172.16.17.32', '80', '0', '1438018593', '');
INSERT INTO `station` VALUES ('21', 'z11', 'zz', '1', '1', '1', '', '', '', '', '', '', '', '', '', '8', '0', null, '', '', '0', '1438018593', '');
INSERT INTO `station` VALUES ('23', 'a22', 'aa', '1', '1', '1', '', '', '', '', '', '', '', '', '', '8', '0', null, '', '', '0', '1438018593', '');
-- ----------------------------
-- Table structure for `station_status`
-- ----------------------------
DROP TABLE IF EXISTS `station_status`;
CREATE TABLE `station_status` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`station_id` int(11) DEFAULT NULL,
`request_string` tinytext,
`received` int(3) DEFAULT '1' COMMENT '2: gửi đi | 1: nhận được',
`time_update` int(11) DEFAULT '0',
`status` int(3) DEFAULT '1' COMMENT '0: thất bại | 1: thành công',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7921 DEFAULT CHARSET=utf8 COMMENT='Bảng Trạng thái của trạm';
-- ----------------------------
-- Records of station_status
-- ----------------------------
INSERT INTO `station_status` VALUES ('545', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430953706', '1');
INSERT INTO `station_status` VALUES ('546', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430953754', '1');
INSERT INTO `station_status` VALUES ('547', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430953804', '1');
INSERT INTO `station_status` VALUES ('548', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430953896', '1');
INSERT INTO `station_status` VALUES ('549', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430953947', '1');
INSERT INTO `station_status` VALUES ('550', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430953997', '1');
INSERT INTO `station_status` VALUES ('551', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954047', '1');
INSERT INTO `station_status` VALUES ('552', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954139', '1');
INSERT INTO `station_status` VALUES ('553', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954190', '1');
INSERT INTO `station_status` VALUES ('554', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954241', '1');
INSERT INTO `station_status` VALUES ('555', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954291', '1');
INSERT INTO `station_status` VALUES ('556', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954384', '1');
INSERT INTO `station_status` VALUES ('557', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954678', '1');
INSERT INTO `station_status` VALUES ('558', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954687', '1');
INSERT INTO `station_status` VALUES ('559', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954697', '1');
INSERT INTO `station_status` VALUES ('560', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954708', '1');
INSERT INTO `station_status` VALUES ('561', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954718', '1');
INSERT INTO `station_status` VALUES ('562', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954727', '1');
INSERT INTO `station_status` VALUES ('563', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954737', '1');
INSERT INTO `station_status` VALUES ('564', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954747', '1');
INSERT INTO `station_status` VALUES ('565', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954758', '1');
INSERT INTO `station_status` VALUES ('566', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954767', '1');
INSERT INTO `station_status` VALUES ('567', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954777', '1');
INSERT INTO `station_status` VALUES ('568', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954788', '1');
INSERT INTO `station_status` VALUES ('569', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954798', '1');
INSERT INTO `station_status` VALUES ('570', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954807', '1');
INSERT INTO `station_status` VALUES ('571', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954817', '1');
INSERT INTO `station_status` VALUES ('572', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954829', '1');
INSERT INTO `station_status` VALUES ('573', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954837', '1');
INSERT INTO `station_status` VALUES ('574', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954847', '1');
INSERT INTO `station_status` VALUES ('575', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954858', '1');
INSERT INTO `station_status` VALUES ('576', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954868', '1');
INSERT INTO `station_status` VALUES ('577', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954877', '1');
INSERT INTO `station_status` VALUES ('578', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954887', '1');
INSERT INTO `station_status` VALUES ('579', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954898', '1');
INSERT INTO `station_status` VALUES ('580', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954908', '1');
INSERT INTO `station_status` VALUES ('581', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954918', '1');
INSERT INTO `station_status` VALUES ('582', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954928', '1');
INSERT INTO `station_status` VALUES ('583', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954938', '1');
INSERT INTO `station_status` VALUES ('584', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954948', '1');
INSERT INTO `station_status` VALUES ('585', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954958', '1');
INSERT INTO `station_status` VALUES ('586', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954968', '1');
INSERT INTO `station_status` VALUES ('587', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954978', '1');
INSERT INTO `station_status` VALUES ('588', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954988', '1');
INSERT INTO `station_status` VALUES ('589', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430954998', '1');
INSERT INTO `station_status` VALUES ('590', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955008', '1');
INSERT INTO `station_status` VALUES ('591', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955018', '1');
INSERT INTO `station_status` VALUES ('592', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955029', '1');
INSERT INTO `station_status` VALUES ('593', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955038', '1');
INSERT INTO `station_status` VALUES ('594', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955048', '1');
INSERT INTO `station_status` VALUES ('595', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955058', '1');
INSERT INTO `station_status` VALUES ('596', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955068', '1');
INSERT INTO `station_status` VALUES ('597', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955078', '1');
INSERT INTO `station_status` VALUES ('598', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955088', '1');
INSERT INTO `station_status` VALUES ('599', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955098', '1');
INSERT INTO `station_status` VALUES ('600', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955108', '1');
INSERT INTO `station_status` VALUES ('601', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955118', '1');
INSERT INTO `station_status` VALUES ('602', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955128', '1');
INSERT INTO `station_status` VALUES ('603', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955138', '1');
INSERT INTO `station_status` VALUES ('604', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955148', '1');
INSERT INTO `station_status` VALUES ('605', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955158', '1');
INSERT INTO `station_status` VALUES ('606', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955168', '1');
INSERT INTO `station_status` VALUES ('607', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955178', '1');
INSERT INTO `station_status` VALUES ('608', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955188', '1');
INSERT INTO `station_status` VALUES ('609', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955199', '1');
INSERT INTO `station_status` VALUES ('610', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955208', '1');
INSERT INTO `station_status` VALUES ('611', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955218', '1');
INSERT INTO `station_status` VALUES ('612', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955228', '1');
INSERT INTO `station_status` VALUES ('613', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955238', '1');
INSERT INTO `station_status` VALUES ('614', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955248', '1');
INSERT INTO `station_status` VALUES ('615', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955258', '1');
INSERT INTO `station_status` VALUES ('616', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955268', '1');
INSERT INTO `station_status` VALUES ('617', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955278', '1');
INSERT INTO `station_status` VALUES ('618', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955288', '1');
INSERT INTO `station_status` VALUES ('619', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955298', '1');
INSERT INTO `station_status` VALUES ('620', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955308', '1');
INSERT INTO `station_status` VALUES ('621', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955318', '1');
INSERT INTO `station_status` VALUES ('622', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955328', '1');
INSERT INTO `station_status` VALUES ('623', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955338', '1');
INSERT INTO `station_status` VALUES ('624', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955349', '1');
INSERT INTO `station_status` VALUES ('625', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955359', '1');
INSERT INTO `station_status` VALUES ('626', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955368', '1');
INSERT INTO `station_status` VALUES ('627', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955378', '1');
INSERT INTO `station_status` VALUES ('628', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955389', '1');
INSERT INTO `station_status` VALUES ('629', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955399', '1');
INSERT INTO `station_status` VALUES ('630', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955408', '1');
INSERT INTO `station_status` VALUES ('631', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955418', '1');
INSERT INTO `station_status` VALUES ('632', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955429', '1');
INSERT INTO `station_status` VALUES ('633', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955439', '1');
INSERT INTO `station_status` VALUES ('634', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955448', '1');
INSERT INTO `station_status` VALUES ('635', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955459', '1');
INSERT INTO `station_status` VALUES ('636', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955469', '1');
INSERT INTO `station_status` VALUES ('637', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955480', '1');
INSERT INTO `station_status` VALUES ('638', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955489', '1');
INSERT INTO `station_status` VALUES ('639', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955498', '1');
INSERT INTO `station_status` VALUES ('640', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955509', '1');
INSERT INTO `station_status` VALUES ('641', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955519', '1');
INSERT INTO `station_status` VALUES ('642', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955528', '1');
INSERT INTO `station_status` VALUES ('643', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955538', '1');
INSERT INTO `station_status` VALUES ('644', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955549', '1');
INSERT INTO `station_status` VALUES ('645', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955559', '1');
INSERT INTO `station_status` VALUES ('646', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955568', '1');
INSERT INTO `station_status` VALUES ('647', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955578', '1');
INSERT INTO `station_status` VALUES ('648', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955589', '1');
INSERT INTO `station_status` VALUES ('649', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955599', '1');
INSERT INTO `station_status` VALUES ('650', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955608', '1');
INSERT INTO `station_status` VALUES ('651', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955619', '1');
INSERT INTO `station_status` VALUES ('652', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955629', '1');
INSERT INTO `station_status` VALUES ('653', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955639', '1');
INSERT INTO `station_status` VALUES ('654', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955649', '1');
INSERT INTO `station_status` VALUES ('655', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955659', '1');
INSERT INTO `station_status` VALUES ('656', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955669', '1');
INSERT INTO `station_status` VALUES ('657', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955679', '1');
INSERT INTO `station_status` VALUES ('658', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955688', '1');
INSERT INTO `station_status` VALUES ('659', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955699', '1');
INSERT INTO `station_status` VALUES ('660', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955709', '1');
INSERT INTO `station_status` VALUES ('661', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955719', '1');
INSERT INTO `station_status` VALUES ('662', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955729', '1');
INSERT INTO `station_status` VALUES ('663', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955739', '1');
INSERT INTO `station_status` VALUES ('664', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955749', '1');
INSERT INTO `station_status` VALUES ('665', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955759', '1');
INSERT INTO `station_status` VALUES ('666', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955769', '1');
INSERT INTO `station_status` VALUES ('667', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955779', '1');
INSERT INTO `station_status` VALUES ('668', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955789', '1');
INSERT INTO `station_status` VALUES ('669', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955799', '1');
INSERT INTO `station_status` VALUES ('670', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955809', '1');
INSERT INTO `station_status` VALUES ('671', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955819', '1');
INSERT INTO `station_status` VALUES ('672', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955829', '1');
INSERT INTO `station_status` VALUES ('673', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955839', '1');
INSERT INTO `station_status` VALUES ('674', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955849', '1');
INSERT INTO `station_status` VALUES ('675', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955859', '1');
INSERT INTO `station_status` VALUES ('676', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955869', '1');
INSERT INTO `station_status` VALUES ('677', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955879', '1');
INSERT INTO `station_status` VALUES ('678', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955889', '1');
INSERT INTO `station_status` VALUES ('679', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955900', '1');
INSERT INTO `station_status` VALUES ('680', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955909', '1');
INSERT INTO `station_status` VALUES ('681', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955919', '1');
INSERT INTO `station_status` VALUES ('682', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955929', '1');
INSERT INTO `station_status` VALUES ('683', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955939', '1');
INSERT INTO `station_status` VALUES ('684', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955950', '1');
INSERT INTO `station_status` VALUES ('685', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955959', '1');
INSERT INTO `station_status` VALUES ('686', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955969', '1');
INSERT INTO `station_status` VALUES ('687', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955979', '1');
INSERT INTO `station_status` VALUES ('688', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430955990', '1');
INSERT INTO `station_status` VALUES ('689', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956000', '1');
INSERT INTO `station_status` VALUES ('690', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956009', '1');
INSERT INTO `station_status` VALUES ('691', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956019', '1');
INSERT INTO `station_status` VALUES ('692', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956030', '1');
INSERT INTO `station_status` VALUES ('693', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956040', '1');
INSERT INTO `station_status` VALUES ('694', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956049', '1');
INSERT INTO `station_status` VALUES ('695', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956059', '1');
INSERT INTO `station_status` VALUES ('696', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956070', '1');
INSERT INTO `station_status` VALUES ('697', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956080', '1');
INSERT INTO `station_status` VALUES ('698', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956089', '1');
INSERT INTO `station_status` VALUES ('699', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956099', '1');
INSERT INTO `station_status` VALUES ('700', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956109', '1');
INSERT INTO `station_status` VALUES ('701', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956119', '1');
INSERT INTO `station_status` VALUES ('702', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956130', '1');
INSERT INTO `station_status` VALUES ('703', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956140', '1');
INSERT INTO `station_status` VALUES ('704', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956149', '1');
INSERT INTO `station_status` VALUES ('705', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956159', '1');
INSERT INTO `station_status` VALUES ('706', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956170', '1');
INSERT INTO `station_status` VALUES ('707', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956180', '1');
INSERT INTO `station_status` VALUES ('708', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956190', '1');
INSERT INTO `station_status` VALUES ('709', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956200', '1');
INSERT INTO `station_status` VALUES ('710', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956210', '1');
INSERT INTO `station_status` VALUES ('711', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956220', '1');
INSERT INTO `station_status` VALUES ('712', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956230', '1');
INSERT INTO `station_status` VALUES ('713', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956240', '1');
INSERT INTO `station_status` VALUES ('714', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956250', '1');
INSERT INTO `station_status` VALUES ('715', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956260', '1');
INSERT INTO `station_status` VALUES ('716', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956270', '1');
INSERT INTO `station_status` VALUES ('717', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956280', '1');
INSERT INTO `station_status` VALUES ('718', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956289', '1');
INSERT INTO `station_status` VALUES ('719', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956300', '1');
INSERT INTO `station_status` VALUES ('720', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956310', '1');
INSERT INTO `station_status` VALUES ('721', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956320', '1');
INSERT INTO `station_status` VALUES ('722', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956330', '1');
INSERT INTO `station_status` VALUES ('723', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956340', '1');
INSERT INTO `station_status` VALUES ('724', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956350', '1');
INSERT INTO `station_status` VALUES ('725', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956362', '1');
INSERT INTO `station_status` VALUES ('726', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956370', '1');
INSERT INTO `station_status` VALUES ('727', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956380', '1');
INSERT INTO `station_status` VALUES ('728', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956390', '1');
INSERT INTO `station_status` VALUES ('729', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956400', '1');
INSERT INTO `station_status` VALUES ('730', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956413', '1');
INSERT INTO `station_status` VALUES ('731', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956421', '1');
INSERT INTO `station_status` VALUES ('732', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956430', '1');
INSERT INTO `station_status` VALUES ('733', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956441', '1');
INSERT INTO `station_status` VALUES ('734', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956451', '1');
INSERT INTO `station_status` VALUES ('735', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956461', '1');
INSERT INTO `station_status` VALUES ('736', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956470', '1');
INSERT INTO `station_status` VALUES ('737', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956480', '1');
INSERT INTO `station_status` VALUES ('738', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956490', '1');
INSERT INTO `station_status` VALUES ('739', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956500', '1');
INSERT INTO `station_status` VALUES ('740', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956510', '1');
INSERT INTO `station_status` VALUES ('741', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956520', '1');
INSERT INTO `station_status` VALUES ('742', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956530', '1');
INSERT INTO `station_status` VALUES ('743', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956541', '1');
INSERT INTO `station_status` VALUES ('744', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956550', '1');
INSERT INTO `station_status` VALUES ('745', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956561', '1');
INSERT INTO `station_status` VALUES ('746', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956570', '1');
INSERT INTO `station_status` VALUES ('747', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956580', '1');
INSERT INTO `station_status` VALUES ('748', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956590', '1');
INSERT INTO `station_status` VALUES ('749', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956600', '1');
INSERT INTO `station_status` VALUES ('750', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956611', '1');
INSERT INTO `station_status` VALUES ('751', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956621', '1');
INSERT INTO `station_status` VALUES ('752', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956630', '1');
INSERT INTO `station_status` VALUES ('753', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956640', '1');
INSERT INTO `station_status` VALUES ('754', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956650', '1');
INSERT INTO `station_status` VALUES ('755', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956660', '1');
INSERT INTO `station_status` VALUES ('756', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956671', '1');
INSERT INTO `station_status` VALUES ('757', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956680', '1');
INSERT INTO `station_status` VALUES ('758', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956691', '1');
INSERT INTO `station_status` VALUES ('759', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956702', '1');
INSERT INTO `station_status` VALUES ('760', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956710', '1');
INSERT INTO `station_status` VALUES ('761', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956720', '1');
INSERT INTO `station_status` VALUES ('762', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956731', '1');
INSERT INTO `station_status` VALUES ('763', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956741', '1');
INSERT INTO `station_status` VALUES ('764', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956751', '1');
INSERT INTO `station_status` VALUES ('765', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956760', '1');
INSERT INTO `station_status` VALUES ('766', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956770', '1');
INSERT INTO `station_status` VALUES ('767', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956781', '1');
INSERT INTO `station_status` VALUES ('768', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956791', '1');
INSERT INTO `station_status` VALUES ('769', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956801', '1');
INSERT INTO `station_status` VALUES ('770', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956811', '1');
INSERT INTO `station_status` VALUES ('771', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956821', '1');
INSERT INTO `station_status` VALUES ('772', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956831', '1');
INSERT INTO `station_status` VALUES ('773', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956842', '1');
INSERT INTO `station_status` VALUES ('774', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956851', '1');
INSERT INTO `station_status` VALUES ('775', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956861', '1');
INSERT INTO `station_status` VALUES ('776', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956871', '1');
INSERT INTO `station_status` VALUES ('777', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956881', '1');
INSERT INTO `station_status` VALUES ('778', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956890', '1');
INSERT INTO `station_status` VALUES ('779', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956901', '1');
INSERT INTO `station_status` VALUES ('780', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956911', '1');
INSERT INTO `station_status` VALUES ('781', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956921', '1');
INSERT INTO `station_status` VALUES ('782', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956932', '1');
INSERT INTO `station_status` VALUES ('783', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956941', '1');
INSERT INTO `station_status` VALUES ('784', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956951', '1');
INSERT INTO `station_status` VALUES ('785', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956961', '1');
INSERT INTO `station_status` VALUES ('786', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956971', '1');
INSERT INTO `station_status` VALUES ('787', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956981', '1');
INSERT INTO `station_status` VALUES ('788', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430956991', '1');
INSERT INTO `station_status` VALUES ('789', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957001', '1');
INSERT INTO `station_status` VALUES ('790', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957011', '1');
INSERT INTO `station_status` VALUES ('791', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957021', '1');
INSERT INTO `station_status` VALUES ('792', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957031', '1');
INSERT INTO `station_status` VALUES ('793', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957041', '1');
INSERT INTO `station_status` VALUES ('794', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957051', '1');
INSERT INTO `station_status` VALUES ('795', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957061', '1');
INSERT INTO `station_status` VALUES ('796', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957071', '1');
INSERT INTO `station_status` VALUES ('797', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957081', '1');
INSERT INTO `station_status` VALUES ('798', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957091', '1');
INSERT INTO `station_status` VALUES ('799', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957101', '1');
INSERT INTO `station_status` VALUES ('800', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957111', '1');
INSERT INTO `station_status` VALUES ('801', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957121', '1');
INSERT INTO `station_status` VALUES ('802', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957131', '1');
INSERT INTO `station_status` VALUES ('803', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957141', '1');
INSERT INTO `station_status` VALUES ('804', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957151', '1');
INSERT INTO `station_status` VALUES ('805', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957161', '1');
INSERT INTO `station_status` VALUES ('806', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957171', '1');
INSERT INTO `station_status` VALUES ('807', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957181', '1');
INSERT INTO `station_status` VALUES ('808', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957191', '1');
INSERT INTO `station_status` VALUES ('809', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957201', '1');
INSERT INTO `station_status` VALUES ('810', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957211', '1');
INSERT INTO `station_status` VALUES ('811', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957222', '1');
INSERT INTO `station_status` VALUES ('812', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957232', '1');
INSERT INTO `station_status` VALUES ('813', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957241', '1');
INSERT INTO `station_status` VALUES ('814', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957251', '1');
INSERT INTO `station_status` VALUES ('815', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957261', '1');
INSERT INTO `station_status` VALUES ('816', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957272', '1');
INSERT INTO `station_status` VALUES ('817', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957281', '1');
INSERT INTO `station_status` VALUES ('818', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957291', '1');
INSERT INTO `station_status` VALUES ('819', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957301', '1');
INSERT INTO `station_status` VALUES ('820', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957311', '1');
INSERT INTO `station_status` VALUES ('821', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957321', '1');
INSERT INTO `station_status` VALUES ('822', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957331', '1');
INSERT INTO `station_status` VALUES ('823', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957342', '1');
INSERT INTO `station_status` VALUES ('824', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957352', '1');
INSERT INTO `station_status` VALUES ('825', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957361', '1');
INSERT INTO `station_status` VALUES ('826', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957371', '1');
INSERT INTO `station_status` VALUES ('827', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957382', '1');
INSERT INTO `station_status` VALUES ('828', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957392', '1');
INSERT INTO `station_status` VALUES ('829', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957401', '1');
INSERT INTO `station_status` VALUES ('830', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957411', '1');
INSERT INTO `station_status` VALUES ('831', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957422', '1');
INSERT INTO `station_status` VALUES ('832', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957432', '1');
INSERT INTO `station_status` VALUES ('833', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957441', '1');
INSERT INTO `station_status` VALUES ('834', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957451', '1');
INSERT INTO `station_status` VALUES ('835', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957462', '1');
INSERT INTO `station_status` VALUES ('836', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957472', '1');
INSERT INTO `station_status` VALUES ('837', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957482', '1');
INSERT INTO `station_status` VALUES ('838', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957491', '1');
INSERT INTO `station_status` VALUES ('839', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957501', '1');
INSERT INTO `station_status` VALUES ('840', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957512', '1');
INSERT INTO `station_status` VALUES ('841', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957522', '1');
INSERT INTO `station_status` VALUES ('842', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957531', '1');
INSERT INTO `station_status` VALUES ('843', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957541', '1');
INSERT INTO `station_status` VALUES ('844', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957553', '1');
INSERT INTO `station_status` VALUES ('845', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957562', '1');
INSERT INTO `station_status` VALUES ('846', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957571', '1');
INSERT INTO `station_status` VALUES ('847', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957582', '1');
INSERT INTO `station_status` VALUES ('848', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957592', '1');
INSERT INTO `station_status` VALUES ('849', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957601', '1');
INSERT INTO `station_status` VALUES ('850', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957612', '1');
INSERT INTO `station_status` VALUES ('851', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957622', '1');
INSERT INTO `station_status` VALUES ('852', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957632', '1');
INSERT INTO `station_status` VALUES ('853', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957642', '1');
INSERT INTO `station_status` VALUES ('854', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957651', '1');
INSERT INTO `station_status` VALUES ('855', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957663', '1');
INSERT INTO `station_status` VALUES ('856', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957672', '1');
INSERT INTO `station_status` VALUES ('857', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957681', '1');
INSERT INTO `station_status` VALUES ('858', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957693', '1');
INSERT INTO `station_status` VALUES ('859', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957702', '1');
INSERT INTO `station_status` VALUES ('860', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957712', '1');
INSERT INTO `station_status` VALUES ('861', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957722', '1');
INSERT INTO `station_status` VALUES ('862', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957732', '1');
INSERT INTO `station_status` VALUES ('863', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957742', '1');
INSERT INTO `station_status` VALUES ('864', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957752', '1');
INSERT INTO `station_status` VALUES ('865', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957762', '1');
INSERT INTO `station_status` VALUES ('866', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957772', '1');
INSERT INTO `station_status` VALUES ('867', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957782', '1');
INSERT INTO `station_status` VALUES ('868', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957792', '1');
INSERT INTO `station_status` VALUES ('869', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957802', '1');
INSERT INTO `station_status` VALUES ('870', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957813', '1');
INSERT INTO `station_status` VALUES ('871', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957822', '1');
INSERT INTO `station_status` VALUES ('872', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957832', '1');
INSERT INTO `station_status` VALUES ('873', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957842', '1');
INSERT INTO `station_status` VALUES ('874', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957852', '1');
INSERT INTO `station_status` VALUES ('875', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957864', '1');
INSERT INTO `station_status` VALUES ('876', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957872', '1');
INSERT INTO `station_status` VALUES ('877', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957882', '1');
INSERT INTO `station_status` VALUES ('878', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957944', '1');
INSERT INTO `station_status` VALUES ('879', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957952', '1');
INSERT INTO `station_status` VALUES ('880', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957963', '1');
INSERT INTO `station_status` VALUES ('881', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957973', '1');
INSERT INTO `station_status` VALUES ('882', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957983', '1');
INSERT INTO `station_status` VALUES ('883', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430957993', '1');
INSERT INTO `station_status` VALUES ('884', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958003', '1');
INSERT INTO `station_status` VALUES ('885', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958013', '1');
INSERT INTO `station_status` VALUES ('886', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958023', '1');
INSERT INTO `station_status` VALUES ('887', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958034', '1');
INSERT INTO `station_status` VALUES ('888', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958043', '1');
INSERT INTO `station_status` VALUES ('889', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958053', '1');
INSERT INTO `station_status` VALUES ('890', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958063', '1');
INSERT INTO `station_status` VALUES ('891', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958073', '1');
INSERT INTO `station_status` VALUES ('892', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958083', '1');
INSERT INTO `station_status` VALUES ('893', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958093', '1');
INSERT INTO `station_status` VALUES ('894', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958103', '1');
INSERT INTO `station_status` VALUES ('895', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958113', '1');
INSERT INTO `station_status` VALUES ('896', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958166', '1');
INSERT INTO `station_status` VALUES ('897', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958176', '1');
INSERT INTO `station_status` VALUES ('898', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958185', '1');
INSERT INTO `station_status` VALUES ('899', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958196', '1');
INSERT INTO `station_status` VALUES ('900', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958206', '1');
INSERT INTO `station_status` VALUES ('901', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958215', '1');
INSERT INTO `station_status` VALUES ('902', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958267', '1');
INSERT INTO `station_status` VALUES ('903', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958276', '1');
INSERT INTO `station_status` VALUES ('904', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958286', '1');
INSERT INTO `station_status` VALUES ('905', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958297', '1');
INSERT INTO `station_status` VALUES ('906', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958306', '1');
INSERT INTO `station_status` VALUES ('907', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958316', '1');
INSERT INTO `station_status` VALUES ('908', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958327', '1');
INSERT INTO `station_status` VALUES ('909', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958337', '1');
INSERT INTO `station_status` VALUES ('910', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958346', '1');
INSERT INTO `station_status` VALUES ('911', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958356', '1');
INSERT INTO `station_status` VALUES ('912', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958366', '1');
INSERT INTO `station_status` VALUES ('913', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958377', '1');
INSERT INTO `station_status` VALUES ('914', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958387', '1');
INSERT INTO `station_status` VALUES ('915', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958396', '1');
INSERT INTO `station_status` VALUES ('916', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958406', '1');
INSERT INTO `station_status` VALUES ('917', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958458', '1');
INSERT INTO `station_status` VALUES ('918', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958467', '1');
INSERT INTO `station_status` VALUES ('919', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958559', '1');
INSERT INTO `station_status` VALUES ('920', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958568', '1');
INSERT INTO `station_status` VALUES ('921', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958578', '1');
INSERT INTO `station_status` VALUES ('922', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958588', '1');
INSERT INTO `station_status` VALUES ('923', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958599', '1');
INSERT INTO `station_status` VALUES ('924', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958608', '1');
INSERT INTO `station_status` VALUES ('925', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958618', '1');
INSERT INTO `station_status` VALUES ('926', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958629', '1');
INSERT INTO `station_status` VALUES ('927', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958638', '1');
INSERT INTO `station_status` VALUES ('928', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958648', '1');
INSERT INTO `station_status` VALUES ('929', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958659', '1');
INSERT INTO `station_status` VALUES ('930', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958669', '1');
INSERT INTO `station_status` VALUES ('931', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958678', '1');
INSERT INTO `station_status` VALUES ('932', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958688', '1');
INSERT INTO `station_status` VALUES ('933', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958699', '1');
INSERT INTO `station_status` VALUES ('934', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958709', '1');
INSERT INTO `station_status` VALUES ('935', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958718', '1');
INSERT INTO `station_status` VALUES ('936', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958728', '1');
INSERT INTO `station_status` VALUES ('937', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958739', '1');
INSERT INTO `station_status` VALUES ('938', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958749', '1');
INSERT INTO `station_status` VALUES ('939', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958758', '1');
INSERT INTO `station_status` VALUES ('940', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958768', '1');
INSERT INTO `station_status` VALUES ('941', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958779', '1');
INSERT INTO `station_status` VALUES ('942', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958789', '1');
INSERT INTO `station_status` VALUES ('943', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958798', '1');
INSERT INTO `station_status` VALUES ('944', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958808', '1');
INSERT INTO `station_status` VALUES ('945', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958819', '1');
INSERT INTO `station_status` VALUES ('946', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958829', '1');
INSERT INTO `station_status` VALUES ('947', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958838', '1');
INSERT INTO `station_status` VALUES ('948', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958848', '1');
INSERT INTO `station_status` VALUES ('949', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958859', '1');
INSERT INTO `station_status` VALUES ('950', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958869', '1');
INSERT INTO `station_status` VALUES ('951', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958878', '1');
INSERT INTO `station_status` VALUES ('952', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958888', '1');
INSERT INTO `station_status` VALUES ('953', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958899', '1');
INSERT INTO `station_status` VALUES ('954', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958909', '1');
INSERT INTO `station_status` VALUES ('955', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958918', '1');
INSERT INTO `station_status` VALUES ('956', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958928', '1');
INSERT INTO `station_status` VALUES ('957', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958939', '1');
INSERT INTO `station_status` VALUES ('958', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958949', '1');
INSERT INTO `station_status` VALUES ('959', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958959', '1');
INSERT INTO `station_status` VALUES ('960', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958969', '1');
INSERT INTO `station_status` VALUES ('961', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958979', '1');
INSERT INTO `station_status` VALUES ('962', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958989', '1');
INSERT INTO `station_status` VALUES ('963', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430958999', '1');
INSERT INTO `station_status` VALUES ('964', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959009', '1');
INSERT INTO `station_status` VALUES ('965', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959019', '1');
INSERT INTO `station_status` VALUES ('966', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959029', '1');
INSERT INTO `station_status` VALUES ('967', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959039', '1');
INSERT INTO `station_status` VALUES ('968', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959049', '1');
INSERT INTO `station_status` VALUES ('969', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959059', '1');
INSERT INTO `station_status` VALUES ('970', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959069', '1');
INSERT INTO `station_status` VALUES ('971', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959079', '1');
INSERT INTO `station_status` VALUES ('972', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959089', '1');
INSERT INTO `station_status` VALUES ('973', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959099', '1');
INSERT INTO `station_status` VALUES ('974', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959109', '1');
INSERT INTO `station_status` VALUES ('975', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959119', '1');
INSERT INTO `station_status` VALUES ('976', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959129', '1');
INSERT INTO `station_status` VALUES ('977', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959139', '1');
INSERT INTO `station_status` VALUES ('978', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959150', '1');
INSERT INTO `station_status` VALUES ('979', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959159', '1');
INSERT INTO `station_status` VALUES ('980', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959169', '1');
INSERT INTO `station_status` VALUES ('981', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959180', '1');
INSERT INTO `station_status` VALUES ('982', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959189', '1');
INSERT INTO `station_status` VALUES ('983', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959199', '1');
INSERT INTO `station_status` VALUES ('984', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959209', '1');
INSERT INTO `station_status` VALUES ('985', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959219', '1');
INSERT INTO `station_status` VALUES ('986', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959229', '1');
INSERT INTO `station_status` VALUES ('987', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959239', '1');
INSERT INTO `station_status` VALUES ('988', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959249', '1');
INSERT INTO `station_status` VALUES ('989', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959259', '1');
INSERT INTO `station_status` VALUES ('990', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959269', '1');
INSERT INTO `station_status` VALUES ('991', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959279', '1');
INSERT INTO `station_status` VALUES ('992', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959289', '1');
INSERT INTO `station_status` VALUES ('993', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959299', '1');
INSERT INTO `station_status` VALUES ('994', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959310', '1');
INSERT INTO `station_status` VALUES ('995', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959319', '1');
INSERT INTO `station_status` VALUES ('996', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959329', '1');
INSERT INTO `station_status` VALUES ('997', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959340', '1');
INSERT INTO `station_status` VALUES ('998', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959350', '1');
INSERT INTO `station_status` VALUES ('999', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959359', '1');
INSERT INTO `station_status` VALUES ('1000', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959369', '1');
INSERT INTO `station_status` VALUES ('1001', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959380', '1');
INSERT INTO `station_status` VALUES ('1002', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959390', '1');
INSERT INTO `station_status` VALUES ('1003', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959400', '1');
INSERT INTO `station_status` VALUES ('1004', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959409', '1');
INSERT INTO `station_status` VALUES ('1005', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959419', '1');
INSERT INTO `station_status` VALUES ('1006', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959430', '1');
INSERT INTO `station_status` VALUES ('1007', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959440', '1');
INSERT INTO `station_status` VALUES ('1008', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959449', '1');
INSERT INTO `station_status` VALUES ('1009', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959459', '1');
INSERT INTO `station_status` VALUES ('1010', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959470', '1');
INSERT INTO `station_status` VALUES ('1011', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959480', '1');
INSERT INTO `station_status` VALUES ('1012', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959489', '1');
INSERT INTO `station_status` VALUES ('1013', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959499', '1');
INSERT INTO `station_status` VALUES ('1014', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959510', '1');
INSERT INTO `station_status` VALUES ('1015', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959520', '1');
INSERT INTO `station_status` VALUES ('1016', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959529', '1');
INSERT INTO `station_status` VALUES ('1017', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959539', '1');
INSERT INTO `station_status` VALUES ('1018', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959550', '1');
INSERT INTO `station_status` VALUES ('1019', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959560', '1');
INSERT INTO `station_status` VALUES ('1020', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959569', '1');
INSERT INTO `station_status` VALUES ('1021', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959579', '1');
INSERT INTO `station_status` VALUES ('1022', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959590', '1');
INSERT INTO `station_status` VALUES ('1023', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959600', '1');
INSERT INTO `station_status` VALUES ('1024', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959609', '1');
INSERT INTO `station_status` VALUES ('1025', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959620', '1');
INSERT INTO `station_status` VALUES ('1026', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959630', '1');
INSERT INTO `station_status` VALUES ('1027', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959640', '1');
INSERT INTO `station_status` VALUES ('1028', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959650', '1');
INSERT INTO `station_status` VALUES ('1029', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959659', '1');
INSERT INTO `station_status` VALUES ('1030', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959670', '1');
INSERT INTO `station_status` VALUES ('1031', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959680', '1');
INSERT INTO `station_status` VALUES ('1032', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959690', '1');
INSERT INTO `station_status` VALUES ('1033', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959700', '1');
INSERT INTO `station_status` VALUES ('1034', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959710', '1');
INSERT INTO `station_status` VALUES ('1035', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959720', '1');
INSERT INTO `station_status` VALUES ('1036', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959730', '1');
INSERT INTO `station_status` VALUES ('1037', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959740', '1');
INSERT INTO `station_status` VALUES ('1038', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959747', '1');
INSERT INTO `station_status` VALUES ('1039', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959750', '1');
INSERT INTO `station_status` VALUES ('1040', '13', '533db2&ECAPRO&status&ERROR&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959757', '1');
INSERT INTO `station_status` VALUES ('1041', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959760', '1');
INSERT INTO `station_status` VALUES ('1042', '13', '533db2&ECAPRO&status&ERROR&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959767', '1');
INSERT INTO `station_status` VALUES ('1043', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959770', '1');
INSERT INTO `station_status` VALUES ('1044', '13', '533db2&ECAPRO&status&ERROR&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959777', '1');
INSERT INTO `station_status` VALUES ('1045', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959780', '1');
INSERT INTO `station_status` VALUES ('1046', '13', '533db2&ECAPRO&status&ERROR&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959787', '1');
INSERT INTO `station_status` VALUES ('1047', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959790', '1');
INSERT INTO `station_status` VALUES ('1048', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959800', '1');
INSERT INTO `station_status` VALUES ('1049', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959811', '1');
INSERT INTO `station_status` VALUES ('1050', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959820', '1');
INSERT INTO `station_status` VALUES ('1051', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959830', '1');
INSERT INTO `station_status` VALUES ('1052', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959840', '1');
INSERT INTO `station_status` VALUES ('1053', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959850', '1');
INSERT INTO `station_status` VALUES ('1054', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959860', '1');
INSERT INTO `station_status` VALUES ('1055', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959870', '1');
INSERT INTO `station_status` VALUES ('1056', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959880', '1');
INSERT INTO `station_status` VALUES ('1057', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959890', '1');
INSERT INTO `station_status` VALUES ('1058', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959900', '1');
INSERT INTO `station_status` VALUES ('1059', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959911', '1');
INSERT INTO `station_status` VALUES ('1060', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959920', '1');
INSERT INTO `station_status` VALUES ('1061', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959930', '1');
INSERT INTO `station_status` VALUES ('1062', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959940', '1');
INSERT INTO `station_status` VALUES ('1063', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959950', '1');
INSERT INTO `station_status` VALUES ('1064', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959960', '1');
INSERT INTO `station_status` VALUES ('1065', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959970', '1');
INSERT INTO `station_status` VALUES ('1066', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959980', '1');
INSERT INTO `station_status` VALUES ('1067', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430959991', '1');
INSERT INTO `station_status` VALUES ('1068', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960001', '1');
INSERT INTO `station_status` VALUES ('1069', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960011', '1');
INSERT INTO `station_status` VALUES ('1070', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960020', '1');
INSERT INTO `station_status` VALUES ('1071', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960031', '1');
INSERT INTO `station_status` VALUES ('1072', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960041', '1');
INSERT INTO `station_status` VALUES ('1073', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960050', '1');
INSERT INTO `station_status` VALUES ('1074', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960060', '1');
INSERT INTO `station_status` VALUES ('1075', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960070', '1');
INSERT INTO `station_status` VALUES ('1076', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960081', '1');
INSERT INTO `station_status` VALUES ('1077', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960091', '1');
INSERT INTO `station_status` VALUES ('1078', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960100', '1');
INSERT INTO `station_status` VALUES ('1079', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960110', '1');
INSERT INTO `station_status` VALUES ('1080', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960121', '1');
INSERT INTO `station_status` VALUES ('1081', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960131', '1');
INSERT INTO `station_status` VALUES ('1082', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960140', '1');
INSERT INTO `station_status` VALUES ('1083', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960150', '1');
INSERT INTO `station_status` VALUES ('1084', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960160', '1');
INSERT INTO `station_status` VALUES ('1085', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960171', '1');
INSERT INTO `station_status` VALUES ('1086', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960181', '1');
INSERT INTO `station_status` VALUES ('1087', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960186', '1');
INSERT INTO `station_status` VALUES ('1088', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960191', '1');
INSERT INTO `station_status` VALUES ('1089', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960196', '1');
INSERT INTO `station_status` VALUES ('1090', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960200', '1');
INSERT INTO `station_status` VALUES ('1091', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960207', '1');
INSERT INTO `station_status` VALUES ('1092', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960211', '1');
INSERT INTO `station_status` VALUES ('1093', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960217', '1');
INSERT INTO `station_status` VALUES ('1094', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960221', '1');
INSERT INTO `station_status` VALUES ('1095', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960226', '1');
INSERT INTO `station_status` VALUES ('1096', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960230', '1');
INSERT INTO `station_status` VALUES ('1097', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960237', '1');
INSERT INTO `station_status` VALUES ('1098', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960241', '1');
INSERT INTO `station_status` VALUES ('1099', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960246', '1');
INSERT INTO `station_status` VALUES ('1100', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960251', '1');
INSERT INTO `station_status` VALUES ('1101', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960256', '1');
INSERT INTO `station_status` VALUES ('1102', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960261', '1');
INSERT INTO `station_status` VALUES ('1103', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960266', '1');
INSERT INTO `station_status` VALUES ('1104', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960271', '1');
INSERT INTO `station_status` VALUES ('1105', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960277', '1');
INSERT INTO `station_status` VALUES ('1106', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960281', '1');
INSERT INTO `station_status` VALUES ('1107', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960287', '1');
INSERT INTO `station_status` VALUES ('1108', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960291', '1');
INSERT INTO `station_status` VALUES ('1109', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960297', '1');
INSERT INTO `station_status` VALUES ('1110', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960301', '1');
INSERT INTO `station_status` VALUES ('1111', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960306', '1');
INSERT INTO `station_status` VALUES ('1112', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960311', '1');
INSERT INTO `station_status` VALUES ('1113', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960316', '1');
INSERT INTO `station_status` VALUES ('1114', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960322', '1');
INSERT INTO `station_status` VALUES ('1115', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960327', '1');
INSERT INTO `station_status` VALUES ('1116', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960332', '1');
INSERT INTO `station_status` VALUES ('1117', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960336', '1');
INSERT INTO `station_status` VALUES ('1118', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960341', '1');
INSERT INTO `station_status` VALUES ('1119', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960346', '1');
INSERT INTO `station_status` VALUES ('1120', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960351', '1');
INSERT INTO `station_status` VALUES ('1121', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960357', '1');
INSERT INTO `station_status` VALUES ('1122', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960361', '1');
INSERT INTO `station_status` VALUES ('1123', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960367', '1');
INSERT INTO `station_status` VALUES ('1124', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960371', '1');
INSERT INTO `station_status` VALUES ('1125', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960376', '1');
INSERT INTO `station_status` VALUES ('1126', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960381', '1');
INSERT INTO `station_status` VALUES ('1127', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960386', '1');
INSERT INTO `station_status` VALUES ('1128', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960391', '1');
INSERT INTO `station_status` VALUES ('1129', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960401', '1');
INSERT INTO `station_status` VALUES ('1130', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960411', '1');
INSERT INTO `station_status` VALUES ('1131', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960421', '1');
INSERT INTO `station_status` VALUES ('1132', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960431', '1');
INSERT INTO `station_status` VALUES ('1133', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960441', '1');
INSERT INTO `station_status` VALUES ('1134', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960451', '1');
INSERT INTO `station_status` VALUES ('1135', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960461', '1');
INSERT INTO `station_status` VALUES ('1136', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960472', '1');
INSERT INTO `station_status` VALUES ('1137', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960482', '1');
INSERT INTO `station_status` VALUES ('1138', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960491', '1');
INSERT INTO `station_status` VALUES ('1139', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960501', '1');
INSERT INTO `station_status` VALUES ('1140', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960511', '1');
INSERT INTO `station_status` VALUES ('1141', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960521', '1');
INSERT INTO `station_status` VALUES ('1142', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960531', '1');
INSERT INTO `station_status` VALUES ('1143', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960541', '1');
INSERT INTO `station_status` VALUES ('1144', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960551', '1');
INSERT INTO `station_status` VALUES ('1145', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960555', '1');
INSERT INTO `station_status` VALUES ('1146', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960562', '1');
INSERT INTO `station_status` VALUES ('1147', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960565', '1');
INSERT INTO `station_status` VALUES ('1148', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960571', '1');
INSERT INTO `station_status` VALUES ('1149', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960575', '1');
INSERT INTO `station_status` VALUES ('1150', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960581', '1');
INSERT INTO `station_status` VALUES ('1151', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960586', '1');
INSERT INTO `station_status` VALUES ('1152', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960591', '1');
INSERT INTO `station_status` VALUES ('1153', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960596', '1');
INSERT INTO `station_status` VALUES ('1154', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960601', '1');
INSERT INTO `station_status` VALUES ('1155', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960605', '1');
INSERT INTO `station_status` VALUES ('1156', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960611', '1');
INSERT INTO `station_status` VALUES ('1157', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960615', '1');
INSERT INTO `station_status` VALUES ('1158', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960622', '1');
INSERT INTO `station_status` VALUES ('1159', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960625', '1');
INSERT INTO `station_status` VALUES ('1160', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960632', '1');
INSERT INTO `station_status` VALUES ('1161', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960641', '1');
INSERT INTO `station_status` VALUES ('1162', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960643', '1');
INSERT INTO `station_status` VALUES ('1163', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960651', '1');
INSERT INTO `station_status` VALUES ('1164', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960662', '1');
INSERT INTO `station_status` VALUES ('1165', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960672', '1');
INSERT INTO `station_status` VALUES ('1166', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960681', '1');
INSERT INTO `station_status` VALUES ('1167', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960691', '1');
INSERT INTO `station_status` VALUES ('1168', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960701', '1');
INSERT INTO `station_status` VALUES ('1169', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960711', '1');
INSERT INTO `station_status` VALUES ('1170', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960722', '1');
INSERT INTO `station_status` VALUES ('1171', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960732', '1');
INSERT INTO `station_status` VALUES ('1172', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960734', '1');
INSERT INTO `station_status` VALUES ('1173', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960741', '1');
INSERT INTO `station_status` VALUES ('1174', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960751', '1');
INSERT INTO `station_status` VALUES ('1175', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960761', '1');
INSERT INTO `station_status` VALUES ('1176', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960772', '1');
INSERT INTO `station_status` VALUES ('1177', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960782', '1');
INSERT INTO `station_status` VALUES ('1178', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960791', '1');
INSERT INTO `station_status` VALUES ('1179', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960794', '1');
INSERT INTO `station_status` VALUES ('1180', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960801', '1');
INSERT INTO `station_status` VALUES ('1181', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960811', '1');
INSERT INTO `station_status` VALUES ('1182', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960822', '1');
INSERT INTO `station_status` VALUES ('1183', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960832', '1');
INSERT INTO `station_status` VALUES ('1184', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960841', '1');
INSERT INTO `station_status` VALUES ('1185', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960844', '1');
INSERT INTO `station_status` VALUES ('1186', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960851', '1');
INSERT INTO `station_status` VALUES ('1187', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960862', '1');
INSERT INTO `station_status` VALUES ('1188', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960872', '1');
INSERT INTO `station_status` VALUES ('1189', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960882', '1');
INSERT INTO `station_status` VALUES ('1190', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960892', '1');
INSERT INTO `station_status` VALUES ('1191', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960895', '1');
INSERT INTO `station_status` VALUES ('1192', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960902', '1');
INSERT INTO `station_status` VALUES ('1193', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960911', '1');
INSERT INTO `station_status` VALUES ('1194', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960922', '1');
INSERT INTO `station_status` VALUES ('1195', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960932', '1');
INSERT INTO `station_status` VALUES ('1196', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960943', '1');
INSERT INTO `station_status` VALUES ('1197', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960946', '1');
INSERT INTO `station_status` VALUES ('1198', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960951', '1');
INSERT INTO `station_status` VALUES ('1199', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960961', '1');
INSERT INTO `station_status` VALUES ('1200', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960972', '1');
INSERT INTO `station_status` VALUES ('1201', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960982', '1');
INSERT INTO `station_status` VALUES ('1202', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430960991', '1');
INSERT INTO `station_status` VALUES ('1203', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961002', '1');
INSERT INTO `station_status` VALUES ('1204', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961012', '1');
INSERT INTO `station_status` VALUES ('1205', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961022', '1');
INSERT INTO `station_status` VALUES ('1206', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961032', '1');
INSERT INTO `station_status` VALUES ('1207', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961038', '1');
INSERT INTO `station_status` VALUES ('1208', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961042', '1');
INSERT INTO `station_status` VALUES ('1209', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961052', '1');
INSERT INTO `station_status` VALUES ('1210', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961062', '1');
INSERT INTO `station_status` VALUES ('1211', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961072', '1');
INSERT INTO `station_status` VALUES ('1212', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961083', '1');
INSERT INTO `station_status` VALUES ('1213', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961088', '1');
INSERT INTO `station_status` VALUES ('1214', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961092', '1');
INSERT INTO `station_status` VALUES ('1215', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961102', '1');
INSERT INTO `station_status` VALUES ('1216', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961112', '1');
INSERT INTO `station_status` VALUES ('1217', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961122', '1');
INSERT INTO `station_status` VALUES ('1218', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961132', '1');
INSERT INTO `station_status` VALUES ('1219', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961139', '1');
INSERT INTO `station_status` VALUES ('1220', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961142', '1');
INSERT INTO `station_status` VALUES ('1221', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961152', '1');
INSERT INTO `station_status` VALUES ('1222', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961162', '1');
INSERT INTO `station_status` VALUES ('1223', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961172', '1');
INSERT INTO `station_status` VALUES ('1224', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961183', '1');
INSERT INTO `station_status` VALUES ('1225', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961190', '1');
INSERT INTO `station_status` VALUES ('1226', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961192', '1');
INSERT INTO `station_status` VALUES ('1227', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961202', '1');
INSERT INTO `station_status` VALUES ('1228', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961213', '1');
INSERT INTO `station_status` VALUES ('1229', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961222', '1');
INSERT INTO `station_status` VALUES ('1230', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961232', '1');
INSERT INTO `station_status` VALUES ('1231', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961242', '1');
INSERT INTO `station_status` VALUES ('1232', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961252', '1');
INSERT INTO `station_status` VALUES ('1233', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961262', '1');
INSERT INTO `station_status` VALUES ('1234', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961273', '1');
INSERT INTO `station_status` VALUES ('1235', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961281', '1');
INSERT INTO `station_status` VALUES ('1236', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961283', '1');
INSERT INTO `station_status` VALUES ('1237', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961292', '1');
INSERT INTO `station_status` VALUES ('1238', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961302', '1');
INSERT INTO `station_status` VALUES ('1239', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961313', '1');
INSERT INTO `station_status` VALUES ('1240', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961322', '1');
INSERT INTO `station_status` VALUES ('1241', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961333', '1');
INSERT INTO `station_status` VALUES ('1242', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961334', '1');
INSERT INTO `station_status` VALUES ('1243', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961342', '1');
INSERT INTO `station_status` VALUES ('1244', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961352', '1');
INSERT INTO `station_status` VALUES ('1245', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961362', '1');
INSERT INTO `station_status` VALUES ('1246', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961372', '1');
INSERT INTO `station_status` VALUES ('1247', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961383', '1');
INSERT INTO `station_status` VALUES ('1248', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961385', '1');
INSERT INTO `station_status` VALUES ('1249', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961393', '1');
INSERT INTO `station_status` VALUES ('1250', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961402', '1');
INSERT INTO `station_status` VALUES ('1251', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961412', '1');
INSERT INTO `station_status` VALUES ('1252', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961423', '1');
INSERT INTO `station_status` VALUES ('1253', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961433', '1');
INSERT INTO `station_status` VALUES ('1254', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961436', '1');
INSERT INTO `station_status` VALUES ('1255', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961442', '1');
INSERT INTO `station_status` VALUES ('1256', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961452', '1');
INSERT INTO `station_status` VALUES ('1257', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961463', '1');
INSERT INTO `station_status` VALUES ('1258', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961473', '1');
INSERT INTO `station_status` VALUES ('1259', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961483', '1');
INSERT INTO `station_status` VALUES ('1260', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961486', '1');
INSERT INTO `station_status` VALUES ('1261', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961492', '1');
INSERT INTO `station_status` VALUES ('1262', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961502', '1');
INSERT INTO `station_status` VALUES ('1263', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961513', '1');
INSERT INTO `station_status` VALUES ('1264', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961523', '1');
INSERT INTO `station_status` VALUES ('1265', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961532', '1');
INSERT INTO `station_status` VALUES ('1266', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961542', '1');
INSERT INTO `station_status` VALUES ('1267', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961553', '1');
INSERT INTO `station_status` VALUES ('1268', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961563', '1');
INSERT INTO `station_status` VALUES ('1269', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961572', '1');
INSERT INTO `station_status` VALUES ('1270', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961578', '1');
INSERT INTO `station_status` VALUES ('1271', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961583', '1');
INSERT INTO `station_status` VALUES ('1272', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961593', '1');
INSERT INTO `station_status` VALUES ('1273', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961602', '1');
INSERT INTO `station_status` VALUES ('1274', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961613', '1');
INSERT INTO `station_status` VALUES ('1275', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961623', '1');
INSERT INTO `station_status` VALUES ('1276', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961628', '1');
INSERT INTO `station_status` VALUES ('1277', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961632', '1');
INSERT INTO `station_status` VALUES ('1278', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961642', '1');
INSERT INTO `station_status` VALUES ('1279', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961653', '1');
INSERT INTO `station_status` VALUES ('1280', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961663', '1');
INSERT INTO `station_status` VALUES ('1281', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961672', '1');
INSERT INTO `station_status` VALUES ('1282', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961679', '1');
INSERT INTO `station_status` VALUES ('1283', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961683', '1');
INSERT INTO `station_status` VALUES ('1284', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961693', '1');
INSERT INTO `station_status` VALUES ('1285', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961703', '1');
INSERT INTO `station_status` VALUES ('1286', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961713', '1');
INSERT INTO `station_status` VALUES ('1287', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961723', '1');
INSERT INTO `station_status` VALUES ('1288', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961730', '1');
INSERT INTO `station_status` VALUES ('1289', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961733', '1');
INSERT INTO `station_status` VALUES ('1290', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961743', '1');
INSERT INTO `station_status` VALUES ('1291', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961753', '1');
INSERT INTO `station_status` VALUES ('1292', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961763', '1');
INSERT INTO `station_status` VALUES ('1293', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961773', '1');
INSERT INTO `station_status` VALUES ('1294', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961783', '1');
INSERT INTO `station_status` VALUES ('1295', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961784', '1');
INSERT INTO `station_status` VALUES ('1296', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961793', '1');
INSERT INTO `station_status` VALUES ('1297', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961803', '1');
INSERT INTO `station_status` VALUES ('1298', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961813', '1');
INSERT INTO `station_status` VALUES ('1299', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961823', '1');
INSERT INTO `station_status` VALUES ('1300', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961833', '1');
INSERT INTO `station_status` VALUES ('1301', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961843', '1');
INSERT INTO `station_status` VALUES ('1302', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961853', '1');
INSERT INTO `station_status` VALUES ('1303', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961863', '1');
INSERT INTO `station_status` VALUES ('1304', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961874', '1');
INSERT INTO `station_status` VALUES ('1305', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961876', '1');
INSERT INTO `station_status` VALUES ('1306', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961883', '1');
INSERT INTO `station_status` VALUES ('1307', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961893', '1');
INSERT INTO `station_status` VALUES ('1308', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961903', '1');
INSERT INTO `station_status` VALUES ('1309', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961913', '1');
INSERT INTO `station_status` VALUES ('1310', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961924', '1');
INSERT INTO `station_status` VALUES ('1311', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961927', '1');
INSERT INTO `station_status` VALUES ('1312', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961933', '1');
INSERT INTO `station_status` VALUES ('1313', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961943', '1');
INSERT INTO `station_status` VALUES ('1314', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961953', '1');
INSERT INTO `station_status` VALUES ('1315', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961963', '1');
INSERT INTO `station_status` VALUES ('1316', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961974', '1');
INSERT INTO `station_status` VALUES ('1317', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961977', '1');
INSERT INTO `station_status` VALUES ('1318', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961983', '1');
INSERT INTO `station_status` VALUES ('1319', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430961993', '1');
INSERT INTO `station_status` VALUES ('1320', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962004', '1');
INSERT INTO `station_status` VALUES ('1321', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962014', '1');
INSERT INTO `station_status` VALUES ('1322', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962023', '1');
INSERT INTO `station_status` VALUES ('1323', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962028', '1');
INSERT INTO `station_status` VALUES ('1324', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962033', '1');
INSERT INTO `station_status` VALUES ('1325', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962043', '1');
INSERT INTO `station_status` VALUES ('1326', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962053', '1');
INSERT INTO `station_status` VALUES ('1327', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962064', '1');
INSERT INTO `station_status` VALUES ('1328', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962074', '1');
INSERT INTO `station_status` VALUES ('1329', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962083', '1');
INSERT INTO `station_status` VALUES ('1330', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962093', '1');
INSERT INTO `station_status` VALUES ('1331', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962104', '1');
INSERT INTO `station_status` VALUES ('1332', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962114', '1');
INSERT INTO `station_status` VALUES ('1333', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962120', '1');
INSERT INTO `station_status` VALUES ('1334', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962123', '1');
INSERT INTO `station_status` VALUES ('1335', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962133', '1');
INSERT INTO `station_status` VALUES ('1336', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962144', '1');
INSERT INTO `station_status` VALUES ('1337', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962154', '1');
INSERT INTO `station_status` VALUES ('1338', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962164', '1');
INSERT INTO `station_status` VALUES ('1339', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962171', '1');
INSERT INTO `station_status` VALUES ('1340', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962174', '1');
INSERT INTO `station_status` VALUES ('1341', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962183', '1');
INSERT INTO `station_status` VALUES ('1342', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962194', '1');
INSERT INTO `station_status` VALUES ('1343', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962204', '1');
INSERT INTO `station_status` VALUES ('1344', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962213', '1');
INSERT INTO `station_status` VALUES ('1345', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962221', '1');
INSERT INTO `station_status` VALUES ('1346', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962223', '1');
INSERT INTO `station_status` VALUES ('1347', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962234', '1');
INSERT INTO `station_status` VALUES ('1348', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962244', '1');
INSERT INTO `station_status` VALUES ('1349', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962254', '1');
INSERT INTO `station_status` VALUES ('1350', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962260', '1');
INSERT INTO `station_status` VALUES ('1351', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962264', '1');
INSERT INTO `station_status` VALUES ('1352', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962273', '1');
INSERT INTO `station_status` VALUES ('1353', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962284', '1');
INSERT INTO `station_status` VALUES ('1354', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962294', '1');
INSERT INTO `station_status` VALUES ('1355', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962304', '1');
INSERT INTO `station_status` VALUES ('1356', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962314', '1');
INSERT INTO `station_status` VALUES ('1357', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962324', '1');
INSERT INTO `station_status` VALUES ('1358', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962334', '1');
INSERT INTO `station_status` VALUES ('1359', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962344', '1');
INSERT INTO `station_status` VALUES ('1360', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962354', '1');
INSERT INTO `station_status` VALUES ('1361', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962364', '1');
INSERT INTO `station_status` VALUES ('1362', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962374', '1');
INSERT INTO `station_status` VALUES ('1363', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962384', '1');
INSERT INTO `station_status` VALUES ('1364', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962390', '1');
INSERT INTO `station_status` VALUES ('1365', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962394', '1');
INSERT INTO `station_status` VALUES ('1366', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962404', '1');
INSERT INTO `station_status` VALUES ('1367', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962414', '1');
INSERT INTO `station_status` VALUES ('1368', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962425', '1');
INSERT INTO `station_status` VALUES ('1369', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962434', '1');
INSERT INTO `station_status` VALUES ('1370', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962444', '1');
INSERT INTO `station_status` VALUES ('1371', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962454', '1');
INSERT INTO `station_status` VALUES ('1372', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962464', '1');
INSERT INTO `station_status` VALUES ('1373', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962474', '1');
INSERT INTO `station_status` VALUES ('1374', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962480', '1');
INSERT INTO `station_status` VALUES ('1375', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962484', '1');
INSERT INTO `station_status` VALUES ('1376', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962494', '1');
INSERT INTO `station_status` VALUES ('1377', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962504', '1');
INSERT INTO `station_status` VALUES ('1378', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962514', '1');
INSERT INTO `station_status` VALUES ('1379', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962524', '1');
INSERT INTO `station_status` VALUES ('1380', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962534', '1');
INSERT INTO `station_status` VALUES ('1381', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962544', '1');
INSERT INTO `station_status` VALUES ('1382', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962554', '1');
INSERT INTO `station_status` VALUES ('1383', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962564', '1');
INSERT INTO `station_status` VALUES ('1384', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962574', '1');
INSERT INTO `station_status` VALUES ('1385', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962584', '1');
INSERT INTO `station_status` VALUES ('1386', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962594', '1');
INSERT INTO `station_status` VALUES ('1387', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962605', '1');
INSERT INTO `station_status` VALUES ('1388', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962614', '1');
INSERT INTO `station_status` VALUES ('1389', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962624', '1');
INSERT INTO `station_status` VALUES ('1390', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962634', '1');
INSERT INTO `station_status` VALUES ('1391', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962645', '1');
INSERT INTO `station_status` VALUES ('1392', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962655', '1');
INSERT INTO `station_status` VALUES ('1393', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962664', '1');
INSERT INTO `station_status` VALUES ('1394', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962674', '1');
INSERT INTO `station_status` VALUES ('1395', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962684', '1');
INSERT INTO `station_status` VALUES ('1396', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962695', '1');
INSERT INTO `station_status` VALUES ('1397', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962705', '1');
INSERT INTO `station_status` VALUES ('1398', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962714', '1');
INSERT INTO `station_status` VALUES ('1399', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962724', '1');
INSERT INTO `station_status` VALUES ('1400', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962735', '1');
INSERT INTO `station_status` VALUES ('1401', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962745', '1');
INSERT INTO `station_status` VALUES ('1402', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962754', '1');
INSERT INTO `station_status` VALUES ('1403', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962764', '1');
INSERT INTO `station_status` VALUES ('1404', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962769', '1');
INSERT INTO `station_status` VALUES ('1405', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962775', '1');
INSERT INTO `station_status` VALUES ('1406', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962784', '1');
INSERT INTO `station_status` VALUES ('1407', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962795', '1');
INSERT INTO `station_status` VALUES ('1408', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962806', '1');
INSERT INTO `station_status` VALUES ('1409', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962814', '1');
INSERT INTO `station_status` VALUES ('1410', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962824', '1');
INSERT INTO `station_status` VALUES ('1411', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962835', '1');
INSERT INTO `station_status` VALUES ('1412', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962845', '1');
INSERT INTO `station_status` VALUES ('1413', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962855', '1');
INSERT INTO `station_status` VALUES ('1414', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962864', '1');
INSERT INTO `station_status` VALUES ('1415', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962875', '1');
INSERT INTO `station_status` VALUES ('1416', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962882', '1');
INSERT INTO `station_status` VALUES ('1417', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962885', '1');
INSERT INTO `station_status` VALUES ('1418', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962895', '1');
INSERT INTO `station_status` VALUES ('1419', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962905', '1');
INSERT INTO `station_status` VALUES ('1420', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962915', '1');
INSERT INTO `station_status` VALUES ('1421', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962925', '1');
INSERT INTO `station_status` VALUES ('1422', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962934', '1');
INSERT INTO `station_status` VALUES ('1423', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962945', '1');
INSERT INTO `station_status` VALUES ('1424', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962955', '1');
INSERT INTO `station_status` VALUES ('1425', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962963', '1');
INSERT INTO `station_status` VALUES ('1426', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962965', '1');
INSERT INTO `station_status` VALUES ('1427', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962975', '1');
INSERT INTO `station_status` VALUES ('1428', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962985', '1');
INSERT INTO `station_status` VALUES ('1429', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430962994', '1');
INSERT INTO `station_status` VALUES ('1430', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963005', '1');
INSERT INTO `station_status` VALUES ('1431', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963015', '1');
INSERT INTO `station_status` VALUES ('1432', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963025', '1');
INSERT INTO `station_status` VALUES ('1433', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963035', '1');
INSERT INTO `station_status` VALUES ('1434', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963045', '1');
INSERT INTO `station_status` VALUES ('1435', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963055', '1');
INSERT INTO `station_status` VALUES ('1436', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963065', '1');
INSERT INTO `station_status` VALUES ('1437', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963075', '1');
INSERT INTO `station_status` VALUES ('1438', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963085', '1');
INSERT INTO `station_status` VALUES ('1439', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963095', '1');
INSERT INTO `station_status` VALUES ('1440', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963105', '1');
INSERT INTO `station_status` VALUES ('1441', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963115', '1');
INSERT INTO `station_status` VALUES ('1442', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963125', '1');
INSERT INTO `station_status` VALUES ('1443', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963135', '1');
INSERT INTO `station_status` VALUES ('1444', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963145', '1');
INSERT INTO `station_status` VALUES ('1445', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963155', '1');
INSERT INTO `station_status` VALUES ('1446', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963165', '1');
INSERT INTO `station_status` VALUES ('1447', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963175', '1');
INSERT INTO `station_status` VALUES ('1448', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963185', '1');
INSERT INTO `station_status` VALUES ('1449', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963195', '1');
INSERT INTO `station_status` VALUES ('1450', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963205', '1');
INSERT INTO `station_status` VALUES ('1451', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963215', '1');
INSERT INTO `station_status` VALUES ('1452', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963225', '1');
INSERT INTO `station_status` VALUES ('1453', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963235', '1');
INSERT INTO `station_status` VALUES ('1454', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963239', '1');
INSERT INTO `station_status` VALUES ('1455', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963245', '1');
INSERT INTO `station_status` VALUES ('1456', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963255', '1');
INSERT INTO `station_status` VALUES ('1457', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963265', '1');
INSERT INTO `station_status` VALUES ('1458', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963276', '1');
INSERT INTO `station_status` VALUES ('1459', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963285', '1');
INSERT INTO `station_status` VALUES ('1460', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963295', '1');
INSERT INTO `station_status` VALUES ('1461', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963305', '1');
INSERT INTO `station_status` VALUES ('1462', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963315', '1');
INSERT INTO `station_status` VALUES ('1463', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963325', '1');
INSERT INTO `station_status` VALUES ('1464', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963335', '1');
INSERT INTO `station_status` VALUES ('1465', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963345', '1');
INSERT INTO `station_status` VALUES ('1466', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963355', '1');
INSERT INTO `station_status` VALUES ('1467', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963363', '1');
INSERT INTO `station_status` VALUES ('1468', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963365', '1');
INSERT INTO `station_status` VALUES ('1469', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963375', '1');
INSERT INTO `station_status` VALUES ('1470', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963386', '1');
INSERT INTO `station_status` VALUES ('1471', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963396', '1');
INSERT INTO `station_status` VALUES ('1472', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963405', '1');
INSERT INTO `station_status` VALUES ('1473', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963415', '1');
INSERT INTO `station_status` VALUES ('1474', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963426', '1');
INSERT INTO `station_status` VALUES ('1475', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963436', '1');
INSERT INTO `station_status` VALUES ('1476', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963446', '1');
INSERT INTO `station_status` VALUES ('1477', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963455', '1');
INSERT INTO `station_status` VALUES ('1478', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963465', '1');
INSERT INTO `station_status` VALUES ('1479', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963476', '1');
INSERT INTO `station_status` VALUES ('1480', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963486', '1');
INSERT INTO `station_status` VALUES ('1481', '13', '533db2&ECAPRO&status&ERROR&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963495', '1');
INSERT INTO `station_status` VALUES ('1482', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963547', '1');
INSERT INTO `station_status` VALUES ('1483', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963840', '1');
INSERT INTO `station_status` VALUES ('1484', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430963950', '1');
INSERT INTO `station_status` VALUES ('1485', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964001', '1');
INSERT INTO `station_status` VALUES ('1486', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964052', '1');
INSERT INTO `station_status` VALUES ('1487', '13', '533db2&ECAPRO&status&ARMING&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964103', '1');
INSERT INTO `station_status` VALUES ('1488', '13', '533db2&ECAPRO&status&ARMING&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964154', '1');
INSERT INTO `station_status` VALUES ('1489', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964204', '1');
INSERT INTO `station_status` VALUES ('1490', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964255', '1');
INSERT INTO `station_status` VALUES ('1491', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964305', '1');
INSERT INTO `station_status` VALUES ('1492', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964356', '1');
INSERT INTO `station_status` VALUES ('1493', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964407', '1');
INSERT INTO `station_status` VALUES ('1494', '13', '533db2&ECAPRO&status&DISARM&8&50&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964457', '1');
INSERT INTO `station_status` VALUES ('1495', '13', '533db2&ECAPRO&status&DISARM&8&50&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964509', '1');
INSERT INTO `station_status` VALUES ('1496', '13', '533db2&ECAPRO&status&DISARM&8&50&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964599', '1');
INSERT INTO `station_status` VALUES ('1497', '13', '533db2&ECAPRO&status&DISARM&8&50&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964650', '1');
INSERT INTO `station_status` VALUES ('1498', '13', '533db2&ECAPRO&status&DISARM&8&50&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964703', '1');
INSERT INTO `station_status` VALUES ('1499', '13', '533db2&ECAPRO&status&DISARM&8&50&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964754', '1');
INSERT INTO `station_status` VALUES ('1500', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964858', '1');
INSERT INTO `station_status` VALUES ('1501', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964909', '1');
INSERT INTO `station_status` VALUES ('1502', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430964960', '1');
INSERT INTO `station_status` VALUES ('1503', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965157', '1');
INSERT INTO `station_status` VALUES ('1504', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965208', '1');
INSERT INTO `station_status` VALUES ('1505', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965259', '1');
INSERT INTO `station_status` VALUES ('1506', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965310', '1');
INSERT INTO `station_status` VALUES ('1507', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965360', '1');
INSERT INTO `station_status` VALUES ('1508', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965411', '1');
INSERT INTO `station_status` VALUES ('1509', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965503', '1');
INSERT INTO `station_status` VALUES ('1510', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965553', '1');
INSERT INTO `station_status` VALUES ('1511', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965604', '1');
INSERT INTO `station_status` VALUES ('1512', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965655', '1');
INSERT INTO `station_status` VALUES ('1513', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965747', '1');
INSERT INTO `station_status` VALUES ('1514', '13', '533db2&ECAPRO&status&DISARM&8&34&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965797', '1');
INSERT INTO `station_status` VALUES ('1515', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965855', '1');
INSERT INTO `station_status` VALUES ('1516', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430965905', '1');
INSERT INTO `station_status` VALUES ('1517', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430966212', '1');
INSERT INTO `station_status` VALUES ('1518', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430966263', '1');
INSERT INTO `station_status` VALUES ('1519', '13', '533db2&ECAPRO&status&DISARM&8&50&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430966314', '1');
INSERT INTO `station_status` VALUES ('1520', '13', '533db2&ECAPRO&status&DISARM&8&50&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430966405', '1');
INSERT INTO `station_status` VALUES ('1521', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430966448', '1');
INSERT INTO `station_status` VALUES ('1522', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430966729', '1');
INSERT INTO `station_status` VALUES ('1523', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430966820', '1');
INSERT INTO `station_status` VALUES ('1524', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430966871', '1');
INSERT INTO `station_status` VALUES ('1525', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430966922', '1');
INSERT INTO `station_status` VALUES ('1526', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430966972', '1');
INSERT INTO `station_status` VALUES ('1527', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967064', '1');
INSERT INTO `station_status` VALUES ('1528', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967114', '1');
INSERT INTO `station_status` VALUES ('1529', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967165', '1');
INSERT INTO `station_status` VALUES ('1530', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967216', '1');
INSERT INTO `station_status` VALUES ('1531', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967257', '1');
INSERT INTO `station_status` VALUES ('1532', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967267', '1');
INSERT INTO `station_status` VALUES ('1533', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967277', '1');
INSERT INTO `station_status` VALUES ('1534', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967287', '1');
INSERT INTO `station_status` VALUES ('1535', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967297', '1');
INSERT INTO `station_status` VALUES ('1536', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967307', '1');
INSERT INTO `station_status` VALUES ('1537', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967317', '1');
INSERT INTO `station_status` VALUES ('1538', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967327', '1');
INSERT INTO `station_status` VALUES ('1539', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967337', '1');
INSERT INTO `station_status` VALUES ('1540', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967347', '1');
INSERT INTO `station_status` VALUES ('1541', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967358', '1');
INSERT INTO `station_status` VALUES ('1542', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967367', '1');
INSERT INTO `station_status` VALUES ('1543', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967377', '1');
INSERT INTO `station_status` VALUES ('1544', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967387', '1');
INSERT INTO `station_status` VALUES ('1545', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967423', '1');
INSERT INTO `station_status` VALUES ('1546', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967434', '1');
INSERT INTO `station_status` VALUES ('1547', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967444', '1');
INSERT INTO `station_status` VALUES ('1548', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967453', '1');
INSERT INTO `station_status` VALUES ('1549', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967463', '1');
INSERT INTO `station_status` VALUES ('1550', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967474', '1');
INSERT INTO `station_status` VALUES ('1551', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967484', '1');
INSERT INTO `station_status` VALUES ('1552', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967493', '1');
INSERT INTO `station_status` VALUES ('1553', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967504', '1');
INSERT INTO `station_status` VALUES ('1554', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967514', '1');
INSERT INTO `station_status` VALUES ('1555', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967524', '1');
INSERT INTO `station_status` VALUES ('1556', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967534', '1');
INSERT INTO `station_status` VALUES ('1557', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967544', '1');
INSERT INTO `station_status` VALUES ('1558', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967554', '1');
INSERT INTO `station_status` VALUES ('1559', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967564', '1');
INSERT INTO `station_status` VALUES ('1560', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967574', '1');
INSERT INTO `station_status` VALUES ('1561', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967584', '1');
INSERT INTO `station_status` VALUES ('1562', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967594', '1');
INSERT INTO `station_status` VALUES ('1563', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967604', '1');
INSERT INTO `station_status` VALUES ('1564', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967614', '1');
INSERT INTO `station_status` VALUES ('1565', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967624', '1');
INSERT INTO `station_status` VALUES ('1566', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967634', '1');
INSERT INTO `station_status` VALUES ('1567', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967644', '1');
INSERT INTO `station_status` VALUES ('1568', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967654', '1');
INSERT INTO `station_status` VALUES ('1569', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967664', '1');
INSERT INTO `station_status` VALUES ('1570', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967674', '1');
INSERT INTO `station_status` VALUES ('1571', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967684', '1');
INSERT INTO `station_status` VALUES ('1572', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967694', '1');
INSERT INTO `station_status` VALUES ('1573', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967704', '1');
INSERT INTO `station_status` VALUES ('1574', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967714', '1');
INSERT INTO `station_status` VALUES ('1575', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967724', '1');
INSERT INTO `station_status` VALUES ('1576', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967734', '1');
INSERT INTO `station_status` VALUES ('1577', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967744', '1');
INSERT INTO `station_status` VALUES ('1578', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967754', '1');
INSERT INTO `station_status` VALUES ('1579', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967765', '1');
INSERT INTO `station_status` VALUES ('1580', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967775', '1');
INSERT INTO `station_status` VALUES ('1581', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967784', '1');
INSERT INTO `station_status` VALUES ('1582', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967794', '1');
INSERT INTO `station_status` VALUES ('1583', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967805', '1');
INSERT INTO `station_status` VALUES ('1584', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967815', '1');
INSERT INTO `station_status` VALUES ('1585', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967824', '1');
INSERT INTO `station_status` VALUES ('1586', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967835', '1');
INSERT INTO `station_status` VALUES ('1587', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967845', '1');
INSERT INTO `station_status` VALUES ('1588', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967854', '1');
INSERT INTO `station_status` VALUES ('1589', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967864', '1');
INSERT INTO `station_status` VALUES ('1590', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967874', '1');
INSERT INTO `station_status` VALUES ('1591', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967885', '1');
INSERT INTO `station_status` VALUES ('1592', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967895', '1');
INSERT INTO `station_status` VALUES ('1593', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967905', '1');
INSERT INTO `station_status` VALUES ('1594', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967914', '1');
INSERT INTO `station_status` VALUES ('1595', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967925', '1');
INSERT INTO `station_status` VALUES ('1596', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967935', '1');
INSERT INTO `station_status` VALUES ('1597', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967944', '1');
INSERT INTO `station_status` VALUES ('1598', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967954', '1');
INSERT INTO `station_status` VALUES ('1599', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967964', '1');
INSERT INTO `station_status` VALUES ('1600', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967975', '1');
INSERT INTO `station_status` VALUES ('1601', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967985', '1');
INSERT INTO `station_status` VALUES ('1602', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430967995', '1');
INSERT INTO `station_status` VALUES ('1603', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968005', '1');
INSERT INTO `station_status` VALUES ('1604', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968015', '1');
INSERT INTO `station_status` VALUES ('1605', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968025', '1');
INSERT INTO `station_status` VALUES ('1606', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968035', '1');
INSERT INTO `station_status` VALUES ('1607', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968096', '1');
INSERT INTO `station_status` VALUES ('1608', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968106', '1');
INSERT INTO `station_status` VALUES ('1609', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968116', '1');
INSERT INTO `station_status` VALUES ('1610', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968126', '1');
INSERT INTO `station_status` VALUES ('1611', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968136', '1');
INSERT INTO `station_status` VALUES ('1612', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968146', '1');
INSERT INTO `station_status` VALUES ('1613', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968156', '1');
INSERT INTO `station_status` VALUES ('1614', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968166', '1');
INSERT INTO `station_status` VALUES ('1615', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968176', '1');
INSERT INTO `station_status` VALUES ('1616', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968186', '1');
INSERT INTO `station_status` VALUES ('1617', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968197', '1');
INSERT INTO `station_status` VALUES ('1618', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968206', '1');
INSERT INTO `station_status` VALUES ('1619', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968216', '1');
INSERT INTO `station_status` VALUES ('1620', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968226', '1');
INSERT INTO `station_status` VALUES ('1621', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968236', '1');
INSERT INTO `station_status` VALUES ('1622', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968246', '1');
INSERT INTO `station_status` VALUES ('1623', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968256', '1');
INSERT INTO `station_status` VALUES ('1624', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968266', '1');
INSERT INTO `station_status` VALUES ('1625', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968277', '1');
INSERT INTO `station_status` VALUES ('1626', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968286', '1');
INSERT INTO `station_status` VALUES ('1627', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968296', '1');
INSERT INTO `station_status` VALUES ('1628', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968306', '1');
INSERT INTO `station_status` VALUES ('1629', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968316', '1');
INSERT INTO `station_status` VALUES ('1630', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968327', '1');
INSERT INTO `station_status` VALUES ('1631', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968336', '1');
INSERT INTO `station_status` VALUES ('1632', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968346', '1');
INSERT INTO `station_status` VALUES ('1633', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968357', '1');
INSERT INTO `station_status` VALUES ('1634', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968366', '1');
INSERT INTO `station_status` VALUES ('1635', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968376', '1');
INSERT INTO `station_status` VALUES ('1636', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968386', '1');
INSERT INTO `station_status` VALUES ('1637', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968397', '1');
INSERT INTO `station_status` VALUES ('1638', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968407', '1');
INSERT INTO `station_status` VALUES ('1639', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968416', '1');
INSERT INTO `station_status` VALUES ('1640', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968426', '1');
INSERT INTO `station_status` VALUES ('1641', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968437', '1');
INSERT INTO `station_status` VALUES ('1642', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968447', '1');
INSERT INTO `station_status` VALUES ('1643', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968456', '1');
INSERT INTO `station_status` VALUES ('1644', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968466', '1');
INSERT INTO `station_status` VALUES ('1645', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968476', '1');
INSERT INTO `station_status` VALUES ('1646', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968487', '1');
INSERT INTO `station_status` VALUES ('1647', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968497', '1');
INSERT INTO `station_status` VALUES ('1648', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968506', '1');
INSERT INTO `station_status` VALUES ('1649', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968516', '1');
INSERT INTO `station_status` VALUES ('1650', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968527', '1');
INSERT INTO `station_status` VALUES ('1651', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968537', '1');
INSERT INTO `station_status` VALUES ('1652', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968546', '1');
INSERT INTO `station_status` VALUES ('1653', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968557', '1');
INSERT INTO `station_status` VALUES ('1654', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968567', '1');
INSERT INTO `station_status` VALUES ('1655', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968577', '1');
INSERT INTO `station_status` VALUES ('1656', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968587', '1');
INSERT INTO `station_status` VALUES ('1657', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968597', '1');
INSERT INTO `station_status` VALUES ('1658', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968606', '1');
INSERT INTO `station_status` VALUES ('1659', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968617', '1');
INSERT INTO `station_status` VALUES ('1660', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968627', '1');
INSERT INTO `station_status` VALUES ('1661', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968636', '1');
INSERT INTO `station_status` VALUES ('1662', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968646', '1');
INSERT INTO `station_status` VALUES ('1663', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968657', '1');
INSERT INTO `station_status` VALUES ('1664', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968667', '1');
INSERT INTO `station_status` VALUES ('1665', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968676', '1');
INSERT INTO `station_status` VALUES ('1666', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968686', '1');
INSERT INTO `station_status` VALUES ('1667', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968697', '1');
INSERT INTO `station_status` VALUES ('1668', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968707', '1');
INSERT INTO `station_status` VALUES ('1669', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968717', '1');
INSERT INTO `station_status` VALUES ('1670', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968727', '1');
INSERT INTO `station_status` VALUES ('1671', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968737', '1');
INSERT INTO `station_status` VALUES ('1672', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968747', '1');
INSERT INTO `station_status` VALUES ('1673', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968757', '1');
INSERT INTO `station_status` VALUES ('1674', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968767', '1');
INSERT INTO `station_status` VALUES ('1675', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968777', '1');
INSERT INTO `station_status` VALUES ('1676', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968787', '1');
INSERT INTO `station_status` VALUES ('1677', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968797', '1');
INSERT INTO `station_status` VALUES ('1678', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968807', '1');
INSERT INTO `station_status` VALUES ('1679', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968817', '1');
INSERT INTO `station_status` VALUES ('1680', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968827', '1');
INSERT INTO `station_status` VALUES ('1681', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968837', '1');
INSERT INTO `station_status` VALUES ('1682', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968847', '1');
INSERT INTO `station_status` VALUES ('1683', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968857', '1');
INSERT INTO `station_status` VALUES ('1684', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968867', '1');
INSERT INTO `station_status` VALUES ('1685', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968877', '1');
INSERT INTO `station_status` VALUES ('1686', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968887', '1');
INSERT INTO `station_status` VALUES ('1687', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968897', '1');
INSERT INTO `station_status` VALUES ('1688', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968907', '1');
INSERT INTO `station_status` VALUES ('1689', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968917', '1');
INSERT INTO `station_status` VALUES ('1690', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968927', '1');
INSERT INTO `station_status` VALUES ('1691', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968937', '1');
INSERT INTO `station_status` VALUES ('1692', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968947', '1');
INSERT INTO `station_status` VALUES ('1693', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968958', '1');
INSERT INTO `station_status` VALUES ('1694', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968967', '1');
INSERT INTO `station_status` VALUES ('1695', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968977', '1');
INSERT INTO `station_status` VALUES ('1696', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968987', '1');
INSERT INTO `station_status` VALUES ('1697', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430968997', '1');
INSERT INTO `station_status` VALUES ('1698', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969008', '1');
INSERT INTO `station_status` VALUES ('1699', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969017', '1');
INSERT INTO `station_status` VALUES ('1700', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969027', '1');
INSERT INTO `station_status` VALUES ('1701', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969038', '1');
INSERT INTO `station_status` VALUES ('1702', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969047', '1');
INSERT INTO `station_status` VALUES ('1703', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969057', '1');
INSERT INTO `station_status` VALUES ('1704', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969067', '1');
INSERT INTO `station_status` VALUES ('1705', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969077', '1');
INSERT INTO `station_status` VALUES ('1706', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969088', '1');
INSERT INTO `station_status` VALUES ('1707', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969098', '1');
INSERT INTO `station_status` VALUES ('1708', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969107', '1');
INSERT INTO `station_status` VALUES ('1709', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969117', '1');
INSERT INTO `station_status` VALUES ('1710', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969128', '1');
INSERT INTO `station_status` VALUES ('1711', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969138', '1');
INSERT INTO `station_status` VALUES ('1712', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969147', '1');
INSERT INTO `station_status` VALUES ('1713', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969157', '1');
INSERT INTO `station_status` VALUES ('1714', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969167', '1');
INSERT INTO `station_status` VALUES ('1715', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969178', '1');
INSERT INTO `station_status` VALUES ('1716', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969188', '1');
INSERT INTO `station_status` VALUES ('1717', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969198', '1');
INSERT INTO `station_status` VALUES ('1718', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969207', '1');
INSERT INTO `station_status` VALUES ('1719', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969218', '1');
INSERT INTO `station_status` VALUES ('1720', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969228', '1');
INSERT INTO `station_status` VALUES ('1721', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969237', '1');
INSERT INTO `station_status` VALUES ('1722', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969247', '1');
INSERT INTO `station_status` VALUES ('1723', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969258', '1');
INSERT INTO `station_status` VALUES ('1724', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969268', '1');
INSERT INTO `station_status` VALUES ('1725', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969278', '1');
INSERT INTO `station_status` VALUES ('1726', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969288', '1');
INSERT INTO `station_status` VALUES ('1727', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969297', '1');
INSERT INTO `station_status` VALUES ('1728', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969308', '1');
INSERT INTO `station_status` VALUES ('1729', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969318', '1');
INSERT INTO `station_status` VALUES ('1730', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969327', '1');
INSERT INTO `station_status` VALUES ('1731', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969338', '1');
INSERT INTO `station_status` VALUES ('1732', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969348', '1');
INSERT INTO `station_status` VALUES ('1733', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969358', '1');
INSERT INTO `station_status` VALUES ('1734', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969368', '1');
INSERT INTO `station_status` VALUES ('1735', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969378', '1');
INSERT INTO `station_status` VALUES ('1736', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969388', '1');
INSERT INTO `station_status` VALUES ('1737', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969398', '1');
INSERT INTO `station_status` VALUES ('1738', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969408', '1');
INSERT INTO `station_status` VALUES ('1739', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969418', '1');
INSERT INTO `station_status` VALUES ('1740', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969428', '1');
INSERT INTO `station_status` VALUES ('1741', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969438', '1');
INSERT INTO `station_status` VALUES ('1742', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969448', '1');
INSERT INTO `station_status` VALUES ('1743', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969458', '1');
INSERT INTO `station_status` VALUES ('1744', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969468', '1');
INSERT INTO `station_status` VALUES ('1745', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969478', '1');
INSERT INTO `station_status` VALUES ('1746', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969488', '1');
INSERT INTO `station_status` VALUES ('1747', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969498', '1');
INSERT INTO `station_status` VALUES ('1748', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969509', '1');
INSERT INTO `station_status` VALUES ('1749', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969518', '1');
INSERT INTO `station_status` VALUES ('1750', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969528', '1');
INSERT INTO `station_status` VALUES ('1751', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969539', '1');
INSERT INTO `station_status` VALUES ('1752', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969548', '1');
INSERT INTO `station_status` VALUES ('1753', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969558', '1');
INSERT INTO `station_status` VALUES ('1754', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969568', '1');
INSERT INTO `station_status` VALUES ('1755', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969578', '1');
INSERT INTO `station_status` VALUES ('1756', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969589', '1');
INSERT INTO `station_status` VALUES ('1757', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969598', '1');
INSERT INTO `station_status` VALUES ('1758', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969608', '1');
INSERT INTO `station_status` VALUES ('1759', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969618', '1');
INSERT INTO `station_status` VALUES ('1760', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969629', '1');
INSERT INTO `station_status` VALUES ('1761', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969639', '1');
INSERT INTO `station_status` VALUES ('1762', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969648', '1');
INSERT INTO `station_status` VALUES ('1763', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969658', '1');
INSERT INTO `station_status` VALUES ('1764', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969669', '1');
INSERT INTO `station_status` VALUES ('1765', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969679', '1');
INSERT INTO `station_status` VALUES ('1766', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969688', '1');
INSERT INTO `station_status` VALUES ('1767', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969698', '1');
INSERT INTO `station_status` VALUES ('1768', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969708', '1');
INSERT INTO `station_status` VALUES ('1769', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969719', '1');
INSERT INTO `station_status` VALUES ('1770', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969729', '1');
INSERT INTO `station_status` VALUES ('1771', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969739', '1');
INSERT INTO `station_status` VALUES ('1772', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969749', '1');
INSERT INTO `station_status` VALUES ('1773', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969759', '1');
INSERT INTO `station_status` VALUES ('1774', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969769', '1');
INSERT INTO `station_status` VALUES ('1775', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969778', '1');
INSERT INTO `station_status` VALUES ('1776', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969788', '1');
INSERT INTO `station_status` VALUES ('1777', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969798', '1');
INSERT INTO `station_status` VALUES ('1778', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969809', '1');
INSERT INTO `station_status` VALUES ('1779', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969819', '1');
INSERT INTO `station_status` VALUES ('1780', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969828', '1');
INSERT INTO `station_status` VALUES ('1781', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969838', '1');
INSERT INTO `station_status` VALUES ('1782', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969849', '1');
INSERT INTO `station_status` VALUES ('1783', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969859', '1');
INSERT INTO `station_status` VALUES ('1784', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969868', '1');
INSERT INTO `station_status` VALUES ('1785', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969878', '1');
INSERT INTO `station_status` VALUES ('1786', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969889', '1');
INSERT INTO `station_status` VALUES ('1787', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969899', '1');
INSERT INTO `station_status` VALUES ('1788', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969909', '1');
INSERT INTO `station_status` VALUES ('1789', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969919', '1');
INSERT INTO `station_status` VALUES ('1790', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969929', '1');
INSERT INTO `station_status` VALUES ('1791', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969939', '1');
INSERT INTO `station_status` VALUES ('1792', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969949', '1');
INSERT INTO `station_status` VALUES ('1793', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969959', '1');
INSERT INTO `station_status` VALUES ('1794', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969969', '1');
INSERT INTO `station_status` VALUES ('1795', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969979', '1');
INSERT INTO `station_status` VALUES ('1796', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969989', '1');
INSERT INTO `station_status` VALUES ('1797', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430969999', '1');
INSERT INTO `station_status` VALUES ('1798', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970009', '1');
INSERT INTO `station_status` VALUES ('1799', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970019', '1');
INSERT INTO `station_status` VALUES ('1800', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970029', '1');
INSERT INTO `station_status` VALUES ('1801', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970039', '1');
INSERT INTO `station_status` VALUES ('1802', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970050', '1');
INSERT INTO `station_status` VALUES ('1803', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970059', '1');
INSERT INTO `station_status` VALUES ('1804', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970069', '1');
INSERT INTO `station_status` VALUES ('1805', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970079', '1');
INSERT INTO `station_status` VALUES ('1806', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970089', '1');
INSERT INTO `station_status` VALUES ('1807', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970099', '1');
INSERT INTO `station_status` VALUES ('1808', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970110', '1');
INSERT INTO `station_status` VALUES ('1809', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970119', '1');
INSERT INTO `station_status` VALUES ('1810', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970129', '1');
INSERT INTO `station_status` VALUES ('1811', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970139', '1');
INSERT INTO `station_status` VALUES ('1812', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970149', '1');
INSERT INTO `station_status` VALUES ('1813', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970159', '1');
INSERT INTO `station_status` VALUES ('1814', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970169', '1');
INSERT INTO `station_status` VALUES ('1815', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970179', '1');
INSERT INTO `station_status` VALUES ('1816', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970190', '1');
INSERT INTO `station_status` VALUES ('1817', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970200', '1');
INSERT INTO `station_status` VALUES ('1818', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970209', '1');
INSERT INTO `station_status` VALUES ('1819', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970219', '1');
INSERT INTO `station_status` VALUES ('1820', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970230', '1');
INSERT INTO `station_status` VALUES ('1821', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970240', '1');
INSERT INTO `station_status` VALUES ('1822', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970249', '1');
INSERT INTO `station_status` VALUES ('1823', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970259', '1');
INSERT INTO `station_status` VALUES ('1824', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970270', '1');
INSERT INTO `station_status` VALUES ('1825', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970280', '1');
INSERT INTO `station_status` VALUES ('1826', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970290', '1');
INSERT INTO `station_status` VALUES ('1827', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970299', '1');
INSERT INTO `station_status` VALUES ('1828', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970310', '1');
INSERT INTO `station_status` VALUES ('1829', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970320', '1');
INSERT INTO `station_status` VALUES ('1830', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970329', '1');
INSERT INTO `station_status` VALUES ('1831', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970339', '1');
INSERT INTO `station_status` VALUES ('1832', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970350', '1');
INSERT INTO `station_status` VALUES ('1833', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970360', '1');
INSERT INTO `station_status` VALUES ('1834', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970369', '1');
INSERT INTO `station_status` VALUES ('1835', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970380', '1');
INSERT INTO `station_status` VALUES ('1836', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970390', '1');
INSERT INTO `station_status` VALUES ('1837', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970400', '1');
INSERT INTO `station_status` VALUES ('1838', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970410', '1');
INSERT INTO `station_status` VALUES ('1839', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970420', '1');
INSERT INTO `station_status` VALUES ('1840', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970430', '1');
INSERT INTO `station_status` VALUES ('1841', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970440', '1');
INSERT INTO `station_status` VALUES ('1842', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970449', '1');
INSERT INTO `station_status` VALUES ('1843', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970460', '1');
INSERT INTO `station_status` VALUES ('1844', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970470', '1');
INSERT INTO `station_status` VALUES ('1845', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970480', '1');
INSERT INTO `station_status` VALUES ('1846', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970490', '1');
INSERT INTO `station_status` VALUES ('1847', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970500', '1');
INSERT INTO `station_status` VALUES ('1848', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970510', '1');
INSERT INTO `station_status` VALUES ('1849', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970520', '1');
INSERT INTO `station_status` VALUES ('1850', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970530', '1');
INSERT INTO `station_status` VALUES ('1851', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970540', '1');
INSERT INTO `station_status` VALUES ('1852', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970550', '1');
INSERT INTO `station_status` VALUES ('1853', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970560', '1');
INSERT INTO `station_status` VALUES ('1854', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970570', '1');
INSERT INTO `station_status` VALUES ('1855', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970580', '1');
INSERT INTO `station_status` VALUES ('1856', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970590', '1');
INSERT INTO `station_status` VALUES ('1857', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970601', '1');
INSERT INTO `station_status` VALUES ('1858', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970610', '1');
INSERT INTO `station_status` VALUES ('1859', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970620', '1');
INSERT INTO `station_status` VALUES ('1860', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970630', '1');
INSERT INTO `station_status` VALUES ('1861', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970640', '1');
INSERT INTO `station_status` VALUES ('1862', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970650', '1');
INSERT INTO `station_status` VALUES ('1863', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970660', '1');
INSERT INTO `station_status` VALUES ('1864', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970670', '1');
INSERT INTO `station_status` VALUES ('1865', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970680', '1');
INSERT INTO `station_status` VALUES ('1866', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970690', '1');
INSERT INTO `station_status` VALUES ('1867', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970700', '1');
INSERT INTO `station_status` VALUES ('1868', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970710', '1');
INSERT INTO `station_status` VALUES ('1869', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970721', '1');
INSERT INTO `station_status` VALUES ('1870', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970730', '1');
INSERT INTO `station_status` VALUES ('1871', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970740', '1');
INSERT INTO `station_status` VALUES ('1872', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970750', '1');
INSERT INTO `station_status` VALUES ('1873', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970760', '1');
INSERT INTO `station_status` VALUES ('1874', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970771', '1');
INSERT INTO `station_status` VALUES ('1875', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970780', '1');
INSERT INTO `station_status` VALUES ('1876', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970790', '1');
INSERT INTO `station_status` VALUES ('1877', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970800', '1');
INSERT INTO `station_status` VALUES ('1878', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970810', '1');
INSERT INTO `station_status` VALUES ('1879', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970821', '1');
INSERT INTO `station_status` VALUES ('1880', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970830', '1');
INSERT INTO `station_status` VALUES ('1881', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970840', '1');
INSERT INTO `station_status` VALUES ('1882', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970850', '1');
INSERT INTO `station_status` VALUES ('1883', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970861', '1');
INSERT INTO `station_status` VALUES ('1884', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970871', '1');
INSERT INTO `station_status` VALUES ('1885', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970880', '1');
INSERT INTO `station_status` VALUES ('1886', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970891', '1');
INSERT INTO `station_status` VALUES ('1887', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970901', '1');
INSERT INTO `station_status` VALUES ('1888', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970911', '1');
INSERT INTO `station_status` VALUES ('1889', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970920', '1');
INSERT INTO `station_status` VALUES ('1890', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970931', '1');
INSERT INTO `station_status` VALUES ('1891', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970941', '1');
INSERT INTO `station_status` VALUES ('1892', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970951', '1');
INSERT INTO `station_status` VALUES ('1893', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970960', '1');
INSERT INTO `station_status` VALUES ('1894', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970970', '1');
INSERT INTO `station_status` VALUES ('1895', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970981', '1');
INSERT INTO `station_status` VALUES ('1896', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430970991', '1');
INSERT INTO `station_status` VALUES ('1897', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971001', '1');
INSERT INTO `station_status` VALUES ('1898', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971010', '1');
INSERT INTO `station_status` VALUES ('1899', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971021', '1');
INSERT INTO `station_status` VALUES ('1900', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971031', '1');
INSERT INTO `station_status` VALUES ('1901', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971041', '1');
INSERT INTO `station_status` VALUES ('1902', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971051', '1');
INSERT INTO `station_status` VALUES ('1903', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971061', '1');
INSERT INTO `station_status` VALUES ('1904', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971071', '1');
INSERT INTO `station_status` VALUES ('1905', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971081', '1');
INSERT INTO `station_status` VALUES ('1906', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971091', '1');
INSERT INTO `station_status` VALUES ('1907', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971101', '1');
INSERT INTO `station_status` VALUES ('1908', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971111', '1');
INSERT INTO `station_status` VALUES ('1909', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971121', '1');
INSERT INTO `station_status` VALUES ('1910', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971131', '1');
INSERT INTO `station_status` VALUES ('1911', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971141', '1');
INSERT INTO `station_status` VALUES ('1912', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971151', '1');
INSERT INTO `station_status` VALUES ('1913', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971161', '1');
INSERT INTO `station_status` VALUES ('1914', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971171', '1');
INSERT INTO `station_status` VALUES ('1915', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971181', '1');
INSERT INTO `station_status` VALUES ('1916', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971184', '1');
INSERT INTO `station_status` VALUES ('1917', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971192', '1');
INSERT INTO `station_status` VALUES ('1918', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971195', '1');
INSERT INTO `station_status` VALUES ('1919', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971201', '1');
INSERT INTO `station_status` VALUES ('1920', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971204', '1');
INSERT INTO `station_status` VALUES ('1921', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971211', '1');
INSERT INTO `station_status` VALUES ('1922', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971215', '1');
INSERT INTO `station_status` VALUES ('1923', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971221', '1');
INSERT INTO `station_status` VALUES ('1924', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971225', '1');
INSERT INTO `station_status` VALUES ('1925', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971231', '1');
INSERT INTO `station_status` VALUES ('1926', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971234', '1');
INSERT INTO `station_status` VALUES ('1927', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971241', '1');
INSERT INTO `station_status` VALUES ('1928', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971245', '1');
INSERT INTO `station_status` VALUES ('1929', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971252', '1');
INSERT INTO `station_status` VALUES ('1930', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971261', '1');
INSERT INTO `station_status` VALUES ('1931', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971271', '1');
INSERT INTO `station_status` VALUES ('1932', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971281', '1');
INSERT INTO `station_status` VALUES ('1933', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971291', '1');
INSERT INTO `station_status` VALUES ('1934', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971301', '1');
INSERT INTO `station_status` VALUES ('1935', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971311', '1');
INSERT INTO `station_status` VALUES ('1936', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971321', '1');
INSERT INTO `station_status` VALUES ('1937', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971331', '1');
INSERT INTO `station_status` VALUES ('1938', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971341', '1');
INSERT INTO `station_status` VALUES ('1939', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971351', '1');
INSERT INTO `station_status` VALUES ('1940', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971361', '1');
INSERT INTO `station_status` VALUES ('1941', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971372', '1');
INSERT INTO `station_status` VALUES ('1942', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971382', '1');
INSERT INTO `station_status` VALUES ('1943', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971391', '1');
INSERT INTO `station_status` VALUES ('1944', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971401', '1');
INSERT INTO `station_status` VALUES ('1945', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971412', '1');
INSERT INTO `station_status` VALUES ('1946', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971422', '1');
INSERT INTO `station_status` VALUES ('1947', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971431', '1');
INSERT INTO `station_status` VALUES ('1948', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971441', '1');
INSERT INTO `station_status` VALUES ('1949', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971451', '1');
INSERT INTO `station_status` VALUES ('1950', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971462', '1');
INSERT INTO `station_status` VALUES ('1951', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971468', '1');
INSERT INTO `station_status` VALUES ('1952', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971472', '1');
INSERT INTO `station_status` VALUES ('1953', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971478', '1');
INSERT INTO `station_status` VALUES ('1954', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971481', '1');
INSERT INTO `station_status` VALUES ('1955', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971488', '1');
INSERT INTO `station_status` VALUES ('1956', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971491', '1');
INSERT INTO `station_status` VALUES ('1957', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971498', '1');
INSERT INTO `station_status` VALUES ('1958', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971501', '1');
INSERT INTO `station_status` VALUES ('1959', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971512', '1');
INSERT INTO `station_status` VALUES ('1960', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971522', '1');
INSERT INTO `station_status` VALUES ('1961', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971532', '1');
INSERT INTO `station_status` VALUES ('1962', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971541', '1');
INSERT INTO `station_status` VALUES ('1963', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971552', '1');
INSERT INTO `station_status` VALUES ('1964', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971562', '1');
INSERT INTO `station_status` VALUES ('1965', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971572', '1');
INSERT INTO `station_status` VALUES ('1966', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971582', '1');
INSERT INTO `station_status` VALUES ('1967', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971591', '1');
INSERT INTO `station_status` VALUES ('1968', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971602', '1');
INSERT INTO `station_status` VALUES ('1969', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971612', '1');
INSERT INTO `station_status` VALUES ('1970', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971621', '1');
INSERT INTO `station_status` VALUES ('1971', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971632', '1');
INSERT INTO `station_status` VALUES ('1972', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971642', '1');
INSERT INTO `station_status` VALUES ('1973', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971652', '1');
INSERT INTO `station_status` VALUES ('1974', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971657', '1');
INSERT INTO `station_status` VALUES ('1975', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971662', '1');
INSERT INTO `station_status` VALUES ('1976', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971667', '1');
INSERT INTO `station_status` VALUES ('1977', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971672', '1');
INSERT INTO `station_status` VALUES ('1978', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971677', '1');
INSERT INTO `station_status` VALUES ('1979', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971682', '1');
INSERT INTO `station_status` VALUES ('1980', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971692', '1');
INSERT INTO `station_status` VALUES ('1981', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971702', '1');
INSERT INTO `station_status` VALUES ('1982', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971712', '1');
INSERT INTO `station_status` VALUES ('1983', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971722', '1');
INSERT INTO `station_status` VALUES ('1984', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971732', '1');
INSERT INTO `station_status` VALUES ('1985', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971742', '1');
INSERT INTO `station_status` VALUES ('1986', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971753', '1');
INSERT INTO `station_status` VALUES ('1987', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971756', '1');
INSERT INTO `station_status` VALUES ('1988', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971762', '1');
INSERT INTO `station_status` VALUES ('1989', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971766', '1');
INSERT INTO `station_status` VALUES ('1990', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971772', '1');
INSERT INTO `station_status` VALUES ('1991', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971776', '1');
INSERT INTO `station_status` VALUES ('1992', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971782', '1');
INSERT INTO `station_status` VALUES ('1993', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971786', '1');
INSERT INTO `station_status` VALUES ('1994', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971792', '1');
INSERT INTO `station_status` VALUES ('1995', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971796', '1');
INSERT INTO `station_status` VALUES ('1996', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971802', '1');
INSERT INTO `station_status` VALUES ('1997', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971806', '1');
INSERT INTO `station_status` VALUES ('1998', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971813', '1');
INSERT INTO `station_status` VALUES ('1999', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971816', '1');
INSERT INTO `station_status` VALUES ('2000', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971822', '1');
INSERT INTO `station_status` VALUES ('2001', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971826', '1');
INSERT INTO `station_status` VALUES ('2002', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971832', '1');
INSERT INTO `station_status` VALUES ('2003', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971836', '1');
INSERT INTO `station_status` VALUES ('2004', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971842', '1');
INSERT INTO `station_status` VALUES ('2005', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971847', '1');
INSERT INTO `station_status` VALUES ('2006', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971852', '1');
INSERT INTO `station_status` VALUES ('2007', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971856', '1');
INSERT INTO `station_status` VALUES ('2008', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971862', '1');
INSERT INTO `station_status` VALUES ('2009', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971866', '1');
INSERT INTO `station_status` VALUES ('2010', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971872', '1');
INSERT INTO `station_status` VALUES ('2011', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971883', '1');
INSERT INTO `station_status` VALUES ('2012', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971887', '1');
INSERT INTO `station_status` VALUES ('2013', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971892', '1');
INSERT INTO `station_status` VALUES ('2014', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971897', '1');
INSERT INTO `station_status` VALUES ('2015', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971902', '1');
INSERT INTO `station_status` VALUES ('2016', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971908', '1');
INSERT INTO `station_status` VALUES ('2017', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971912', '1');
INSERT INTO `station_status` VALUES ('2018', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971918', '1');
INSERT INTO `station_status` VALUES ('2019', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971922', '1');
INSERT INTO `station_status` VALUES ('2020', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971927', '1');
INSERT INTO `station_status` VALUES ('2021', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971932', '1');
INSERT INTO `station_status` VALUES ('2022', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971943', '1');
INSERT INTO `station_status` VALUES ('2023', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971953', '1');
INSERT INTO `station_status` VALUES ('2024', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971962', '1');
INSERT INTO `station_status` VALUES ('2025', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971972', '1');
INSERT INTO `station_status` VALUES ('2026', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971983', '1');
INSERT INTO `station_status` VALUES ('2027', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430971992', '1');
INSERT INTO `station_status` VALUES ('2028', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972004', '1');
INSERT INTO `station_status` VALUES ('2029', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972012', '1');
INSERT INTO `station_status` VALUES ('2030', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972022', '1');
INSERT INTO `station_status` VALUES ('2031', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972033', '1');
INSERT INTO `station_status` VALUES ('2032', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972043', '1');
INSERT INTO `station_status` VALUES ('2033', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972052', '1');
INSERT INTO `station_status` VALUES ('2034', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972062', '1');
INSERT INTO `station_status` VALUES ('2035', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972073', '1');
INSERT INTO `station_status` VALUES ('2036', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972083', '1');
INSERT INTO `station_status` VALUES ('2037', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972093', '1');
INSERT INTO `station_status` VALUES ('2038', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972102', '1');
INSERT INTO `station_status` VALUES ('2039', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972104', '1');
INSERT INTO `station_status` VALUES ('2040', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972105', '1');
INSERT INTO `station_status` VALUES ('2041', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972107', '1');
INSERT INTO `station_status` VALUES ('2042', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972108', '1');
INSERT INTO `station_status` VALUES ('2043', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972110', '1');
INSERT INTO `station_status` VALUES ('2044', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972111', '1');
INSERT INTO `station_status` VALUES ('2045', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972114', '1');
INSERT INTO `station_status` VALUES ('2046', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972122', '1');
INSERT INTO `station_status` VALUES ('2047', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972132', '1');
INSERT INTO `station_status` VALUES ('2048', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972143', '1');
INSERT INTO `station_status` VALUES ('2049', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972153', '1');
INSERT INTO `station_status` VALUES ('2050', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972162', '1');
INSERT INTO `station_status` VALUES ('2051', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972172', '1');
INSERT INTO `station_status` VALUES ('2052', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972183', '1');
INSERT INTO `station_status` VALUES ('2053', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972184', '1');
INSERT INTO `station_status` VALUES ('2054', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972193', '1');
INSERT INTO `station_status` VALUES ('2055', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972202', '1');
INSERT INTO `station_status` VALUES ('2056', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972212', '1');
INSERT INTO `station_status` VALUES ('2057', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972223', '1');
INSERT INTO `station_status` VALUES ('2058', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972225', '1');
INSERT INTO `station_status` VALUES ('2059', '13', '533db2&ECAPRO&status&OK&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972227', '1');
INSERT INTO `station_status` VALUES ('2060', '13', '533db2&ECAPRO&status&OK&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972228', '1');
INSERT INTO `station_status` VALUES ('2061', '13', '533db2&ECAPRO&status&OK&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972229', '1');
INSERT INTO `station_status` VALUES ('2062', '13', '533db2&ECAPRO&status&OK&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972231', '1');
INSERT INTO `station_status` VALUES ('2063', '13', '533db2&ECAPRO&status&OK&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972233', '1');
INSERT INTO `station_status` VALUES ('2064', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972234', '1');
INSERT INTO `station_status` VALUES ('2065', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972243', '1');
INSERT INTO `station_status` VALUES ('2066', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972253', '1');
INSERT INTO `station_status` VALUES ('2067', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972262', '1');
INSERT INTO `station_status` VALUES ('2068', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972273', '1');
INSERT INTO `station_status` VALUES ('2069', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972275', '1');
INSERT INTO `station_status` VALUES ('2070', '13', '533db2&ECAPRO&status&OK&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972277', '1');
INSERT INTO `station_status` VALUES ('2071', '13', '533db2&ECAPRO&status&OK&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972278', '1');
INSERT INTO `station_status` VALUES ('2072', '13', '533db2&ECAPRO&status&OK&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972280', '1');
INSERT INTO `station_status` VALUES ('2073', '13', '533db2&ECAPRO&status&OK&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972281', '1');
INSERT INTO `station_status` VALUES ('2074', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972284', '1');
INSERT INTO `station_status` VALUES ('2075', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972293', '1');
INSERT INTO `station_status` VALUES ('2076', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972303', '1');
INSERT INTO `station_status` VALUES ('2077', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972313', '1');
INSERT INTO `station_status` VALUES ('2078', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972323', '1');
INSERT INTO `station_status` VALUES ('2079', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972333', '1');
INSERT INTO `station_status` VALUES ('2080', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972343', '1');
INSERT INTO `station_status` VALUES ('2081', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972353', '1');
INSERT INTO `station_status` VALUES ('2082', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972357', '1');
INSERT INTO `station_status` VALUES ('2083', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972364', '1');
INSERT INTO `station_status` VALUES ('2084', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972373', '1');
INSERT INTO `station_status` VALUES ('2085', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972383', '1');
INSERT INTO `station_status` VALUES ('2086', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972393', '1');
INSERT INTO `station_status` VALUES ('2087', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972399', '1');
INSERT INTO `station_status` VALUES ('2088', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972404', '1');
INSERT INTO `station_status` VALUES ('2089', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972413', '1');
INSERT INTO `station_status` VALUES ('2090', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972423', '1');
INSERT INTO `station_status` VALUES ('2091', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972433', '1');
INSERT INTO `station_status` VALUES ('2092', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972443', '1');
INSERT INTO `station_status` VALUES ('2093', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972453', '1');
INSERT INTO `station_status` VALUES ('2094', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972463', '1');
INSERT INTO `station_status` VALUES ('2095', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972473', '1');
INSERT INTO `station_status` VALUES ('2096', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972483', '1');
INSERT INTO `station_status` VALUES ('2097', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972485', '1');
INSERT INTO `station_status` VALUES ('2098', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972493', '1');
INSERT INTO `station_status` VALUES ('2099', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972503', '1');
INSERT INTO `station_status` VALUES ('2100', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972514', '1');
INSERT INTO `station_status` VALUES ('2101', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972524', '1');
INSERT INTO `station_status` VALUES ('2102', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972525', '1');
INSERT INTO `station_status` VALUES ('2103', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972533', '1');
INSERT INTO `station_status` VALUES ('2104', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972544', '1');
INSERT INTO `station_status` VALUES ('2105', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972553', '1');
INSERT INTO `station_status` VALUES ('2106', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972563', '1');
INSERT INTO `station_status` VALUES ('2107', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972573', '1');
INSERT INTO `station_status` VALUES ('2108', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972583', '1');
INSERT INTO `station_status` VALUES ('2109', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972593', '1');
INSERT INTO `station_status` VALUES ('2110', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972604', '1');
INSERT INTO `station_status` VALUES ('2111', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972608', '1');
INSERT INTO `station_status` VALUES ('2112', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972613', '1');
INSERT INTO `station_status` VALUES ('2113', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972623', '1');
INSERT INTO `station_status` VALUES ('2114', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972634', '1');
INSERT INTO `station_status` VALUES ('2115', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972644', '1');
INSERT INTO `station_status` VALUES ('2116', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972651', '1');
INSERT INTO `station_status` VALUES ('2117', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972653', '1');
INSERT INTO `station_status` VALUES ('2118', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972663', '1');
INSERT INTO `station_status` VALUES ('2119', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972673', '1');
INSERT INTO `station_status` VALUES ('2120', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972683', '1');
INSERT INTO `station_status` VALUES ('2121', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972694', '1');
INSERT INTO `station_status` VALUES ('2122', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972704', '1');
INSERT INTO `station_status` VALUES ('2123', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972713', '1');
INSERT INTO `station_status` VALUES ('2124', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972723', '1');
INSERT INTO `station_status` VALUES ('2125', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972734', '1');
INSERT INTO `station_status` VALUES ('2126', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972744', '1');
INSERT INTO `station_status` VALUES ('2127', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972754', '1');
INSERT INTO `station_status` VALUES ('2128', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972763', '1');
INSERT INTO `station_status` VALUES ('2129', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972773', '1');
INSERT INTO `station_status` VALUES ('2130', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972784', '1');
INSERT INTO `station_status` VALUES ('2131', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972794', '1');
INSERT INTO `station_status` VALUES ('2132', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972803', '1');
INSERT INTO `station_status` VALUES ('2133', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972813', '1');
INSERT INTO `station_status` VALUES ('2134', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972824', '1');
INSERT INTO `station_status` VALUES ('2135', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972834', '1');
INSERT INTO `station_status` VALUES ('2136', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972844', '1');
INSERT INTO `station_status` VALUES ('2137', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972853', '1');
INSERT INTO `station_status` VALUES ('2138', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972864', '1');
INSERT INTO `station_status` VALUES ('2139', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972874', '1');
INSERT INTO `station_status` VALUES ('2140', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972883', '1');
INSERT INTO `station_status` VALUES ('2141', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972893', '1');
INSERT INTO `station_status` VALUES ('2142', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972904', '1');
INSERT INTO `station_status` VALUES ('2143', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972914', '1');
INSERT INTO `station_status` VALUES ('2144', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972923', '1');
INSERT INTO `station_status` VALUES ('2145', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972934', '1');
INSERT INTO `station_status` VALUES ('2146', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972944', '1');
INSERT INTO `station_status` VALUES ('2147', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972954', '1');
INSERT INTO `station_status` VALUES ('2148', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972964', '1');
INSERT INTO `station_status` VALUES ('2149', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972974', '1');
INSERT INTO `station_status` VALUES ('2150', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972984', '1');
INSERT INTO `station_status` VALUES ('2151', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430972994', '1');
INSERT INTO `station_status` VALUES ('2152', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430973004', '1');
INSERT INTO `station_status` VALUES ('2153', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430973014', '1');
INSERT INTO `station_status` VALUES ('2154', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430973024', '1');
INSERT INTO `station_status` VALUES ('2155', '13', '533db2&ECAPRO&status&OK&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430973034', '1');
INSERT INTO `station_status` VALUES ('2156', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430973661', '1');
INSERT INTO `station_status` VALUES ('2157', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430973744', '1');
INSERT INTO `station_status` VALUES ('2158', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430973785', '1');
INSERT INTO `station_status` VALUES ('2159', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430973868', '1');
INSERT INTO `station_status` VALUES ('2160', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430973910', '1');
INSERT INTO `station_status` VALUES ('2161', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430973952', '1');
INSERT INTO `station_status` VALUES ('2162', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974035', '1');
INSERT INTO `station_status` VALUES ('2163', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974077', '1');
INSERT INTO `station_status` VALUES ('2164', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974159', '1');
INSERT INTO `station_status` VALUES ('2165', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974202', '1');
INSERT INTO `station_status` VALUES ('2166', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974285', '1');
INSERT INTO `station_status` VALUES ('2167', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974327', '1');
INSERT INTO `station_status` VALUES ('2168', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974369', '1');
INSERT INTO `station_status` VALUES ('2169', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974451', '1');
INSERT INTO `station_status` VALUES ('2170', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974493', '1');
INSERT INTO `station_status` VALUES ('2171', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974575', '1');
INSERT INTO `station_status` VALUES ('2172', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974617', '1');
INSERT INTO `station_status` VALUES ('2173', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974700', '1');
INSERT INTO `station_status` VALUES ('2174', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974742', '1');
INSERT INTO `station_status` VALUES ('2175', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974826', '1');
INSERT INTO `station_status` VALUES ('2176', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974868', '1');
INSERT INTO `station_status` VALUES ('2177', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974910', '1');
INSERT INTO `station_status` VALUES ('2178', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430974993', '1');
INSERT INTO `station_status` VALUES ('2179', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975035', '1');
INSERT INTO `station_status` VALUES ('2180', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975117', '1');
INSERT INTO `station_status` VALUES ('2181', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975159', '1');
INSERT INTO `station_status` VALUES ('2182', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975242', '1');
INSERT INTO `station_status` VALUES ('2183', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975284', '1');
INSERT INTO `station_status` VALUES ('2184', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975366', '1');
INSERT INTO `station_status` VALUES ('2185', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975410', '1');
INSERT INTO `station_status` VALUES ('2186', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975452', '1');
INSERT INTO `station_status` VALUES ('2187', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975534', '1');
INSERT INTO `station_status` VALUES ('2188', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975577', '1');
INSERT INTO `station_status` VALUES ('2189', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975660', '1');
INSERT INTO `station_status` VALUES ('2190', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975702', '1');
INSERT INTO `station_status` VALUES ('2191', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975784', '1');
INSERT INTO `station_status` VALUES ('2192', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975826', '1');
INSERT INTO `station_status` VALUES ('2193', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975908', '1');
INSERT INTO `station_status` VALUES ('2194', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975950', '1');
INSERT INTO `station_status` VALUES ('2195', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430975993', '1');
INSERT INTO `station_status` VALUES ('2196', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976075', '1');
INSERT INTO `station_status` VALUES ('2197', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976117', '1');
INSERT INTO `station_status` VALUES ('2198', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976200', '1');
INSERT INTO `station_status` VALUES ('2199', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976241', '1');
INSERT INTO `station_status` VALUES ('2200', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976324', '1');
INSERT INTO `station_status` VALUES ('2201', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976366', '1');
INSERT INTO `station_status` VALUES ('2202', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976448', '1');
INSERT INTO `station_status` VALUES ('2203', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976490', '1');
INSERT INTO `station_status` VALUES ('2204', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976532', '1');
INSERT INTO `station_status` VALUES ('2205', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976616', '1');
INSERT INTO `station_status` VALUES ('2206', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976658', '1');
INSERT INTO `station_status` VALUES ('2207', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976740', '1');
INSERT INTO `station_status` VALUES ('2208', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976782', '1');
INSERT INTO `station_status` VALUES ('2209', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976865', '1');
INSERT INTO `station_status` VALUES ('2210', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976907', '1');
INSERT INTO `station_status` VALUES ('2211', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430976949', '1');
INSERT INTO `station_status` VALUES ('2212', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977031', '1');
INSERT INTO `station_status` VALUES ('2213', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977074', '1');
INSERT INTO `station_status` VALUES ('2214', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977157', '1');
INSERT INTO `station_status` VALUES ('2215', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977200', '1');
INSERT INTO `station_status` VALUES ('2216', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977283', '1');
INSERT INTO `station_status` VALUES ('2217', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977325', '1');
INSERT INTO `station_status` VALUES ('2218', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977408', '1');
INSERT INTO `station_status` VALUES ('2219', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977450', '1');
INSERT INTO `station_status` VALUES ('2220', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977492', '1');
INSERT INTO `station_status` VALUES ('2221', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977575', '1');
INSERT INTO `station_status` VALUES ('2222', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977617', '1');
INSERT INTO `station_status` VALUES ('2223', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977699', '1');
INSERT INTO `station_status` VALUES ('2224', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977741', '1');
INSERT INTO `station_status` VALUES ('2225', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977824', '1');
INSERT INTO `station_status` VALUES ('2226', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977866', '1');
INSERT INTO `station_status` VALUES ('2227', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977908', '1');
INSERT INTO `station_status` VALUES ('2228', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430977991', '1');
INSERT INTO `station_status` VALUES ('2229', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978033', '1');
INSERT INTO `station_status` VALUES ('2230', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978116', '1');
INSERT INTO `station_status` VALUES ('2231', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978158', '1');
INSERT INTO `station_status` VALUES ('2232', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978241', '1');
INSERT INTO `station_status` VALUES ('2233', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978282', '1');
INSERT INTO `station_status` VALUES ('2234', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978365', '1');
INSERT INTO `station_status` VALUES ('2235', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978408', '1');
INSERT INTO `station_status` VALUES ('2236', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978450', '1');
INSERT INTO `station_status` VALUES ('2237', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978533', '1');
INSERT INTO `station_status` VALUES ('2238', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978575', '1');
INSERT INTO `station_status` VALUES ('2239', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978658', '1');
INSERT INTO `station_status` VALUES ('2240', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978700', '1');
INSERT INTO `station_status` VALUES ('2241', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978782', '1');
INSERT INTO `station_status` VALUES ('2242', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978824', '1');
INSERT INTO `station_status` VALUES ('2243', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978907', '1');
INSERT INTO `station_status` VALUES ('2244', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978949', '1');
INSERT INTO `station_status` VALUES ('2245', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430978993', '1');
INSERT INTO `station_status` VALUES ('2246', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979075', '1');
INSERT INTO `station_status` VALUES ('2247', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979117', '1');
INSERT INTO `station_status` VALUES ('2248', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979200', '1');
INSERT INTO `station_status` VALUES ('2249', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979242', '1');
INSERT INTO `station_status` VALUES ('2250', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979325', '1');
INSERT INTO `station_status` VALUES ('2251', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979367', '1');
INSERT INTO `station_status` VALUES ('2252', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979409', '1');
INSERT INTO `station_status` VALUES ('2253', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979491', '1');
INSERT INTO `station_status` VALUES ('2254', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979533', '1');
INSERT INTO `station_status` VALUES ('2255', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979617', '1');
INSERT INTO `station_status` VALUES ('2256', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979659', '1');
INSERT INTO `station_status` VALUES ('2257', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979741', '1');
INSERT INTO `station_status` VALUES ('2258', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979783', '1');
INSERT INTO `station_status` VALUES ('2259', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979866', '1');
INSERT INTO `station_status` VALUES ('2260', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979908', '1');
INSERT INTO `station_status` VALUES ('2261', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430979950', '1');
INSERT INTO `station_status` VALUES ('2262', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980032', '1');
INSERT INTO `station_status` VALUES ('2263', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980075', '1');
INSERT INTO `station_status` VALUES ('2264', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980157', '1');
INSERT INTO `station_status` VALUES ('2265', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980200', '1');
INSERT INTO `station_status` VALUES ('2266', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980282', '1');
INSERT INTO `station_status` VALUES ('2267', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980324', '1');
INSERT INTO `station_status` VALUES ('2268', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980407', '1');
INSERT INTO `station_status` VALUES ('2269', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980449', '1');
INSERT INTO `station_status` VALUES ('2270', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980491', '1');
INSERT INTO `station_status` VALUES ('2271', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980574', '1');
INSERT INTO `station_status` VALUES ('2272', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980616', '1');
INSERT INTO `station_status` VALUES ('2273', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980699', '1');
INSERT INTO `station_status` VALUES ('2274', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980741', '1');
INSERT INTO `station_status` VALUES ('2275', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980824', '1');
INSERT INTO `station_status` VALUES ('2276', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980866', '1');
INSERT INTO `station_status` VALUES ('2277', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980949', '1');
INSERT INTO `station_status` VALUES ('2278', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430980991', '1');
INSERT INTO `station_status` VALUES ('2279', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981033', '1');
INSERT INTO `station_status` VALUES ('2280', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981116', '1');
INSERT INTO `station_status` VALUES ('2281', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981158', '1');
INSERT INTO `station_status` VALUES ('2282', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981240', '1');
INSERT INTO `station_status` VALUES ('2283', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981283', '1');
INSERT INTO `station_status` VALUES ('2284', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981365', '1');
INSERT INTO `station_status` VALUES ('2285', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981409', '1');
INSERT INTO `station_status` VALUES ('2286', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981451', '1');
INSERT INTO `station_status` VALUES ('2287', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981534', '1');
INSERT INTO `station_status` VALUES ('2288', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981576', '1');
INSERT INTO `station_status` VALUES ('2289', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981658', '1');
INSERT INTO `station_status` VALUES ('2290', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981701', '1');
INSERT INTO `station_status` VALUES ('2291', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981783', '1');
INSERT INTO `station_status` VALUES ('2292', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981825', '1');
INSERT INTO `station_status` VALUES ('2293', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981908', '1');
INSERT INTO `station_status` VALUES ('2294', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981950', '1');
INSERT INTO `station_status` VALUES ('2295', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430981992', '1');
INSERT INTO `station_status` VALUES ('2296', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982075', '1');
INSERT INTO `station_status` VALUES ('2297', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982117', '1');
INSERT INTO `station_status` VALUES ('2298', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982200', '1');
INSERT INTO `station_status` VALUES ('2299', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982242', '1');
INSERT INTO `station_status` VALUES ('2300', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982325', '1');
INSERT INTO `station_status` VALUES ('2301', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982366', '1');
INSERT INTO `station_status` VALUES ('2302', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982408', '1');
INSERT INTO `station_status` VALUES ('2303', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982491', '1');
INSERT INTO `station_status` VALUES ('2304', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982533', '1');
INSERT INTO `station_status` VALUES ('2305', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982617', '1');
INSERT INTO `station_status` VALUES ('2306', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982659', '1');
INSERT INTO `station_status` VALUES ('2307', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982742', '1');
INSERT INTO `station_status` VALUES ('2308', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982784', '1');
INSERT INTO `station_status` VALUES ('2309', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982867', '1');
INSERT INTO `station_status` VALUES ('2310', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982908', '1');
INSERT INTO `station_status` VALUES ('2311', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430982950', '1');
INSERT INTO `station_status` VALUES ('2312', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983033', '1');
INSERT INTO `station_status` VALUES ('2313', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983075', '1');
INSERT INTO `station_status` VALUES ('2314', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983158', '1');
INSERT INTO `station_status` VALUES ('2315', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983201', '1');
INSERT INTO `station_status` VALUES ('2316', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983284', '1');
INSERT INTO `station_status` VALUES ('2317', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983326', '1');
INSERT INTO `station_status` VALUES ('2318', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983408', '1');
INSERT INTO `station_status` VALUES ('2319', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983450', '1');
INSERT INTO `station_status` VALUES ('2320', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983492', '1');
INSERT INTO `station_status` VALUES ('2321', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983575', '1');
INSERT INTO `station_status` VALUES ('2322', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983617', '1');
INSERT INTO `station_status` VALUES ('2323', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983700', '1');
INSERT INTO `station_status` VALUES ('2324', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983741', '1');
INSERT INTO `station_status` VALUES ('2325', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983826', '1');
INSERT INTO `station_status` VALUES ('2326', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983868', '1');
INSERT INTO `station_status` VALUES ('2327', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983910', '1');
INSERT INTO `station_status` VALUES ('2328', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430983992', '1');
INSERT INTO `station_status` VALUES ('2329', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984034', '1');
INSERT INTO `station_status` VALUES ('2330', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984117', '1');
INSERT INTO `station_status` VALUES ('2331', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984159', '1');
INSERT INTO `station_status` VALUES ('2332', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984241', '1');
INSERT INTO `station_status` VALUES ('2333', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984283', '1');
INSERT INTO `station_status` VALUES ('2334', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984365', '1');
INSERT INTO `station_status` VALUES ('2335', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984409', '1');
INSERT INTO `station_status` VALUES ('2336', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984451', '1');
INSERT INTO `station_status` VALUES ('2337', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984534', '1');
INSERT INTO `station_status` VALUES ('2338', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984576', '1');
INSERT INTO `station_status` VALUES ('2339', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984658', '1');
INSERT INTO `station_status` VALUES ('2340', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984700', '1');
INSERT INTO `station_status` VALUES ('2341', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984782', '1');
INSERT INTO `station_status` VALUES ('2342', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984824', '1');
INSERT INTO `station_status` VALUES ('2343', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984907', '1');
INSERT INTO `station_status` VALUES ('2344', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984949', '1');
INSERT INTO `station_status` VALUES ('2345', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430984992', '1');
INSERT INTO `station_status` VALUES ('2346', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985074', '1');
INSERT INTO `station_status` VALUES ('2347', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985116', '1');
INSERT INTO `station_status` VALUES ('2348', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985198', '1');
INSERT INTO `station_status` VALUES ('2349', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985240', '1');
INSERT INTO `station_status` VALUES ('2350', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985323', '1');
INSERT INTO `station_status` VALUES ('2351', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985365', '1');
INSERT INTO `station_status` VALUES ('2352', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985447', '1');
INSERT INTO `station_status` VALUES ('2353', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985489', '1');
INSERT INTO `station_status` VALUES ('2354', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985531', '1');
INSERT INTO `station_status` VALUES ('2355', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985615', '1');
INSERT INTO `station_status` VALUES ('2356', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985657', '1');
INSERT INTO `station_status` VALUES ('2357', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985740', '1');
INSERT INTO `station_status` VALUES ('2358', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985782', '1');
INSERT INTO `station_status` VALUES ('2359', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985864', '1');
INSERT INTO `station_status` VALUES ('2360', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985906', '1');
INSERT INTO `station_status` VALUES ('2361', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430985949', '1');
INSERT INTO `station_status` VALUES ('2362', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986031', '1');
INSERT INTO `station_status` VALUES ('2363', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986073', '1');
INSERT INTO `station_status` VALUES ('2364', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986155', '1');
INSERT INTO `station_status` VALUES ('2365', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986198', '1');
INSERT INTO `station_status` VALUES ('2366', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986281', '1');
INSERT INTO `station_status` VALUES ('2367', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986322', '1');
INSERT INTO `station_status` VALUES ('2368', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986405', '1');
INSERT INTO `station_status` VALUES ('2369', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986446', '1');
INSERT INTO `station_status` VALUES ('2370', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986488', '1');
INSERT INTO `station_status` VALUES ('2371', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986571', '1');
INSERT INTO `station_status` VALUES ('2372', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986613', '1');
INSERT INTO `station_status` VALUES ('2373', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986695', '1');
INSERT INTO `station_status` VALUES ('2374', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986737', '1');
INSERT INTO `station_status` VALUES ('2375', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986821', '1');
INSERT INTO `station_status` VALUES ('2376', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986862', '1');
INSERT INTO `station_status` VALUES ('2377', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986945', '1');
INSERT INTO `station_status` VALUES ('2378', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430986987', '1');
INSERT INTO `station_status` VALUES ('2379', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987029', '1');
INSERT INTO `station_status` VALUES ('2380', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987111', '1');
INSERT INTO `station_status` VALUES ('2381', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987153', '1');
INSERT INTO `station_status` VALUES ('2382', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987236', '1');
INSERT INTO `station_status` VALUES ('2383', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987278', '1');
INSERT INTO `station_status` VALUES ('2384', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987360', '1');
INSERT INTO `station_status` VALUES ('2385', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987403', '1');
INSERT INTO `station_status` VALUES ('2386', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987485', '1');
INSERT INTO `station_status` VALUES ('2387', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987527', '1');
INSERT INTO `station_status` VALUES ('2388', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987569', '1');
INSERT INTO `station_status` VALUES ('2389', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987652', '1');
INSERT INTO `station_status` VALUES ('2390', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987694', '1');
INSERT INTO `station_status` VALUES ('2391', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987777', '1');
INSERT INTO `station_status` VALUES ('2392', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987819', '1');
INSERT INTO `station_status` VALUES ('2393', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987902', '1');
INSERT INTO `station_status` VALUES ('2394', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430987943', '1');
INSERT INTO `station_status` VALUES ('2395', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988027', '1');
INSERT INTO `station_status` VALUES ('2396', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988069', '1');
INSERT INTO `station_status` VALUES ('2397', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988111', '1');
INSERT INTO `station_status` VALUES ('2398', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988194', '1');
INSERT INTO `station_status` VALUES ('2399', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988235', '1');
INSERT INTO `station_status` VALUES ('2400', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988318', '1');
INSERT INTO `station_status` VALUES ('2401', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988360', '1');
INSERT INTO `station_status` VALUES ('2402', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988442', '1');
INSERT INTO `station_status` VALUES ('2403', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988484', '1');
INSERT INTO `station_status` VALUES ('2404', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988567', '1');
INSERT INTO `station_status` VALUES ('2405', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988610', '1');
INSERT INTO `station_status` VALUES ('2406', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988652', '1');
INSERT INTO `station_status` VALUES ('2407', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988735', '1');
INSERT INTO `station_status` VALUES ('2408', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988777', '1');
INSERT INTO `station_status` VALUES ('2409', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988859', '1');
INSERT INTO `station_status` VALUES ('2410', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988901', '1');
INSERT INTO `station_status` VALUES ('2411', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430988984', '1');
INSERT INTO `station_status` VALUES ('2412', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989026', '1');
INSERT INTO `station_status` VALUES ('2413', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989108', '1');
INSERT INTO `station_status` VALUES ('2414', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989150', '1');
INSERT INTO `station_status` VALUES ('2415', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989194', '1');
INSERT INTO `station_status` VALUES ('2416', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989276', '1');
INSERT INTO `station_status` VALUES ('2417', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989318', '1');
INSERT INTO `station_status` VALUES ('2418', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989401', '1');
INSERT INTO `station_status` VALUES ('2419', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989443', '1');
INSERT INTO `station_status` VALUES ('2420', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989525', '1');
INSERT INTO `station_status` VALUES ('2421', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989567', '1');
INSERT INTO `station_status` VALUES ('2422', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989609', '1');
INSERT INTO `station_status` VALUES ('2423', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989691', '1');
INSERT INTO `station_status` VALUES ('2424', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989733', '1');
INSERT INTO `station_status` VALUES ('2425', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989817', '1');
INSERT INTO `station_status` VALUES ('2426', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989858', '1');
INSERT INTO `station_status` VALUES ('2427', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989941', '1');
INSERT INTO `station_status` VALUES ('2428', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430989983', '1');
INSERT INTO `station_status` VALUES ('2429', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990066', '1');
INSERT INTO `station_status` VALUES ('2430', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990107', '1');
INSERT INTO `station_status` VALUES ('2431', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990150', '1');
INSERT INTO `station_status` VALUES ('2432', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990233', '1');
INSERT INTO `station_status` VALUES ('2433', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990274', '1');
INSERT INTO `station_status` VALUES ('2434', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990357', '1');
INSERT INTO `station_status` VALUES ('2435', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990399', '1');
INSERT INTO `station_status` VALUES ('2436', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990482', '1');
INSERT INTO `station_status` VALUES ('2437', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990524', '1');
INSERT INTO `station_status` VALUES ('2438', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990606', '1');
INSERT INTO `station_status` VALUES ('2439', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990648', '1');
INSERT INTO `station_status` VALUES ('2440', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990690', '1');
INSERT INTO `station_status` VALUES ('2441', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990773', '1');
INSERT INTO `station_status` VALUES ('2442', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990815', '1');
INSERT INTO `station_status` VALUES ('2443', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990897', '1');
INSERT INTO `station_status` VALUES ('2444', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430990939', '1');
INSERT INTO `station_status` VALUES ('2445', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991023', '1');
INSERT INTO `station_status` VALUES ('2446', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991065', '1');
INSERT INTO `station_status` VALUES ('2447', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991147', '1');
INSERT INTO `station_status` VALUES ('2448', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991189', '1');
INSERT INTO `station_status` VALUES ('2449', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991231', '1');
INSERT INTO `station_status` VALUES ('2450', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991314', '1');
INSERT INTO `station_status` VALUES ('2451', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991356', '1');
INSERT INTO `station_status` VALUES ('2452', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991439', '1');
INSERT INTO `station_status` VALUES ('2453', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991481', '1');
INSERT INTO `station_status` VALUES ('2454', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991563', '1');
INSERT INTO `station_status` VALUES ('2455', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991606', '1');
INSERT INTO `station_status` VALUES ('2456', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991688', '1');
INSERT INTO `station_status` VALUES ('2457', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991730', '1');
INSERT INTO `station_status` VALUES ('2458', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991772', '1');
INSERT INTO `station_status` VALUES ('2459', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991855', '1');
INSERT INTO `station_status` VALUES ('2460', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991896', '1');
INSERT INTO `station_status` VALUES ('2461', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430991979', '1');
INSERT INTO `station_status` VALUES ('2462', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992021', '1');
INSERT INTO `station_status` VALUES ('2463', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992103', '1');
INSERT INTO `station_status` VALUES ('2464', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992145', '1');
INSERT INTO `station_status` VALUES ('2465', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992229', '1');
INSERT INTO `station_status` VALUES ('2466', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992271', '1');
INSERT INTO `station_status` VALUES ('2467', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992312', '1');
INSERT INTO `station_status` VALUES ('2468', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992395', '1');
INSERT INTO `station_status` VALUES ('2469', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992437', '1');
INSERT INTO `station_status` VALUES ('2470', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992520', '1');
INSERT INTO `station_status` VALUES ('2471', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992562', '1');
INSERT INTO `station_status` VALUES ('2472', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992644', '1');
INSERT INTO `station_status` VALUES ('2473', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992686', '1');
INSERT INTO `station_status` VALUES ('2474', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992729', '1');
INSERT INTO `station_status` VALUES ('2475', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992812', '1');
INSERT INTO `station_status` VALUES ('2476', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992854', '1');
INSERT INTO `station_status` VALUES ('2477', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992937', '1');
INSERT INTO `station_status` VALUES ('2478', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430992979', '1');
INSERT INTO `station_status` VALUES ('2479', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993061', '1');
INSERT INTO `station_status` VALUES ('2480', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993103', '1');
INSERT INTO `station_status` VALUES ('2481', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993186', '1');
INSERT INTO `station_status` VALUES ('2482', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993228', '1');
INSERT INTO `station_status` VALUES ('2483', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993270', '1');
INSERT INTO `station_status` VALUES ('2484', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993353', '1');
INSERT INTO `station_status` VALUES ('2485', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993395', '1');
INSERT INTO `station_status` VALUES ('2486', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993478', '1');
INSERT INTO `station_status` VALUES ('2487', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993520', '1');
INSERT INTO `station_status` VALUES ('2488', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993602', '1');
INSERT INTO `station_status` VALUES ('2489', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993645', '1');
INSERT INTO `station_status` VALUES ('2490', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993727', '1');
INSERT INTO `station_status` VALUES ('2491', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993769', '1');
INSERT INTO `station_status` VALUES ('2492', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993811', '1');
INSERT INTO `station_status` VALUES ('2493', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993894', '1');
INSERT INTO `station_status` VALUES ('2494', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430993936', '1');
INSERT INTO `station_status` VALUES ('2495', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994020', '1');
INSERT INTO `station_status` VALUES ('2496', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994062', '1');
INSERT INTO `station_status` VALUES ('2497', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994145', '1');
INSERT INTO `station_status` VALUES ('2498', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994187', '1');
INSERT INTO `station_status` VALUES ('2499', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994228', '1');
INSERT INTO `station_status` VALUES ('2500', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994311', '1');
INSERT INTO `station_status` VALUES ('2501', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994353', '1');
INSERT INTO `station_status` VALUES ('2502', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994435', '1');
INSERT INTO `station_status` VALUES ('2503', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994477', '1');
INSERT INTO `station_status` VALUES ('2504', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994560', '1');
INSERT INTO `station_status` VALUES ('2505', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994604', '1');
INSERT INTO `station_status` VALUES ('2506', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994686', '1');
INSERT INTO `station_status` VALUES ('2507', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994728', '1');
INSERT INTO `station_status` VALUES ('2508', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994770', '1');
INSERT INTO `station_status` VALUES ('2509', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994852', '1');
INSERT INTO `station_status` VALUES ('2510', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994894', '1');
INSERT INTO `station_status` VALUES ('2511', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430994976', '1');
INSERT INTO `station_status` VALUES ('2512', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995018', '1');
INSERT INTO `station_status` VALUES ('2513', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995101', '1');
INSERT INTO `station_status` VALUES ('2514', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995143', '1');
INSERT INTO `station_status` VALUES ('2515', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995227', '1');
INSERT INTO `station_status` VALUES ('2516', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995269', '1');
INSERT INTO `station_status` VALUES ('2517', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995310', '1');
INSERT INTO `station_status` VALUES ('2518', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995393', '1');
INSERT INTO `station_status` VALUES ('2519', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995435', '1');
INSERT INTO `station_status` VALUES ('2520', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995517', '1');
INSERT INTO `station_status` VALUES ('2521', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995559', '1');
INSERT INTO `station_status` VALUES ('2522', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995642', '1');
INSERT INTO `station_status` VALUES ('2523', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995684', '1');
INSERT INTO `station_status` VALUES ('2524', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995766', '1');
INSERT INTO `station_status` VALUES ('2525', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995809', '1');
INSERT INTO `station_status` VALUES ('2526', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995851', '1');
INSERT INTO `station_status` VALUES ('2527', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995934', '1');
INSERT INTO `station_status` VALUES ('2528', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430995976', '1');
INSERT INTO `station_status` VALUES ('2529', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996058', '1');
INSERT INTO `station_status` VALUES ('2530', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996100', '1');
INSERT INTO `station_status` VALUES ('2531', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996183', '1');
INSERT INTO `station_status` VALUES ('2532', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996225', '1');
INSERT INTO `station_status` VALUES ('2533', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996308', '1');
INSERT INTO `station_status` VALUES ('2534', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996350', '1');
INSERT INTO `station_status` VALUES ('2535', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996393', '1');
INSERT INTO `station_status` VALUES ('2536', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996476', '1');
INSERT INTO `station_status` VALUES ('2537', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996518', '1');
INSERT INTO `station_status` VALUES ('2538', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996600', '1');
INSERT INTO `station_status` VALUES ('2539', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996642', '1');
INSERT INTO `station_status` VALUES ('2540', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996725', '1');
INSERT INTO `station_status` VALUES ('2541', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996767', '1');
INSERT INTO `station_status` VALUES ('2542', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996809', '1');
INSERT INTO `station_status` VALUES ('2543', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996891', '1');
INSERT INTO `station_status` VALUES ('2544', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430996933', '1');
INSERT INTO `station_status` VALUES ('2545', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997017', '1');
INSERT INTO `station_status` VALUES ('2546', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997059', '1');
INSERT INTO `station_status` VALUES ('2547', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997142', '1');
INSERT INTO `station_status` VALUES ('2548', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997184', '1');
INSERT INTO `station_status` VALUES ('2549', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997266', '1');
INSERT INTO `station_status` VALUES ('2550', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997308', '1');
INSERT INTO `station_status` VALUES ('2551', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997350', '1');
INSERT INTO `station_status` VALUES ('2552', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997433', '1');
INSERT INTO `station_status` VALUES ('2553', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997475', '1');
INSERT INTO `station_status` VALUES ('2554', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997557', '1');
INSERT INTO `station_status` VALUES ('2555', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997600', '1');
INSERT INTO `station_status` VALUES ('2556', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997682', '1');
INSERT INTO `station_status` VALUES ('2557', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997724', '1');
INSERT INTO `station_status` VALUES ('2558', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997807', '1');
INSERT INTO `station_status` VALUES ('2559', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997849', '1');
INSERT INTO `station_status` VALUES ('2560', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997890', '1');
INSERT INTO `station_status` VALUES ('2561', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430997973', '1');
INSERT INTO `station_status` VALUES ('2562', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998015', '1');
INSERT INTO `station_status` VALUES ('2563', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998097', '1');
INSERT INTO `station_status` VALUES ('2564', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998139', '1');
INSERT INTO `station_status` VALUES ('2565', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998223', '1');
INSERT INTO `station_status` VALUES ('2566', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998265', '1');
INSERT INTO `station_status` VALUES ('2567', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998348', '1');
INSERT INTO `station_status` VALUES ('2568', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998390', '1');
INSERT INTO `station_status` VALUES ('2569', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998432', '1');
INSERT INTO `station_status` VALUES ('2570', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998515', '1');
INSERT INTO `station_status` VALUES ('2571', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998557', '1');
INSERT INTO `station_status` VALUES ('2572', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998639', '1');
INSERT INTO `station_status` VALUES ('2573', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998681', '1');
INSERT INTO `station_status` VALUES ('2574', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998764', '1');
INSERT INTO `station_status` VALUES ('2575', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998807', '1');
INSERT INTO `station_status` VALUES ('2576', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998849', '1');
INSERT INTO `station_status` VALUES ('2577', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998932', '1');
INSERT INTO `station_status` VALUES ('2578', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430998974', '1');
INSERT INTO `station_status` VALUES ('2579', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999056', '1');
INSERT INTO `station_status` VALUES ('2580', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999098', '1');
INSERT INTO `station_status` VALUES ('2581', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999180', '1');
INSERT INTO `station_status` VALUES ('2582', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999222', '1');
INSERT INTO `station_status` VALUES ('2583', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999305', '1');
INSERT INTO `station_status` VALUES ('2584', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999347', '1');
INSERT INTO `station_status` VALUES ('2585', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999389', '1');
INSERT INTO `station_status` VALUES ('2586', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999472', '1');
INSERT INTO `station_status` VALUES ('2587', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999514', '1');
INSERT INTO `station_status` VALUES ('2588', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999596', '1');
INSERT INTO `station_status` VALUES ('2589', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999638', '1');
INSERT INTO `station_status` VALUES ('2590', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999721', '1');
INSERT INTO `station_status` VALUES ('2591', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999763', '1');
INSERT INTO `station_status` VALUES ('2592', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999845', '1');
INSERT INTO `station_status` VALUES ('2593', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999887', '1');
INSERT INTO `station_status` VALUES ('2594', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1430999930', '1');
INSERT INTO `station_status` VALUES ('2595', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000014', '1');
INSERT INTO `station_status` VALUES ('2596', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000056', '1');
INSERT INTO `station_status` VALUES ('2597', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000139', '1');
INSERT INTO `station_status` VALUES ('2598', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000181', '1');
INSERT INTO `station_status` VALUES ('2599', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000263', '1');
INSERT INTO `station_status` VALUES ('2600', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000305', '1');
INSERT INTO `station_status` VALUES ('2601', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000388', '1');
INSERT INTO `station_status` VALUES ('2602', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000430', '1');
INSERT INTO `station_status` VALUES ('2603', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000472', '1');
INSERT INTO `station_status` VALUES ('2604', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000554', '1');
INSERT INTO `station_status` VALUES ('2605', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000597', '1');
INSERT INTO `station_status` VALUES ('2606', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000680', '1');
INSERT INTO `station_status` VALUES ('2607', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000722', '1');
INSERT INTO `station_status` VALUES ('2608', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000805', '1');
INSERT INTO `station_status` VALUES ('2609', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000847', '1');
INSERT INTO `station_status` VALUES ('2610', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000889', '1');
INSERT INTO `station_status` VALUES ('2611', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431000971', '1');
INSERT INTO `station_status` VALUES ('2612', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001014', '1');
INSERT INTO `station_status` VALUES ('2613', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001096', '1');
INSERT INTO `station_status` VALUES ('2614', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001138', '1');
INSERT INTO `station_status` VALUES ('2615', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001222', '1');
INSERT INTO `station_status` VALUES ('2616', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001264', '1');
INSERT INTO `station_status` VALUES ('2617', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001346', '1');
INSERT INTO `station_status` VALUES ('2618', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001388', '1');
INSERT INTO `station_status` VALUES ('2619', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001430', '1');
INSERT INTO `station_status` VALUES ('2620', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001512', '1');
INSERT INTO `station_status` VALUES ('2621', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001555', '1');
INSERT INTO `station_status` VALUES ('2622', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001637', '1');
INSERT INTO `station_status` VALUES ('2623', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001679', '1');
INSERT INTO `station_status` VALUES ('2624', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001762', '1');
INSERT INTO `station_status` VALUES ('2625', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001806', '1');
INSERT INTO `station_status` VALUES ('2626', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001888', '1');
INSERT INTO `station_status` VALUES ('2627', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001930', '1');
INSERT INTO `station_status` VALUES ('2628', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431001973', '1');
INSERT INTO `station_status` VALUES ('2629', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002055', '1');
INSERT INTO `station_status` VALUES ('2630', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002097', '1');
INSERT INTO `station_status` VALUES ('2631', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002179', '1');
INSERT INTO `station_status` VALUES ('2632', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002222', '1');
INSERT INTO `station_status` VALUES ('2633', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002305', '1');
INSERT INTO `station_status` VALUES ('2634', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002347', '1');
INSERT INTO `station_status` VALUES ('2635', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002390', '1');
INSERT INTO `station_status` VALUES ('2636', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002473', '1');
INSERT INTO `station_status` VALUES ('2637', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002515', '1');
INSERT INTO `station_status` VALUES ('2638', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002597', '1');
INSERT INTO `station_status` VALUES ('2639', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002639', '1');
INSERT INTO `station_status` VALUES ('2640', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002722', '1');
INSERT INTO `station_status` VALUES ('2641', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002764', '1');
INSERT INTO `station_status` VALUES ('2642', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002846', '1');
INSERT INTO `station_status` VALUES ('2643', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002888', '1');
INSERT INTO `station_status` VALUES ('2644', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431002930', '1');
INSERT INTO `station_status` VALUES ('2645', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003014', '1');
INSERT INTO `station_status` VALUES ('2646', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003055', '1');
INSERT INTO `station_status` VALUES ('2647', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003138', '1');
INSERT INTO `station_status` VALUES ('2648', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003180', '1');
INSERT INTO `station_status` VALUES ('2649', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003262', '1');
INSERT INTO `station_status` VALUES ('2650', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003304', '1');
INSERT INTO `station_status` VALUES ('2651', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003387', '1');
INSERT INTO `station_status` VALUES ('2652', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003429', '1');
INSERT INTO `station_status` VALUES ('2653', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003470', '1');
INSERT INTO `station_status` VALUES ('2654', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003553', '1');
INSERT INTO `station_status` VALUES ('2655', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003596', '1');
INSERT INTO `station_status` VALUES ('2656', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003678', '1');
INSERT INTO `station_status` VALUES ('2657', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003720', '1');
INSERT INTO `station_status` VALUES ('2658', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003803', '1');
INSERT INTO `station_status` VALUES ('2659', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003844', '1');
INSERT INTO `station_status` VALUES ('2660', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003927', '1');
INSERT INTO `station_status` VALUES ('2661', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431003969', '1');
INSERT INTO `station_status` VALUES ('2662', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004010', '1');
INSERT INTO `station_status` VALUES ('2663', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004093', '1');
INSERT INTO `station_status` VALUES ('2664', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004135', '1');
INSERT INTO `station_status` VALUES ('2665', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004220', '1');
INSERT INTO `station_status` VALUES ('2666', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004262', '1');
INSERT INTO `station_status` VALUES ('2667', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004344', '1');
INSERT INTO `station_status` VALUES ('2668', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004386', '1');
INSERT INTO `station_status` VALUES ('2669', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004428', '1');
INSERT INTO `station_status` VALUES ('2670', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004511', '1');
INSERT INTO `station_status` VALUES ('2671', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004553', '1');
INSERT INTO `station_status` VALUES ('2672', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004635', '1');
INSERT INTO `station_status` VALUES ('2673', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004678', '1');
INSERT INTO `station_status` VALUES ('2674', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004760', '1');
INSERT INTO `station_status` VALUES ('2675', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004804', '1');
INSERT INTO `station_status` VALUES ('2676', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004886', '1');
INSERT INTO `station_status` VALUES ('2677', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004928', '1');
INSERT INTO `station_status` VALUES ('2678', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431004970', '1');
INSERT INTO `station_status` VALUES ('2679', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431005053', '1');
INSERT INTO `station_status` VALUES ('2680', '13', '533db2&ECAPRO&status&DISARM&8&17&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431005095', '1');
INSERT INTO `station_status` VALUES ('2681', '13', '533db2&ECAPRO&status&DISARM&8&17&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431005177', '1');
INSERT INTO `station_status` VALUES ('2682', '13', '533db2&ECAPRO&status&DISARM&8&17&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431005219', '1');
INSERT INTO `station_status` VALUES ('2683', '13', '533db2&ECAPRO&status&DISARM&8&49&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431005302', '1');
INSERT INTO `station_status` VALUES ('2684', '13', '533db2&ECAPRO&status&DISARM&8&49&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431005345', '1');
INSERT INTO `station_status` VALUES ('2685', '13', '533db2&ECAPRO&status&DISARM&8&49&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431005429', '1');
INSERT INTO `station_status` VALUES ('2686', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431108490', '1');
INSERT INTO `station_status` VALUES ('2687', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431108533', '1');
INSERT INTO `station_status` VALUES ('2688', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431108575', '1');
INSERT INTO `station_status` VALUES ('2689', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431108658', '1');
INSERT INTO `station_status` VALUES ('2690', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431108700', '1');
INSERT INTO `station_status` VALUES ('2691', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431108782', '1');
INSERT INTO `station_status` VALUES ('2692', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431108824', '1');
INSERT INTO `station_status` VALUES ('2693', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431108907', '1');
INSERT INTO `station_status` VALUES ('2694', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431108949', '1');
INSERT INTO `station_status` VALUES ('2695', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431108993', '1');
INSERT INTO `station_status` VALUES ('2696', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109076', '1');
INSERT INTO `station_status` VALUES ('2697', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109118', '1');
INSERT INTO `station_status` VALUES ('2698', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109201', '1');
INSERT INTO `station_status` VALUES ('2699', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109243', '1');
INSERT INTO `station_status` VALUES ('2700', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109326', '1');
INSERT INTO `station_status` VALUES ('2701', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109368', '1');
INSERT INTO `station_status` VALUES ('2702', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109411', '1');
INSERT INTO `station_status` VALUES ('2703', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109494', '1');
INSERT INTO `station_status` VALUES ('2704', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109536', '1');
INSERT INTO `station_status` VALUES ('2705', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109620', '1');
INSERT INTO `station_status` VALUES ('2706', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109662', '1');
INSERT INTO `station_status` VALUES ('2707', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109745', '1');
INSERT INTO `station_status` VALUES ('2708', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109787', '1');
INSERT INTO `station_status` VALUES ('2709', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109829', '1');
INSERT INTO `station_status` VALUES ('2710', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109911', '1');
INSERT INTO `station_status` VALUES ('2711', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431109953', '1');
INSERT INTO `station_status` VALUES ('2712', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110036', '1');
INSERT INTO `station_status` VALUES ('2713', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110078', '1');
INSERT INTO `station_status` VALUES ('2714', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110161', '1');
INSERT INTO `station_status` VALUES ('2715', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110204', '1');
INSERT INTO `station_status` VALUES ('2716', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110286', '1');
INSERT INTO `station_status` VALUES ('2717', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110328', '1');
INSERT INTO `station_status` VALUES ('2718', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110370', '1');
INSERT INTO `station_status` VALUES ('2719', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110453', '1');
INSERT INTO `station_status` VALUES ('2720', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110495', '1');
INSERT INTO `station_status` VALUES ('2721', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110578', '1');
INSERT INTO `station_status` VALUES ('2722', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110620', '1');
INSERT INTO `station_status` VALUES ('2723', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110703', '1');
INSERT INTO `station_status` VALUES ('2724', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110745', '1');
INSERT INTO `station_status` VALUES ('2725', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110829', '1');
INSERT INTO `station_status` VALUES ('2726', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110871', '1');
INSERT INTO `station_status` VALUES ('2727', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110913', '1');
INSERT INTO `station_status` VALUES ('2728', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431110996', '1');
INSERT INTO `station_status` VALUES ('2729', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111039', '1');
INSERT INTO `station_status` VALUES ('2730', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111122', '1');
INSERT INTO `station_status` VALUES ('2731', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111164', '1');
INSERT INTO `station_status` VALUES ('2732', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111247', '1');
INSERT INTO `station_status` VALUES ('2733', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111289', '1');
INSERT INTO `station_status` VALUES ('2734', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111331', '1');
INSERT INTO `station_status` VALUES ('2735', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111414', '1');
INSERT INTO `station_status` VALUES ('2736', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111456', '1');
INSERT INTO `station_status` VALUES ('2737', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111539', '1');
INSERT INTO `station_status` VALUES ('2738', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111582', '1');
INSERT INTO `station_status` VALUES ('2739', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111665', '1');
INSERT INTO `station_status` VALUES ('2740', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111707', '1');
INSERT INTO `station_status` VALUES ('2741', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111749', '1');
INSERT INTO `station_status` VALUES ('2742', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111832', '1');
INSERT INTO `station_status` VALUES ('2743', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111874', '1');
INSERT INTO `station_status` VALUES ('2744', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111956', '1');
INSERT INTO `station_status` VALUES ('2745', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431111999', '1');
INSERT INTO `station_status` VALUES ('2746', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112082', '1');
INSERT INTO `station_status` VALUES ('2747', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112125', '1');
INSERT INTO `station_status` VALUES ('2748', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112207', '1');
INSERT INTO `station_status` VALUES ('2749', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112249', '1');
INSERT INTO `station_status` VALUES ('2750', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112291', '1');
INSERT INTO `station_status` VALUES ('2751', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112374', '1');
INSERT INTO `station_status` VALUES ('2752', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112416', '1');
INSERT INTO `station_status` VALUES ('2753', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112499', '1');
INSERT INTO `station_status` VALUES ('2754', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112541', '1');
INSERT INTO `station_status` VALUES ('2755', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112624', '1');
INSERT INTO `station_status` VALUES ('2756', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112666', '1');
INSERT INTO `station_status` VALUES ('2757', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112708', '1');
INSERT INTO `station_status` VALUES ('2758', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112791', '1');
INSERT INTO `station_status` VALUES ('2759', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112833', '1');
INSERT INTO `station_status` VALUES ('2760', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112916', '1');
INSERT INTO `station_status` VALUES ('2761', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431112958', '1');
INSERT INTO `station_status` VALUES ('2762', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113041', '1');
INSERT INTO `station_status` VALUES ('2763', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113082', '1');
INSERT INTO `station_status` VALUES ('2764', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113165', '1');
INSERT INTO `station_status` VALUES ('2765', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113208', '1');
INSERT INTO `station_status` VALUES ('2766', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113250', '1');
INSERT INTO `station_status` VALUES ('2767', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113333', '1');
INSERT INTO `station_status` VALUES ('2768', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113375', '1');
INSERT INTO `station_status` VALUES ('2769', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113458', '1');
INSERT INTO `station_status` VALUES ('2770', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113500', '1');
INSERT INTO `station_status` VALUES ('2771', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113582', '1');
INSERT INTO `station_status` VALUES ('2772', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113624', '1');
INSERT INTO `station_status` VALUES ('2773', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113707', '1');
INSERT INTO `station_status` VALUES ('2774', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113749', '1');
INSERT INTO `station_status` VALUES ('2775', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113792', '1');
INSERT INTO `station_status` VALUES ('2776', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113875', '1');
INSERT INTO `station_status` VALUES ('2777', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431113917', '1');
INSERT INTO `station_status` VALUES ('2778', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114000', '1');
INSERT INTO `station_status` VALUES ('2779', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114042', '1');
INSERT INTO `station_status` VALUES ('2780', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114124', '1');
INSERT INTO `station_status` VALUES ('2781', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114166', '1');
INSERT INTO `station_status` VALUES ('2782', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114208', '1');
INSERT INTO `station_status` VALUES ('2783', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114291', '1');
INSERT INTO `station_status` VALUES ('2784', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114333', '1');
INSERT INTO `station_status` VALUES ('2785', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114416', '1');
INSERT INTO `station_status` VALUES ('2786', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114458', '1');
INSERT INTO `station_status` VALUES ('2787', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114541', '1');
INSERT INTO `station_status` VALUES ('2788', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114585', '1');
INSERT INTO `station_status` VALUES ('2789', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114668', '1');
INSERT INTO `station_status` VALUES ('2790', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114710', '1');
INSERT INTO `station_status` VALUES ('2791', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114752', '1');
INSERT INTO `station_status` VALUES ('2792', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114835', '1');
INSERT INTO `station_status` VALUES ('2793', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114877', '1');
INSERT INTO `station_status` VALUES ('2794', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431114960', '1');
INSERT INTO `station_status` VALUES ('2795', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115002', '1');
INSERT INTO `station_status` VALUES ('2796', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115085', '1');
INSERT INTO `station_status` VALUES ('2797', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115127', '1');
INSERT INTO `station_status` VALUES ('2798', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115170', '1');
INSERT INTO `station_status` VALUES ('2799', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115253', '1');
INSERT INTO `station_status` VALUES ('2800', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115295', '1');
INSERT INTO `station_status` VALUES ('2801', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115378', '1');
INSERT INTO `station_status` VALUES ('2802', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115420', '1');
INSERT INTO `station_status` VALUES ('2803', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115502', '1');
INSERT INTO `station_status` VALUES ('2804', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115544', '1');
INSERT INTO `station_status` VALUES ('2805', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115628', '1');
INSERT INTO `station_status` VALUES ('2806', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115670', '1');
INSERT INTO `station_status` VALUES ('2807', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115712', '1');
INSERT INTO `station_status` VALUES ('2808', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115795', '1');
INSERT INTO `station_status` VALUES ('2809', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115837', '1');
INSERT INTO `station_status` VALUES ('2810', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115920', '1');
INSERT INTO `station_status` VALUES ('2811', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431115962', '1');
INSERT INTO `station_status` VALUES ('2812', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116045', '1');
INSERT INTO `station_status` VALUES ('2813', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116087', '1');
INSERT INTO `station_status` VALUES ('2814', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116129', '1');
INSERT INTO `station_status` VALUES ('2815', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116213', '1');
INSERT INTO `station_status` VALUES ('2816', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116256', '1');
INSERT INTO `station_status` VALUES ('2817', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116338', '1');
INSERT INTO `station_status` VALUES ('2818', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116380', '1');
INSERT INTO `station_status` VALUES ('2819', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116463', '1');
INSERT INTO `station_status` VALUES ('2820', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116505', '1');
INSERT INTO `station_status` VALUES ('2821', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116588', '1');
INSERT INTO `station_status` VALUES ('2822', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116630', '1');
INSERT INTO `station_status` VALUES ('2823', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116672', '1');
INSERT INTO `station_status` VALUES ('2824', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116755', '1');
INSERT INTO `station_status` VALUES ('2825', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116798', '1');
INSERT INTO `station_status` VALUES ('2826', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116880', '1');
INSERT INTO `station_status` VALUES ('2827', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431116923', '1');
INSERT INTO `station_status` VALUES ('2828', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117006', '1');
INSERT INTO `station_status` VALUES ('2829', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117048', '1');
INSERT INTO `station_status` VALUES ('2830', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117090', '1');
INSERT INTO `station_status` VALUES ('2831', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117173', '1');
INSERT INTO `station_status` VALUES ('2832', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117215', '1');
INSERT INTO `station_status` VALUES ('2833', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117297', '1');
INSERT INTO `station_status` VALUES ('2834', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117340', '1');
INSERT INTO `station_status` VALUES ('2835', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117423', '1');
INSERT INTO `station_status` VALUES ('2836', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117465', '1');
INSERT INTO `station_status` VALUES ('2837', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117548', '1');
INSERT INTO `station_status` VALUES ('2838', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117591', '1');
INSERT INTO `station_status` VALUES ('2839', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117633', '1');
INSERT INTO `station_status` VALUES ('2840', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117840', '1');
INSERT INTO `station_status` VALUES ('2841', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117890', '1');
INSERT INTO `station_status` VALUES ('2842', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117940', '1');
INSERT INTO `station_status` VALUES ('2843', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431117992', '1');
INSERT INTO `station_status` VALUES ('2844', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118083', '1');
INSERT INTO `station_status` VALUES ('2845', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118135', '1');
INSERT INTO `station_status` VALUES ('2846', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118184', '1');
INSERT INTO `station_status` VALUES ('2847', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118235', '1');
INSERT INTO `station_status` VALUES ('2848', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118327', '1');
INSERT INTO `station_status` VALUES ('2849', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118377', '1');
INSERT INTO `station_status` VALUES ('2850', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118428', '1');
INSERT INTO `station_status` VALUES ('2851', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118478', '1');
INSERT INTO `station_status` VALUES ('2852', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118734', '1');
INSERT INTO `station_status` VALUES ('2853', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118784', '1');
INSERT INTO `station_status` VALUES ('2854', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118835', '1');
INSERT INTO `station_status` VALUES ('2855', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118926', '1');
INSERT INTO `station_status` VALUES ('2856', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431118976', '1');
INSERT INTO `station_status` VALUES ('2857', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431119152', '1');
INSERT INTO `station_status` VALUES ('2858', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431119400', '1');
INSERT INTO `station_status` VALUES ('2859', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431119525', '1');
INSERT INTO `station_status` VALUES ('2860', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431119586', '1');
INSERT INTO `station_status` VALUES ('2861', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431119637', '1');
INSERT INTO `station_status` VALUES ('2862', '13', '533db2&ECAPRO&status&DISARM&8&3&33&0&0&0&0&0&0&0&0&0&0\n', '1', '1431119680', '1');
INSERT INTO `station_status` VALUES ('2863', '13', '533db2&ECAPRO&status&DISARM&8&3&33&0&0&0&0&0&0&0&0&0&0\n', '1', '1431119771', '1');
INSERT INTO `station_status` VALUES ('2864', '13', '533db2&ECAPRO&status&DISARM&8&1&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431119813', '1');
INSERT INTO `station_status` VALUES ('2865', '13', '533db2&ECAPRO&status&DISARM&8&0&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431119863', '1');
INSERT INTO `station_status` VALUES ('2866', '13', '533db2&ECAPRO&status&DISARM&8&0&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431119914', '1');
INSERT INTO `station_status` VALUES ('2867', '13', '533db2&ECAPRO&status&DISARM&8&0&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120006', '1');
INSERT INTO `station_status` VALUES ('2868', '13', '533db2&ECAPRO&status&DISARM&8&0&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120056', '1');
INSERT INTO `station_status` VALUES ('2869', '13', '533db2&ECAPRO&status&DISARM&8&0&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120108', '1');
INSERT INTO `station_status` VALUES ('2870', '13', '533db2&ECAPRO&status&DISARM&8&0&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120159', '1');
INSERT INTO `station_status` VALUES ('2871', '13', '533db2&ECAPRO&status&DISARM&8&0&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120250', '1');
INSERT INTO `station_status` VALUES ('2872', '13', '533db2&ECAPRO&status&ARMING&8&0&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120292', '1');
INSERT INTO `station_status` VALUES ('2873', '13', '533db2&ECAPRO&status&ARMING&8&0&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120343', '1');
INSERT INTO `station_status` VALUES ('2874', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120395', '1');
INSERT INTO `station_status` VALUES ('2875', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120477', '1');
INSERT INTO `station_status` VALUES ('2876', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120519', '1');
INSERT INTO `station_status` VALUES ('2877', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120602', '1');
INSERT INTO `station_status` VALUES ('2878', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120644', '1');
INSERT INTO `station_status` VALUES ('2879', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120729', '1');
INSERT INTO `station_status` VALUES ('2880', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120772', '1');
INSERT INTO `station_status` VALUES ('2881', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120815', '1');
INSERT INTO `station_status` VALUES ('2882', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120897', '1');
INSERT INTO `station_status` VALUES ('2883', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431120939', '1');
INSERT INTO `station_status` VALUES ('2884', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121022', '1');
INSERT INTO `station_status` VALUES ('2885', '13', '533db2&ECAPRO&status&ARMING&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121064', '1');
INSERT INTO `station_status` VALUES ('2886', '13', '533db2&ECAPRO&status&DISARM&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121147', '1');
INSERT INTO `station_status` VALUES ('2887', '13', '533db2&ECAPRO&status&DISARM&8&32&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121190', '1');
INSERT INTO `station_status` VALUES ('2888', '13', '533db2&ECAPRO&status&DISARM&8&40&35&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121273', '1');
INSERT INTO `station_status` VALUES ('2889', '13', '533db2&ECAPRO&status&DISARM&8&40&39&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121316', '1');
INSERT INTO `station_status` VALUES ('2890', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121361', '1');
INSERT INTO `station_status` VALUES ('2891', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121448', '1');
INSERT INTO `station_status` VALUES ('2892', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121492', '1');
INSERT INTO `station_status` VALUES ('2893', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121536', '1');
INSERT INTO `station_status` VALUES ('2894', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121623', '1');
INSERT INTO `station_status` VALUES ('2895', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121667', '1');
INSERT INTO `station_status` VALUES ('2896', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121754', '1');
INSERT INTO `station_status` VALUES ('2897', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121798', '1');
INSERT INTO `station_status` VALUES ('2898', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121842', '1');
INSERT INTO `station_status` VALUES ('2899', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121930', '1');
INSERT INTO `station_status` VALUES ('2900', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431121974', '1');
INSERT INTO `station_status` VALUES ('2901', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122018', '1');
INSERT INTO `station_status` VALUES ('2902', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122105', '1');
INSERT INTO `station_status` VALUES ('2903', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122149', '1');
INSERT INTO `station_status` VALUES ('2904', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122236', '1');
INSERT INTO `station_status` VALUES ('2905', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122280', '1');
INSERT INTO `station_status` VALUES ('2906', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122325', '1');
INSERT INTO `station_status` VALUES ('2907', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122412', '1');
INSERT INTO `station_status` VALUES ('2908', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122457', '1');
INSERT INTO `station_status` VALUES ('2909', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122503', '1');
INSERT INTO `station_status` VALUES ('2910', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122589', '1');
INSERT INTO `station_status` VALUES ('2911', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122634', '1');
INSERT INTO `station_status` VALUES ('2912', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122678', '1');
INSERT INTO `station_status` VALUES ('2913', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122764', '1');
INSERT INTO `station_status` VALUES ('2914', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122809', '1');
INSERT INTO `station_status` VALUES ('2915', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122895', '1');
INSERT INTO `station_status` VALUES ('2916', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122940', '1');
INSERT INTO `station_status` VALUES ('2917', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431122986', '1');
INSERT INTO `station_status` VALUES ('2918', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123073', '1');
INSERT INTO `station_status` VALUES ('2919', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123118', '1');
INSERT INTO `station_status` VALUES ('2920', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123162', '1');
INSERT INTO `station_status` VALUES ('2921', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123249', '1');
INSERT INTO `station_status` VALUES ('2922', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123293', '1');
INSERT INTO `station_status` VALUES ('2923', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123337', '1');
INSERT INTO `station_status` VALUES ('2924', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123424', '1');
INSERT INTO `station_status` VALUES ('2925', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123468', '1');
INSERT INTO `station_status` VALUES ('2926', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123555', '1');
INSERT INTO `station_status` VALUES ('2927', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123599', '1');
INSERT INTO `station_status` VALUES ('2928', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123643', '1');
INSERT INTO `station_status` VALUES ('2929', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123731', '1');
INSERT INTO `station_status` VALUES ('2930', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123775', '1');
INSERT INTO `station_status` VALUES ('2931', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123819', '1');
INSERT INTO `station_status` VALUES ('2932', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123906', '1');
INSERT INTO `station_status` VALUES ('2933', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123950', '1');
INSERT INTO `station_status` VALUES ('2934', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431123994', '1');
INSERT INTO `station_status` VALUES ('2935', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124080', '1');
INSERT INTO `station_status` VALUES ('2936', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124124', '1');
INSERT INTO `station_status` VALUES ('2937', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124211', '1');
INSERT INTO `station_status` VALUES ('2938', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124255', '1');
INSERT INTO `station_status` VALUES ('2939', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124301', '1');
INSERT INTO `station_status` VALUES ('2940', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124389', '1');
INSERT INTO `station_status` VALUES ('2941', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124433', '1');
INSERT INTO `station_status` VALUES ('2942', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124477', '1');
INSERT INTO `station_status` VALUES ('2943', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124563', '1');
INSERT INTO `station_status` VALUES ('2944', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124607', '1');
INSERT INTO `station_status` VALUES ('2945', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124694', '1');
INSERT INTO `station_status` VALUES ('2946', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124738', '1');
INSERT INTO `station_status` VALUES ('2947', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124782', '1');
INSERT INTO `station_status` VALUES ('2948', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124869', '1');
INSERT INTO `station_status` VALUES ('2949', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124914', '1');
INSERT INTO `station_status` VALUES ('2950', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431124958', '1');
INSERT INTO `station_status` VALUES ('2951', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125044', '1');
INSERT INTO `station_status` VALUES ('2952', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125088', '1');
INSERT INTO `station_status` VALUES ('2953', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125175', '1');
INSERT INTO `station_status` VALUES ('2954', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125220', '1');
INSERT INTO `station_status` VALUES ('2955', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125264', '1');
INSERT INTO `station_status` VALUES ('2956', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125350', '1');
INSERT INTO `station_status` VALUES ('2957', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125394', '1');
INSERT INTO `station_status` VALUES ('2958', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125439', '1');
INSERT INTO `station_status` VALUES ('2959', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125526', '1');
INSERT INTO `station_status` VALUES ('2960', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125571', '1');
INSERT INTO `station_status` VALUES ('2961', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125615', '1');
INSERT INTO `station_status` VALUES ('2962', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125701', '1');
INSERT INTO `station_status` VALUES ('2963', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125746', '1');
INSERT INTO `station_status` VALUES ('2964', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125833', '1');
INSERT INTO `station_status` VALUES ('2965', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125876', '1');
INSERT INTO `station_status` VALUES ('2966', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431125920', '1');
INSERT INTO `station_status` VALUES ('2967', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126007', '1');
INSERT INTO `station_status` VALUES ('2968', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126051', '1');
INSERT INTO `station_status` VALUES ('2969', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126096', '1');
INSERT INTO `station_status` VALUES ('2970', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126183', '1');
INSERT INTO `station_status` VALUES ('2971', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126227', '1');
INSERT INTO `station_status` VALUES ('2972', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126314', '1');
INSERT INTO `station_status` VALUES ('2973', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126358', '1');
INSERT INTO `station_status` VALUES ('2974', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126402', '1');
INSERT INTO `station_status` VALUES ('2975', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126488', '1');
INSERT INTO `station_status` VALUES ('2976', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126532', '1');
INSERT INTO `station_status` VALUES ('2977', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126576', '1');
INSERT INTO `station_status` VALUES ('2978', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126663', '1');
INSERT INTO `station_status` VALUES ('2979', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126709', '1');
INSERT INTO `station_status` VALUES ('2980', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126796', '1');
INSERT INTO `station_status` VALUES ('2981', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126840', '1');
INSERT INTO `station_status` VALUES ('2982', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126884', '1');
INSERT INTO `station_status` VALUES ('2983', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431126970', '1');
INSERT INTO `station_status` VALUES ('2984', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127014', '1');
INSERT INTO `station_status` VALUES ('2985', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127058', '1');
INSERT INTO `station_status` VALUES ('2986', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127145', '1');
INSERT INTO `station_status` VALUES ('2987', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127189', '1');
INSERT INTO `station_status` VALUES ('2988', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127276', '1');
INSERT INTO `station_status` VALUES ('2989', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127321', '1');
INSERT INTO `station_status` VALUES ('2990', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127365', '1');
INSERT INTO `station_status` VALUES ('2991', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127451', '1');
INSERT INTO `station_status` VALUES ('2992', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127495', '1');
INSERT INTO `station_status` VALUES ('2993', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127540', '1');
INSERT INTO `station_status` VALUES ('2994', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127626', '1');
INSERT INTO `station_status` VALUES ('2995', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127670', '1');
INSERT INTO `station_status` VALUES ('2996', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127714', '1');
INSERT INTO `station_status` VALUES ('2997', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127801', '1');
INSERT INTO `station_status` VALUES ('2998', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127845', '1');
INSERT INTO `station_status` VALUES ('2999', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127933', '1');
INSERT INTO `station_status` VALUES ('3000', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431127977', '1');
INSERT INTO `station_status` VALUES ('3001', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128021', '1');
INSERT INTO `station_status` VALUES ('3002', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128107', '1');
INSERT INTO `station_status` VALUES ('3003', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128151', '1');
INSERT INTO `station_status` VALUES ('3004', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128195', '1');
INSERT INTO `station_status` VALUES ('3005', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128282', '1');
INSERT INTO `station_status` VALUES ('3006', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128326', '1');
INSERT INTO `station_status` VALUES ('3007', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128413', '1');
INSERT INTO `station_status` VALUES ('3008', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128458', '1');
INSERT INTO `station_status` VALUES ('3009', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128504', '1');
INSERT INTO `station_status` VALUES ('3010', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128590', '1');
INSERT INTO `station_status` VALUES ('3011', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128634', '1');
INSERT INTO `station_status` VALUES ('3012', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128678', '1');
INSERT INTO `station_status` VALUES ('3013', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128765', '1');
INSERT INTO `station_status` VALUES ('3014', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128809', '1');
INSERT INTO `station_status` VALUES ('3015', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128896', '1');
INSERT INTO `station_status` VALUES ('3016', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128940', '1');
INSERT INTO `station_status` VALUES ('3017', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431128984', '1');
INSERT INTO `station_status` VALUES ('3018', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129070', '1');
INSERT INTO `station_status` VALUES ('3019', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129115', '1');
INSERT INTO `station_status` VALUES ('3020', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129159', '1');
INSERT INTO `station_status` VALUES ('3021', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129246', '1');
INSERT INTO `station_status` VALUES ('3022', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129290', '1');
INSERT INTO `station_status` VALUES ('3023', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129334', '1');
INSERT INTO `station_status` VALUES ('3024', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129421', '1');
INSERT INTO `station_status` VALUES ('3025', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129465', '1');
INSERT INTO `station_status` VALUES ('3026', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129552', '1');
INSERT INTO `station_status` VALUES ('3027', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129596', '1');
INSERT INTO `station_status` VALUES ('3028', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129640', '1');
INSERT INTO `station_status` VALUES ('3029', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129729', '1');
INSERT INTO `station_status` VALUES ('3030', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129773', '1');
INSERT INTO `station_status` VALUES ('3031', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129817', '1');
INSERT INTO `station_status` VALUES ('3032', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129904', '1');
INSERT INTO `station_status` VALUES ('3033', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431129949', '1');
INSERT INTO `station_status` VALUES ('3034', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130035', '1');
INSERT INTO `station_status` VALUES ('3035', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130079', '1');
INSERT INTO `station_status` VALUES ('3036', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130123', '1');
INSERT INTO `station_status` VALUES ('3037', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130210', '1');
INSERT INTO `station_status` VALUES ('3038', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130254', '1');
INSERT INTO `station_status` VALUES ('3039', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130299', '1');
INSERT INTO `station_status` VALUES ('3040', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130386', '1');
INSERT INTO `station_status` VALUES ('3041', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130430', '1');
INSERT INTO `station_status` VALUES ('3042', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130474', '1');
INSERT INTO `station_status` VALUES ('3043', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130561', '1');
INSERT INTO `station_status` VALUES ('3044', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130605', '1');
INSERT INTO `station_status` VALUES ('3045', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130692', '1');
INSERT INTO `station_status` VALUES ('3046', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130736', '1');
INSERT INTO `station_status` VALUES ('3047', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130780', '1');
INSERT INTO `station_status` VALUES ('3048', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130867', '1');
INSERT INTO `station_status` VALUES ('3049', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130912', '1');
INSERT INTO `station_status` VALUES ('3050', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431130957', '1');
INSERT INTO `station_status` VALUES ('3051', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131044', '1');
INSERT INTO `station_status` VALUES ('3052', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131088', '1');
INSERT INTO `station_status` VALUES ('3053', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131175', '1');
INSERT INTO `station_status` VALUES ('3054', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131219', '1');
INSERT INTO `station_status` VALUES ('3055', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131263', '1');
INSERT INTO `station_status` VALUES ('3056', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131350', '1');
INSERT INTO `station_status` VALUES ('3057', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131394', '1');
INSERT INTO `station_status` VALUES ('3058', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131438', '1');
INSERT INTO `station_status` VALUES ('3059', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131526', '1');
INSERT INTO `station_status` VALUES ('3060', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131570', '1');
INSERT INTO `station_status` VALUES ('3061', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131614', '1');
INSERT INTO `station_status` VALUES ('3062', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131700', '1');
INSERT INTO `station_status` VALUES ('3063', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131744', '1');
INSERT INTO `station_status` VALUES ('3064', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131831', '1');
INSERT INTO `station_status` VALUES ('3065', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131875', '1');
INSERT INTO `station_status` VALUES ('3066', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431131919', '1');
INSERT INTO `station_status` VALUES ('3067', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132006', '1');
INSERT INTO `station_status` VALUES ('3068', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132050', '1');
INSERT INTO `station_status` VALUES ('3069', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132095', '1');
INSERT INTO `station_status` VALUES ('3070', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132182', '1');
INSERT INTO `station_status` VALUES ('3071', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132226', '1');
INSERT INTO `station_status` VALUES ('3072', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132312', '1');
INSERT INTO `station_status` VALUES ('3073', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132356', '1');
INSERT INTO `station_status` VALUES ('3074', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132400', '1');
INSERT INTO `station_status` VALUES ('3075', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132487', '1');
INSERT INTO `station_status` VALUES ('3076', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132531', '1');
INSERT INTO `station_status` VALUES ('3077', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132575', '1');
INSERT INTO `station_status` VALUES ('3078', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132662', '1');
INSERT INTO `station_status` VALUES ('3079', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132708', '1');
INSERT INTO `station_status` VALUES ('3080', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132795', '1');
INSERT INTO `station_status` VALUES ('3081', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132839', '1');
INSERT INTO `station_status` VALUES ('3082', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132883', '1');
INSERT INTO `station_status` VALUES ('3083', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431132970', '1');
INSERT INTO `station_status` VALUES ('3084', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133014', '1');
INSERT INTO `station_status` VALUES ('3085', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133058', '1');
INSERT INTO `station_status` VALUES ('3086', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133144', '1');
INSERT INTO `station_status` VALUES ('3087', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133189', '1');
INSERT INTO `station_status` VALUES ('3088', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133275', '1');
INSERT INTO `station_status` VALUES ('3089', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133321', '1');
INSERT INTO `station_status` VALUES ('3090', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133365', '1');
INSERT INTO `station_status` VALUES ('3091', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133452', '1');
INSERT INTO `station_status` VALUES ('3092', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133496', '1');
INSERT INTO `station_status` VALUES ('3093', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133540', '1');
INSERT INTO `station_status` VALUES ('3094', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133626', '1');
INSERT INTO `station_status` VALUES ('3095', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133670', '1');
INSERT INTO `station_status` VALUES ('3096', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133715', '1');
INSERT INTO `station_status` VALUES ('3097', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133801', '1');
INSERT INTO `station_status` VALUES ('3098', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133846', '1');
INSERT INTO `station_status` VALUES ('3099', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133933', '1');
INSERT INTO `station_status` VALUES ('3100', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431133977', '1');
INSERT INTO `station_status` VALUES ('3101', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134021', '1');
INSERT INTO `station_status` VALUES ('3102', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134108', '1');
INSERT INTO `station_status` VALUES ('3103', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134152', '1');
INSERT INTO `station_status` VALUES ('3104', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134197', '1');
INSERT INTO `station_status` VALUES ('3105', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134283', '1');
INSERT INTO `station_status` VALUES ('3106', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134328', '1');
INSERT INTO `station_status` VALUES ('3107', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134415', '1');
INSERT INTO `station_status` VALUES ('3108', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134459', '1');
INSERT INTO `station_status` VALUES ('3109', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134503', '1');
INSERT INTO `station_status` VALUES ('3110', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134590', '1');
INSERT INTO `station_status` VALUES ('3111', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134634', '1');
INSERT INTO `station_status` VALUES ('3112', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134678', '1');
INSERT INTO `station_status` VALUES ('3113', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134765', '1');
INSERT INTO `station_status` VALUES ('3114', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134810', '1');
INSERT INTO `station_status` VALUES ('3115', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134854', '1');
INSERT INTO `station_status` VALUES ('3116', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134940', '1');
INSERT INTO `station_status` VALUES ('3117', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431134984', '1');
INSERT INTO `station_status` VALUES ('3118', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135071', '1');
INSERT INTO `station_status` VALUES ('3119', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135117', '1');
INSERT INTO `station_status` VALUES ('3120', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135161', '1');
INSERT INTO `station_status` VALUES ('3121', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135248', '1');
INSERT INTO `station_status` VALUES ('3122', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135292', '1');
INSERT INTO `station_status` VALUES ('3123', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135336', '1');
INSERT INTO `station_status` VALUES ('3124', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135423', '1');
INSERT INTO `station_status` VALUES ('3125', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135467', '1');
INSERT INTO `station_status` VALUES ('3126', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135554', '1');
INSERT INTO `station_status` VALUES ('3127', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135598', '1');
INSERT INTO `station_status` VALUES ('3128', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135642', '1');
INSERT INTO `station_status` VALUES ('3129', '13', '533db2&ECAPRO&status&DISARM&8&0&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135730', '1');
INSERT INTO `station_status` VALUES ('3130', '13', '533db2&ECAPRO&status&DISARM&8&1&255&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135774', '1');
INSERT INTO `station_status` VALUES ('3131', '13', '533db2&ECAPRO&status&ARMING&8&0&254&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135818', '1');
INSERT INTO `station_status` VALUES ('3132', '13', '533db2&ECAPRO&status&ARMING&8&0&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135905', '1');
INSERT INTO `station_status` VALUES ('3133', '13', '533db2&ECAPRO&status&ARMING&8&33&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431135949', '1');
INSERT INTO `station_status` VALUES ('3134', '13', '533db2&ECAPRO&status&ARMING&8&33&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136036', '1');
INSERT INTO `station_status` VALUES ('3135', '13', '533db2&ECAPRO&status&ARMING&8&33&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136080', '1');
INSERT INTO `station_status` VALUES ('3136', '13', '533db2&ECAPRO&status&ARMING&8&33&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136124', '1');
INSERT INTO `station_status` VALUES ('3137', '13', '533db2&ECAPRO&status&ARMING&8&33&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136212', '1');
INSERT INTO `station_status` VALUES ('3138', '13', '533db2&ECAPRO&status&ARMING&8&33&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136256', '1');
INSERT INTO `station_status` VALUES ('3139', '13', '533db2&ECAPRO&status&ARMING&8&33&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136300', '1');
INSERT INTO `station_status` VALUES ('3140', '13', '533db2&ECAPRO&status&ARMING&8&33&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136387', '1');
INSERT INTO `station_status` VALUES ('3141', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136432', '1');
INSERT INTO `station_status` VALUES ('3142', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136476', '1');
INSERT INTO `station_status` VALUES ('3143', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136563', '1');
INSERT INTO `station_status` VALUES ('3144', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136607', '1');
INSERT INTO `station_status` VALUES ('3145', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136693', '1');
INSERT INTO `station_status` VALUES ('3146', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136737', '1');
INSERT INTO `station_status` VALUES ('3147', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136782', '1');
INSERT INTO `station_status` VALUES ('3148', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136869', '1');
INSERT INTO `station_status` VALUES ('3149', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136914', '1');
INSERT INTO `station_status` VALUES ('3150', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431136958', '1');
INSERT INTO `station_status` VALUES ('3151', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137045', '1');
INSERT INTO `station_status` VALUES ('3152', '13', '533db2&ECAPRO&status&ARMING&8&9&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137089', '1');
INSERT INTO `station_status` VALUES ('3153', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137176', '1');
INSERT INTO `station_status` VALUES ('3154', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137220', '1');
INSERT INTO `station_status` VALUES ('3155', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137264', '1');
INSERT INTO `station_status` VALUES ('3156', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137351', '1');
INSERT INTO `station_status` VALUES ('3157', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137395', '1');
INSERT INTO `station_status` VALUES ('3158', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137439', '1');
INSERT INTO `station_status` VALUES ('3159', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137526', '1');
INSERT INTO `station_status` VALUES ('3160', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137570', '1');
INSERT INTO `station_status` VALUES ('3161', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137615', '1');
INSERT INTO `station_status` VALUES ('3162', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137702', '1');
INSERT INTO `station_status` VALUES ('3163', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137746', '1');
INSERT INTO `station_status` VALUES ('3164', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137832', '1');
INSERT INTO `station_status` VALUES ('3165', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137877', '1');
INSERT INTO `station_status` VALUES ('3166', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431137920', '1');
INSERT INTO `station_status` VALUES ('3167', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138007', '1');
INSERT INTO `station_status` VALUES ('3168', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138051', '1');
INSERT INTO `station_status` VALUES ('3169', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138096', '1');
INSERT INTO `station_status` VALUES ('3170', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138183', '1');
INSERT INTO `station_status` VALUES ('3171', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138228', '1');
INSERT INTO `station_status` VALUES ('3172', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138314', '1');
INSERT INTO `station_status` VALUES ('3173', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138358', '1');
INSERT INTO `station_status` VALUES ('3174', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138402', '1');
INSERT INTO `station_status` VALUES ('3175', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138489', '1');
INSERT INTO `station_status` VALUES ('3176', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138533', '1');
INSERT INTO `station_status` VALUES ('3177', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138577', '1');
INSERT INTO `station_status` VALUES ('3178', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138664', '1');
INSERT INTO `station_status` VALUES ('3179', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138709', '1');
INSERT INTO `station_status` VALUES ('3180', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138796', '1');
INSERT INTO `station_status` VALUES ('3181', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138840', '1');
INSERT INTO `station_status` VALUES ('3182', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138884', '1');
INSERT INTO `station_status` VALUES ('3183', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431138970', '1');
INSERT INTO `station_status` VALUES ('3184', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139015', '1');
INSERT INTO `station_status` VALUES ('3185', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139059', '1');
INSERT INTO `station_status` VALUES ('3186', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139146', '1');
INSERT INTO `station_status` VALUES ('3187', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139190', '1');
INSERT INTO `station_status` VALUES ('3188', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139234', '1');
INSERT INTO `station_status` VALUES ('3189', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139322', '1');
INSERT INTO `station_status` VALUES ('3190', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139367', '1');
INSERT INTO `station_status` VALUES ('3191', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139454', '1');
INSERT INTO `station_status` VALUES ('3192', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139498', '1');
INSERT INTO `station_status` VALUES ('3193', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139542', '1');
INSERT INTO `station_status` VALUES ('3194', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139629', '1');
INSERT INTO `station_status` VALUES ('3195', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139673', '1');
INSERT INTO `station_status` VALUES ('3196', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139717', '1');
INSERT INTO `station_status` VALUES ('3197', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139804', '1');
INSERT INTO `station_status` VALUES ('3198', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139848', '1');
INSERT INTO `station_status` VALUES ('3199', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139936', '1');
INSERT INTO `station_status` VALUES ('3200', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431139980', '1');
INSERT INTO `station_status` VALUES ('3201', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140024', '1');
INSERT INTO `station_status` VALUES ('3202', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140112', '1');
INSERT INTO `station_status` VALUES ('3203', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140156', '1');
INSERT INTO `station_status` VALUES ('3204', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140200', '1');
INSERT INTO `station_status` VALUES ('3205', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140286', '1');
INSERT INTO `station_status` VALUES ('3206', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140330', '1');
INSERT INTO `station_status` VALUES ('3207', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140374', '1');
INSERT INTO `station_status` VALUES ('3208', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140461', '1');
INSERT INTO `station_status` VALUES ('3209', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140506', '1');
INSERT INTO `station_status` VALUES ('3210', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140593', '1');
INSERT INTO `station_status` VALUES ('3211', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140638', '1');
INSERT INTO `station_status` VALUES ('3212', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140682', '1');
INSERT INTO `station_status` VALUES ('3213', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140768', '1');
INSERT INTO `station_status` VALUES ('3214', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140812', '1');
INSERT INTO `station_status` VALUES ('3215', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140857', '1');
INSERT INTO `station_status` VALUES ('3216', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140943', '1');
INSERT INTO `station_status` VALUES ('3217', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431140988', '1');
INSERT INTO `station_status` VALUES ('3218', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141075', '1');
INSERT INTO `station_status` VALUES ('3219', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141120', '1');
INSERT INTO `station_status` VALUES ('3220', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141164', '1');
INSERT INTO `station_status` VALUES ('3221', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141251', '1');
INSERT INTO `station_status` VALUES ('3222', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141295', '1');
INSERT INTO `station_status` VALUES ('3223', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141339', '1');
INSERT INTO `station_status` VALUES ('3224', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141426', '1');
INSERT INTO `station_status` VALUES ('3225', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141470', '1');
INSERT INTO `station_status` VALUES ('3226', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141514', '1');
INSERT INTO `station_status` VALUES ('3227', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141601', '1');
INSERT INTO `station_status` VALUES ('3228', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141644', '1');
INSERT INTO `station_status` VALUES ('3229', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141733', '1');
INSERT INTO `station_status` VALUES ('3230', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141776', '1');
INSERT INTO `station_status` VALUES ('3231', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141820', '1');
INSERT INTO `station_status` VALUES ('3232', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141907', '1');
INSERT INTO `station_status` VALUES ('3233', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141951', '1');
INSERT INTO `station_status` VALUES ('3234', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431141994', '1');
INSERT INTO `station_status` VALUES ('3235', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142081', '1');
INSERT INTO `station_status` VALUES ('3236', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142125', '1');
INSERT INTO `station_status` VALUES ('3237', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142212', '1');
INSERT INTO `station_status` VALUES ('3238', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142256', '1');
INSERT INTO `station_status` VALUES ('3239', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142301', '1');
INSERT INTO `station_status` VALUES ('3240', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142388', '1');
INSERT INTO `station_status` VALUES ('3241', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142432', '1');
INSERT INTO `station_status` VALUES ('3242', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142476', '1');
INSERT INTO `station_status` VALUES ('3243', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142563', '1');
INSERT INTO `station_status` VALUES ('3244', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142607', '1');
INSERT INTO `station_status` VALUES ('3245', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142694', '1');
INSERT INTO `station_status` VALUES ('3246', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142738', '1');
INSERT INTO `station_status` VALUES ('3247', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142782', '1');
INSERT INTO `station_status` VALUES ('3248', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142869', '1');
INSERT INTO `station_status` VALUES ('3249', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142914', '1');
INSERT INTO `station_status` VALUES ('3250', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431142958', '1');
INSERT INTO `station_status` VALUES ('3251', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143044', '1');
INSERT INTO `station_status` VALUES ('3252', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143088', '1');
INSERT INTO `station_status` VALUES ('3253', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143175', '1');
INSERT INTO `station_status` VALUES ('3254', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143219', '1');
INSERT INTO `station_status` VALUES ('3255', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143263', '1');
INSERT INTO `station_status` VALUES ('3256', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143350', '1');
INSERT INTO `station_status` VALUES ('3257', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143394', '1');
INSERT INTO `station_status` VALUES ('3258', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143438', '1');
INSERT INTO `station_status` VALUES ('3259', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143526', '1');
INSERT INTO `station_status` VALUES ('3260', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143570', '1');
INSERT INTO `station_status` VALUES ('3261', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143614', '1');
INSERT INTO `station_status` VALUES ('3262', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143701', '1');
INSERT INTO `station_status` VALUES ('3263', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143745', '1');
INSERT INTO `station_status` VALUES ('3264', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143833', '1');
INSERT INTO `station_status` VALUES ('3265', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143877', '1');
INSERT INTO `station_status` VALUES ('3266', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431143921', '1');
INSERT INTO `station_status` VALUES ('3267', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144008', '1');
INSERT INTO `station_status` VALUES ('3268', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144052', '1');
INSERT INTO `station_status` VALUES ('3269', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144098', '1');
INSERT INTO `station_status` VALUES ('3270', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144185', '1');
INSERT INTO `station_status` VALUES ('3271', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144229', '1');
INSERT INTO `station_status` VALUES ('3272', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144316', '1');
INSERT INTO `station_status` VALUES ('3273', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144360', '1');
INSERT INTO `station_status` VALUES ('3274', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144404', '1');
INSERT INTO `station_status` VALUES ('3275', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144490', '1');
INSERT INTO `station_status` VALUES ('3276', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144534', '1');
INSERT INTO `station_status` VALUES ('3277', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144578', '1');
INSERT INTO `station_status` VALUES ('3278', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144665', '1');
INSERT INTO `station_status` VALUES ('3279', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144711', '1');
INSERT INTO `station_status` VALUES ('3280', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144755', '1');
INSERT INTO `station_status` VALUES ('3281', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144842', '1');
INSERT INTO `station_status` VALUES ('3282', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144886', '1');
INSERT INTO `station_status` VALUES ('3283', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431144973', '1');
INSERT INTO `station_status` VALUES ('3284', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145017', '1');
INSERT INTO `station_status` VALUES ('3285', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145061', '1');
INSERT INTO `station_status` VALUES ('3286', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145148', '1');
INSERT INTO `station_status` VALUES ('3287', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145192', '1');
INSERT INTO `station_status` VALUES ('3288', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145236', '1');
INSERT INTO `station_status` VALUES ('3289', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145323', '1');
INSERT INTO `station_status` VALUES ('3290', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145367', '1');
INSERT INTO `station_status` VALUES ('3291', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145454', '1');
INSERT INTO `station_status` VALUES ('3292', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145498', '1');
INSERT INTO `station_status` VALUES ('3293', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145542', '1');
INSERT INTO `station_status` VALUES ('3294', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145629', '1');
INSERT INTO `station_status` VALUES ('3295', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145673', '1');
INSERT INTO `station_status` VALUES ('3296', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145717', '1');
INSERT INTO `station_status` VALUES ('3297', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145804', '1');
INSERT INTO `station_status` VALUES ('3298', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145848', '1');
INSERT INTO `station_status` VALUES ('3299', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145935', '1');
INSERT INTO `station_status` VALUES ('3300', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431145979', '1');
INSERT INTO `station_status` VALUES ('3301', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146023', '1');
INSERT INTO `station_status` VALUES ('3302', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146110', '1');
INSERT INTO `station_status` VALUES ('3303', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146153', '1');
INSERT INTO `station_status` VALUES ('3304', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146198', '1');
INSERT INTO `station_status` VALUES ('3305', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146284', '1');
INSERT INTO `station_status` VALUES ('3306', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146328', '1');
INSERT INTO `station_status` VALUES ('3307', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146415', '1');
INSERT INTO `station_status` VALUES ('3308', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146459', '1');
INSERT INTO `station_status` VALUES ('3309', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146504', '1');
INSERT INTO `station_status` VALUES ('3310', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146591', '1');
INSERT INTO `station_status` VALUES ('3311', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146635', '1');
INSERT INTO `station_status` VALUES ('3312', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146679', '1');
INSERT INTO `station_status` VALUES ('3313', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146765', '1');
INSERT INTO `station_status` VALUES ('3314', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146809', '1');
INSERT INTO `station_status` VALUES ('3315', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146853', '1');
INSERT INTO `station_status` VALUES ('3316', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146940', '1');
INSERT INTO `station_status` VALUES ('3317', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431146984', '1');
INSERT INTO `station_status` VALUES ('3318', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147071', '1');
INSERT INTO `station_status` VALUES ('3319', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147116', '1');
INSERT INTO `station_status` VALUES ('3320', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147160', '1');
INSERT INTO `station_status` VALUES ('3321', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147247', '1');
INSERT INTO `station_status` VALUES ('3322', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147291', '1');
INSERT INTO `station_status` VALUES ('3323', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147335', '1');
INSERT INTO `station_status` VALUES ('3324', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147422', '1');
INSERT INTO `station_status` VALUES ('3325', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147466', '1');
INSERT INTO `station_status` VALUES ('3326', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147553', '1');
INSERT INTO `station_status` VALUES ('3327', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147597', '1');
INSERT INTO `station_status` VALUES ('3328', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147640', '1');
INSERT INTO `station_status` VALUES ('3329', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147729', '1');
INSERT INTO `station_status` VALUES ('3330', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147773', '1');
INSERT INTO `station_status` VALUES ('3331', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147817', '1');
INSERT INTO `station_status` VALUES ('3332', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147904', '1');
INSERT INTO `station_status` VALUES ('3333', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431147948', '1');
INSERT INTO `station_status` VALUES ('3334', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148035', '1');
INSERT INTO `station_status` VALUES ('3335', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148078', '1');
INSERT INTO `station_status` VALUES ('3336', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148122', '1');
INSERT INTO `station_status` VALUES ('3337', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148209', '1');
INSERT INTO `station_status` VALUES ('3338', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148253', '1');
INSERT INTO `station_status` VALUES ('3339', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148299', '1');
INSERT INTO `station_status` VALUES ('3340', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148385', '1');
INSERT INTO `station_status` VALUES ('3341', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148430', '1');
INSERT INTO `station_status` VALUES ('3342', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148474', '1');
INSERT INTO `station_status` VALUES ('3343', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148560', '1');
INSERT INTO `station_status` VALUES ('3344', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148604', '1');
INSERT INTO `station_status` VALUES ('3345', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148691', '1');
INSERT INTO `station_status` VALUES ('3346', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148735', '1');
INSERT INTO `station_status` VALUES ('3347', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148779', '1');
INSERT INTO `station_status` VALUES ('3348', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148865', '1');
INSERT INTO `station_status` VALUES ('3349', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148911', '1');
INSERT INTO `station_status` VALUES ('3350', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431148955', '1');
INSERT INTO `station_status` VALUES ('3351', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149041', '1');
INSERT INTO `station_status` VALUES ('3352', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149085', '1');
INSERT INTO `station_status` VALUES ('3353', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149172', '1');
INSERT INTO `station_status` VALUES ('3354', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149216', '1');
INSERT INTO `station_status` VALUES ('3355', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149260', '1');
INSERT INTO `station_status` VALUES ('3356', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149347', '1');
INSERT INTO `station_status` VALUES ('3357', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149391', '1');
INSERT INTO `station_status` VALUES ('3358', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149436', '1');
INSERT INTO `station_status` VALUES ('3359', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149523', '1');
INSERT INTO `station_status` VALUES ('3360', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149567', '1');
INSERT INTO `station_status` VALUES ('3361', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149654', '1');
INSERT INTO `station_status` VALUES ('3362', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149698', '1');
INSERT INTO `station_status` VALUES ('3363', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149742', '1');
INSERT INTO `station_status` VALUES ('3364', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149829', '1');
INSERT INTO `station_status` VALUES ('3365', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149873', '1');
INSERT INTO `station_status` VALUES ('3366', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431149917', '1');
INSERT INTO `station_status` VALUES ('3367', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150003', '1');
INSERT INTO `station_status` VALUES ('3368', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150047', '1');
INSERT INTO `station_status` VALUES ('3369', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150135', '1');
INSERT INTO `station_status` VALUES ('3370', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150179', '1');
INSERT INTO `station_status` VALUES ('3371', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150223', '1');
INSERT INTO `station_status` VALUES ('3372', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150310', '1');
INSERT INTO `station_status` VALUES ('3373', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150354', '1');
INSERT INTO `station_status` VALUES ('3374', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150398', '1');
INSERT INTO `station_status` VALUES ('3375', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150485', '1');
INSERT INTO `station_status` VALUES ('3376', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150529', '1');
INSERT INTO `station_status` VALUES ('3377', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150573', '1');
INSERT INTO `station_status` VALUES ('3378', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150660', '1');
INSERT INTO `station_status` VALUES ('3379', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150705', '1');
INSERT INTO `station_status` VALUES ('3380', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150792', '1');
INSERT INTO `station_status` VALUES ('3381', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150837', '1');
INSERT INTO `station_status` VALUES ('3382', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150881', '1');
INSERT INTO `station_status` VALUES ('3383', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431150967', '1');
INSERT INTO `station_status` VALUES ('3384', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151011', '1');
INSERT INTO `station_status` VALUES ('3385', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151056', '1');
INSERT INTO `station_status` VALUES ('3386', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151143', '1');
INSERT INTO `station_status` VALUES ('3387', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151186', '1');
INSERT INTO `station_status` VALUES ('3388', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151273', '1');
INSERT INTO `station_status` VALUES ('3389', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151318', '1');
INSERT INTO `station_status` VALUES ('3390', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151362', '1');
INSERT INTO `station_status` VALUES ('3391', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151449', '1');
INSERT INTO `station_status` VALUES ('3392', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151493', '1');
INSERT INTO `station_status` VALUES ('3393', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151537', '1');
INSERT INTO `station_status` VALUES ('3394', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151623', '1');
INSERT INTO `station_status` VALUES ('3395', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151668', '1');
INSERT INTO `station_status` VALUES ('3396', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151754', '1');
INSERT INTO `station_status` VALUES ('3397', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151798', '1');
INSERT INTO `station_status` VALUES ('3398', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151842', '1');
INSERT INTO `station_status` VALUES ('3399', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151930', '1');
INSERT INTO `station_status` VALUES ('3400', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431151974', '1');
INSERT INTO `station_status` VALUES ('3401', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152018', '1');
INSERT INTO `station_status` VALUES ('3402', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152105', '1');
INSERT INTO `station_status` VALUES ('3403', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152149', '1');
INSERT INTO `station_status` VALUES ('3404', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152235', '1');
INSERT INTO `station_status` VALUES ('3405', '13', '533db2&ECAPRO&status&ARMING&8&25&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152279', '1');
INSERT INTO `station_status` VALUES ('3406', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152323', '1');
INSERT INTO `station_status` VALUES ('3407', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152410', '1');
INSERT INTO `station_status` VALUES ('3408', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152454', '1');
INSERT INTO `station_status` VALUES ('3409', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152500', '1');
INSERT INTO `station_status` VALUES ('3410', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152587', '1');
INSERT INTO `station_status` VALUES ('3411', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152631', '1');
INSERT INTO `station_status` VALUES ('3412', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152675', '1');
INSERT INTO `station_status` VALUES ('3413', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152762', '1');
INSERT INTO `station_status` VALUES ('3414', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152806', '1');
INSERT INTO `station_status` VALUES ('3415', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152893', '1');
INSERT INTO `station_status` VALUES ('3416', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152936', '1');
INSERT INTO `station_status` VALUES ('3417', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431152980', '1');
INSERT INTO `station_status` VALUES ('3418', '13', '533db2&ECAPRO&status&ARMING&8&26&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153067', '1');
INSERT INTO `station_status` VALUES ('3419', '13', '533db2&ECAPRO&status&ARMING&8&58&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153113', '1');
INSERT INTO `station_status` VALUES ('3420', '13', '533db2&ECAPRO&status&ARMING&8&58&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153157', '1');
INSERT INTO `station_status` VALUES ('3421', '13', '533db2&ECAPRO&status&ARMING&8&58&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153244', '1');
INSERT INTO `station_status` VALUES ('3422', '13', '533db2&ECAPRO&status&ARMING&8&58&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153287', '1');
INSERT INTO `station_status` VALUES ('3423', '13', '533db2&ECAPRO&status&ARMING&8&58&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153374', '1');
INSERT INTO `station_status` VALUES ('3424', '13', '533db2&ECAPRO&status&ARMING&8&58&252&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153419', '1');
INSERT INTO `station_status` VALUES ('3425', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153463', '1');
INSERT INTO `station_status` VALUES ('3426', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153550', '1');
INSERT INTO `station_status` VALUES ('3427', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153594', '1');
INSERT INTO `station_status` VALUES ('3428', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153638', '1');
INSERT INTO `station_status` VALUES ('3429', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153726', '1');
INSERT INTO `station_status` VALUES ('3430', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153770', '1');
INSERT INTO `station_status` VALUES ('3431', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153814', '1');
INSERT INTO `station_status` VALUES ('3432', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153901', '1');
INSERT INTO `station_status` VALUES ('3433', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431153945', '1');
INSERT INTO `station_status` VALUES ('3434', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154032', '1');
INSERT INTO `station_status` VALUES ('3435', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154076', '1');
INSERT INTO `station_status` VALUES ('3436', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154120', '1');
INSERT INTO `station_status` VALUES ('3437', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154207', '1');
INSERT INTO `station_status` VALUES ('3438', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154251', '1');
INSERT INTO `station_status` VALUES ('3439', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154296', '1');
INSERT INTO `station_status` VALUES ('3440', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154383', '1');
INSERT INTO `station_status` VALUES ('3441', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154427', '1');
INSERT INTO `station_status` VALUES ('3442', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154513', '1');
INSERT INTO `station_status` VALUES ('3443', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154558', '1');
INSERT INTO `station_status` VALUES ('3444', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154602', '1');
INSERT INTO `station_status` VALUES ('3445', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154688', '1');
INSERT INTO `station_status` VALUES ('3446', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154732', '1');
INSERT INTO `station_status` VALUES ('3447', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154776', '1');
INSERT INTO `station_status` VALUES ('3448', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154863', '1');
INSERT INTO `station_status` VALUES ('3449', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154908', '1');
INSERT INTO `station_status` VALUES ('3450', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431154995', '1');
INSERT INTO `station_status` VALUES ('3451', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155039', '1');
INSERT INTO `station_status` VALUES ('3452', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155083', '1');
INSERT INTO `station_status` VALUES ('3453', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155170', '1');
INSERT INTO `station_status` VALUES ('3454', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155214', '1');
INSERT INTO `station_status` VALUES ('3455', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155258', '1');
INSERT INTO `station_status` VALUES ('3456', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155345', '1');
INSERT INTO `station_status` VALUES ('3457', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155389', '1');
INSERT INTO `station_status` VALUES ('3458', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155433', '1');
INSERT INTO `station_status` VALUES ('3459', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155522', '1');
INSERT INTO `station_status` VALUES ('3460', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155566', '1');
INSERT INTO `station_status` VALUES ('3461', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155653', '1');
INSERT INTO `station_status` VALUES ('3462', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155697', '1');
INSERT INTO `station_status` VALUES ('3463', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155741', '1');
INSERT INTO `station_status` VALUES ('3464', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155828', '1');
INSERT INTO `station_status` VALUES ('3465', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155872', '1');
INSERT INTO `station_status` VALUES ('3466', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431155916', '1');
INSERT INTO `station_status` VALUES ('3467', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156003', '1');
INSERT INTO `station_status` VALUES ('3468', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156047', '1');
INSERT INTO `station_status` VALUES ('3469', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156134', '1');
INSERT INTO `station_status` VALUES ('3470', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156178', '1');
INSERT INTO `station_status` VALUES ('3471', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156222', '1');
INSERT INTO `station_status` VALUES ('3472', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156309', '1');
INSERT INTO `station_status` VALUES ('3473', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156353', '1');
INSERT INTO `station_status` VALUES ('3474', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156398', '1');
INSERT INTO `station_status` VALUES ('3475', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156484', '1');
INSERT INTO `station_status` VALUES ('3476', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156528', '1');
INSERT INTO `station_status` VALUES ('3477', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156615', '1');
INSERT INTO `station_status` VALUES ('3478', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156659', '1');
INSERT INTO `station_status` VALUES ('3479', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156704', '1');
INSERT INTO `station_status` VALUES ('3480', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156791', '1');
INSERT INTO `station_status` VALUES ('3481', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156835', '1');
INSERT INTO `station_status` VALUES ('3482', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156878', '1');
INSERT INTO `station_status` VALUES ('3483', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431156965', '1');
INSERT INTO `station_status` VALUES ('3484', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157009', '1');
INSERT INTO `station_status` VALUES ('3485', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157053', '1');
INSERT INTO `station_status` VALUES ('3486', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157140', '1');
INSERT INTO `station_status` VALUES ('3487', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157184', '1');
INSERT INTO `station_status` VALUES ('3488', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157271', '1');
INSERT INTO `station_status` VALUES ('3489', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157316', '1');
INSERT INTO `station_status` VALUES ('3490', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157360', '1');
INSERT INTO `station_status` VALUES ('3491', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157447', '1');
INSERT INTO `station_status` VALUES ('3492', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157491', '1');
INSERT INTO `station_status` VALUES ('3493', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157535', '1');
INSERT INTO `station_status` VALUES ('3494', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157622', '1');
INSERT INTO `station_status` VALUES ('3495', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157666', '1');
INSERT INTO `station_status` VALUES ('3496', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157753', '1');
INSERT INTO `station_status` VALUES ('3497', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157797', '1');
INSERT INTO `station_status` VALUES ('3498', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157841', '1');
INSERT INTO `station_status` VALUES ('3499', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157930', '1');
INSERT INTO `station_status` VALUES ('3500', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431157974', '1');
INSERT INTO `station_status` VALUES ('3501', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158018', '1');
INSERT INTO `station_status` VALUES ('3502', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158105', '1');
INSERT INTO `station_status` VALUES ('3503', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158149', '1');
INSERT INTO `station_status` VALUES ('3504', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158193', '1');
INSERT INTO `station_status` VALUES ('3505', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158280', '1');
INSERT INTO `station_status` VALUES ('3506', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158324', '1');
INSERT INTO `station_status` VALUES ('3507', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158411', '1');
INSERT INTO `station_status` VALUES ('3508', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158455', '1');
INSERT INTO `station_status` VALUES ('3509', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158500', '1');
INSERT INTO `station_status` VALUES ('3510', '13', '533db2&ECAPRO&status&ARMING&8&62&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158587', '1');
INSERT INTO `station_status` VALUES ('3511', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158631', '1');
INSERT INTO `station_status` VALUES ('3512', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158675', '1');
INSERT INTO `station_status` VALUES ('3513', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158762', '1');
INSERT INTO `station_status` VALUES ('3514', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158805', '1');
INSERT INTO `station_status` VALUES ('3515', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158892', '1');
INSERT INTO `station_status` VALUES ('3516', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158936', '1');
INSERT INTO `station_status` VALUES ('3517', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431158981', '1');
INSERT INTO `station_status` VALUES ('3518', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159067', '1');
INSERT INTO `station_status` VALUES ('3519', '13', '533db2&ECAPRO&status&ARMING&8&61&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159112', '1');
INSERT INTO `station_status` VALUES ('3520', '13', '533db2&ECAPRO&status&ARMING&8&1&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159156', '1');
INSERT INTO `station_status` VALUES ('3521', '13', '533db2&ECAPRO&status&ARMING&8&1&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159243', '1');
INSERT INTO `station_status` VALUES ('3522', '13', '533db2&ECAPRO&status&ARMING&8&1&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159287', '1');
INSERT INTO `station_status` VALUES ('3523', '13', '533db2&ECAPRO&status&ARMING&8&1&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159373', '1');
INSERT INTO `station_status` VALUES ('3524', '13', '533db2&ECAPRO&status&ARMING&8&1&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159417', '1');
INSERT INTO `station_status` VALUES ('3525', '13', '533db2&ECAPRO&status&ARMING&8&1&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159461', '1');
INSERT INTO `station_status` VALUES ('3526', '13', '533db2&ECAPRO&status&ARMING&8&1&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159548', '1');
INSERT INTO `station_status` VALUES ('3527', '13', '533db2&ECAPRO&status&ARMING&8&1&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159593', '1');
INSERT INTO `station_status` VALUES ('3528', '13', '533db2&ECAPRO&status&ARMING&8&1&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159638', '1');
INSERT INTO `station_status` VALUES ('3529', '13', '533db2&ECAPRO&status&ARMING&8&1&60&0&0&0&0&0&0&0&0&0&0\n', '1', '1431159726', '1');
INSERT INTO `station_status` VALUES ('3530', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431477601', '1');
INSERT INTO `station_status` VALUES ('3531', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431477643', '1');
INSERT INTO `station_status` VALUES ('3532', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431477685', '1');
INSERT INTO `station_status` VALUES ('3533', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431477727', '1');
INSERT INTO `station_status` VALUES ('3534', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431477810', '1');
INSERT INTO `station_status` VALUES ('3535', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431477852', '1');
INSERT INTO `station_status` VALUES ('3536', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431477898', '1');
INSERT INTO `station_status` VALUES ('3537', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431477935', '1');
INSERT INTO `station_status` VALUES ('3538', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431477958', '1');
INSERT INTO `station_status` VALUES ('3539', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431477976', '1');
INSERT INTO `station_status` VALUES ('3540', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&', '1', '1431478018', '1');
INSERT INTO `station_status` VALUES ('3541', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478059', '1');
INSERT INTO `station_status` VALUES ('3542', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&', '1', '1431478078', '1');
INSERT INTO `station_status` VALUES ('3543', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478102', '1');
INSERT INTO `station_status` VALUES ('3544', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431478138', '1');
INSERT INTO `station_status` VALUES ('3545', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478144', '1');
INSERT INTO `station_status` VALUES ('3546', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431478198', '1');
INSERT INTO `station_status` VALUES ('3547', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478227', '1');
INSERT INTO `station_status` VALUES ('3548', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&', '1', '1431478258', '1');
INSERT INTO `station_status` VALUES ('3549', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478268', '1');
INSERT INTO `station_status` VALUES ('3550', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&', '1', '1431478318', '1');
INSERT INTO `station_status` VALUES ('3551', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478351', '1');
INSERT INTO `station_status` VALUES ('3552', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431478377', '1');
INSERT INTO `station_status` VALUES ('3553', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478393', '1');
INSERT INTO `station_status` VALUES ('3554', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431478438', '1');
INSERT INTO `station_status` VALUES ('3555', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478475', '1');
INSERT INTO `station_status` VALUES ('3556', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431478498', '1');
INSERT INTO `station_status` VALUES ('3557', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478517', '1');
INSERT INTO `station_status` VALUES ('3558', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431478558', '1');
INSERT INTO `station_status` VALUES ('3559', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478600', '1');
INSERT INTO `station_status` VALUES ('3560', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431478618', '1');
INSERT INTO `station_status` VALUES ('3561', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478641', '1');
INSERT INTO `station_status` VALUES ('3562', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431478678', '1');
INSERT INTO `station_status` VALUES ('3563', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478685', '1');
INSERT INTO `station_status` VALUES ('3564', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431478738', '1');
INSERT INTO `station_status` VALUES ('3565', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478767', '1');
INSERT INTO `station_status` VALUES ('3566', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&', '1', '1431478798', '1');
INSERT INTO `station_status` VALUES ('3567', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478809', '1');
INSERT INTO `station_status` VALUES ('3568', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&', '1', '1431478858', '1');
INSERT INTO `station_status` VALUES ('3569', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478893', '1');
INSERT INTO `station_status` VALUES ('3570', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&', '1', '1431478918', '1');
INSERT INTO `station_status` VALUES ('3571', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431478935', '1');
INSERT INTO `station_status` VALUES ('3572', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&', '1', '1431478978', '1');
INSERT INTO `station_status` VALUES ('3573', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479017', '1');
INSERT INTO `station_status` VALUES ('3574', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&', '1', '1431479038', '1');
INSERT INTO `station_status` VALUES ('3575', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479059', '1');
INSERT INTO `station_status` VALUES ('3576', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&', '1', '1431479098', '1');
INSERT INTO `station_status` VALUES ('3577', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479142', '1');
INSERT INTO `station_status` VALUES ('3578', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&1&0.0&0&0.0&', '1', '1431479157', '1');
INSERT INTO `station_status` VALUES ('3579', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.9&', '1', '1431479168', '1');
INSERT INTO `station_status` VALUES ('3580', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479184', '1');
INSERT INTO `station_status` VALUES ('3581', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431479217', '1');
INSERT INTO `station_status` VALUES ('3582', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479227', '1');
INSERT INTO `station_status` VALUES ('3583', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431479277', '1');
INSERT INTO `station_status` VALUES ('3584', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&1&0.0&0&0.0&', '1', '1431479292', '1');
INSERT INTO `station_status` VALUES ('3585', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431479302', '1');
INSERT INTO `station_status` VALUES ('3586', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479311', '1');
INSERT INTO `station_status` VALUES ('3587', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.9&', '1', '1431479339', '1');
INSERT INTO `station_status` VALUES ('3588', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479352', '1');
INSERT INTO `station_status` VALUES ('3589', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431479393', '1');
INSERT INTO `station_status` VALUES ('3590', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&1&0.0&0&0.0&', '1', '1431479415', '1');
INSERT INTO `station_status` VALUES ('3591', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.9&', '1', '1431479426', '1');
INSERT INTO `station_status` VALUES ('3592', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479435', '1');
INSERT INTO `station_status` VALUES ('3593', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.9&', '1', '1431479458', '1');
INSERT INTO `station_status` VALUES ('3594', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479477', '1');
INSERT INTO `station_status` VALUES ('3595', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431479518', '1');
INSERT INTO `station_status` VALUES ('3596', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479560', '1');
INSERT INTO `station_status` VALUES ('3597', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431479578', '1');
INSERT INTO `station_status` VALUES ('3598', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479602', '1');
INSERT INTO `station_status` VALUES ('3599', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431479638', '1');
INSERT INTO `station_status` VALUES ('3600', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479644', '1');
INSERT INTO `station_status` VALUES ('3601', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431479698', '1');
INSERT INTO `station_status` VALUES ('3602', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479726', '1');
INSERT INTO `station_status` VALUES ('3603', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.9&', '1', '1431479758', '1');
INSERT INTO `station_status` VALUES ('3604', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479768', '1');
INSERT INTO `station_status` VALUES ('3605', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431479818', '1');
INSERT INTO `station_status` VALUES ('3606', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479851', '1');
INSERT INTO `station_status` VALUES ('3607', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431479878', '1');
INSERT INTO `station_status` VALUES ('3608', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479895', '1');
INSERT INTO `station_status` VALUES ('3609', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431479938', '1');
INSERT INTO `station_status` VALUES ('3610', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431479977', '1');
INSERT INTO `station_status` VALUES ('3611', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431479998', '1');
INSERT INTO `station_status` VALUES ('3612', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480020', '1');
INSERT INTO `station_status` VALUES ('3613', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480058', '1');
INSERT INTO `station_status` VALUES ('3614', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480103', '1');
INSERT INTO `station_status` VALUES ('3615', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480118', '1');
INSERT INTO `station_status` VALUES ('3616', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480145', '1');
INSERT INTO `station_status` VALUES ('3617', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480178', '1');
INSERT INTO `station_status` VALUES ('3618', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480186', '1');
INSERT INTO `station_status` VALUES ('3619', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480238', '1');
INSERT INTO `station_status` VALUES ('3620', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480269', '1');
INSERT INTO `station_status` VALUES ('3621', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480298', '1');
INSERT INTO `station_status` VALUES ('3622', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480311', '1');
INSERT INTO `station_status` VALUES ('3623', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480358', '1');
INSERT INTO `station_status` VALUES ('3624', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480394', '1');
INSERT INTO `station_status` VALUES ('3625', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480418', '1');
INSERT INTO `station_status` VALUES ('3626', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480435', '1');
INSERT INTO `station_status` VALUES ('3627', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480478', '1');
INSERT INTO `station_status` VALUES ('3628', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480520', '1');
INSERT INTO `station_status` VALUES ('3629', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480538', '1');
INSERT INTO `station_status` VALUES ('3630', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480562', '1');
INSERT INTO `station_status` VALUES ('3631', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480598', '1');
INSERT INTO `station_status` VALUES ('3632', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480604', '1');
INSERT INTO `station_status` VALUES ('3633', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480658', '1');
INSERT INTO `station_status` VALUES ('3634', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480686', '1');
INSERT INTO `station_status` VALUES ('3635', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480718', '1');
INSERT INTO `station_status` VALUES ('3636', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480729', '1');
INSERT INTO `station_status` VALUES ('3637', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480778', '1');
INSERT INTO `station_status` VALUES ('3638', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480811', '1');
INSERT INTO `station_status` VALUES ('3639', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480838', '1');
INSERT INTO `station_status` VALUES ('3640', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480853', '1');
INSERT INTO `station_status` VALUES ('3641', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480898', '1');
INSERT INTO `station_status` VALUES ('3642', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480936', '1');
INSERT INTO `station_status` VALUES ('3643', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431480958', '1');
INSERT INTO `station_status` VALUES ('3644', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431480978', '1');
INSERT INTO `station_status` VALUES ('3645', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431481018', '1');
INSERT INTO `station_status` VALUES ('3646', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481060', '1');
INSERT INTO `station_status` VALUES ('3647', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431481078', '1');
INSERT INTO `station_status` VALUES ('3648', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481104', '1');
INSERT INTO `station_status` VALUES ('3649', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.9&', '1', '1431481138', '1');
INSERT INTO `station_status` VALUES ('3650', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481146', '1');
INSERT INTO `station_status` VALUES ('3651', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.9&', '1', '1431481198', '1');
INSERT INTO `station_status` VALUES ('3652', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481228', '1');
INSERT INTO `station_status` VALUES ('3653', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431481258', '1');
INSERT INTO `station_status` VALUES ('3654', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481270', '1');
INSERT INTO `station_status` VALUES ('3655', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431481318', '1');
INSERT INTO `station_status` VALUES ('3656', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481353', '1');
INSERT INTO `station_status` VALUES ('3657', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431481378', '1');
INSERT INTO `station_status` VALUES ('3658', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481394', '1');
INSERT INTO `station_status` VALUES ('3659', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.9&', '1', '1431481438', '1');
INSERT INTO `station_status` VALUES ('3660', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481477', '1');
INSERT INTO `station_status` VALUES ('3661', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.9&', '1', '1431481498', '1');
INSERT INTO `station_status` VALUES ('3662', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481519', '1');
INSERT INTO `station_status` VALUES ('3663', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431481558', '1');
INSERT INTO `station_status` VALUES ('3664', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481601', '1');
INSERT INTO `station_status` VALUES ('3665', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.9&', '1', '1431481618', '1');
INSERT INTO `station_status` VALUES ('3666', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481643', '1');
INSERT INTO `station_status` VALUES ('3667', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431481678', '1');
INSERT INTO `station_status` VALUES ('3668', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481686', '1');
INSERT INTO `station_status` VALUES ('3669', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.1&0&11.8&', '1', '1431481738', '1');
INSERT INTO `station_status` VALUES ('3670', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481768', '1');
INSERT INTO `station_status` VALUES ('3671', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431481798', '1');
INSERT INTO `station_status` VALUES ('3672', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481810', '1');
INSERT INTO `station_status` VALUES ('3673', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431481858', '1');
INSERT INTO `station_status` VALUES ('3674', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481893', '1');
INSERT INTO `station_status` VALUES ('3675', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431481918', '1');
INSERT INTO `station_status` VALUES ('3676', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431481935', '1');
INSERT INTO `station_status` VALUES ('3677', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.9&', '1', '1431481978', '1');
INSERT INTO `station_status` VALUES ('3678', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482017', '1');
INSERT INTO `station_status` VALUES ('3679', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431482038', '1');
INSERT INTO `station_status` VALUES ('3680', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482059', '1');
INSERT INTO `station_status` VALUES ('3681', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.9&', '1', '1431482098', '1');
INSERT INTO `station_status` VALUES ('3682', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482142', '1');
INSERT INTO `station_status` VALUES ('3683', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431482158', '1');
INSERT INTO `station_status` VALUES ('3684', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482184', '1');
INSERT INTO `station_status` VALUES ('3685', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.9&', '1', '1431482218', '1');
INSERT INTO `station_status` VALUES ('3686', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482226', '1');
INSERT INTO `station_status` VALUES ('3687', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431482278', '1');
INSERT INTO `station_status` VALUES ('3688', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482309', '1');
INSERT INTO `station_status` VALUES ('3689', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431482338', '1');
INSERT INTO `station_status` VALUES ('3690', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482351', '1');
INSERT INTO `station_status` VALUES ('3691', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431482398', '1');
INSERT INTO `station_status` VALUES ('3692', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482433', '1');
INSERT INTO `station_status` VALUES ('3693', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.9&', '1', '1431482458', '1');
INSERT INTO `station_status` VALUES ('3694', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482475', '1');
INSERT INTO `station_status` VALUES ('3695', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.9&', '1', '1431482518', '1');
INSERT INTO `station_status` VALUES ('3696', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482558', '1');
INSERT INTO `station_status` VALUES ('3697', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431482578', '1');
INSERT INTO `station_status` VALUES ('3698', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482599', '1');
INSERT INTO `station_status` VALUES ('3699', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431482638', '1');
INSERT INTO `station_status` VALUES ('3700', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482682', '1');
INSERT INTO `station_status` VALUES ('3701', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.9&', '1', '1431482698', '1');
INSERT INTO `station_status` VALUES ('3702', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482724', '1');
INSERT INTO `station_status` VALUES ('3703', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431482758', '1');
INSERT INTO `station_status` VALUES ('3704', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482766', '1');
INSERT INTO `station_status` VALUES ('3705', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431482818', '1');
INSERT INTO `station_status` VALUES ('3706', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482848', '1');
INSERT INTO `station_status` VALUES ('3707', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431482878', '1');
INSERT INTO `station_status` VALUES ('3708', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482891', '1');
INSERT INTO `station_status` VALUES ('3709', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431482938', '1');
INSERT INTO `station_status` VALUES ('3710', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431482974', '1');
INSERT INTO `station_status` VALUES ('3711', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431482998', '1');
INSERT INTO `station_status` VALUES ('3712', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483016', '1');
INSERT INTO `station_status` VALUES ('3713', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.9&', '1', '1431483058', '1');
INSERT INTO `station_status` VALUES ('3714', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483098', '1');
INSERT INTO `station_status` VALUES ('3715', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483118', '1');
INSERT INTO `station_status` VALUES ('3716', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483140', '1');
INSERT INTO `station_status` VALUES ('3717', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.2&0&11.8&', '1', '1431483178', '1');
INSERT INTO `station_status` VALUES ('3718', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483182', '1');
INSERT INTO `station_status` VALUES ('3719', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483238', '1');
INSERT INTO `station_status` VALUES ('3720', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483265', '1');
INSERT INTO `station_status` VALUES ('3721', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483298', '1');
INSERT INTO `station_status` VALUES ('3722', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483307', '1');
INSERT INTO `station_status` VALUES ('3723', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483358', '1');
INSERT INTO `station_status` VALUES ('3724', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483389', '1');
INSERT INTO `station_status` VALUES ('3725', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483418', '1');
INSERT INTO `station_status` VALUES ('3726', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483431', '1');
INSERT INTO `station_status` VALUES ('3727', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483478', '1');
INSERT INTO `station_status` VALUES ('3728', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483514', '1');
INSERT INTO `station_status` VALUES ('3729', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483538', '1');
INSERT INTO `station_status` VALUES ('3730', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483556', '1');
INSERT INTO `station_status` VALUES ('3731', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483598', '1');
INSERT INTO `station_status` VALUES ('3732', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483639', '1');
INSERT INTO `station_status` VALUES ('3733', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483658', '1');
INSERT INTO `station_status` VALUES ('3734', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483681', '1');
INSERT INTO `station_status` VALUES ('3735', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483718', '1');
INSERT INTO `station_status` VALUES ('3736', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483723', '1');
INSERT INTO `station_status` VALUES ('3737', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483779', '1');
INSERT INTO `station_status` VALUES ('3738', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483805', '1');
INSERT INTO `station_status` VALUES ('3739', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483838', '1');
INSERT INTO `station_status` VALUES ('3740', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483847', '1');
INSERT INTO `station_status` VALUES ('3741', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483898', '1');
INSERT INTO `station_status` VALUES ('3742', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483930', '1');
INSERT INTO `station_status` VALUES ('3743', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431483958', '1');
INSERT INTO `station_status` VALUES ('3744', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431483972', '1');
INSERT INTO `station_status` VALUES ('3745', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.3&0&11.8&', '1', '1431484018', '1');
INSERT INTO `station_status` VALUES ('3746', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484054', '1');
INSERT INTO `station_status` VALUES ('3747', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484078', '1');
INSERT INTO `station_status` VALUES ('3748', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484097', '1');
INSERT INTO `station_status` VALUES ('3749', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484138', '1');
INSERT INTO `station_status` VALUES ('3750', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484179', '1');
INSERT INTO `station_status` VALUES ('3751', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484198', '1');
INSERT INTO `station_status` VALUES ('3752', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484221', '1');
INSERT INTO `station_status` VALUES ('3753', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484258', '1');
INSERT INTO `station_status` VALUES ('3754', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484263', '1');
INSERT INTO `station_status` VALUES ('3755', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484318', '1');
INSERT INTO `station_status` VALUES ('3756', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484346', '1');
INSERT INTO `station_status` VALUES ('3757', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484378', '1');
INSERT INTO `station_status` VALUES ('3758', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484388', '1');
INSERT INTO `station_status` VALUES ('3759', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.9&', '1', '1431484438', '1');
INSERT INTO `station_status` VALUES ('3760', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484470', '1');
INSERT INTO `station_status` VALUES ('3761', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484498', '1');
INSERT INTO `station_status` VALUES ('3762', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484512', '1');
INSERT INTO `station_status` VALUES ('3763', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484558', '1');
INSERT INTO `station_status` VALUES ('3764', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484595', '1');
INSERT INTO `station_status` VALUES ('3765', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484618', '1');
INSERT INTO `station_status` VALUES ('3766', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484637', '1');
INSERT INTO `station_status` VALUES ('3767', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484678', '1');
INSERT INTO `station_status` VALUES ('3768', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484721', '1');
INSERT INTO `station_status` VALUES ('3769', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.9&', '1', '1431484738', '1');
INSERT INTO `station_status` VALUES ('3770', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484763', '1');
INSERT INTO `station_status` VALUES ('3771', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484798', '1');
INSERT INTO `station_status` VALUES ('3772', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484805', '1');
INSERT INTO `station_status` VALUES ('3773', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484858', '1');
INSERT INTO `station_status` VALUES ('3774', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484888', '1');
INSERT INTO `station_status` VALUES ('3775', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484918', '1');
INSERT INTO `station_status` VALUES ('3776', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431484930', '1');
INSERT INTO `station_status` VALUES ('3777', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431484978', '1');
INSERT INTO `station_status` VALUES ('3778', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485012', '1');
INSERT INTO `station_status` VALUES ('3779', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431485038', '1');
INSERT INTO `station_status` VALUES ('3780', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485054', '1');
INSERT INTO `station_status` VALUES ('3781', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431485098', '1');
INSERT INTO `station_status` VALUES ('3782', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485137', '1');
INSERT INTO `station_status` VALUES ('3783', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431485158', '1');
INSERT INTO `station_status` VALUES ('3784', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485179', '1');
INSERT INTO `station_status` VALUES ('3785', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.9&', '1', '1431485218', '1');
INSERT INTO `station_status` VALUES ('3786', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485262', '1');
INSERT INTO `station_status` VALUES ('3787', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.4&0&11.8&', '1', '1431485278', '1');
INSERT INTO `station_status` VALUES ('3788', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485305', '1');
INSERT INTO `station_status` VALUES ('3789', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.9&', '1', '1431485338', '1');
INSERT INTO `station_status` VALUES ('3790', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485348', '1');
INSERT INTO `station_status` VALUES ('3791', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431485398', '1');
INSERT INTO `station_status` VALUES ('3792', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485430', '1');
INSERT INTO `station_status` VALUES ('3793', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.9&', '1', '1431485458', '1');
INSERT INTO `station_status` VALUES ('3794', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485472', '1');
INSERT INTO `station_status` VALUES ('3795', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431485518', '1');
INSERT INTO `station_status` VALUES ('3796', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485555', '1');
INSERT INTO `station_status` VALUES ('3797', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.9&', '1', '1431485578', '1');
INSERT INTO `station_status` VALUES ('3798', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485597', '1');
INSERT INTO `station_status` VALUES ('3799', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431485638', '1');
INSERT INTO `station_status` VALUES ('3800', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485680', '1');
INSERT INTO `station_status` VALUES ('3801', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431485698', '1');
INSERT INTO `station_status` VALUES ('3802', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485721', '1');
INSERT INTO `station_status` VALUES ('3803', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.9&', '1', '1431485758', '1');
INSERT INTO `station_status` VALUES ('3804', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485764', '1');
INSERT INTO `station_status` VALUES ('3805', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.9&', '1', '1431485818', '1');
INSERT INTO `station_status` VALUES ('3806', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485846', '1');
INSERT INTO `station_status` VALUES ('3807', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431485878', '1');
INSERT INTO `station_status` VALUES ('3808', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485889', '1');
INSERT INTO `station_status` VALUES ('3809', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431485938', '1');
INSERT INTO `station_status` VALUES ('3810', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431485972', '1');
INSERT INTO `station_status` VALUES ('3811', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431485998', '1');
INSERT INTO `station_status` VALUES ('3812', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486014', '1');
INSERT INTO `station_status` VALUES ('3813', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.9&', '1', '1431486058', '1');
INSERT INTO `station_status` VALUES ('3814', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486096', '1');
INSERT INTO `station_status` VALUES ('3815', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431486118', '1');
INSERT INTO `station_status` VALUES ('3816', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486138', '1');
INSERT INTO `station_status` VALUES ('3817', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431486178', '1');
INSERT INTO `station_status` VALUES ('3818', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486221', '1');
INSERT INTO `station_status` VALUES ('3819', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431486238', '1');
INSERT INTO `station_status` VALUES ('3820', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486263', '1');
INSERT INTO `station_status` VALUES ('3821', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.5&0&11.8&', '1', '1431486298', '1');
INSERT INTO `station_status` VALUES ('3822', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486305', '1');
INSERT INTO `station_status` VALUES ('3823', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486358', '1');
INSERT INTO `station_status` VALUES ('3824', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486388', '1');
INSERT INTO `station_status` VALUES ('3825', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486418', '1');
INSERT INTO `station_status` VALUES ('3826', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486430', '1');
INSERT INTO `station_status` VALUES ('3827', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486478', '1');
INSERT INTO `station_status` VALUES ('3828', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486513', '1');
INSERT INTO `station_status` VALUES ('3829', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486538', '1');
INSERT INTO `station_status` VALUES ('3830', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486555', '1');
INSERT INTO `station_status` VALUES ('3831', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486598', '1');
INSERT INTO `station_status` VALUES ('3832', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486638', '1');
INSERT INTO `station_status` VALUES ('3833', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486658', '1');
INSERT INTO `station_status` VALUES ('3834', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486680', '1');
INSERT INTO `station_status` VALUES ('3835', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486718', '1');
INSERT INTO `station_status` VALUES ('3836', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486762', '1');
INSERT INTO `station_status` VALUES ('3837', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486778', '1');
INSERT INTO `station_status` VALUES ('3838', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486804', '1');
INSERT INTO `station_status` VALUES ('3839', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486838', '1');
INSERT INTO `station_status` VALUES ('3840', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486846', '1');
INSERT INTO `station_status` VALUES ('3841', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486898', '1');
INSERT INTO `station_status` VALUES ('3842', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486929', '1');
INSERT INTO `station_status` VALUES ('3843', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431486958', '1');
INSERT INTO `station_status` VALUES ('3844', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431486971', '1');
INSERT INTO `station_status` VALUES ('3845', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431487018', '1');
INSERT INTO `station_status` VALUES ('3846', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487053', '1');
INSERT INTO `station_status` VALUES ('3847', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431487078', '1');
INSERT INTO `station_status` VALUES ('3848', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487097', '1');
INSERT INTO `station_status` VALUES ('3849', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431487138', '1');
INSERT INTO `station_status` VALUES ('3850', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487180', '1');
INSERT INTO `station_status` VALUES ('3851', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.9&', '1', '1431487198', '1');
INSERT INTO `station_status` VALUES ('3852', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487222', '1');
INSERT INTO `station_status` VALUES ('3853', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431487258', '1');
INSERT INTO `station_status` VALUES ('3854', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487263', '1');
INSERT INTO `station_status` VALUES ('3855', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431487318', '1');
INSERT INTO `station_status` VALUES ('3856', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487346', '1');
INSERT INTO `station_status` VALUES ('3857', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.9&', '1', '1431487378', '1');
INSERT INTO `station_status` VALUES ('3858', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487388', '1');
INSERT INTO `station_status` VALUES ('3859', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.6&0&11.8&', '1', '1431487438', '1');
INSERT INTO `station_status` VALUES ('3860', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487471', '1');
INSERT INTO `station_status` VALUES ('3861', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.7&0&11.8&', '1', '1431487498', '1');
INSERT INTO `station_status` VALUES ('3862', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487513', '1');
INSERT INTO `station_status` VALUES ('3863', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.7&0&11.9&', '1', '1431487558', '1');
INSERT INTO `station_status` VALUES ('3864', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487595', '1');
INSERT INTO `station_status` VALUES ('3865', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.7&0&11.8&', '1', '1431487618', '1');
INSERT INTO `station_status` VALUES ('3866', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487637', '1');
INSERT INTO `station_status` VALUES ('3867', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.7&0&11.8&', '1', '1431487678', '1');
INSERT INTO `station_status` VALUES ('3868', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487721', '1');
INSERT INTO `station_status` VALUES ('3869', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.7&0&11.8&', '1', '1431487738', '1');
INSERT INTO `station_status` VALUES ('3870', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487763', '1');
INSERT INTO `station_status` VALUES ('3871', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431487798', '1');
INSERT INTO `station_status` VALUES ('3872', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487805', '1');
INSERT INTO `station_status` VALUES ('3873', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431487858', '1');
INSERT INTO `station_status` VALUES ('3874', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487888', '1');
INSERT INTO `station_status` VALUES ('3875', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.7&0&11.8&', '1', '1431487918', '1');
INSERT INTO `station_status` VALUES ('3876', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431487930', '1');
INSERT INTO `station_status` VALUES ('3877', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.7&0&11.8&', '1', '1431487978', '1');
INSERT INTO `station_status` VALUES ('3878', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488012', '1');
INSERT INTO `station_status` VALUES ('3879', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.7&0&11.8&', '1', '1431488038', '1');
INSERT INTO `station_status` VALUES ('3880', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488054', '1');
INSERT INTO `station_status` VALUES ('3881', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488098', '1');
INSERT INTO `station_status` VALUES ('3882', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488136', '1');
INSERT INTO `station_status` VALUES ('3883', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.7&0&11.8&', '1', '1431488158', '1');
INSERT INTO `station_status` VALUES ('3884', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488178', '1');
INSERT INTO `station_status` VALUES ('3885', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.7&0&11.8&', '1', '1431488218', '1');
INSERT INTO `station_status` VALUES ('3886', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488261', '1');
INSERT INTO `station_status` VALUES ('3887', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488278', '1');
INSERT INTO `station_status` VALUES ('3888', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488304', '1');
INSERT INTO `station_status` VALUES ('3889', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488338', '1');
INSERT INTO `station_status` VALUES ('3890', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488346', '1');
INSERT INTO `station_status` VALUES ('3891', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488398', '1');
INSERT INTO `station_status` VALUES ('3892', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488429', '1');
INSERT INTO `station_status` VALUES ('3893', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488458', '1');
INSERT INTO `station_status` VALUES ('3894', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488471', '1');
INSERT INTO `station_status` VALUES ('3895', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488518', '1');
INSERT INTO `station_status` VALUES ('3896', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488554', '1');
INSERT INTO `station_status` VALUES ('3897', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488578', '1');
INSERT INTO `station_status` VALUES ('3898', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488596', '1');
INSERT INTO `station_status` VALUES ('3899', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488638', '1');
INSERT INTO `station_status` VALUES ('3900', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488678', '1');
INSERT INTO `station_status` VALUES ('3901', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488698', '1');
INSERT INTO `station_status` VALUES ('3902', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488720', '1');
INSERT INTO `station_status` VALUES ('3903', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488758', '1');
INSERT INTO `station_status` VALUES ('3904', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488762', '1');
INSERT INTO `station_status` VALUES ('3905', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488818', '1');
INSERT INTO `station_status` VALUES ('3906', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488845', '1');
INSERT INTO `station_status` VALUES ('3907', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488878', '1');
INSERT INTO `station_status` VALUES ('3908', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488888', '1');
INSERT INTO `station_status` VALUES ('3909', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488938', '1');
INSERT INTO `station_status` VALUES ('3910', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431488970', '1');
INSERT INTO `station_status` VALUES ('3911', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431488998', '1');
INSERT INTO `station_status` VALUES ('3912', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489012', '1');
INSERT INTO `station_status` VALUES ('3913', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431489058', '1');
INSERT INTO `station_status` VALUES ('3914', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489095', '1');
INSERT INTO `station_status` VALUES ('3915', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431489118', '1');
INSERT INTO `station_status` VALUES ('3916', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489137', '1');
INSERT INTO `station_status` VALUES ('3917', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431489178', '1');
INSERT INTO `station_status` VALUES ('3918', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489220', '1');
INSERT INTO `station_status` VALUES ('3919', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.8&0&11.8&', '1', '1431489238', '1');
INSERT INTO `station_status` VALUES ('3920', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489262', '1');
INSERT INTO `station_status` VALUES ('3921', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.8&', '1', '1431489298', '1');
INSERT INTO `station_status` VALUES ('3922', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489304', '1');
INSERT INTO `station_status` VALUES ('3923', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.8&', '1', '1431489358', '1');
INSERT INTO `station_status` VALUES ('3924', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489386', '1');
INSERT INTO `station_status` VALUES ('3925', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.8&', '1', '1431489418', '1');
INSERT INTO `station_status` VALUES ('3926', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489428', '1');
INSERT INTO `station_status` VALUES ('3927', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.9&', '1', '1431489478', '1');
INSERT INTO `station_status` VALUES ('3928', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489512', '1');
INSERT INTO `station_status` VALUES ('3929', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.8&', '1', '1431489538', '1');
INSERT INTO `station_status` VALUES ('3930', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489554', '1');
INSERT INTO `station_status` VALUES ('3931', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.8&', '1', '1431489598', '1');
INSERT INTO `station_status` VALUES ('3932', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489636', '1');
INSERT INTO `station_status` VALUES ('3933', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.8&', '1', '1431489658', '1');
INSERT INTO `station_status` VALUES ('3934', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489678', '1');
INSERT INTO `station_status` VALUES ('3935', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.8&', '1', '1431489718', '1');
INSERT INTO `station_status` VALUES ('3936', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489761', '1');
INSERT INTO `station_status` VALUES ('3937', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.8&', '1', '1431489778', '1');
INSERT INTO `station_status` VALUES ('3938', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489803', '1');
INSERT INTO `station_status` VALUES ('3939', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.9&', '1', '1431489838', '1');
INSERT INTO `station_status` VALUES ('3940', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489845', '1');
INSERT INTO `station_status` VALUES ('3941', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.8&', '1', '1431489898', '1');
INSERT INTO `station_status` VALUES ('3942', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489927', '1');
INSERT INTO `station_status` VALUES ('3943', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.8&', '1', '1431489958', '1');
INSERT INTO `station_status` VALUES ('3944', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431489970', '1');
INSERT INTO `station_status` VALUES ('3945', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.8&', '1', '1431490018', '1');
INSERT INTO `station_status` VALUES ('3946', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490052', '1');
INSERT INTO `station_status` VALUES ('3947', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.8&', '1', '1431490078', '1');
INSERT INTO `station_status` VALUES ('3948', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490096', '1');
INSERT INTO `station_status` VALUES ('3949', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.8&', '1', '1431490138', '1');
INSERT INTO `station_status` VALUES ('3950', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490178', '1');
INSERT INTO `station_status` VALUES ('3951', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.8&', '1', '1431490198', '1');
INSERT INTO `station_status` VALUES ('3952', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490220', '1');
INSERT INTO `station_status` VALUES ('3953', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&29.9&0&11.8&', '1', '1431490258', '1');
INSERT INTO `station_status` VALUES ('3954', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490262', '1');
INSERT INTO `station_status` VALUES ('3955', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.8&', '1', '1431490318', '1');
INSERT INTO `station_status` VALUES ('3956', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490345', '1');
INSERT INTO `station_status` VALUES ('3957', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.8&', '1', '1431490378', '1');
INSERT INTO `station_status` VALUES ('3958', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490387', '1');
INSERT INTO `station_status` VALUES ('3959', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.8&', '1', '1431490438', '1');
INSERT INTO `station_status` VALUES ('3960', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490470', '1');
INSERT INTO `station_status` VALUES ('3961', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431490498', '1');
INSERT INTO `station_status` VALUES ('3962', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490512', '1');
INSERT INTO `station_status` VALUES ('3963', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431490558', '1');
INSERT INTO `station_status` VALUES ('3964', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490594', '1');
INSERT INTO `station_status` VALUES ('3965', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431490618', '1');
INSERT INTO `station_status` VALUES ('3966', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490636', '1');
INSERT INTO `station_status` VALUES ('3967', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.8&', '1', '1431490678', '1');
INSERT INTO `station_status` VALUES ('3968', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490720', '1');
INSERT INTO `station_status` VALUES ('3969', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431490738', '1');
INSERT INTO `station_status` VALUES ('3970', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490762', '1');
INSERT INTO `station_status` VALUES ('3971', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431490798', '1');
INSERT INTO `station_status` VALUES ('3972', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490804', '1');
INSERT INTO `station_status` VALUES ('3973', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431490858', '1');
INSERT INTO `station_status` VALUES ('3974', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490886', '1');
INSERT INTO `station_status` VALUES ('3975', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431490918', '1');
INSERT INTO `station_status` VALUES ('3976', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431490929', '1');
INSERT INTO `station_status` VALUES ('3977', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431490978', '1');
INSERT INTO `station_status` VALUES ('3978', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491011', '1');
INSERT INTO `station_status` VALUES ('3979', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431491038', '1');
INSERT INTO `station_status` VALUES ('3980', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491053', '1');
INSERT INTO `station_status` VALUES ('3981', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431491098', '1');
INSERT INTO `station_status` VALUES ('3982', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491136', '1');
INSERT INTO `station_status` VALUES ('3983', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431491158', '1');
INSERT INTO `station_status` VALUES ('3984', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491178', '1');
INSERT INTO `station_status` VALUES ('3985', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431491218', '1');
INSERT INTO `station_status` VALUES ('3986', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491260', '1');
INSERT INTO `station_status` VALUES ('3987', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.8&', '1', '1431491278', '1');
INSERT INTO `station_status` VALUES ('3988', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491303', '1');
INSERT INTO `station_status` VALUES ('3989', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431491338', '1');
INSERT INTO `station_status` VALUES ('3990', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491345', '1');
INSERT INTO `station_status` VALUES ('3991', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431491398', '1');
INSERT INTO `station_status` VALUES ('3992', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491428', '1');
INSERT INTO `station_status` VALUES ('3993', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431491458', '1');
INSERT INTO `station_status` VALUES ('3994', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491470', '1');
INSERT INTO `station_status` VALUES ('3995', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431491518', '1');
INSERT INTO `station_status` VALUES ('3996', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491552', '1');
INSERT INTO `station_status` VALUES ('3997', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.0&0&11.9&', '1', '1431491578', '1');
INSERT INTO `station_status` VALUES ('3998', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491594', '1');
INSERT INTO `station_status` VALUES ('3999', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&1&0.0&0&0.0&', '1', '1431491616', '1');
INSERT INTO `station_status` VALUES ('4000', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.1&0&11.9&', '1', '1431491627', '1');
INSERT INTO `station_status` VALUES ('4001', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&1&0.0&0&0.0&', '1', '1431491664', '1');
INSERT INTO `station_status` VALUES ('4002', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.1&0&11.9&', '1', '1431491675', '1');
INSERT INTO `station_status` VALUES ('4003', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491677', '1');
INSERT INTO `station_status` VALUES ('4004', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491719', '1');
INSERT INTO `station_status` VALUES ('4005', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&1&0.0&0&0.0&', '1', '1431491785', '1');
INSERT INTO `station_status` VALUES ('4006', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.1&0&11.9&', '1', '1431491787', '1');
INSERT INTO `station_status` VALUES ('4007', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491801', '1');
INSERT INTO `station_status` VALUES ('4008', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.1&0&11.9&', '1', '1431491817', '1');
INSERT INTO `station_status` VALUES ('4009', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491843', '1');
INSERT INTO `station_status` VALUES ('4010', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491887', '1');
INSERT INTO `station_status` VALUES ('4011', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431491969', '1');
INSERT INTO `station_status` VALUES ('4012', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&1&0.0&0&0.0&', '1', '1431492004', '1');
INSERT INTO `station_status` VALUES ('4013', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492011', '1');
INSERT INTO `station_status` VALUES ('4014', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.1&0&11.9&', '1', '1431492015', '1');
INSERT INTO `station_status` VALUES ('4015', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&1&30.2&0&11.9&', '1', '1431492079', '1');
INSERT INTO `station_status` VALUES ('4016', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492094', '1');
INSERT INTO `station_status` VALUES ('4017', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492136', '1');
INSERT INTO `station_status` VALUES ('4018', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492218', '1');
INSERT INTO `station_status` VALUES ('4019', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492261', '1');
INSERT INTO `station_status` VALUES ('4020', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492303', '1');
INSERT INTO `station_status` VALUES ('4021', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492385', '1');
INSERT INTO `station_status` VALUES ('4022', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492427', '1');
INSERT INTO `station_status` VALUES ('4023', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431492481', '1');
INSERT INTO `station_status` VALUES ('4024', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.2&0&11.9&', '1', '1431492491', '1');
INSERT INTO `station_status` VALUES ('4025', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492511', '1');
INSERT INTO `station_status` VALUES ('4026', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.3&0&11.9&', '1', '1431492541', '1');
INSERT INTO `station_status` VALUES ('4027', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.3&0&11.9&', '1', '1431492550', '1');
INSERT INTO `station_status` VALUES ('4028', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492552', '1');
INSERT INTO `station_status` VALUES ('4029', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.3&0&11.9&', '1', '1431492561', '1');
INSERT INTO `station_status` VALUES ('4030', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.3&0&11.9&', '1', '1431492600', '1');
INSERT INTO `station_status` VALUES ('4031', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492635', '1');
INSERT INTO `station_status` VALUES ('4032', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.3&0&11.9&', '1', '1431492661', '1');
INSERT INTO `station_status` VALUES ('4033', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.3&0&11.9&', '1', '1431492671', '1');
INSERT INTO `station_status` VALUES ('4034', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492677', '1');
INSERT INTO `station_status` VALUES ('4035', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431492721', '1');
INSERT INTO `station_status` VALUES ('4036', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.3&0&11.9&', '1', '1431492731', '1');
INSERT INTO `station_status` VALUES ('4037', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492760', '1');
INSERT INTO `station_status` VALUES ('4038', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431492781', '1');
INSERT INTO `station_status` VALUES ('4039', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.3&0&11.9&', '1', '1431492792', '1');
INSERT INTO `station_status` VALUES ('4040', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492803', '1');
INSERT INTO `station_status` VALUES ('4041', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492844', '1');
INSERT INTO `station_status` VALUES ('4042', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431492908', '1');
INSERT INTO `station_status` VALUES ('4043', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492927', '1');
INSERT INTO `station_status` VALUES ('4044', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431492969', '1');
INSERT INTO `station_status` VALUES ('4045', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493052', '1');
INSERT INTO `station_status` VALUES ('4046', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493095', '1');
INSERT INTO `station_status` VALUES ('4047', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431493126', '1');
INSERT INTO `station_status` VALUES ('4048', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493137', '1');
INSERT INTO `station_status` VALUES ('4049', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493178', '1');
INSERT INTO `station_status` VALUES ('4050', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493197', '1');
INSERT INTO `station_status` VALUES ('4051', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493222', '1');
INSERT INTO `station_status` VALUES ('4052', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493256', '1');
INSERT INTO `station_status` VALUES ('4053', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493266', '1');
INSERT INTO `station_status` VALUES ('4054', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.6&30.7&78.4&30.9&99.9&30.8&0&0&0&0\n', '1', '1431493301', '1');
INSERT INTO `station_status` VALUES ('4055', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493316', '1');
INSERT INTO `station_status` VALUES ('4056', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.6&30.7&78.5&31.0&99.9&30.7&0&0&0&0\n', '1', '1431493343', '1');
INSERT INTO `station_status` VALUES ('4057', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493354', '1');
INSERT INTO `station_status` VALUES ('4058', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493376', '1');
INSERT INTO `station_status` VALUES ('4059', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493398', '1');
INSERT INTO `station_status` VALUES ('4060', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.6&30.7&79.0&31.0&99.9&30.8&0&0&0&0\n', '1', '1431493403', '1');
INSERT INTO `station_status` VALUES ('4061', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493436', '1');
INSERT INTO `station_status` VALUES ('4062', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.7&30.7&78.9&31.0&99.9&30.8&0&0&0&0\n', '1', '1431493463', '1');
INSERT INTO `station_status` VALUES ('4063', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493484', '1');
INSERT INTO `station_status` VALUES ('4064', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493496', '1');
INSERT INTO `station_status` VALUES ('4065', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.6&30.7&78.7&31.0&99.8&30.8&0&0&0&0\n', '1', '1431493523', '1');
INSERT INTO `station_status` VALUES ('4066', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493528', '1');
INSERT INTO `station_status` VALUES ('4067', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493556', '1');
INSERT INTO `station_status` VALUES ('4068', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493572', '1');
INSERT INTO `station_status` VALUES ('4069', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.6&30.7&78.7&31.0&99.8&30.8&0&0&0&0\n', '1', '1431493582', '1');
INSERT INTO `station_status` VALUES ('4070', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493616', '1');
INSERT INTO `station_status` VALUES ('4071', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.6&30.7&78.6&31.0&99.6&30.8&0&0&0&0\n', '1', '1431493642', '1');
INSERT INTO `station_status` VALUES ('4072', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493659', '1');
INSERT INTO `station_status` VALUES ('4073', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493676', '1');
INSERT INTO `station_status` VALUES ('4074', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.7&30.7&78.7&31.0&99.7&30.8&0&0&0&0\n', '1', '1431493703', '1');
INSERT INTO `station_status` VALUES ('4075', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493704', '1');
INSERT INTO `station_status` VALUES ('4076', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493736', '1');
INSERT INTO `station_status` VALUES ('4077', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493748', '1');
INSERT INTO `station_status` VALUES ('4078', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.7&30.7&78.5&31.0&99.3&30.8&0&0&0&0\n', '1', '1431493763', '1');
INSERT INTO `station_status` VALUES ('4079', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493796', '1');
INSERT INTO `station_status` VALUES ('4080', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.7&30.9&78.1&31.0&99.0&30.8&0&0&0&0\n', '1', '1431493814', '1');
INSERT INTO `station_status` VALUES ('4081', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493835', '1');
INSERT INTO `station_status` VALUES ('4082', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493856', '1');
INSERT INTO `station_status` VALUES ('4083', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.7&30.9&77.9&31.1&98.8&30.8&0&0&0&0\n', '1', '1431493865', '1');
INSERT INTO `station_status` VALUES ('4084', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493879', '1');
INSERT INTO `station_status` VALUES ('4085', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493916', '1');
INSERT INTO `station_status` VALUES ('4086', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.7&30.9&77.7&31.1&98.7&30.9&0&0&0&0\n', '1', '1431493922', '1');
INSERT INTO `station_status` VALUES ('4087', '13', '533db2&ECAPRO&status&DISARM&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431493924', '1');
INSERT INTO `station_status` VALUES ('4088', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431493976', '1');
INSERT INTO `station_status` VALUES ('4089', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494010', '1');
INSERT INTO `station_status` VALUES ('4090', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.7&30.9&77.2&31.1&98.5&30.9&0&0&0&0\n', '1', '1431494017', '1');
INSERT INTO `station_status` VALUES ('4091', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431494036', '1');
INSERT INTO `station_status` VALUES ('4092', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494054', '1');
INSERT INTO `station_status` VALUES ('4093', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.7&30.9&76.6&31.1&97.8&30.9&0&0&0&0\n', '1', '1431494068', '1');
INSERT INTO `station_status` VALUES ('4094', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431494096', '1');
INSERT INTO `station_status` VALUES ('4095', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.7&31.0&76.6&31.2&98.6&31.0&0&0&0&0\n', '1', '1431494118', '1');
INSERT INTO `station_status` VALUES ('4096', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494141', '1');
INSERT INTO `station_status` VALUES ('4097', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494156', '1');
INSERT INTO `station_status` VALUES ('4098', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&76.4&31.2&98.4&31.0&0&0&0&0\n', '1', '1431494166', '1');
INSERT INTO `station_status` VALUES ('4099', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494185', '1');
INSERT INTO `station_status` VALUES ('4100', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494216', '1');
INSERT INTO `station_status` VALUES ('4101', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494229', '1');
INSERT INTO `station_status` VALUES ('4102', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&76.2&31.2&98.2&31.0&0&0&0&0\n', '1', '1431494256', '1');
INSERT INTO `station_status` VALUES ('4103', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494276', '1');
INSERT INTO `station_status` VALUES ('4104', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&76.2&31.2&98.1&31.0&0&0&0&0\n', '1', '1431494299', '1');
INSERT INTO `station_status` VALUES ('4105', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494317', '1');
INSERT INTO `station_status` VALUES ('4106', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494336', '1');
INSERT INTO `station_status` VALUES ('4107', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494361', '1');
INSERT INTO `station_status` VALUES ('4108', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&76.1&31.3&98.0&31.0&0&0&0&0\n', '1', '1431494383', '1');
INSERT INTO `station_status` VALUES ('4109', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494396', '1');
INSERT INTO `station_status` VALUES ('4110', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494405', '1');
INSERT INTO `station_status` VALUES ('4111', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&76.2&31.3&98.3&31.0&0&0&0&0\n', '1', '1431494425', '1');
INSERT INTO `station_status` VALUES ('4112', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494456', '1');
INSERT INTO `station_status` VALUES ('4113', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&76.4&31.3&98.4&31.0&0&0&0&0\n', '1', '1431494467', '1');
INSERT INTO `station_status` VALUES ('4114', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494492', '1');
INSERT INTO `station_status` VALUES ('4115', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.1&0&11.9&', '1', '1431494516', '1');
INSERT INTO `station_status` VALUES ('4116', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&76.6&31.2&98.5&31.0&0&0&0&0\n', '1', '1431494523', '1');
INSERT INTO `station_status` VALUES ('4117', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494536', '1');
INSERT INTO `station_status` VALUES ('4118', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.1&0&11.9&', '1', '1431494576', '1');
INSERT INTO `station_status` VALUES ('4119', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&76.7&31.2&98.5&31.0&0&0&0&0\n', '1', '1431494619', '1');
INSERT INTO `station_status` VALUES ('4120', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494622', '1');
INSERT INTO `station_status` VALUES ('4121', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494636', '1');
INSERT INTO `station_status` VALUES ('4122', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494666', '1');
INSERT INTO `station_status` VALUES ('4123', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.0&31.2&98.5&31.0&0&0&0&0\n', '1', '1431494670', '1');
INSERT INTO `station_status` VALUES ('4124', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494696', '1');
INSERT INTO `station_status` VALUES ('4125', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494711', '1');
INSERT INTO `station_status` VALUES ('4126', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.1&31.2&98.7&31.0&0&0&0&0\n', '1', '1431494721', '1');
INSERT INTO `station_status` VALUES ('4127', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494756', '1');
INSERT INTO `station_status` VALUES ('4128', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.2&31.2&98.7&31.0&0&0&0&0\n', '1', '1431494773', '1');
INSERT INTO `station_status` VALUES ('4129', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494797', '1');
INSERT INTO `station_status` VALUES ('4130', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494816', '1');
INSERT INTO `station_status` VALUES ('4131', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.2&31.2&98.8&31.0&0&0&0&0\n', '1', '1431494824', '1');
INSERT INTO `station_status` VALUES ('4132', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494842', '1');
INSERT INTO `station_status` VALUES ('4133', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494876', '1');
INSERT INTO `station_status` VALUES ('4134', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.1&31.2&98.8&31.0&0&0&0&0\n', '1', '1431494885', '1');
INSERT INTO `station_status` VALUES ('4135', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494887', '1');
INSERT INTO `station_status` VALUES ('4136', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494936', '1');
INSERT INTO `station_status` VALUES ('4137', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431494974', '1');
INSERT INTO `station_status` VALUES ('4138', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.2&31.2&98.9&31.0&0&0&0&0\n', '1', '1431494978', '1');
INSERT INTO `station_status` VALUES ('4139', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431494996', '1');
INSERT INTO `station_status` VALUES ('4140', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495018', '1');
INSERT INTO `station_status` VALUES ('4141', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.2&31.2&98.6&31.0&0&0&0&0\n', '1', '1431495029', '1');
INSERT INTO `station_status` VALUES ('4142', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431495056', '1');
INSERT INTO `station_status` VALUES ('4143', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.0&31.3&98.6&31.0&0&0&0&0\n', '1', '1431495080', '1');
INSERT INTO `station_status` VALUES ('4144', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495105', '1');
INSERT INTO `station_status` VALUES ('4145', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431495116', '1');
INSERT INTO `station_status` VALUES ('4146', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&76.9&31.3&98.6&31.0&0&0&0&0\n', '1', '1431495131', '1');
INSERT INTO `station_status` VALUES ('4147', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495149', '1');
INSERT INTO `station_status` VALUES ('4148', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.2&0&11.9&', '1', '1431495176', '1');
INSERT INTO `station_status` VALUES ('4149', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&76.7&31.3&98.6&31.0&0&0&0&0\n', '1', '1431495182', '1');
INSERT INTO `station_status` VALUES ('4150', '13', '533db2&ECAPRO&status&DISARM&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495193', '1');
INSERT INTO `station_status` VALUES ('4151', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431495236', '1');
INSERT INTO `station_status` VALUES ('4152', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495279', '1');
INSERT INTO `station_status` VALUES ('4153', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.1&31.2&98.7&31.0&0&0&0&0\n', '1', '1431495283', '1');
INSERT INTO `station_status` VALUES ('4154', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431495296', '1');
INSERT INTO `station_status` VALUES ('4155', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495323', '1');
INSERT INTO `station_status` VALUES ('4156', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.2&31.2&98.8&31.0&0&0&0&0\n', '1', '1431495334', '1');
INSERT INTO `station_status` VALUES ('4157', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431495356', '1');
INSERT INTO `station_status` VALUES ('4158', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495367', '1');
INSERT INTO `station_status` VALUES ('4159', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.2&31.2&98.7&31.0&0&0&0&0\n', '1', '1431495376', '1');
INSERT INTO `station_status` VALUES ('4160', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431495417', '1');
INSERT INTO `station_status` VALUES ('4161', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495454', '1');
INSERT INTO `station_status` VALUES ('4162', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.1&31.3&98.6&31.0&0&0&0&0\n', '1', '1431495460', '1');
INSERT INTO `station_status` VALUES ('4163', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431495476', '1');
INSERT INTO `station_status` VALUES ('4164', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495499', '1');
INSERT INTO `station_status` VALUES ('4165', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.1&31.3&98.6&31.0&0&0&0&0\n', '1', '1431495505', '1');
INSERT INTO `station_status` VALUES ('4166', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.4&0&11.9&', '1', '1431495536', '1');
INSERT INTO `station_status` VALUES ('4167', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495543', '1');
INSERT INTO `station_status` VALUES ('4168', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&77.1&31.3&98.5&31.0&0&0&0&0\n', '1', '1431495548', '1');
INSERT INTO `station_status` VALUES ('4169', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.4&0&11.9&', '1', '1431495596', '1');
INSERT INTO `station_status` VALUES ('4170', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&76.9&31.3&98.3&31.0&0&0&0&0\n', '1', '1431495603', '1');
INSERT INTO `station_status` VALUES ('4171', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495630', '1');
INSERT INTO `station_status` VALUES ('4172', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.4&0&11.9&', '1', '1431495656', '1');
INSERT INTO `station_status` VALUES ('4173', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&76.9&31.3&98.2&31.0&0&0&0&0\n', '1', '1431495662', '1');
INSERT INTO `station_status` VALUES ('4174', '13', '533db2&ECAPRO&status&DISARM&8&2&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495674', '1');
INSERT INTO `station_status` VALUES ('4175', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431495716', '1');
INSERT INTO `station_status` VALUES ('4176', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&76.9&31.3&98.1&31.1&0&0&0&0\n', '1', '1431495722', '1');
INSERT INTO `station_status` VALUES ('4177', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495761', '1');
INSERT INTO `station_status` VALUES ('4178', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431495776', '1');
INSERT INTO `station_status` VALUES ('4179', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495805', '1');
INSERT INTO `station_status` VALUES ('4180', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&76.9&31.3&98.2&31.1&0&0&0&0\n', '1', '1431495819', '1');
INSERT INTO `station_status` VALUES ('4181', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431495836', '1');
INSERT INTO `station_status` VALUES ('4182', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495849', '1');
INSERT INTO `station_status` VALUES ('4183', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&77.0&31.3&98.2&31.1&0&0&0&0\n', '1', '1431495861', '1');
INSERT INTO `station_status` VALUES ('4184', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431495896', '1');
INSERT INTO `station_status` VALUES ('4185', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&77.2&31.3&98.3&31.1&0&0&0&0\n', '1', '1431495920', '1');
INSERT INTO `station_status` VALUES ('4186', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495936', '1');
INSERT INTO `station_status` VALUES ('4187', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431495956', '1');
INSERT INTO `station_status` VALUES ('4188', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&77.4&31.3&98.4&31.1&0&0&0&0\n', '1', '1431495963', '1');
INSERT INTO `station_status` VALUES ('4189', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431495980', '1');
INSERT INTO `station_status` VALUES ('4190', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431496016', '1');
INSERT INTO `station_status` VALUES ('4191', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496024', '1');
INSERT INTO `station_status` VALUES ('4192', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&77.5&31.3&98.6&31.0&0&0&0&0\n', '1', '1431496046', '1');
INSERT INTO `station_status` VALUES ('4193', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431496076', '1');
INSERT INTO `station_status` VALUES ('4194', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&77.7&31.3&98.6&31.0&0&0&0&0\n', '1', '1431496090', '1');
INSERT INTO `station_status` VALUES ('4195', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496112', '1');
INSERT INTO `station_status` VALUES ('4196', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431496136', '1');
INSERT INTO `station_status` VALUES ('4197', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496156', '1');
INSERT INTO `station_status` VALUES ('4198', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&78.0&31.3&98.8&31.0&0&0&0&0\n', '1', '1431496173', '1');
INSERT INTO `station_status` VALUES ('4199', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431496196', '1');
INSERT INTO `station_status` VALUES ('4200', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.9&31.0&78.1&31.3&98.8&31.0&0&0&0&0\n', '1', '1431496215', '1');
INSERT INTO `station_status` VALUES ('4201', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496242', '1');
INSERT INTO `station_status` VALUES ('4202', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431496256', '1');
INSERT INTO `station_status` VALUES ('4203', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496287', '1');
INSERT INTO `station_status` VALUES ('4204', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&78.0&31.2&98.6&31.0&0&0&0&0\n', '1', '1431496299', '1');
INSERT INTO `station_status` VALUES ('4205', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431496316', '1');
INSERT INTO `station_status` VALUES ('4206', '13', '533db2&ECAPRO&status&ARMING&8&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496331', '1');
INSERT INTO `station_status` VALUES ('4207', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&77.5&31.3&98.1&31.0&0&0&0&0\n', '1', '1431496359', '1');
INSERT INTO `station_status` VALUES ('4208', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.6&0&11.9&', '1', '1431496376', '1');
INSERT INTO `station_status` VALUES ('4209', '13', '533db2&ECAPRO&status&ARMING&8&1&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496418', '1');
INSERT INTO `station_status` VALUES ('4210', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&77.6&31.3&98.1&31.1&0&0&0&0\n', '1', '1431496419', '1');
INSERT INTO `station_status` VALUES ('4211', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431496436', '1');
INSERT INTO `station_status` VALUES ('4212', '13', '533db2&ECAPRO&status&ARMING&8&63&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496462', '1');
INSERT INTO `station_status` VALUES ('4213', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&77.7&31.3&98.1&31.1&0&0&0&0\n', '1', '1431496479', '1');
INSERT INTO `station_status` VALUES ('4214', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431496496', '1');
INSERT INTO `station_status` VALUES ('4215', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496506', '1');
INSERT INTO `station_status` VALUES ('4216', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&76.9&31.3&97.2&31.1&0&0&0&0\n', '1', '1431496538', '1');
INSERT INTO `station_status` VALUES ('4217', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.6&0&11.9&', '1', '1431496556', '1');
INSERT INTO `station_status` VALUES ('4218', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&77.0&31.3&97.3&31.1&0&0&0&0\n', '1', '1431496590', '1');
INSERT INTO `station_status` VALUES ('4219', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496593', '1');
INSERT INTO `station_status` VALUES ('4220', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.6&0&11.9&', '1', '1431496616', '1');
INSERT INTO `station_status` VALUES ('4221', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&77.0&31.3&97.2&31.1&0&0&0&0\n', '1', '1431496636', '1');
INSERT INTO `station_status` VALUES ('4222', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496638', '1');
INSERT INTO `station_status` VALUES ('4223', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.6&0&11.9&', '1', '1431496676', '1');
INSERT INTO `station_status` VALUES ('4224', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&76.8&31.3&97.2&31.1&0&0&0&0\n', '1', '1431496697', '1');
INSERT INTO `station_status` VALUES ('4225', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496725', '1');
INSERT INTO `station_status` VALUES ('4226', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.6&0&11.9&', '1', '1431496736', '1');
INSERT INTO `station_status` VALUES ('4227', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.0&76.7&31.3&97.1&31.1&0&0&0&0\n', '1', '1431496757', '1');
INSERT INTO `station_status` VALUES ('4228', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496769', '1');
INSERT INTO `station_status` VALUES ('4229', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.7&0&11.9&', '1', '1431496796', '1');
INSERT INTO `station_status` VALUES ('4230', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496813', '1');
INSERT INTO `station_status` VALUES ('4231', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&76.7&31.3&97.2&31.1&0&0&0&0\n', '1', '1431496821', '1');
INSERT INTO `station_status` VALUES ('4232', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431496856', '1');
INSERT INTO `station_status` VALUES ('4233', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&76.7&31.3&97.2&31.1&0&0&0&0\n', '1', '1431496863', '1');
INSERT INTO `station_status` VALUES ('4234', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496900', '1');
INSERT INTO `station_status` VALUES ('4235', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431496916', '1');
INSERT INTO `station_status` VALUES ('4236', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&76.9&31.3&97.3&31.1&0&0&0&0\n', '1', '1431496925', '1');
INSERT INTO `station_status` VALUES ('4237', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496943', '1');
INSERT INTO `station_status` VALUES ('4238', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431496976', '1');
INSERT INTO `station_status` VALUES ('4239', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.1&31.3&97.5&31.1&0&0&0&0\n', '1', '1431496984', '1');
INSERT INTO `station_status` VALUES ('4240', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431496987', '1');
INSERT INTO `station_status` VALUES ('4241', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497036', '1');
INSERT INTO `station_status` VALUES ('4242', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.4&31.3&97.6&31.1&0&0&0&0\n', '1', '1431497064', '1');
INSERT INTO `station_status` VALUES ('4243', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497074', '1');
INSERT INTO `station_status` VALUES ('4244', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497096', '1');
INSERT INTO `station_status` VALUES ('4245', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497118', '1');
INSERT INTO `station_status` VALUES ('4246', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.3&97.7&31.1&0&0&0&0\n', '1', '1431497123', '1');
INSERT INTO `station_status` VALUES ('4247', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497156', '1');
INSERT INTO `station_status` VALUES ('4248', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497162', '1');
INSERT INTO `station_status` VALUES ('4249', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.4&31.3&97.6&31.1&0&0&0&0\n', '1', '1431497183', '1');
INSERT INTO `station_status` VALUES ('4250', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497216', '1');
INSERT INTO `station_status` VALUES ('4251', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.3&97.7&31.1&0&0&0&0\n', '1', '1431497242', '1');
INSERT INTO `station_status` VALUES ('4252', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497249', '1');
INSERT INTO `station_status` VALUES ('4253', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497276', '1');
INSERT INTO `station_status` VALUES ('4254', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497294', '1');
INSERT INTO `station_status` VALUES ('4255', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.3&97.6&31.1&0&0&0&0\n', '1', '1431497305', '1');
INSERT INTO `station_status` VALUES ('4256', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497336', '1');
INSERT INTO `station_status` VALUES ('4257', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497380', '1');
INSERT INTO `station_status` VALUES ('4258', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.6&31.3&97.6&31.1&0&0&0&0\n', '1', '1431497382', '1');
INSERT INTO `station_status` VALUES ('4259', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497396', '1');
INSERT INTO `station_status` VALUES ('4260', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497424', '1');
INSERT INTO `station_status` VALUES ('4261', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.6&31.3&97.6&31.1&0&0&0&0\n', '1', '1431497433', '1');
INSERT INTO `station_status` VALUES ('4262', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497456', '1');
INSERT INTO `station_status` VALUES ('4263', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497468', '1');
INSERT INTO `station_status` VALUES ('4264', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.3&97.5&31.2&0&0&0&0\n', '1', '1431497485', '1');
INSERT INTO `station_status` VALUES ('4265', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497516', '1');
INSERT INTO `station_status` VALUES ('4266', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.3&97.4&31.2&0&0&0&0\n', '1', '1431497536', '1');
INSERT INTO `station_status` VALUES ('4267', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497555', '1');
INSERT INTO `station_status` VALUES ('4268', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497577', '1');
INSERT INTO `station_status` VALUES ('4269', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.4&97.4&31.2&0&0&0&0\n', '1', '1431497587', '1');
INSERT INTO `station_status` VALUES ('4270', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497598', '1');
INSERT INTO `station_status` VALUES ('4271', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497636', '1');
INSERT INTO `station_status` VALUES ('4272', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.4&97.4&31.2&0&0&0&0\n', '1', '1431497642', '1');
INSERT INTO `station_status` VALUES ('4273', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497643', '1');
INSERT INTO `station_status` VALUES ('4274', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497696', '1');
INSERT INTO `station_status` VALUES ('4275', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497730', '1');
INSERT INTO `station_status` VALUES ('4276', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.4&97.4&31.2&0&0&0&0\n', '1', '1431497739', '1');
INSERT INTO `station_status` VALUES ('4277', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497756', '1');
INSERT INTO `station_status` VALUES ('4278', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497774', '1');
INSERT INTO `station_status` VALUES ('4279', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.4&97.4&31.2&0&0&0&0\n', '1', '1431497789', '1');
INSERT INTO `station_status` VALUES ('4280', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497816', '1');
INSERT INTO `station_status` VALUES ('4281', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.4&97.4&31.2&0&0&0&0\n', '1', '1431497853', '1');
INSERT INTO `station_status` VALUES ('4282', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497860', '1');
INSERT INTO `station_status` VALUES ('4283', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497876', '1');
INSERT INTO `station_status` VALUES ('4284', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.4&97.4&31.3&0&0&0&0\n', '1', '1431497905', '1');
INSERT INTO `station_status` VALUES ('4285', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497907', '1');
INSERT INTO `station_status` VALUES ('4286', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497936', '1');
INSERT INTO `station_status` VALUES ('4287', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431497951', '1');
INSERT INTO `station_status` VALUES ('4288', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.5&31.4&97.4&31.3&0&0&0&0\n', '1', '1431497956', '1');
INSERT INTO `station_status` VALUES ('4289', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431497996', '1');
INSERT INTO `station_status` VALUES ('4290', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.2&77.6&31.4&97.4&31.3&0&0&0&0\n', '1', '1431498008', '1');
INSERT INTO `station_status` VALUES ('4291', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498037', '1');
INSERT INTO `station_status` VALUES ('4292', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498056', '1');
INSERT INTO `station_status` VALUES ('4293', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.0&31.3&77.6&31.4&97.4&31.3&0&0&0&0\n', '1', '1431498063', '1');
INSERT INTO `station_status` VALUES ('4294', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498081', '1');
INSERT INTO `station_status` VALUES ('4295', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498116', '1');
INSERT INTO `station_status` VALUES ('4296', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498126', '1');
INSERT INTO `station_status` VALUES ('4297', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.2&31.3&77.4&31.5&97.3&31.3&0&0&0&0\n', '1', '1431498151', '1');
INSERT INTO `station_status` VALUES ('4298', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498176', '1');
INSERT INTO `station_status` VALUES ('4299', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.2&31.3&77.4&31.5&97.2&31.3&0&0&0&0\n', '1', '1431498193', '1');
INSERT INTO `station_status` VALUES ('4300', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498213', '1');
INSERT INTO `station_status` VALUES ('4301', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498236', '1');
INSERT INTO `station_status` VALUES ('4302', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498257', '1');
INSERT INTO `station_status` VALUES ('4303', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.3&31.4&77.0&31.5&96.9&31.4&0&0&0&0\n', '1', '1431498277', '1');
INSERT INTO `station_status` VALUES ('4304', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498296', '1');
INSERT INTO `station_status` VALUES ('4305', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.3&31.4&77.0&31.6&96.8&31.4&0&0&0&0\n', '1', '1431498319', '1');
INSERT INTO `station_status` VALUES ('4306', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498344', '1');
INSERT INTO `station_status` VALUES ('4307', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498356', '1');
INSERT INTO `station_status` VALUES ('4308', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498388', '1');
INSERT INTO `station_status` VALUES ('4309', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.3&31.3&76.9&31.6&96.7&31.4&0&0&0&0\n', '1', '1431498403', '1');
INSERT INTO `station_status` VALUES ('4310', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498416', '1');
INSERT INTO `station_status` VALUES ('4311', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498432', '1');
INSERT INTO `station_status` VALUES ('4312', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.3&31.4&76.7&31.6&96.6&31.4&0&0&0&0\n', '1', '1431498445', '1');
INSERT INTO `station_status` VALUES ('4313', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498476', '1');
INSERT INTO `station_status` VALUES ('4314', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.3&31.4&76.7&31.6&96.6&31.4&0&0&0&0\n', '1', '1431498489', '1');
INSERT INTO `station_status` VALUES ('4315', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498519', '1');
INSERT INTO `station_status` VALUES ('4316', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498536', '1');
INSERT INTO `station_status` VALUES ('4317', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498563', '1');
INSERT INTO `station_status` VALUES ('4318', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.3&31.4&76.8&31.6&96.7&31.4&0&0&0&0\n', '1', '1431498572', '1');
INSERT INTO `station_status` VALUES ('4319', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498596', '1');
INSERT INTO `station_status` VALUES ('4320', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498607', '1');
INSERT INTO `station_status` VALUES ('4321', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.3&31.4&76.8&31.6&96.6&31.5&0&0&0&0\n', '1', '1431498615', '1');
INSERT INTO `station_status` VALUES ('4322', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498656', '1');
INSERT INTO `station_status` VALUES ('4323', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498694', '1');
INSERT INTO `station_status` VALUES ('4324', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.4&31.5&76.6&31.6&96.3&31.5&0&0&0&0\n', '1', '1431498698', '1');
INSERT INTO `station_status` VALUES ('4325', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498716', '1');
INSERT INTO `station_status` VALUES ('4326', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498738', '1');
INSERT INTO `station_status` VALUES ('4327', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.4&31.5&76.5&31.6&96.2&31.5&0&0&0&0\n', '1', '1431498741', '1');
INSERT INTO `station_status` VALUES ('4328', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498776', '1');
INSERT INTO `station_status` VALUES ('4329', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498782', '1');
INSERT INTO `station_status` VALUES ('4330', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.4&31.5&76.5&31.6&96.3&31.5&0&0&0&0\n', '1', '1431498783', '1');
INSERT INTO `station_status` VALUES ('4331', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498836', '1');
INSERT INTO `station_status` VALUES ('4332', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498869', '1');
INSERT INTO `station_status` VALUES ('4333', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.4&31.5&76.6&31.6&96.3&31.4&0&0&0&0\n', '1', '1431498871', '1');
INSERT INTO `station_status` VALUES ('4334', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498896', '1');
INSERT INTO `station_status` VALUES ('4335', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431498913', '1');
INSERT INTO `station_status` VALUES ('4336', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.4&31.5&76.6&31.6&96.3&31.4&0&0&0&0\n', '1', '1431498914', '1');
INSERT INTO `station_status` VALUES ('4337', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431498956', '1');
INSERT INTO `station_status` VALUES ('4338', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.4&31.5&76.7&31.6&96.4&31.5&0&0&0&0\n', '1', '1431498997', '1');
INSERT INTO `station_status` VALUES ('4339', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499000', '1');
INSERT INTO `station_status` VALUES ('4340', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431499016', '1');
INSERT INTO `station_status` VALUES ('4341', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.3&31.4&76.6&31.6&96.3&31.5&0&0&0&0\n', '1', '1431499040', '1');
INSERT INTO `station_status` VALUES ('4342', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499044', '1');
INSERT INTO `station_status` VALUES ('4343', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431499076', '1');
INSERT INTO `station_status` VALUES ('4344', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.3&31.4&76.5&31.6&96.1&31.4&0&0&0&0\n', '1', '1431499083', '1');
INSERT INTO `station_status` VALUES ('4345', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499089', '1');
INSERT INTO `station_status` VALUES ('4346', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431499136', '1');
INSERT INTO `station_status` VALUES ('4347', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.6&76.4&31.6&96.0&31.5&0&0&0&0\n', '1', '1431499167', '1');
INSERT INTO `station_status` VALUES ('4348', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499175', '1');
INSERT INTO `station_status` VALUES ('4349', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431499196', '1');
INSERT INTO `station_status` VALUES ('4350', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.6&76.2&31.7&95.8&31.5&0&0&0&0\n', '1', '1431499209', '1');
INSERT INTO `station_status` VALUES ('4351', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499219', '1');
INSERT INTO `station_status` VALUES ('4352', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431499256', '1');
INSERT INTO `station_status` VALUES ('4353', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499263', '1');
INSERT INTO `station_status` VALUES ('4354', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.6&76.0&31.7&95.4&31.6&0&0&0&0\n', '1', '1431499292', '1');
INSERT INTO `station_status` VALUES ('4355', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431499316', '1');
INSERT INTO `station_status` VALUES ('4356', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.6&76.0&31.8&95.5&31.6&0&0&0&0\n', '1', '1431499335', '1');
INSERT INTO `station_status` VALUES ('4357', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499350', '1');
INSERT INTO `station_status` VALUES ('4358', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431499376', '1');
INSERT INTO `station_status` VALUES ('4359', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499394', '1');
INSERT INTO `station_status` VALUES ('4360', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.5&76.2&31.8&95.8&31.5&0&0&0&0\n', '1', '1431499418', '1');
INSERT INTO `station_status` VALUES ('4361', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.8&0&11.9&', '1', '1431499436', '1');
INSERT INTO `station_status` VALUES ('4362', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.5&76.1&31.7&95.8&31.5&0&0&0&0\n', '1', '1431499460', '1');
INSERT INTO `station_status` VALUES ('4363', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499481', '1');
INSERT INTO `station_status` VALUES ('4364', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.9&0&11.9&', '1', '1431499496', '1');
INSERT INTO `station_status` VALUES ('4365', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.5&76.1&31.6&95.7&31.5&0&0&0&0\n', '1', '1431499503', '1');
INSERT INTO `station_status` VALUES ('4366', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499525', '1');
INSERT INTO `station_status` VALUES ('4367', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.9&0&11.9&', '1', '1431499556', '1');
INSERT INTO `station_status` VALUES ('4368', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499569', '1');
INSERT INTO `station_status` VALUES ('4369', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.6&76.0&31.7&95.6&31.5&0&0&0&0\n', '1', '1431499586', '1');
INSERT INTO `station_status` VALUES ('4370', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.9&0&11.9&', '1', '1431499616', '1');
INSERT INTO `station_status` VALUES ('4371', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.6&76.1&31.8&95.6&31.5&0&0&0&0\n', '1', '1431499629', '1');
INSERT INTO `station_status` VALUES ('4372', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499656', '1');
INSERT INTO `station_status` VALUES ('4373', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.9&0&11.9&', '1', '1431499676', '1');
INSERT INTO `station_status` VALUES ('4374', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499701', '1');
INSERT INTO `station_status` VALUES ('4375', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.5&76.1&31.7&95.4&31.5&0&0&0&0\n', '1', '1431499713', '1');
INSERT INTO `station_status` VALUES ('4376', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.9&0&11.9&', '1', '1431499736', '1');
INSERT INTO `station_status` VALUES ('4377', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499745', '1');
INSERT INTO `station_status` VALUES ('4378', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.5&76.0&31.6&95.5&31.5&0&0&0&0\n', '1', '1431499756', '1');
INSERT INTO `station_status` VALUES ('4379', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.9&0&11.9&', '1', '1431499796', '1');
INSERT INTO `station_status` VALUES ('4380', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499831', '1');
INSERT INTO `station_status` VALUES ('4381', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.5&76.0&31.6&95.3&31.5&0&0&0&0\n', '1', '1431499839', '1');
INSERT INTO `station_status` VALUES ('4382', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.9&0&11.9&', '1', '1431499856', '1');
INSERT INTO `station_status` VALUES ('4383', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499876', '1');
INSERT INTO `station_status` VALUES ('4384', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.5&76.0&31.7&95.4&31.5&0&0&0&0\n', '1', '1431499881', '1');
INSERT INTO `station_status` VALUES ('4385', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.9&0&11.9&', '1', '1431499916', '1');
INSERT INTO `station_status` VALUES ('4386', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.6&76.0&31.7&95.3&31.5&0&0&0&0\n', '1', '1431499924', '1');
INSERT INTO `station_status` VALUES ('4387', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431499962', '1');
INSERT INTO `station_status` VALUES ('4388', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431499976', '1');
INSERT INTO `station_status` VALUES ('4389', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500007', '1');
INSERT INTO `station_status` VALUES ('4390', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.5&75.9&31.8&95.3&31.6&0&0&0&0\n', '1', '1431500008', '1');
INSERT INTO `station_status` VALUES ('4391', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431500036', '1');
INSERT INTO `station_status` VALUES ('4392', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.5&76.0&31.7&95.2&31.5&0&0&0&0\n', '1', '1431500050', '1');
INSERT INTO `station_status` VALUES ('4393', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500051', '1');
INSERT INTO `station_status` VALUES ('4394', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431500096', '1');
INSERT INTO `station_status` VALUES ('4395', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.6&76.1&31.8&95.4&31.6&0&0&0&0\n', '1', '1431500133', '1');
INSERT INTO `station_status` VALUES ('4396', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500138', '1');
INSERT INTO `station_status` VALUES ('4397', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431500156', '1');
INSERT INTO `station_status` VALUES ('4398', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.6&76.0&31.8&95.3&31.6&0&0&0&0\n', '1', '1431500176', '1');
INSERT INTO `station_status` VALUES ('4399', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500182', '1');
INSERT INTO `station_status` VALUES ('4400', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431500216', '1');
INSERT INTO `station_status` VALUES ('4401', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500227', '1');
INSERT INTO `station_status` VALUES ('4402', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.6&76.0&31.7&95.2&31.6&0&0&0&0\n', '1', '1431500259', '1');
INSERT INTO `station_status` VALUES ('4403', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431500276', '1');
INSERT INTO `station_status` VALUES ('4404', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.5&31.5&76.1&31.7&95.2&31.5&0&0&0&0\n', '1', '1431500303', '1');
INSERT INTO `station_status` VALUES ('4405', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500315', '1');
INSERT INTO `station_status` VALUES ('4406', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431500336', '1');
INSERT INTO `station_status` VALUES ('4407', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.4&31.5&76.1&31.7&95.2&31.6&0&0&0&0\n', '1', '1431500345', '1');
INSERT INTO `station_status` VALUES ('4408', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500358', '1');
INSERT INTO `station_status` VALUES ('4409', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431500396', '1');
INSERT INTO `station_status` VALUES ('4410', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500402', '1');
INSERT INTO `station_status` VALUES ('4411', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.6&76.0&31.8&95.1&31.6&0&0&0&0\n', '1', '1431500429', '1');
INSERT INTO `station_status` VALUES ('4412', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431500456', '1');
INSERT INTO `station_status` VALUES ('4413', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&76.0&31.8&94.7&31.6&0&0&0&0\n', '1', '1431500471', '1');
INSERT INTO `station_status` VALUES ('4414', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500489', '1');
INSERT INTO `station_status` VALUES ('4415', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431500516', '1');
INSERT INTO `station_status` VALUES ('4416', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500533', '1');
INSERT INTO `station_status` VALUES ('4417', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&75.7&31.8&94.4&31.7&0&0&0&0\n', '1', '1431500554', '1');
INSERT INTO `station_status` VALUES ('4418', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431500576', '1');
INSERT INTO `station_status` VALUES ('4419', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.7&31.8&94.3&31.7&0&0&0&0\n', '1', '1431500597', '1');
INSERT INTO `station_status` VALUES ('4420', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500620', '1');
INSERT INTO `station_status` VALUES ('4421', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431500636', '1');
INSERT INTO `station_status` VALUES ('4422', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500664', '1');
INSERT INTO `station_status` VALUES ('4423', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.6&31.9&94.2&31.7&0&0&0&0\n', '1', '1431500680', '1');
INSERT INTO `station_status` VALUES ('4424', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431500696', '1');
INSERT INTO `station_status` VALUES ('4425', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500708', '1');
INSERT INTO `station_status` VALUES ('4426', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.3&31.9&94.2&31.7&0&0&0&0\n', '1', '1431500723', '1');
INSERT INTO `station_status` VALUES ('4427', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431500756', '1');
INSERT INTO `station_status` VALUES ('4428', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.9&75.3&31.9&94.2&31.8&0&0&0&0\n', '1', '1431500765', '1');
INSERT INTO `station_status` VALUES ('4429', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500795', '1');
INSERT INTO `station_status` VALUES ('4430', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431500816', '1');
INSERT INTO `station_status` VALUES ('4431', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500839', '1');
INSERT INTO `station_status` VALUES ('4432', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.9&75.3&31.9&94.2&31.8&0&0&0&0\n', '1', '1431500849', '1');
INSERT INTO `station_status` VALUES ('4433', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500884', '1');
INSERT INTO `station_status` VALUES ('4434', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.8&75.3&31.9&94.1&31.8&0&0&0&0\n', '1', '1431500892', '1');
INSERT INTO `station_status` VALUES ('4435', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431500896', '1');
INSERT INTO `station_status` VALUES ('4436', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431500956', '1');
INSERT INTO `station_status` VALUES ('4437', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431500971', '1');
INSERT INTO `station_status` VALUES ('4438', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.0&75.3&32.0&93.5&31.8&0&0&0&0\n', '1', '1431500976', '1');
INSERT INTO `station_status` VALUES ('4439', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501015', '1');
INSERT INTO `station_status` VALUES ('4440', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501016', '1');
INSERT INTO `station_status` VALUES ('4441', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.3&32.0&93.4&31.8&0&0&0&0\n', '1', '1431501018', '1');
INSERT INTO `station_status` VALUES ('4442', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501076', '1');
INSERT INTO `station_status` VALUES ('4443', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501102', '1');
INSERT INTO `station_status` VALUES ('4444', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&74.9&32.0&92.9&31.9&0&0&0&0\n', '1', '1431501103', '1');
INSERT INTO `station_status` VALUES ('4445', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501136', '1');
INSERT INTO `station_status` VALUES ('4446', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.9&75.1&32.0&93.1&31.8&0&0&0&0\n', '1', '1431501145', '1');
INSERT INTO `station_status` VALUES ('4447', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501147', '1');
INSERT INTO `station_status` VALUES ('4448', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.8&75.3&32.0&93.2&31.8&0&0&0&0\n', '1', '1431501187', '1');
INSERT INTO `station_status` VALUES ('4449', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501191', '1');
INSERT INTO `station_status` VALUES ('4450', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501196', '1');
INSERT INTO `station_status` VALUES ('4451', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501256', '1');
INSERT INTO `station_status` VALUES ('4452', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.2&31.9&93.7&31.8&0&0&0&0\n', '1', '1431501271', '1');
INSERT INTO `station_status` VALUES ('4453', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501277', '1');
INSERT INTO `station_status` VALUES ('4454', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&74.9&31.9&93.6&31.7&0&0&0&0\n', '1', '1431501313', '1');
INSERT INTO `station_status` VALUES ('4455', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501316', '1');
INSERT INTO `station_status` VALUES ('4456', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501321', '1');
INSERT INTO `station_status` VALUES ('4457', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501365', '1');
INSERT INTO `station_status` VALUES ('4458', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501376', '1');
INSERT INTO `station_status` VALUES ('4459', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&75.2&31.9&93.8&31.7&0&0&0&0\n', '1', '1431501397', '1');
INSERT INTO `station_status` VALUES ('4460', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501436', '1');
INSERT INTO `station_status` VALUES ('4461', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&75.1&31.9&93.8&31.7&0&0&0&0\n', '1', '1431501439', '1');
INSERT INTO `station_status` VALUES ('4462', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501452', '1');
INSERT INTO `station_status` VALUES ('4463', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501496', '1');
INSERT INTO `station_status` VALUES ('4464', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501498', '1');
INSERT INTO `station_status` VALUES ('4465', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&75.0&31.9&93.6&31.7&0&0&0&0\n', '1', '1431501524', '1');
INSERT INTO `station_status` VALUES ('4466', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501556', '1');
INSERT INTO `station_status` VALUES ('4467', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.8&75.1&31.9&93.5&31.7&0&0&0&0\n', '1', '1431501567', '1');
INSERT INTO `station_status` VALUES ('4468', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501584', '1');
INSERT INTO `station_status` VALUES ('4469', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&75.1&31.8&93.5&31.7&0&0&0&0\n', '1', '1431501609', '1');
INSERT INTO `station_status` VALUES ('4470', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501616', '1');
INSERT INTO `station_status` VALUES ('4471', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501628', '1');
INSERT INTO `station_status` VALUES ('4472', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501672', '1');
INSERT INTO `station_status` VALUES ('4473', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501676', '1');
INSERT INTO `station_status` VALUES ('4474', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&75.2&31.8&93.4&31.7&0&0&0&0\n', '1', '1431501692', '1');
INSERT INTO `station_status` VALUES ('4475', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&75.2&31.8&93.6&31.7&0&0&0&0\n', '1', '1431501735', '1');
INSERT INTO `station_status` VALUES ('4476', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501736', '1');
INSERT INTO `station_status` VALUES ('4477', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501759', '1');
INSERT INTO `station_status` VALUES ('4478', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501796', '1');
INSERT INTO `station_status` VALUES ('4479', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501803', '1');
INSERT INTO `station_status` VALUES ('4480', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&75.4&31.9&93.7&31.7&0&0&0&0\n', '1', '1431501818', '1');
INSERT INTO `station_status` VALUES ('4481', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501847', '1');
INSERT INTO `station_status` VALUES ('4482', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501857', '1');
INSERT INTO `station_status` VALUES ('4483', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.8&75.4&31.9&93.8&31.7&0&0&0&0\n', '1', '1431501860', '1');
INSERT INTO `station_status` VALUES ('4484', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.6&31.7&75.3&31.9&93.6&31.8&0&0&0&0\n', '1', '1431501903', '1');
INSERT INTO `station_status` VALUES ('4485', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501916', '1');
INSERT INTO `station_status` VALUES ('4486', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501933', '1');
INSERT INTO `station_status` VALUES ('4487', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431501976', '1');
INSERT INTO `station_status` VALUES ('4488', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431501978', '1');
INSERT INTO `station_status` VALUES ('4489', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.8&75.9&32.0&93.6&31.8&0&0&0&0\n', '1', '1431501986', '1');
INSERT INTO `station_status` VALUES ('4490', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.3&31.9&93.5&31.8&0&0&0&0\n', '1', '1431502029', '1');
INSERT INTO `station_status` VALUES ('4491', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431502036', '1');
INSERT INTO `station_status` VALUES ('4492', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502064', '1');
INSERT INTO `station_status` VALUES ('4493', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.9&', '1', '1431502096', '1');
INSERT INTO `station_status` VALUES ('4494', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502109', '1');
INSERT INTO `station_status` VALUES ('4495', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.7&32.0&93.0&31.8&0&0&0&0\n', '1', '1431502113', '1');
INSERT INTO `station_status` VALUES ('4496', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502153', '1');
INSERT INTO `station_status` VALUES ('4497', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.5&32.0&92.6&31.8&0&0&0&0\n', '1', '1431502156', '1');
INSERT INTO `station_status` VALUES ('4498', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.8&', '1', '1431502157', '1');
INSERT INTO `station_status` VALUES ('4499', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.2&0&11.9&', '1', '1431502216', '1');
INSERT INTO `station_status` VALUES ('4500', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.4&32.0&92.4&31.8&0&0&0&0\n', '1', '1431502239', '1');
INSERT INTO `station_status` VALUES ('4501', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502240', '1');
INSERT INTO `station_status` VALUES ('4502', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.2&0&11.9&', '1', '1431502276', '1');
INSERT INTO `station_status` VALUES ('4503', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.5&32.0&92.5&31.8&0&0&0&0\n', '1', '1431502281', '1');
INSERT INTO `station_status` VALUES ('4504', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502284', '1');
INSERT INTO `station_status` VALUES ('4505', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.6&32.0&92.5&31.8&0&0&0&0\n', '1', '1431502324', '1');
INSERT INTO `station_status` VALUES ('4506', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502328', '1');
INSERT INTO `station_status` VALUES ('4507', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.2&0&11.9&', '1', '1431502336', '1');
INSERT INTO `station_status` VALUES ('4508', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431502396', '1');
INSERT INTO `station_status` VALUES ('4509', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.7&32.0&92.7&31.8&0&0&0&0\n', '1', '1431502407', '1');
INSERT INTO `station_status` VALUES ('4510', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502415', '1');
INSERT INTO `station_status` VALUES ('4511', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&75.7&32.0&92.6&31.8&0&0&0&0\n', '1', '1431502450', '1');
INSERT INTO `station_status` VALUES ('4512', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431502456', '1');
INSERT INTO `station_status` VALUES ('4513', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502459', '1');
INSERT INTO `station_status` VALUES ('4514', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502503', '1');
INSERT INTO `station_status` VALUES ('4515', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.8&', '1', '1431502516', '1');
INSERT INTO `station_status` VALUES ('4516', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.8&75.8&32.0&92.6&31.8&0&0&0&0\n', '1', '1431502533', '1');
INSERT INTO `station_status` VALUES ('4517', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.7&32.0&92.4&31.9&0&0&0&0\n', '1', '1431502576', '1');
INSERT INTO `station_status` VALUES ('4518', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431502577', '1');
INSERT INTO `station_status` VALUES ('4519', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502590', '1');
INSERT INTO `station_status` VALUES ('4520', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502634', '1');
INSERT INTO `station_status` VALUES ('4521', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.8&', '1', '1431502636', '1');
INSERT INTO `station_status` VALUES ('4522', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.5&32.1&92.8&31.9&0&0&0&0\n', '1', '1431502659', '1');
INSERT INTO `station_status` VALUES ('4523', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431502696', '1');
INSERT INTO `station_status` VALUES ('4524', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.5&32.1&92.0&31.9&0&0&0&0\n', '1', '1431502702', '1');
INSERT INTO `station_status` VALUES ('4525', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502722', '1');
INSERT INTO `station_status` VALUES ('4526', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&32.0&75.6&32.1&92.0&31.9&0&0&0&0\n', '1', '1431502745', '1');
INSERT INTO `station_status` VALUES ('4527', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431502756', '1');
INSERT INTO `station_status` VALUES ('4528', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502766', '1');
INSERT INTO `station_status` VALUES ('4529', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502809', '1');
INSERT INTO `station_status` VALUES ('4530', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.8&', '1', '1431502816', '1');
INSERT INTO `station_status` VALUES ('4531', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.9&75.6&32.0&92.1&31.9&0&0&0&0\n', '1', '1431502828', '1');
INSERT INTO `station_status` VALUES ('4532', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.9&75.8&32.0&92.2&31.9&0&0&0&0\n', '1', '1431502871', '1');
INSERT INTO `station_status` VALUES ('4533', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431502876', '1');
INSERT INTO `station_status` VALUES ('4534', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502896', '1');
INSERT INTO `station_status` VALUES ('4535', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431502936', '1');
INSERT INTO `station_status` VALUES ('4536', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502940', '1');
INSERT INTO `station_status` VALUES ('4537', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.8&75.9&32.0&92.3&31.8&0&0&0&0\n', '1', '1431502954', '1');
INSERT INTO `station_status` VALUES ('4538', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431502984', '1');
INSERT INTO `station_status` VALUES ('4539', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.8&', '1', '1431502996', '1');
INSERT INTO `station_status` VALUES ('4540', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.7&31.8&76.0&32.0&92.4&31.9&0&0&0&0\n', '1', '1431502998', '1');
INSERT INTO `station_status` VALUES ('4541', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503056', '1');
INSERT INTO `station_status` VALUES ('4542', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503070', '1');
INSERT INTO `station_status` VALUES ('4543', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.9&76.0&32.0&92.2&31.9&0&0&0&0\n', '1', '1431503081', '1');
INSERT INTO `station_status` VALUES ('4544', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503114', '1');
INSERT INTO `station_status` VALUES ('4545', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503116', '1');
INSERT INTO `station_status` VALUES ('4546', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.9&75.9&32.1&92.0&31.9&0&0&0&0\n', '1', '1431503124', '1');
INSERT INTO `station_status` VALUES ('4547', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&31.9&76.0&32.1&92.0&31.9&0&0&0&0\n', '1', '1431503166', '1');
INSERT INTO `station_status` VALUES ('4548', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503176', '1');
INSERT INTO `station_status` VALUES ('4549', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503201', '1');
INSERT INTO `station_status` VALUES ('4550', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503236', '1');
INSERT INTO `station_status` VALUES ('4551', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503245', '1');
INSERT INTO `station_status` VALUES ('4552', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&32.0&75.9&32.1&92.4&32.0&0&0&0&0\n', '1', '1431503250', '1');
INSERT INTO `station_status` VALUES ('4553', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503289', '1');
INSERT INTO `station_status` VALUES ('4554', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.6&32.1&92.0&32.0&0&0&0&0\n', '1', '1431503293', '1');
INSERT INTO `station_status` VALUES ('4555', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503296', '1');
INSERT INTO `station_status` VALUES ('4556', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503356', '1');
INSERT INTO `station_status` VALUES ('4557', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503376', '1');
INSERT INTO `station_status` VALUES ('4558', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.0&75.3&32.1&91.6&32.0&0&0&0&0\n', '1', '1431503377', '1');
INSERT INTO `station_status` VALUES ('4559', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503416', '1');
INSERT INTO `station_status` VALUES ('4560', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.0&75.4&32.1&91.7&32.0&0&0&0&0\n', '1', '1431503419', '1');
INSERT INTO `station_status` VALUES ('4561', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503421', '1');
INSERT INTO `station_status` VALUES ('4562', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.3&32.1&91.7&32.0&0&0&0&0\n', '1', '1431503462', '1');
INSERT INTO `station_status` VALUES ('4563', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503465', '1');
INSERT INTO `station_status` VALUES ('4564', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503476', '1');
INSERT INTO `station_status` VALUES ('4565', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503536', '1');
INSERT INTO `station_status` VALUES ('4566', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.6&32.1&92.1&32.0&0&0&0&0\n', '1', '1431503545', '1');
INSERT INTO `station_status` VALUES ('4567', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503551', '1');
INSERT INTO `station_status` VALUES ('4568', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.8&32.1&92.2&32.0&0&0&0&0\n', '1', '1431503588', '1');
INSERT INTO `station_status` VALUES ('4569', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503595', '1');
INSERT INTO `station_status` VALUES ('4570', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503597', '1');
INSERT INTO `station_status` VALUES ('4571', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503656', '1');
INSERT INTO `station_status` VALUES ('4572', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&32.0&76.0&32.1&92.3&32.0&0&0&0&0\n', '1', '1431503671', '1');
INSERT INTO `station_status` VALUES ('4573', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503682', '1');
INSERT INTO `station_status` VALUES ('4574', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.0&75.7&32.1&92.0&32.0&0&0&0&0\n', '1', '1431503714', '1');
INSERT INTO `station_status` VALUES ('4575', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503716', '1');
INSERT INTO `station_status` VALUES ('4576', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503726', '1');
INSERT INTO `station_status` VALUES ('4577', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503770', '1');
INSERT INTO `station_status` VALUES ('4578', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503776', '1');
INSERT INTO `station_status` VALUES ('4579', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.0&75.5&32.1&91.7&32.0&0&0&0&0\n', '1', '1431503797', '1');
INSERT INTO `station_status` VALUES ('4580', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431503836', '1');
INSERT INTO `station_status` VALUES ('4581', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.0&75.5&32.1&91.5&32.0&0&0&0&0\n', '1', '1431503840', '1');
INSERT INTO `station_status` VALUES ('4582', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503857', '1');
INSERT INTO `station_status` VALUES ('4583', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.0&75.3&32.1&91.3&32.0&0&0&0&0\n', '1', '1431503883', '1');
INSERT INTO `station_status` VALUES ('4584', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.8&', '1', '1431503896', '1');
INSERT INTO `station_status` VALUES ('4585', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503901', '1');
INSERT INTO `station_status` VALUES ('4586', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431503946', '1');
INSERT INTO `station_status` VALUES ('4587', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.4&0&11.9&', '1', '1431503956', '1');
INSERT INTO `station_status` VALUES ('4588', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.4&32.1&91.2&32.0&0&0&0&0\n', '1', '1431503967', '1');
INSERT INTO `station_status` VALUES ('4589', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.3&32.1&91.2&32.0&0&0&0&0\n', '1', '1431504009', '1');
INSERT INTO `station_status` VALUES ('4590', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431504016', '1');
INSERT INTO `station_status` VALUES ('4591', '13', '533db2&ECAPRO&status&ARMING&8&54&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431504032', '1');
INSERT INTO `station_status` VALUES ('4592', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431504076', '1');
INSERT INTO `station_status` VALUES ('4593', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.4&0&11.9&', '1', '1431504077', '1');
INSERT INTO `station_status` VALUES ('4594', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.4&32.1&91.3&32.0&0&0&0&0\n', '1', '1431504093', '1');
INSERT INTO `station_status` VALUES ('4595', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.8&32.0&75.6&32.1&91.3&32.0&0&0&0&0\n', '1', '1431504135', '1');
INSERT INTO `station_status` VALUES ('4596', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431504136', '1');
INSERT INTO `station_status` VALUES ('4597', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431504162', '1');
INSERT INTO `station_status` VALUES ('4598', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431504196', '1');
INSERT INTO `station_status` VALUES ('4599', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431504207', '1');
INSERT INTO `station_status` VALUES ('4600', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.7&32.1&91.2&32.0&0&0&0&0\n', '1', '1431504218', '1');
INSERT INTO `station_status` VALUES ('4601', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431504251', '1');
INSERT INTO `station_status` VALUES ('4602', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.8&', '1', '1431504256', '1');
INSERT INTO `station_status` VALUES ('4603', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&31.9&32.0&75.7&32.1&91.0&32.0&0&0&0&0\n', '1', '1431504261', '1');
INSERT INTO `station_status` VALUES ('4604', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.0&75.4&32.1&90.8&32.0&0&0&0&0\n', '1', '1431504303', '1');
INSERT INTO `station_status` VALUES ('4605', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.8&', '1', '1431504316', '1');
INSERT INTO `station_status` VALUES ('4606', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431504337', '1');
INSERT INTO `station_status` VALUES ('4607', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431504376', '1');
INSERT INTO `station_status` VALUES ('4608', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431504381', '1');
INSERT INTO `station_status` VALUES ('4609', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.0&75.1&32.2&90.3&32.0&0&0&0&0\n', '1', '1431504387', '1');
INSERT INTO `station_status` VALUES ('4610', '13', '533db2&ECAPRO&status&ARMING&8&53&64&0&0&0&0&0&0&0&0&0&0\n', '1', '1431504425', '1');
INSERT INTO `station_status` VALUES ('4611', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.0&75.0&32.2&90.2&32.0&0&0&0&0\n', '1', '1431504429', '1');
INSERT INTO `station_status` VALUES ('4612', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431504436', '1');
INSERT INTO `station_status` VALUES ('4613', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.3&0&11.9&', '1', '1431561881', '1');
INSERT INTO `station_status` VALUES ('4614', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.7&0&11.9&', '1', '1431561883', '1');
INSERT INTO `station_status` VALUES ('4615', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.7&0&11.9&', '1', '1431561912', '1');
INSERT INTO `station_status` VALUES ('4616', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.8&29.0&88.3&29.8&99.9&29.1&0&0&0&0\n', '1', '1431561932', '1');
INSERT INTO `station_status` VALUES ('4617', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431561949', '1');
INSERT INTO `station_status` VALUES ('4618', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.7&0&11.9&', '1', '1431561972', '1');
INSERT INTO `station_status` VALUES ('4619', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&88.2&29.8&99.9&29.1&0&0&0&0\n', '1', '1431561976', '1');
INSERT INTO `station_status` VALUES ('4620', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431561991', '1');
INSERT INTO `station_status` VALUES ('4621', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562032', '1');
INSERT INTO `station_status` VALUES ('4622', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.1&88.3&29.8&99.9&29.1&0&0&0&0\n', '1', '1431562060', '1');
INSERT INTO `station_status` VALUES ('4623', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562073', '1');
INSERT INTO `station_status` VALUES ('4624', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562092', '1');
INSERT INTO `station_status` VALUES ('4625', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.0&29.1&88.3&29.7&99.9&29.1&0&0&0&0\n', '1', '1431562102', '1');
INSERT INTO `station_status` VALUES ('4626', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562116', '1');
INSERT INTO `station_status` VALUES ('4627', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.0&29.1&89.0&29.7&99.9&29.1&0&0&0&0\n', '1', '1431562144', '1');
INSERT INTO `station_status` VALUES ('4628', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562152', '1');
INSERT INTO `station_status` VALUES ('4629', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562158', '1');
INSERT INTO `station_status` VALUES ('4630', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562212', '1');
INSERT INTO `station_status` VALUES ('4631', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.0&29.1&89.1&29.6&99.9&29.1&0&0&0&0\n', '1', '1431562229', '1');
INSERT INTO `station_status` VALUES ('4632', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562241', '1');
INSERT INTO `station_status` VALUES ('4633', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.1&88.9&29.7&99.9&29.1&0&0&0&0\n', '1', '1431562271', '1');
INSERT INTO `station_status` VALUES ('4634', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562272', '1');
INSERT INTO `station_status` VALUES ('4635', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562283', '1');
INSERT INTO `station_status` VALUES ('4636', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562332', '1');
INSERT INTO `station_status` VALUES ('4637', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.1&88.3&29.8&99.9&29.2&0&0&0&0\n', '1', '1431562354', '1');
INSERT INTO `station_status` VALUES ('4638', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562365', '1');
INSERT INTO `station_status` VALUES ('4639', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562392', '1');
INSERT INTO `station_status` VALUES ('4640', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.1&88.3&29.8&99.9&29.2&0&0&0&0\n', '1', '1431562397', '1');
INSERT INTO `station_status` VALUES ('4641', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562407', '1');
INSERT INTO `station_status` VALUES ('4642', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562452', '1');
INSERT INTO `station_status` VALUES ('4643', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&88.1&29.9&99.9&29.2&0&0&0&0\n', '1', '1431562481', '1');
INSERT INTO `station_status` VALUES ('4644', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562491', '1');
INSERT INTO `station_status` VALUES ('4645', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562512', '1');
INSERT INTO `station_status` VALUES ('4646', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&87.8&29.9&99.9&29.2&0&0&0&0\n', '1', '1431562523', '1');
INSERT INTO `station_status` VALUES ('4647', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562533', '1');
INSERT INTO `station_status` VALUES ('4648', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&87.9&29.9&99.9&29.2&0&0&0&0\n', '1', '1431562566', '1');
INSERT INTO `station_status` VALUES ('4649', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562572', '1');
INSERT INTO `station_status` VALUES ('4650', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562616', '1');
INSERT INTO `station_status` VALUES ('4651', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.7&0&11.9&', '1', '1431562632', '1');
INSERT INTO `station_status` VALUES ('4652', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.7&29.0&87.8&29.9&99.9&29.1&0&0&0&0\n', '1', '1431562650', '1');
INSERT INTO `station_status` VALUES ('4653', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562659', '1');
INSERT INTO `station_status` VALUES ('4654', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562692', '1');
INSERT INTO `station_status` VALUES ('4655', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&87.7&29.9&99.9&29.1&0&0&0&0\n', '1', '1431562693', '1');
INSERT INTO `station_status` VALUES ('4656', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562702', '1');
INSERT INTO `station_status` VALUES ('4657', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562752', '1');
INSERT INTO `station_status` VALUES ('4658', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&87.7&29.9&99.9&29.2&0&0&0&0\n', '1', '1431562776', '1');
INSERT INTO `station_status` VALUES ('4659', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562785', '1');
INSERT INTO `station_status` VALUES ('4660', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562812', '1');
INSERT INTO `station_status` VALUES ('4661', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&87.8&29.9&99.9&29.1&0&0&0&0\n', '1', '1431562819', '1');
INSERT INTO `station_status` VALUES ('4662', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562827', '1');
INSERT INTO `station_status` VALUES ('4663', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.7&0&11.9&', '1', '1431562871', '1');
INSERT INTO `station_status` VALUES ('4664', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&87.9&29.9&99.9&29.1&0&0&0&0\n', '1', '1431562902', '1');
INSERT INTO `station_status` VALUES ('4665', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562909', '1');
INSERT INTO `station_status` VALUES ('4666', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562932', '1');
INSERT INTO `station_status` VALUES ('4667', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&87.7&29.9&99.9&29.1&0&0&0&0\n', '1', '1431562944', '1');
INSERT INTO `station_status` VALUES ('4668', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431562952', '1');
INSERT INTO `station_status` VALUES ('4669', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&87.7&29.9&99.9&29.2&0&0&0&0\n', '1', '1431562987', '1');
INSERT INTO `station_status` VALUES ('4670', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431562992', '1');
INSERT INTO `station_status` VALUES ('4671', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563034', '1');
INSERT INTO `station_status` VALUES ('4672', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563052', '1');
INSERT INTO `station_status` VALUES ('4673', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.1&87.6&29.9&99.9&29.2&0&0&0&0\n', '1', '1431563070', '1');
INSERT INTO `station_status` VALUES ('4674', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563078', '1');
INSERT INTO `station_status` VALUES ('4675', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563112', '1');
INSERT INTO `station_status` VALUES ('4676', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.1&87.6&30.0&99.9&29.3&0&0&0&0\n', '1', '1431563113', '1');
INSERT INTO `station_status` VALUES ('4677', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563120', '1');
INSERT INTO `station_status` VALUES ('4678', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563172', '1');
INSERT INTO `station_status` VALUES ('4679', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.1&87.9&30.0&99.9&29.3&0&0&0&0\n', '1', '1431563198', '1');
INSERT INTO `station_status` VALUES ('4680', '13', '533db2&ECAPRO&status&DISARM&8&32&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563203', '1');
INSERT INTO `station_status` VALUES ('4681', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563232', '1');
INSERT INTO `station_status` VALUES ('4682', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.0&29.1&87.7&30.0&99.9&29.3&0&0&0&0\n', '1', '1431563240', '1');
INSERT INTO `station_status` VALUES ('4683', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563245', '1');
INSERT INTO `station_status` VALUES ('4684', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.0&29.1&87.6&30.1&99.9&29.3&0&0&0&0\n', '1', '1431563282', '1');
INSERT INTO `station_status` VALUES ('4685', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563292', '1');
INSERT INTO `station_status` VALUES ('4686', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563328', '1');
INSERT INTO `station_status` VALUES ('4687', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563352', '1');
INSERT INTO `station_status` VALUES ('4688', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.0&29.2&87.3&30.1&99.9&29.3&0&0&0&0\n', '1', '1431563366', '1');
INSERT INTO `station_status` VALUES ('4689', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563370', '1');
INSERT INTO `station_status` VALUES ('4690', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.0&29.2&87.5&30.1&99.9&29.3&0&0&0&0\n', '1', '1431563408', '1');
INSERT INTO `station_status` VALUES ('4691', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563412', '1');
INSERT INTO `station_status` VALUES ('4692', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563453', '1');
INSERT INTO `station_status` VALUES ('4693', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563471', '1');
INSERT INTO `station_status` VALUES ('4694', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.0&29.3&87.3&30.1&99.9&29.3&0&0&0&0\n', '1', '1431563492', '1');
INSERT INTO `station_status` VALUES ('4695', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563495', '1');
INSERT INTO `station_status` VALUES ('4696', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563532', '1');
INSERT INTO `station_status` VALUES ('4697', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.0&29.3&87.3&30.1&99.9&29.3&0&0&0&0\n', '1', '1431563534', '1');
INSERT INTO `station_status` VALUES ('4698', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563537', '1');
INSERT INTO `station_status` VALUES ('4699', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563592', '1');
INSERT INTO `station_status` VALUES ('4700', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.0&29.3&87.3&30.1&99.9&29.3&0&0&0&0\n', '1', '1431563617', '1');
INSERT INTO `station_status` VALUES ('4701', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563620', '1');
INSERT INTO `station_status` VALUES ('4702', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563652', '1');
INSERT INTO `station_status` VALUES ('4703', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.0&29.3&87.3&30.1&99.9&29.3&0&0&0&0\n', '1', '1431563660', '1');
INSERT INTO `station_status` VALUES ('4704', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563663', '1');
INSERT INTO `station_status` VALUES ('4705', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.0&29.2&87.5&30.1&99.9&29.3&0&0&0&0\n', '1', '1431563702', '1');
INSERT INTO `station_status` VALUES ('4706', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563712', '1');
INSERT INTO `station_status` VALUES ('4707', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563745', '1');
INSERT INTO `station_status` VALUES ('4708', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563772', '1');
INSERT INTO `station_status` VALUES ('4709', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.3&87.6&30.0&99.9&29.4&0&0&0&0\n', '1', '1431563787', '1');
INSERT INTO `station_status` VALUES ('4710', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563788', '1');
INSERT INTO `station_status` VALUES ('4711', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.3&87.5&30.0&99.9&29.4&0&0&0&0\n', '1', '1431563829', '1');
INSERT INTO `station_status` VALUES ('4712', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563832', '1');
INSERT INTO `station_status` VALUES ('4713', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563871', '1');
INSERT INTO `station_status` VALUES ('4714', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563892', '1');
INSERT INTO `station_status` VALUES ('4715', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563913', '1');
INSERT INTO `station_status` VALUES ('4716', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.4&87.7&30.0&99.9&29.5&0&0&0&0\n', '1', '1431563914', '1');
INSERT INTO `station_status` VALUES ('4717', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431563952', '1');
INSERT INTO `station_status` VALUES ('4718', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.4&87.7&30.0&99.9&29.5&0&0&0&0\n', '1', '1431563956', '1');
INSERT INTO `station_status` VALUES ('4719', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431563995', '1');
INSERT INTO `station_status` VALUES ('4720', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431564012', '1');
INSERT INTO `station_status` VALUES ('4721', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564037', '1');
INSERT INTO `station_status` VALUES ('4722', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&87.7&30.1&99.9&29.5&0&0&0&0\n', '1', '1431564040', '1');
INSERT INTO `station_status` VALUES ('4723', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.8&0&11.9&', '1', '1431564072', '1');
INSERT INTO `station_status` VALUES ('4724', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564079', '1');
INSERT INTO `station_status` VALUES ('4725', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&87.3&30.1&99.9&29.5&0&0&0&0\n', '1', '1431564082', '1');
INSERT INTO `station_status` VALUES ('4726', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&87.1&30.1&99.9&29.5&0&0&0&0\n', '1', '1431564125', '1');
INSERT INTO `station_status` VALUES ('4727', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.9&0&11.9&', '1', '1431564132', '1');
INSERT INTO `station_status` VALUES ('4728', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564162', '1');
INSERT INTO `station_status` VALUES ('4729', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.9&0&11.9&', '1', '1431564192', '1');
INSERT INTO `station_status` VALUES ('4730', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564204', '1');
INSERT INTO `station_status` VALUES ('4731', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&87.5&30.1&99.9&29.6&0&0&0&0\n', '1', '1431564208', '1');
INSERT INTO `station_status` VALUES ('4732', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&88.0&30.1&99.9&29.6&0&0&0&0\n', '1', '1431564250', '1');
INSERT INTO `station_status` VALUES ('4733', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.9&0&11.9&', '1', '1431564252', '1');
INSERT INTO `station_status` VALUES ('4734', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564288', '1');
INSERT INTO `station_status` VALUES ('4735', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.9&0&11.9&', '1', '1431564312', '1');
INSERT INTO `station_status` VALUES ('4736', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564330', '1');
INSERT INTO `station_status` VALUES ('4737', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&88.8&30.0&99.9&29.6&0&0&0&0\n', '1', '1431564334', '1');
INSERT INTO `station_status` VALUES ('4738', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431564371', '1');
INSERT INTO `station_status` VALUES ('4739', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&88.8&30.0&99.9&29.6&0&0&0&0\n', '1', '1431564377', '1');
INSERT INTO `station_status` VALUES ('4740', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564413', '1');
INSERT INTO `station_status` VALUES ('4741', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.9&0&11.9&', '1', '1431564432', '1');
INSERT INTO `station_status` VALUES ('4742', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564455', '1');
INSERT INTO `station_status` VALUES ('4743', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&88.6&30.1&99.9&29.6&0&0&0&0\n', '1', '1431564461', '1');
INSERT INTO `station_status` VALUES ('4744', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.9&0&11.9&', '1', '1431564492', '1');
INSERT INTO `station_status` VALUES ('4745', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564497', '1');
INSERT INTO `station_status` VALUES ('4746', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&88.6&30.1&99.9&29.6&0&0&0&0\n', '1', '1431564503', '1');
INSERT INTO `station_status` VALUES ('4747', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&88.6&30.1&99.9&29.6&0&0&0&0\n', '1', '1431564545', '1');
INSERT INTO `station_status` VALUES ('4748', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431564552', '1');
INSERT INTO `station_status` VALUES ('4749', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564579', '1');
INSERT INTO `station_status` VALUES ('4750', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&29.9&0&11.9&', '1', '1431564612', '1');
INSERT INTO `station_status` VALUES ('4751', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564622', '1');
INSERT INTO `station_status` VALUES ('4752', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&88.6&30.1&99.9&29.6&0&0&0&0\n', '1', '1431564628', '1');
INSERT INTO `station_status` VALUES ('4753', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&88.4&30.1&99.9&29.6&0&0&0&0\n', '1', '1431564671', '1');
INSERT INTO `station_status` VALUES ('4754', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431564672', '1');
INSERT INTO `station_status` VALUES ('4755', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564704', '1');
INSERT INTO `station_status` VALUES ('4756', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431564732', '1');
INSERT INTO `station_status` VALUES ('4757', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564746', '1');
INSERT INTO `station_status` VALUES ('4758', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&88.3&30.1&99.9&29.6&0&0&0&0\n', '1', '1431564755', '1');
INSERT INTO `station_status` VALUES ('4759', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431564792', '1');
INSERT INTO `station_status` VALUES ('4760', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&88.1&30.2&99.9&29.6&0&0&0&0\n', '1', '1431564797', '1');
INSERT INTO `station_status` VALUES ('4761', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564830', '1');
INSERT INTO `station_status` VALUES ('4762', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431564852', '1');
INSERT INTO `station_status` VALUES ('4763', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564872', '1');
INSERT INTO `station_status` VALUES ('4764', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&88.1&30.2&99.9&29.6&0&0&0&0\n', '1', '1431564880', '1');
INSERT INTO `station_status` VALUES ('4765', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431564912', '1');
INSERT INTO `station_status` VALUES ('4766', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&88.1&30.2&99.9&29.6&0&0&0&0\n', '1', '1431564923', '1');
INSERT INTO `station_status` VALUES ('4767', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564955', '1');
INSERT INTO `station_status` VALUES ('4768', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&87.6&30.2&99.9&29.6&0&0&0&0\n', '1', '1431564966', '1');
INSERT INTO `station_status` VALUES ('4769', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431564971', '1');
INSERT INTO `station_status` VALUES ('4770', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431564996', '1');
INSERT INTO `station_status` VALUES ('4771', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431565031', '1');
INSERT INTO `station_status` VALUES ('4772', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565038', '1');
INSERT INTO `station_status` VALUES ('4773', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&87.6&30.2&99.9&29.6&0&0&0&0\n', '1', '1431565049', '1');
INSERT INTO `station_status` VALUES ('4774', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431565091', '1');
INSERT INTO `station_status` VALUES ('4775', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&87.8&30.2&99.9&29.6&0&0&0&0\n', '1', '1431565093', '1');
INSERT INTO `station_status` VALUES ('4776', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565121', '1');
INSERT INTO `station_status` VALUES ('4777', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431565151', '1');
INSERT INTO `station_status` VALUES ('4778', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565163', '1');
INSERT INTO `station_status` VALUES ('4779', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&88.3&30.1&99.9&29.7&0&0&0&0\n', '1', '1431565176', '1');
INSERT INTO `station_status` VALUES ('4780', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431565212', '1');
INSERT INTO `station_status` VALUES ('4781', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&88.3&30.1&99.9&29.7&0&0&0&0\n', '1', '1431565218', '1');
INSERT INTO `station_status` VALUES ('4782', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565245', '1');
INSERT INTO `station_status` VALUES ('4783', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.0&0&11.9&', '1', '1431565272', '1');
INSERT INTO `station_status` VALUES ('4784', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.0&0&11.9&', '1', '1431565283', '1');
INSERT INTO `station_status` VALUES ('4785', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565288', '1');
INSERT INTO `station_status` VALUES ('4786', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&88.6&30.1&99.9&29.7&0&0&0&0\n', '1', '1431565302', '1');
INSERT INTO `station_status` VALUES ('4787', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.0&0&11.8&', '1', '1431565332', '1');
INSERT INTO `station_status` VALUES ('4788', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&88.6&30.1&99.9&29.7&0&0&0&0\n', '1', '1431565344', '1');
INSERT INTO `station_status` VALUES ('4789', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565371', '1');
INSERT INTO `station_status` VALUES ('4790', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.0&0&11.9&', '1', '1431565392', '1');
INSERT INTO `station_status` VALUES ('4791', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565413', '1');
INSERT INTO `station_status` VALUES ('4792', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.0&0&11.9&', '1', '1431565452', '1');
INSERT INTO `station_status` VALUES ('4793', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565497', '1');
INSERT INTO `station_status` VALUES ('4794', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.0&0&11.9&', '1', '1431565512', '1');
INSERT INTO `station_status` VALUES ('4795', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565538', '1');
INSERT INTO `station_status` VALUES ('4796', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.0&0&11.9&', '1', '1431565572', '1');
INSERT INTO `station_status` VALUES ('4797', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565580', '1');
INSERT INTO `station_status` VALUES ('4798', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.0&0&11.9&', '1', '1431565631', '1');
INSERT INTO `station_status` VALUES ('4799', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.0&0&11.9&', '1', '1431565642', '1');
INSERT INTO `station_status` VALUES ('4800', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565663', '1');
INSERT INTO `station_status` VALUES ('4801', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.0&0&11.9&', '1', '1431565692', '1');
INSERT INTO `station_status` VALUES ('4802', '14', 'e26c70&ECAPRO&status&ARMING&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565700', '1');
INSERT INTO `station_status` VALUES ('4803', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565704', '1');
INSERT INTO `station_status` VALUES ('4804', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.7&89.5&30.1&99.9&29.8&0&0&0&0\n', '1', '1431565742', '1');
INSERT INTO `station_status` VALUES ('4805', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.9&', '1', '1431565752', '1');
INSERT INTO `station_status` VALUES ('4806', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565787', '1');
INSERT INTO `station_status` VALUES ('4807', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.0&0&11.8&', '1', '1431565811', '1');
INSERT INTO `station_status` VALUES ('4808', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&89.4&30.1&99.9&29.8&0&0&0&0\n', '1', '1431565825', '1');
INSERT INTO `station_status` VALUES ('4809', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565829', '1');
INSERT INTO `station_status` VALUES ('4810', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.9&', '1', '1431565871', '1');
INSERT INTO `station_status` VALUES ('4811', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565911', '1');
INSERT INTO `station_status` VALUES ('4812', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.9&', '1', '1431565932', '1');
INSERT INTO `station_status` VALUES ('4813', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565953', '1');
INSERT INTO `station_status` VALUES ('4814', '14', 'e26c70&ECAPRO&status&ARMING&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431565955', '1');
INSERT INTO `station_status` VALUES ('4815', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431565991', '1');
INSERT INTO `station_status` VALUES ('4816', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&89.3&30.1&99.9&29.8&0&0&0&0\n', '1', '1431565997', '1');
INSERT INTO `station_status` VALUES ('4817', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566036', '1');
INSERT INTO `station_status` VALUES ('4818', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431566052', '1');
INSERT INTO `station_status` VALUES ('4819', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566079', '1');
INSERT INTO `station_status` VALUES ('4820', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&89.3&30.1&99.9&29.8&0&0&0&0\n', '1', '1431566081', '1');
INSERT INTO `station_status` VALUES ('4821', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431566111', '1');
INSERT INTO `station_status` VALUES ('4822', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566122', '1');
INSERT INTO `station_status` VALUES ('4823', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.9&', '1', '1431566172', '1');
INSERT INTO `station_status` VALUES ('4824', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566205', '1');
INSERT INTO `station_status` VALUES ('4825', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.9&', '1', '1431566232', '1');
INSERT INTO `station_status` VALUES ('4826', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566247', '1');
INSERT INTO `station_status` VALUES ('4827', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431566291', '1');
INSERT INTO `station_status` VALUES ('4828', '14', 'e26c70&ECAPRO&status&ARMING&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566310', '1');
INSERT INTO `station_status` VALUES ('4829', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566330', '1');
INSERT INTO `station_status` VALUES ('4830', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.9&', '1', '1431566352', '1');
INSERT INTO `station_status` VALUES ('4831', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&89.3&30.1&99.9&29.9&0&0&0&0\n', '1', '1431566353', '1');
INSERT INTO `station_status` VALUES ('4832', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566372', '1');
INSERT INTO `station_status` VALUES ('4833', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431566412', '1');
INSERT INTO `station_status` VALUES ('4834', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.6&29.8&89.2&30.1&99.9&29.9&0&0&0&0\n', '1', '1431566437', '1');
INSERT INTO `station_status` VALUES ('4835', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566454', '1');
INSERT INTO `station_status` VALUES ('4836', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431566472', '1');
INSERT INTO `station_status` VALUES ('4837', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.6&29.8&89.2&30.1&99.9&29.9&0&0&0&0\n', '1', '1431566479', '1');
INSERT INTO `station_status` VALUES ('4838', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566496', '1');
INSERT INTO `station_status` VALUES ('4839', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.9&', '1', '1431566532', '1');
INSERT INTO `station_status` VALUES ('4840', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566538', '1');
INSERT INTO `station_status` VALUES ('4841', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.7&29.8&89.1&30.1&99.9&29.9&0&0&0&0\n', '1', '1431566562', '1');
INSERT INTO `station_status` VALUES ('4842', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431566592', '1');
INSERT INTO `station_status` VALUES ('4843', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.7&29.8&89.3&30.1&99.9&29.9&0&0&0&0\n', '1', '1431566605', '1');
INSERT INTO `station_status` VALUES ('4844', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566621', '1');
INSERT INTO `station_status` VALUES ('4845', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&29.9&89.1&30.1&99.9&29.9&0&0&0&0\n', '1', '1431566647', '1');
INSERT INTO `station_status` VALUES ('4846', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.9&', '1', '1431566652', '1');
INSERT INTO `station_status` VALUES ('4847', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566664', '1');
INSERT INTO `station_status` VALUES ('4848', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431566712', '1');
INSERT INTO `station_status` VALUES ('4849', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&29.9&89.1&30.1&99.9&29.9&0&0&0&0\n', '1', '1431566731', '1');
INSERT INTO `station_status` VALUES ('4850', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566747', '1');
INSERT INTO `station_status` VALUES ('4851', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.9&', '1', '1431566772', '1');
INSERT INTO `station_status` VALUES ('4852', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&29.9&89.1&30.2&99.9&29.9&0&0&0&0\n', '1', '1431566773', '1');
INSERT INTO `station_status` VALUES ('4853', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566789', '1');
INSERT INTO `station_status` VALUES ('4854', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431566831', '1');
INSERT INTO `station_status` VALUES ('4855', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&29.9&88.9&30.2&99.9&30.0&0&0&0&0\n', '1', '1431566858', '1');
INSERT INTO `station_status` VALUES ('4856', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566872', '1');
INSERT INTO `station_status` VALUES ('4857', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431566891', '1');
INSERT INTO `station_status` VALUES ('4858', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&29.9&88.9&30.2&99.9&30.0&0&0&0&0\n', '1', '1431566900', '1');
INSERT INTO `station_status` VALUES ('4859', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566914', '1');
INSERT INTO `station_status` VALUES ('4860', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&29.9&88.8&30.2&99.9&30.0&0&0&0&0\n', '1', '1431566942', '1');
INSERT INTO `station_status` VALUES ('4861', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431566952', '1');
INSERT INTO `station_status` VALUES ('4862', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431566956', '1');
INSERT INTO `station_status` VALUES ('4863', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431567012', '1');
INSERT INTO `station_status` VALUES ('4864', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&30.0&88.8&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567026', '1');
INSERT INTO `station_status` VALUES ('4865', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567038', '1');
INSERT INTO `station_status` VALUES ('4866', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&30.0&88.8&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567068', '1');
INSERT INTO `station_status` VALUES ('4867', '16', '271056&ECAGPIS44ATM &status&ARMING&0&1&15&30.1&0&11.8&', '1', '1431567071', '1');
INSERT INTO `station_status` VALUES ('4868', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567081', '1');
INSERT INTO `station_status` VALUES ('4869', '16', '271056&ECAGPIS44ATM &status&ARMING&0&1&15&30.1&0&11.8&', '1', '1431567132', '1');
INSERT INTO `station_status` VALUES ('4870', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&30.0&88.7&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567152', '1');
INSERT INTO `station_status` VALUES ('4871', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567163', '1');
INSERT INTO `station_status` VALUES ('4872', '16', '271056&ECAGPIS44ATM &status&ARMING&0&1&15&30.1&0&11.8&', '1', '1431567192', '1');
INSERT INTO `station_status` VALUES ('4873', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&30.0&88.6&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567194', '1');
INSERT INTO `station_status` VALUES ('4874', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567205', '1');
INSERT INTO `station_status` VALUES ('4875', '16', '271056&ECAGPIS44ATM &status&ARMING&0&1&15&30.1&0&11.8&', '1', '1431567251', '1');
INSERT INTO `station_status` VALUES ('4876', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&29.9&88.4&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567278', '1');
INSERT INTO `station_status` VALUES ('4877', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567288', '1');
INSERT INTO `station_status` VALUES ('4878', '16', '271056&ECAGPIS44ATM &status&ARMING&0&1&15&30.1&0&11.8&', '1', '1431567312', '1');
INSERT INTO `station_status` VALUES ('4879', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&29.9&88.3&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567320', '1');
INSERT INTO `station_status` VALUES ('4880', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567331', '1');
INSERT INTO `station_status` VALUES ('4881', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&29.9&88.3&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567362', '1');
INSERT INTO `station_status` VALUES ('4882', '16', '271056&ECAGPIS44ATM &status&ARMING&0&1&15&30.1&0&11.8&', '1', '1431567372', '1');
INSERT INTO `station_status` VALUES ('4883', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567414', '1');
INSERT INTO `station_status` VALUES ('4884', '16', '271056&ECAGPIS44ATM &status&ARMING&0&1&15&30.1&0&11.8&', '1', '1431567431', '1');
INSERT INTO `station_status` VALUES ('4885', '16', '271056&ECAGPIS44ATM &status&OK&0&15&15&30.1&0&11.8&', '1', '1431567442', '1');
INSERT INTO `station_status` VALUES ('4886', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&30.0&88.3&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567447', '1');
INSERT INTO `station_status` VALUES ('4887', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567456', '1');
INSERT INTO `station_status` VALUES ('4888', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&30.0&88.3&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567489', '1');
INSERT INTO `station_status` VALUES ('4889', '16', '271056&ECAGPIS44ATM &status&ARMING&0&15&15&30.1&0&11.8&', '1', '1431567492', '1');
INSERT INTO `station_status` VALUES ('4890', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567498', '1');
INSERT INTO `station_status` VALUES ('4891', '16', '271056&ECAGPIS44ATM &status&ARMING&0&15&15&30.1&0&11.8&', '1', '1431567551', '1');
INSERT INTO `station_status` VALUES ('4892', '14', 'e26c70&ECAPRO&status&ARMING&56&14&12&29.8&30.0&88.3&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567573', '1');
INSERT INTO `station_status` VALUES ('4893', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567581', '1');
INSERT INTO `station_status` VALUES ('4894', '16', '271056&ECAGPIS44ATM &status&ARMING&0&15&15&30.1&0&11.8&', '1', '1431567612', '1');
INSERT INTO `station_status` VALUES ('4895', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&29.8&30.0&88.3&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567615', '1');
INSERT INTO `station_status` VALUES ('4896', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567623', '1');
INSERT INTO `station_status` VALUES ('4897', '16', '271056&ECAGPIS44ATM &status&ARMING&0&15&15&30.1&0&11.8&', '1', '1431567672', '1');
INSERT INTO `station_status` VALUES ('4898', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&29.9&30.0&88.4&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567699', '1');
INSERT INTO `station_status` VALUES ('4899', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567705', '1');
INSERT INTO `station_status` VALUES ('4900', '16', '271056&ECAGPIS44ATM &status&ARMING&0&15&15&30.1&0&11.8&', '1', '1431567732', '1');
INSERT INTO `station_status` VALUES ('4901', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&29.9&30.0&88.2&30.3&99.9&30.1&0&0&0&0\n', '1', '1431567741', '1');
INSERT INTO `station_status` VALUES ('4902', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567747', '1');
INSERT INTO `station_status` VALUES ('4903', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&29.9&30.0&88.2&30.3&99.9&30.0&0&0&0&0\n', '1', '1431567784', '1');
INSERT INTO `station_status` VALUES ('4904', '16', '271056&ECAGPIS44ATM &status&ARMING&0&15&15&30.1&0&11.8&', '1', '1431567792', '1');
INSERT INTO `station_status` VALUES ('4905', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567830', '1');
INSERT INTO `station_status` VALUES ('4906', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431567863', '1');
INSERT INTO `station_status` VALUES ('4907', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&29.9&30.0&87.4&30.3&99.9&30.1&0&0&0&0\n', '1', '1431567867', '1');
INSERT INTO `station_status` VALUES ('4908', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431567874', '1');
INSERT INTO `station_status` VALUES ('4909', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567875', '1');
INSERT INTO `station_status` VALUES ('4910', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&29.9&30.0&87.3&30.3&99.9&30.1&0&0&0&0\n', '1', '1431567910', '1');
INSERT INTO `station_status` VALUES ('4911', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431567917', '1');
INSERT INTO `station_status` VALUES ('4912', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431567933', '1');
INSERT INTO `station_status` VALUES ('4913', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.1&0&11.8&', '1', '1431567944', '1');
INSERT INTO `station_status` VALUES ('4914', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431567993', '1');
INSERT INTO `station_status` VALUES ('4915', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&29.9&30.0&86.6&30.3&99.9&30.1&0&0&0&0\n', '1', '1431567994', '1');
INSERT INTO `station_status` VALUES ('4916', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568000', '1');
INSERT INTO `station_status` VALUES ('4917', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&29.9&30.0&86.4&30.4&99.9&30.1&0&0&0&0\n', '1', '1431568038', '1');
INSERT INTO `station_status` VALUES ('4918', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568042', '1');
INSERT INTO `station_status` VALUES ('4919', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431568070', '1');
INSERT INTO `station_status` VALUES ('4920', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.9&', '1', '1431568080', '1');
INSERT INTO `station_status` VALUES ('4921', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431568120', '1');
INSERT INTO `station_status` VALUES ('4922', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&29.9&30.0&85.9&30.4&99.9&30.1&0&0&0&0\n', '1', '1431568121', '1');
INSERT INTO `station_status` VALUES ('4923', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568125', '1');
INSERT INTO `station_status` VALUES ('4924', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.1&0&11.9&', '1', '1431568131', '1');
INSERT INTO `station_status` VALUES ('4925', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&29.9&30.0&85.9&30.4&99.9&30.1&0&0&0&0\n', '1', '1431568164', '1');
INSERT INTO `station_status` VALUES ('4926', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568167', '1');
INSERT INTO `station_status` VALUES ('4927', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.1&0&11.8&', '1', '1431568180', '1');
INSERT INTO `station_status` VALUES ('4928', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&30.0&30.0&86.0&30.4&99.9&30.1&0&0&0&0\n', '1', '1431568206', '1');
INSERT INTO `station_status` VALUES ('4929', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431568230', '1');
INSERT INTO `station_status` VALUES ('4930', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.2&0&11.8&', '1', '1431568241', '1');
INSERT INTO `station_status` VALUES ('4931', '13', '533db2&ECAPRO&status&DISARM&8&34&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568249', '1');
INSERT INTO `station_status` VALUES ('4932', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&30.0&30.1&85.8&30.5&99.9&30.1&0&0&0&0\n', '1', '1431568289', '1');
INSERT INTO `station_status` VALUES ('4933', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568291', '1');
INSERT INTO `station_status` VALUES ('4934', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&30.0&30.1&85.8&30.5&99.9&30.1&0&0&0&0\n', '1', '1431568332', '1');
INSERT INTO `station_status` VALUES ('4935', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431568357', '1');
INSERT INTO `station_status` VALUES ('4936', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.2&0&11.9&', '1', '1431568368', '1');
INSERT INTO `station_status` VALUES ('4937', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568374', '1');
INSERT INTO `station_status` VALUES ('4938', '14', 'e26c70&ECAPRO&status&ARMING&56&13&12&30.1&30.1&85.6&30.5&99.9&30.2&0&0&0&0\n', '1', '1431568416', '1');
INSERT INTO `station_status` VALUES ('4939', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568418', '1');
INSERT INTO `station_status` VALUES ('4940', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.3&0&11.9&', '1', '1431568419', '1');
INSERT INTO `station_status` VALUES ('4941', '14', 'e26c70&ECAPRO&status&ARMING&56&15&12&30.1&30.1&85.6&30.5&99.9&30.2&0&0&0&0\n', '1', '1431568459', '1');
INSERT INTO `station_status` VALUES ('4942', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568461', '1');
INSERT INTO `station_status` VALUES ('4943', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.3&0&11.9&', '1', '1431568485', '1');
INSERT INTO `station_status` VALUES ('4944', '14', 'e26c70&ECAPRO&status&ARMING&56&15&12&30.1&30.2&85.5&30.5&99.9&30.2&0&0&0&0\n', '1', '1431568542', '1');
INSERT INTO `station_status` VALUES ('4945', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568544', '1');
INSERT INTO `station_status` VALUES ('4946', '14', 'e26c70&ECAPRO&status&ARMING&56&15&12&30.1&30.2&85.5&30.5&99.9&30.2&0&0&0&0\n', '1', '1431568585', '1');
INSERT INTO `station_status` VALUES ('4947', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568587', '1');
INSERT INTO `station_status` VALUES ('4948', '14', 'e26c70&ECAPRO&status&ARMING&56&15&12&30.1&30.1&85.5&30.5&99.9&30.2&0&0&0&0\n', '1', '1431568629', '1');
INSERT INTO `station_status` VALUES ('4949', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568669', '1');
INSERT INTO `station_status` VALUES ('4950', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568711', '1');
INSERT INTO `station_status` VALUES ('4951', '14', 'e26c70&ECAPRO&status&ARMING&56&15&12&30.1&30.2&85.0&30.5&99.9&30.3&0&0&0&0\n', '1', '1431568712', '1');
INSERT INTO `station_status` VALUES ('4952', '14', 'e26c70&ECAPRO&status&ARMING&56&15&12&30.1&30.2&85.0&30.5&99.9&30.3&0&0&0&0\n', '1', '1431568755', '1');
INSERT INTO `station_status` VALUES ('4953', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568794', '1');
INSERT INTO `station_status` VALUES ('4954', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568836', '1');
INSERT INTO `station_status` VALUES ('4955', '14', 'e26c70&ECAPRO&status&ARMING&56&15&12&30.1&30.2&84.8&30.6&99.9&30.3&0&0&0&0\n', '1', '1431568838', '1');
INSERT INTO `station_status` VALUES ('4956', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.3&0&11.9&', '1', '1431568861', '1');
INSERT INTO `station_status` VALUES ('4957', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568878', '1');
INSERT INTO `station_status` VALUES ('4958', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.1&30.2&84.9&30.6&99.9&30.3&0&0&0&0\n', '1', '1431568881', '1');
INSERT INTO `station_status` VALUES ('4959', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.1&30.3&85.0&30.6&99.9&30.3&0&0&0&0\n', '1', '1431568923', '1');
INSERT INTO `station_status` VALUES ('4960', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431568961', '1');
INSERT INTO `station_status` VALUES ('4961', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569003', '1');
INSERT INTO `station_status` VALUES ('4962', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.1&30.3&84.8&30.6&99.9&30.3&0&0&0&0\n', '1', '1431569007', '1');
INSERT INTO `station_status` VALUES ('4963', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.3&0&11.9&', '1', '1431569015', '1');
INSERT INTO `station_status` VALUES ('4964', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431569017', '1');
INSERT INTO `station_status` VALUES ('4965', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.2&30.3&84.9&30.6&99.9&30.3&0&0&0&0\n', '1', '1431569049', '1');
INSERT INTO `station_status` VALUES ('4966', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.9&', '1', '1431569066', '1');
INSERT INTO `station_status` VALUES ('4967', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569086', '1');
INSERT INTO `station_status` VALUES ('4968', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.3&0&11.8&', '1', '1431569126', '1');
INSERT INTO `station_status` VALUES ('4969', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569128', '1');
INSERT INTO `station_status` VALUES ('4970', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.2&30.3&84.8&30.6&99.9&30.4&0&0&0&0\n', '1', '1431569132', '1');
INSERT INTO `station_status` VALUES ('4971', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.2&30.3&84.7&30.6&99.9&30.4&0&0&0&0\n', '1', '1431569175', '1');
INSERT INTO `station_status` VALUES ('4972', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569211', '1');
INSERT INTO `station_status` VALUES ('4973', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569253', '1');
INSERT INTO `station_status` VALUES ('4974', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.2&30.3&84.8&30.7&99.9&30.4&0&0&0&0\n', '1', '1431569259', '1');
INSERT INTO `station_status` VALUES ('4975', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.2&30.3&85.1&30.7&99.9&30.4&0&0&0&0\n', '1', '1431569302', '1');
INSERT INTO `station_status` VALUES ('4976', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431569323', '1');
INSERT INTO `station_status` VALUES ('4977', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.4&0&11.9&', '1', '1431569334', '1');
INSERT INTO `station_status` VALUES ('4978', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569336', '1');
INSERT INTO `station_status` VALUES ('4979', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.3&30.3&85.0&30.7&99.9&30.4&0&0&0&0\n', '1', '1431569344', '1');
INSERT INTO `station_status` VALUES ('4980', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.4&0&11.9&', '1', '1431569373', '1');
INSERT INTO `station_status` VALUES ('4981', '13', '533db2&ECAPRO&status&DISARM&8&33&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569378', '1');
INSERT INTO `station_status` VALUES ('4982', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.2&30.3&84.9&30.7&99.9&30.4&0&0&0&0\n', '1', '1431569428', '1');
INSERT INTO `station_status` VALUES ('4983', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.4&0&11.9&', '1', '1431569433', '1');
INSERT INTO `station_status` VALUES ('4984', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569464', '1');
INSERT INTO `station_status` VALUES ('4985', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.2&30.4&85.0&30.7&99.9&30.4&0&0&0&0\n', '1', '1431569470', '1');
INSERT INTO `station_status` VALUES ('4986', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.4&0&11.9&', '1', '1431569493', '1');
INSERT INTO `station_status` VALUES ('4987', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569506', '1');
INSERT INTO `station_status` VALUES ('4988', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431569553', '1');
INSERT INTO `station_status` VALUES ('4989', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.3&30.4&85.0&30.7&99.9&30.5&0&0&0&0\n', '1', '1431569555', '1');
INSERT INTO `station_status` VALUES ('4990', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569589', '1');
INSERT INTO `station_status` VALUES ('4991', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.3&30.4&85.0&30.8&99.9&30.5&0&0&0&0\n', '1', '1431569597', '1');
INSERT INTO `station_status` VALUES ('4992', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431569613', '1');
INSERT INTO `station_status` VALUES ('4993', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569631', '1');
INSERT INTO `station_status` VALUES ('4994', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431569673', '1');
INSERT INTO `station_status` VALUES ('4995', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.3&30.4&85.1&30.8&99.9&30.5&0&0&0&0\n', '1', '1431569681', '1');
INSERT INTO `station_status` VALUES ('4996', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569714', '1');
INSERT INTO `station_status` VALUES ('4997', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.3&30.4&85.1&30.8&99.9&30.5&0&0&0&0\n', '1', '1431569724', '1');
INSERT INTO `station_status` VALUES ('4998', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.8&', '1', '1431569733', '1');
INSERT INTO `station_status` VALUES ('4999', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569756', '1');
INSERT INTO `station_status` VALUES ('5000', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.3&30.4&85.0&30.8&99.9&30.5&0&0&0&0\n', '1', '1431569766', '1');
INSERT INTO `station_status` VALUES ('5001', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431569793', '1');
INSERT INTO `station_status` VALUES ('5002', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569798', '1');
INSERT INTO `station_status` VALUES ('5003', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.3&30.4&85.2&30.8&99.9&30.5&0&0&0&0\n', '1', '1431569851', '1');
INSERT INTO `station_status` VALUES ('5004', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431569853', '1');
INSERT INTO `station_status` VALUES ('5005', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569880', '1');
INSERT INTO `station_status` VALUES ('5006', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.3&30.4&85.3&30.7&99.9&30.5&0&0&0&0\n', '1', '1431569893', '1');
INSERT INTO `station_status` VALUES ('5007', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.8&', '1', '1431569913', '1');
INSERT INTO `station_status` VALUES ('5008', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431569922', '1');
INSERT INTO `station_status` VALUES ('5009', '14', 'e26c70&ECAPRO&status&ARMING&56&3&15&30.3&30.4&85.3&30.7&99.9&30.5&0&0&0&0\n', '1', '1431569977', '1');
INSERT INTO `station_status` VALUES ('5010', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570007', '1');
INSERT INTO `station_status` VALUES ('5011', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.3&30.5&85.2&30.7&99.9&30.5&0&0&0&0\n', '1', '1431570019', '1');
INSERT INTO `station_status` VALUES ('5012', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570049', '1');
INSERT INTO `station_status` VALUES ('5013', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.3&30.5&85.2&30.7&99.9&30.5&0&0&0&0\n', '1', '1431570062', '1');
INSERT INTO `station_status` VALUES ('5014', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431570063', '1');
INSERT INTO `station_status` VALUES ('5015', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431570073', '1');
INSERT INTO `station_status` VALUES ('5016', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.8&', '1', '1431570108', '1');
INSERT INTO `station_status` VALUES ('5017', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570132', '1');
INSERT INTO `station_status` VALUES ('5018', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.3&30.5&85.1&30.7&99.9&30.5&0&0&0&0\n', '1', '1431570145', '1');
INSERT INTO `station_status` VALUES ('5019', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431570154', '1');
INSERT INTO `station_status` VALUES ('5020', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.8&', '1', '1431570164', '1');
INSERT INTO `station_status` VALUES ('5021', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570174', '1');
INSERT INTO `station_status` VALUES ('5022', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.3&30.5&85.2&30.7&99.9&30.5&0&0&0&0\n', '1', '1431570188', '1');
INSERT INTO `station_status` VALUES ('5023', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570216', '1');
INSERT INTO `station_status` VALUES ('5024', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.3&30.5&85.1&30.7&99.9&30.5&0&0&0&0\n', '1', '1431570271', '1');
INSERT INTO `station_status` VALUES ('5025', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570298', '1');
INSERT INTO `station_status` VALUES ('5026', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.3&30.5&85.1&30.7&99.9&30.5&0&0&0&0\n', '1', '1431570314', '1');
INSERT INTO `station_status` VALUES ('5027', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570340', '1');
INSERT INTO `station_status` VALUES ('5028', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.4&30.5&85.1&30.8&99.9&30.5&0&0&0&0\n', '1', '1431570397', '1');
INSERT INTO `station_status` VALUES ('5029', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570423', '1');
INSERT INTO `station_status` VALUES ('5030', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.4&30.5&84.9&30.8&99.9&30.5&0&0&0&0\n', '1', '1431570440', '1');
INSERT INTO `station_status` VALUES ('5031', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431570444', '1');
INSERT INTO `station_status` VALUES ('5032', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431570454', '1');
INSERT INTO `station_status` VALUES ('5033', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570465', '1');
INSERT INTO `station_status` VALUES ('5034', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.4&30.5&85.0&30.8&99.9&30.5&0&0&0&0\n', '1', '1431570483', '1');
INSERT INTO `station_status` VALUES ('5035', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570547', '1');
INSERT INTO `station_status` VALUES ('5036', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.5&30.5&85.0&30.8&99.9&30.6&0&0&0&0\n', '1', '1431570567', '1');
INSERT INTO `station_status` VALUES ('5037', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570590', '1');
INSERT INTO `station_status` VALUES ('5038', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.5&30.5&84.8&30.8&99.9&30.6&0&0&0&0\n', '1', '1431570609', '1');
INSERT INTO `station_status` VALUES ('5039', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570672', '1');
INSERT INTO `station_status` VALUES ('5040', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.5&30.6&84.7&30.8&99.9&30.6&0&0&0&0\n', '1', '1431570692', '1');
INSERT INTO `station_status` VALUES ('5041', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570714', '1');
INSERT INTO `station_status` VALUES ('5042', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.5&30.6&84.6&30.9&99.9&30.6&0&0&0&0\n', '1', '1431570735', '1');
INSERT INTO `station_status` VALUES ('5043', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570756', '1');
INSERT INTO `station_status` VALUES ('5044', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.5&30.6&84.4&30.9&99.9&30.6&0&0&0&0\n', '1', '1431570818', '1');
INSERT INTO `station_status` VALUES ('5045', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431570832', '1');
INSERT INTO `station_status` VALUES ('5046', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570838', '1');
INSERT INTO `station_status` VALUES ('5047', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.5&0&11.9&', '1', '1431570842', '1');
INSERT INTO `station_status` VALUES ('5048', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.6&84.1&30.9&99.9&30.6&0&0&0&0\n', '1', '1431570860', '1');
INSERT INTO `station_status` VALUES ('5049', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570880', '1');
INSERT INTO `station_status` VALUES ('5050', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.6&0&11.9&', '1', '1431570882', '1');
INSERT INTO `station_status` VALUES ('5051', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.5&0&11.9&', '1', '1431570892', '1');
INSERT INTO `station_status` VALUES ('5052', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.6&84.8&31.0&99.9&30.7&0&0&0&0\n', '1', '1431570903', '1');
INSERT INTO `station_status` VALUES ('5053', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431570963', '1');
INSERT INTO `station_status` VALUES ('5054', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.6&84.3&31.0&99.9&30.7&0&0&0&0\n', '1', '1431570986', '1');
INSERT INTO `station_status` VALUES ('5055', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431571004', '1');
INSERT INTO `station_status` VALUES ('5056', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.6&85.0&31.0&99.9&30.7&0&0&0&0\n', '1', '1431571029', '1');
INSERT INTO `station_status` VALUES ('5057', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431571087', '1');
INSERT INTO `station_status` VALUES ('5058', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.6&84.9&30.9&99.9&30.7&0&0&0&0\n', '1', '1431571113', '1');
INSERT INTO `station_status` VALUES ('5059', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431571126', '1');
INSERT INTO `station_status` VALUES ('5060', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431571129', '1');
INSERT INTO `station_status` VALUES ('5061', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.6&0&11.8&', '1', '1431571137', '1');
INSERT INTO `station_status` VALUES ('5062', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.5&30.6&84.1&30.9&99.9&30.7&0&0&0&0\n', '1', '1431571155', '1');
INSERT INTO `station_status` VALUES ('5063', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.6&0&11.9&', '1', '1431571176', '1');
INSERT INTO `station_status` VALUES ('5064', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431571212', '1');
INSERT INTO `station_status` VALUES ('5065', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.6&0&11.9&', '1', '1431571237', '1');
INSERT INTO `station_status` VALUES ('5066', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.6&84.4&31.0&99.9&30.7&0&0&0&0\n', '1', '1431571239', '1');
INSERT INTO `station_status` VALUES ('5067', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431571254', '1');
INSERT INTO `station_status` VALUES ('5068', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.6&84.3&31.0&99.9&30.7&0&0&0&0\n', '1', '1431571281', '1');
INSERT INTO `station_status` VALUES ('5069', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431571296', '1');
INSERT INTO `station_status` VALUES ('5070', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.7&84.2&31.0&99.9&30.7&0&0&0&0\n', '1', '1431571324', '1');
INSERT INTO `station_status` VALUES ('5071', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.6&0&11.8&', '1', '1431571348', '1');
INSERT INTO `station_status` VALUES ('5072', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431571378', '1');
INSERT INTO `station_status` VALUES ('5073', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.7&83.6&31.0&99.9&30.8&0&0&0&0\n', '1', '1431571407', '1');
INSERT INTO `station_status` VALUES ('5074', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431571420', '1');
INSERT INTO `station_status` VALUES ('5075', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.7&83.5&31.0&99.9&30.8&0&0&0&0\n', '1', '1431571449', '1');
INSERT INTO `station_status` VALUES ('5076', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&30.6&30.8&83.3&31.0&99.9&30.8&0&0&0&0\n', '1', '1431571533', '1');
INSERT INTO `station_status` VALUES ('5077', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&30.6&0&11.8&', '1', '1431571539', '1');
INSERT INTO `station_status` VALUES ('5078', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431571553', '1');
INSERT INTO `station_status` VALUES ('5079', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431574665', '1');
INSERT INTO `station_status` VALUES ('5080', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&30.7&0&0.0&', '1', '1431574669', '1');
INSERT INTO `station_status` VALUES ('5081', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.8&', '1', '1431574671', '1');
INSERT INTO `station_status` VALUES ('5082', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431574785', '1');
INSERT INTO `station_status` VALUES ('5083', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.8&', '1', '1431574787', '1');
INSERT INTO `station_status` VALUES ('5084', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431574799', '1');
INSERT INTO `station_status` VALUES ('5085', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&0&31.2&80.2&31.4&99.9&31.2&0&0&0&0\n', '1', '1431574840', '1');
INSERT INTO `station_status` VALUES ('5086', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431574842', '1');
INSERT INTO `station_status` VALUES ('5087', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431574846', '1');
INSERT INTO `station_status` VALUES ('5088', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&0&31.2&80.1&31.4&99.9&31.3&0&0&0&0\n', '1', '1431574882', '1');
INSERT INTO `station_status` VALUES ('5089', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.8&', '1', '1431574906', '1');
INSERT INTO `station_status` VALUES ('5090', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431574924', '1');
INSERT INTO `station_status` VALUES ('5091', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&0&31.3&80.1&31.4&99.9&31.3&0&0&0&0\n', '1', '1431574925', '1');
INSERT INTO `station_status` VALUES ('5092', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431574966', '1');
INSERT INTO `station_status` VALUES ('5093', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.8&', '1', '1431574967', '1');
INSERT INTO `station_status` VALUES ('5094', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&0&31.2&80.2&31.4&99.9&31.2&0&0&0&0\n', '1', '1431575008', '1');
INSERT INTO `station_status` VALUES ('5095', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.8&', '1', '1431575081', '1');
INSERT INTO `station_status` VALUES ('5096', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.8&', '1', '1431575083', '1');
INSERT INTO `station_status` VALUES ('5097', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431575099', '1');
INSERT INTO `station_status` VALUES ('5098', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&0&31.3&79.9&31.5&99.9&31.3&0&0&0&0\n', '1', '1431575102', '1');
INSERT INTO `station_status` VALUES ('5099', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431575141', '1');
INSERT INTO `station_status` VALUES ('5100', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.8&', '1', '1431575143', '1');
INSERT INTO `station_status` VALUES ('5101', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.8&', '1', '1431575206', '1');
INSERT INTO `station_status` VALUES ('5102', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.8&', '1', '1431575478', '1');
INSERT INTO `station_status` VALUES ('5103', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&31.3&31.4&78.9&31.6&99.9&31.4&0&0&0&0\n', '1', '1431575686', '1');
INSERT INTO `station_status` VALUES ('5104', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.0&0&11.9&', '1', '1431575687', '1');
INSERT INTO `station_status` VALUES ('5105', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.8&', '1', '1431575688', '1');
INSERT INTO `station_status` VALUES ('5106', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&31.1&0&11.8&', '1', '1431599456', '1');
INSERT INTO `station_status` VALUES ('5107', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.5&0&11.9&', '1', '1431602865', '1');
INSERT INTO `station_status` VALUES ('5108', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.2&0&11.9&', '1', '1431602866', '1');
INSERT INTO `station_status` VALUES ('5109', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431602876', '1');
INSERT INTO `station_status` VALUES ('5110', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.2&0&11.9&', '1', '1431603026', '1');
INSERT INTO `station_status` VALUES ('5111', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.2&0&11.9&', '1', '1431603028', '1');
INSERT INTO `station_status` VALUES ('5112', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&32.3&32.5&79.2&32.6&94.9&32.4&0&0&0&0\n', '1', '1431603046', '1');
INSERT INTO `station_status` VALUES ('5113', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.2&0&11.9&', '1', '1431603048', '1');
INSERT INTO `station_status` VALUES ('5114', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431603060', '1');
INSERT INTO `station_status` VALUES ('5115', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.2&0&11.9&', '1', '1431604142', '1');
INSERT INTO `station_status` VALUES ('5116', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.1&0&11.8&', '1', '1431604144', '1');
INSERT INTO `station_status` VALUES ('5117', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431604176', '1');
INSERT INTO `station_status` VALUES ('5118', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&32.1&32.3&77.4&32.5&92.5&32.2&0&0&0&0\n', '1', '1431604177', '1');
INSERT INTO `station_status` VALUES ('5119', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.1&0&11.9&', '1', '1431604184', '1');
INSERT INTO `station_status` VALUES ('5120', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&32.1&32.3&77.4&32.4&92.3&32.2&0&0&0&0\n', '1', '1431604219', '1');
INSERT INTO `station_status` VALUES ('5121', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.1&0&11.9&', '1', '1431604244', '1');
INSERT INTO `station_status` VALUES ('5122', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431604258', '1');
INSERT INTO `station_status` VALUES ('5123', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&32.1&32.3&78.0&32.4&93.0&32.2&0&0&0&0\n', '1', '1431604262', '1');
INSERT INTO `station_status` VALUES ('5124', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431604300', '1');
INSERT INTO `station_status` VALUES ('5125', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.1&0&11.9&', '1', '1431604304', '1');
INSERT INTO `station_status` VALUES ('5126', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&32.1&32.3&77.8&32.5&93.2&32.2&0&0&0&0\n', '1', '1431604345', '1');
INSERT INTO `station_status` VALUES ('5127', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.1&0&11.9&', '1', '1431604364', '1');
INSERT INTO `station_status` VALUES ('5128', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431604383', '1');
INSERT INTO `station_status` VALUES ('5129', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&32.1&32.3&77.6&32.5&92.9&32.2&0&0&0&0\n', '1', '1431604387', '1');
INSERT INTO `station_status` VALUES ('5130', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.1&0&11.9&', '1', '1431604424', '1');
INSERT INTO `station_status` VALUES ('5131', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431604425', '1');
INSERT INTO `station_status` VALUES ('5132', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&32.1&32.3&77.7&32.5&93.1&32.2&0&0&0&0\n', '1', '1431604471', '1');
INSERT INTO `station_status` VALUES ('5133', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.1&0&11.9&', '1', '1431604484', '1');
INSERT INTO `station_status` VALUES ('5134', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431604507', '1');
INSERT INTO `station_status` VALUES ('5135', '14', 'e26c70&ECAPRO&status&ARMING&56&15&15&32.1&32.3&77.2&32.6&92.7&32.2&0&0&0&0\n', '1', '1431604513', '1');
INSERT INTO `station_status` VALUES ('5136', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.1&0&11.9&', '1', '1431604544', '1');
INSERT INTO `station_status` VALUES ('5137', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431604549', '1');
INSERT INTO `station_status` VALUES ('5138', '14', 'e26c70&ECAPRO&status&ARMING&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431696182', '1');
INSERT INTO `station_status` VALUES ('5139', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&32.0&32.2&73.4&32.4&82.7&32.1&0&0&0&0\n', '1', '1431696224', '1');
INSERT INTO `station_status` VALUES ('5140', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.1&0&11.9&', '1', '1431696264', '1');
INSERT INTO `station_status` VALUES ('5141', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.4&0&11.9&', '1', '1431696265', '1');
INSERT INTO `station_status` VALUES ('5142', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.5&32.4&82.7&32.1&0&0&0&0\n', '1', '1431696266', '1');
INSERT INTO `station_status` VALUES ('5143', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.4&0&11.9&', '1', '1431696285', '1');
INSERT INTO `station_status` VALUES ('5144', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.4&32.4&82.8&32.1&0&0&0&0\n', '1', '1431696309', '1');
INSERT INTO `station_status` VALUES ('5145', '16', '271056&ECAGPIS44ATM &status&DISARM&0&0&15&32.4&0&11.9&', '1', '1431696345', '1');
INSERT INTO `station_status` VALUES ('5146', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&32.4&0&11.9&', '1', '1431696365', '1');
INSERT INTO `station_status` VALUES ('5147', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.4&32.5&83.0&32.1&0&0&0&0\n', '1', '1431696392', '1');
INSERT INTO `station_status` VALUES ('5148', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431696405', '1');
INSERT INTO `station_status` VALUES ('5149', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&72.7&32.5&82.2&32.1&0&0&0&0\n', '1', '1431696434', '1');
INSERT INTO `station_status` VALUES ('5150', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431696465', '1');
INSERT INTO `station_status` VALUES ('5151', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.3&32.5&83.3&32.1&0&0&0&0\n', '1', '1431696518', '1');
INSERT INTO `station_status` VALUES ('5152', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431696525', '1');
INSERT INTO `station_status` VALUES ('5153', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.4&32.5&83.3&32.1&0&0&0&0\n', '1', '1431696560', '1');
INSERT INTO `station_status` VALUES ('5154', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431696585', '1');
INSERT INTO `station_status` VALUES ('5155', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.5&32.5&83.4&32.1&0&0&0&0\n', '1', '1431696603', '1');
INSERT INTO `station_status` VALUES ('5156', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431696645', '1');
INSERT INTO `station_status` VALUES ('5157', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.3&73.5&32.5&83.4&32.1&0&0&0&0\n', '1', '1431696687', '1');
INSERT INTO `station_status` VALUES ('5158', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&0.0&', '1', '1431696698', '1');
INSERT INTO `station_status` VALUES ('5159', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.3&73.0&32.5&83.1&32.1&0&0&0&0\n', '1', '1431696729', '1');
INSERT INTO `station_status` VALUES ('5160', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431696758', '1');
INSERT INTO `station_status` VALUES ('5161', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.3&73.2&32.5&83.0&32.2&0&0&0&0\n', '1', '1431696813', '1');
INSERT INTO `station_status` VALUES ('5162', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.3&73.2&32.6&82.8&32.2&0&0&0&0\n', '1', '1431696855', '1');
INSERT INTO `station_status` VALUES ('5163', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.3&0&0.0&', '1', '1431696894', '1');
INSERT INTO `station_status` VALUES ('5164', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&72.8&32.6&82.4&32.2&0&0&0&0\n', '1', '1431696939', '1');
INSERT INTO `station_status` VALUES ('5165', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.5&0&11.9&', '1', '1431696954', '1');
INSERT INTO `station_status` VALUES ('5166', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.3&72.7&32.6&82.4&32.2&0&0&0&0\n', '1', '1431696981', '1');
INSERT INTO `station_status` VALUES ('5167', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.3&72.7&32.6&82.4&32.3&0&0&0&0\n', '1', '1431697023', '1');
INSERT INTO `station_status` VALUES ('5168', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.3&72.7&32.6&82.2&32.3&0&0&0&0\n', '1', '1431697107', '1');
INSERT INTO `station_status` VALUES ('5169', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.3&72.7&32.6&82.1&32.3&0&0&0&0\n', '1', '1431697149', '1');
INSERT INTO `station_status` VALUES ('5170', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.5&0&0.0&', '1', '1431697152', '1');
INSERT INTO `station_status` VALUES ('5171', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.5&0&11.9&', '1', '1431697191', '1');
INSERT INTO `station_status` VALUES ('5172', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.3&72.7&32.6&81.9&32.2&0&0&0&0\n', '1', '1431697233', '1');
INSERT INTO `station_status` VALUES ('5173', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&72.7&32.5&82.0&32.2&0&0&0&0\n', '1', '1431697276', '1');
INSERT INTO `station_status` VALUES ('5174', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&32.5&0&11.9&', '1', '1431697314', '1');
INSERT INTO `station_status` VALUES ('5175', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431697315', '1');
INSERT INTO `station_status` VALUES ('5176', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431697355', '1');
INSERT INTO `station_status` VALUES ('5177', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&72.8&32.5&82.0&32.2&0&0&0&0\n', '1', '1431697360', '1');
INSERT INTO `station_status` VALUES ('5178', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&73.0&32.5&82.2&32.2&0&0&0&0\n', '1', '1431697402', '1');
INSERT INTO `station_status` VALUES ('5179', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.5&0&11.9&', '1', '1431697415', '1');
INSERT INTO `station_status` VALUES ('5180', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&72.8&32.5&82.1&32.2&0&0&0&0\n', '1', '1431697444', '1');
INSERT INTO `station_status` VALUES ('5181', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&0.0&', '1', '1431697487', '1');
INSERT INTO `station_status` VALUES ('5182', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&72.7&32.5&82.3&32.1&0&0&0&0\n', '1', '1431697528', '1');
INSERT INTO `station_status` VALUES ('5183', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431697547', '1');
INSERT INTO `station_status` VALUES ('5184', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&72.8&32.5&82.4&32.1&0&0&0&0\n', '1', '1431697570', '1');
INSERT INTO `station_status` VALUES ('5185', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&72.8&32.5&82.3&32.1&0&0&0&0\n', '1', '1431697654', '1');
INSERT INTO `station_status` VALUES ('5186', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&72.8&32.5&82.3&32.1&0&0&0&0\n', '1', '1431697696', '1');
INSERT INTO `station_status` VALUES ('5187', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&32.4&0&11.9&', '1', '1431697698', '1');
INSERT INTO `station_status` VALUES ('5188', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431697700', '1');
INSERT INTO `station_status` VALUES ('5189', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431697759', '1');
INSERT INTO `station_status` VALUES ('5190', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&73.0&32.5&82.2&32.1&0&0&0&0\n', '1', '1431697779', '1');
INSERT INTO `station_status` VALUES ('5191', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&73.0&32.5&82.2&32.2&0&0&0&0\n', '1', '1431697822', '1');
INSERT INTO `station_status` VALUES ('5192', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&73.1&32.5&82.2&32.2&0&0&0&0\n', '1', '1431697865', '1');
INSERT INTO `station_status` VALUES ('5193', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&73.0&32.5&82.2&32.2&0&0&0&0\n', '1', '1431697949', '1');
INSERT INTO `station_status` VALUES ('5194', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&72.9&32.6&82.2&32.3&0&0&0&0\n', '1', '1431697991', '1');
INSERT INTO `station_status` VALUES ('5195', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&0.0&', '1', '1431697999', '1');
INSERT INTO `station_status` VALUES ('5196', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431698018', '1');
INSERT INTO `station_status` VALUES ('5197', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&72.8&32.6&82.1&32.2&0&0&0&0\n', '1', '1431698075', '1');
INSERT INTO `station_status` VALUES ('5198', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&72.9&32.6&82.2&32.3&0&0&0&0\n', '1', '1431698117', '1');
INSERT INTO `station_status` VALUES ('5199', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&72.9&32.6&82.2&32.2&0&0&0&0\n', '1', '1431698201', '1');
INSERT INTO `station_status` VALUES ('5200', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&73.1&32.6&82.3&32.2&0&0&0&0\n', '1', '1431698243', '1');
INSERT INTO `station_status` VALUES ('5201', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&73.1&32.6&82.4&32.2&0&0&0&0\n', '1', '1431698285', '1');
INSERT INTO `station_status` VALUES ('5202', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&73.2&32.5&82.6&32.2&0&0&0&0\n', '1', '1431698369', '1');
INSERT INTO `station_status` VALUES ('5203', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.5&0&0.0&', '1', '1431698390', '1');
INSERT INTO `station_status` VALUES ('5204', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&73.3&32.5&82.6&32.2&0&0&0&0\n', '1', '1431698411', '1');
INSERT INTO `station_status` VALUES ('5205', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431698472', '1');
INSERT INTO `station_status` VALUES ('5206', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&73.4&32.5&83.0&32.1&0&0&0&0\n', '1', '1431698495', '1');
INSERT INTO `station_status` VALUES ('5207', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&73.5&32.5&82.9&32.2&0&0&0&0\n', '1', '1431698538', '1');
INSERT INTO `station_status` VALUES ('5208', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431698543', '1');
INSERT INTO `station_status` VALUES ('5209', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.6&32.5&83.2&32.2&0&0&0&0\n', '1', '1431698621', '1');
INSERT INTO `station_status` VALUES ('5210', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.4&0&11.9&', '1', '1431698626', '1');
INSERT INTO `station_status` VALUES ('5211', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.7&32.5&83.2&32.2&0&0&0&0\n', '1', '1431698663', '1');
INSERT INTO `station_status` VALUES ('5212', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.6&32.5&83.1&32.2&0&0&0&0\n', '1', '1431698706', '1');
INSERT INTO `station_status` VALUES ('5213', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&73.5&32.5&82.8&32.3&0&0&0&0\n', '1', '1431698789', '1');
INSERT INTO `station_status` VALUES ('5214', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&32.4&0&11.9&', '1', '1431698792', '1');
INSERT INTO `station_status` VALUES ('5215', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&73.4&32.6&82.8&32.2&0&0&0&0\n', '1', '1431698831', '1');
INSERT INTO `station_status` VALUES ('5216', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.4&32.5&82.9&32.2&0&0&0&0\n', '1', '1431698915', '1');
INSERT INTO `station_status` VALUES ('5217', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&73.4&32.5&82.8&32.2&0&0&0&0\n', '1', '1431698957', '1');
INSERT INTO `station_status` VALUES ('5218', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.5&0&0.0&', '1', '1431699012', '1');
INSERT INTO `station_status` VALUES ('5219', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.9&32.5&83.2&32.1&0&0&0&0\n', '1', '1431699041', '1');
INSERT INTO `station_status` VALUES ('5220', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&73.8&32.5&83.0&32.2&0&0&0&0\n', '1', '1431699085', '1');
INSERT INTO `station_status` VALUES ('5221', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.1&73.8&32.5&83.0&32.2&0&0&0&0\n', '1', '1431699127', '1');
INSERT INTO `station_status` VALUES ('5222', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&74.1&32.5&83.3&32.2&0&0&0&0\n', '1', '1431699211', '1');
INSERT INTO `station_status` VALUES ('5223', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.0&32.2&74.0&32.5&83.5&32.1&0&0&0&0\n', '1', '1431699253', '1');
INSERT INTO `station_status` VALUES ('5224', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&73.9&32.5&83.4&32.2&0&0&0&0\n', '1', '1431699336', '1');
INSERT INTO `station_status` VALUES ('5225', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&73.9&32.5&83.4&32.2&0&0&0&0\n', '1', '1431699379', '1');
INSERT INTO `station_status` VALUES ('5226', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&32.1&32.2&74.0&32.5&83.4&32.2&0&0&0&0\n', '1', '1431699421', '1');
INSERT INTO `station_status` VALUES ('5227', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.5&0&0.0&', '1', '1431699425', '1');
INSERT INTO `station_status` VALUES ('5228', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431705471', '1');
INSERT INTO `station_status` VALUES ('5229', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.0&0&11.8&', '1', '1431705472', '1');
INSERT INTO `station_status` VALUES ('5230', '14', 'e26c70&ECAPRO&alarm&Do amHigh Alarm:90.0>34&56&7&0&30.3&30.6&75.3&32.3&94.4&31.2&0&0&0&0\n', '1', '1431705480', '1');
INSERT INTO `station_status` VALUES ('5231', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.3&30.6&75.3&32.3&94.4&31.2&0&0&0&0\n', '1', '1431705523', '1');
INSERT INTO `station_status` VALUES ('5232', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431705534', '1');
INSERT INTO `station_status` VALUES ('5233', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.3&30.6&75.2&32.3&94.4&31.2&0&0&0&0\n', '1', '1431705565', '1');
INSERT INTO `station_status` VALUES ('5234', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431705592', '1');
INSERT INTO `station_status` VALUES ('5235', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.3&30.6&75.3&32.3&94.6&31.2&0&0&0&0\n', '1', '1431705608', '1');
INSERT INTO `station_status` VALUES ('5236', '14', 'e26c70&ECAPRO&alarm&Do am:30.6&56&7&0&30.3&30.5&75.4&32.2&94.8&31.2&0&0&0&0\n', '1', '1431705651', '1');
INSERT INTO `station_status` VALUES ('5237', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431705653', '1');
INSERT INTO `station_status` VALUES ('5238', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.2&30.5&75.7&32.1&95.1&31.1&0&0&0&0\n', '1', '1431705695', '1');
INSERT INTO `station_status` VALUES ('5239', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431705712', '1');
INSERT INTO `station_status` VALUES ('5240', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.2&30.5&75.9&32.1&95.2&31.1&0&0&0&0\n', '1', '1431705737', '1');
INSERT INTO `station_status` VALUES ('5241', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431705773', '1');
INSERT INTO `station_status` VALUES ('5242', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.3&30.6&75.7&32.1&95.3&31.2&0&0&0&0\n', '1', '1431705821', '1');
INSERT INTO `station_status` VALUES ('5243', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431705832', '1');
INSERT INTO `station_status` VALUES ('5244', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.5&30.7&75.8&32.2&95.0&31.3&0&0&0&0\n', '1', '1431705863', '1');
INSERT INTO `station_status` VALUES ('5245', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431705893', '1');
INSERT INTO `station_status` VALUES ('5246', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.6&30.7&75.7&32.3&94.5&31.3&0&0&0&0\n', '1', '1431705923', '1');
INSERT INTO `station_status` VALUES ('5247', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431705952', '1');
INSERT INTO `station_status` VALUES ('5248', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.6&30.9&75.7&32.2&94.4&31.3&0&0&0&0\n', '1', '1431705965', '1');
INSERT INTO `station_status` VALUES ('5249', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431706012', '1');
INSERT INTO `station_status` VALUES ('5250', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.6&31.0&75.6&32.3&94.2&31.4&0&0&0&0\n', '1', '1431706025', '1');
INSERT INTO `station_status` VALUES ('5251', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431706072', '1');
INSERT INTO `station_status` VALUES ('5252', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.7&30.9&75.7&32.3&94.1&31.4&0&0&0&0\n', '1', '1431706117', '1');
INSERT INTO `station_status` VALUES ('5253', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431706132', '1');
INSERT INTO `station_status` VALUES ('5254', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.6&30.9&75.5&32.3&94.0&31.4&0&0&0&0\n', '1', '1431706178', '1');
INSERT INTO `station_status` VALUES ('5255', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431706192', '1');
INSERT INTO `station_status` VALUES ('5256', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.5&30.9&75.6&32.2&94.1&31.3&0&0&0&0\n', '1', '1431706238', '1');
INSERT INTO `station_status` VALUES ('5257', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431706252', '1');
INSERT INTO `station_status` VALUES ('5258', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.4&30.7&75.6&32.2&94.2&31.3&0&0&0&0\n', '1', '1431706282', '1');
INSERT INTO `station_status` VALUES ('5259', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431706312', '1');
INSERT INTO `station_status` VALUES ('5260', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.6&75.6&32.2&94.3&31.3&0&0&0&0\n', '1', '1431706324', '1');
INSERT INTO `station_status` VALUES ('5261', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431706372', '1');
INSERT INTO `station_status` VALUES ('5262', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.4&30.6&75.8&32.1&94.4&31.2&0&0&0&0\n', '1', '1431706408', '1');
INSERT INTO `station_status` VALUES ('5263', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&32.0&0&11.8&', '1', '1431706432', '1');
INSERT INTO `station_status` VALUES ('5264', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.5&30.7&75.9&32.1&94.6&31.3&0&0&0&0\n', '1', '1431706450', '1');
INSERT INTO `station_status` VALUES ('5265', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.8&', '1', '1431706492', '1');
INSERT INTO `station_status` VALUES ('5266', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.5&76.2&32.1&95.0&31.2&0&0&0&0\n', '1', '1431706534', '1');
INSERT INTO `station_status` VALUES ('5267', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.9&', '1', '1431706552', '1');
INSERT INTO `station_status` VALUES ('5268', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.2&30.5&76.2&32.1&95.3&31.2&0&0&0&0\n', '1', '1431706576', '1');
INSERT INTO `station_status` VALUES ('5269', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.9&', '1', '1431706612', '1');
INSERT INTO `station_status` VALUES ('5270', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.5&76.5&32.1&96.0&31.1&0&0&0&0\n', '1', '1431706659', '1');
INSERT INTO `station_status` VALUES ('5271', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.9&', '1', '1431706672', '1');
INSERT INTO `station_status` VALUES ('5272', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.4&76.5&32.0&96.1&31.1&0&0&0&0\n', '1', '1431706702', '1');
INSERT INTO `station_status` VALUES ('5273', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431706733', '1');
INSERT INTO `station_status` VALUES ('5274', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.4&76.6&32.0&96.3&31.1&0&0&0&0\n', '1', '1431706744', '1');
INSERT INTO `station_status` VALUES ('5275', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.9&', '1', '1431706792', '1');
INSERT INTO `station_status` VALUES ('5276', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.6&76.9&32.0&96.6&31.1&0&0&0&0\n', '1', '1431706828', '1');
INSERT INTO `station_status` VALUES ('5277', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.9&', '1', '1431706852', '1');
INSERT INTO `station_status` VALUES ('5278', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.6&77.0&32.0&96.6&31.1&0&0&0&0\n', '1', '1431706872', '1');
INSERT INTO `station_status` VALUES ('5279', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.9&0&11.9&', '1', '1431706912', '1');
INSERT INTO `station_status` VALUES ('5280', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.6&76.8&32.0&96.4&31.1&0&0&0&0\n', '1', '1431706955', '1');
INSERT INTO `station_status` VALUES ('5281', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431706972', '1');
INSERT INTO `station_status` VALUES ('5282', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.2&30.5&76.9&32.0&96.6&31.1&0&0&0&0\n', '1', '1431706998', '1');
INSERT INTO `station_status` VALUES ('5283', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707034', '1');
INSERT INTO `station_status` VALUES ('5284', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.6&77.0&32.0&96.7&31.1&0&0&0&0\n', '1', '1431707042', '1');
INSERT INTO `station_status` VALUES ('5285', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707092', '1');
INSERT INTO `station_status` VALUES ('5286', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.5&77.1&32.0&97.1&31.1&0&0&0&0\n', '1', '1431707126', '1');
INSERT INTO `station_status` VALUES ('5287', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707152', '1');
INSERT INTO `station_status` VALUES ('5288', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.0&30.3&77.2&32.0&97.5&31.1&0&0&0&0\n', '1', '1431707169', '1');
INSERT INTO `station_status` VALUES ('5289', '14', 'e26c70&ECAPRO&alarm&Nhiet doHigh Alarm:90.0>34&56&1&0&90.0&30.3&77.4&32.0&97.9&31.0&0&0&0&0\n', '1', '1431707212', '1');
INSERT INTO `station_status` VALUES ('5290', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707214', '1');
INSERT INTO `station_status` VALUES ('5291', '14', 'e26c70&ECAPRO&status&ARMING&56&5&0&30.0&30.3&77.4&32.0&98.2&31.0&0&0&0&0\n', '1', '1431707255', '1');
INSERT INTO `station_status` VALUES ('5292', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707272', '1');
INSERT INTO `station_status` VALUES ('5293', '14', 'e26c70&ECAPRO&status&ARMING&56&5&0&30.1&30.4&77.2&32.0&98.4&31.0&0&0&0&0\n', '1', '1431707297', '1');
INSERT INTO `station_status` VALUES ('5294', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707333', '1');
INSERT INTO `station_status` VALUES ('5295', '14', 'e26c70&ECAPRO&alarm&Nhiet do:30.0&56&7&0&30.1&30.4&77.2&32.0&98.4&31.0&0&0&0&0\n', '1', '1431707341', '1');
INSERT INTO `station_status` VALUES ('5296', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.1&30.3&77.3&32.0&98.6&31.0&0&0&0&0\n', '1', '1431707383', '1');
INSERT INTO `station_status` VALUES ('5297', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707393', '1');
INSERT INTO `station_status` VALUES ('5298', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.1&30.4&77.4&32.0&98.8&31.0&0&0&0&0\n', '1', '1431707426', '1');
INSERT INTO `station_status` VALUES ('5299', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707452', '1');
INSERT INTO `station_status` VALUES ('5300', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.1&30.4&77.0&31.9&99.0&31.0&0&0&0&0\n', '1', '1431707469', '1');
INSERT INTO `station_status` VALUES ('5301', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707512', '1');
INSERT INTO `station_status` VALUES ('5302', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.2&30.5&77.0&31.9&99.0&31.0&0&0&0&0\n', '1', '1431707552', '1');
INSERT INTO `station_status` VALUES ('5303', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707573', '1');
INSERT INTO `station_status` VALUES ('5304', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.3&30.5&76.9&31.9&98.8&31.0&0&0&0&0\n', '1', '1431707595', '1');
INSERT INTO `station_status` VALUES ('5305', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707632', '1');
INSERT INTO `station_status` VALUES ('5306', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.3&30.5&77.2&32.0&98.5&31.0&0&0&0&0\n', '1', '1431707678', '1');
INSERT INTO `station_status` VALUES ('5307', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707692', '1');
INSERT INTO `station_status` VALUES ('5308', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.3&30.5&77.1&32.0&98.4&31.1&0&0&0&0\n', '1', '1431707720', '1');
INSERT INTO `station_status` VALUES ('5309', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707752', '1');
INSERT INTO `station_status` VALUES ('5310', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&30.2&30.5&77.1&32.0&98.4&31.1&0&0&0&0\n', '1', '1431707763', '1');
INSERT INTO `station_status` VALUES ('5311', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707812', '1');
INSERT INTO `station_status` VALUES ('5312', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.5&77.0&32.1&98.3&31.1&0&0&0&0\n', '1', '1431707846', '1');
INSERT INTO `station_status` VALUES ('5313', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707872', '1');
INSERT INTO `station_status` VALUES ('5314', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.2&30.5&77.0&32.1&98.4&31.0&0&0&0&0\n', '1', '1431707889', '1');
INSERT INTO `station_status` VALUES ('5315', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707933', '1');
INSERT INTO `station_status` VALUES ('5316', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.2&30.5&77.0&32.1&98.4&31.1&0&0&0&0\n', '1', '1431707972', '1');
INSERT INTO `station_status` VALUES ('5317', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431707993', '1');
INSERT INTO `station_status` VALUES ('5318', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.5&76.9&32.1&98.5&31.1&0&0&0&0\n', '1', '1431708015', '1');
INSERT INTO `station_status` VALUES ('5319', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708052', '1');
INSERT INTO `station_status` VALUES ('5320', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.6&76.7&32.1&98.1&31.1&0&0&0&0\n', '1', '1431708099', '1');
INSERT INTO `station_status` VALUES ('5321', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708112', '1');
INSERT INTO `station_status` VALUES ('5322', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.6&76.8&32.1&97.8&31.1&0&0&0&0\n', '1', '1431708142', '1');
INSERT INTO `station_status` VALUES ('5323', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708172', '1');
INSERT INTO `station_status` VALUES ('5324', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.5&77.0&32.1&97.9&31.1&0&0&0&0\n', '1', '1431708184', '1');
INSERT INTO `station_status` VALUES ('5325', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708232', '1');
INSERT INTO `station_status` VALUES ('5326', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.4&30.6&77.1&32.1&97.8&31.1&0&0&0&0\n', '1', '1431708268', '1');
INSERT INTO `station_status` VALUES ('5327', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708292', '1');
INSERT INTO `station_status` VALUES ('5328', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.5&30.7&76.9&32.1&97.5&31.2&0&0&0&0\n', '1', '1431708311', '1');
INSERT INTO `station_status` VALUES ('5329', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708352', '1');
INSERT INTO `station_status` VALUES ('5330', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.5&30.7&76.7&32.1&97.3&31.2&0&0&0&0\n', '1', '1431708395', '1');
INSERT INTO `station_status` VALUES ('5331', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708413', '1');
INSERT INTO `station_status` VALUES ('5332', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.5&30.7&76.7&32.1&97.1&31.2&0&0&0&0\n', '1', '1431708437', '1');
INSERT INTO `station_status` VALUES ('5333', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708473', '1');
INSERT INTO `station_status` VALUES ('5334', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.6&76.6&32.1&97.1&31.2&0&0&0&0\n', '1', '1431708522', '1');
INSERT INTO `station_status` VALUES ('5335', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708535', '1');
INSERT INTO `station_status` VALUES ('5336', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.6&76.8&32.1&97.2&31.2&0&0&0&0\n', '1', '1431708564', '1');
INSERT INTO `station_status` VALUES ('5337', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708593', '1');
INSERT INTO `station_status` VALUES ('5338', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.2&30.5&76.8&32.1&97.5&31.1&0&0&0&0\n', '1', '1431708606', '1');
INSERT INTO `station_status` VALUES ('5339', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708653', '1');
INSERT INTO `station_status` VALUES ('5340', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.4&77.2&32.0&98.3&31.1&0&0&0&0\n', '1', '1431708691', '1');
INSERT INTO `station_status` VALUES ('5341', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708714', '1');
INSERT INTO `station_status` VALUES ('5342', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.4&77.3&32.0&98.6&31.0&0&0&0&0\n', '1', '1431708736', '1');
INSERT INTO `station_status` VALUES ('5343', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708772', '1');
INSERT INTO `station_status` VALUES ('5344', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.0&30.3&77.5&32.0&99.4&31.0&0&0&0&0\n', '1', '1431708820', '1');
INSERT INTO `station_status` VALUES ('5345', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708832', '1');
INSERT INTO `station_status` VALUES ('5346', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.3&77.6&32.0&99.5&31.0&0&0&0&0\n', '1', '1431708862', '1');
INSERT INTO `station_status` VALUES ('5347', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431708873', '1');
INSERT INTO `station_status` VALUES ('5348', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708893', '1');
INSERT INTO `station_status` VALUES ('5349', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.3&77.7&32.0&99.8&31.0&0&0&0&0\n', '1', '1431708905', '1');
INSERT INTO `station_status` VALUES ('5350', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431708952', '1');
INSERT INTO `station_status` VALUES ('5351', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431708957', '1');
INSERT INTO `station_status` VALUES ('5352', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.2&30.5&77.9&32.0&99.9&31.0&0&0&0&0\n', '1', '1431708988', '1');
INSERT INTO `station_status` VALUES ('5353', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431708999', '1');
INSERT INTO `station_status` VALUES ('5354', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709012', '1');
INSERT INTO `station_status` VALUES ('5355', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.4&77.8&32.0&99.9&31.0&0&0&0&0\n', '1', '1431709031', '1');
INSERT INTO `station_status` VALUES ('5356', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709042', '1');
INSERT INTO `station_status` VALUES ('5357', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709072', '1');
INSERT INTO `station_status` VALUES ('5358', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.2&30.4&77.9&32.0&99.9&31.0&0&0&0&0\n', '1', '1431709115', '1');
INSERT INTO `station_status` VALUES ('5359', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709124', '1');
INSERT INTO `station_status` VALUES ('5360', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709132', '1');
INSERT INTO `station_status` VALUES ('5361', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.2&30.5&77.9&32.0&99.9&31.0&0&0&0&0\n', '1', '1431709157', '1');
INSERT INTO `station_status` VALUES ('5362', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709167', '1');
INSERT INTO `station_status` VALUES ('5363', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709192', '1');
INSERT INTO `station_status` VALUES ('5364', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.2&30.5&77.8&32.0&99.9&31.0&0&0&0&0\n', '1', '1431709241', '1');
INSERT INTO `station_status` VALUES ('5365', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709250', '1');
INSERT INTO `station_status` VALUES ('5366', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709252', '1');
INSERT INTO `station_status` VALUES ('5367', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.5&77.5&32.1&99.9&31.1&0&0&0&0\n', '1', '1431709284', '1');
INSERT INTO `station_status` VALUES ('5368', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709292', '1');
INSERT INTO `station_status` VALUES ('5369', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709312', '1');
INSERT INTO `station_status` VALUES ('5370', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.6&77.5&32.1&99.8&31.1&0&0&0&0\n', '1', '1431709326', '1');
INSERT INTO `station_status` VALUES ('5371', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709373', '1');
INSERT INTO `station_status` VALUES ('5372', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709375', '1');
INSERT INTO `station_status` VALUES ('5373', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.3&30.5&77.5&32.1&99.5&31.1&0&0&0&0\n', '1', '1431709410', '1');
INSERT INTO `station_status` VALUES ('5374', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709419', '1');
INSERT INTO `station_status` VALUES ('5375', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709432', '1');
INSERT INTO `station_status` VALUES ('5376', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.5&77.5&32.1&99.5&31.1&0&0&0&0\n', '1', '1431709452', '1');
INSERT INTO `station_status` VALUES ('5377', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709461', '1');
INSERT INTO `station_status` VALUES ('5378', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709492', '1');
INSERT INTO `station_status` VALUES ('5379', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.0&30.3&77.7&32.1&99.9&31.1&0&0&0&0\n', '1', '1431709536', '1');
INSERT INTO `station_status` VALUES ('5380', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709543', '1');
INSERT INTO `station_status` VALUES ('5381', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709552', '1');
INSERT INTO `station_status` VALUES ('5382', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.0&30.3&77.8&32.0&99.9&31.0&0&0&0&0\n', '1', '1431709578', '1');
INSERT INTO `station_status` VALUES ('5383', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709586', '1');
INSERT INTO `station_status` VALUES ('5384', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709612', '1');
INSERT INTO `station_status` VALUES ('5385', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&29.9&30.1&78.0&32.0&99.9&31.0&0&0&0&0\n', '1', '1431709662', '1');
INSERT INTO `station_status` VALUES ('5386', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709668', '1');
INSERT INTO `station_status` VALUES ('5387', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709672', '1');
INSERT INTO `station_status` VALUES ('5388', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&29.9&30.2&77.8&32.0&99.9&30.9&0&0&0&0\n', '1', '1431709704', '1');
INSERT INTO `station_status` VALUES ('5389', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709711', '1');
INSERT INTO `station_status` VALUES ('5390', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709732', '1');
INSERT INTO `station_status` VALUES ('5391', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.0&30.3&77.9&31.9&99.9&30.9&0&0&0&0\n', '1', '1431709746', '1');
INSERT INTO `station_status` VALUES ('5392', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709792', '1');
INSERT INTO `station_status` VALUES ('5393', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709794', '1');
INSERT INTO `station_status` VALUES ('5394', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&29.9&30.1&78.4&31.8&99.9&30.9&0&0&0&0\n', '1', '1431709830', '1');
INSERT INTO `station_status` VALUES ('5395', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709835', '1');
INSERT INTO `station_status` VALUES ('5396', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709852', '1');
INSERT INTO `station_status` VALUES ('5397', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&29.9&30.1&78.6&31.8&99.9&30.9&0&0&0&0\n', '1', '1431709873', '1');
INSERT INTO `station_status` VALUES ('5398', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709913', '1');
INSERT INTO `station_status` VALUES ('5399', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709918', '1');
INSERT INTO `station_status` VALUES ('5400', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.0&30.2&78.8&31.8&99.9&30.8&0&0&0&0\n', '1', '1431709956', '1');
INSERT INTO `station_status` VALUES ('5401', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431709960', '1');
INSERT INTO `station_status` VALUES ('5402', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431709972', '1');
INSERT INTO `station_status` VALUES ('5403', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.0&30.2&78.6&31.8&99.9&30.8&0&0&0&0\n', '1', '1431709999', '1');
INSERT INTO `station_status` VALUES ('5404', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710003', '1');
INSERT INTO `station_status` VALUES ('5405', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431710032', '1');
INSERT INTO `station_status` VALUES ('5406', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.0&30.2&78.6&31.8&99.9&30.9&0&0&0&0\n', '1', '1431710041', '1');
INSERT INTO `station_status` VALUES ('5407', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710085', '1');
INSERT INTO `station_status` VALUES ('5408', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431710092', '1');
INSERT INTO `station_status` VALUES ('5409', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.1&78.9&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710125', '1');
INSERT INTO `station_status` VALUES ('5410', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710128', '1');
INSERT INTO `station_status` VALUES ('5411', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431710152', '1');
INSERT INTO `station_status` VALUES ('5412', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.9&30.1&78.9&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710169', '1');
INSERT INTO `station_status` VALUES ('5413', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710212', '1');
INSERT INTO `station_status` VALUES ('5414', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431710215', '1');
INSERT INTO `station_status` VALUES ('5415', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.9&30.1&78.9&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710253', '1');
INSERT INTO `station_status` VALUES ('5416', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710255', '1');
INSERT INTO `station_status` VALUES ('5417', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431710272', '1');
INSERT INTO `station_status` VALUES ('5418', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.1&78.9&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710295', '1');
INSERT INTO `station_status` VALUES ('5419', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.8&0&11.9&', '1', '1431710332', '1');
INSERT INTO `station_status` VALUES ('5420', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710337', '1');
INSERT INTO `station_status` VALUES ('5421', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.0&79.2&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710378', '1');
INSERT INTO `station_status` VALUES ('5422', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710380', '1');
INSERT INTO `station_status` VALUES ('5423', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710392', '1');
INSERT INTO `station_status` VALUES ('5424', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.1&79.1&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710421', '1');
INSERT INTO `station_status` VALUES ('5425', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710422', '1');
INSERT INTO `station_status` VALUES ('5426', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710452', '1');
INSERT INTO `station_status` VALUES ('5427', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.9&30.1&79.0&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710464', '1');
INSERT INTO `station_status` VALUES ('5428', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710504', '1');
INSERT INTO `station_status` VALUES ('5429', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710512', '1');
INSERT INTO `station_status` VALUES ('5430', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710546', '1');
INSERT INTO `station_status` VALUES ('5431', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.9&30.1&79.1&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710548', '1');
INSERT INTO `station_status` VALUES ('5432', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710572', '1');
INSERT INTO `station_status` VALUES ('5433', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&30.0&30.2&78.9&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710590', '1');
INSERT INTO `station_status` VALUES ('5434', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710631', '1');
INSERT INTO `station_status` VALUES ('5435', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710632', '1');
INSERT INTO `station_status` VALUES ('5436', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710672', '1');
INSERT INTO `station_status` VALUES ('5437', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&90.0&30.1&79.1&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710674', '1');
INSERT INTO `station_status` VALUES ('5438', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710692', '1');
INSERT INTO `station_status` VALUES ('5439', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&29.8&30.1&79.1&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710716', '1');
INSERT INTO `station_status` VALUES ('5440', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710753', '1');
INSERT INTO `station_status` VALUES ('5441', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710756', '1');
INSERT INTO `station_status` VALUES ('5442', '14', 'e26c70&ECAPRO&alarm&Nhiet doHigh Alarm:90.0>34&56&7&0&29.9&30.1&79.0&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710759', '1');
INSERT INTO `station_status` VALUES ('5443', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710798', '1');
INSERT INTO `station_status` VALUES ('5444', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&29.9&30.2&79.1&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710802', '1');
INSERT INTO `station_status` VALUES ('5445', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710812', '1');
INSERT INTO `station_status` VALUES ('5446', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&29.9&30.1&79.2&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710844', '1');
INSERT INTO `station_status` VALUES ('5447', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710872', '1');
INSERT INTO `station_status` VALUES ('5448', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710880', '1');
INSERT INTO `station_status` VALUES ('5449', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&29.8&30.1&79.2&31.8&99.9&30.8&0&0&0&0\n', '1', '1431710886', '1');
INSERT INTO `station_status` VALUES ('5450', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710923', '1');
INSERT INTO `station_status` VALUES ('5451', '14', 'e26c70&ECAPRO&alarm&Nhiet do:29.8&56&7&0&29.8&30.1&79.3&31.7&99.9&30.8&0&0&0&0\n', '1', '1431710930', '1');
INSERT INTO `station_status` VALUES ('5452', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710932', '1');
INSERT INTO `station_status` VALUES ('5453', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431710966', '1');
INSERT INTO `station_status` VALUES ('5454', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&29.8&30.0&79.4&31.7&99.9&30.8&0&0&0&0\n', '1', '1431710972', '1');
INSERT INTO `station_status` VALUES ('5455', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431710992', '1');
INSERT INTO `station_status` VALUES ('5456', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&29.7&30.0&79.6&31.7&99.9&30.8&0&0&0&0\n', '1', '1431711015', '1');
INSERT INTO `station_status` VALUES ('5457', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711049', '1');
INSERT INTO `station_status` VALUES ('5458', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711052', '1');
INSERT INTO `station_status` VALUES ('5459', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711091', '1');
INSERT INTO `station_status` VALUES ('5460', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&29.7&30.0&79.7&31.6&99.9&30.7&0&0&0&0\n', '1', '1431711099', '1');
INSERT INTO `station_status` VALUES ('5461', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711112', '1');
INSERT INTO `station_status` VALUES ('5462', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&29.7&30.0&79.8&31.6&99.9&30.7&0&0&0&0\n', '1', '1431711142', '1');
INSERT INTO `station_status` VALUES ('5463', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431711172', '1');
INSERT INTO `station_status` VALUES ('5464', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711174', '1');
INSERT INTO `station_status` VALUES ('5465', '14', 'e26c70&ECAPRO&status&ARMING&56&7&0&29.7&30.0&79.9&31.6&99.9&30.7&0&0&0&0\n', '1', '1431711184', '1');
INSERT INTO `station_status` VALUES ('5466', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711217', '1');
INSERT INTO `station_status` VALUES ('5467', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431711232', '1');
INSERT INTO `station_status` VALUES ('5468', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.0&30.2&80.0&31.6&99.9&30.8&0&0&0&0\n', '1', '1431711267', '1');
INSERT INTO `station_status` VALUES ('5469', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431711292', '1');
INSERT INTO `station_status` VALUES ('5470', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711299', '1');
INSERT INTO `station_status` VALUES ('5471', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.3&80.0&31.6&99.9&30.8&0&0&0&0\n', '1', '1431711310', '1');
INSERT INTO `station_status` VALUES ('5472', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711341', '1');
INSERT INTO `station_status` VALUES ('5473', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431711352', '1');
INSERT INTO `station_status` VALUES ('5474', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711383', '1');
INSERT INTO `station_status` VALUES ('5475', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.0&30.3&79.5&31.8&99.9&30.8&0&0&0&0\n', '1', '1431711393', '1');
INSERT INTO `station_status` VALUES ('5476', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711413', '1');
INSERT INTO `station_status` VALUES ('5477', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.3&79.4&31.7&99.9&30.8&0&0&0&0\n', '1', '1431711436', '1');
INSERT INTO `station_status` VALUES ('5478', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711466', '1');
INSERT INTO `station_status` VALUES ('5479', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431711472', '1');
INSERT INTO `station_status` VALUES ('5480', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711507', '1');
INSERT INTO `station_status` VALUES ('5481', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.1&79.5&31.8&99.9&30.8&0&0&0&0\n', '1', '1431711519', '1');
INSERT INTO `station_status` VALUES ('5482', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711532', '1');
INSERT INTO `station_status` VALUES ('5483', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.1&79.6&31.7&99.9&30.8&0&0&0&0\n', '1', '1431711561', '1');
INSERT INTO `station_status` VALUES ('5484', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711590', '1');
INSERT INTO `station_status` VALUES ('5485', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711592', '1');
INSERT INTO `station_status` VALUES ('5486', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.1&79.6&31.7&99.9&30.8&0&0&0&0\n', '1', '1431711604', '1');
INSERT INTO `station_status` VALUES ('5487', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711631', '1');
INSERT INTO `station_status` VALUES ('5488', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711652', '1');
INSERT INTO `station_status` VALUES ('5489', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.1&79.5&31.8&99.9&30.8&0&0&0&0\n', '1', '1431711688', '1');
INSERT INTO `station_status` VALUES ('5490', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711712', '1');
INSERT INTO `station_status` VALUES ('5491', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711714', '1');
INSERT INTO `station_status` VALUES ('5492', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.1&79.4&31.8&99.9&30.8&0&0&0&0\n', '1', '1431711730', '1');
INSERT INTO `station_status` VALUES ('5493', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711756', '1');
INSERT INTO `station_status` VALUES ('5494', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711772', '1');
INSERT INTO `station_status` VALUES ('5495', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.2&79.2&31.8&99.9&30.8&0&0&0&0\n', '1', '1431711814', '1');
INSERT INTO `station_status` VALUES ('5496', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711832', '1');
INSERT INTO `station_status` VALUES ('5497', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711840', '1');
INSERT INTO `station_status` VALUES ('5498', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.1&79.2&31.8&99.9&30.8&0&0&0&0\n', '1', '1431711857', '1');
INSERT INTO `station_status` VALUES ('5499', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711883', '1');
INSERT INTO `station_status` VALUES ('5500', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711892', '1');
INSERT INTO `station_status` VALUES ('5501', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431711926', '1');
INSERT INTO `station_status` VALUES ('5502', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.1&79.3&31.8&99.9&30.8&0&0&0&0\n', '1', '1431711940', '1');
INSERT INTO `station_status` VALUES ('5503', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431711952', '1');
INSERT INTO `station_status` VALUES ('5504', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.1&79.4&31.8&99.9&30.8&0&0&0&0\n', '1', '1431711982', '1');
INSERT INTO `station_status` VALUES ('5505', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712011', '1');
INSERT INTO `station_status` VALUES ('5506', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.7&0&11.9&', '1', '1431712014', '1');
INSERT INTO `station_status` VALUES ('5507', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&79.6&31.8&99.9&30.8&0&0&0&0\n', '1', '1431712025', '1');
INSERT INTO `station_status` VALUES ('5508', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712055', '1');
INSERT INTO `station_status` VALUES ('5509', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712072', '1');
INSERT INTO `station_status` VALUES ('5510', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.7&30.0&79.7&31.7&99.9&30.7&0&0&0&0\n', '1', '1431712109', '1');
INSERT INTO `station_status` VALUES ('5511', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712132', '1');
INSERT INTO `station_status` VALUES ('5512', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712138', '1');
INSERT INTO `station_status` VALUES ('5513', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&79.8&31.7&99.9&30.7&0&0&0&0\n', '1', '1431712151', '1');
INSERT INTO `station_status` VALUES ('5514', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712181', '1');
INSERT INTO `station_status` VALUES ('5515', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712193', '1');
INSERT INTO `station_status` VALUES ('5516', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712223', '1');
INSERT INTO `station_status` VALUES ('5517', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.7&30.0&79.9&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712235', '1');
INSERT INTO `station_status` VALUES ('5518', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712252', '1');
INSERT INTO `station_status` VALUES ('5519', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.7&30.0&79.9&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712279', '1');
INSERT INTO `station_status` VALUES ('5520', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712307', '1');
INSERT INTO `station_status` VALUES ('5521', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712312', '1');
INSERT INTO `station_status` VALUES ('5522', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&80.2&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712321', '1');
INSERT INTO `station_status` VALUES ('5523', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712349', '1');
INSERT INTO `station_status` VALUES ('5524', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712372', '1');
INSERT INTO `station_status` VALUES ('5525', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&80.3&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712405', '1');
INSERT INTO `station_status` VALUES ('5526', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712432', '1');
INSERT INTO `station_status` VALUES ('5527', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712434', '1');
INSERT INTO `station_status` VALUES ('5528', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.7&30.0&80.4&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712447', '1');
INSERT INTO `station_status` VALUES ('5529', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712475', '1');
INSERT INTO `station_status` VALUES ('5530', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712492', '1');
INSERT INTO `station_status` VALUES ('5531', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&80.1&31.6&99.9&30.7&0&0&0&0\n', '1', '1431712531', '1');
INSERT INTO `station_status` VALUES ('5532', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712553', '1');
INSERT INTO `station_status` VALUES ('5533', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712558', '1');
INSERT INTO `station_status` VALUES ('5534', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&80.0&31.6&99.9&30.7&0&0&0&0\n', '1', '1431712573', '1');
INSERT INTO `station_status` VALUES ('5535', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712600', '1');
INSERT INTO `station_status` VALUES ('5536', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712613', '1');
INSERT INTO `station_status` VALUES ('5537', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712642', '1');
INSERT INTO `station_status` VALUES ('5538', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&80.1&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712657', '1');
INSERT INTO `station_status` VALUES ('5539', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712672', '1');
INSERT INTO `station_status` VALUES ('5540', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.0&80.0&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712699', '1');
INSERT INTO `station_status` VALUES ('5541', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712725', '1');
INSERT INTO `station_status` VALUES ('5542', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712732', '1');
INSERT INTO `station_status` VALUES ('5543', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.1&80.1&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712742', '1');
INSERT INTO `station_status` VALUES ('5544', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712767', '1');
INSERT INTO `station_status` VALUES ('5545', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712792', '1');
INSERT INTO `station_status` VALUES ('5546', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.0&80.2&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712825', '1');
INSERT INTO `station_status` VALUES ('5547', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712849', '1');
INSERT INTO `station_status` VALUES ('5548', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712852', '1');
INSERT INTO `station_status` VALUES ('5549', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.0&80.2&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712869', '1');
INSERT INTO `station_status` VALUES ('5550', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712891', '1');
INSERT INTO `station_status` VALUES ('5551', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712912', '1');
INSERT INTO `station_status` VALUES ('5552', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&30.0&80.2&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712955', '1');
INSERT INTO `station_status` VALUES ('5553', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431712972', '1');
INSERT INTO `station_status` VALUES ('5554', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431712974', '1');
INSERT INTO `station_status` VALUES ('5555', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.2&31.6&99.9&30.6&0&0&0&0\n', '1', '1431712998', '1');
INSERT INTO `station_status` VALUES ('5556', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713017', '1');
INSERT INTO `station_status` VALUES ('5557', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713032', '1');
INSERT INTO `station_status` VALUES ('5558', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.4&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713081', '1');
INSERT INTO `station_status` VALUES ('5559', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713092', '1');
INSERT INTO `station_status` VALUES ('5560', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713100', '1');
INSERT INTO `station_status` VALUES ('5561', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.4&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713123', '1');
INSERT INTO `station_status` VALUES ('5562', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713142', '1');
INSERT INTO `station_status` VALUES ('5563', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713153', '1');
INSERT INTO `station_status` VALUES ('5564', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.6&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713166', '1');
INSERT INTO `station_status` VALUES ('5565', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713185', '1');
INSERT INTO `station_status` VALUES ('5566', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713212', '1');
INSERT INTO `station_status` VALUES ('5567', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.8&80.6&31.5&99.9&30.6&0&0&0&0\n', '1', '1431713249', '1');
INSERT INTO `station_status` VALUES ('5568', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713267', '1');
INSERT INTO `station_status` VALUES ('5569', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713272', '1');
INSERT INTO `station_status` VALUES ('5570', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.9&31.5&99.9&30.6&0&0&0&0\n', '1', '1431713291', '1');
INSERT INTO `station_status` VALUES ('5571', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713310', '1');
INSERT INTO `station_status` VALUES ('5572', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713332', '1');
INSERT INTO `station_status` VALUES ('5573', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.8&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713375', '1');
INSERT INTO `station_status` VALUES ('5574', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713392', '1');
INSERT INTO `station_status` VALUES ('5575', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713394', '1');
INSERT INTO `station_status` VALUES ('5576', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.7&29.9&80.8&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713417', '1');
INSERT INTO `station_status` VALUES ('5577', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713435', '1');
INSERT INTO `station_status` VALUES ('5578', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713452', '1');
INSERT INTO `station_status` VALUES ('5579', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.6&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713502', '1');
INSERT INTO `station_status` VALUES ('5580', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713512', '1');
INSERT INTO `station_status` VALUES ('5581', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713518', '1');
INSERT INTO `station_status` VALUES ('5582', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.8&80.8&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713544', '1');
INSERT INTO `station_status` VALUES ('5583', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713560', '1');
INSERT INTO `station_status` VALUES ('5584', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713572', '1');
INSERT INTO `station_status` VALUES ('5585', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.4&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713587', '1');
INSERT INTO `station_status` VALUES ('5586', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713603', '1');
INSERT INTO `station_status` VALUES ('5587', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713632', '1');
INSERT INTO `station_status` VALUES ('5588', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.3&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713670', '1');
INSERT INTO `station_status` VALUES ('5589', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713685', '1');
INSERT INTO `station_status` VALUES ('5590', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713692', '1');
INSERT INTO `station_status` VALUES ('5591', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.3&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713713', '1');
INSERT INTO `station_status` VALUES ('5592', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713727', '1');
INSERT INTO `station_status` VALUES ('5593', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713752', '1');
INSERT INTO `station_status` VALUES ('5594', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.5&31.6&99.9&30.6&0&0&0&0\n', '1', '1431713796', '1');
INSERT INTO `station_status` VALUES ('5595', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713810', '1');
INSERT INTO `station_status` VALUES ('5596', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713812', '1');
INSERT INTO `station_status` VALUES ('5597', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&80.8&31.5&99.9&30.6&0&0&0&0\n', '1', '1431713838', '1');
INSERT INTO `station_status` VALUES ('5598', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713852', '1');
INSERT INTO `station_status` VALUES ('5599', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713872', '1');
INSERT INTO `station_status` VALUES ('5600', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.7&30.0&81.1&31.5&99.9&30.6&0&0&0&0\n', '1', '1431713922', '1');
INSERT INTO `station_status` VALUES ('5601', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713932', '1');
INSERT INTO `station_status` VALUES ('5602', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713934', '1');
INSERT INTO `station_status` VALUES ('5603', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.9&81.2&31.5&99.9&30.6&0&0&0&0\n', '1', '1431713964', '1');
INSERT INTO `station_status` VALUES ('5604', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431713976', '1');
INSERT INTO `station_status` VALUES ('5605', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431713992', '1');
INSERT INTO `station_status` VALUES ('5606', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&81.2&31.5&99.9&30.6&0&0&0&0\n', '1', '1431714006', '1');
INSERT INTO `station_status` VALUES ('5607', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714052', '1');
INSERT INTO `station_status` VALUES ('5608', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714059', '1');
INSERT INTO `station_status` VALUES ('5609', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.1&81.1&31.6&99.9&30.6&0&0&0&0\n', '1', '1431714091', '1');
INSERT INTO `station_status` VALUES ('5610', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714101', '1');
INSERT INTO `station_status` VALUES ('5611', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714112', '1');
INSERT INTO `station_status` VALUES ('5612', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.1&81.0&31.6&99.9&30.6&0&0&0&0\n', '1', '1431714134', '1');
INSERT INTO `station_status` VALUES ('5613', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714143', '1');
INSERT INTO `station_status` VALUES ('5614', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714172', '1');
INSERT INTO `station_status` VALUES ('5615', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&30.0&80.9&31.6&99.9&30.6&0&0&0&0\n', '1', '1431714217', '1');
INSERT INTO `station_status` VALUES ('5616', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714227', '1');
INSERT INTO `station_status` VALUES ('5617', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714232', '1');
INSERT INTO `station_status` VALUES ('5618', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.9&81.0&31.6&99.9&30.6&0&0&0&0\n', '1', '1431714260', '1');
INSERT INTO `station_status` VALUES ('5619', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714270', '1');
INSERT INTO `station_status` VALUES ('5620', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714292', '1');
INSERT INTO `station_status` VALUES ('5621', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.9&81.1&31.6&99.9&30.6&0&0&0&0\n', '1', '1431714303', '1');
INSERT INTO `station_status` VALUES ('5622', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714352', '1');
INSERT INTO `station_status` VALUES ('5623', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714353', '1');
INSERT INTO `station_status` VALUES ('5624', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&80.8&31.6&99.9&30.6&0&0&0&0\n', '1', '1431714386', '1');
INSERT INTO `station_status` VALUES ('5625', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714395', '1');
INSERT INTO `station_status` VALUES ('5626', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714412', '1');
INSERT INTO `station_status` VALUES ('5627', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&81.0&31.6&99.9&30.6&0&0&0&0\n', '1', '1431714429', '1');
INSERT INTO `station_status` VALUES ('5628', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714472', '1');
INSERT INTO `station_status` VALUES ('5629', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714478', '1');
INSERT INTO `station_status` VALUES ('5630', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.9&81.1&31.5&99.9&30.6&0&0&0&0\n', '1', '1431714512', '1');
INSERT INTO `station_status` VALUES ('5631', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714520', '1');
INSERT INTO `station_status` VALUES ('5632', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714532', '1');
INSERT INTO `station_status` VALUES ('5633', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.9&81.0&31.5&99.9&30.6&0&0&0&0\n', '1', '1431714554', '1');
INSERT INTO `station_status` VALUES ('5634', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714561', '1');
INSERT INTO `station_status` VALUES ('5635', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714592', '1');
INSERT INTO `station_status` VALUES ('5636', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&81.0&31.6&99.9&30.6&0&0&0&0\n', '1', '1431714638', '1');
INSERT INTO `station_status` VALUES ('5637', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714644', '1');
INSERT INTO `station_status` VALUES ('5638', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714652', '1');
INSERT INTO `station_status` VALUES ('5639', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&81.0&31.6&99.9&30.6&0&0&0&0\n', '1', '1431714681', '1');
INSERT INTO `station_status` VALUES ('5640', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714688', '1');
INSERT INTO `station_status` VALUES ('5641', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714712', '1');
INSERT INTO `station_status` VALUES ('5642', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&81.1&31.5&99.9&30.6&0&0&0&0\n', '1', '1431714723', '1');
INSERT INTO `station_status` VALUES ('5643', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714770', '1');
INSERT INTO `station_status` VALUES ('5644', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714772', '1');
INSERT INTO `station_status` VALUES ('5645', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.8&81.4&31.5&99.9&30.5&0&0&0&0\n', '1', '1431714807', '1');
INSERT INTO `station_status` VALUES ('5646', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714813', '1');
INSERT INTO `station_status` VALUES ('5647', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714832', '1');
INSERT INTO `station_status` VALUES ('5648', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.8&81.4&31.5&99.9&30.5&0&0&0&0\n', '1', '1431714849', '1');
INSERT INTO `station_status` VALUES ('5649', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714892', '1');
INSERT INTO `station_status` VALUES ('5650', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714896', '1');
INSERT INTO `station_status` VALUES ('5651', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&81.3&31.5&99.9&30.5&0&0&0&0\n', '1', '1431714933', '1');
INSERT INTO `station_status` VALUES ('5652', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714938', '1');
INSERT INTO `station_status` VALUES ('5653', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431714952', '1');
INSERT INTO `station_status` VALUES ('5654', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.9&81.1&31.5&99.9&30.5&0&0&0&0\n', '1', '1431714975', '1');
INSERT INTO `station_status` VALUES ('5655', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431714980', '1');
INSERT INTO `station_status` VALUES ('5656', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715012', '1');
INSERT INTO `station_status` VALUES ('5657', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&81.2&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715058', '1');
INSERT INTO `station_status` VALUES ('5658', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715063', '1');
INSERT INTO `station_status` VALUES ('5659', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715072', '1');
INSERT INTO `station_status` VALUES ('5660', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&81.0&31.6&99.9&30.5&0&0&0&0\n', '1', '1431715101', '1');
INSERT INTO `station_status` VALUES ('5661', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715105', '1');
INSERT INTO `station_status` VALUES ('5662', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715132', '1');
INSERT INTO `station_status` VALUES ('5663', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&80.9&31.6&99.9&30.5&0&0&0&0\n', '1', '1431715143', '1');
INSERT INTO `station_status` VALUES ('5664', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715188', '1');
INSERT INTO `station_status` VALUES ('5665', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715192', '1');
INSERT INTO `station_status` VALUES ('5666', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&81.0&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715227', '1');
INSERT INTO `station_status` VALUES ('5667', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715230', '1');
INSERT INTO `station_status` VALUES ('5668', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715252', '1');
INSERT INTO `station_status` VALUES ('5669', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&81.0&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715270', '1');
INSERT INTO `station_status` VALUES ('5670', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715312', '1');
INSERT INTO `station_status` VALUES ('5671', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715314', '1');
INSERT INTO `station_status` VALUES ('5672', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&81.1&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715354', '1');
INSERT INTO `station_status` VALUES ('5673', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715355', '1');
INSERT INTO `station_status` VALUES ('5674', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715372', '1');
INSERT INTO `station_status` VALUES ('5675', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&81.1&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715396', '1');
INSERT INTO `station_status` VALUES ('5676', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715432', '1');
INSERT INTO `station_status` VALUES ('5677', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715439', '1');
INSERT INTO `station_status` VALUES ('5678', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.0&81.2&31.5&99.9&30.6&0&0&0&0\n', '1', '1431715479', '1');
INSERT INTO `station_status` VALUES ('5679', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715481', '1');
INSERT INTO `station_status` VALUES ('5680', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715492', '1');
INSERT INTO `station_status` VALUES ('5681', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.7&30.0&81.3&31.5&99.9&30.6&0&0&0&0\n', '1', '1431715521', '1');
INSERT INTO `station_status` VALUES ('5682', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715523', '1');
INSERT INTO `station_status` VALUES ('5683', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431715552', '1');
INSERT INTO `station_status` VALUES ('5684', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&81.5&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715564', '1');
INSERT INTO `station_status` VALUES ('5685', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715606', '1');
INSERT INTO `station_status` VALUES ('5686', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715612', '1');
INSERT INTO `station_status` VALUES ('5687', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&81.4&31.5&99.9&30.6&0&0&0&0\n', '1', '1431715647', '1');
INSERT INTO `station_status` VALUES ('5688', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715649', '1');
INSERT INTO `station_status` VALUES ('5689', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431715673', '1');
INSERT INTO `station_status` VALUES ('5690', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&81.2&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715690', '1');
INSERT INTO `station_status` VALUES ('5691', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715731', '1');
INSERT INTO `station_status` VALUES ('5692', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715733', '1');
INSERT INTO `station_status` VALUES ('5693', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.8&81.3&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715773', '1');
INSERT INTO `station_status` VALUES ('5694', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715775', '1');
INSERT INTO `station_status` VALUES ('5695', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431715792', '1');
INSERT INTO `station_status` VALUES ('5696', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&81.4&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715816', '1');
INSERT INTO `station_status` VALUES ('5697', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431715852', '1');
INSERT INTO `station_status` VALUES ('5698', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715858', '1');
INSERT INTO `station_status` VALUES ('5699', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715900', '1');
INSERT INTO `station_status` VALUES ('5700', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.3&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715901', '1');
INSERT INTO `station_status` VALUES ('5701', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431715912', '1');
INSERT INTO `station_status` VALUES ('5702', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431715942', '1');
INSERT INTO `station_status` VALUES ('5703', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&81.5&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715948', '1');
INSERT INTO `station_status` VALUES ('5704', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431715972', '1');
INSERT INTO `station_status` VALUES ('5705', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.5&31.5&99.9&30.5&0&0&0&0\n', '1', '1431715990', '1');
INSERT INTO `station_status` VALUES ('5706', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716025', '1');
INSERT INTO `station_status` VALUES ('5707', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431716032', '1');
INSERT INTO `station_status` VALUES ('5708', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716068', '1');
INSERT INTO `station_status` VALUES ('5709', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.1&31.5&99.9&30.5&0&0&0&0\n', '1', '1431716074', '1');
INSERT INTO `station_status` VALUES ('5710', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716092', '1');
INSERT INTO `station_status` VALUES ('5711', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.2&31.5&99.9&30.5&0&0&0&0\n', '1', '1431716116', '1');
INSERT INTO `station_status` VALUES ('5712', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716150', '1');
INSERT INTO `station_status` VALUES ('5713', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.6&0&11.9&', '1', '1431716152', '1');
INSERT INTO `station_status` VALUES ('5714', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716192', '1');
INSERT INTO `station_status` VALUES ('5715', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&81.4&31.5&99.9&30.5&0&0&0&0\n', '1', '1431716199', '1');
INSERT INTO `station_status` VALUES ('5716', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716212', '1');
INSERT INTO `station_status` VALUES ('5717', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&81.2&31.5&99.9&30.5&0&0&0&0\n', '1', '1431716242', '1');
INSERT INTO `station_status` VALUES ('5718', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716272', '1');
INSERT INTO `station_status` VALUES ('5719', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716275', '1');
INSERT INTO `station_status` VALUES ('5720', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&81.1&31.5&99.9&30.5&0&0&0&0\n', '1', '1431716284', '1');
INSERT INTO `station_status` VALUES ('5721', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716317', '1');
INSERT INTO `station_status` VALUES ('5722', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716332', '1');
INSERT INTO `station_status` VALUES ('5723', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&81.1&31.5&99.9&30.5&0&0&0&0\n', '1', '1431716367', '1');
INSERT INTO `station_status` VALUES ('5724', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716392', '1');
INSERT INTO `station_status` VALUES ('5725', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716400', '1');
INSERT INTO `station_status` VALUES ('5726', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.2&31.5&99.9&30.5&0&0&0&0\n', '1', '1431716410', '1');
INSERT INTO `station_status` VALUES ('5727', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716442', '1');
INSERT INTO `station_status` VALUES ('5728', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716452', '1');
INSERT INTO `station_status` VALUES ('5729', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716484', '1');
INSERT INTO `station_status` VALUES ('5730', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.7&81.0&31.5&99.9&30.4&0&0&0&0\n', '1', '1431716494', '1');
INSERT INTO `station_status` VALUES ('5731', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716512', '1');
INSERT INTO `station_status` VALUES ('5732', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&81.3&31.4&99.9&30.4&0&0&0&0\n', '1', '1431716537', '1');
INSERT INTO `station_status` VALUES ('5733', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716567', '1');
INSERT INTO `station_status` VALUES ('5734', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716572', '1');
INSERT INTO `station_status` VALUES ('5735', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716610', '1');
INSERT INTO `station_status` VALUES ('5736', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&81.3&31.4&99.9&30.4&0&0&0&0\n', '1', '1431716620', '1');
INSERT INTO `station_status` VALUES ('5737', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716632', '1');
INSERT INTO `station_status` VALUES ('5738', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.7&81.3&31.4&99.9&30.4&0&0&0&0\n', '1', '1431716662', '1');
INSERT INTO `station_status` VALUES ('5739', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716692', '1');
INSERT INTO `station_status` VALUES ('5740', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716693', '1');
INSERT INTO `station_status` VALUES ('5741', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.8&81.2&31.4&99.9&30.4&0&0&0&0\n', '1', '1431716705', '1');
INSERT INTO `station_status` VALUES ('5742', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716735', '1');
INSERT INTO `station_status` VALUES ('5743', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716752', '1');
INSERT INTO `station_status` VALUES ('5744', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&81.1&31.4&99.9&30.4&0&0&0&0\n', '1', '1431716788', '1');
INSERT INTO `station_status` VALUES ('5745', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716812', '1');
INSERT INTO `station_status` VALUES ('5746', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716818', '1');
INSERT INTO `station_status` VALUES ('5747', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&81.1&31.4&99.9&30.4&0&0&0&0\n', '1', '1431716831', '1');
INSERT INTO `station_status` VALUES ('5748', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716860', '1');
INSERT INTO `station_status` VALUES ('5749', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716872', '1');
INSERT INTO `station_status` VALUES ('5750', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716902', '1');
INSERT INTO `station_status` VALUES ('5751', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.8&81.2&31.4&99.9&30.5&0&0&0&0\n', '1', '1431716914', '1');
INSERT INTO `station_status` VALUES ('5752', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716932', '1');
INSERT INTO `station_status` VALUES ('5753', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.8&81.1&31.4&99.9&30.4&0&0&0&0\n', '1', '1431716956', '1');
INSERT INTO `station_status` VALUES ('5754', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431716985', '1');
INSERT INTO `station_status` VALUES ('5755', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431716992', '1');
INSERT INTO `station_status` VALUES ('5756', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717027', '1');
INSERT INTO `station_status` VALUES ('5757', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.7&30.0&81.0&31.4&99.9&30.5&0&0&0&0\n', '1', '1431717040', '1');
INSERT INTO `station_status` VALUES ('5758', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717052', '1');
INSERT INTO `station_status` VALUES ('5759', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.7&29.9&81.0&31.4&99.9&30.5&0&0&0&0\n', '1', '1431717083', '1');
INSERT INTO `station_status` VALUES ('5760', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717109', '1');
INSERT INTO `station_status` VALUES ('5761', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717112', '1');
INSERT INTO `station_status` VALUES ('5762', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.9&80.8&31.5&99.9&30.5&0&0&0&0\n', '1', '1431717125', '1');
INSERT INTO `station_status` VALUES ('5763', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717151', '1');
INSERT INTO `station_status` VALUES ('5764', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717172', '1');
INSERT INTO `station_status` VALUES ('5765', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&80.5&31.5&99.9&30.5&0&0&0&0\n', '1', '1431717209', '1');
INSERT INTO `station_status` VALUES ('5766', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717232', '1');
INSERT INTO `station_status` VALUES ('5767', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717235', '1');
INSERT INTO `station_status` VALUES ('5768', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&80.5&31.5&99.9&30.5&0&0&0&0\n', '1', '1431717251', '1');
INSERT INTO `station_status` VALUES ('5769', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717277', '1');
INSERT INTO `station_status` VALUES ('5770', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717292', '1');
INSERT INTO `station_status` VALUES ('5771', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.8&80.2&31.5&99.9&30.4&0&0&0&0\n', '1', '1431717335', '1');
INSERT INTO `station_status` VALUES ('5772', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717353', '1');
INSERT INTO `station_status` VALUES ('5773', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717361', '1');
INSERT INTO `station_status` VALUES ('5774', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&80.2&31.5&99.9&30.4&0&0&0&0\n', '1', '1431717378', '1');
INSERT INTO `station_status` VALUES ('5775', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717403', '1');
INSERT INTO `station_status` VALUES ('5776', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717413', '1');
INSERT INTO `station_status` VALUES ('5777', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717445', '1');
INSERT INTO `station_status` VALUES ('5778', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.9&79.9&31.6&99.9&30.5&0&0&0&0\n', '1', '1431717461', '1');
INSERT INTO `station_status` VALUES ('5779', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717472', '1');
INSERT INTO `station_status` VALUES ('5780', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.7&30.0&79.8&31.6&99.9&30.5&0&0&0&0\n', '1', '1431717503', '1');
INSERT INTO `station_status` VALUES ('5781', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717528', '1');
INSERT INTO `station_status` VALUES ('5782', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717532', '1');
INSERT INTO `station_status` VALUES ('5783', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.7&29.9&79.7&31.6&99.9&30.5&0&0&0&0\n', '1', '1431717546', '1');
INSERT INTO `station_status` VALUES ('5784', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717570', '1');
INSERT INTO `station_status` VALUES ('5785', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717592', '1');
INSERT INTO `station_status` VALUES ('5786', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.8&79.8&31.6&99.9&30.5&0&0&0&0\n', '1', '1431717629', '1');
INSERT INTO `station_status` VALUES ('5787', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717652', '1');
INSERT INTO `station_status` VALUES ('5788', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717653', '1');
INSERT INTO `station_status` VALUES ('5789', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.8&79.9&31.5&99.9&30.5&0&0&0&0\n', '1', '1431717672', '1');
INSERT INTO `station_status` VALUES ('5790', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717696', '1');
INSERT INTO `station_status` VALUES ('5791', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717712', '1');
INSERT INTO `station_status` VALUES ('5792', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&80.1&31.5&99.9&30.5&0&0&0&0\n', '1', '1431717756', '1');
INSERT INTO `station_status` VALUES ('5793', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717772', '1');
INSERT INTO `station_status` VALUES ('5794', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717778', '1');
INSERT INTO `station_status` VALUES ('5795', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&80.2&31.5&99.9&30.5&0&0&0&0\n', '1', '1431717798', '1');
INSERT INTO `station_status` VALUES ('5796', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717821', '1');
INSERT INTO `station_status` VALUES ('5797', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717832', '1');
INSERT INTO `station_status` VALUES ('5798', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&80.2&31.5&99.9&30.5&0&0&0&0\n', '1', '1431717841', '1');
INSERT INTO `station_status` VALUES ('5799', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717863', '1');
INSERT INTO `station_status` VALUES ('5800', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717892', '1');
INSERT INTO `station_status` VALUES ('5801', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&80.3&31.5&99.9&30.4&0&0&0&0\n', '1', '1431717925', '1');
INSERT INTO `station_status` VALUES ('5802', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717946', '1');
INSERT INTO `station_status` VALUES ('5803', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431717952', '1');
INSERT INTO `station_status` VALUES ('5804', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&80.4&31.5&99.9&30.4&0&0&0&0\n', '1', '1431717967', '1');
INSERT INTO `station_status` VALUES ('5805', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431717987', '1');
INSERT INTO `station_status` VALUES ('5806', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718012', '1');
INSERT INTO `station_status` VALUES ('5807', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&80.4&31.5&99.9&30.4&0&0&0&0\n', '1', '1431718051', '1');
INSERT INTO `station_status` VALUES ('5808', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718070', '1');
INSERT INTO `station_status` VALUES ('5809', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718072', '1');
INSERT INTO `station_status` VALUES ('5810', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&80.5&31.4&99.9&30.4&0&0&0&0\n', '1', '1431718093', '1');
INSERT INTO `station_status` VALUES ('5811', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718112', '1');
INSERT INTO `station_status` VALUES ('5812', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718132', '1');
INSERT INTO `station_status` VALUES ('5813', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&80.9&31.3&99.9&30.3&0&0&0&0\n', '1', '1431718176', '1');
INSERT INTO `station_status` VALUES ('5814', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718192', '1');
INSERT INTO `station_status` VALUES ('5815', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718195', '1');
INSERT INTO `station_status` VALUES ('5816', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&80.9&31.3&99.9&30.3&0&0&0&0\n', '1', '1431718218', '1');
INSERT INTO `station_status` VALUES ('5817', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718237', '1');
INSERT INTO `station_status` VALUES ('5818', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718252', '1');
INSERT INTO `station_status` VALUES ('5819', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&80.9&31.3&99.9&30.3&0&0&0&0\n', '1', '1431718262', '1');
INSERT INTO `station_status` VALUES ('5820', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718312', '1');
INSERT INTO `station_status` VALUES ('5821', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718320', '1');
INSERT INTO `station_status` VALUES ('5822', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.0&31.3&99.9&30.3&0&0&0&0\n', '1', '1431718346', '1');
INSERT INTO `station_status` VALUES ('5823', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718362', '1');
INSERT INTO `station_status` VALUES ('5824', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718372', '1');
INSERT INTO `station_status` VALUES ('5825', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&81.0&31.3&99.9&30.3&0&0&0&0\n', '1', '1431718388', '1');
INSERT INTO `station_status` VALUES ('5826', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718405', '1');
INSERT INTO `station_status` VALUES ('5827', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718432', '1');
INSERT INTO `station_status` VALUES ('5828', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&80.8&31.3&99.9&30.3&0&0&0&0\n', '1', '1431718471', '1');
INSERT INTO `station_status` VALUES ('5829', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718488', '1');
INSERT INTO `station_status` VALUES ('5830', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718492', '1');
INSERT INTO `station_status` VALUES ('5831', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.8&80.7&31.4&99.9&30.3&0&0&0&0\n', '1', '1431718514', '1');
INSERT INTO `station_status` VALUES ('5832', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718530', '1');
INSERT INTO `station_status` VALUES ('5833', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718552', '1');
INSERT INTO `station_status` VALUES ('5834', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.7&30.0&80.7&31.4&99.9&30.4&0&0&0&0\n', '1', '1431718598', '1');
INSERT INTO `station_status` VALUES ('5835', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718612', '1');
INSERT INTO `station_status` VALUES ('5836', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718613', '1');
INSERT INTO `station_status` VALUES ('5837', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.0&80.7&31.4&99.9&30.4&0&0&0&0\n', '1', '1431718640', '1');
INSERT INTO `station_status` VALUES ('5838', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718655', '1');
INSERT INTO `station_status` VALUES ('5839', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718672', '1');
INSERT INTO `station_status` VALUES ('5840', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&30.0&80.4&31.4&99.9&30.5&0&0&0&0\n', '1', '1431718682', '1');
INSERT INTO `station_status` VALUES ('5841', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718732', '1');
INSERT INTO `station_status` VALUES ('5842', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718738', '1');
INSERT INTO `station_status` VALUES ('5843', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.8&80.6&31.4&99.9&30.5&0&0&0&0\n', '1', '1431718766', '1');
INSERT INTO `station_status` VALUES ('5844', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718780', '1');
INSERT INTO `station_status` VALUES ('5845', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718792', '1');
INSERT INTO `station_status` VALUES ('5846', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&80.7&31.3&99.9&30.5&0&0&0&0\n', '1', '1431718808', '1');
INSERT INTO `station_status` VALUES ('5847', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718822', '1');
INSERT INTO `station_status` VALUES ('5848', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718852', '1');
INSERT INTO `station_status` VALUES ('5849', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&80.9&31.3&99.9&30.4&0&0&0&0\n', '1', '1431718892', '1');
INSERT INTO `station_status` VALUES ('5850', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718904', '1');
INSERT INTO `station_status` VALUES ('5851', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718912', '1');
INSERT INTO `station_status` VALUES ('5852', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.0&31.3&99.9&30.4&0&0&0&0\n', '1', '1431718935', '1');
INSERT INTO `station_status` VALUES ('5853', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431718946', '1');
INSERT INTO `station_status` VALUES ('5854', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431718972', '1');
INSERT INTO `station_status` VALUES ('5855', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.6&80.7&31.3&99.9&30.4&0&0&0&0\n', '1', '1431719018', '1');
INSERT INTO `station_status` VALUES ('5856', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719030', '1');
INSERT INTO `station_status` VALUES ('5857', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431719032', '1');
INSERT INTO `station_status` VALUES ('5858', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.6&80.5&31.4&99.9&30.4&0&0&0&0\n', '1', '1431719060', '1');
INSERT INTO `station_status` VALUES ('5859', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719072', '1');
INSERT INTO `station_status` VALUES ('5860', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431719092', '1');
INSERT INTO `station_status` VALUES ('5861', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&80.6&31.3&99.9&30.4&0&0&0&0\n', '1', '1431719103', '1');
INSERT INTO `station_status` VALUES ('5862', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431719152', '1');
INSERT INTO `station_status` VALUES ('5863', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719154', '1');
INSERT INTO `station_status` VALUES ('5864', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.7&80.6&31.3&99.9&30.4&0&0&0&0\n', '1', '1431719186', '1');
INSERT INTO `station_status` VALUES ('5865', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719197', '1');
INSERT INTO `station_status` VALUES ('5866', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431719212', '1');
INSERT INTO `station_status` VALUES ('5867', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&80.6&31.3&99.9&30.4&0&0&0&0\n', '1', '1431719229', '1');
INSERT INTO `station_status` VALUES ('5868', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431719272', '1');
INSERT INTO `station_status` VALUES ('5869', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719280', '1');
INSERT INTO `station_status` VALUES ('5870', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&80.7&31.3&99.9&30.3&0&0&0&0\n', '1', '1431719312', '1');
INSERT INTO `station_status` VALUES ('5871', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719321', '1');
INSERT INTO `station_status` VALUES ('5872', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431719332', '1');
INSERT INTO `station_status` VALUES ('5873', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.8&80.7&31.3&99.9&30.3&0&0&0&0\n', '1', '1431719354', '1');
INSERT INTO `station_status` VALUES ('5874', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719363', '1');
INSERT INTO `station_status` VALUES ('5875', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431719392', '1');
INSERT INTO `station_status` VALUES ('5876', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&80.6&31.4&99.9&30.4&0&0&0&0\n', '1', '1431719438', '1');
INSERT INTO `station_status` VALUES ('5877', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719446', '1');
INSERT INTO `station_status` VALUES ('5878', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431719452', '1');
INSERT INTO `station_status` VALUES ('5879', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&80.3&31.4&99.9&30.5&0&0&0&0\n', '1', '1431719481', '1');
INSERT INTO `station_status` VALUES ('5880', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719488', '1');
INSERT INTO `station_status` VALUES ('5881', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431719512', '1');
INSERT INTO `station_status` VALUES ('5882', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&80.4&31.5&99.9&30.5&0&0&0&0\n', '1', '1431719523', '1');
INSERT INTO `station_status` VALUES ('5883', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719571', '1');
INSERT INTO `station_status` VALUES ('5884', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431719572', '1');
INSERT INTO `station_status` VALUES ('5885', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.7&30.0&80.0&31.5&99.9&30.5&0&0&0&0\n', '1', '1431719607', '1');
INSERT INTO `station_status` VALUES ('5886', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719614', '1');
INSERT INTO `station_status` VALUES ('5887', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431719632', '1');
INSERT INTO `station_status` VALUES ('5888', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.9&80.0&31.5&99.9&30.5&0&0&0&0\n', '1', '1431719649', '1');
INSERT INTO `station_status` VALUES ('5889', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431719692', '1');
INSERT INTO `station_status` VALUES ('5890', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719696', '1');
INSERT INTO `station_status` VALUES ('5891', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.9&80.1&31.5&99.9&30.5&0&0&0&0\n', '1', '1431719733', '1');
INSERT INTO `station_status` VALUES ('5892', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719738', '1');
INSERT INTO `station_status` VALUES ('5893', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431719752', '1');
INSERT INTO `station_status` VALUES ('5894', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&80.2&31.4&99.9&30.5&0&0&0&0\n', '1', '1431719775', '1');
INSERT INTO `station_status` VALUES ('5895', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719780', '1');
INSERT INTO `station_status` VALUES ('5896', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431719812', '1');
INSERT INTO `station_status` VALUES ('5897', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.8&80.2&31.3&99.9&30.4&0&0&0&0\n', '1', '1431719858', '1');
INSERT INTO `station_status` VALUES ('5898', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719863', '1');
INSERT INTO `station_status` VALUES ('5899', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431719872', '1');
INSERT INTO `station_status` VALUES ('5900', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.7&80.2&31.4&99.9&30.4&0&0&0&0\n', '1', '1431719901', '1');
INSERT INTO `station_status` VALUES ('5901', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719905', '1');
INSERT INTO `station_status` VALUES ('5902', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431719932', '1');
INSERT INTO `station_status` VALUES ('5903', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&80.2&31.4&99.9&30.4&0&0&0&0\n', '1', '1431719943', '1');
INSERT INTO `station_status` VALUES ('5904', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431719988', '1');
INSERT INTO `station_status` VALUES ('5905', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431719992', '1');
INSERT INTO `station_status` VALUES ('5906', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.6&80.3&31.3&99.9&30.3&0&0&0&0\n', '1', '1431720027', '1');
INSERT INTO `station_status` VALUES ('5907', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720030', '1');
INSERT INTO `station_status` VALUES ('5908', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720052', '1');
INSERT INTO `station_status` VALUES ('5909', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&80.3&31.3&99.9&30.3&0&0&0&0\n', '1', '1431720070', '1');
INSERT INTO `station_status` VALUES ('5910', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720112', '1');
INSERT INTO `station_status` VALUES ('5911', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720114', '1');
INSERT INTO `station_status` VALUES ('5912', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&80.4&31.3&99.9&30.3&0&0&0&0\n', '1', '1431720153', '1');
INSERT INTO `station_status` VALUES ('5913', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720155', '1');
INSERT INTO `station_status` VALUES ('5914', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431720172', '1');
INSERT INTO `station_status` VALUES ('5915', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&80.4&31.3&99.9&30.3&0&0&0&0\n', '1', '1431720196', '1');
INSERT INTO `station_status` VALUES ('5916', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431720232', '1');
INSERT INTO `station_status` VALUES ('5917', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720240', '1');
INSERT INTO `station_status` VALUES ('5918', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&80.5&31.3&99.9&30.3&0&0&0&0\n', '1', '1431720279', '1');
INSERT INTO `station_status` VALUES ('5919', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720281', '1');
INSERT INTO `station_status` VALUES ('5920', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720292', '1');
INSERT INTO `station_status` VALUES ('5921', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&80.6&31.3&99.9&30.3&0&0&0&0\n', '1', '1431720321', '1');
INSERT INTO `station_status` VALUES ('5922', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720323', '1');
INSERT INTO `station_status` VALUES ('5923', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.5&0&11.9&', '1', '1431720352', '1');
INSERT INTO `station_status` VALUES ('5924', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&80.8&31.3&99.9&30.3&0&0&0&0\n', '1', '1431720364', '1');
INSERT INTO `station_status` VALUES ('5925', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720406', '1');
INSERT INTO `station_status` VALUES ('5926', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720412', '1');
INSERT INTO `station_status` VALUES ('5927', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.1&31.2&99.9&30.3&0&0&0&0\n', '1', '1431720447', '1');
INSERT INTO `station_status` VALUES ('5928', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720449', '1');
INSERT INTO `station_status` VALUES ('5929', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720472', '1');
INSERT INTO `station_status` VALUES ('5930', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.2&31.2&99.9&30.3&0&0&0&0\n', '1', '1431720490', '1');
INSERT INTO `station_status` VALUES ('5931', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720531', '1');
INSERT INTO `station_status` VALUES ('5932', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720533', '1');
INSERT INTO `station_status` VALUES ('5933', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720574', '1');
INSERT INTO `station_status` VALUES ('5934', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.2&31.2&99.9&30.3&0&0&0&0\n', '1', '1431720575', '1');
INSERT INTO `station_status` VALUES ('5935', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720592', '1');
INSERT INTO `station_status` VALUES ('5936', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.6&81.4&31.3&99.9&30.3&0&0&0&0\n', '1', '1431720617', '1');
INSERT INTO `station_status` VALUES ('5937', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720652', '1');
INSERT INTO `station_status` VALUES ('5938', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720657', '1');
INSERT INTO `station_status` VALUES ('5939', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720699', '1');
INSERT INTO `station_status` VALUES ('5940', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&81.1&31.2&99.9&30.3&0&0&0&0\n', '1', '1431720702', '1');
INSERT INTO `station_status` VALUES ('5941', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720712', '1');
INSERT INTO `station_status` VALUES ('5942', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720740', '1');
INSERT INTO `station_status` VALUES ('5943', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&81.4&31.2&99.9&30.3&0&0&0&0\n', '1', '1431720745', '1');
INSERT INTO `station_status` VALUES ('5944', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720772', '1');
INSERT INTO `station_status` VALUES ('5945', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&81.4&31.2&99.9&30.3&0&0&0&0\n', '1', '1431720787', '1');
INSERT INTO `station_status` VALUES ('5946', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720824', '1');
INSERT INTO `station_status` VALUES ('5947', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720832', '1');
INSERT INTO `station_status` VALUES ('5948', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720866', '1');
INSERT INTO `station_status` VALUES ('5949', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&81.5&31.2&99.9&30.3&0&0&0&0\n', '1', '1431720870', '1');
INSERT INTO `station_status` VALUES ('5950', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720892', '1');
INSERT INTO `station_status` VALUES ('5951', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&81.5&31.2&99.9&30.3&0&0&0&0\n', '1', '1431720913', '1');
INSERT INTO `station_status` VALUES ('5952', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720949', '1');
INSERT INTO `station_status` VALUES ('5953', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431720952', '1');
INSERT INTO `station_status` VALUES ('5954', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431720991', '1');
INSERT INTO `station_status` VALUES ('5955', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&81.6&31.1&99.9&30.3&0&0&0&0\n', '1', '1431720996', '1');
INSERT INTO `station_status` VALUES ('5956', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431721012', '1');
INSERT INTO `station_status` VALUES ('5957', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&81.7&31.1&99.9&30.3&0&0&0&0\n', '1', '1431721039', '1');
INSERT INTO `station_status` VALUES ('5958', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431721072', '1');
INSERT INTO `station_status` VALUES ('5959', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721074', '1');
INSERT INTO `station_status` VALUES ('5960', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&81.8&31.2&99.9&30.3&0&0&0&0\n', '1', '1431721081', '1');
INSERT INTO `station_status` VALUES ('5961', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721116', '1');
INSERT INTO `station_status` VALUES ('5962', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431721132', '1');
INSERT INTO `station_status` VALUES ('5963', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&81.3&31.2&99.9&30.3&0&0&0&0\n', '1', '1431721165', '1');
INSERT INTO `station_status` VALUES ('5964', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431721192', '1');
INSERT INTO `station_status` VALUES ('5965', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721198', '1');
INSERT INTO `station_status` VALUES ('5966', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&81.3&31.2&99.9&30.3&0&0&0&0\n', '1', '1431721207', '1');
INSERT INTO `station_status` VALUES ('5967', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721241', '1');
INSERT INTO `station_status` VALUES ('5968', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431721252', '1');
INSERT INTO `station_status` VALUES ('5969', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721283', '1');
INSERT INTO `station_status` VALUES ('5970', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&81.7&31.1&99.9&30.3&0&0&0&0\n', '1', '1431721292', '1');
INSERT INTO `station_status` VALUES ('5971', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431721312', '1');
INSERT INTO `station_status` VALUES ('5972', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&82.0&31.1&99.9&30.2&0&0&0&0\n', '1', '1431721334', '1');
INSERT INTO `station_status` VALUES ('5973', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721366', '1');
INSERT INTO `station_status` VALUES ('5974', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721372', '1');
INSERT INTO `station_status` VALUES ('5975', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721408', '1');
INSERT INTO `station_status` VALUES ('5976', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&82.4&31.0&99.9&30.2&0&0&0&0\n', '1', '1431721418', '1');
INSERT INTO `station_status` VALUES ('5977', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721432', '1');
INSERT INTO `station_status` VALUES ('5978', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&82.6&31.0&99.9&30.2&0&0&0&0\n', '1', '1431721460', '1');
INSERT INTO `station_status` VALUES ('5979', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721491', '1');
INSERT INTO `station_status` VALUES ('5980', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721493', '1');
INSERT INTO `station_status` VALUES ('5981', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&82.8&31.0&99.9&30.2&0&0&0&0\n', '1', '1431721503', '1');
INSERT INTO `station_status` VALUES ('5982', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721533', '1');
INSERT INTO `station_status` VALUES ('5983', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721552', '1');
INSERT INTO `station_status` VALUES ('5984', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&83.0&31.0&99.9&30.2&0&0&0&0\n', '1', '1431721586', '1');
INSERT INTO `station_status` VALUES ('5985', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721612', '1');
INSERT INTO `station_status` VALUES ('5986', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721616', '1');
INSERT INTO `station_status` VALUES ('5987', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.6&82.8&31.0&99.9&30.2&0&0&0&0\n', '1', '1431721628', '1');
INSERT INTO `station_status` VALUES ('5988', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721658', '1');
INSERT INTO `station_status` VALUES ('5989', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721672', '1');
INSERT INTO `station_status` VALUES ('5990', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721700', '1');
INSERT INTO `station_status` VALUES ('5991', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&82.4&31.0&99.9&30.2&0&0&0&0\n', '1', '1431721712', '1');
INSERT INTO `station_status` VALUES ('5992', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721732', '1');
INSERT INTO `station_status` VALUES ('5993', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&82.3&31.0&99.9&30.2&0&0&0&0\n', '1', '1431721754', '1');
INSERT INTO `station_status` VALUES ('5994', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721782', '1');
INSERT INTO `station_status` VALUES ('5995', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721792', '1');
INSERT INTO `station_status` VALUES ('5996', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721825', '1');
INSERT INTO `station_status` VALUES ('5997', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.6&82.3&31.0&99.9&30.1&0&0&0&0\n', '1', '1431721838', '1');
INSERT INTO `station_status` VALUES ('5998', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721852', '1');
INSERT INTO `station_status` VALUES ('5999', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.6&82.5&31.0&99.9&30.1&0&0&0&0\n', '1', '1431721881', '1');
INSERT INTO `station_status` VALUES ('6000', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721907', '1');
INSERT INTO `station_status` VALUES ('6001', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721912', '1');
INSERT INTO `station_status` VALUES ('6002', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.6&82.4&31.0&99.9&30.1&0&0&0&0\n', '1', '1431721923', '1');
INSERT INTO `station_status` VALUES ('6003', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431721949', '1');
INSERT INTO `station_status` VALUES ('6004', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431721972', '1');
INSERT INTO `station_status` VALUES ('6005', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.6&82.4&31.0&99.9&30.2&0&0&0&0\n', '1', '1431722007', '1');
INSERT INTO `station_status` VALUES ('6006', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722032', '1');
INSERT INTO `station_status` VALUES ('6007', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722033', '1');
INSERT INTO `station_status` VALUES ('6008', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.6&82.6&31.0&99.9&30.1&0&0&0&0\n', '1', '1431722049', '1');
INSERT INTO `station_status` VALUES ('6009', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722076', '1');
INSERT INTO `station_status` VALUES ('6010', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722092', '1');
INSERT INTO `station_status` VALUES ('6011', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&82.6&31.0&99.9&30.2&0&0&0&0\n', '1', '1431722133', '1');
INSERT INTO `station_status` VALUES ('6012', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722152', '1');
INSERT INTO `station_status` VALUES ('6013', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722158', '1');
INSERT INTO `station_status` VALUES ('6014', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&82.5&31.0&99.9&30.2&0&0&0&0\n', '1', '1431722175', '1');
INSERT INTO `station_status` VALUES ('6015', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722200', '1');
INSERT INTO `station_status` VALUES ('6016', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722212', '1');
INSERT INTO `station_status` VALUES ('6017', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722242', '1');
INSERT INTO `station_status` VALUES ('6018', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&82.1&31.1&99.9&30.2&0&0&0&0\n', '1', '1431722259', '1');
INSERT INTO `station_status` VALUES ('6019', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431722272', '1');
INSERT INTO `station_status` VALUES ('6020', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.7&31.2&99.9&30.2&0&0&0&0\n', '1', '1431722301', '1');
INSERT INTO `station_status` VALUES ('6021', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722325', '1');
INSERT INTO `station_status` VALUES ('6022', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722332', '1');
INSERT INTO `station_status` VALUES ('6023', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.7&31.1&99.9&30.2&0&0&0&0\n', '1', '1431722343', '1');
INSERT INTO `station_status` VALUES ('6024', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722367', '1');
INSERT INTO `station_status` VALUES ('6025', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722392', '1');
INSERT INTO `station_status` VALUES ('6026', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.8&31.1&99.9&30.2&0&0&0&0\n', '1', '1431722427', '1');
INSERT INTO `station_status` VALUES ('6027', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722450', '1');
INSERT INTO `station_status` VALUES ('6028', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431722452', '1');
INSERT INTO `station_status` VALUES ('6029', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.8&31.1&99.9&30.2&0&0&0&0\n', '1', '1431722470', '1');
INSERT INTO `station_status` VALUES ('6030', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722492', '1');
INSERT INTO `station_status` VALUES ('6031', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431722512', '1');
INSERT INTO `station_status` VALUES ('6032', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.7&31.1&99.9&30.2&0&0&0&0\n', '1', '1431722554', '1');
INSERT INTO `station_status` VALUES ('6033', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722572', '1');
INSERT INTO `station_status` VALUES ('6034', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722574', '1');
INSERT INTO `station_status` VALUES ('6035', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.6&31.1&99.9&30.2&0&0&0&0\n', '1', '1431722596', '1');
INSERT INTO `station_status` VALUES ('6036', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722617', '1');
INSERT INTO `station_status` VALUES ('6037', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722632', '1');
INSERT INTO `station_status` VALUES ('6038', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.2&29.5&81.6&31.1&99.9&30.1&0&0&0&0\n', '1', '1431722679', '1');
INSERT INTO `station_status` VALUES ('6039', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722692', '1');
INSERT INTO `station_status` VALUES ('6040', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722700', '1');
INSERT INTO `station_status` VALUES ('6041', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.5&81.4&31.1&99.9&30.1&0&0&0&0\n', '1', '1431722721', '1');
INSERT INTO `station_status` VALUES ('6042', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722742', '1');
INSERT INTO `station_status` VALUES ('6043', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722752', '1');
INSERT INTO `station_status` VALUES ('6044', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&81.3&31.2&99.9&30.2&0&0&0&0\n', '1', '1431722764', '1');
INSERT INTO `station_status` VALUES ('6045', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722784', '1');
INSERT INTO `station_status` VALUES ('6046', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722812', '1');
INSERT INTO `station_status` VALUES ('6047', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.4&29.6&80.9&31.3&99.9&30.3&0&0&0&0\n', '1', '1431722847', '1');
INSERT INTO `station_status` VALUES ('6048', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722867', '1');
INSERT INTO `station_status` VALUES ('6049', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722872', '1');
INSERT INTO `station_status` VALUES ('6050', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&80.7&31.3&99.9&30.3&0&0&0&0\n', '1', '1431722889', '1');
INSERT INTO `station_status` VALUES ('6051', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722909', '1');
INSERT INTO `station_status` VALUES ('6052', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.4&0&11.9&', '1', '1431722932', '1');
INSERT INTO `station_status` VALUES ('6053', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&80.5&31.3&99.9&30.3&0&0&0&0\n', '1', '1431722973', '1');
INSERT INTO `station_status` VALUES ('6054', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431722991', '1');
INSERT INTO `station_status` VALUES ('6055', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431722993', '1');
INSERT INTO `station_status` VALUES ('6056', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&80.4&31.4&99.9&30.3&0&0&0&0\n', '1', '1431723015', '1');
INSERT INTO `station_status` VALUES ('6057', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723034', '1');
INSERT INTO `station_status` VALUES ('6058', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723052', '1');
INSERT INTO `station_status` VALUES ('6059', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.9&79.9&31.5&99.9&30.3&0&0&0&0\n', '1', '1431723100', '1');
INSERT INTO `station_status` VALUES ('6060', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723112', '1');
INSERT INTO `station_status` VALUES ('6061', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723116', '1');
INSERT INTO `station_status` VALUES ('6062', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.8&79.8&31.5&99.9&30.3&0&0&0&0\n', '1', '1431723142', '1');
INSERT INTO `station_status` VALUES ('6063', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723158', '1');
INSERT INTO `station_status` VALUES ('6064', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723172', '1');
INSERT INTO `station_status` VALUES ('6065', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.8&79.7&31.5&99.9&30.3&0&0&0&0\n', '1', '1431723184', '1');
INSERT INTO `station_status` VALUES ('6066', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723201', '1');
INSERT INTO `station_status` VALUES ('6067', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723232', '1');
INSERT INTO `station_status` VALUES ('6068', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&80.0&31.4&99.9&30.3&0&0&0&0\n', '1', '1431723268', '1');
INSERT INTO `station_status` VALUES ('6069', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723284', '1');
INSERT INTO `station_status` VALUES ('6070', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723292', '1');
INSERT INTO `station_status` VALUES ('6071', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&80.1&31.3&99.9&30.3&0&0&0&0\n', '1', '1431723310', '1');
INSERT INTO `station_status` VALUES ('6072', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723326', '1');
INSERT INTO `station_status` VALUES ('6073', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723352', '1');
INSERT INTO `station_status` VALUES ('6074', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.5&80.3&31.2&99.9&30.2&0&0&0&0\n', '1', '1431723393', '1');
INSERT INTO `station_status` VALUES ('6075', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723408', '1');
INSERT INTO `station_status` VALUES ('6076', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723412', '1');
INSERT INTO `station_status` VALUES ('6077', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.5&80.6&31.2&99.9&30.2&0&0&0&0\n', '1', '1431723436', '1');
INSERT INTO `station_status` VALUES ('6078', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723451', '1');
INSERT INTO `station_status` VALUES ('6079', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723472', '1');
INSERT INTO `station_status` VALUES ('6080', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.5&80.9&31.2&99.9&30.2&0&0&0&0\n', '1', '1431723519', '1');
INSERT INTO `station_status` VALUES ('6081', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723532', '1');
INSERT INTO `station_status` VALUES ('6082', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723533', '1');
INSERT INTO `station_status` VALUES ('6083', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.5&81.0&31.2&99.9&30.2&0&0&0&0\n', '1', '1431723561', '1');
INSERT INTO `station_status` VALUES ('6084', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723575', '1');
INSERT INTO `station_status` VALUES ('6085', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723592', '1');
INSERT INTO `station_status` VALUES ('6086', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.5&81.0&31.1&99.9&30.2&0&0&0&0\n', '1', '1431723604', '1');
INSERT INTO `station_status` VALUES ('6087', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723652', '1');
INSERT INTO `station_status` VALUES ('6088', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723658', '1');
INSERT INTO `station_status` VALUES ('6089', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.5&81.2&31.1&99.9&30.2&0&0&0&0\n', '1', '1431723688', '1');
INSERT INTO `station_status` VALUES ('6090', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723700', '1');
INSERT INTO `station_status` VALUES ('6091', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723712', '1');
INSERT INTO `station_status` VALUES ('6092', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.5&81.5&31.1&99.9&30.1&0&0&0&0\n', '1', '1431723731', '1');
INSERT INTO `station_status` VALUES ('6093', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723742', '1');
INSERT INTO `station_status` VALUES ('6094', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723772', '1');
INSERT INTO `station_status` VALUES ('6095', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.4&81.4&31.1&99.9&30.1&0&0&0&0\n', '1', '1431723814', '1');
INSERT INTO `station_status` VALUES ('6096', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723825', '1');
INSERT INTO `station_status` VALUES ('6097', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723832', '1');
INSERT INTO `station_status` VALUES ('6098', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.3&81.5&31.1&99.9&30.1&0&0&0&0\n', '1', '1431723856', '1');
INSERT INTO `station_status` VALUES ('6099', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723867', '1');
INSERT INTO `station_status` VALUES ('6100', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723891', '1');
INSERT INTO `station_status` VALUES ('6101', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.3&81.5&31.1&99.9&30.1&0&0&0&0\n', '1', '1431723940', '1');
INSERT INTO `station_status` VALUES ('6102', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723950', '1');
INSERT INTO `station_status` VALUES ('6103', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431723952', '1');
INSERT INTO `station_status` VALUES ('6104', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.4&81.9&31.0&99.9&30.1&0&0&0&0\n', '1', '1431723982', '1');
INSERT INTO `station_status` VALUES ('6105', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431723992', '1');
INSERT INTO `station_status` VALUES ('6106', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724012', '1');
INSERT INTO `station_status` VALUES ('6107', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&82.0&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724024', '1');
INSERT INTO `station_status` VALUES ('6108', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724072', '1');
INSERT INTO `station_status` VALUES ('6109', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724075', '1');
INSERT INTO `station_status` VALUES ('6110', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.2&29.4&82.2&31.0&99.9&30.0&0&0&0&0\n', '1', '1431724108', '1');
INSERT INTO `station_status` VALUES ('6111', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724117', '1');
INSERT INTO `station_status` VALUES ('6112', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724132', '1');
INSERT INTO `station_status` VALUES ('6113', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&82.3&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724150', '1');
INSERT INTO `station_status` VALUES ('6114', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724192', '1');
INSERT INTO `station_status` VALUES ('6115', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724200', '1');
INSERT INTO `station_status` VALUES ('6116', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.2&29.5&82.1&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724233', '1');
INSERT INTO `station_status` VALUES ('6117', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724242', '1');
INSERT INTO `station_status` VALUES ('6118', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724252', '1');
INSERT INTO `station_status` VALUES ('6119', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.2&29.5&82.1&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724277', '1');
INSERT INTO `station_status` VALUES ('6120', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724284', '1');
INSERT INTO `station_status` VALUES ('6121', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724312', '1');
INSERT INTO `station_status` VALUES ('6122', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.2&29.5&82.1&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724360', '1');
INSERT INTO `station_status` VALUES ('6123', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724366', '1');
INSERT INTO `station_status` VALUES ('6124', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724372', '1');
INSERT INTO `station_status` VALUES ('6125', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.4&82.0&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724402', '1');
INSERT INTO `station_status` VALUES ('6126', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724409', '1');
INSERT INTO `station_status` VALUES ('6127', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724432', '1');
INSERT INTO `station_status` VALUES ('6128', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&82.0&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724445', '1');
INSERT INTO `station_status` VALUES ('6129', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724491', '1');
INSERT INTO `station_status` VALUES ('6130', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724493', '1');
INSERT INTO `station_status` VALUES ('6131', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&81.9&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724528', '1');
INSERT INTO `station_status` VALUES ('6132', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724534', '1');
INSERT INTO `station_status` VALUES ('6133', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724552', '1');
INSERT INTO `station_status` VALUES ('6134', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&81.8&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724571', '1');
INSERT INTO `station_status` VALUES ('6135', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724612', '1');
INSERT INTO `station_status` VALUES ('6136', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724616', '1');
INSERT INTO `station_status` VALUES ('6137', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&81.9&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724654', '1');
INSERT INTO `station_status` VALUES ('6138', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724659', '1');
INSERT INTO `station_status` VALUES ('6139', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724672', '1');
INSERT INTO `station_status` VALUES ('6140', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&81.8&31.0&99.9&30.0&0&0&0&0\n', '1', '1431724696', '1');
INSERT INTO `station_status` VALUES ('6141', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724701', '1');
INSERT INTO `station_status` VALUES ('6142', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724732', '1');
INSERT INTO `station_status` VALUES ('6143', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.4&82.1&31.0&99.9&30.0&0&0&0&0\n', '1', '1431724780', '1');
INSERT INTO `station_status` VALUES ('6144', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724783', '1');
INSERT INTO `station_status` VALUES ('6145', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724792', '1');
INSERT INTO `station_status` VALUES ('6146', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.4&82.0&31.0&99.9&30.0&0&0&0&0\n', '1', '1431724822', '1');
INSERT INTO `station_status` VALUES ('6147', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724825', '1');
INSERT INTO `station_status` VALUES ('6148', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724852', '1');
INSERT INTO `station_status` VALUES ('6149', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&81.9&31.1&99.9&30.1&0&0&0&0\n', '1', '1431724866', '1');
INSERT INTO `station_status` VALUES ('6150', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724908', '1');
INSERT INTO `station_status` VALUES ('6151', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724912', '1');
INSERT INTO `station_status` VALUES ('6152', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&81.7&31.0&99.9&30.1&0&0&0&0\n', '1', '1431724949', '1');
INSERT INTO `station_status` VALUES ('6153', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431724951', '1');
INSERT INTO `station_status` VALUES ('6154', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431724972', '1');
INSERT INTO `station_status` VALUES ('6155', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&81.6&31.1&99.9&30.1&0&0&0&0\n', '1', '1431724991', '1');
INSERT INTO `station_status` VALUES ('6156', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725032', '1');
INSERT INTO `station_status` VALUES ('6157', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725034', '1');
INSERT INTO `station_status` VALUES ('6158', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&81.6&31.0&99.9&30.1&0&0&0&0\n', '1', '1431725075', '1');
INSERT INTO `station_status` VALUES ('6159', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725076', '1');
INSERT INTO `station_status` VALUES ('6160', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725092', '1');
INSERT INTO `station_status` VALUES ('6161', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&81.7&31.0&99.9&30.1&0&0&0&0\n', '1', '1431725117', '1');
INSERT INTO `station_status` VALUES ('6162', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725152', '1');
INSERT INTO `station_status` VALUES ('6163', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725159', '1');
INSERT INTO `station_status` VALUES ('6164', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.4&81.7&31.1&99.9&30.0&0&0&0&0\n', '1', '1431725200', '1');
INSERT INTO `station_status` VALUES ('6165', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725202', '1');
INSERT INTO `station_status` VALUES ('6166', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725212', '1');
INSERT INTO `station_status` VALUES ('6167', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.2&29.4&81.5&31.0&99.9&30.1&0&0&0&0\n', '1', '1431725243', '1');
INSERT INTO `station_status` VALUES ('6168', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725244', '1');
INSERT INTO `station_status` VALUES ('6169', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725272', '1');
INSERT INTO `station_status` VALUES ('6170', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.4&81.6&31.0&99.9&30.1&0&0&0&0\n', '1', '1431725285', '1');
INSERT INTO `station_status` VALUES ('6171', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725327', '1');
INSERT INTO `station_status` VALUES ('6172', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725332', '1');
INSERT INTO `station_status` VALUES ('6173', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725369', '1');
INSERT INTO `station_status` VALUES ('6174', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.4&81.4&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725370', '1');
INSERT INTO `station_status` VALUES ('6175', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725392', '1');
INSERT INTO `station_status` VALUES ('6176', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.3&81.4&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725412', '1');
INSERT INTO `station_status` VALUES ('6177', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725451', '1');
INSERT INTO `station_status` VALUES ('6178', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725453', '1');
INSERT INTO `station_status` VALUES ('6179', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725494', '1');
INSERT INTO `station_status` VALUES ('6180', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.4&81.0&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725497', '1');
INSERT INTO `station_status` VALUES ('6181', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725512', '1');
INSERT INTO `station_status` VALUES ('6182', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.4&81.2&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725539', '1');
INSERT INTO `station_status` VALUES ('6183', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725572', '1');
INSERT INTO `station_status` VALUES ('6184', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725576', '1');
INSERT INTO `station_status` VALUES ('6185', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.4&81.2&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725582', '1');
INSERT INTO `station_status` VALUES ('6186', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725620', '1');
INSERT INTO `station_status` VALUES ('6187', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725632', '1');
INSERT INTO `station_status` VALUES ('6188', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725662', '1');
INSERT INTO `station_status` VALUES ('6189', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.5&81.2&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725665', '1');
INSERT INTO `station_status` VALUES ('6190', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725692', '1');
INSERT INTO `station_status` VALUES ('6191', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.4&81.2&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725708', '1');
INSERT INTO `station_status` VALUES ('6192', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725744', '1');
INSERT INTO `station_status` VALUES ('6193', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725752', '1');
INSERT INTO `station_status` VALUES ('6194', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725786', '1');
INSERT INTO `station_status` VALUES ('6195', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.5&81.0&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725791', '1');
INSERT INTO `station_status` VALUES ('6196', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725812', '1');
INSERT INTO `station_status` VALUES ('6197', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.4&81.0&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725833', '1');
INSERT INTO `station_status` VALUES ('6198', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725869', '1');
INSERT INTO `station_status` VALUES ('6199', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725872', '1');
INSERT INTO `station_status` VALUES ('6200', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725911', '1');
INSERT INTO `station_status` VALUES ('6201', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&80.9&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725918', '1');
INSERT INTO `station_status` VALUES ('6202', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725932', '1');
INSERT INTO `station_status` VALUES ('6203', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.5&81.0&31.1&99.9&30.1&0&0&0&0\n', '1', '1431725960', '1');
INSERT INTO `station_status` VALUES ('6204', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431725992', '1');
INSERT INTO `station_status` VALUES ('6205', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431725993', '1');
INSERT INTO `station_status` VALUES ('6206', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&80.8&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726002', '1');
INSERT INTO `station_status` VALUES ('6207', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726035', '1');
INSERT INTO `station_status` VALUES ('6208', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726052', '1');
INSERT INTO `station_status` VALUES ('6209', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&80.7&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726087', '1');
INSERT INTO `station_status` VALUES ('6210', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726112', '1');
INSERT INTO `station_status` VALUES ('6211', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726118', '1');
INSERT INTO `station_status` VALUES ('6212', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&80.6&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726129', '1');
INSERT INTO `station_status` VALUES ('6213', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726160', '1');
INSERT INTO `station_status` VALUES ('6214', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726172', '1');
INSERT INTO `station_status` VALUES ('6215', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726203', '1');
INSERT INTO `station_status` VALUES ('6216', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&81.1&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726213', '1');
INSERT INTO `station_status` VALUES ('6217', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726232', '1');
INSERT INTO `station_status` VALUES ('6218', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&81.1&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726255', '1');
INSERT INTO `station_status` VALUES ('6219', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726285', '1');
INSERT INTO `station_status` VALUES ('6220', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726292', '1');
INSERT INTO `station_status` VALUES ('6221', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726327', '1');
INSERT INTO `station_status` VALUES ('6222', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&81.1&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726339', '1');
INSERT INTO `station_status` VALUES ('6223', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726352', '1');
INSERT INTO `station_status` VALUES ('6224', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&81.0&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726381', '1');
INSERT INTO `station_status` VALUES ('6225', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726410', '1');
INSERT INTO `station_status` VALUES ('6226', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726412', '1');
INSERT INTO `station_status` VALUES ('6227', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&80.8&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726423', '1');
INSERT INTO `station_status` VALUES ('6228', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726452', '1');
INSERT INTO `station_status` VALUES ('6229', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726472', '1');
INSERT INTO `station_status` VALUES ('6230', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.6&81.0&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726507', '1');
INSERT INTO `station_status` VALUES ('6231', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726532', '1');
INSERT INTO `station_status` VALUES ('6232', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726534', '1');
INSERT INTO `station_status` VALUES ('6233', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&81.0&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726549', '1');
INSERT INTO `station_status` VALUES ('6234', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726577', '1');
INSERT INTO `station_status` VALUES ('6235', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726592', '1');
INSERT INTO `station_status` VALUES ('6236', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&81.4&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726633', '1');
INSERT INTO `station_status` VALUES ('6237', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726652', '1');
INSERT INTO `station_status` VALUES ('6238', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&81.4&31.1&99.9&30.1&0&0&0&0\n', '1', '1431726676', '1');
INSERT INTO `station_status` VALUES ('6239', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726712', '1');
INSERT INTO `station_status` VALUES ('6240', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.4&31.1&99.9&30.2&0&0&0&0\n', '1', '1431726759', '1');
INSERT INTO `station_status` VALUES ('6241', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726772', '1');
INSERT INTO `station_status` VALUES ('6242', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.3&31.1&99.9&30.2&0&0&0&0\n', '1', '1431726802', '1');
INSERT INTO `station_status` VALUES ('6243', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726832', '1');
INSERT INTO `station_status` VALUES ('6244', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.2&31.1&99.9&30.2&0&0&0&0\n', '1', '1431726844', '1');
INSERT INTO `station_status` VALUES ('6245', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726893', '1');
INSERT INTO `station_status` VALUES ('6246', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.2&29.5&81.5&31.1&99.9&30.2&0&0&0&0\n', '1', '1431726927', '1');
INSERT INTO `station_status` VALUES ('6247', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431726952', '1');
INSERT INTO `station_status` VALUES ('6248', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431726964', '1');
INSERT INTO `station_status` VALUES ('6249', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.2&29.5&81.5&31.1&99.9&30.2&0&0&0&0\n', '1', '1431726970', '1');
INSERT INTO `station_status` VALUES ('6250', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727006', '1');
INSERT INTO `station_status` VALUES ('6251', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727012', '1');
INSERT INTO `station_status` VALUES ('6252', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.9&31.1&99.9&30.2&0&0&0&0\n', '1', '1431727053', '1');
INSERT INTO `station_status` VALUES ('6253', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727072', '1');
INSERT INTO `station_status` VALUES ('6254', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727088', '1');
INSERT INTO `station_status` VALUES ('6255', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.2&29.5&81.9&31.1&99.9&30.2&0&0&0&0\n', '1', '1431727096', '1');
INSERT INTO `station_status` VALUES ('6256', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727130', '1');
INSERT INTO `station_status` VALUES ('6257', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727132', '1');
INSERT INTO `station_status` VALUES ('6258', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727173', '1');
INSERT INTO `station_status` VALUES ('6259', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&81.8&31.1&99.9&30.2&0&0&0&0\n', '1', '1431727179', '1');
INSERT INTO `station_status` VALUES ('6260', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727192', '1');
INSERT INTO `station_status` VALUES ('6261', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.6&81.9&31.1&99.9&30.2&0&0&0&0\n', '1', '1431727221', '1');
INSERT INTO `station_status` VALUES ('6262', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727252', '1');
INSERT INTO `station_status` VALUES ('6263', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727255', '1');
INSERT INTO `station_status` VALUES ('6264', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.5&29.7&81.9&31.1&99.9&30.2&0&0&0&0\n', '1', '1431727265', '1');
INSERT INTO `station_status` VALUES ('6265', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727298', '1');
INSERT INTO `station_status` VALUES ('6266', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727311', '1');
INSERT INTO `station_status` VALUES ('6267', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&82.0&31.1&99.9&30.1&0&0&0&0\n', '1', '1431727348', '1');
INSERT INTO `station_status` VALUES ('6268', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727372', '1');
INSERT INTO `station_status` VALUES ('6269', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727380', '1');
INSERT INTO `station_status` VALUES ('6270', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.6&29.8&82.1&31.1&99.9&30.2&0&0&0&0\n', '1', '1431727391', '1');
INSERT INTO `station_status` VALUES ('6271', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727422', '1');
INSERT INTO `station_status` VALUES ('6272', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727432', '1');
INSERT INTO `station_status` VALUES ('6273', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&82.0&31.1&99.9&30.3&0&0&0&0\n', '1', '1431727474', '1');
INSERT INTO `station_status` VALUES ('6274', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727492', '1');
INSERT INTO `station_status` VALUES ('6275', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727505', '1');
INSERT INTO `station_status` VALUES ('6276', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.0&82.1&31.1&99.9&30.3&0&0&0&0\n', '1', '1431727516', '1');
INSERT INTO `station_status` VALUES ('6277', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727547', '1');
INSERT INTO `station_status` VALUES ('6278', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727552', '1');
INSERT INTO `station_status` VALUES ('6279', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.1&82.0&31.1&99.9&30.3&0&0&0&0\n', '1', '1431727600', '1');
INSERT INTO `station_status` VALUES ('6280', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727612', '1');
INSERT INTO `station_status` VALUES ('6281', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727630', '1');
INSERT INTO `station_status` VALUES ('6282', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.1&82.3&31.1&99.9&30.3&0&0&0&0\n', '1', '1431727642', '1');
INSERT INTO `station_status` VALUES ('6283', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727672', '1');
INSERT INTO `station_status` VALUES ('6284', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727673', '1');
INSERT INTO `station_status` VALUES ('6285', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&82.5&31.1&99.9&30.3&0&0&0&0\n', '1', '1431727685', '1');
INSERT INTO `station_status` VALUES ('6286', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431727715', '1');
INSERT INTO `station_status` VALUES ('6287', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431727732', '1');
INSERT INTO `station_status` VALUES ('6288', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.7&30.0&82.3&31.2&99.9&30.3&0&0&0&0\n', '1', '1431727768', '1');
INSERT INTO `station_status` VALUES ('6289', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&31.3&0&11.9&', '1', '1431737091', '1');
INSERT INTO `station_status` VALUES ('6290', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431737093', '1');
INSERT INTO `station_status` VALUES ('6291', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431737153', '1');
INSERT INTO `station_status` VALUES ('6292', '14', 'e26c70&ECAPRO&status&ARMING&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431737159', '1');
INSERT INTO `station_status` VALUES ('6293', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&81.8&28.1&99.9&27.3&0&0&0&0\n', '1', '1431737201', '1');
INSERT INTO `station_status` VALUES ('6294', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431737213', '1');
INSERT INTO `station_status` VALUES ('6295', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&81.5&28.1&99.9&27.3&0&0&0&0\n', '1', '1431737244', '1');
INSERT INTO `station_status` VALUES ('6296', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431737273', '1');
INSERT INTO `station_status` VALUES ('6297', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&81.6&28.2&99.9&27.3&0&0&0&0\n', '1', '1431737286', '1');
INSERT INTO `station_status` VALUES ('6298', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431737333', '1');
INSERT INTO `station_status` VALUES ('6299', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&80.8&28.3&99.9&27.4&0&0&0&0\n', '1', '1431737369', '1');
INSERT INTO `station_status` VALUES ('6300', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431737393', '1');
INSERT INTO `station_status` VALUES ('6301', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&80.6&28.4&99.9&27.5&0&0&0&0\n', '1', '1431737411', '1');
INSERT INTO `station_status` VALUES ('6302', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431737453', '1');
INSERT INTO `station_status` VALUES ('6303', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&80.4&28.3&99.9&27.4&0&0&0&0\n', '1', '1431737495', '1');
INSERT INTO `station_status` VALUES ('6304', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431737513', '1');
INSERT INTO `station_status` VALUES ('6305', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&80.2&28.3&99.9&27.4&0&0&0&0\n', '1', '1431737537', '1');
INSERT INTO `station_status` VALUES ('6306', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431737573', '1');
INSERT INTO `station_status` VALUES ('6307', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&80.0&28.3&99.9&27.4&0&0&0&0\n', '1', '1431737621', '1');
INSERT INTO `station_status` VALUES ('6308', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431737633', '1');
INSERT INTO `station_status` VALUES ('6309', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&80.5&28.2&99.9&27.4&0&0&0&0\n', '1', '1431737664', '1');
INSERT INTO `station_status` VALUES ('6310', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431737693', '1');
INSERT INTO `station_status` VALUES ('6311', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&80.7&28.1&99.9&27.4&0&0&0&0\n', '1', '1431737706', '1');
INSERT INTO `station_status` VALUES ('6312', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431737753', '1');
INSERT INTO `station_status` VALUES ('6313', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&81.6&28.1&99.9&27.4&0&0&0&0\n', '1', '1431737790', '1');
INSERT INTO `station_status` VALUES ('6314', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431737814', '1');
INSERT INTO `station_status` VALUES ('6315', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&81.2&28.2&99.9&27.4&0&0&0&0\n', '1', '1431737833', '1');
INSERT INTO `station_status` VALUES ('6316', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431737873', '1');
INSERT INTO `station_status` VALUES ('6317', '13', '533db2&ECAPRO&status&DISARM&0&0&0&0&0&0&0&0&0&0&0&0&0\n', '1', '1431737881', '1');
INSERT INTO `station_status` VALUES ('6318', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.1&27.4&80.3&28.3&99.9&27.4&0&0&0&0\n', '1', '1431737917', '1');
INSERT INTO `station_status` VALUES ('6319', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431737923', '1');
INSERT INTO `station_status` VALUES ('6320', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431737933', '1');
INSERT INTO `station_status` VALUES ('6321', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.1&27.4&79.7&28.5&99.9&27.4&0&0&0&0\n', '1', '1431737960', '1');
INSERT INTO `station_status` VALUES ('6322', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431737993', '1');
INSERT INTO `station_status` VALUES ('6323', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.1&27.4&79.4&28.5&99.9&27.4&0&0&0&0\n', '1', '1431738003', '1');
INSERT INTO `station_status` VALUES ('6324', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738006', '1');
INSERT INTO `station_status` VALUES ('6325', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738048', '1');
INSERT INTO `station_status` VALUES ('6326', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738053', '1');
INSERT INTO `station_status` VALUES ('6327', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.4&79.7&28.3&99.9&27.4&0&0&0&0\n', '1', '1431738086', '1');
INSERT INTO `station_status` VALUES ('6328', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738113', '1');
INSERT INTO `station_status` VALUES ('6329', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&80.1&28.3&99.9&27.4&0&0&0&0\n', '1', '1431738128', '1');
INSERT INTO `station_status` VALUES ('6330', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738130', '1');
INSERT INTO `station_status` VALUES ('6331', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738172', '1');
INSERT INTO `station_status` VALUES ('6332', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431738174', '1');
INSERT INTO `station_status` VALUES ('6333', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&80.4&28.3&99.9&27.4&0&0&0&0\n', '1', '1431738212', '1');
INSERT INTO `station_status` VALUES ('6334', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431738233', '1');
INSERT INTO `station_status` VALUES ('6335', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738255', '1');
INSERT INTO `station_status` VALUES ('6336', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&80.4&28.3&99.9&27.4&0&0&0&0\n', '1', '1431738257', '1');
INSERT INTO `station_status` VALUES ('6337', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738293', '1');
INSERT INTO `station_status` VALUES ('6338', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738297', '1');
INSERT INTO `station_status` VALUES ('6339', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738339', '1');
INSERT INTO `station_status` VALUES ('6340', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.4&80.0&28.2&99.9&27.4&0&0&0&0\n', '1', '1431738340', '1');
INSERT INTO `station_status` VALUES ('6341', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738353', '1');
INSERT INTO `station_status` VALUES ('6342', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.4&79.9&28.1&99.9&27.4&0&0&0&0\n', '1', '1431738383', '1');
INSERT INTO `station_status` VALUES ('6343', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738413', '1');
INSERT INTO `station_status` VALUES ('6344', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738423', '1');
INSERT INTO `station_status` VALUES ('6345', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.4&80.0&28.1&99.9&27.3&0&0&0&0\n', '1', '1431738425', '1');
INSERT INTO `station_status` VALUES ('6346', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738465', '1');
INSERT INTO `station_status` VALUES ('6347', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738473', '1');
INSERT INTO `station_status` VALUES ('6348', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.4&80.5&28.0&99.9&27.3&0&0&0&0\n', '1', '1431738508', '1');
INSERT INTO `station_status` VALUES ('6349', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738533', '1');
INSERT INTO `station_status` VALUES ('6350', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738547', '1');
INSERT INTO `station_status` VALUES ('6351', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&80.6&28.0&99.9&27.3&0&0&0&0\n', '1', '1431738551', '1');
INSERT INTO `station_status` VALUES ('6352', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738590', '1');
INSERT INTO `station_status` VALUES ('6353', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738593', '1');
INSERT INTO `station_status` VALUES ('6354', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&80.7&28.0&99.9&27.3&0&0&0&0\n', '1', '1431738634', '1');
INSERT INTO `station_status` VALUES ('6355', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738653', '1');
INSERT INTO `station_status` VALUES ('6356', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738672', '1');
INSERT INTO `station_status` VALUES ('6357', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&80.3&28.0&99.9&27.3&0&0&0&0\n', '1', '1431738676', '1');
INSERT INTO `station_status` VALUES ('6358', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738713', '1');
INSERT INTO `station_status` VALUES ('6359', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738714', '1');
INSERT INTO `station_status` VALUES ('6360', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738756', '1');
INSERT INTO `station_status` VALUES ('6361', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&80.8&28.0&99.9&27.3&0&0&0&0\n', '1', '1431738760', '1');
INSERT INTO `station_status` VALUES ('6362', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738773', '1');
INSERT INTO `station_status` VALUES ('6363', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&80.9&28.0&99.9&27.3&0&0&0&0\n', '1', '1431738802', '1');
INSERT INTO `station_status` VALUES ('6364', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738833', '1');
INSERT INTO `station_status` VALUES ('6365', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738839', '1');
INSERT INTO `station_status` VALUES ('6366', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&80.7&28.0&99.9&27.3&0&0&0&0\n', '1', '1431738845', '1');
INSERT INTO `station_status` VALUES ('6367', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738881', '1');
INSERT INTO `station_status` VALUES ('6368', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738893', '1');
INSERT INTO `station_status` VALUES ('6369', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&81.2&28.0&99.9&27.3&0&0&0&0\n', '1', '1431738928', '1');
INSERT INTO `station_status` VALUES ('6370', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431738953', '1');
INSERT INTO `station_status` VALUES ('6371', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431738964', '1');
INSERT INTO `station_status` VALUES ('6372', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&81.5&28.0&99.9&27.3&0&0&0&0\n', '1', '1431738971', '1');
INSERT INTO `station_status` VALUES ('6373', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739008', '1');
INSERT INTO `station_status` VALUES ('6374', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739013', '1');
INSERT INTO `station_status` VALUES ('6375', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&81.5&28.0&99.9&27.3&0&0&0&0\n', '1', '1431739054', '1');
INSERT INTO `station_status` VALUES ('6376', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739073', '1');
INSERT INTO `station_status` VALUES ('6377', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739091', '1');
INSERT INTO `station_status` VALUES ('6378', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&81.5&28.0&99.9&27.3&0&0&0&0\n', '1', '1431739097', '1');
INSERT INTO `station_status` VALUES ('6379', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739133', '1');
INSERT INTO `station_status` VALUES ('6380', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739134', '1');
INSERT INTO `station_status` VALUES ('6381', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&82.2&28.0&99.9&27.3&0&0&0&0\n', '1', '1431739180', '1');
INSERT INTO `station_status` VALUES ('6382', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739193', '1');
INSERT INTO `station_status` VALUES ('6383', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739215', '1');
INSERT INTO `station_status` VALUES ('6384', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&82.2&28.0&99.9&27.3&0&0&0&0\n', '1', '1431739222', '1');
INSERT INTO `station_status` VALUES ('6385', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739253', '1');
INSERT INTO `station_status` VALUES ('6386', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739257', '1');
INSERT INTO `station_status` VALUES ('6387', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&82.2&28.0&99.9&27.3&0&0&0&0\n', '1', '1431739265', '1');
INSERT INTO `station_status` VALUES ('6388', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739299', '1');
INSERT INTO `station_status` VALUES ('6389', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739313', '1');
INSERT INTO `station_status` VALUES ('6390', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&81.7&28.0&99.9&27.3&0&0&0&0\n', '1', '1431739348', '1');
INSERT INTO `station_status` VALUES ('6391', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739373', '1');
INSERT INTO `station_status` VALUES ('6392', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739382', '1');
INSERT INTO `station_status` VALUES ('6393', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&81.6&28.0&99.9&27.3&0&0&0&0\n', '1', '1431739390', '1');
INSERT INTO `station_status` VALUES ('6394', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739424', '1');
INSERT INTO `station_status` VALUES ('6395', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739433', '1');
INSERT INTO `station_status` VALUES ('6396', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&81.8&28.0&99.9&27.3&0&0&0&0\n', '1', '1431739475', '1');
INSERT INTO `station_status` VALUES ('6397', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739507', '1');
INSERT INTO `station_status` VALUES ('6398', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739513', '1');
INSERT INTO `station_status` VALUES ('6399', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.3&81.9&28.0&99.9&27.3&0&0&0&0\n', '1', '1431739517', '1');
INSERT INTO `station_status` VALUES ('6400', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431739534', '1');
INSERT INTO `station_status` VALUES ('6401', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739548', '1');
INSERT INTO `station_status` VALUES ('6402', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739594', '1');
INSERT INTO `station_status` VALUES ('6403', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.4&81.0&28.1&99.9&27.3&0&0&0&0\n', '1', '1431739601', '1');
INSERT INTO `station_status` VALUES ('6404', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739632', '1');
INSERT INTO `station_status` VALUES ('6405', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.0&27.4&80.9&28.2&99.9&27.3&0&0&0&0\n', '1', '1431739643', '1');
INSERT INTO `station_status` VALUES ('6406', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739654', '1');
INSERT INTO `station_status` VALUES ('6407', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739675', '1');
INSERT INTO `station_status` VALUES ('6408', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.4&80.8&28.2&99.9&27.3&0&0&0&0\n', '1', '1431739685', '1');
INSERT INTO `station_status` VALUES ('6409', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739714', '1');
INSERT INTO `station_status` VALUES ('6410', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739717', '1');
INSERT INTO `station_status` VALUES ('6411', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.1&27.4&80.7&28.2&99.9&27.4&0&0&0&0\n', '1', '1431739769', '1');
INSERT INTO `station_status` VALUES ('6412', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739774', '1');
INSERT INTO `station_status` VALUES ('6413', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739799', '1');
INSERT INTO `station_status` VALUES ('6414', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&81.3&28.2&99.9&27.4&0&0&0&0\n', '1', '1431739811', '1');
INSERT INTO `station_status` VALUES ('6415', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.4&0&11.9&', '1', '1431739834', '1');
INSERT INTO `station_status` VALUES ('6416', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739841', '1');
INSERT INTO `station_status` VALUES ('6417', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431739894', '1');
INSERT INTO `station_status` VALUES ('6418', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.1&27.4&81.1&28.2&99.9&27.4&0&0&0&0\n', '1', '1431739896', '1');
INSERT INTO `station_status` VALUES ('6419', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739924', '1');
INSERT INTO `station_status` VALUES ('6420', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.0&27.3&81.3&28.2&99.9&27.4&0&0&0&0\n', '1', '1431739938', '1');
INSERT INTO `station_status` VALUES ('6421', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431739954', '1');
INSERT INTO `station_status` VALUES ('6422', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431739965', '1');
INSERT INTO `station_status` VALUES ('6423', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431740014', '1');
INSERT INTO `station_status` VALUES ('6424', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.1&27.5&81.1&28.3&99.9&27.5&0&0&0&0\n', '1', '1431740021', '1');
INSERT INTO `station_status` VALUES ('6425', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740048', '1');
INSERT INTO `station_status` VALUES ('6426', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.3&27.6&81.0&28.4&99.9&27.5&0&0&0&0\n', '1', '1431740065', '1');
INSERT INTO `station_status` VALUES ('6427', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431740075', '1');
INSERT INTO `station_status` VALUES ('6428', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740090', '1');
INSERT INTO `station_status` VALUES ('6429', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.4&27.6&80.7&28.6&99.9&27.6&0&0&0&0\n', '1', '1431740107', '1');
INSERT INTO `station_status` VALUES ('6430', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431740134', '1');
INSERT INTO `station_status` VALUES ('6431', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740172', '1');
INSERT INTO `station_status` VALUES ('6432', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.6&27.8&80.3&28.8&99.9&27.8&0&0&0&0\n', '1', '1431740190', '1');
INSERT INTO `station_status` VALUES ('6433', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431740194', '1');
INSERT INTO `station_status` VALUES ('6434', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740216', '1');
INSERT INTO `station_status` VALUES ('6435', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.6&27.8&80.1&28.8&99.9&27.8&0&0&0&0\n', '1', '1431740233', '1');
INSERT INTO `station_status` VALUES ('6436', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431740254', '1');
INSERT INTO `station_status` VALUES ('6437', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740258', '1');
INSERT INTO `station_status` VALUES ('6438', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740314', '1');
INSERT INTO `station_status` VALUES ('6439', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.8&28.0&79.7&29.0&99.9&28.0&0&0&0&0\n', '1', '1431740316', '1');
INSERT INTO `station_status` VALUES ('6440', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740340', '1');
INSERT INTO `station_status` VALUES ('6441', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.7&28.0&79.2&29.0&99.9&28.0&0&0&0&0\n', '1', '1431740358', '1');
INSERT INTO `station_status` VALUES ('6442', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740374', '1');
INSERT INTO `station_status` VALUES ('6443', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740382', '1');
INSERT INTO `station_status` VALUES ('6444', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.7&27.9&78.9&29.1&99.9&28.1&0&0&0&0\n', '1', '1431740401', '1');
INSERT INTO `station_status` VALUES ('6445', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740434', '1');
INSERT INTO `station_status` VALUES ('6446', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740465', '1');
INSERT INTO `station_status` VALUES ('6447', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.8&28.1&78.7&29.1&99.9&28.1&0&0&0&0\n', '1', '1431740484', '1');
INSERT INTO `station_status` VALUES ('6448', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740494', '1');
INSERT INTO `station_status` VALUES ('6449', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740507', '1');
INSERT INTO `station_status` VALUES ('6450', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&29.6&0&11.8&', '1', '1431740514', '1');
INSERT INTO `station_status` VALUES ('6451', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&27.9&28.1&78.4&29.2&99.9&28.1&0&0&0&0\n', '1', '1431740526', '1');
INSERT INTO `station_status` VALUES ('6452', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740554', '1');
INSERT INTO `station_status` VALUES ('6453', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740589', '1');
INSERT INTO `station_status` VALUES ('6454', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.0&28.1&77.8&29.3&99.9&28.2&0&0&0&0\n', '1', '1431740610', '1');
INSERT INTO `station_status` VALUES ('6455', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740615', '1');
INSERT INTO `station_status` VALUES ('6456', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740631', '1');
INSERT INTO `station_status` VALUES ('6457', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.0&28.1&77.8&29.2&99.9&28.2&0&0&0&0\n', '1', '1431740653', '1');
INSERT INTO `station_status` VALUES ('6458', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740674', '1');
INSERT INTO `station_status` VALUES ('6459', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740714', '1');
INSERT INTO `station_status` VALUES ('6460', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740734', '1');
INSERT INTO `station_status` VALUES ('6461', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.1&28.3&78.0&29.3&99.9&28.3&0&0&0&0\n', '1', '1431740736', '1');
INSERT INTO `station_status` VALUES ('6462', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740755', '1');
INSERT INTO `station_status` VALUES ('6463', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.1&28.3&77.8&29.3&99.9&28.3&0&0&0&0\n', '1', '1431740779', '1');
INSERT INTO `station_status` VALUES ('6464', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740794', '1');
INSERT INTO `station_status` VALUES ('6465', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740798', '1');
INSERT INTO `station_status` VALUES ('6466', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.3&77.8&29.3&99.9&28.4&0&0&0&0\n', '1', '1431740821', '1');
INSERT INTO `station_status` VALUES ('6467', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740854', '1');
INSERT INTO `station_status` VALUES ('6468', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740880', '1');
INSERT INTO `station_status` VALUES ('6469', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.4&77.7&29.3&99.9&28.4&0&0&0&0\n', '1', '1431740904', '1');
INSERT INTO `station_status` VALUES ('6470', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740914', '1');
INSERT INTO `station_status` VALUES ('6471', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431740922', '1');
INSERT INTO `station_status` VALUES ('6472', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.4&77.3&29.3&99.9&28.4&0&0&0&0\n', '1', '1431740946', '1');
INSERT INTO `station_status` VALUES ('6473', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431740974', '1');
INSERT INTO `station_status` VALUES ('6474', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741005', '1');
INSERT INTO `station_status` VALUES ('6475', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&77.8&29.3&99.9&28.5&0&0&0&0\n', '1', '1431741030', '1');
INSERT INTO `station_status` VALUES ('6476', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431741034', '1');
INSERT INTO `station_status` VALUES ('6477', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741047', '1');
INSERT INTO `station_status` VALUES ('6478', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&77.4&29.4&99.7&28.5&0&0&0&0\n', '1', '1431741072', '1');
INSERT INTO `station_status` VALUES ('6479', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431741094', '1');
INSERT INTO `station_status` VALUES ('6480', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741129', '1');
INSERT INTO `station_status` VALUES ('6481', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431741155', '1');
INSERT INTO `station_status` VALUES ('6482', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.5&76.8&29.4&98.8&28.5&0&0&0&0\n', '1', '1431741156', '1');
INSERT INTO `station_status` VALUES ('6483', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741171', '1');
INSERT INTO `station_status` VALUES ('6484', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&76.7&29.4&98.7&28.5&0&0&0&0\n', '1', '1431741198', '1');
INSERT INTO `station_status` VALUES ('6485', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431741214', '1');
INSERT INTO `station_status` VALUES ('6486', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741253', '1');
INSERT INTO `station_status` VALUES ('6487', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.7&0&11.9&', '1', '1431741274', '1');
INSERT INTO `station_status` VALUES ('6488', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&76.3&29.5&98.1&28.5&0&0&0&0\n', '1', '1431741282', '1');
INSERT INTO `station_status` VALUES ('6489', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741295', '1');
INSERT INTO `station_status` VALUES ('6490', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.5&76.1&29.5&98.0&28.5&0&0&0&0\n', '1', '1431741325', '1');
INSERT INTO `station_status` VALUES ('6491', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.7&0&11.9&', '1', '1431741335', '1');
INSERT INTO `station_status` VALUES ('6492', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741338', '1');
INSERT INTO `station_status` VALUES ('6493', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.3&76.2&29.5&98.1&28.5&0&0&0&0\n', '1', '1431741367', '1');
INSERT INTO `station_status` VALUES ('6494', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.7&0&11.8&', '1', '1431741394', '1');
INSERT INTO `station_status` VALUES ('6495', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741421', '1');
INSERT INTO `station_status` VALUES ('6496', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.0&28.3&75.9&29.4&97.8&28.5&0&0&0&0\n', '1', '1431741450', '1');
INSERT INTO `station_status` VALUES ('6497', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.7&0&11.9&', '1', '1431741454', '1');
INSERT INTO `station_status` VALUES ('6498', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741463', '1');
INSERT INTO `station_status` VALUES ('6499', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.8&28.2&75.9&29.4&97.6&28.5&0&0&0&0\n', '1', '1431741492', '1');
INSERT INTO `station_status` VALUES ('6500', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.7&0&11.8&', '1', '1431741514', '1');
INSERT INTO `station_status` VALUES ('6501', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741545', '1');
INSERT INTO `station_status` VALUES ('6502', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.7&0&11.9&', '1', '1431741574', '1');
INSERT INTO `station_status` VALUES ('6503', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.8&28.1&75.6&29.3&97.1&28.4&0&0&0&0\n', '1', '1431741576', '1');
INSERT INTO `station_status` VALUES ('6504', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741587', '1');
INSERT INTO `station_status` VALUES ('6505', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.7&28.1&75.7&29.4&97.6&28.4&0&0&0&0\n', '1', '1431741618', '1');
INSERT INTO `station_status` VALUES ('6506', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.7&0&11.9&', '1', '1431741634', '1');
INSERT INTO `station_status` VALUES ('6507', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741670', '1');
INSERT INTO `station_status` VALUES ('6508', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.7&0&11.9&', '1', '1431741694', '1');
INSERT INTO `station_status` VALUES ('6509', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.7&28.0&75.3&29.4&97.7&28.3&0&0&0&0\n', '1', '1431741701', '1');
INSERT INTO `station_status` VALUES ('6510', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741712', '1');
INSERT INTO `station_status` VALUES ('6511', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.7&28.0&75.3&29.3&97.6&28.3&0&0&0&0\n', '1', '1431741744', '1');
INSERT INTO `station_status` VALUES ('6512', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.7&0&11.8&', '1', '1431741754', '1');
INSERT INTO `station_status` VALUES ('6513', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&27.8&28.1&75.6&29.3&98.0&28.3&0&0&0&0\n', '1', '1431741786', '1');
INSERT INTO `station_status` VALUES ('6514', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741794', '1');
INSERT INTO `station_status` VALUES ('6515', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431741814', '1');
INSERT INTO `station_status` VALUES ('6516', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741836', '1');
INSERT INTO `station_status` VALUES ('6517', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.0&28.2&75.5&29.3&97.7&28.3&0&0&0&0\n', '1', '1431741871', '1');
INSERT INTO `station_status` VALUES ('6518', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431741874', '1');
INSERT INTO `station_status` VALUES ('6519', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741878', '1');
INSERT INTO `station_status` VALUES ('6520', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.0&28.3&75.6&29.3&97.7&28.3&0&0&0&0\n', '1', '1431741913', '1');
INSERT INTO `station_status` VALUES ('6521', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431741934', '1');
INSERT INTO `station_status` VALUES ('6522', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431741960', '1');
INSERT INTO `station_status` VALUES ('6523', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431741995', '1');
INSERT INTO `station_status` VALUES ('6524', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.3&76.1&29.2&97.6&28.3&0&0&0&0\n', '1', '1431741996', '1');
INSERT INTO `station_status` VALUES ('6525', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742004', '1');
INSERT INTO `station_status` VALUES ('6526', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.0&28.3&76.2&29.1&97.7&28.3&0&0&0&0\n', '1', '1431742038', '1');
INSERT INTO `station_status` VALUES ('6527', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431742054', '1');
INSERT INTO `station_status` VALUES ('6528', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.0&28.3&76.4&29.2&97.8&28.3&0&0&0&0\n', '1', '1431742081', '1');
INSERT INTO `station_status` VALUES ('6529', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742086', '1');
INSERT INTO `station_status` VALUES ('6530', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431742114', '1');
INSERT INTO `station_status` VALUES ('6531', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742128', '1');
INSERT INTO `station_status` VALUES ('6532', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.0&28.3&76.3&29.2&97.5&28.3&0&0&0&0\n', '1', '1431742164', '1');
INSERT INTO `station_status` VALUES ('6533', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431742175', '1');
INSERT INTO `station_status` VALUES ('6534', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.0&28.2&76.2&29.2&97.4&28.3&0&0&0&0\n', '1', '1431742206', '1');
INSERT INTO `station_status` VALUES ('6535', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742211', '1');
INSERT INTO `station_status` VALUES ('6536', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431742234', '1');
INSERT INTO `station_status` VALUES ('6537', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742253', '1');
INSERT INTO `station_status` VALUES ('6538', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.0&28.3&76.6&29.1&97.9&28.3&0&0&0&0\n', '1', '1431742290', '1');
INSERT INTO `station_status` VALUES ('6539', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431742294', '1');
INSERT INTO `station_status` VALUES ('6540', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.0&28.3&76.9&29.1&98.1&28.3&0&0&0&0\n', '1', '1431742332', '1');
INSERT INTO `station_status` VALUES ('6541', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742335', '1');
INSERT INTO `station_status` VALUES ('6542', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431742354', '1');
INSERT INTO `station_status` VALUES ('6543', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742377', '1');
INSERT INTO `station_status` VALUES ('6544', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431742414', '1');
INSERT INTO `station_status` VALUES ('6545', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.1&28.4&76.0&29.3&97.2&28.3&0&0&0&0\n', '1', '1431742415', '1');
INSERT INTO `station_status` VALUES ('6546', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742419', '1');
INSERT INTO `station_status` VALUES ('6547', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.1&28.4&76.3&29.2&97.2&28.3&0&0&0&0\n', '1', '1431742459', '1');
INSERT INTO `station_status` VALUES ('6548', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431742475', '1');
INSERT INTO `station_status` VALUES ('6549', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.4&76.4&29.2&97.5&28.3&0&0&0&0\n', '1', '1431742501', '1');
INSERT INTO `station_status` VALUES ('6550', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742502', '1');
INSERT INTO `station_status` VALUES ('6551', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431742534', '1');
INSERT INTO `station_status` VALUES ('6552', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742545', '1');
INSERT INTO `station_status` VALUES ('6553', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.5&76.2&29.1&96.8&28.3&0&0&0&0\n', '1', '1431742584', '1');
INSERT INTO `station_status` VALUES ('6554', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431742594', '1');
INSERT INTO `station_status` VALUES ('6555', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.5&76.6&29.1&96.9&28.3&0&0&0&0\n', '1', '1431742626', '1');
INSERT INTO `station_status` VALUES ('6556', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742628', '1');
INSERT INTO `station_status` VALUES ('6557', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431742654', '1');
INSERT INTO `station_status` VALUES ('6558', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742670', '1');
INSERT INTO `station_status` VALUES ('6559', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.5&76.9&29.1&97.3&28.3&0&0&0&0\n', '1', '1431742710', '1');
INSERT INTO `station_status` VALUES ('6560', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431742714', '1');
INSERT INTO `station_status` VALUES ('6561', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742752', '1');
INSERT INTO `station_status` VALUES ('6562', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.5&76.8&29.1&97.1&28.4&0&0&0&0\n', '1', '1431742753', '1');
INSERT INTO `station_status` VALUES ('6563', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431742774', '1');
INSERT INTO `station_status` VALUES ('6564', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742794', '1');
INSERT INTO `station_status` VALUES ('6565', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431742834', '1');
INSERT INTO `station_status` VALUES ('6566', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742836', '1');
INSERT INTO `station_status` VALUES ('6567', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&76.4&29.1&96.3&28.3&0&0&0&0\n', '1', '1431742837', '1');
INSERT INTO `station_status` VALUES ('6568', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&76.6&29.1&95.9&28.3&0&0&0&0\n', '1', '1431742880', '1');
INSERT INTO `station_status` VALUES ('6569', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431742894', '1');
INSERT INTO `station_status` VALUES ('6570', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742918', '1');
INSERT INTO `station_status` VALUES ('6571', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&76.7&29.0&95.9&28.3&0&0&0&0\n', '1', '1431742922', '1');
INSERT INTO `station_status` VALUES ('6572', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431742954', '1');
INSERT INTO `station_status` VALUES ('6573', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431742960', '1');
INSERT INTO `station_status` VALUES ('6574', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.5&77.2&29.0&96.3&28.3&0&0&0&0\n', '1', '1431743005', '1');
INSERT INTO `station_status` VALUES ('6575', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431743014', '1');
INSERT INTO `station_status` VALUES ('6576', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743043', '1');
INSERT INTO `station_status` VALUES ('6577', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.5&77.4&29.0&96.8&28.3&0&0&0&0\n', '1', '1431743049', '1');
INSERT INTO `station_status` VALUES ('6578', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431743074', '1');
INSERT INTO `station_status` VALUES ('6579', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743085', '1');
INSERT INTO `station_status` VALUES ('6580', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&77.7&29.0&97.0&28.3&0&0&0&0\n', '1', '1431743132', '1');
INSERT INTO `station_status` VALUES ('6581', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431743134', '1');
INSERT INTO `station_status` VALUES ('6582', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743167', '1');
INSERT INTO `station_status` VALUES ('6583', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&77.7&29.0&97.0&28.3&0&0&0&0\n', '1', '1431743174', '1');
INSERT INTO `station_status` VALUES ('6584', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431743194', '1');
INSERT INTO `station_status` VALUES ('6585', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743210', '1');
INSERT INTO `station_status` VALUES ('6586', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431743254', '1');
INSERT INTO `station_status` VALUES ('6587', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&77.8&29.0&97.3&28.4&0&0&0&0\n', '1', '1431743258', '1');
INSERT INTO `station_status` VALUES ('6588', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743292', '1');
INSERT INTO `station_status` VALUES ('6589', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&77.9&29.0&97.2&28.4&0&0&0&0\n', '1', '1431743300', '1');
INSERT INTO `station_status` VALUES ('6590', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431743314', '1');
INSERT INTO `station_status` VALUES ('6591', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743334', '1');
INSERT INTO `station_status` VALUES ('6592', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.1&29.0&97.2&28.5&0&0&0&0\n', '1', '1431743342', '1');
INSERT INTO `station_status` VALUES ('6593', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431743374', '1');
INSERT INTO `station_status` VALUES ('6594', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743376', '1');
INSERT INTO `station_status` VALUES ('6595', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.5&29.0&97.3&28.5&0&0&0&0\n', '1', '1431743426', '1');
INSERT INTO `station_status` VALUES ('6596', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431743434', '1');
INSERT INTO `station_status` VALUES ('6597', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743458', '1');
INSERT INTO `station_status` VALUES ('6598', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&78.8&29.0&97.3&28.5&0&0&0&0\n', '1', '1431743468', '1');
INSERT INTO `station_status` VALUES ('6599', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431743494', '1');
INSERT INTO `station_status` VALUES ('6600', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743500', '1');
INSERT INTO `station_status` VALUES ('6601', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.6&79.4&29.0&97.7&28.6&0&0&0&0\n', '1', '1431743552', '1');
INSERT INTO `station_status` VALUES ('6602', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431743554', '1');
INSERT INTO `station_status` VALUES ('6603', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743583', '1');
INSERT INTO `station_status` VALUES ('6604', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&79.4&29.0&97.6&28.6&0&0&0&0\n', '1', '1431743594', '1');
INSERT INTO `station_status` VALUES ('6605', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431743614', '1');
INSERT INTO `station_status` VALUES ('6606', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743625', '1');
INSERT INTO `station_status` VALUES ('6607', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431743674', '1');
INSERT INTO `station_status` VALUES ('6608', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&79.1&29.0&96.5&28.6&0&0&0&0\n', '1', '1431743678', '1');
INSERT INTO `station_status` VALUES ('6609', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743707', '1');
INSERT INTO `station_status` VALUES ('6610', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&79.0&29.0&96.1&28.6&0&0&0&0\n', '1', '1431743720', '1');
INSERT INTO `station_status` VALUES ('6611', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431743734', '1');
INSERT INTO `station_status` VALUES ('6612', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743749', '1');
INSERT INTO `station_status` VALUES ('6613', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&79.0&29.0&96.2&28.6&0&0&0&0\n', '1', '1431743763', '1');
INSERT INTO `station_status` VALUES ('6614', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431743794', '1');
INSERT INTO `station_status` VALUES ('6615', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743833', '1');
INSERT INTO `station_status` VALUES ('6616', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&78.5&28.9&96.1&28.5&0&0&0&0\n', '1', '1431743846', '1');
INSERT INTO `station_status` VALUES ('6617', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431743854', '1');
INSERT INTO `station_status` VALUES ('6618', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743875', '1');
INSERT INTO `station_status` VALUES ('6619', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&78.4&28.9&95.6&28.6&0&0&0&0\n', '1', '1431743888', '1');
INSERT INTO `station_status` VALUES ('6620', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431743914', '1');
INSERT INTO `station_status` VALUES ('6621', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743917', '1');
INSERT INTO `station_status` VALUES ('6622', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.0&28.3&78.0&28.9&95.0&28.6&0&0&0&0\n', '1', '1431743972', '1');
INSERT INTO `station_status` VALUES ('6623', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431743974', '1');
INSERT INTO `station_status` VALUES ('6624', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431743999', '1');
INSERT INTO `station_status` VALUES ('6625', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.3&77.9&28.9&94.8&28.6&0&0&0&0\n', '1', '1431744014', '1');
INSERT INTO `station_status` VALUES ('6626', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431744034', '1');
INSERT INTO `station_status` VALUES ('6627', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744041', '1');
INSERT INTO `station_status` VALUES ('6628', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744094', '1');
INSERT INTO `station_status` VALUES ('6629', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.3&77.6&28.9&94.1&28.6&0&0&0&0\n', '1', '1431744098', '1');
INSERT INTO `station_status` VALUES ('6630', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744124', '1');
INSERT INTO `station_status` VALUES ('6631', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&77.5&28.9&94.0&28.5&0&0&0&0\n', '1', '1431744140', '1');
INSERT INTO `station_status` VALUES ('6632', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744154', '1');
INSERT INTO `station_status` VALUES ('6633', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744166', '1');
INSERT INTO `station_status` VALUES ('6634', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.4&77.5&28.9&93.7&28.5&0&0&0&0\n', '1', '1431744182', '1');
INSERT INTO `station_status` VALUES ('6635', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744214', '1');
INSERT INTO `station_status` VALUES ('6636', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744248', '1');
INSERT INTO `station_status` VALUES ('6637', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&77.5&28.8&93.6&28.5&0&0&0&0\n', '1', '1431744267', '1');
INSERT INTO `station_status` VALUES ('6638', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431744274', '1');
INSERT INTO `station_status` VALUES ('6639', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744290', '1');
INSERT INTO `station_status` VALUES ('6640', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&77.5&28.8&94.0&28.5&0&0&0&0\n', '1', '1431744309', '1');
INSERT INTO `station_status` VALUES ('6641', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744334', '1');
INSERT INTO `station_status` VALUES ('6642', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744373', '1');
INSERT INTO `station_status` VALUES ('6643', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.3&77.8&28.8&94.2&28.5&0&0&0&0\n', '1', '1431744392', '1');
INSERT INTO `station_status` VALUES ('6644', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431744394', '1');
INSERT INTO `station_status` VALUES ('6645', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744415', '1');
INSERT INTO `station_status` VALUES ('6646', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.3&77.8&28.8&94.3&28.5&0&0&0&0\n', '1', '1431744434', '1');
INSERT INTO `station_status` VALUES ('6647', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431744454', '1');
INSERT INTO `station_status` VALUES ('6648', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744457', '1');
INSERT INTO `station_status` VALUES ('6649', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744540', '1');
INSERT INTO `station_status` VALUES ('6650', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744554', '1');
INSERT INTO `station_status` VALUES ('6651', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&78.1&28.8&94.7&28.5&0&0&0&0\n', '1', '1431744569', '1');
INSERT INTO `station_status` VALUES ('6652', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744575', '1');
INSERT INTO `station_status` VALUES ('6653', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744581', '1');
INSERT INTO `station_status` VALUES ('6654', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.5&78.0&28.8&94.5&28.5&0&0&0&0\n', '1', '1431744611', '1');
INSERT INTO `station_status` VALUES ('6655', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.9&', '1', '1431744635', '1');
INSERT INTO `station_status` VALUES ('6656', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744664', '1');
INSERT INTO `station_status` VALUES ('6657', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&78.3&28.7&94.6&28.5&0&0&0&0\n', '1', '1431744694', '1');
INSERT INTO `station_status` VALUES ('6658', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744696', '1');
INSERT INTO `station_status` VALUES ('6659', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744706', '1');
INSERT INTO `station_status` VALUES ('6660', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.4&78.5&28.7&94.9&28.5&0&0&0&0\n', '1', '1431744737', '1');
INSERT INTO `station_status` VALUES ('6661', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744755', '1');
INSERT INTO `station_status` VALUES ('6662', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744789', '1');
INSERT INTO `station_status` VALUES ('6663', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744815', '1');
INSERT INTO `station_status` VALUES ('6664', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.5&78.6&28.7&94.9&28.5&0&0&0&0\n', '1', '1431744820', '1');
INSERT INTO `station_status` VALUES ('6665', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744831', '1');
INSERT INTO `station_status` VALUES ('6666', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.7&28.7&94.9&28.5&0&0&0&0\n', '1', '1431744863', '1');
INSERT INTO `station_status` VALUES ('6667', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744876', '1');
INSERT INTO `station_status` VALUES ('6668', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.4&28.8&94.3&28.5&0&0&0&0\n', '1', '1431744906', '1');
INSERT INTO `station_status` VALUES ('6669', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744913', '1');
INSERT INTO `station_status` VALUES ('6670', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744935', '1');
INSERT INTO `station_status` VALUES ('6671', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744955', '1');
INSERT INTO `station_status` VALUES ('6672', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&77.9&28.8&93.5&28.5&0&0&0&0\n', '1', '1431744989', '1');
INSERT INTO `station_status` VALUES ('6673', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431744995', '1');
INSERT INTO `station_status` VALUES ('6674', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431744998', '1');
INSERT INTO `station_status` VALUES ('6675', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.2&28.7&93.5&28.5&0&0&0&0\n', '1', '1431745031', '1');
INSERT INTO `station_status` VALUES ('6676', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745055', '1');
INSERT INTO `station_status` VALUES ('6677', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745080', '1');
INSERT INTO `station_status` VALUES ('6678', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.7&28.7&94.4&28.5&0&0&0&0\n', '1', '1431745114', '1');
INSERT INTO `station_status` VALUES ('6679', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745116', '1');
INSERT INTO `station_status` VALUES ('6680', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745122', '1');
INSERT INTO `station_status` VALUES ('6681', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.4&28.8&94.1&28.5&0&0&0&0\n', '1', '1431745159', '1');
INSERT INTO `station_status` VALUES ('6682', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431745175', '1');
INSERT INTO `station_status` VALUES ('6683', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.1&28.8&93.6&28.5&0&0&0&0\n', '1', '1431745201', '1');
INSERT INTO `station_status` VALUES ('6684', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745204', '1');
INSERT INTO `station_status` VALUES ('6685', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745235', '1');
INSERT INTO `station_status` VALUES ('6686', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745246', '1');
INSERT INTO `station_status` VALUES ('6687', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.0&28.8&93.3&28.6&0&0&0&0\n', '1', '1431745284', '1');
INSERT INTO `station_status` VALUES ('6688', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.9&', '1', '1431745315', '1');
INSERT INTO `station_status` VALUES ('6689', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&77.9&28.9&93.3&28.6&0&0&0&0\n', '1', '1431745327', '1');
INSERT INTO `station_status` VALUES ('6690', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745329', '1');
INSERT INTO `station_status` VALUES ('6691', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745357', '1');
INSERT INTO `station_status` VALUES ('6692', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745371', '1');
INSERT INTO `station_status` VALUES ('6693', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.5&77.5&28.9&92.5&28.6&0&0&0&0\n', '1', '1431745410', '1');
INSERT INTO `station_status` VALUES ('6694', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745417', '1');
INSERT INTO `station_status` VALUES ('6695', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745453', '1');
INSERT INTO `station_status` VALUES ('6696', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&77.6&28.8&92.5&28.6&0&0&0&0\n', '1', '1431745454', '1');
INSERT INTO `station_status` VALUES ('6697', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745477', '1');
INSERT INTO `station_status` VALUES ('6698', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745495', '1');
INSERT INTO `station_status` VALUES ('6699', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745537', '1');
INSERT INTO `station_status` VALUES ('6700', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745538', '1');
INSERT INTO `station_status` VALUES ('6701', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&77.7&28.8&92.6&28.6&0&0&0&0\n', '1', '1431745539', '1');
INSERT INTO `station_status` VALUES ('6702', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&77.6&28.8&92.5&28.6&0&0&0&0\n', '1', '1431745582', '1');
INSERT INTO `station_status` VALUES ('6703', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745597', '1');
INSERT INTO `station_status` VALUES ('6704', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745621', '1');
INSERT INTO `station_status` VALUES ('6705', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&77.6&28.9&92.5&28.6&0&0&0&0\n', '1', '1431745624', '1');
INSERT INTO `station_status` VALUES ('6706', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431745657', '1');
INSERT INTO `station_status` VALUES ('6707', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745664', '1');
INSERT INTO `station_status` VALUES ('6708', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745737', '1');
INSERT INTO `station_status` VALUES ('6709', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745746', '1');
INSERT INTO `station_status` VALUES ('6710', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.1&28.4&77.7&28.8&92.5&28.5&0&0&0&0\n', '1', '1431745758', '1');
INSERT INTO `station_status` VALUES ('6711', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745788', '1');
INSERT INTO `station_status` VALUES ('6712', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431745799', '1');
INSERT INTO `station_status` VALUES ('6713', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.1&28.4&77.8&28.8&92.8&28.5&0&0&0&0\n', '1', '1431745801', '1');
INSERT INTO `station_status` VALUES ('6714', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745840', '1');
INSERT INTO `station_status` VALUES ('6715', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745871', '1');
INSERT INTO `station_status` VALUES ('6716', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.1&28.4&77.8&28.9&93.1&28.6&0&0&0&0\n', '1', '1431745884', '1');
INSERT INTO `station_status` VALUES ('6717', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431745900', '1');
INSERT INTO `station_status` VALUES ('6718', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745913', '1');
INSERT INTO `station_status` VALUES ('6719', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.1&28.3&77.8&28.9&92.9&28.6&0&0&0&0\n', '1', '1431745926', '1');
INSERT INTO `station_status` VALUES ('6720', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431745960', '1');
INSERT INTO `station_status` VALUES ('6721', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431745995', '1');
INSERT INTO `station_status` VALUES ('6722', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.3&78.4&29.0&93.1&28.6&0&0&0&0\n', '1', '1431746010', '1');
INSERT INTO `station_status` VALUES ('6723', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431746020', '1');
INSERT INTO `station_status` VALUES ('6724', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746037', '1');
INSERT INTO `station_status` VALUES ('6725', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&78.3&29.0&93.1&28.6&0&0&0&0\n', '1', '1431746053', '1');
INSERT INTO `station_status` VALUES ('6726', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746079', '1');
INSERT INTO `station_status` VALUES ('6727', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431746080', '1');
INSERT INTO `station_status` VALUES ('6728', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&78.5&28.9&93.2&28.6&0&0&0&0\n', '1', '1431746136', '1');
INSERT INTO `station_status` VALUES ('6729', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431746140', '1');
INSERT INTO `station_status` VALUES ('6730', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746161', '1');
INSERT INTO `station_status` VALUES ('6731', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&77.7&28.9&93.0&28.6&0&0&0&0\n', '1', '1431746179', '1');
INSERT INTO `station_status` VALUES ('6732', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431746200', '1');
INSERT INTO `station_status` VALUES ('6733', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746204', '1');
INSERT INTO `station_status` VALUES ('6734', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&77.8&28.9&93.4&28.6&0&0&0&0\n', '1', '1431746221', '1');
INSERT INTO `station_status` VALUES ('6735', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431746260', '1');
INSERT INTO `station_status` VALUES ('6736', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746287', '1');
INSERT INTO `station_status` VALUES ('6737', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&78.0&28.9&93.8&28.6&0&0&0&0\n', '1', '1431746305', '1');
INSERT INTO `station_status` VALUES ('6738', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431746320', '1');
INSERT INTO `station_status` VALUES ('6739', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746329', '1');
INSERT INTO `station_status` VALUES ('6740', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.4&78.0&28.9&93.8&28.6&0&0&0&0\n', '1', '1431746347', '1');
INSERT INTO `station_status` VALUES ('6741', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431746380', '1');
INSERT INTO `station_status` VALUES ('6742', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746411', '1');
INSERT INTO `station_status` VALUES ('6743', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&78.2&28.9&94.2&28.6&0&0&0&0\n', '1', '1431746430', '1');
INSERT INTO `station_status` VALUES ('6744', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431746440', '1');
INSERT INTO `station_status` VALUES ('6745', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746453', '1');
INSERT INTO `station_status` VALUES ('6746', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.5&78.5&28.8&94.5&28.6&0&0&0&0\n', '1', '1431746473', '1');
INSERT INTO `station_status` VALUES ('6747', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746495', '1');
INSERT INTO `station_status` VALUES ('6748', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431746500', '1');
INSERT INTO `station_status` VALUES ('6749', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.5&78.9&28.8&94.6&28.6&0&0&0&0\n', '1', '1431746556', '1');
INSERT INTO `station_status` VALUES ('6750', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431746560', '1');
INSERT INTO `station_status` VALUES ('6751', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746578', '1');
INSERT INTO `station_status` VALUES ('6752', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.5&78.8&28.8&94.5&28.6&0&0&0&0\n', '1', '1431746599', '1');
INSERT INTO `station_status` VALUES ('6753', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746619', '1');
INSERT INTO `station_status` VALUES ('6754', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.6&0&11.8&', '1', '1431746621', '1');
INSERT INTO `station_status` VALUES ('6755', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.5&78.6&28.8&94.3&28.6&0&0&0&0\n', '1', '1431746642', '1');
INSERT INTO `station_status` VALUES ('6756', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431746680', '1');
INSERT INTO `station_status` VALUES ('6757', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746702', '1');
INSERT INTO `station_status` VALUES ('6758', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.5&78.9&28.8&94.6&28.6&0&0&0&0\n', '1', '1431746725', '1');
INSERT INTO `station_status` VALUES ('6759', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431746740', '1');
INSERT INTO `station_status` VALUES ('6760', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746744', '1');
INSERT INTO `station_status` VALUES ('6761', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&78.9&28.8&94.7&28.6&0&0&0&0\n', '1', '1431746767', '1');
INSERT INTO `station_status` VALUES ('6762', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431746800', '1');
INSERT INTO `station_status` VALUES ('6763', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746827', '1');
INSERT INTO `station_status` VALUES ('6764', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&78.7&28.8&94.5&28.5&0&0&0&0\n', '1', '1431746851', '1');
INSERT INTO `station_status` VALUES ('6765', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431746860', '1');
INSERT INTO `station_status` VALUES ('6766', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746869', '1');
INSERT INTO `station_status` VALUES ('6767', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&79.1&28.7&94.7&28.5&0&0&0&0\n', '1', '1431746893', '1');
INSERT INTO `station_status` VALUES ('6768', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431746920', '1');
INSERT INTO `station_status` VALUES ('6769', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746951', '1');
INSERT INTO `station_status` VALUES ('6770', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.5&79.6&28.7&95.2&28.5&0&0&0&0\n', '1', '1431746976', '1');
INSERT INTO `station_status` VALUES ('6771', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431746980', '1');
INSERT INTO `station_status` VALUES ('6772', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431746993', '1');
INSERT INTO `station_status` VALUES ('6773', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.4&79.5&28.7&95.4&28.5&0&0&0&0\n', '1', '1431747018', '1');
INSERT INTO `station_status` VALUES ('6774', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747035', '1');
INSERT INTO `station_status` VALUES ('6775', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431747040', '1');
INSERT INTO `station_status` VALUES ('6776', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.2&28.5&79.6&28.7&95.6&28.5&0&0&0&0\n', '1', '1431747061', '1');
INSERT INTO `station_status` VALUES ('6777', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431747100', '1');
INSERT INTO `station_status` VALUES ('6778', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747118', '1');
INSERT INTO `station_status` VALUES ('6779', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&79.8&28.7&95.6&28.5&0&0&0&0\n', '1', '1431747144', '1');
INSERT INTO `station_status` VALUES ('6780', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747159', '1');
INSERT INTO `station_status` VALUES ('6781', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431747161', '1');
INSERT INTO `station_status` VALUES ('6782', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.1&28.4&79.6&28.7&95.6&28.5&0&0&0&0\n', '1', '1431747186', '1');
INSERT INTO `station_status` VALUES ('6783', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431747220', '1');
INSERT INTO `station_status` VALUES ('6784', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747242', '1');
INSERT INTO `station_status` VALUES ('6785', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.4&79.5&28.7&95.5&28.5&0&0&0&0\n', '1', '1431747271', '1');
INSERT INTO `station_status` VALUES ('6786', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431747280', '1');
INSERT INTO `station_status` VALUES ('6787', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747284', '1');
INSERT INTO `station_status` VALUES ('6788', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.5&79.4&28.7&95.5&28.5&0&0&0&0\n', '1', '1431747313', '1');
INSERT INTO `station_status` VALUES ('6789', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431747340', '1');
INSERT INTO `station_status` VALUES ('6790', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747367', '1');
INSERT INTO `station_status` VALUES ('6791', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.2&28.5&79.5&28.7&95.3&28.5&0&0&0&0\n', '1', '1431747397', '1');
INSERT INTO `station_status` VALUES ('6792', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431747400', '1');
INSERT INTO `station_status` VALUES ('6793', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747411', '1');
INSERT INTO `station_status` VALUES ('6794', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&79.6&28.6&95.6&28.5&0&0&0&0\n', '1', '1431747439', '1');
INSERT INTO `station_status` VALUES ('6795', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431747460', '1');
INSERT INTO `station_status` VALUES ('6796', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&79.6&28.6&95.4&28.5&0&0&0&0\n', '1', '1431747481', '1');
INSERT INTO `station_status` VALUES ('6797', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747493', '1');
INSERT INTO `station_status` VALUES ('6798', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431747520', '1');
INSERT INTO `station_status` VALUES ('6799', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747535', '1');
INSERT INTO `station_status` VALUES ('6800', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&79.1&28.7&94.8&28.5&0&0&0&0\n', '1', '1431747565', '1');
INSERT INTO `station_status` VALUES ('6801', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747577', '1');
INSERT INTO `station_status` VALUES ('6802', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.4&0&11.8&', '1', '1431747580', '1');
INSERT INTO `station_status` VALUES ('6803', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&79.2&28.6&95.0&28.5&0&0&0&0\n', '1', '1431747607', '1');
INSERT INTO `station_status` VALUES ('6804', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431747640', '1');
INSERT INTO `station_status` VALUES ('6805', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747660', '1');
INSERT INTO `station_status` VALUES ('6806', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&79.4&28.6&95.5&28.4&0&0&0&0\n', '1', '1431747691', '1');
INSERT INTO `station_status` VALUES ('6807', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431747700', '1');
INSERT INTO `station_status` VALUES ('6808', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747702', '1');
INSERT INTO `station_status` VALUES ('6809', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&79.5&28.6&95.5&28.4&0&0&0&0\n', '1', '1431747733', '1');
INSERT INTO `station_status` VALUES ('6810', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431747760', '1');
INSERT INTO `station_status` VALUES ('6811', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747784', '1');
INSERT INTO `station_status` VALUES ('6812', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.4&28.6&79.6&28.6&96.1&28.4&0&0&0&0\n', '1', '1431747817', '1');
INSERT INTO `station_status` VALUES ('6813', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431747820', '1');
INSERT INTO `station_status` VALUES ('6814', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747826', '1');
INSERT INTO `station_status` VALUES ('6815', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&79.3&28.7&96.0&28.4&0&0&0&0\n', '1', '1431747861', '1');
INSERT INTO `station_status` VALUES ('6816', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.9&', '1', '1431747880', '1');
INSERT INTO `station_status` VALUES ('6817', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&79.5&28.6&96.2&28.4&0&0&0&0\n', '1', '1431747903', '1');
INSERT INTO `station_status` VALUES ('6818', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747909', '1');
INSERT INTO `station_status` VALUES ('6819', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431747940', '1');
INSERT INTO `station_status` VALUES ('6820', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431747951', '1');
INSERT INTO `station_status` VALUES ('6821', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&79.6&28.6&96.2&28.3&0&0&0&0\n', '1', '1431747986', '1');
INSERT INTO `station_status` VALUES ('6822', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748000', '1');
INSERT INTO `station_status` VALUES ('6823', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&80.0&28.6&97.0&28.3&0&0&0&0\n', '1', '1431748029', '1');
INSERT INTO `station_status` VALUES ('6824', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748034', '1');
INSERT INTO `station_status` VALUES ('6825', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.9&', '1', '1431748060', '1');
INSERT INTO `station_status` VALUES ('6826', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748076', '1');
INSERT INTO `station_status` VALUES ('6827', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&80.1&28.5&97.3&28.3&0&0&0&0\n', '1', '1431748112', '1');
INSERT INTO `station_status` VALUES ('6828', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748118', '1');
INSERT INTO `station_status` VALUES ('6829', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748120', '1');
INSERT INTO `station_status` VALUES ('6830', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&80.1&28.5&97.3&28.3&0&0&0&0\n', '1', '1431748155', '1');
INSERT INTO `station_status` VALUES ('6831', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.9&', '1', '1431748180', '1');
INSERT INTO `station_status` VALUES ('6832', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&29.3&0&11.8&', '1', '1431748200', '1');
INSERT INTO `station_status` VALUES ('6833', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748201', '1');
INSERT INTO `station_status` VALUES ('6834', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.6&79.9&28.6&97.5&28.3&0&0&0&0\n', '1', '1431748238', '1');
INSERT INTO `station_status` VALUES ('6835', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748240', '1');
INSERT INTO `station_status` VALUES ('6836', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748244', '1');
INSERT INTO `station_status` VALUES ('6837', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.4&28.6&79.5&28.7&97.1&28.3&0&0&0&0\n', '1', '1431748281', '1');
INSERT INTO `station_status` VALUES ('6838', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748300', '1');
INSERT INTO `station_status` VALUES ('6839', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.4&28.6&79.5&28.7&97.1&28.4&0&0&0&0\n', '1', '1431748323', '1');
INSERT INTO `station_status` VALUES ('6840', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748326', '1');
INSERT INTO `station_status` VALUES ('6841', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748360', '1');
INSERT INTO `station_status` VALUES ('6842', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748369', '1');
INSERT INTO `station_status` VALUES ('6843', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.4&28.6&78.8&28.8&96.4&28.4&0&0&0&0\n', '1', '1431748407', '1');
INSERT INTO `station_status` VALUES ('6844', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748420', '1');
INSERT INTO `station_status` VALUES ('6845', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.4&28.6&78.3&28.7&95.6&28.3&0&0&0&0\n', '1', '1431748451', '1');
INSERT INTO `station_status` VALUES ('6846', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748452', '1');
INSERT INTO `station_status` VALUES ('6847', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431748480', '1');
INSERT INTO `station_status` VALUES ('6848', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748494', '1');
INSERT INTO `station_status` VALUES ('6849', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.6&79.0&28.6&96.2&28.3&0&0&0&0\n', '1', '1431748534', '1');
INSERT INTO `station_status` VALUES ('6850', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748536', '1');
INSERT INTO `station_status` VALUES ('6851', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431748540', '1');
INSERT INTO `station_status` VALUES ('6852', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&79.0&28.6&96.2&28.3&0&0&0&0\n', '1', '1431748576', '1');
INSERT INTO `station_status` VALUES ('6853', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748619', '1');
INSERT INTO `station_status` VALUES ('6854', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748620', '1');
INSERT INTO `station_status` VALUES ('6855', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748659', '1');
INSERT INTO `station_status` VALUES ('6856', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&79.2&28.6&96.4&28.4&0&0&0&0\n', '1', '1431748660', '1');
INSERT INTO `station_status` VALUES ('6857', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748662', '1');
INSERT INTO `station_status` VALUES ('6858', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&78.9&28.7&96.0&28.4&0&0&0&0\n', '1', '1431748702', '1');
INSERT INTO `station_status` VALUES ('6859', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748719', '1');
INSERT INTO `station_status` VALUES ('6860', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.5&28.6&78.8&28.7&95.8&28.5&0&0&0&0\n', '1', '1431748745', '1');
INSERT INTO `station_status` VALUES ('6861', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748746', '1');
INSERT INTO `station_status` VALUES ('6862', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748779', '1');
INSERT INTO `station_status` VALUES ('6863', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748788', '1');
INSERT INTO `station_status` VALUES ('6864', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&78.6&28.8&95.6&28.5&0&0&0&0\n', '1', '1431748828', '1');
INSERT INTO `station_status` VALUES ('6865', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748839', '1');
INSERT INTO `station_status` VALUES ('6866', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&78.4&28.8&95.6&28.5&0&0&0&0\n', '1', '1431748870', '1');
INSERT INTO `station_status` VALUES ('6867', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748872', '1');
INSERT INTO `station_status` VALUES ('6868', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748899', '1');
INSERT INTO `station_status` VALUES ('6869', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748913', '1');
INSERT INTO `station_status` VALUES ('6870', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&78.6&28.8&96.0&28.5&0&0&0&0\n', '1', '1431748954', '1');
INSERT INTO `station_status` VALUES ('6871', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431748955', '1');
INSERT INTO `station_status` VALUES ('6872', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431748959', '1');
INSERT INTO `station_status` VALUES ('6873', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&78.7&28.8&95.9&28.5&0&0&0&0\n', '1', '1431748996', '1');
INSERT INTO `station_status` VALUES ('6874', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431749019', '1');
INSERT INTO `station_status` VALUES ('6875', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749038', '1');
INSERT INTO `station_status` VALUES ('6876', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431749079', '1');
INSERT INTO `station_status` VALUES ('6877', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749080', '1');
INSERT INTO `station_status` VALUES ('6878', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&78.2&28.9&95.7&28.5&0&0&0&0\n', '1', '1431749081', '1');
INSERT INTO `station_status` VALUES ('6879', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&77.6&28.8&95.1&28.4&0&0&0&0\n', '1', '1431749123', '1');
INSERT INTO `station_status` VALUES ('6880', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431749139', '1');
INSERT INTO `station_status` VALUES ('6881', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749163', '1');
INSERT INTO `station_status` VALUES ('6882', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&77.4&28.8&94.3&28.4&0&0&0&0\n', '1', '1431749166', '1');
INSERT INTO `station_status` VALUES ('6883', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431749199', '1');
INSERT INTO `station_status` VALUES ('6884', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749206', '1');
INSERT INTO `station_status` VALUES ('6885', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.6&77.6&28.7&94.6&28.4&0&0&0&0\n', '1', '1431749249', '1');
INSERT INTO `station_status` VALUES ('6886', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431749259', '1');
INSERT INTO `station_status` VALUES ('6887', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749289', '1');
INSERT INTO `station_status` VALUES ('6888', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.4&28.6&77.8&28.7&94.9&28.3&0&0&0&0\n', '1', '1431749291', '1');
INSERT INTO `station_status` VALUES ('6889', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431749320', '1');
INSERT INTO `station_status` VALUES ('6890', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749331', '1');
INSERT INTO `station_status` VALUES ('6891', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&78.5&28.6&95.6&28.3&0&0&0&0\n', '1', '1431749375', '1');
INSERT INTO `station_status` VALUES ('6892', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431749379', '1');
INSERT INTO `station_status` VALUES ('6893', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749414', '1');
INSERT INTO `station_status` VALUES ('6894', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&78.8&28.6&96.2&28.3&0&0&0&0\n', '1', '1431749417', '1');
INSERT INTO `station_status` VALUES ('6895', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431749439', '1');
INSERT INTO `station_status` VALUES ('6896', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749456', '1');
INSERT INTO `station_status` VALUES ('6897', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749498', '1');
INSERT INTO `station_status` VALUES ('6898', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431749499', '1');
INSERT INTO `station_status` VALUES ('6899', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&79.2&28.6&97.0&28.3&0&0&0&0\n', '1', '1431749501', '1');
INSERT INTO `station_status` VALUES ('6900', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&79.2&28.6&97.1&28.3&0&0&0&0\n', '1', '1431749543', '1');
INSERT INTO `station_status` VALUES ('6901', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431749559', '1');
INSERT INTO `station_status` VALUES ('6902', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749580', '1');
INSERT INTO `station_status` VALUES ('6903', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&78.9&28.7&96.8&28.3&0&0&0&0\n', '1', '1431749585', '1');
INSERT INTO `station_status` VALUES ('6904', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431749619', '1');
INSERT INTO `station_status` VALUES ('6905', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749623', '1');
INSERT INTO `station_status` VALUES ('6906', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&78.7&28.7&96.8&28.3&0&0&0&0\n', '1', '1431749670', '1');
INSERT INTO `station_status` VALUES ('6907', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431749679', '1');
INSERT INTO `station_status` VALUES ('6908', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749705', '1');
INSERT INTO `station_status` VALUES ('6909', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.3&28.5&78.3&28.7&96.2&28.3&0&0&0&0\n', '1', '1431749712', '1');
INSERT INTO `station_status` VALUES ('6910', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431749739', '1');
INSERT INTO `station_status` VALUES ('6911', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749747', '1');
INSERT INTO `station_status` VALUES ('6912', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.9&28.6&96.6&28.3&0&0&0&0\n', '1', '1431749795', '1');
INSERT INTO `station_status` VALUES ('6913', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431749799', '1');
INSERT INTO `station_status` VALUES ('6914', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749830', '1');
INSERT INTO `station_status` VALUES ('6915', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.9&28.6&96.6&28.2&0&0&0&0\n', '1', '1431749837', '1');
INSERT INTO `station_status` VALUES ('6916', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431749859', '1');
INSERT INTO `station_status` VALUES ('6917', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749872', '1');
INSERT INTO `station_status` VALUES ('6918', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431749919', '1');
INSERT INTO `station_status` VALUES ('6919', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&79.1&28.6&96.8&28.3&0&0&0&0\n', '1', '1431749921', '1');
INSERT INTO `station_status` VALUES ('6920', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749955', '1');
INSERT INTO `station_status` VALUES ('6921', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&79.2&28.6&97.0&28.3&0&0&0&0\n', '1', '1431749963', '1');
INSERT INTO `station_status` VALUES ('6922', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431749979', '1');
INSERT INTO `station_status` VALUES ('6923', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431749997', '1');
INSERT INTO `station_status` VALUES ('6924', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&79.5&28.7&97.7&28.3&0&0&0&0\n', '1', '1431750005', '1');
INSERT INTO `station_status` VALUES ('6925', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750039', '1');
INSERT INTO `station_status` VALUES ('6926', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431750040', '1');
INSERT INTO `station_status` VALUES ('6927', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&79.3&28.7&97.9&28.3&0&0&0&0\n', '1', '1431750089', '1');
INSERT INTO `station_status` VALUES ('6928', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.1&0&11.8&', '1', '1431750099', '1');
INSERT INTO `station_status` VALUES ('6929', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750121', '1');
INSERT INTO `station_status` VALUES ('6930', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&79.0&28.7&97.6&28.3&0&0&0&0\n', '1', '1431750131', '1');
INSERT INTO `station_status` VALUES ('6931', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431750159', '1');
INSERT INTO `station_status` VALUES ('6932', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750164', '1');
INSERT INTO `station_status` VALUES ('6933', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.6&28.8&96.8&28.4&0&0&0&0\n', '1', '1431750214', '1');
INSERT INTO `station_status` VALUES ('6934', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431750219', '1');
INSERT INTO `station_status` VALUES ('6935', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750246', '1');
INSERT INTO `station_status` VALUES ('6936', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.3&28.5&78.4&28.8&96.5&28.4&0&0&0&0\n', '1', '1431750258', '1');
INSERT INTO `station_status` VALUES ('6937', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.9&', '1', '1431750279', '1');
INSERT INTO `station_status` VALUES ('6938', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750288', '1');
INSERT INTO `station_status` VALUES ('6939', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.2&0&11.8&', '1', '1431750339', '1');
INSERT INTO `station_status` VALUES ('6940', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.4&28.6&78.4&28.8&96.4&28.5&0&0&0&0\n', '1', '1431750341', '1');
INSERT INTO `station_status` VALUES ('6941', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750371', '1');
INSERT INTO `station_status` VALUES ('6942', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.6&78.7&29.0&96.3&28.5&0&0&0&0\n', '1', '1431750384', '1');
INSERT INTO `station_status` VALUES ('6943', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431750399', '1');
INSERT INTO `station_status` VALUES ('6944', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750413', '1');
INSERT INTO `station_status` VALUES ('6945', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.6&78.5&29.0&96.1&28.5&0&0&0&0\n', '1', '1431750426', '1');
INSERT INTO `station_status` VALUES ('6946', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750455', '1');
INSERT INTO `station_status` VALUES ('6947', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431750459', '1');
INSERT INTO `station_status` VALUES ('6948', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.6&78.0&29.1&95.5&28.6&0&0&0&0\n', '1', '1431750509', '1');
INSERT INTO `station_status` VALUES ('6949', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431750519', '1');
INSERT INTO `station_status` VALUES ('6950', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750538', '1');
INSERT INTO `station_status` VALUES ('6951', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.7&77.7&29.2&94.9&28.6&0&0&0&0\n', '1', '1431750552', '1');
INSERT INTO `station_status` VALUES ('6952', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431750579', '1');
INSERT INTO `station_status` VALUES ('6953', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750580', '1');
INSERT INTO `station_status` VALUES ('6954', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.7&77.1&29.1&94.0&28.6&0&0&0&0\n', '1', '1431750635', '1');
INSERT INTO `station_status` VALUES ('6955', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.9&', '1', '1431750639', '1');
INSERT INTO `station_status` VALUES ('6956', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750663', '1');
INSERT INTO `station_status` VALUES ('6957', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.7&77.6&29.1&94.7&28.6&0&0&0&0\n', '1', '1431750677', '1');
INSERT INTO `station_status` VALUES ('6958', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431750699', '1');
INSERT INTO `station_status` VALUES ('6959', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750705', '1');
INSERT INTO `station_status` VALUES ('6960', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431750759', '1');
INSERT INTO `station_status` VALUES ('6961', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.7&78.0&29.1&95.3&28.6&0&0&0&0\n', '1', '1431750761', '1');
INSERT INTO `station_status` VALUES ('6962', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750788', '1');
INSERT INTO `station_status` VALUES ('6963', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.7&78.2&29.1&95.5&28.6&0&0&0&0\n', '1', '1431750803', '1');
INSERT INTO `station_status` VALUES ('6964', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431750819', '1');
INSERT INTO `station_status` VALUES ('6965', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750830', '1');
INSERT INTO `station_status` VALUES ('6966', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.7&78.0&29.1&95.1&28.6&0&0&0&0\n', '1', '1431750846', '1');
INSERT INTO `station_status` VALUES ('6967', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.9&', '1', '1431750879', '1');
INSERT INTO `station_status` VALUES ('6968', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750912', '1');
INSERT INTO `station_status` VALUES ('6969', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.8&78.3&29.0&95.2&28.6&0&0&0&0\n', '1', '1431750929', '1');
INSERT INTO `station_status` VALUES ('6970', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431750939', '1');
INSERT INTO `station_status` VALUES ('6971', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750954', '1');
INSERT INTO `station_status` VALUES ('6972', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.5&28.8&78.6&29.0&95.6&28.6&0&0&0&0\n', '1', '1431750972', '1');
INSERT INTO `station_status` VALUES ('6973', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431750998', '1');
INSERT INTO `station_status` VALUES ('6974', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.3&0&11.8&', '1', '1431750999', '1');
INSERT INTO `station_status` VALUES ('6975', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.6&28.8&78.4&29.1&95.5&28.6&0&0&0&0\n', '1', '1431751055', '1');
INSERT INTO `station_status` VALUES ('6976', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.4&0&11.8&', '1', '1431751059', '1');
INSERT INTO `station_status` VALUES ('6977', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751080', '1');
INSERT INTO `station_status` VALUES ('6978', '15', '380064&ECAGPIS44ATM &status&ARMING&0&0&15&32.2&0&9.7&', '1', '1431751090', '1');
INSERT INTO `station_status` VALUES ('6979', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.6&28.8&78.1&29.2&95.5&28.7&0&0&0&0\n', '1', '1431751098', '1');
INSERT INTO `station_status` VALUES ('6980', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.4&0&11.9&', '1', '1431751119', '1');
INSERT INTO `station_status` VALUES ('6981', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751122', '1');
INSERT INTO `station_status` VALUES ('6982', '15', '380064&ECAGPIS44ATM &status&ARMING&0&0&15&32.2&0&9.7&', '1', '1431751150', '1');
INSERT INTO `station_status` VALUES ('6983', '15', '380064&ECAGPIS44ATM &status&OK&0&3&15&32.1&0&9.7&', '1', '1431751170', '1');
INSERT INTO `station_status` VALUES ('6984', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431751180', '1');
INSERT INTO `station_status` VALUES ('6985', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.6&28.8&77.8&29.3&95.3&28.8&0&0&0&0\n', '1', '1431751181', '1');
INSERT INTO `station_status` VALUES ('6986', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751205', '1');
INSERT INTO `station_status` VALUES ('6987', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.6&28.8&77.5&29.5&95.3&28.8&0&0&0&0\n', '1', '1431751223', '1');
INSERT INTO `station_status` VALUES ('6988', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431751239', '1');
INSERT INTO `station_status` VALUES ('6989', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751247', '1');
INSERT INTO `station_status` VALUES ('6990', '16', '271056&ECAGPIS44ATM &status&OK&0&0&15&29.5&0&11.8&', '1', '1431751259', '1');
INSERT INTO `station_status` VALUES ('6991', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.6&28.8&77.0&29.5&95.2&28.8&0&0&0&0\n', '1', '1431751266', '1');
INSERT INTO `station_status` VALUES ('6992', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431751299', '1');
INSERT INTO `station_status` VALUES ('6993', '15', '380064&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431751308', '1');
INSERT INTO `station_status` VALUES ('6994', '15', '380064&ECAGPIS44ATM &status&Error Gsm\r\n&0&0&15&32.3&0&9.8&', '1', '1431751327', '1');
INSERT INTO `station_status` VALUES ('6995', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751329', '1');
INSERT INTO `station_status` VALUES ('6996', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.6&28.8&76.0&29.5&93.7&28.8&0&0&0&0\n', '1', '1431751349', '1');
INSERT INTO `station_status` VALUES ('6997', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431751359', '1');
INSERT INTO `station_status` VALUES ('6998', '15', '380064&ECAGPIS44ATM &status&ARMING&0&0&15&32.3&0&9.8&', '1', '1431751367', '1');
INSERT INTO `station_status` VALUES ('6999', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751371', '1');
INSERT INTO `station_status` VALUES ('7000', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.6&28.8&76.2&29.4&93.5&28.8&0&0&0&0\n', '1', '1431751391', '1');
INSERT INTO `station_status` VALUES ('7001', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&29.5&0&11.8&', '1', '1431751419', '1');
INSERT INTO `station_status` VALUES ('7002', '15', '380064&ECAGPIS44ATM &status&ARMING&0&0&15&32.3&0&9.7&', '1', '1431751427', '1');
INSERT INTO `station_status` VALUES ('7003', '16', '271056&ECAGPIS44ATM &status&OK&0&1&15&29.5&0&11.8&', '1', '1431751439', '1');
INSERT INTO `station_status` VALUES ('7004', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751454', '1');
INSERT INTO `station_status` VALUES ('7005', '16', '271056&ECAGPIS44ATM &status&OK&0&3&15&29.5&0&11.8&', '1', '1431751459', '1');
INSERT INTO `station_status` VALUES ('7006', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.6&28.8&77.0&29.3&94.0&28.8&0&0&0&0\n', '1', '1431751476', '1');
INSERT INTO `station_status` VALUES ('7007', '16', '271056&ECAGPIS44ATM &status&DISARM&0&3&15&29.5&0&11.8&', '1', '1431751479', '1');
INSERT INTO `station_status` VALUES ('7008', '15', '380064&ECAGPIS44ATM &status&ARMING&0&0&15&32.3&0&9.7&', '1', '1431751487', '1');
INSERT INTO `station_status` VALUES ('7009', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751496', '1');
INSERT INTO `station_status` VALUES ('7010', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.6&28.9&77.3&29.3&94.2&28.8&0&0&0&0\n', '1', '1431751518', '1');
INSERT INTO `station_status` VALUES ('7011', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751538', '1');
INSERT INTO `station_status` VALUES ('7012', '16', '271056&ECAGPIS44ATM &status&DISARM&0&3&15&29.5&0&11.8&', '1', '1431751539', '1');
INSERT INTO `station_status` VALUES ('7013', '15', '380064&ECAGPIS44ATM &status&ARMING&0&0&15&32.3&0&9.8&', '1', '1431751547', '1');
INSERT INTO `station_status` VALUES ('7014', '16', '271056&ECAGPIS44ATM &status&OK&0&3&15&29.5&0&11.8&', '1', '1431751559', '1');
INSERT INTO `station_status` VALUES ('7015', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.5&0&11.8&', '1', '1431751599', '1');
INSERT INTO `station_status` VALUES ('7016', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.7&28.9&77.1&29.5&94.3&28.8&0&0&0&0\n', '1', '1431751601', '1');
INSERT INTO `station_status` VALUES ('7017', '15', '380064&ECAGPIS44ATM &status&ARMING&0&0&15&32.3&0&9.8&', '1', '1431751608', '1');
INSERT INTO `station_status` VALUES ('7018', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751622', '1');
INSERT INTO `station_status` VALUES ('7019', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.7&28.9&77.1&29.5&94.7&28.8&0&0&0&0\n', '1', '1431751643', '1');
INSERT INTO `station_status` VALUES ('7020', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.6&0&11.8&', '1', '1431751659', '1');
INSERT INTO `station_status` VALUES ('7021', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751664', '1');
INSERT INTO `station_status` VALUES ('7022', '15', '380064&ECAGPIS44ATM &status&ARMING&0&0&15&32.3&0&9.8&', '1', '1431751667', '1');
INSERT INTO `station_status` VALUES ('7023', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.8&28.9&76.9&29.6&94.7&28.8&0&0&0&0\n', '1', '1431751686', '1');
INSERT INTO `station_status` VALUES ('7024', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.6&0&11.9&', '1', '1431751719', '1');
INSERT INTO `station_status` VALUES ('7025', '15', '380064&ECAGPIS44ATM &status&ARMING&0&0&15&32.3&0&9.7&', '1', '1431751728', '1');
INSERT INTO `station_status` VALUES ('7026', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751746', '1');
INSERT INTO `station_status` VALUES ('7027', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.7&28.9&76.4&29.8&95.3&28.8&0&0&0&0\n', '1', '1431751769', '1');
INSERT INTO `station_status` VALUES ('7028', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.6&0&11.8&', '1', '1431751779', '1');
INSERT INTO `station_status` VALUES ('7029', '15', '380064&ECAGPIS44ATM &status&ARMING&0&0&15&32.3&0&9.7&', '1', '1431751787', '1');
INSERT INTO `station_status` VALUES ('7030', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751789', '1');
INSERT INTO `station_status` VALUES ('7031', '15', '380064&ECAGPIS44ATM &status&OK&0&3&15&32.3&0&9.7&', '1', '1431751807', '1');
INSERT INTO `station_status` VALUES ('7032', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.8&29.0&76.2&29.8&95.7&28.9&0&0&0&0\n', '1', '1431751812', '1');
INSERT INTO `station_status` VALUES ('7033', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.6&0&11.8&', '1', '1431751839', '1');
INSERT INTO `station_status` VALUES ('7034', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431751847', '1');
INSERT INTO `station_status` VALUES ('7035', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751871', '1');
INSERT INTO `station_status` VALUES ('7036', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.8&29.0&75.6&30.0&96.2&29.0&0&0&0&0\n', '1', '1431751895', '1');
INSERT INTO `station_status` VALUES ('7037', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.6&0&11.8&', '1', '1431751899', '1');
INSERT INTO `station_status` VALUES ('7038', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431751908', '1');
INSERT INTO `station_status` VALUES ('7039', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751913', '1');
INSERT INTO `station_status` VALUES ('7040', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.8&29.0&75.3&29.9&95.7&29.0&0&0&0&0\n', '1', '1431751937', '1');
INSERT INTO `station_status` VALUES ('7041', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431751955', '1');
INSERT INTO `station_status` VALUES ('7042', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.6&0&11.8&', '1', '1431751959', '1');
INSERT INTO `station_status` VALUES ('7043', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431751967', '1');
INSERT INTO `station_status` VALUES ('7044', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.6&0&11.8&', '1', '1431752019', '1');
INSERT INTO `station_status` VALUES ('7045', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.8&29.0&75.4&29.8&95.0&29.0&0&0&0&0\n', '1', '1431752021', '1');
INSERT INTO `station_status` VALUES ('7046', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431752027', '1');
INSERT INTO `station_status` VALUES ('7047', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752038', '1');
INSERT INTO `station_status` VALUES ('7048', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.8&29.0&75.6&29.8&95.2&29.0&0&0&0&0\n', '1', '1431752064', '1');
INSERT INTO `station_status` VALUES ('7049', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.6&0&11.8&', '1', '1431752079', '1');
INSERT INTO `station_status` VALUES ('7050', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752080', '1');
INSERT INTO `station_status` VALUES ('7051', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431752087', '1');
INSERT INTO `station_status` VALUES ('7052', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.8&29.0&75.8&29.8&95.6&29.0&0&0&0&0\n', '1', '1431752106', '1');
INSERT INTO `station_status` VALUES ('7053', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.7&0&11.8&', '1', '1431752139', '1');
INSERT INTO `station_status` VALUES ('7054', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.8&', '1', '1431752147', '1');
INSERT INTO `station_status` VALUES ('7055', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752163', '1');
INSERT INTO `station_status` VALUES ('7056', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.9&29.1&75.4&29.9&95.1&29.0&0&0&0&0\n', '1', '1431752189', '1');
INSERT INTO `station_status` VALUES ('7057', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.7&0&11.8&', '1', '1431752199', '1');
INSERT INTO `station_status` VALUES ('7058', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752206', '1');
INSERT INTO `station_status` VALUES ('7059', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431752207', '1');
INSERT INTO `station_status` VALUES ('7060', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&28.9&29.1&75.3&29.8&94.1&29.1&0&0&0&0\n', '1', '1431752232', '1');
INSERT INTO `station_status` VALUES ('7061', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431752259', '1');
INSERT INTO `station_status` VALUES ('7062', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.7&', '1', '1431752267', '1');
INSERT INTO `station_status` VALUES ('7063', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752288', '1');
INSERT INTO `station_status` VALUES ('7064', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.1&75.3&29.7&93.0&29.1&0&0&0&0\n', '1', '1431752315', '1');
INSERT INTO `station_status` VALUES ('7065', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431752319', '1');
INSERT INTO `station_status` VALUES ('7066', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.7&', '1', '1431752328', '1');
INSERT INTO `station_status` VALUES ('7067', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752331', '1');
INSERT INTO `station_status` VALUES ('7068', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.1&75.5&29.6&92.9&29.1&0&0&0&0\n', '1', '1431752357', '1');
INSERT INTO `station_status` VALUES ('7069', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431752379', '1');
INSERT INTO `station_status` VALUES ('7070', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431752387', '1');
INSERT INTO `station_status` VALUES ('7071', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752413', '1');
INSERT INTO `station_status` VALUES ('7072', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431752439', '1');
INSERT INTO `station_status` VALUES ('7073', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.0&76.4&29.6&93.0&29.1&0&0&0&0\n', '1', '1431752441', '1');
INSERT INTO `station_status` VALUES ('7074', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.8&', '1', '1431752447', '1');
INSERT INTO `station_status` VALUES ('7075', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752455', '1');
INSERT INTO `station_status` VALUES ('7076', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&76.7&29.6&93.0&29.1&0&0&0&0\n', '1', '1431752483', '1');
INSERT INTO `station_status` VALUES ('7077', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752497', '1');
INSERT INTO `station_status` VALUES ('7078', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431752499', '1');
INSERT INTO `station_status` VALUES ('7079', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.7&', '1', '1431752507', '1');
INSERT INTO `station_status` VALUES ('7080', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.0&76.6&29.6&92.9&29.1&0&0&0&0\n', '1', '1431752525', '1');
INSERT INTO `station_status` VALUES ('7081', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431752559', '1');
INSERT INTO `station_status` VALUES ('7082', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.7&', '1', '1431752567', '1');
INSERT INTO `station_status` VALUES ('7083', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752580', '1');
INSERT INTO `station_status` VALUES ('7084', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&76.6&29.5&92.8&29.1&0&0&0&0\n', '1', '1431752609', '1');
INSERT INTO `station_status` VALUES ('7085', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431752619', '1');
INSERT INTO `station_status` VALUES ('7086', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752622', '1');
INSERT INTO `station_status` VALUES ('7087', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.7&', '1', '1431752627', '1');
INSERT INTO `station_status` VALUES ('7088', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.8&29.0&77.1&29.6&92.9&29.1&0&0&0&0\n', '1', '1431752652', '1');
INSERT INTO `station_status` VALUES ('7089', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431752679', '1');
INSERT INTO `station_status` VALUES ('7090', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431752688', '1');
INSERT INTO `station_status` VALUES ('7091', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752704', '1');
INSERT INTO `station_status` VALUES ('7092', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.0&77.3&29.5&92.9&29.1&0&0&0&0\n', '1', '1431752736', '1');
INSERT INTO `station_status` VALUES ('7093', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431752739', '1');
INSERT INTO `station_status` VALUES ('7094', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752746', '1');
INSERT INTO `station_status` VALUES ('7095', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431752748', '1');
INSERT INTO `station_status` VALUES ('7096', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.0&77.5&29.5&92.9&29.1&0&0&0&0\n', '1', '1431752778', '1');
INSERT INTO `station_status` VALUES ('7097', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431752799', '1');
INSERT INTO `station_status` VALUES ('7098', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431752807', '1');
INSERT INTO `station_status` VALUES ('7099', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752830', '1');
INSERT INTO `station_status` VALUES ('7100', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431752859', '1');
INSERT INTO `station_status` VALUES ('7101', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&28.9&29.1&77.9&29.5&93.1&29.2&0&0&0&0\n', '1', '1431752861', '1');
INSERT INTO `station_status` VALUES ('7102', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431752867', '1');
INSERT INTO `station_status` VALUES ('7103', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752872', '1');
INSERT INTO `station_status` VALUES ('7104', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.0&29.1&77.9&29.6&93.0&29.2&0&0&0&0\n', '1', '1431752903', '1');
INSERT INTO `station_status` VALUES ('7105', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431752919', '1');
INSERT INTO `station_status` VALUES ('7106', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431752927', '1');
INSERT INTO `station_status` VALUES ('7107', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.0&29.1&78.0&29.6&93.1&29.3&0&0&0&0\n', '1', '1431752946', '1');
INSERT INTO `station_status` VALUES ('7108', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752955', '1');
INSERT INTO `station_status` VALUES ('7109', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431752979', '1');
INSERT INTO `station_status` VALUES ('7110', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431752988', '1');
INSERT INTO `station_status` VALUES ('7111', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431752997', '1');
INSERT INTO `station_status` VALUES ('7112', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.0&29.2&77.7&29.6&92.9&29.3&0&0&0&0\n', '1', '1431753029', '1');
INSERT INTO `station_status` VALUES ('7113', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753039', '1');
INSERT INTO `station_status` VALUES ('7114', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.9&0&11.9&', '1', '1431753040', '1');
INSERT INTO `station_status` VALUES ('7115', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431753047', '1');
INSERT INTO `station_status` VALUES ('7116', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.2&76.8&29.6&92.0&29.3&0&0&0&0\n', '1', '1431753071', '1');
INSERT INTO `station_status` VALUES ('7117', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.9&0&11.8&', '1', '1431753098', '1');
INSERT INTO `station_status` VALUES ('7118', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431753107', '1');
INSERT INTO `station_status` VALUES ('7119', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753121', '1');
INSERT INTO `station_status` VALUES ('7120', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.0&29.2&77.7&29.6&92.9&29.3&0&0&0&0\n', '1', '1431753155', '1');
INSERT INTO `station_status` VALUES ('7121', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.9&0&11.8&', '1', '1431753159', '1');
INSERT INTO `station_status` VALUES ('7122', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753164', '1');
INSERT INTO `station_status` VALUES ('7123', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431753167', '1');
INSERT INTO `station_status` VALUES ('7124', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.0&29.2&77.3&29.6&92.7&29.3&0&0&0&0\n', '1', '1431753197', '1');
INSERT INTO `station_status` VALUES ('7125', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.9&0&11.8&', '1', '1431753219', '1');
INSERT INTO `station_status` VALUES ('7126', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431753227', '1');
INSERT INTO `station_status` VALUES ('7127', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753247', '1');
INSERT INTO `station_status` VALUES ('7128', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.9&0&11.8&', '1', '1431753279', '1');
INSERT INTO `station_status` VALUES ('7129', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.0&29.2&76.6&29.7&90.8&29.3&0&0&0&0\n', '1', '1431753282', '1');
INSERT INTO `station_status` VALUES ('7130', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431753287', '1');
INSERT INTO `station_status` VALUES ('7131', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753289', '1');
INSERT INTO `station_status` VALUES ('7132', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.2&75.5&29.7&90.4&29.3&0&0&0&0\n', '1', '1431753324', '1');
INSERT INTO `station_status` VALUES ('7133', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431753339', '1');
INSERT INTO `station_status` VALUES ('7134', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431753347', '1');
INSERT INTO `station_status` VALUES ('7135', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.2&75.1&29.8&89.9&29.3&0&0&0&0\n', '1', '1431753366', '1');
INSERT INTO `station_status` VALUES ('7136', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753371', '1');
INSERT INTO `station_status` VALUES ('7137', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431753399', '1');
INSERT INTO `station_status` VALUES ('7138', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.2&0&9.7&', '1', '1431753407', '1');
INSERT INTO `station_status` VALUES ('7139', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753415', '1');
INSERT INTO `station_status` VALUES ('7140', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&74.1&29.9&89.8&29.3&0&0&0&0\n', '1', '1431753449', '1');
INSERT INTO `station_status` VALUES ('7141', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753457', '1');
INSERT INTO `station_status` VALUES ('7142', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431753459', '1');
INSERT INTO `station_status` VALUES ('7143', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.2&0&9.7&', '1', '1431753467', '1');
INSERT INTO `station_status` VALUES ('7144', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.1&29.3&74.0&29.8&89.8&29.3&0&0&0&0\n', '1', '1431753492', '1');
INSERT INTO `station_status` VALUES ('7145', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431753518', '1');
INSERT INTO `station_status` VALUES ('7146', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.2&0&9.7&', '1', '1431753528', '1');
INSERT INTO `station_status` VALUES ('7147', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753539', '1');
INSERT INTO `station_status` VALUES ('7148', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.3&74.0&29.8&89.8&29.3&0&0&0&0\n', '1', '1431753575', '1');
INSERT INTO `station_status` VALUES ('7149', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431753579', '1');
INSERT INTO `station_status` VALUES ('7150', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753581', '1');
INSERT INTO `station_status` VALUES ('7151', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.2&0&9.7&', '1', '1431753587', '1');
INSERT INTO `station_status` VALUES ('7152', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.1&29.3&73.8&29.8&89.3&29.3&0&0&0&0\n', '1', '1431753617', '1');
INSERT INTO `station_status` VALUES ('7153', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431753639', '1');
INSERT INTO `station_status` VALUES ('7154', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.2&0&9.7&', '1', '1431753647', '1');
INSERT INTO `station_status` VALUES ('7155', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753663', '1');
INSERT INTO `station_status` VALUES ('7156', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431753699', '1');
INSERT INTO `station_status` VALUES ('7157', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.3&73.6&29.8&88.7&29.3&0&0&0&0\n', '1', '1431753701', '1');
INSERT INTO `station_status` VALUES ('7158', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753705', '1');
INSERT INTO `station_status` VALUES ('7159', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.2&0&9.7&', '1', '1431753707', '1');
INSERT INTO `station_status` VALUES ('7160', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.3&73.6&29.8&88.7&29.3&0&0&0&0\n', '1', '1431753743', '1');
INSERT INTO `station_status` VALUES ('7161', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431753758', '1');
INSERT INTO `station_status` VALUES ('7162', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.2&0&9.7&', '1', '1431753767', '1');
INSERT INTO `station_status` VALUES ('7163', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.2&29.4&73.5&29.8&88.8&29.3&0&0&0&0\n', '1', '1431753785', '1');
INSERT INTO `station_status` VALUES ('7164', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753788', '1');
INSERT INTO `station_status` VALUES ('7165', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431753818', '1');
INSERT INTO `station_status` VALUES ('7166', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.2&0&9.7&', '1', '1431753827', '1');
INSERT INTO `station_status` VALUES ('7167', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753829', '1');
INSERT INTO `station_status` VALUES ('7168', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.4&74.5&29.8&90.1&29.3&0&0&0&0\n', '1', '1431753870', '1');
INSERT INTO `station_status` VALUES ('7169', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431753879', '1');
INSERT INTO `station_status` VALUES ('7170', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.2&0&9.7&', '1', '1431753887', '1');
INSERT INTO `station_status` VALUES ('7171', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753912', '1');
INSERT INTO `station_status` VALUES ('7172', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&74.3&29.8&89.8&29.3&0&0&0&0\n', '1', '1431753913', '1');
INSERT INTO `station_status` VALUES ('7173', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431753939', '1');
INSERT INTO `station_status` VALUES ('7174', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431753947', '1');
INSERT INTO `station_status` VALUES ('7175', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753954', '1');
INSERT INTO `station_status` VALUES ('7176', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431753997', '1');
INSERT INTO `station_status` VALUES ('7177', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&73.5&29.9&88.8&29.4&0&0&0&0\n', '1', '1431753998', '1');
INSERT INTO `station_status` VALUES ('7178', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431754000', '1');
INSERT INTO `station_status` VALUES ('7179', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431754007', '1');
INSERT INTO `station_status` VALUES ('7180', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&73.7&30.0&88.6&29.4&0&0&0&0\n', '1', '1431754041', '1');
INSERT INTO `station_status` VALUES ('7181', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431754059', '1');
INSERT INTO `station_status` VALUES ('7182', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431754067', '1');
INSERT INTO `station_status` VALUES ('7183', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754079', '1');
INSERT INTO `station_status` VALUES ('7184', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&73.0&29.9&88.1&29.4&0&0&0&0\n', '1', '1431754083', '1');
INSERT INTO `station_status` VALUES ('7185', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431754119', '1');
INSERT INTO `station_status` VALUES ('7186', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754122', '1');
INSERT INTO `station_status` VALUES ('7187', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431754128', '1');
INSERT INTO `station_status` VALUES ('7188', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&72.6&29.9&87.2&29.3&0&0&0&0\n', '1', '1431754166', '1');
INSERT INTO `station_status` VALUES ('7189', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431754179', '1');
INSERT INTO `station_status` VALUES ('7190', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.7&', '1', '1431754188', '1');
INSERT INTO `station_status` VALUES ('7191', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754204', '1');
INSERT INTO `station_status` VALUES ('7192', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&72.6&29.9&87.3&29.3&0&0&0&0\n', '1', '1431754209', '1');
INSERT INTO `station_status` VALUES ('7193', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431754238', '1');
INSERT INTO `station_status` VALUES ('7194', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754246', '1');
INSERT INTO `station_status` VALUES ('7195', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.7&', '1', '1431754247', '1');
INSERT INTO `station_status` VALUES ('7196', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&73.2&29.9&87.9&29.3&0&0&0&0\n', '1', '1431754292', '1');
INSERT INTO `station_status` VALUES ('7197', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.9&', '1', '1431754299', '1');
INSERT INTO `station_status` VALUES ('7198', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.7&', '1', '1431754307', '1');
INSERT INTO `station_status` VALUES ('7199', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754329', '1');
INSERT INTO `station_status` VALUES ('7200', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&73.6&29.9&88.8&29.3&0&0&0&0\n', '1', '1431754334', '1');
INSERT INTO `station_status` VALUES ('7201', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431754359', '1');
INSERT INTO `station_status` VALUES ('7202', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754367', '1');
INSERT INTO `station_status` VALUES ('7203', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754371', '1');
INSERT INTO `station_status` VALUES ('7204', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&74.4&29.9&88.7&29.4&0&0&0&0\n', '1', '1431754418', '1');
INSERT INTO `station_status` VALUES ('7205', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.8&0&11.8&', '1', '1431754419', '1');
INSERT INTO `station_status` VALUES ('7206', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754428', '1');
INSERT INTO `station_status` VALUES ('7207', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754453', '1');
INSERT INTO `station_status` VALUES ('7208', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&74.0&29.9&88.6&29.4&0&0&0&0\n', '1', '1431754461', '1');
INSERT INTO `station_status` VALUES ('7209', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.9&0&11.9&', '1', '1431754478', '1');
INSERT INTO `station_status` VALUES ('7210', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754488', '1');
INSERT INTO `station_status` VALUES ('7211', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754495', '1');
INSERT INTO `station_status` VALUES ('7212', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&74.3&29.9&88.8&29.4&0&0&0&0\n', '1', '1431754503', '1');
INSERT INTO `station_status` VALUES ('7213', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754537', '1');
INSERT INTO `station_status` VALUES ('7214', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.9&0&11.9&', '1', '1431754539', '1');
INSERT INTO `station_status` VALUES ('7215', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754547', '1');
INSERT INTO `station_status` VALUES ('7216', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&74.3&29.9&88.6&29.5&0&0&0&0\n', '1', '1431754587', '1');
INSERT INTO `station_status` VALUES ('7217', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431754598', '1');
INSERT INTO `station_status` VALUES ('7218', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754607', '1');
INSERT INTO `station_status` VALUES ('7219', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754621', '1');
INSERT INTO `station_status` VALUES ('7220', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&74.4&29.9&88.2&29.4&0&0&0&0\n', '1', '1431754629', '1');
INSERT INTO `station_status` VALUES ('7221', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&29.9&0&11.9&', '1', '1431754659', '1');
INSERT INTO `station_status` VALUES ('7222', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754664', '1');
INSERT INTO `station_status` VALUES ('7223', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754668', '1');
INSERT INTO `station_status` VALUES ('7224', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&74.7&29.9&88.5&29.5&0&0&0&0\n', '1', '1431754713', '1');
INSERT INTO `station_status` VALUES ('7225', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431754719', '1');
INSERT INTO `station_status` VALUES ('7226', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754727', '1');
INSERT INTO `station_status` VALUES ('7227', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754746', '1');
INSERT INTO `station_status` VALUES ('7228', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.3&29.5&74.8&29.9&88.4&29.5&0&0&0&0\n', '1', '1431754755', '1');
INSERT INTO `station_status` VALUES ('7229', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431754778', '1');
INSERT INTO `station_status` VALUES ('7230', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754787', '1');
INSERT INTO `station_status` VALUES ('7231', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754789', '1');
INSERT INTO `station_status` VALUES ('7232', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&74.2&29.8&87.3&29.5&0&0&0&0\n', '1', '1431754838', '1');
INSERT INTO `station_status` VALUES ('7233', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431754840', '1');
INSERT INTO `station_status` VALUES ('7234', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754847', '1');
INSERT INTO `station_status` VALUES ('7235', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754871', '1');
INSERT INTO `station_status` VALUES ('7236', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&73.9&29.9&86.7&29.5&0&0&0&0\n', '1', '1431754881', '1');
INSERT INTO `station_status` VALUES ('7237', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431754898', '1');
INSERT INTO `station_status` VALUES ('7238', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754907', '1');
INSERT INTO `station_status` VALUES ('7239', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754913', '1');
INSERT INTO `station_status` VALUES ('7240', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.4&73.7&29.9&86.6&29.5&0&0&0&0\n', '1', '1431754924', '1');
INSERT INTO `station_status` VALUES ('7241', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431754955', '1');
INSERT INTO `station_status` VALUES ('7242', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431754958', '1');
INSERT INTO `station_status` VALUES ('7243', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431754967', '1');
INSERT INTO `station_status` VALUES ('7244', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.4&74.0&29.9&86.8&29.5&0&0&0&0\n', '1', '1431755007', '1');
INSERT INTO `station_status` VALUES ('7245', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.8&', '1', '1431755019', '1');
INSERT INTO `station_status` VALUES ('7246', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.7&', '1', '1431755027', '1');
INSERT INTO `station_status` VALUES ('7247', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755037', '1');
INSERT INTO `station_status` VALUES ('7248', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.4&73.9&29.9&87.0&29.5&0&0&0&0\n', '1', '1431755050', '1');
INSERT INTO `station_status` VALUES ('7249', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431755079', '1');
INSERT INTO `station_status` VALUES ('7250', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755080', '1');
INSERT INTO `station_status` VALUES ('7251', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755088', '1');
INSERT INTO `station_status` VALUES ('7252', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&73.7&30.0&86.4&29.5&0&0&0&0\n', '1', '1431755134', '1');
INSERT INTO `station_status` VALUES ('7253', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431755139', '1');
INSERT INTO `station_status` VALUES ('7254', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755148', '1');
INSERT INTO `station_status` VALUES ('7255', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755162', '1');
INSERT INTO `station_status` VALUES ('7256', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&73.9&30.0&85.9&29.5&0&0&0&0\n', '1', '1431755176', '1');
INSERT INTO `station_status` VALUES ('7257', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431755198', '1');
INSERT INTO `station_status` VALUES ('7258', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755206', '1');
INSERT INTO `station_status` VALUES ('7259', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755207', '1');
INSERT INTO `station_status` VALUES ('7260', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431755258', '1');
INSERT INTO `station_status` VALUES ('7261', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&73.3&30.0&85.1&29.5&0&0&0&0\n', '1', '1431755260', '1');
INSERT INTO `station_status` VALUES ('7262', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755267', '1');
INSERT INTO `station_status` VALUES ('7263', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755288', '1');
INSERT INTO `station_status` VALUES ('7264', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&73.3&30.0&85.2&29.5&0&0&0&0\n', '1', '1431755302', '1');
INSERT INTO `station_status` VALUES ('7265', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431755318', '1');
INSERT INTO `station_status` VALUES ('7266', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755327', '1');
INSERT INTO `station_status` VALUES ('7267', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755330', '1');
INSERT INTO `station_status` VALUES ('7268', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&73.6&30.0&85.5&29.5&0&0&0&0\n', '1', '1431755344', '1');
INSERT INTO `station_status` VALUES ('7269', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431755379', '1');
INSERT INTO `station_status` VALUES ('7270', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755388', '1');
INSERT INTO `station_status` VALUES ('7271', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755413', '1');
INSERT INTO `station_status` VALUES ('7272', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&73.1&29.9&85.3&29.5&0&0&0&0\n', '1', '1431755428', '1');
INSERT INTO `station_status` VALUES ('7273', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431755439', '1');
INSERT INTO `station_status` VALUES ('7274', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755448', '1');
INSERT INTO `station_status` VALUES ('7275', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755455', '1');
INSERT INTO `station_status` VALUES ('7276', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.3&29.5&73.7&30.0&85.3&29.5&0&0&0&0\n', '1', '1431755470', '1');
INSERT INTO `station_status` VALUES ('7277', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755496', '1');
INSERT INTO `station_status` VALUES ('7278', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431755498', '1');
INSERT INTO `station_status` VALUES ('7279', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755508', '1');
INSERT INTO `station_status` VALUES ('7280', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.5&73.7&29.9&85.8&29.5&0&0&0&0\n', '1', '1431755553', '1');
INSERT INTO `station_status` VALUES ('7281', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.8&', '1', '1431755558', '1');
INSERT INTO `station_status` VALUES ('7282', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755568', '1');
INSERT INTO `station_status` VALUES ('7283', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755579', '1');
INSERT INTO `station_status` VALUES ('7284', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.5&73.8&29.9&85.7&29.5&0&0&0&0\n', '1', '1431755596', '1');
INSERT INTO `station_status` VALUES ('7285', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.8&', '1', '1431755618', '1');
INSERT INTO `station_status` VALUES ('7286', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755621', '1');
INSERT INTO `station_status` VALUES ('7287', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755628', '1');
INSERT INTO `station_status` VALUES ('7288', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431755679', '1');
INSERT INTO `station_status` VALUES ('7289', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.6&73.4&29.9&85.0&29.6&0&0&0&0\n', '1', '1431755680', '1');
INSERT INTO `station_status` VALUES ('7290', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755688', '1');
INSERT INTO `station_status` VALUES ('7291', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755704', '1');
INSERT INTO `station_status` VALUES ('7292', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.5&74.0&30.0&85.1&29.5&0&0&0&0\n', '1', '1431755723', '1');
INSERT INTO `station_status` VALUES ('7293', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.8&', '1', '1431755738', '1');
INSERT INTO `station_status` VALUES ('7294', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755746', '1');
INSERT INTO `station_status` VALUES ('7295', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755748', '1');
INSERT INTO `station_status` VALUES ('7296', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.4&29.5&74.2&30.0&85.3&29.6&0&0&0&0\n', '1', '1431755765', '1');
INSERT INTO `station_status` VALUES ('7297', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.0&0&11.9&', '1', '1431755799', '1');
INSERT INTO `station_status` VALUES ('7298', '14', 'e26c70&ECAPRO&alarm&Do amHigh Alarm:90.0>34&56&2&0&29.5&90.0&74.4&30.0&85.6&29.5&0&0&0&0\n', '1', '1431755809', '1');
INSERT INTO `station_status` VALUES ('7299', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755810', '1');
INSERT INTO `station_status` VALUES ('7300', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755829', '1');
INSERT INTO `station_status` VALUES ('7301', '14', 'e26c70&ECAPRO&status&ARMING&56&6&0&29.5&29.6&74.6&30.0&85.7&29.6&0&0&0&0\n', '1', '1431755851', '1');
INSERT INTO `station_status` VALUES ('7302', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431755858', '1');
INSERT INTO `station_status` VALUES ('7303', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755868', '1');
INSERT INTO `station_status` VALUES ('7304', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755871', '1');
INSERT INTO `station_status` VALUES ('7305', '14', 'e26c70&ECAPRO&status&ARMING&56&6&0&29.5&29.6&74.5&30.0&85.6&29.6&0&0&0&0\n', '1', '1431755894', '1');
INSERT INTO `station_status` VALUES ('7306', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431755919', '1');
INSERT INTO `station_status` VALUES ('7307', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755928', '1');
INSERT INTO `station_status` VALUES ('7308', '14', 'e26c70&ECAPRO&alarm&Do am:29.6&56&6&0&29.5&29.6&74.6&30.0&85.7&29.6&0&0&0&0\n', '1', '1431755937', '1');
INSERT INTO `station_status` VALUES ('7309', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755954', '1');
INSERT INTO `station_status` VALUES ('7310', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431755979', '1');
INSERT INTO `station_status` VALUES ('7311', '14', 'e26c70&ECAPRO&status&ARMING&56&6&0&29.5&29.6&74.6&30.0&85.7&29.6&0&0&0&0\n', '1', '1431755980', '1');
INSERT INTO `station_status` VALUES ('7312', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431755988', '1');
INSERT INTO `station_status` VALUES ('7313', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431755995', '1');
INSERT INTO `station_status` VALUES ('7314', '14', 'e26c70&ECAPRO&status&ARMING&56&6&0&29.5&29.6&74.4&30.0&85.2&29.6&0&0&0&0\n', '1', '1431756022', '1');
INSERT INTO `station_status` VALUES ('7315', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756038', '1');
INSERT INTO `station_status` VALUES ('7316', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431756039', '1');
INSERT INTO `station_status` VALUES ('7317', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.5&0&9.6&', '1', '1431756048', '1');
INSERT INTO `station_status` VALUES ('7318', '14', 'e26c70&ECAPRO&status&ARMING&56&5&0&29.5&29.6&74.1&30.0&84.9&29.6&0&0&0&0\n', '1', '1431756064', '1');
INSERT INTO `station_status` VALUES ('7319', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431756098', '1');
INSERT INTO `station_status` VALUES ('7320', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756108', '1');
INSERT INTO `station_status` VALUES ('7321', '14', 'e26c70&ECAPRO&status&ARMING&56&5&0&29.5&29.6&74.1&30.0&84.9&29.6&0&0&0&0\n', '1', '1431756148', '1');
INSERT INTO `station_status` VALUES ('7322', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431756159', '1');
INSERT INTO `station_status` VALUES ('7323', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756168', '1');
INSERT INTO `station_status` VALUES ('7324', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756171', '1');
INSERT INTO `station_status` VALUES ('7325', '14', 'e26c70&ECAPRO&status&ARMING&56&5&0&29.5&29.6&74.1&30.0&84.9&29.6&0&0&0&0\n', '1', '1431756190', '1');
INSERT INTO `station_status` VALUES ('7326', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431756219', '1');
INSERT INTO `station_status` VALUES ('7327', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756228', '1');
INSERT INTO `station_status` VALUES ('7328', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756253', '1');
INSERT INTO `station_status` VALUES ('7329', '14', 'e26c70&ECAPRO&status&ARMING&56&5&0&29.5&29.6&74.0&30.0&84.6&29.7&0&0&0&0\n', '1', '1431756274', '1');
INSERT INTO `station_status` VALUES ('7330', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431756278', '1');
INSERT INTO `station_status` VALUES ('7331', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756288', '1');
INSERT INTO `station_status` VALUES ('7332', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756295', '1');
INSERT INTO `station_status` VALUES ('7333', '14', 'e26c70&ECAPRO&status&ARMING&56&5&0&29.5&29.6&73.9&30.0&84.6&29.7&0&0&0&0\n', '1', '1431756317', '1');
INSERT INTO `station_status` VALUES ('7334', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756337', '1');
INSERT INTO `station_status` VALUES ('7335', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431756339', '1');
INSERT INTO `station_status` VALUES ('7336', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756348', '1');
INSERT INTO `station_status` VALUES ('7337', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431756399', '1');
INSERT INTO `station_status` VALUES ('7338', '14', 'e26c70&ECAPRO&status&ARMING&56&5&0&29.6&29.6&73.8&30.1&84.3&29.7&0&0&0&0\n', '1', '1431756400', '1');
INSERT INTO `station_status` VALUES ('7339', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431756408', '1');
INSERT INTO `station_status` VALUES ('7340', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756421', '1');
INSERT INTO `station_status` VALUES ('7341', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.6&73.5&30.0&83.9&29.7&0&0&0&0\n', '1', '1431756443', '1');
INSERT INTO `station_status` VALUES ('7342', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431756458', '1');
INSERT INTO `station_status` VALUES ('7343', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756464', '1');
INSERT INTO `station_status` VALUES ('7344', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756468', '1');
INSERT INTO `station_status` VALUES ('7345', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.6&73.2&30.0&83.4&29.7&0&0&0&0\n', '1', '1431756485', '1');
INSERT INTO `station_status` VALUES ('7346', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431756518', '1');
INSERT INTO `station_status` VALUES ('7347', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756528', '1');
INSERT INTO `station_status` VALUES ('7348', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756547', '1');
INSERT INTO `station_status` VALUES ('7349', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&72.9&30.0&83.0&29.7&0&0&0&0\n', '1', '1431756569', '1');
INSERT INTO `station_status` VALUES ('7350', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431756579', '1');
INSERT INTO `station_status` VALUES ('7351', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756588', '1');
INSERT INTO `station_status` VALUES ('7352', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756590', '1');
INSERT INTO `station_status` VALUES ('7353', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.7&72.9&30.0&82.9&29.7&0&0&0&0\n', '1', '1431756611', '1');
INSERT INTO `station_status` VALUES ('7354', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431756639', '1');
INSERT INTO `station_status` VALUES ('7355', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756648', '1');
INSERT INTO `station_status` VALUES ('7356', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756672', '1');
INSERT INTO `station_status` VALUES ('7357', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.6&72.9&30.1&83.0&29.7&0&0&0&0\n', '1', '1431756695', '1');
INSERT INTO `station_status` VALUES ('7358', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431756699', '1');
INSERT INTO `station_status` VALUES ('7359', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756708', '1');
INSERT INTO `station_status` VALUES ('7360', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756714', '1');
INSERT INTO `station_status` VALUES ('7361', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.5&29.6&73.0&30.1&83.1&29.7&0&0&0&0\n', '1', '1431756737', '1');
INSERT INTO `station_status` VALUES ('7362', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756756', '1');
INSERT INTO `station_status` VALUES ('7363', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431756759', '1');
INSERT INTO `station_status` VALUES ('7364', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756768', '1');
INSERT INTO `station_status` VALUES ('7365', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431756819', '1');
INSERT INTO `station_status` VALUES ('7366', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.7&73.4&30.1&83.4&29.8&0&0&0&0\n', '1', '1431756821', '1');
INSERT INTO `station_status` VALUES ('7367', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431756828', '1');
INSERT INTO `station_status` VALUES ('7368', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756839', '1');
INSERT INTO `station_status` VALUES ('7369', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.7&73.6&30.1&83.6&29.8&0&0&0&0\n', '1', '1431756864', '1');
INSERT INTO `station_status` VALUES ('7370', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431756879', '1');
INSERT INTO `station_status` VALUES ('7371', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756881', '1');
INSERT INTO `station_status` VALUES ('7372', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431756888', '1');
INSERT INTO `station_status` VALUES ('7373', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.8&73.3&30.1&83.3&29.8&0&0&0&0\n', '1', '1431756906', '1');
INSERT INTO `station_status` VALUES ('7374', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431756939', '1');
INSERT INTO `station_status` VALUES ('7375', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431756948', '1');
INSERT INTO `station_status` VALUES ('7376', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431756963', '1');
INSERT INTO `station_status` VALUES ('7377', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.8&73.2&30.2&83.1&29.8&0&0&0&0\n', '1', '1431756990', '1');
INSERT INTO `station_status` VALUES ('7378', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431756999', '1');
INSERT INTO `station_status` VALUES ('7379', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757007', '1');
INSERT INTO `station_status` VALUES ('7380', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757008', '1');
INSERT INTO `station_status` VALUES ('7381', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.6&29.8&73.1&30.2&83.0&29.9&0&0&0&0\n', '1', '1431757032', '1');
INSERT INTO `station_status` VALUES ('7382', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431757058', '1');
INSERT INTO `station_status` VALUES ('7383', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757068', '1');
INSERT INTO `station_status` VALUES ('7384', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757090', '1');
INSERT INTO `station_status` VALUES ('7385', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.7&29.8&73.1&30.2&83.0&29.9&0&0&0&0\n', '1', '1431757115', '1');
INSERT INTO `station_status` VALUES ('7386', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431757119', '1');
INSERT INTO `station_status` VALUES ('7387', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757128', '1');
INSERT INTO `station_status` VALUES ('7388', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757132', '1');
INSERT INTO `station_status` VALUES ('7389', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.7&29.8&73.1&30.2&83.1&29.9&0&0&0&0\n', '1', '1431757158', '1');
INSERT INTO `station_status` VALUES ('7390', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.9&', '1', '1431757179', '1');
INSERT INTO `station_status` VALUES ('7391', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757188', '1');
INSERT INTO `station_status` VALUES ('7392', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757214', '1');
INSERT INTO `station_status` VALUES ('7393', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431757239', '1');
INSERT INTO `station_status` VALUES ('7394', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&29.9&72.7&30.2&82.4&29.9&0&0&0&0\n', '1', '1431757241', '1');
INSERT INTO `station_status` VALUES ('7395', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757248', '1');
INSERT INTO `station_status` VALUES ('7396', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757256', '1');
INSERT INTO `station_status` VALUES ('7397', '14', 'e26c70&ECAPRO&status&ARMING&56&1&0&29.8&29.9&72.7&30.3&83.0&30.0&0&0&0&0\n', '1', '1431757283', '1');
INSERT INTO `station_status` VALUES ('7398', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757298', '1');
INSERT INTO `station_status` VALUES ('7399', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.1&0&11.8&', '1', '1431757300', '1');
INSERT INTO `station_status` VALUES ('7400', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757308', '1');
INSERT INTO `station_status` VALUES ('7401', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&29.9&72.8&30.3&83.0&30.0&0&0&0&0\n', '1', '1431757325', '1');
INSERT INTO `station_status` VALUES ('7402', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.2&0&11.9&', '1', '1431757359', '1');
INSERT INTO `station_status` VALUES ('7403', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757368', '1');
INSERT INTO `station_status` VALUES ('7404', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757381', '1');
INSERT INTO `station_status` VALUES ('7405', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&29.9&72.9&30.3&83.2&30.0&0&0&0&0\n', '1', '1431757409', '1');
INSERT INTO `station_status` VALUES ('7406', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.2&0&11.8&', '1', '1431757419', '1');
INSERT INTO `station_status` VALUES ('7407', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757423', '1');
INSERT INTO `station_status` VALUES ('7408', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757428', '1');
INSERT INTO `station_status` VALUES ('7409', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&29.9&72.7&30.3&83.0&30.0&0&0&0&0\n', '1', '1431757452', '1');
INSERT INTO `station_status` VALUES ('7410', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.3&0&11.8&', '1', '1431757478', '1');
INSERT INTO `station_status` VALUES ('7411', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757487', '1');
INSERT INTO `station_status` VALUES ('7412', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757505', '1');
INSERT INTO `station_status` VALUES ('7413', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&72.6&30.3&82.7&30.0&0&0&0&0\n', '1', '1431757536', '1');
INSERT INTO `station_status` VALUES ('7414', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.3&0&11.8&', '1', '1431757538', '1');
INSERT INTO `station_status` VALUES ('7415', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757547', '1');
INSERT INTO `station_status` VALUES ('7416', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757548', '1');
INSERT INTO `station_status` VALUES ('7417', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&29.9&72.6&30.3&82.6&30.0&0&0&0&0\n', '1', '1431757578', '1');
INSERT INTO `station_status` VALUES ('7418', '16', '271056&ECAGPIS44ATM &alarm&5 Alarm nhiet cao:30>29 oC&0&3&15&30.3&0&11.7&', '1', '1431757578', '1');
INSERT INTO `station_status` VALUES ('7419', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.3&0&11.9&', '1', '1431757598', '1');
INSERT INTO `station_status` VALUES ('7420', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757607', '1');
INSERT INTO `station_status` VALUES ('7421', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&72.4&30.3&82.4&30.0&0&0&0&0\n', '1', '1431757620', '1');
INSERT INTO `station_status` VALUES ('7422', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757630', '1');
INSERT INTO `station_status` VALUES ('7423', '16', '271056&ECAGPIS44ATM &alarm&5 Alarm nhiet cao:30>29 oC&0&7&15&30.3&0&11.9&', '1', '1431757658', '1');
INSERT INTO `station_status` VALUES ('7424', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.6&', '1', '1431757667', '1');
INSERT INTO `station_status` VALUES ('7425', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757672', '1');
INSERT INTO `station_status` VALUES ('7426', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.3&0&11.7&', '1', '1431757678', '1');
INSERT INTO `station_status` VALUES ('7427', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&72.2&30.3&82.1&30.0&0&0&0&0\n', '1', '1431757703', '1');
INSERT INTO `station_status` VALUES ('7428', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.3&0&11.8&', '1', '1431757719', '1');
INSERT INTO `station_status` VALUES ('7429', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.5&', '1', '1431757728', '1');
INSERT INTO `station_status` VALUES ('7430', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.8&30.0&72.2&30.3&81.5&30.0&0&0&0&0\n', '1', '1431757745', '1');
INSERT INTO `station_status` VALUES ('7431', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757755', '1');
INSERT INTO `station_status` VALUES ('7432', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.3&0&11.8&', '1', '1431757778', '1');
INSERT INTO `station_status` VALUES ('7433', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.3&0&9.5&', '1', '1431757788', '1');
INSERT INTO `station_status` VALUES ('7434', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757796', '1');
INSERT INTO `station_status` VALUES ('7435', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.0&72.0&30.3&81.7&30.0&0&0&0&0\n', '1', '1431757829', '1');
INSERT INTO `station_status` VALUES ('7436', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757838', '1');
INSERT INTO `station_status` VALUES ('7437', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.3&0&11.8&', '1', '1431757839', '1');
INSERT INTO `station_status` VALUES ('7438', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431757848', '1');
INSERT INTO `station_status` VALUES ('7439', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.0&72.2&30.4&82.0&30.1&0&0&0&0\n', '1', '1431757871', '1');
INSERT INTO `station_status` VALUES ('7440', '16', '271056&ECAGPIS44ATM &status&ARMING&0&3&15&30.4&0&11.8&', '1', '1431757898', '1');
INSERT INTO `station_status` VALUES ('7441', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431757907', '1');
INSERT INTO `station_status` VALUES ('7442', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757921', '1');
INSERT INTO `station_status` VALUES ('7443', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431757949', '1');
INSERT INTO `station_status` VALUES ('7444', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.0&72.0&30.4&81.7&30.1&0&0&0&0\n', '1', '1431757954', '1');
INSERT INTO `station_status` VALUES ('7445', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431757963', '1');
INSERT INTO `station_status` VALUES ('7446', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431757967', '1');
INSERT INTO `station_status` VALUES ('7447', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&0.0&0&11.9&', '1', '1431757969', '1');
INSERT INTO `station_status` VALUES ('7448', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.1&72.0&30.4&81.7&30.1&0&0&0&0\n', '1', '1431757996', '1');
INSERT INTO `station_status` VALUES ('7449', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431758027', '1');
INSERT INTO `station_status` VALUES ('7450', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&0.0&0&11.9&', '1', '1431758029', '1');
INSERT INTO `station_status` VALUES ('7451', '13', '533db2&ECAPRO&status&DISARM&8&1&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431758046', '1');
INSERT INTO `station_status` VALUES ('7452', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&29.9&30.1&71.7&30.4&81.0&30.1&0&0&0&0\n', '1', '1431758081', '1');
INSERT INTO `station_status` VALUES ('7453', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431758088', '1');
INSERT INTO `station_status` VALUES ('7454', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431758089', '1');
INSERT INTO `station_status` VALUES ('7455', '16', '271056&ECAGPIS44ATM &status&Begin&0&0&15&0.0&0&0.0&', '1', '1431758109', '1');
INSERT INTO `station_status` VALUES ('7456', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.1&71.7&30.4&81.0&30.1&0&0&0&0\n', '1', '1431758123', '1');
INSERT INTO `station_status` VALUES ('7457', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&0.0&0&11.9&', '1', '1431758130', '1');
INSERT INTO `station_status` VALUES ('7458', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431758147', '1');
INSERT INTO `station_status` VALUES ('7459', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.5&0&11.9&', '1', '1431758149', '1');
INSERT INTO `station_status` VALUES ('7460', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.1&72.0&30.5&81.3&30.1&0&0&0&0\n', '1', '1431758165', '1');
INSERT INTO `station_status` VALUES ('7461', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431758170', '1');
INSERT INTO `station_status` VALUES ('7462', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431758207', '1');
INSERT INTO `station_status` VALUES ('7463', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.5&0&11.9&', '1', '1431758209', '1');
INSERT INTO `station_status` VALUES ('7464', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431758213', '1');
INSERT INTO `station_status` VALUES ('7465', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.1&72.0&30.5&81.4&30.2&0&0&0&0\n', '1', '1431758249', '1');
INSERT INTO `station_status` VALUES ('7466', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431758255', '1');
INSERT INTO `station_status` VALUES ('7467', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431758267', '1');
INSERT INTO `station_status` VALUES ('7468', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.5&0&11.9&', '1', '1431758269', '1');
INSERT INTO `station_status` VALUES ('7469', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.1&71.7&30.5&81.1&30.2&0&0&0&0\n', '1', '1431758291', '1');
INSERT INTO `station_status` VALUES ('7470', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431758327', '1');
INSERT INTO `station_status` VALUES ('7471', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.5&0&11.9&', '1', '1431758329', '1');
INSERT INTO `station_status` VALUES ('7472', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431758338', '1');
INSERT INTO `station_status` VALUES ('7473', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.1&71.6&30.5&81.0&30.2&0&0&0&0\n', '1', '1431758375', '1');
INSERT INTO `station_status` VALUES ('7474', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431758380', '1');
INSERT INTO `station_status` VALUES ('7475', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431758387', '1');
INSERT INTO `station_status` VALUES ('7476', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.5&0&11.9&', '1', '1431758389', '1');
INSERT INTO `station_status` VALUES ('7477', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.0&30.1&71.8&30.5&80.9&30.3&0&0&0&0\n', '1', '1431758417', '1');
INSERT INTO `station_status` VALUES ('7478', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431758447', '1');
INSERT INTO `station_status` VALUES ('7479', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&30.5&0&11.9&', '1', '1431758449', '1');
INSERT INTO `station_status` VALUES ('7480', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431758462', '1');
INSERT INTO `station_status` VALUES ('7481', '14', 'e26c70&ECAPRO&status&ARMING&56&2&0&30.1&30.2&71.6&30.5&80.7&30.3&0&0&0&0\n', '1', '1431758500', '1');
INSERT INTO `station_status` VALUES ('7482', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431758504', '1');
INSERT INTO `station_status` VALUES ('7483', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431758507', '1');
INSERT INTO `station_status` VALUES ('7484', '16', '271056&ECAGPIS44ATM &status&ARMING&0&0&15&0.0&0&0.0&', '1', '1431758536', '1');
INSERT INTO `station_status` VALUES ('7485', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.2&71.5&30.6&80.4&30.3&0&0&0&0\n', '1', '1431758543', '1');
INSERT INTO `station_status` VALUES ('7486', '15', '380064&ECAGPIS44ATM &status&ARMING&0&3&15&32.4&0&9.6&', '1', '1431758567', '1');
INSERT INTO `station_status` VALUES ('7487', '14', 'e26c70&ECAPRO&status&ARMING&56&3&0&30.1&30.2&71.5&30.6&80.0&30.3&0&0&0&0\n', '1', '1431758585', '1');
INSERT INTO `station_status` VALUES ('7488', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431758587', '1');
INSERT INTO `station_status` VALUES ('7489', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431887968', '1');
INSERT INTO `station_status` VALUES ('7490', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431888010', '1');
INSERT INTO `station_status` VALUES ('7491', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431888092', '1');
INSERT INTO `station_status` VALUES ('7492', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431888134', '1');
INSERT INTO `station_status` VALUES ('7493', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431888216', '1');
INSERT INTO `station_status` VALUES ('7494', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431888258', '1');
INSERT INTO `station_status` VALUES ('7495', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431888300', '1');
INSERT INTO `station_status` VALUES ('7496', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431888383', '1');
INSERT INTO `station_status` VALUES ('7497', '13', '533db2&ECAPRO&status&DISARM&8&2&32&0&0&0&0&0&0&0&0&0&0\n', '1', '1431888426', '1');
INSERT INTO `station_status` VALUES ('7817', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1431954222', '1');
INSERT INTO `station_status` VALUES ('7818', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1431965427', '1');
INSERT INTO `station_status` VALUES ('7867', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1433040128', '1');
INSERT INTO `station_status` VALUES ('7868', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1433363737', '1');
INSERT INTO `station_status` VALUES ('7869', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434046171', '1');
INSERT INTO `station_status` VALUES ('7870', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434046374', '1');
INSERT INTO `station_status` VALUES ('7871', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434046912', '1');
INSERT INTO `station_status` VALUES ('7872', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434047111', '1');
INSERT INTO `station_status` VALUES ('7873', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434047400', '1');
INSERT INTO `station_status` VALUES ('7874', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434047484', '1');
INSERT INTO `station_status` VALUES ('7875', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434047647', '1');
INSERT INTO `station_status` VALUES ('7876', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434047694', '1');
INSERT INTO `station_status` VALUES ('7877', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434049120', '1');
INSERT INTO `station_status` VALUES ('7878', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434049243', '1');
INSERT INTO `station_status` VALUES ('7879', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434049323', '1');
INSERT INTO `station_status` VALUES ('7880', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434049735', '1');
INSERT INTO `station_status` VALUES ('7881', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434049836', '1');
INSERT INTO `station_status` VALUES ('7882', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434050152', '1');
INSERT INTO `station_status` VALUES ('7883', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434050177', '1');
INSERT INTO `station_status` VALUES ('7884', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434051584', '1');
INSERT INTO `station_status` VALUES ('7885', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434051910', '1');
INSERT INTO `station_status` VALUES ('7886', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434052030', '1');
INSERT INTO `station_status` VALUES ('7887', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434052251', '1');
INSERT INTO `station_status` VALUES ('7888', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434052328', '1');
INSERT INTO `station_status` VALUES ('7889', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434052336', '1');
INSERT INTO `station_status` VALUES ('7890', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434052345', '1');
INSERT INTO `station_status` VALUES ('7891', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434052352', '1');
INSERT INTO `station_status` VALUES ('7892', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434052359', '1');
INSERT INTO `station_status` VALUES ('7893', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434052367', '1');
INSERT INTO `station_status` VALUES ('7894', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434052375', '1');
INSERT INTO `station_status` VALUES ('7895', '13', '533db2-edited&ECAPRO&alarm&Tat bao dong', '1', '1434061198', '1');
INSERT INTO `station_status` VALUES ('7896', '14', 'e26c70&Tram_so_1&alarm&mat dien luoi', '1', '1434907518', '1');
INSERT INTO `station_status` VALUES ('7897', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435478366', '1');
INSERT INTO `station_status` VALUES ('7898', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435478529', '1');
INSERT INTO `station_status` VALUES ('7899', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435478613', '1');
INSERT INTO `station_status` VALUES ('7900', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435478634', '1');
INSERT INTO `station_status` VALUES ('7901', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435479014', '1');
INSERT INTO `station_status` VALUES ('7902', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435479288', '1');
INSERT INTO `station_status` VALUES ('7903', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435479320', '1');
INSERT INTO `station_status` VALUES ('7904', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435479504', '1');
INSERT INTO `station_status` VALUES ('7905', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435480298', '1');
INSERT INTO `station_status` VALUES ('7906', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435480360', '1');
INSERT INTO `station_status` VALUES ('7907', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435480636', '1');
INSERT INTO `station_status` VALUES ('7908', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435480849', '1');
INSERT INTO `station_status` VALUES ('7909', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435480913', '1');
INSERT INTO `station_status` VALUES ('7910', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435481027', '1');
INSERT INTO `station_status` VALUES ('7911', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435481151', '1');
INSERT INTO `station_status` VALUES ('7912', '13', '123&Tram_so_1&alarm&mat dien luoi', '1', '1435696124', '1');
INSERT INTO `station_status` VALUES ('7913', '13', '123&Tram_so_1&status&DISARM&1&6&32', '1', '1438018452', '1');
INSERT INTO `station_status` VALUES ('7914', '13', '123&Tram_so_1&status&DISARM&1&6&32', '1', '1438019133', '1');
INSERT INTO `station_status` VALUES ('7915', '13', '123&Tram_so_1&status&ARMING&1&6&32', '1', '1438019153', '1');
INSERT INTO `station_status` VALUES ('7916', '13', '123&Tram_so_1&status&ARMING&1&6&32', '1', '1438019194', '1');
INSERT INTO `station_status` VALUES ('7917', '13', '123&Tram_so_1&status&ARMING&1&6&32', '1', '1438019409', '1');
INSERT INTO `station_status` VALUES ('7918', '13', '123&Tram_so_1&status&ARMING&1&6&32', '1', '1438019474', '1');
INSERT INTO `station_status` VALUES ('7919', '13', '123&ECAPRO&alarm&Bat bao dong', '1', '1438019496', '1');
INSERT INTO `station_status` VALUES ('7920', '13', '123&Tram_so_1&status&DISARM&1&6&32', '1', '1438019566', '1');
-- ----------------------------
-- Table structure for `station_status_controller`
-- ----------------------------
DROP TABLE IF EXISTS `station_status_controller`;
CREATE TABLE `station_status_controller` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`station_id` int(11) DEFAULT '0',
`output_dec` int(11) DEFAULT NULL,
`configure_dec` int(11) DEFAULT NULL,
`security_mode` int(11) DEFAULT NULL COMMENT '0: off | 1: on',
`created_at` int(11) DEFAULT '0',
`updated` int(11) DEFAULT '0' COMMENT '0: not | 1: updated',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of station_status_controller
-- ----------------------------
INSERT INTO `station_status_controller` VALUES ('1', '13', '33', '32', '1', '1430956097', '1');
INSERT INTO `station_status_controller` VALUES ('2', '13', '65', '32', null, '1430958426', '1');
INSERT INTO `station_status_controller` VALUES ('3', '13', '0', '32', '1', '1430958576', '1');
INSERT INTO `station_status_controller` VALUES ('4', '13', '1', '32', '1', '1430960241', '1');
INSERT INTO `station_status_controller` VALUES ('5', '13', '1', '32', null, '1430960695', '1');
INSERT INTO `station_status_controller` VALUES ('6', '13', '1', '32', null, '1430961816', '1');
INSERT INTO `station_status_controller` VALUES ('7', '13', '2', '0', '1', '1430961877', '1');
INSERT INTO `station_status_controller` VALUES ('8', '13', '34', '0', null, '1430964128', '1');
INSERT INTO `station_status_controller` VALUES ('9', '13', '32', '0', null, '1430964231', '1');
INSERT INTO `station_status_controller` VALUES ('10', '13', '64', '0', '1', '1430964899', '1');
INSERT INTO `station_status_controller` VALUES ('11', '13', '64', '0', null, '1430966927', '1');
INSERT INTO `station_status_controller` VALUES ('12', '13', '32', '0', null, '1430967285', '1');
INSERT INTO `station_status_controller` VALUES ('13', '13', '32', '0', '1', '1430967295', '1');
INSERT INTO `station_status_controller` VALUES ('14', '13', '1', '0', '1', '1430978784', '1');
INSERT INTO `station_status_controller` VALUES ('15', '13', '17', '32', null, '1431004980', '1');
INSERT INTO `station_status_controller` VALUES ('16', '13', '17', '0', null, '1431005097', '1');
INSERT INTO `station_status_controller` VALUES ('17', '13', null, null, '1', '1431005288', '0');
-- ----------------------------
-- Table structure for `station_status_handler`
-- ----------------------------
DROP TABLE IF EXISTS `station_status_handler`;
CREATE TABLE `station_status_handler` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`equip_id` int(11) DEFAULT '0',
`station_id` int(11) DEFAULT '0',
`type` int(3) DEFAULT '1' COMMENT '1:equipment | 2:sensor(security)',
`status` int(11) DEFAULT '0',
`configure` int(11) DEFAULT '0',
`updated` int(11) DEFAULT '0',
`created_at` int(11) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of station_status_handler
-- ----------------------------
INSERT INTO `station_status_handler` VALUES ('1', '1', '13', '2', '1', '0', '0', '1438019496');
-- ----------------------------
-- Table structure for `station_type`
-- ----------------------------
DROP TABLE IF EXISTS `station_type`;
CREATE TABLE `station_type` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`active` int(3) DEFAULT '1' COMMENT '0: không sử dụng | 1: sử dụng',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of station_type
-- ----------------------------
INSERT INTO `station_type` VALUES ('1', 'Trạm ko có ATM', '0');
INSERT INTO `station_type` VALUES ('2', 'Trạm có ATM', '1');
INSERT INTO `station_type` VALUES ('3', 'Trạm BTS', '1');
-- ----------------------------
-- Table structure for `user`
-- ----------------------------
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`auth_key` varchar(32) COLLATE utf8_unicode_ci NOT NULL,
`password_hash` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`password_reset_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` int(11) NOT NULL,
`updated_at` int(11) NOT NULL,
`type` int(3) DEFAULT '1' COMMENT '1: user level 1 | 2: user level 2 | 10: (administrator)',
`mobile` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_by` int(11) DEFAULT '0' COMMENT 'User id create',
`fullname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`status` smallint(6) NOT NULL DEFAULT '10',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- ----------------------------
-- Records of user
-- ----------------------------
INSERT INTO `user` VALUES ('2', 'root', '<PASSWORD>wxUFBQqYzdKszg', '$2y$13$WEqyDSOhu7n5wLvTDSv3X.oNguNUSj6XkfZtdcC9R/dJwcY2OtVKm', null, '<EMAIL>', '1429442709', '1434570589', '10', null, '0', 'Vương Dũng', '10');
INSERT INTO `user` VALUES ('5', 'dungvv', 'rAZcuvhhk7rruQtvnnef4hmjExQbmgCF', '$2y$13$tbviTHAE4Xpei9BJH4ySqOoTXPprTYv3mBci7iMKKB2MkSLalhuIe', null, '<EMAIL>', '1429445752', '1429445752', '2', '6843882882', '1', 'Vương Việt Dũng', '10');
INSERT INTO `user` VALUES ('8', 'you1', 'LZRKmVquIteofTf10ky-6gs6zYGYvhCj', '$2y$13$KRYd9y2Ipk5rmrarEDF9quL3wdcnhQ10cAkqkCIql2lFfQVC.Gcwa', null, '<EMAIL>', '1431831178', '1431831178', '2', '1111111111', '1', 'Le A', '10');
INSERT INTO `user` VALUES ('11', 'you11', 'TRPodVUZqwZvuFL5Lcs-QPfGYEIV2rWO', '$2y$13$l9/KOVJNFz.SKBDIj/9jduLutAfyIyqMRed.VcVrUdra7I75tJN1e', null, '<EMAIL>', '1431853695', '1431853695', '2', '123456', '8', 'you you', '10');
INSERT INTO `user` VALUES ('12', 'hn01', 'ZqT_REV6TT1Av2sQDefC69Nh-kcnRuTN', '$2y$13$eqXCeQ6iRY2seLcXxt3XH.Svlw6jAsQlyaRdix7IReSPTkpqSi2Im', null, '<EMAIL>', '1431885563', '1431885924', '2', '0435996969', '1', 'HN01 Administrator', '10');
INSERT INTO `user` VALUES ('13', 'hn01ob', 'VFAHY11-Xp4pJac28KdLsxBr8jHuFS3o', '$2y$13$y.be7db88bnxHJT2wFxmgu0J7Uf/UTlZMTulek93Y/LyKcsu7CMJS', null, '<EMAIL>', '1431890060', '1432043279', '1', '777', '12', 'HN01 Observer', '10');
-- ----------------------------
-- Table structure for `warning`
-- ----------------------------
DROP TABLE IF EXISTS `warning`;
CREATE TABLE `warning` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`warning_type` int(11) DEFAULT '0' COMMENT 'loại cảnh báo',
`station_id` int(11) DEFAULT NULL,
`message` varchar(255) DEFAULT NULL,
`warning_time` int(11) DEFAULT NULL COMMENT 'thời điểm cảnh báo',
`read` int(3) DEFAULT '0' COMMENT '0: chưa xem | 1: đã xem',
PRIMARY KEY (`id`),
KEY `FkWarningType` (`warning_type`)
) ENGINE=InnoDB AUTO_INCREMENT=158 DEFAULT CHARSET=utf8 COMMENT='Bảng Cảnh báo';
-- ----------------------------
-- Records of warning
-- ----------------------------
INSERT INTO `warning` VALUES ('14', '1', '13', 'bao_chay_lon', '1430220326', '1');
INSERT INTO `warning` VALUES ('15', '1', '13', 'bao_chay_lon', '1430390802', '1');
INSERT INTO `warning` VALUES ('16', '1', '13', 'bi_dot_nhap', '1430390872', '1');
INSERT INTO `warning` VALUES ('17', '1', '13', 'bao_chay_lon', '1430391100', '1');
INSERT INTO `warning` VALUES ('18', '1', '13', 'bi_dot_nhap', '1430391194', '1');
INSERT INTO `warning` VALUES ('19', '1', '13', 'bi_dot_nhap', '1430391596', '1');
INSERT INTO `warning` VALUES ('20', '1', '13', 'bao_chay_lon', '1430391605', '1');
INSERT INTO `warning` VALUES ('21', '1', '13', 'bao_chay_lon', '1430409192', '1');
INSERT INTO `warning` VALUES ('22', '1', '13', 'bao_chay_lon', '1430409551', '1');
INSERT INTO `warning` VALUES ('23', '1', '13', 'bao_chay_lon', '1430409567', '1');
INSERT INTO `warning` VALUES ('24', '1', '13', 'bao_chay_lon', '1430409657', '1');
INSERT INTO `warning` VALUES ('25', '1', '13', 'bao_chay_lon', '1430409701', '1');
INSERT INTO `warning` VALUES ('26', '1', '13', 'bao_chay_lon', '1430409859', '1');
INSERT INTO `warning` VALUES ('27', '1', '13', 'bao_chay_lon', '1430409908', '1');
INSERT INTO `warning` VALUES ('28', '1', '13', 'mat dien luoi', '1430412041', '1');
INSERT INTO `warning` VALUES ('29', '1', '13', 'mat dien luoi', '1430412351', '1');
INSERT INTO `warning` VALUES ('30', '1', '13', 'mat dien luoi', '1430412363', '1');
INSERT INTO `warning` VALUES ('31', '1', '13', 'mat dien luoi', '1430412507', '1');
INSERT INTO `warning` VALUES ('32', '1', '13', 'mat dien luoi', '1430412590', '1');
INSERT INTO `warning` VALUES ('33', '1', '13', 'mat dien luoi', '1430412681', '1');
INSERT INTO `warning` VALUES ('34', '1', '13', 'mat dien luoi', '1430412806', '1');
INSERT INTO `warning` VALUES ('35', '1', '13', 'mat dien luoi', '1430413110', '1');
INSERT INTO `warning` VALUES ('36', '1', '13', 'mat dien luoi', '1430413178', '1');
INSERT INTO `warning` VALUES ('37', '1', '13', 'mat dien luoi', '1430413295', '1');
INSERT INTO `warning` VALUES ('38', '1', '13', 'mat dien luoi', '1430415125', '1');
INSERT INTO `warning` VALUES ('39', '1', '13', 'mat dien luoi', '1430415127', '1');
INSERT INTO `warning` VALUES ('40', '1', '13', 'mat dien luoi', '1430415129', '1');
INSERT INTO `warning` VALUES ('41', '1', '13', 'mat dien luoi', '1430415559', '1');
INSERT INTO `warning` VALUES ('42', '1', '13', 'mat dien luoi', '1430415562', '1');
INSERT INTO `warning` VALUES ('43', '1', '13', 'mat dien luoi', '1430415563', '1');
INSERT INTO `warning` VALUES ('44', '1', '13', 'mat dien luoi', '1430415928', '1');
INSERT INTO `warning` VALUES ('45', '1', '13', 'mat dien luoi', '1430415930', '1');
INSERT INTO `warning` VALUES ('46', '1', '13', 'mat dien luoi', '1430415932', '1');
INSERT INTO `warning` VALUES ('47', '1', '13', 'mat dien luoi', '1430415952', '1');
INSERT INTO `warning` VALUES ('48', '1', '13', 'mat dien luoi', '1430415954', '1');
INSERT INTO `warning` VALUES ('49', '1', '13', 'mat dien luoi', '1430415956', '1');
INSERT INTO `warning` VALUES ('50', '1', '13', 'khong co internet', '1430417057', '1');
INSERT INTO `warning` VALUES ('51', '1', '13', 'khong co internet', '1430417181', '1');
INSERT INTO `warning` VALUES ('52', '1', '13', 'khong co internet', '1430417278', '1');
INSERT INTO `warning` VALUES ('53', '1', '13', 'khong co internet', '1430418433', '1');
INSERT INTO `warning` VALUES ('54', '1', '13', 'khong co internet', '1430421638', '1');
INSERT INTO `warning` VALUES ('55', '1', '13', 'khong co internet', '1430421707', '1');
INSERT INTO `warning` VALUES ('56', '1', '13', 'khong co internet', '1430421880', '1');
INSERT INTO `warning` VALUES ('57', '1', '13', 'khong co internet', '1430422150', '1');
INSERT INTO `warning` VALUES ('58', '1', '13', 'khong co internet', '1430422279', '1');
INSERT INTO `warning` VALUES ('59', '1', '13', 'khong co internet', '1430422748', '1');
INSERT INTO `warning` VALUES ('60', '1', '13', 'khong co internet', '1430423103', '1');
INSERT INTO `warning` VALUES ('61', '1', '13', 'khong co internet', '1430424055', '1');
INSERT INTO `warning` VALUES ('62', '1', '13', 'khong co internet', '1430424217', '1');
INSERT INTO `warning` VALUES ('63', '1', '13', 'khong co internet', '1430472166', '1');
INSERT INTO `warning` VALUES ('64', '1', '13', 'khong co internet', '1430472394', '1');
INSERT INTO `warning` VALUES ('65', '1', '13', 'khong co internet', '1430472716', '1');
INSERT INTO `warning` VALUES ('66', '1', '13', 'khong co internet', '1430472890', '1');
INSERT INTO `warning` VALUES ('67', '1', '13', 'khong co internet', '1430473677', '1');
INSERT INTO `warning` VALUES ('68', '1', '13', 'khong co internet', '1430473859', '1');
INSERT INTO `warning` VALUES ('69', '1', '13', 'khong co internet', '1430473930', '1');
INSERT INTO `warning` VALUES ('70', '1', '13', 'khong co internet', '1430474026', '1');
INSERT INTO `warning` VALUES ('71', '1', '13', 'khong co internet', '1430474084', '1');
INSERT INTO `warning` VALUES ('72', '1', '13', 'khong co internet', '1430474121', '1');
INSERT INTO `warning` VALUES ('73', '1', '13', 'khong co internet', '1430476383', '1');
INSERT INTO `warning` VALUES ('74', '1', '13', 'khong co internet', '1430476737', '1');
INSERT INTO `warning` VALUES ('75', '1', '13', 'khong co internet', '1430476957', '1');
INSERT INTO `warning` VALUES ('76', '1', '13', 'khong co internet', '1430477026', '1');
INSERT INTO `warning` VALUES ('77', '1', '13', 'khong co internet', '1430477143', '1');
INSERT INTO `warning` VALUES ('78', '1', '13', 'khong co internet', '1430477323', '1');
INSERT INTO `warning` VALUES ('79', '1', '13', 'khong co internet', '1430477343', '1');
INSERT INTO `warning` VALUES ('80', '1', '13', 'khong co internet', '1430477662', '1');
INSERT INTO `warning` VALUES ('81', '1', '13', 'khong co internet', '1430477847', '1');
INSERT INTO `warning` VALUES ('82', '1', '13', 'khong co internet', '1430496742', '1');
INSERT INTO `warning` VALUES ('83', '1', '13', 'mat dien luoi', '1430582207', '1');
INSERT INTO `warning` VALUES ('84', '1', '13', 'mat dien luoi', '1430582751', '1');
INSERT INTO `warning` VALUES ('85', '1', '13', 'mat dien luoi', '1430582914', '1');
INSERT INTO `warning` VALUES ('86', '1', '13', 'mat dien luoi', '1430583176', '1');
INSERT INTO `warning` VALUES ('87', '1', '13', 'mat dien luoi', '1430583194', '1');
INSERT INTO `warning` VALUES ('88', '1', '13', 'mat dien luoi', '1430583786', '1');
INSERT INTO `warning` VALUES ('89', '1', '13', 'mat dien luoi', '1430623017', '1');
INSERT INTO `warning` VALUES ('90', '1', '14', 'Do amHigh Alarm:32.1>32', '1431504471', '1');
INSERT INTO `warning` VALUES ('91', '1', '14', 'Do amHigh Alarm:90.0>34', '1431705478', '1');
INSERT INTO `warning` VALUES ('92', '1', '14', 'Do am:30.6', '1431705649', '1');
INSERT INTO `warning` VALUES ('93', '1', '14', 'Nhiet doHigh Alarm:90.0>34', '1431707210', '1');
INSERT INTO `warning` VALUES ('94', '1', '14', 'Nhiet do:30.0', '1431707339', '1');
INSERT INTO `warning` VALUES ('95', '1', '14', 'Nhiet doHigh Alarm:90.0>34', '1431710758', '1');
INSERT INTO `warning` VALUES ('96', '1', '14', 'Nhiet do:29.8', '1431710928', '1');
INSERT INTO `warning` VALUES ('97', '1', '14', 'Do amHigh Alarm:90.0>34', '1431755806', '1');
INSERT INTO `warning` VALUES ('98', '1', '14', 'Do am:29.6', '1431755935', '1');
INSERT INTO `warning` VALUES ('99', '1', '16', '5 Alarm nhiet cao:30>29 oC', '1431757578', '1');
INSERT INTO `warning` VALUES ('100', '1', '16', '5 Alarm nhiet cao:30>29 oC', '1431757658', '1');
INSERT INTO `warning` VALUES ('103', '1', '14', 'mat dien luoi', '1431954170', '1');
INSERT INTO `warning` VALUES ('104', '1', '14', 'mat dien luoi', '1431954210', '1');
INSERT INTO `warning` VALUES ('105', '1', '14', 'mat dien luoi', '1431965423', '1');
INSERT INTO `warning` VALUES ('107', '0', '14', 'mat dien luoi', '1433040113', '1');
INSERT INTO `warning` VALUES ('108', '0', '14', 'mat dien luoi', '1433363715', '1');
INSERT INTO `warning` VALUES ('109', '0', '14', 'mat dien luoi', '1434046167', '1');
INSERT INTO `warning` VALUES ('110', '0', '14', 'mat dien luoi', '1434046370', '1');
INSERT INTO `warning` VALUES ('111', '0', '14', 'mat dien luoi', '1434046900', '1');
INSERT INTO `warning` VALUES ('112', '0', '14', 'mat dien luoi', '1434047108', '1');
INSERT INTO `warning` VALUES ('113', '0', '14', 'mat dien luoi', '1434047396', '1');
INSERT INTO `warning` VALUES ('114', '0', '14', 'mat dien luoi', '1434047479', '1');
INSERT INTO `warning` VALUES ('115', '0', '14', 'mat dien luoi', '1434047643', '1');
INSERT INTO `warning` VALUES ('116', '0', '14', 'mat dien luoi', '1434047690', '1');
INSERT INTO `warning` VALUES ('117', '0', '14', 'mat dien luoi', '1434049108', '1');
INSERT INTO `warning` VALUES ('118', '0', '14', 'mat dien luoi', '1434049240', '1');
INSERT INTO `warning` VALUES ('119', '0', '14', 'mat dien luoi', '1434049319', '1');
INSERT INTO `warning` VALUES ('120', '0', '14', 'mat dien luoi', '1434049731', '1');
INSERT INTO `warning` VALUES ('121', '0', '14', 'mat dien luoi', '1434049833', '1');
INSERT INTO `warning` VALUES ('122', '0', '14', 'mat dien luoi', '1434050149', '1');
INSERT INTO `warning` VALUES ('123', '0', '14', 'mat dien luoi', '1434050173', '1');
INSERT INTO `warning` VALUES ('124', '0', '14', 'mat dien luoi', '1434051580', '1');
INSERT INTO `warning` VALUES ('125', '0', '14', 'mat dien luoi', '1434051906', '1');
INSERT INTO `warning` VALUES ('126', '0', '14', 'mat dien luoi', '1434052026', '1');
INSERT INTO `warning` VALUES ('127', '0', '14', 'mat dien luoi', '1434052247', '1');
INSERT INTO `warning` VALUES ('128', '0', '14', 'mat dien luoi', '1434052325', '1');
INSERT INTO `warning` VALUES ('129', '0', '14', 'mat dien luoi', '1434052333', '1');
INSERT INTO `warning` VALUES ('130', '0', '14', 'mat dien luoi', '1434052342', '1');
INSERT INTO `warning` VALUES ('131', '0', '14', 'mat dien luoi', '1434052349', '1');
INSERT INTO `warning` VALUES ('132', '0', '14', 'mat dien luoi', '1434052356', '1');
INSERT INTO `warning` VALUES ('133', '0', '14', 'mat dien luoi', '1434052364', '1');
INSERT INTO `warning` VALUES ('134', '0', '14', 'mat dien luoi', '1434052372', '1');
INSERT INTO `warning` VALUES ('135', '0', '13', 'Tat bao dong', '1434061194', '1');
INSERT INTO `warning` VALUES ('136', '0', '14', 'mat dien luoi', '1434907383', '1');
INSERT INTO `warning` VALUES ('137', '0', '14', 'mat dien luoi', '1434907514', '1');
INSERT INTO `warning` VALUES ('138', '0', '13', 'mat dien luoi', '1435478363', '1');
INSERT INTO `warning` VALUES ('139', '0', '13', 'mat dien luoi', '1435478529', '1');
INSERT INTO `warning` VALUES ('140', '0', '13', 'mat dien luoi', '1435478613', '1');
INSERT INTO `warning` VALUES ('141', '0', '13', 'mat dien luoi', '1435478633', '1');
INSERT INTO `warning` VALUES ('142', '0', '13', 'mat dien luoi', '1435479014', '1');
INSERT INTO `warning` VALUES ('143', '0', '13', 'mat dien luoi', '1435479258', '1');
INSERT INTO `warning` VALUES ('144', '0', '13', 'mat dien luoi', '1435479282', '1');
INSERT INTO `warning` VALUES ('145', '0', '13', 'mat dien luoi', '1435479313', '1');
INSERT INTO `warning` VALUES ('146', '0', '13', 'mat dien luoi', '1435479498', '1');
INSERT INTO `warning` VALUES ('147', '0', '13', 'mat dien luoi', '1435480295', '1');
INSERT INTO `warning` VALUES ('148', '0', '13', 'mat dien luoi', '1435480356', '1');
INSERT INTO `warning` VALUES ('149', '0', '13', 'mat dien luoi', '1435480632', '1');
INSERT INTO `warning` VALUES ('150', '0', '13', 'mat dien luoi', '1435480845', '1');
INSERT INTO `warning` VALUES ('151', '0', '13', 'mat dien luoi', '1435480909', '1');
INSERT INTO `warning` VALUES ('152', '0', '13', 'mat dien luoi', '1435481023', '1');
INSERT INTO `warning` VALUES ('153', '0', '13', 'mat dien luoi', '1435481149', '1');
INSERT INTO `warning` VALUES ('154', '0', '13', 'mat dien luoi', '1435696121', '1');
INSERT INTO `warning` VALUES ('155', '0', '13', 'Tat bao dong', '1438018449', '1');
INSERT INTO `warning` VALUES ('156', '0', '13', 'Bat bao dong', '1438019494', '1');
INSERT INTO `warning` VALUES ('157', '0', '13', 'Bat bao dong', '1438019563', '1');
-- ----------------------------
-- Table structure for `warning_picture`
-- ----------------------------
DROP TABLE IF EXISTS `warning_picture`;
CREATE TABLE `warning_picture` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`warning_id` int(11) NOT NULL,
`picture` varchar(255) DEFAULT NULL,
`created_at` int(11) DEFAULT '0',
PRIMARY KEY (`id`),
KEY `PkWarning` (`warning_id`),
CONSTRAINT `PkWarning` FOREIGN KEY (`warning_id`) REFERENCES `warning` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION
) ENGINE=InnoDB AUTO_INCREMENT=468 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of warning_picture
-- ----------------------------
INSERT INTO `warning_picture` VALUES ('447', '148', '2015/06/28/alarm_371274.jpg', '1435480360');
INSERT INTO `warning_picture` VALUES ('448', '148', '2015/06/28/alarm_383688.jpg', '1435480360');
INSERT INTO `warning_picture` VALUES ('449', '148', '2015/06/28/alarm_399403.jpg', '1435480360');
INSERT INTO `warning_picture` VALUES ('450', '149', '2015/06/28/alarm_137211.jpg', '1435480636');
INSERT INTO `warning_picture` VALUES ('451', '149', '2015/06/28/alarm_145681.jpg', '1435480636');
INSERT INTO `warning_picture` VALUES ('452', '149', '2015/06/28/alarm_153391.jpg', '1435480636');
INSERT INTO `warning_picture` VALUES ('453', '150', '2015/06/28/alarm_461929823.jpeg', '1435480849');
INSERT INTO `warning_picture` VALUES ('454', '150', '2015/06/28/alarm_473835760.jpeg', '1435480849');
INSERT INTO `warning_picture` VALUES ('455', '150', '2015/06/28/alarm_481166960.jpeg', '1435480849');
INSERT INTO `warning_picture` VALUES ('456', '151', '2015/06/28/alarm_508220697.jpeg', '1435480913');
INSERT INTO `warning_picture` VALUES ('457', '151', '2015/06/28/alarm_51693984.jpeg', '1435480913');
INSERT INTO `warning_picture` VALUES ('458', '151', '2015/06/28/alarm_537496893.jpeg', '1435480913');
INSERT INTO `warning_picture` VALUES ('459', '152', '2015/06/28/alarm_445601941.jpeg', '1435481027');
INSERT INTO `warning_picture` VALUES ('460', '152', '2015/06/28/alarm_463509255.jpeg', '1435481027');
INSERT INTO `warning_picture` VALUES ('461', '152', '2015/06/28/alarm_473442733.jpeg', '1435481027');
INSERT INTO `warning_picture` VALUES ('462', '153', '2015/06/28/alarm_499771141.jpeg', '1435481151');
INSERT INTO `warning_picture` VALUES ('463', '153', '2015/06/28/alarm_508506924.jpeg', '1435481151');
INSERT INTO `warning_picture` VALUES ('464', '153', '2015/06/28/alarm_504287680.jpeg', '1435481151');
INSERT INTO `warning_picture` VALUES ('465', '154', '2015/07/01/alarm_426604648.jpeg', '1435696123');
INSERT INTO `warning_picture` VALUES ('466', '154', '2015/07/01/alarm_428480986.jpeg', '1435696123');
INSERT INTO `warning_picture` VALUES ('467', '154', '2015/07/01/alarm_433491556.jpeg', '1435696123');
-- ----------------------------
-- Table structure for `warning_type`
-- ----------------------------
DROP TABLE IF EXISTS `warning_type`;
CREATE TABLE `warning_type` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`code` varchar(100) DEFAULT NULL,
`name` varchar(255) NOT NULL,
`active` int(3) DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Bảng Loại cảnh báo';
-- ----------------------------
-- Records of warning_type
-- ----------------------------
INSERT INTO `warning_type` VALUES ('1', '01', 'Báo động', '1');
|
<gh_stars>10-100
SELECT
COUNT(*) request_total,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 day') request_day,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 week') request_week,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 month') request_month,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '3 month') request_3_month,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '6 month') request_6_month,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 day' AND was_590 = true) request_day_was_590,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 week' AND was_590 = true) request_week_was_590,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 month' AND was_590 = true) request_month_was_590,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '3 month' AND was_590 = true) request_3_month_was_590,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '6 month' AND was_590 = true) request_6_month_was_590,
COUNT(*) FILTER(WHERE was_590 = true) request_total_was_590,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 day' AND "was_plScore" = true) request_day_was_plScore,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 week' AND "was_plScore" = true) request_week_was_plScore,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 month' AND "was_plScore" = true) request_month_was_plScore,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '3 month' AND "was_plScore" = true) request_3_month_was_plScore,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '6 month' AND "was_plScore" = true) request_6_month_was_plScore,
COUNT(*) FILTER(WHERE "was_plScore" = true) request_total_was_plScore,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 day' AND was_verified = true) request_day_was_verified,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 week' AND was_verified = true) request_week_was_verified,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '1 month' AND was_verified = true) request_month_was_verified,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '3 month' AND was_verified = true) request_3_month_was_verified,
COUNT(*) FILTER(WHERE timestamp > NOW() - INTERVAL '6 month' AND was_verified = true) request_6_month_was_verified,
COUNT(*) FILTER(WHERE was_verified = true) request_total_was_verified,
COUNT(DISTINCT client) uq_user_total,
COUNT(DISTINCT client) FILTER(WHERE timestamp > NOW() - INTERVAL '1 day') uq_user_day,
COUNT(DISTINCT client) FILTER(WHERE timestamp > NOW() - INTERVAL '1 week') uq_user_week,
COUNT(DISTINCT client) FILTER(WHERE timestamp > NOW() - INTERVAL '1 month') uq_user_month,
COUNT(DISTINCT client) FILTER(WHERE timestamp > NOW() - INTERVAL '3 month') uq_user_3_month,
COUNT(DISTINCT client) FILTER(WHERE timestamp > NOW() - INTERVAL '6 month') uq_user_6_month
FROM
{{ source('public', 'pola_query') }}
|
drop table if exists t ;
drop vclass v;
create class t(a int primary key,b varchar(10));
create vclass v(a,b,c) as select a,b, ('aaa'='aaa') c from t;
select * from v;
drop table if exists t ;
drop vclass v;
|
<reponame>LasseWolter/clowdr<filename>hasura/migrations/1620743481518_alter_table_video_VideoRenderJob_drop_column_broadcastElementId/down.sql
alter table "video"."VideoRenderJob" alter column "broadcastElementId" drop not null;
alter table "video"."VideoRenderJob" add column "broadcastElementId" uuid;
|
<filename>webathleticv3.sql
-- phpMyAdmin SQL Dump
-- version 4.5.4.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 04, 2018 at 06:01 PM
-- Server version: 5.7.16
-- PHP Version: 7.2.2
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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 */;
--
-- Database: `webathleticv3`
--
-- --------------------------------------------------------
--
-- Table structure for table `activity_log`
--
CREATE TABLE `activity_log` (
`id` int(10) UNSIGNED NOT NULL,
`log_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8_unicode_ci NOT NULL,
`subject_id` int(11) DEFAULT NULL,
`subject_type` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`causer_id` int(11) DEFAULT NULL,
`causer_type` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`properties` text COLLATE utf8_unicode_ci,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `activity_log`
--
INSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_id`, `subject_type`, `causer_id`, `causer_type`, `properties`, `created_at`, `updated_at`) VALUES
(1, 'Check In', 'logged in successfully.', NULL, NULL, 1, 'App\\User', '[]', '2018-06-04 05:15:15', '2018-06-04 05:15:15'),
(2, 'default', 'updated', 1, 'App\\Company', 1, 'App\\User', '{"attributes":{"company_name":"aweqweqw","address":"A\\/2, ravi tenement, A\\/2, ravi tenement","primary_language":"ewqwe","City":"asd","allow_cashback":2,"visit_location":2,"phone_main":"<EMAIL>","email_main":"<EMAIL>"},"old":{"company_name":null,"address":"A\\/2, ravi tenement, A\\/2, ravi tenement","primary_language":null,"City":null,"allow_cashback":0,"visit_location":0,"phone_main":null,"email_main":null}}', '2018-06-04 05:58:17', '2018-06-04 05:58:17'),
(3, 'Check In', 'logged in successfully.', NULL, NULL, 13, 'App\\User', '[]', '2018-06-04 06:58:22', '2018-06-04 06:58:22');
-- --------------------------------------------------------
--
-- Table structure for table `calendar_connected_users`
--
CREATE TABLE `calendar_connected_users` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`parent_user_id` int(11) NOT NULL,
`schedule_id` int(11) NOT NULL,
`user_color_code` varchar(8) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `calendar_connected_users`
--
INSERT INTO `calendar_connected_users` (`id`, `user_id`, `parent_user_id`, `schedule_id`, `user_color_code`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1, '#7d2c2c', '2018-06-04 05:21:52', '2018-06-04 05:53:47'),
(2, 2, 1, 1, '#0f2cc2', '2018-06-04 05:54:10', '2018-06-04 05:54:10');
-- --------------------------------------------------------
--
-- Table structure for table `companies`
--
CREATE TABLE `companies` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`avatar` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`gender` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`birthday` date DEFAULT NULL,
`iban` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`taal` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`klant_sinds` date DEFAULT NULL,
`about` text COLLATE utf8mb4_unicode_ci,
`user_meta` text COLLATE utf8mb4_unicode_ci,
`role` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`activation_status` tinyint(4) NOT NULL DEFAULT '0',
`block_reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`blocked_at` timestamp NULL DEFAULT NULL,
`place_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`name_of_account_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bic_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`barcode` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user_id` int(255) NOT NULL,
`parent_id` bigint(20) DEFAULT '1',
`Soort` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`City` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`Contactpersoon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`cashback` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`phone_main` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone_contact` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone_administration` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email_main` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email_contact` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`email_administration` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`kvk_number` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`btw_number` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`primary_language` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`company_name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`visit_location` tinyint(4) NOT NULL,
`allow_cashback` tinyint(4) NOT NULL,
`zipcode` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `companies`
--
INSERT INTO `companies` (`id`, `name`, `password`, `avatar`, `gender`, `phone`, `address`, `birthday`, `iban`, `taal`, `klant_sinds`, `about`, `user_meta`, `role`, `activation_status`, `block_reason`, `blocked_at`, `place_holder`, `name_of_account_holder`, `bic_code`, `barcode`, `remember_token`, `user_id`, `parent_id`, `Soort`, `City`, `Contactpersoon`, `cashback`, `created_at`, `updated_at`, `slug`, `phone_main`, `phone_contact`, `phone_administration`, `email_main`, `email_contact`, `email_administration`, `kvk_number`, `btw_number`, `primary_language`, `company_name`, `state`, `visit_location`, `allow_cashback`, `zipcode`) VALUES
(1, 'snehal', '$2y$10$fTInGzIS1X/BpYh8OIqhYuLscfionuHf0BbE6C/9WnJZWojRXCyAS', NULL, 'm', '1234567890', 'A/2, ravi tenement, A/2, ravi tenement', '2005-01-29', 'dafbgsadf', 'adfbadfbdf', '1970-01-03', 'wedgvawsedv', NULL, 'Company1', 0, '', '2018-05-22 07:16:04', NULL, NULL, NULL, NULL, 'nkImrflv8AfpmsIFi8MAxzxiWm6rsRKB4YeX9DxaRYQeBIOuu5gdk7tXKCcG', 1, 1, 'adsvadsfv', 'asd', 'snehal', 'active', '2018-04-18 12:33:16', '2018-06-04 05:58:17', 'Misty_Streich3645', '<EMAIL>', NULL, NULL, '<EMAIL>', NULL, NULL, NULL, NULL, 'ewqwe', 'aweqweqw', NULL, 2, 2, '23123'),
(2, '<NAME>', '$2y$10$fTInGzIS1X/BpYh8OIqhYuLscfionuHf0BbE6C/9WnJZWojRXCyAS', '2.png', NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, '{"i":{"kcal":"1200","eiwit":"12525","koolhydraat":"12065646","vezel":"238882","vet":"120885"},"b":{"kcal":"125550","eiwit":"12","koolhydraat":"12","vezel":"12","vet":"120"},"doelstelling":"Test Message","mayur":"test"}', 'user', 1, '', '2018-05-22 07:16:07', NULL, NULL, NULL, NULL, 'tGxUwVOCYKJ9RML2TQOoTa5CrzJbCzYWmzLEAEfdDfHjspcPVF9swVefZIYj', 0, 1, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-05-08 12:18:04', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL),
(3, '<NAME> Sr.', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, 'f', '9876543210', 'adsofihvopads', '2012-02-24', NULL, 'Angola', '1970-01-01', 'asdvas', NULL, 'user', 1, '', '2018-05-22 07:16:07', NULL, NULL, NULL, NULL, 'xEFj6SkKKm', 0, 1, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-05-22 01:09:59', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL),
(4, '<NAME>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:08', NULL, NULL, NULL, NULL, 'lhk2Wysftn', 0, 1, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL),
(5, '<NAME>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:08', NULL, NULL, NULL, NULL, 'ZSawMIPsf4', 0, 1, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', 'Hilton_Bergnaum6847', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL),
(6, '<NAME> PhD', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 1, '', '2018-05-22 07:16:10', NULL, NULL, NULL, NULL, 'l4J6fv1pvI', 0, 1, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 13:35:12', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL),
(7, '<NAME>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:09', NULL, NULL, NULL, NULL, 'WZUdUPOnyp', 0, 1, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL),
(8, '<NAME>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:10', NULL, NULL, NULL, NULL, 'vsfNgU6mfb', 0, 1, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL),
(9, '<NAME>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:14', NULL, NULL, NULL, NULL, 'YCjWrawPxj', 0, 1, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL),
(10, 'Dr. <NAME>', <PASSWORD>$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:15', NULL, NULL, NULL, NULL, 'SMEJgHmGih', 0, 1, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL),
(13, 'vishal patel', '$2y$10$W038y1AXKLT7wmhMEgwupeT5JEUMokAldXdeaw0QLz42K/BCMxZtq', NULL, 'm', '9898646866', '702-703 iscon,jodhpur crose', NULL, NULL, NULL, NULL, 'dsfvds', NULL, 'company', 1, '', '2018-05-22 07:16:18', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, '2018-05-21 05:18:10', '2018-05-21 05:18:10', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `exercises`
--
CREATE TABLE `exercises` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
`price` decimal(10,2) NOT NULL,
`tax` decimal(10,2) NOT NULL,
`slug` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`path` text COLLATE utf8_unicode_ci,
`user_id` int(11) NOT NULL DEFAULT '0',
`group_id` int(11) NOT NULL DEFAULT '0',
`group_priority` int(11) NOT NULL DEFAULT '0',
`barcode` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `exercises`
--
INSERT INTO `exercises` (`id`, `name`, `price`, `tax`, `slug`, `path`, `user_id`, `group_id`, `group_priority`, `barcode`, `created_at`, `updated_at`) VALUES
(1, 'deadlift1', '0.00', '0.00', 'deadlift', '1528116452.jpeg', 1, 1, 1, 'Slug: deadlift Name: 1 Price: 0.00Tax: 0.00', '2018-06-04 07:17:32', '2018-06-04 07:20:19'),
(2, 'deadlift', '0.00', '0.00', 'deadlift', '1528116452.jpeg', 1, 2, 1, 'Slug: deadlift Name: 2 Price: 0.00Tax: 0.00', '2018-06-04 07:17:32', '2018-06-04 07:17:32');
-- --------------------------------------------------------
--
-- Table structure for table `exercise_accent_muscle_group`
--
CREATE TABLE `exercise_accent_muscle_group` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`musclegroupname` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `exercise_goals`
--
CREATE TABLE `exercise_goals` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`goalname` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `exercise_has_attributes`
--
CREATE TABLE `exercise_has_attributes` (
`exerciseid` int(11) NOT NULL,
`attributeid` int(11) NOT NULL,
`attributetype` varchar(100) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `exercise_material`
--
CREATE TABLE `exercise_material` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`materiallevel` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `exercise_training_levels`
--
CREATE TABLE `exercise_training_levels` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`traininglevel` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `galleries`
--
CREATE TABLE `galleries` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED NOT NULL,
`caption` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`thumb` varchar(225) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`publication_status` tinyint(4) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `galleries`
--
INSERT INTO `galleries` (`id`, `user_id`, `caption`, `image`, `thumb`, `publication_status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Molestiae ex nihil excepturi asperiores nam quia cupiditate.', '1_786327837.png', 'thumb_1_786327837.png', 1, '2018-04-18 12:33:20', '2018-05-17 07:56:52'),
(2, 1, 'Deserunt enim alias voluptates et quam.', '2_1265860481.png', NULL, 1, '2018-04-18 12:33:21', '2018-05-17 05:40:15'),
(3, 1, 'Quae qui autem dolores autem.', '3_216125584.png', NULL, 1, '2018-04-18 12:33:21', '2018-05-17 05:40:44'),
(4, 1, 'Ut architecto enim possimus sit doloribus explicabo.', '1.jpg', NULL, 0, '2018-04-18 12:33:21', '2018-04-18 12:33:21'),
(5, 1, 'Aut dolor quidem temporibus quasi est et omnis.', '1.jpg', NULL, 0, '2018-04-18 12:33:21', '2018-04-19 16:06:47'),
(6, 1, 'Similique cum temporibus vel nam cumque.', '1.jpg', NULL, 0, '2018-04-18 12:33:21', '2018-04-18 12:33:21'),
(7, 1, 'Dolorum possimus voluptatem aliquam non sapiente.', '1.jpg', NULL, 0, '2018-04-18 12:33:21', '2018-04-18 12:33:21'),
(8, 1, 'Quidem qui consequuntur qui est quisquam dolorem fuga.', '1.jpg', NULL, 0, '2018-04-18 12:33:21', '2018-04-18 12:33:21'),
(9, 1, 'Fugit recusandae officiis deserunt eius animi consequatur.', '1.jpg', NULL, 0, '2018-04-18 12:33:21', '2018-04-18 12:33:21'),
(10, 1, 'Id odit quos reiciendis minima consequuntur quo.', '1.jpg', NULL, 0, '2018-04-18 12:33:21', '2018-04-19 16:06:42'),
(11, 1, 'Non ea veritatis veritatis velit quo magnam non.', '11.jpg', 'thumb_11.jpg', 1, '2018-04-18 12:33:21', '2018-05-17 05:49:53'),
(12, 1, 'Fuga repudiandae veritatis totam quia quia corrupti a.', '12_763253294.png', NULL, 1, '2018-04-18 12:33:21', '2018-05-17 05:42:27'),
(13, 1, 'Et quia doloremque voluptate maiores qui.', '1.jpg', NULL, 1, '2018-04-18 12:33:21', '2018-04-18 12:33:21'),
(14, 1, 'Quo incidunt sit soluta qui molestias rerum distinctio.', '1.jpg', NULL, 1, '2018-04-18 12:33:21', '2018-04-18 12:33:21'),
(15, 1, 'Excepturi voluptas voluptas eum neque eum.', '1.jpg', NULL, 0, '2018-04-18 12:33:21', '2018-04-18 12:33:21');
-- --------------------------------------------------------
--
-- Table structure for table `log_events`
--
CREATE TABLE `log_events` (
`id` int(255) NOT NULL,
`log` longtext NOT NULL,
`user_id` int(255) DEFAULT NULL,
`role` varchar(255) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(3, '2018_05_03_014539_create_productmedia_table', 2),
(4, '2018_05_05_015755_create_user_orders_table', 2),
(5, '2018_05_05_015850_create_user_has_products_table', 2),
(6, '2018_05_08_165442_create_exercise_goals_table', 2),
(7, '2018_05_08_165549_create_exercise_accent_muscle_group_table', 2),
(8, '2018_05_08_165602_create_exercise_training_levels_table', 2),
(9, '2018_05_08_165625_create_exercise_material_table', 2),
(11, '2018_05_08_181519_create_exercise_has_attributes_table', 2),
(12, '2018_05_15_012750_create_training_schema_table', 2),
(13, '2018_05_15_012802_create_training_schedule_table', 2),
(14, '2018_05_15_012826_create_user_has_schema_table', 2),
(15, '2018_05_15_012850_create_schema_has_exercise_table', 2),
(16, '2018_05_17_100634_add_training_fields_to_users_table', 2),
(17, '2018_05_25_125018_create_users_table', 11),
(18, '2018_05_31_224303_create_calendar_connected_users_table', 12),
(19, '2018_05_31_224329_create_service_events_table', 12),
(20, '2018_05_31_224347_create_service_event_exceptions_table', 12),
(21, '2018_05_31_224414_create_service_opening_hours_table', 12),
(22, '2018_05_31_224435_create_service_schedules_table', 12),
(23, '2018_05_31_224457_create_service_schedule_has_users_table', 12),
(25, '2018_06_01_101328_change_fields_to_companies', 12),
(26, '2018_06_02_213235_create_activity_log_table', 12),
(28, '2018_05_03_014527_create_productgroup_table', 13),
(29, '2018_05_08_165827_create_exercises_table', 14),
(30, '2018_05_31_225906_create_transactions_table', 15);
-- --------------------------------------------------------
--
-- Table structure for table `packages`
--
CREATE TABLE `packages` (
`id` int(10) UNSIGNED NOT NULL,
`days` int(11) NOT NULL DEFAULT '0',
`credits` int(11) NOT NULL DEFAULT '0',
`products` int(11) NOT NULL DEFAULT '0',
`pro_rato` int(11) NOT NULL DEFAULT '0',
`expand_automatically` tinyint(4) NOT NULL DEFAULT '0',
`Start_fee` int(11) NOT NULL DEFAULT '0',
`entree` int(11) NOT NULL DEFAULT '0',
`sell_category` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
`enquette` int(11) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`role_id` int(255) NOT NULL,
`user_id` int(255) NOT NULL,
`max_users` int(255) NOT NULL,
`added_by` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`payment_days` longtext COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `packages`
--
INSERT INTO `packages` (`id`, `days`, `credits`, `products`, `pro_rato`, `expand_automatically`, `Start_fee`, `entree`, `sell_category`, `enquette`, `created_at`, `updated_at`, `role_id`, `user_id`, `max_users`, `added_by`, `payment_days`) VALUES
(1, 2, 100, 1, 20, 1, 100, 1, 'adrfbgsd', 1200, NULL, '2018-05-25 08:27:50', 0, 0, 0, '', '05/31/2018,05/24/2018,05/17/2018,05/15/2018,05/23/2018,05/22/2018,05/29/2018,05/30/2018,05/16/2018,05/11/2018,05/05/2018,05/07/2018'),
(2, 25, 1205, 1, 12505, 1, 600, 1200, 'sfdwthndfrt', 0, '2018-05-18 06:16:30', '2018-05-25 08:22:59', 0, 0, 0, '', '05/31/2018,05/24/2018,05/17/2018,05/15/2018,05/23/2018,05/22/2018,05/29/2018,05/30/2018,05/16/2018,05/11/2018,05/05/2018,05/07/2018'),
(4, 10, 100, 2, 120, 1, 1200, 1200, 'asdgvads', 0, '2018-05-24 07:23:02', '2018-05-25 07:55:00', 0, 1, 0, '', '05/31/2018,05/24/2018,05/17/2018,05/15/2018,05/23/2018,05/22/2018,05/29/2018,05/30/2018,05/16/2018,05/11/2018,05/05/2018,05/07/2018'),
(5, 4, 200, 2, 120, 1, 220, 150, 'dfbsdfbadf', 0, '2018-05-24 07:27:18', '2018-05-24 07:27:18', 0, 1, 0, '', ''),
(7, 10, 120, 2, 201, 1, 120, 200, 'asdvadsfvads', 0, '2018-05-25 06:24:01', '2018-05-25 07:51:45', 0, 1, 0, 'admin', '05/17/2018,05/18/2018,05/25/2018,05/24/2018,05/31/2018,06/02/2018,06/29/2018,06/15/2018,06/12/2018,06/27/2018,06/13/2018,06/18/2018');
-- --------------------------------------------------------
--
-- Table structure for table `pages`
--
CREATE TABLE `pages` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED NOT NULL,
`page_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`category` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`page_slug` varchar(190) COLLATE utf8mb4_unicode_ci NOT NULL,
`page_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
`page_featured_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`thumb` varchar(225) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_description` text COLLATE utf8mb4_unicode_ci,
`publication_status` tinyint(4) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `pages`
--
INSERT INTO `pages` (`id`, `user_id`, `page_name`, `category`, `page_slug`, `page_content`, `page_featured_image`, `thumb`, `meta_title`, `meta_keywords`, `meta_description`, `publication_status`, `created_at`, `updated_at`) VALUES
(4, 1, 'sign up', 'join', 'consequatur_a', '<p>Temporibus minima similique eum officia. Est autem voluptas ducimus expedita aut adipisci. Quidem eius cumque libero eos. Tempore esse magnam voluptatem. Accusamus vel fugit ad illum.</p>', NULL, NULL, 'Eos', 'rem, voluptate, voluptatem', 'Voluptates sit temporibus dolorem esse facere. Ab tenetur eum labore sunt deserunt minus. Incidunt omnis quis voluptatem modi totam quia nisi.', 0, '2018-04-18 12:33:20', '2018-05-16 10:01:13'),
(5, 1, 'login', 'join', 'quis_ut', 'Quaerat quidem voluptatem et expedita et quia ut. Consectetur id exercitationem possimus nobis. Rerum voluptas vel voluptas et mollitia sed. Vitae soluta sunt dolor.Quaerat quidem voluptatem et expedita et quia ut. Consectetur id \r\nexercitationem possimus nobis. Rerum voluptas vel voluptas et mollitia \r\nsed. Vitae soluta sunt dolor.Quaerat quidem voluptatem et expedita et quia ut. Consectetur id \r\nexercitationem possimus nobis. Rerum voluptas vel voluptas et mollitia \r\nsed. Vitae soluta sunt dolor.Quaerat quidem voluptatem et expedita et quia ut. Consectetur id \r\nexercitationem possimus nobis. Rerum voluptas vel voluptas et mollitia \r\nsed. Vitae soluta sunt dolor.Quaerat quidem voluptatem et expedita et quia ut. Consectetur id \r\nexercitationem possimus nobis. Rerum voluptas vel voluptas et mollitia \r\nsed. Vitae soluta sunt dolor.Quaerat quidem voluptatem et expedita et quia ut. Consectetur id \r\nexercitationem possimus nobis. Rerum voluptas vel voluptas et mollitia \r\nsed. Vitae soluta sunt dolor.', NULL, NULL, 'Architecto', 'voluptatem, necessitatibus, quia', 'At nulla deleniti non sequi. Voluptate ducimus soluta et. Dolore est odit ex et possimus et. Illum explicabo suscipit aut et sit.', 0, '2018-04-18 12:33:20', '2018-04-18 21:51:48'),
(6, 1, 'company details', 'coaching', 'page_slug', '<p>paldge<br></p>', NULL, NULL, 'page Here', 'Page', 'page here', 0, '2018-04-19 16:32:00', '2018-04-19 16:32:00'),
(11, 1, 'who I am & methods', 'coaching', '1', '', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL),
(12, 1, 'terms', 'conditions', '2', '', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL),
(13, 1, 'conditions', 'conditions', '1-', '', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL),
(14, 1, 'contact us', 'contact', '2-', '', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL),
(15, 1, 'about us', 'contact', 'sdfss', '', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL),
(16, 1, 'privacy policy', 'contact', 'sdf', '', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL),
(17, 1, 'blogs', 'contact', 'sdfd', '', NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL),
(18, 1, 'how does it work?', 'information', 'sdfsdfsdfsdf', '<p>yes it is tyyyydsfsdfsdfsdf</p>', NULL, 'thumb_1526567978.png', 'tags', 'titles', 'Description', 1, NULL, '2018-05-17 09:09:38'),
(19, 1, 'connect', 'information', 'nemo_laborum', '<p>Tempora minima molestiae id quidem. Quod laborum itaque quae eveniet et illo quis. Aut nisi similique facilis eligendi aut inventore.</p>', NULL, NULL, 'Nesciunt', 'dolor, illum, ad', 'Eum voluptatum voluptatum adipisci. Ut omnis et corporis quis praesentium in totam.', 0, '2018-04-18 12:33:20', '2018-05-16 10:00:53'),
(20, 1, 'success stories', 'information', 'dolorem_eaque', '<p>Nihil vel qui vel maiores qui laudantium distinctio</p>', NULL, NULL, 'Nobis', 'perferendis, nemo, minus', 'Quae eum et dolorem et. Itaque et eaque ad et consequatur facilis explicabo quod. Dignissimos ipsam quaerat non.', 1, '2018-04-18 12:33:20', '2018-05-16 10:43:56'),
(21, 1, 'services', 'information', 'illo_culpa', '<p>Est atque</p>', NULL, NULL, 'Deserunt', 'consequuntur, amet, nihil', 'Nobis sit aliquid numquam. Nobis sed quaerat quibusdam itaque possimus ipsam sequi vero. Sapiente fuga ea consequatur magnam ex.', 1, '2018-04-18 12:33:20', '2018-05-16 10:43:48');
-- --------------------------------------------------------
--
-- Table structure for table `permissions`
--
CREATE TABLE `permissions` (
`id` int(11) NOT NULL,
`permission` varchar(255) NOT NULL,
`pdescription` text NOT NULL,
`user_id` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`added_by` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `permissions`
--
INSERT INTO `permissions` (`id`, `permission`, `pdescription`, `user_id`, `created_at`, `updated_at`, `added_by`) VALUES
(1, 'user list', 'user list', 0, NULL, '2018-05-21 07:15:57', ''),
(4, 'user delete', 'user delete', 0, NULL, NULL, ''),
(6, 'user update', 'user update', 0, '2018-05-19 08:34:50', '2018-05-19 08:34:50', ''),
(8, 'user add', 'user add', 0, '2018-05-21 07:21:19', '2018-05-21 07:21:19', '');
-- --------------------------------------------------------
--
-- Table structure for table `productgroup`
--
CREATE TABLE `productgroup` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`slug` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`parent_id` int(11) NOT NULL DEFAULT '0',
`imagepath` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`group_type` varchar(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'products',
`user_id` int(11) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `productgroup`
--
INSERT INTO `productgroup` (`id`, `name`, `slug`, `parent_id`, `imagepath`, `group_type`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 'legs', 'legs', 0, 'noimage.jpeg', 'exercises', 1, '2018-06-04 07:15:03', '2018-06-04 07:15:03'),
(2, 'Chect', 'chect', 0, 'noimage.jpeg', 'exercises', 1, '2018-06-04 07:15:42', '2018-06-04 07:15:42'),
(3, 'Hotchoks', 'hotchoks', 0, 'noimage.jpeg', 'products', 1, '2018-06-04 08:39:43', '2018-06-04 08:39:43'),
(4, 'Hotchok', 'hotchok', 3, 'noimage.jpeg', 'products', 1, '2018-06-04 08:41:01', '2018-06-04 08:41:01'),
(5, 'Cold Chk', 'cold-chk', 3, 'noimage.jpeg', 'products', 1, '2018-06-04 08:41:23', '2018-06-04 08:41:23');
-- --------------------------------------------------------
--
-- Table structure for table `productmedia`
--
CREATE TABLE `productmedia` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
`price` decimal(10,2) NOT NULL,
`tax` decimal(10,2) NOT NULL,
`stock` int(11) NOT NULL,
`category` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`unlimited_stock` int(11) NOT NULL,
`slug` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
`type` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`path` text COLLATE utf8_unicode_ci,
`user_id` int(11) NOT NULL DEFAULT '0',
`group_id` int(11) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `productmedia`
--
INSERT INTO `productmedia` (`id`, `name`, `price`, `tax`, `stock`, `category`, `unlimited_stock`, `slug`, `type`, `path`, `user_id`, `group_id`, `created_at`, `updated_at`) VALUES
(1, 'cold chok', '10.00', '1.00', 0, 'product_2018-06-04 14:09:08', 1, 'cold-chok', 'image', '15281213480.jpg', 1, 2, '2018-06-04 08:39:08', '2018-06-04 08:39:08'),
(2, 'Cold', '10.00', '1.00', 0, 'product_2018-06-04 14:11:41', 1, 'hot', 'image', '15281215010.jpg', 1, 5, '2018-06-04 08:41:41', '2018-06-04 08:42:08');
-- --------------------------------------------------------
--
-- Table structure for table `roles`
--
CREATE TABLE `roles` (
`id` int(255) UNSIGNED NOT NULL,
`role` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
`rdescription` text COLLATE utf8_unicode_ci NOT NULL,
`user_id` int(255) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`added_by` varchar(255) COLLATE utf8_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `roles`
--
INSERT INTO `roles` (`id`, `role`, `rdescription`, `user_id`, `created_at`, `updated_at`, `added_by`) VALUES
(1, 'Administrator', 'This role stands for back side consumers of this product.', 1, '2018-05-18 06:35:02', '2018-05-21 07:50:24', ''),
(2, 'User', 'This role stands for front side customers of this product.', 1, '2018-05-18 06:35:59', '2018-05-18 06:35:59', ''),
(3, 'Company', 'company role is third party role', 0, '2018-05-21 07:52:38', '2018-05-21 07:52:38', ''),
(4, 'New Company', 'Testing the company roles.', 1, '2018-05-24 06:40:09', '2018-05-24 06:40:09', 'company1');
-- --------------------------------------------------------
--
-- Table structure for table `role_credentials`
--
CREATE TABLE `role_credentials` (
`id` int(255) NOT NULL,
`role_id` int(255) NOT NULL,
`menu_id` int(255) NOT NULL,
`user_id` int(255) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `role_credentials`
--
INSERT INTO `role_credentials` (`id`, `role_id`, `menu_id`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 2, 1, 0, NULL, NULL),
(24, 1, 1, 0, '2018-05-23 04:12:13', '2018-05-23 04:12:13'),
(25, 1, 4, 0, '2018-05-23 04:12:13', '2018-05-23 04:12:13'),
(26, 1, 6, 0, '2018-05-23 04:12:13', '2018-05-23 04:12:13'),
(27, 1, 8, 0, '2018-05-23 04:12:13', '2018-05-23 04:12:13');
-- --------------------------------------------------------
--
-- Table structure for table `schema_has_exercise`
--
CREATE TABLE `schema_has_exercise` (
`id` int(10) UNSIGNED NOT NULL,
`schema_id` int(11) NOT NULL,
`exercise_id` int(11) NOT NULL,
`sets` int(11) DEFAULT NULL,
`reps` int(11) DEFAULT NULL,
`rust` int(11) DEFAULT NULL,
`ex_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`priority` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `schema_has_exercise`
--
INSERT INTO `schema_has_exercise` (`id`, `schema_id`, `exercise_id`, `sets`, `reps`, `rust`, `ex_name`, `priority`, `created_at`, `updated_at`) VALUES
(1, 2, 1, 1, 1, 1, 'deadlift', 1, NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `services`
--
CREATE TABLE `services` (
`id` int(11) NOT NULL,
`service` varchar(255) NOT NULL,
`sdescription` text NOT NULL,
`company_id` int(11) NOT NULL,
`sprice` int(255) NOT NULL,
`user_mass` int(255) NOT NULL,
`payment_time` int(255) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`added_by` varchar(255) NOT NULL,
`bg_color` varchar(7) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Dumping data for table `services`
--
INSERT INTO `services` (`id`, `service`, `sdescription`, `company_id`, `sprice`, `user_mass`, `payment_time`, `created_at`, `updated_at`, `added_by`, `bg_color`) VALUES
(1, 'service1', 'hello world, idswfbvndisa, asdvads. adfbv. asgdvbads', 1, 100, 200, 1200, NULL, NULL, '', ''),
(2, 'services', 'hello world, idswfbvndisa, asdvads. adfbv. asgddfwvbads', 0, 10, 20, 30, '2018-05-23 04:57:31', '2018-05-25 01:41:14', '', ''),
(3, 'New Service', 'hello world, idswfbvndisa, asdvads. adfbv.', 0, 100, 1000, 1200, '2018-05-24 07:44:19', '2018-05-25 02:16:05', 'company1', ''),
(4, 'helloo world', 'this is testing. only testing. No other intention please. afadssdfuiylghsd.', 0, 10, 20, 25, '2018-05-25 01:26:35', '2018-05-25 02:04:11', 'admin', '');
-- --------------------------------------------------------
--
-- Table structure for table `service_events`
--
CREATE TABLE `service_events` (
`id` int(10) UNSIGNED NOT NULL,
`title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`start` datetime NOT NULL,
`end` datetime NOT NULL,
`all_day` tinyint(4) NOT NULL,
`service_schedule_id` int(11) NOT NULL,
`app_id` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
`location` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`notes` varchar(500) COLLATE utf8_unicode_ci DEFAULT NULL,
`url` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`reminder` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
`rrule` varchar(200) COLLATE utf8_unicode_ci NOT NULL,
`duration` int(11) NOT NULL,
`editable` tinyint(4) NOT NULL,
`can_user_book` enum('1','0') COLLATE utf8_unicode_ci NOT NULL DEFAULT '0',
`backgroundColor` varchar(7) COLLATE utf8_unicode_ci NOT NULL,
`borderColor` varchar(7) COLLATE utf8_unicode_ci NOT NULL,
`service_id` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `service_events`
--
INSERT INTO `service_events` (`id`, `title`, `start`, `end`, `all_day`, `service_schedule_id`, `app_id`, `location`, `notes`, `url`, `reminder`, `rrule`, `duration`, `editable`, `can_user_book`, `backgroundColor`, `borderColor`, `service_id`, `created_at`, `updated_at`) VALUES
(1, 'services', '2018-05-10 01:15:00', '2018-05-31 01:30:00', 0, 0, '', 'Srinagr', 'Srinagr', '', '', 'FREQ=WEEKLY;INTERVAL=1;BYDAY=TH;COUNT=10', 31695, 1, '1', '', '', 0, '2018-06-04 05:36:04', '2018-06-04 05:36:04');
-- --------------------------------------------------------
--
-- Table structure for table `service_event_exceptions`
--
CREATE TABLE `service_event_exceptions` (
`id` int(10) UNSIGNED NOT NULL,
`event_id` int(11) NOT NULL,
`exdate` datetime NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `service_opening_hours`
--
CREATE TABLE `service_opening_hours` (
`id` int(10) UNSIGNED NOT NULL,
`business_days` varchar(12) COLLATE utf8_unicode_ci NOT NULL,
`business_hours` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
`min_time` varchar(8) COLLATE utf8_unicode_ci NOT NULL,
`max_time` varchar(8) COLLATE utf8_unicode_ci NOT NULL,
`user_id` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `service_schedules`
--
CREATE TABLE `service_schedules` (
`id` int(10) UNSIGNED NOT NULL,
`title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`color` varchar(7) COLLATE utf8_unicode_ci NOT NULL,
`hidden` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL,
`user_id` int(11) NOT NULL,
`role` int(11) NOT NULL,
`dragdrop` tinyint(4) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `service_schedules`
--
INSERT INTO `service_schedules` (`id`, `title`, `color`, `hidden`, `user_id`, `role`, `dragdrop`, `created_at`, `updated_at`) VALUES
(1, 'My first schedule', '#c42222', 'yes', 1, 1, 1, '2018-06-04 05:18:55', '2018-06-04 05:18:55');
-- --------------------------------------------------------
--
-- Table structure for table `service_schedule_has_users`
--
CREATE TABLE `service_schedule_has_users` (
`id` int(10) UNSIGNED NOT NULL,
`service_schedule_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`bookflag` tinyint(4) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `service_schedule_has_users`
--
INSERT INTO `service_schedule_has_users` (`id`, `service_schedule_id`, `user_id`, `bookflag`, `created_at`, `updated_at`) VALUES
(1, 0, 1, 1, NULL, NULL),
(2, 0, 1, 1, NULL, NULL),
(3, 0, 1, 1, NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `site_images`
--
CREATE TABLE `site_images` (
`id` int(255) NOT NULL,
`name` varchar(1024) DEFAULT NULL,
`src` varchar(1024) DEFAULT NULL,
`title` varchar(1024) DEFAULT NULL,
`description` varchar(1024) DEFAULT NULL,
`type` varchar(1024) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `site_images`
--
INSERT INTO `site_images` (`id`, `name`, `src`, `title`, `description`, `type`) VALUES
(1, 'logo', 'images/logo.png', 'logo', 'logo', 'logo'),
(2, 'banner', 'images/home-img.png', 'banner', 'banner', 'banner'),
(3, 'footer-woomen', 'images/women-img.png ', NULL, NULL, NULL),
(4, 'none', 'images/1526540438glpus2.jpg', 'none', 'none', 'other'),
(5, 'test', 'images/152654242011_tshirt_front_woman.jpg', 'test', 'test', 'banner');
-- --------------------------------------------------------
--
-- Table structure for table `stories`
--
CREATE TABLE `stories` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(10) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` text COLLATE utf8mb4_unicode_ci NOT NULL,
`possition` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`story_featured_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`thumb` varchar(225) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`publication_status` tinyint(4) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `stories`
--
INSERT INTO `stories` (`id`, `user_id`, `name`, `content`, `possition`, `story_featured_image`, `thumb`, `publication_status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Nesciunt test again', '<p>Story Table</p>\r\n<p> </p>', 'Story Table Here', '1.jpg', 'thumb_1.jpg', 1, '2018-04-18 12:33:20', '2018-05-17 08:47:21'),
(2, 1, 'Nobis', '<p>Nihil vel qui vel maiores qui laudantium distinctio. Quaerat sapiente sint voluptatem consequatur aperiam placeat. Sequi ad voluptatem ut deleniti dolorem.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>', 'Story Table Here', '2_1168218981.png', NULL, 1, '2018-04-18 12:33:20', '2018-05-17 05:02:14'),
(3, 1, 'Deserunt', '<p>Est atque consectetur accusantium quod. Fuga quos non nulla id accusamus. Quasi consequuntur quae amet voluptas aut deserunt. hi there</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>', 'Story Table Here', '3.jpg', NULL, 1, '2018-04-18 12:33:20', '2018-05-16 10:51:16'),
(6, 1, 'story name is Ulrich', '<p>Nihil vel qui vel maiores qui laudantium distinctio. Quaerat sapiente sint voluptatem consequatur aperiam placeat. Sequi ad voluptatem ut delenit</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>', 'Story Table Here', '6_1576047592.png', NULL, 1, '2018-04-19 13:44:17', '2018-05-17 05:43:07'),
(7, 1, 'Name of my', '<p>ttetstsdf ksdjf sd kjsd s</p>\r\n<p>dddd</p>\r\n<p>sdsd</p>', 'Designation of Client', '7.jpg', 'thumb_7.jpg', 1, '2018-04-19 16:44:32', '2018-05-17 06:05:46');
-- --------------------------------------------------------
--
-- Table structure for table `subscribers`
--
CREATE TABLE `subscribers` (
`id` int(10) UNSIGNED NOT NULL,
`email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `subscribers`
--
INSERT INTO `subscribers` (`id`, `email`, `created_at`, `updated_at`) VALUES
(1, '<EMAIL>', '2018-04-18 12:33:16', '2018-04-18 12:33:16'),
(2, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(4, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(5, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(6, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(7, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(8, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(9, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(10, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(11, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(12, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(13, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(14, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(15, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(16, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(17, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(18, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(19, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(20, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(21, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(22, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(23, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(24, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(25, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(26, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(27, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(28, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(29, '<EMAIL>', '2018-04-18 12:33:17', '2018-04-18 12:33:17'),
(30, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(31, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(32, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(33, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(34, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(35, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(36, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(37, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(38, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(39, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(40, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(41, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(42, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(43, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(44, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(45, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(46, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(47, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(48, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(49, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(50, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(51, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(52, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(53, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(54, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(55, '<EMAIL>', '2018-04-18 12:33:18', '2018-04-18 12:33:18'),
(56, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(57, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(58, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(59, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(60, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(61, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(62, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(63, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(64, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(65, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(66, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(67, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(68, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(69, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(70, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(71, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(72, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(73, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(74, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(75, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(76, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(77, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(78, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(79, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(80, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(81, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(82, '<EMAIL>', '2018-04-18 12:33:19', '2018-04-18 12:33:19'),
(83, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(84, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(85, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(86, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(87, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(88, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(89, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(90, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(91, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(92, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(93, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(94, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(95, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(96, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(97, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(98, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(99, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(100, '<EMAIL>', '2018-04-18 12:33:20', '2018-04-18 12:33:20'),
(101, '<EMAIL>', '2018-04-26 18:21:51', '2018-04-26 18:21:51'),
(102, '<EMAIL>', '2018-04-26 18:22:05', '2018-04-26 18:22:05'),
(103, '<EMAIL>', '2018-04-26 18:22:55', '2018-04-26 18:22:55');
-- --------------------------------------------------------
--
-- Table structure for table `test`
--
CREATE TABLE `test` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`username` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`avatar` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`gender` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`birthday` date DEFAULT NULL,
`iban` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`taal` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`klant_sinds` date DEFAULT NULL,
`about` text COLLATE utf8mb4_unicode_ci,
`user_meta` text COLLATE utf8mb4_unicode_ci,
`role` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`activation_status` tinyint(4) NOT NULL DEFAULT '0',
`block_reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`blocked_at` timestamp NULL DEFAULT NULL,
`place_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`name_of_account_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bic_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`barcode` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user_id` int(255) NOT NULL,
`parent_id` bigint(20) DEFAULT '1',
`Bedrijfsnaam` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`Soort` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`City` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`Contactpersoon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`cashback` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `test`
--
INSERT INTO `test` (`id`, `name`, `username`, `email`, `password`, `avatar`, `gender`, `phone`, `address`, `birthday`, `iban`, `taal`, `klant_sinds`, `about`, `user_meta`, `role`, `activation_status`, `block_reason`, `blocked_at`, `place_holder`, `name_of_account_holder`, `bic_code`, `barcode`, `remember_token`, `user_id`, `parent_id`, `Bedrijfsnaam`, `Soort`, `City`, `Contactpersoon`, `cashback`, `created_at`, `updated_at`, `slug`) VALUES
(1, '<NAME>', 'aperiam_nihil', '<EMAIL>', <PASSWORD>', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'admin', 0, '', '2018-05-22 07:16:04', NULL, NULL, NULL, NULL, 'nkImrflv8AfpmsIFi8MAxzxiWm6rsRKB4YeX9DxaRYQeBIOuu5gdk7tXKCcG', 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', 'Misty_Streich3645'),
(2, '<NAME>', 'assumenda_id', '<EMAIL>', <PASSWORD>$<PASSWORD>', '2.png', NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, '{"i":{"kcal":"1200","eiwit":"12525","koolhydraat":"12065646","vezel":"238882","vet":"120885"},"b":{"kcal":"125550","eiwit":"12","koolhydraat":"12","vezel":"12","vet":"120"},"doelstelling":"Test Message","mayur":"test"}', 'user', 1, '', '2018-05-22 07:16:07', NULL, NULL, NULL, NULL, 'tGxUwVOCYKJ9RML2TQOoTa5CrzJbCzYWmzLEAEfdDfHjspcPVF9swVefZIYj', 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-05-08 12:18:04', ''),
(3, '<NAME>.', 'pariatur_eos', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, 'f', '9876543210', 'adsofihvopads', '2012-02-24', NULL, 'Angola', '1970-01-01', 'asdvas', NULL, 'user', 1, '', '2018-05-22 07:16:07', NULL, NULL, NULL, NULL, 'xEFj6SkKKm', 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-05-22 01:09:59', ''),
(4, '<NAME>', 'ad_laboriosam', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:08', NULL, NULL, NULL, NULL, 'lhk2Wysftn', 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', ''),
(5, '<NAME>', 'quia_ducimus', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:08', NULL, NULL, NULL, NULL, 'ZSawMIPsf4', 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', 'Hilton_Bergnaum6847'),
(6, '<NAME> PhD', 'sit_quasi', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 1, '', '2018-05-22 07:16:10', NULL, NULL, NULL, NULL, 'l4J6fv1pvI', 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 13:35:12', ''),
(7, '<NAME>', 'voluptas_explicabo', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:09', NULL, NULL, NULL, NULL, 'WZUdUPOnyp', 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', ''),
(8, '<NAME>', 'dolores_rerum', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:10', NULL, NULL, NULL, NULL, 'vsfNgU6mfb', 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', ''),
(9, '<NAME>', 'eveniet_voluptatem', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:14', NULL, NULL, NULL, NULL, 'YCjWrawPxj', 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', ''),
(10, 'Dr. <NAME>', 'provident_est', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:15', NULL, NULL, NULL, NULL, 'SMEJgHmGih', 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-04-18 12:33:16', '2018-04-18 12:33:16', ''),
(13, '<NAME>', 'abc', '<EMAIL>', '$2y$10$W038y1AXKLT7wmhMEgwupeT5JEUMokAldXdeaw0QLz42K/BCMxZtq', NULL, 'm', '9898646866', '702-703 iscon,jodhpur crose', NULL, NULL, NULL, NULL, 'dsfvds', NULL, 'company', 1, '', '2018-05-22 07:16:18', NULL, NULL, NULL, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, NULL, '2018-05-21 05:18:10', '2018-05-21 05:18:10', '');
-- --------------------------------------------------------
--
-- Table structure for table `training_schedule`
--
CREATE TABLE `training_schedule` (
`id` int(10) UNSIGNED NOT NULL,
`schema_id` int(11) NOT NULL,
`recurring` enum('yes','no') COLLATE utf8_unicode_ci DEFAULT NULL,
`startdate` datetime DEFAULT NULL,
`enddate` datetime DEFAULT NULL,
`days` varchar(14) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `training_schedule`
--
INSERT INTO `training_schedule` (`id`, `schema_id`, `recurring`, `startdate`, `enddate`, `days`, `created_at`, `updated_at`) VALUES
(1, 2, 'yes', '2018-06-03 00:00:00', NULL, '0', '2018-06-04 07:23:26', '2018-06-04 07:23:26');
-- --------------------------------------------------------
--
-- Table structure for table `training_schema`
--
CREATE TABLE `training_schema` (
`id` int(10) UNSIGNED NOT NULL,
`parent_id` int(11) NOT NULL,
`schema_name` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL,
`schema_note` text COLLATE utf8_unicode_ci,
`status` enum('incomplete','complete') COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `training_schema`
--
INSERT INTO `training_schema` (`id`, `parent_id`, `schema_name`, `schema_note`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, NULL, 'incomplete', '2018-06-04 07:18:10', '2018-06-04 07:18:10'),
(2, 1, 'Deadlift', 'every sunday', 'complete', '2018-06-04 07:19:51', '2018-06-04 07:23:26');
-- --------------------------------------------------------
--
-- Table structure for table `transactions`
--
CREATE TABLE `transactions` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`parent_user_id` int(11) NOT NULL,
`amount_debt` decimal(10,2) NOT NULL,
`amount_received` decimal(10,2) NOT NULL,
`payment_mode` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
`transaction_type` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
`note` varchar(500) COLLATE utf8_unicode_ci DEFAULT NULL,
`date` datetime NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `transactions`
--
INSERT INTO `transactions` (`id`, `user_id`, `parent_user_id`, `amount_debt`, `amount_received`, `payment_mode`, `transaction_type`, `note`, `date`, `created_at`, `updated_at`) VALUES
(1, 0, 1, '0.00', '70.70', 'by_cash', '_products_', 'Transactions from products cart for Cash payment', '2018-06-04 14:59:53', '2018-06-04 09:29:53', '2018-06-04 09:29:53');
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`username` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`avatar` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`gender` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`birthday` date DEFAULT NULL,
`iban` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`taal` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`klant_sinds` date DEFAULT NULL,
`about` text COLLATE utf8mb4_unicode_ci,
`user_meta` text COLLATE utf8mb4_unicode_ci,
`role` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`activation_status` tinyint(4) NOT NULL DEFAULT '0',
`block_reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`blocked_at` timestamp NULL DEFAULT NULL,
`materiallevel` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`traininglevel` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`musclegroupname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`goal` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`checkin_text_denied` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`checkin_text_warning` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`checkin_text_accept` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`telefoonnummernood` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`noodcontact` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`chronischeziekte` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meerinformatie` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`letsels` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`hoofddoel` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`place_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`name_of_account_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`bic_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`barcode` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user_id` int(255) NOT NULL,
`parent_id` bigint(20) DEFAULT '1',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
`sign` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`packagefk` int(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `name`, `username`, `email`, `password`, `avatar`, `gender`, `phone`, `address`, `birthday`, `iban`, `taal`, `klant_sinds`, `about`, `user_meta`, `role`, `activation_status`, `block_reason`, `blocked_at`, `materiallevel`, `traininglevel`, `musclegroupname`, `goal`, `checkin_text_denied`, `checkin_text_warning`, `checkin_text_accept`, `telefoonnummernood`, `noodcontact`, `chronischeziekte`, `meerinformatie`, `letsels`, `hoofddoel`, `place_holder`, `name_of_account_holder`, `bic_code`, `barcode`, `remember_token`, `user_id`, `parent_id`, `created_at`, `updated_at`, `sign`, `packagefk`) VALUES
(1, 'snehal gajjarsdgbavsdgb', 'aperiam_nihil', '<EMAIL>', '$2y$10$fTInGzIS1X/BpYh8OIqhYuLscfionuHf0BbE6C/9WnJZWojRXCyAS', NULL, 'm', '7046828181', 'A/2, ravi tenement, A/2, ravi tenement', '1970-01-01', 'adfhbrdfh6874', 'India', '1970-01-01', 'awsedgvardv', NULL, 'admin', 1, '', '2018-05-22 07:16:04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'nkImrflv8AfpmsIFi8MAxzxiWm6rsRKB4YeX9DxaRYQeBIOuu5gdk7tXKCcG', 1, 1, '2018-04-18 12:33:16', '2018-05-24 06:03:57', '', 0),
(2, '<NAME>', 'assumenda_id', '<EMAIL>', '$2y$10$fTInGzIS1X/BpYh8OIqhYuLscfionuHf0BbE6C/9WnJZWojRXCyAS', '2.png', NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, '{"i":{"kcal":"1200","eiwit":"12525","koolhydraat":"12065646","vezel":"238882","vet":"120885"},"b":{"kcal":"125550","eiwit":"12","koolhydraat":"12","vezel":"12","vet":"120"},"doelstelling":"Test Message","mayur":"test"}', 'user', 1, '', '2018-05-22 07:16:07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'tGxUwVOCYKJ9RML2TQOoTa5CrzJbCzYWmzLEAEfdDfHjspcPVF9swVefZIYj', 0, 1, '2018-04-18 12:33:16', '2018-05-08 12:18:04', '', 0),
(3, '<NAME> Sr.', 'pariatur_eos', '<EMAIL>', <PASSWORD>', NULL, 'f', '9876543210', 'adsofihvopads', '2012-02-24', NULL, 'Angola', '1970-01-01', 'asdvas', NULL, 'user', 1, '', '2018-05-22 07:16:07', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'xEFj6SkKKm', 0, 1, '2018-04-18 12:33:16', '2018-05-22 01:09:59', '', 0),
(4, '<NAME>', 'ad_laboriosam', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'lhk2Wysftn', 0, 1, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', 0),
(5, '<NAME>', 'quia_ducimus', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:08', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'ZSawMIPsf4', 0, 1, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', 0),
(6, '<NAME> PhD', 'sit_quasi', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 1, '', '2018-05-22 07:16:10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'l4J6fv1pvI', 0, 1, '2018-04-18 12:33:16', '2018-04-18 13:35:12', '', 0),
(7, '<NAME>', 'voluptas_explicabo', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'WZUdUPOnyp', 0, 1, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', 0),
(8, '<NAME>', 'dolores_rerum', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'vsfNgU6mfb', 0, 1, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', 0),
(9, '<NAME>', 'eveniet_voluptatem', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'YCjWrawPxj', 0, 1, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', 0),
(10, 'Dr. <NAME>', 'provident_est', '<EMAIL>', '$2y$10$oWeLVANkG.dkOCsbqynHyue3KL1MUXw6JEnQf2vpaaL.0gCBlYDei', NULL, NULL, NULL, NULL, '0000-00-00', '', '', '0000-00-00', NULL, NULL, 'user', 0, '', '2018-05-22 07:16:15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'SMEJgHmGih', 0, 1, '2018-04-18 12:33:16', '2018-04-18 12:33:16', '', 0),
(13, '<NAME>', 'abc', '<EMAIL>', <PASSWORD>', NULL, 'm', '9898646866', '702-703 iscon,jodhpur crose', NULL, NULL, NULL, NULL, 'dsfvds', NULL, 'company', 1, '', '2018-05-22 07:16:18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Mtve8XKoPlwH1VZoDU5xatd8REpRC7SS0RnAgLmL3K7Ygwgn2vlkZcMaQtEZ', 0, 1, '2018-05-21 05:18:10', '2018-05-21 05:18:10', '', 0),
(15, 'snehal_gajjar', '', '<EMAIL>', <PASSWORD>', NULL, NULL, '7046828181', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'user', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, '2018-05-24 15:43:00', '2018-05-24 15:43:00', '{"0":{"jQuery3310066079860842207522":{"kbwSignature":"{\\"lines\\":[]}"},"jQuery3310066079860842207521":{"events":{"remove":[{"type":"remove","origType":"remove","guid":4,"namespace":"signature0"}],"mousedown":[{"type":"mousedown","origType":"mousedown","guid":5,"namespace":"signature"}],"click":[{"type":"click","origType":"click","guid":6,"namespace":"signature"}]}}},"length":1}', 0),
(19, 'snehal_gajjar', 'snehal_gajjar8496', '<EMAIL>', '$2y$10$/zTsurMbF.zZ.PS9/iHLnOcoBUkWidb.fS989qCi.JuAGiLvt.ybG', NULL, NULL, '7046828181', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'user', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, '2018-05-24 15:47:13', '2018-05-24 15:47:13', '{"0":{"jQuery331032680550806812892":{"kbwSignature":"{\\"lines\\":[]}"},"jQuery331032680550806812891":{"events":{"remove":[{"type":"remove","origType":"remove","guid":4,"namespace":"signature0"}],"mousedown":[{"type":"mousedown","origType":"mousedown","guid":5,"namespace":"signature"}],"click":[{"type":"click","origType":"click","guid":6,"namespace":"signature"}]}}},"length":1}', 0);
-- --------------------------------------------------------
--
-- Table structure for table `user_has_products`
--
CREATE TABLE `user_has_products` (
`userid` int(11) NOT NULL,
`productid` int(11) NOT NULL,
`quantity` int(11) NOT NULL,
`price` decimal(10,2) NOT NULL,
`name` varchar(80) COLLATE utf8_unicode_ci NOT NULL,
`tax` decimal(10,2) NOT NULL,
`orderid` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `user_has_products`
--
INSERT INTO `user_has_products` (`userid`, `productid`, `quantity`, `price`, `name`, `tax`, `orderid`) VALUES
(0, 2, 7, '10.00', 'Cold', '1.00', 1),
(0, 2, 12, '10.00', 'Cold', '1.00', 2);
-- --------------------------------------------------------
--
-- Table structure for table `user_has_schema`
--
CREATE TABLE `user_has_schema` (
`id` int(10) UNSIGNED NOT NULL,
`user_id` int(11) NOT NULL,
`schema_id` int(11) NOT NULL,
`type` enum('predefined','created') COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `user_has_schema`
--
INSERT INTO `user_has_schema` (`id`, `user_id`, `schema_id`, `type`, `created_at`, `updated_at`) VALUES
(1, 1, 2, 'created', NULL, NULL);
-- --------------------------------------------------------
--
-- Table structure for table `user_orders`
--
CREATE TABLE `user_orders` (
`id` int(10) UNSIGNED NOT NULL,
`userid` int(11) NOT NULL,
`balance` decimal(10,2) NOT NULL,
`invoiceamount` decimal(10,2) NOT NULL,
`status` enum('paid','incomplete') COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `user_orders`
--
INSERT INTO `user_orders` (`id`, `userid`, `balance`, `invoiceamount`, `status`, `created_at`, `updated_at`) VALUES
(1, 0, '0.00', '70.70', 'paid', '2018-06-04 09:23:46', '2018-06-04 09:29:53'),
(2, 0, '0.00', '121.20', 'incomplete', '2018-06-04 09:30:01', '2018-06-04 09:32:12');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `activity_log`
--
ALTER TABLE `activity_log`
ADD PRIMARY KEY (`id`),
ADD KEY `activity_log_log_name_index` (`log_name`);
--
-- Indexes for table `calendar_connected_users`
--
ALTER TABLE `calendar_connected_users`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `companies`
--
ALTER TABLE `companies`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `exercises`
--
ALTER TABLE `exercises`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `exercise_accent_muscle_group`
--
ALTER TABLE `exercise_accent_muscle_group`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `exercise_goals`
--
ALTER TABLE `exercise_goals`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `exercise_material`
--
ALTER TABLE `exercise_material`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `exercise_training_levels`
--
ALTER TABLE `exercise_training_levels`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `galleries`
--
ALTER TABLE `galleries`
ADD PRIMARY KEY (`id`),
ADD KEY `galleries_user_id_index` (`user_id`);
--
-- Indexes for table `log_events`
--
ALTER TABLE `log_events`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `packages`
--
ALTER TABLE `packages`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `pages`
--
ALTER TABLE `pages`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `pages_page_slug_unique` (`page_slug`),
ADD KEY `pages_user_id_index` (`user_id`);
--
-- Indexes for table `permissions`
--
ALTER TABLE `permissions`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `productgroup`
--
ALTER TABLE `productgroup`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `productmedia`
--
ALTER TABLE `productmedia`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `productmedia_slug_unique` (`slug`);
--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `role_credentials`
--
ALTER TABLE `role_credentials`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `schema_has_exercise`
--
ALTER TABLE `schema_has_exercise`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `services`
--
ALTER TABLE `services`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `service_events`
--
ALTER TABLE `service_events`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `service_event_exceptions`
--
ALTER TABLE `service_event_exceptions`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `service_opening_hours`
--
ALTER TABLE `service_opening_hours`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `service_schedules`
--
ALTER TABLE `service_schedules`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `service_schedule_has_users`
--
ALTER TABLE `service_schedule_has_users`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `site_images`
--
ALTER TABLE `site_images`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `stories`
--
ALTER TABLE `stories`
ADD PRIMARY KEY (`id`),
ADD KEY `stories_user_id_index` (`user_id`);
--
-- Indexes for table `subscribers`
--
ALTER TABLE `subscribers`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `subscribers_email_unique` (`email`);
--
-- Indexes for table `test`
--
ALTER TABLE `test`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_username_unique` (`username`),
ADD UNIQUE KEY `users_email_unique` (`email`);
--
-- Indexes for table `training_schedule`
--
ALTER TABLE `training_schedule`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `training_schema`
--
ALTER TABLE `training_schema`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `transactions`
--
ALTER TABLE `transactions`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_username_unique` (`username`),
ADD UNIQUE KEY `users_email_unique` (`email`);
--
-- Indexes for table `user_has_schema`
--
ALTER TABLE `user_has_schema`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `user_orders`
--
ALTER TABLE `user_orders`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `activity_log`
--
ALTER TABLE `activity_log`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `calendar_connected_users`
--
ALTER TABLE `calendar_connected_users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `companies`
--
ALTER TABLE `companies`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT for table `exercises`
--
ALTER TABLE `exercises`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `exercise_accent_muscle_group`
--
ALTER TABLE `exercise_accent_muscle_group`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `exercise_goals`
--
ALTER TABLE `exercise_goals`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `exercise_material`
--
ALTER TABLE `exercise_material`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `exercise_training_levels`
--
ALTER TABLE `exercise_training_levels`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `galleries`
--
ALTER TABLE `galleries`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;
--
-- AUTO_INCREMENT for table `log_events`
--
ALTER TABLE `log_events`
MODIFY `id` int(255) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;
--
-- AUTO_INCREMENT for table `packages`
--
ALTER TABLE `packages`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `pages`
--
ALTER TABLE `pages`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
--
-- AUTO_INCREMENT for table `permissions`
--
ALTER TABLE `permissions`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `productgroup`
--
ALTER TABLE `productgroup`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `productmedia`
--
ALTER TABLE `productmedia`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
MODIFY `id` int(255) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `role_credentials`
--
ALTER TABLE `role_credentials`
MODIFY `id` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;
--
-- AUTO_INCREMENT for table `schema_has_exercise`
--
ALTER TABLE `schema_has_exercise`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `services`
--
ALTER TABLE `services`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `service_events`
--
ALTER TABLE `service_events`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `service_event_exceptions`
--
ALTER TABLE `service_event_exceptions`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `service_opening_hours`
--
ALTER TABLE `service_opening_hours`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `service_schedules`
--
ALTER TABLE `service_schedules`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `service_schedule_has_users`
--
ALTER TABLE `service_schedule_has_users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `site_images`
--
ALTER TABLE `site_images`
MODIFY `id` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `stories`
--
ALTER TABLE `stories`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `subscribers`
--
ALTER TABLE `subscribers`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=104;
--
-- AUTO_INCREMENT for table `test`
--
ALTER TABLE `test`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT for table `training_schedule`
--
ALTER TABLE `training_schedule`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `training_schema`
--
ALTER TABLE `training_schema`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `transactions`
--
ALTER TABLE `transactions`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23;
--
-- AUTO_INCREMENT for table `user_has_schema`
--
ALTER TABLE `user_has_schema`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `user_orders`
--
ALTER TABLE `user_orders`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- Constraints for dumped tables
--
--
-- Constraints for table `galleries`
--
ALTER TABLE `galleries`
ADD CONSTRAINT `galleries_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;
--
-- Constraints for table `pages`
--
ALTER TABLE `pages`
ADD CONSTRAINT `pages_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;
--
-- Constraints for table `stories`
--
ALTER TABLE `stories`
ADD CONSTRAINT `stories_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;
/*!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 */;
|
CREATE TABLE `admin` (
`id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id',
`account_id` bigint(20) NOT NULL COMMENT 'アカウントid',
`division` varchar(16) NOT NULL COMMENT '役割',
`modified` timestamp NOT NULL COMMENT '更新日時',
`created` timestamp NOT NULL COMMENT '登録日時',
PRIMARY KEY (`id`),
KEY `division` (`division`),
KEY `created` (`created`),
KEY `account_id` (`account_id`),
CONSTRAINT `admin_ibfk_1` FOREIGN KEY (`account_id`) REFERENCES `account` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='管理者' |
<reponame>strymsg/LIBREria
INSERT INTO libro(id,nombre_libro,nombre_archivo,autor,genero,imagen, likes, fecha_creacion, fecha_actualizacion) VALUES (NULL,'Demian','Demian.pdf','<NAME>',NULL,'herman-hesse-demian.jpg', 0, '2018-07-25 05:50:01.431428', '2018-07-25 05:50:01.431428');
INSERT INTO libro(id,nombre_libro,nombre_archivo,autor,genero,imagen, likes, fecha_creacion, fecha_actualizacion) VALUES (NULL,'Cien años de Soledad','garcia-marquez-gabriel-cien-anos-de-soledad1.pdf','<NAME>',NULL,'cien-años-de-soledad-190x300.jpg', 0, '2018-07-25 05:50:01.431428', '2018-07-25 05:50:01.431428');
INSERT INTO libro(id,nombre_libro,nombre_archivo,autor,genero,imagen, likes, fecha_creacion, fecha_actualizacion) VALUES (NULL,'Crónica de una muerte anunciada','garcia-marquez-gabriel-cronica-de-una-muerte-anunciada.pdf','<NAME>',NULL,'cronica-de-una-muerte-anunciada1-gabriel-garcia-marquez.jpg', 0, '2018-07-25 05:50:01.431428', '2018-07-25 05:50:01.431428');
INSERT INTO libro(id,nombre_libro,nombre_archivo,autor,genero,imagen, likes, fecha_creacion, fecha_actualizacion) VALUES (NULL,'<NAME>','Madame Bovary.pdf','<NAME>',NULL,'madame_bovary.jpg', 0, '2018-07-25 05:50:01.431428', '2018-07-25 05:50:01.431428');
INSERT INTO libro(id,nombre_libro,nombre_archivo,autor,genero,imagen, likes, fecha_creacion, fecha_actualizacion) VALUES (NULL,'<NAME>','pedro-pc3a1rramo-de-juan-rulfo.pdf','<NAME>',NULL,'juan-rulfo-pedro-páramo.jpg', 0, '2018-07-25 05:50:01.431428', '2018-07-25 05:50:01.431428');
INSERT INTO libro(id,nombre_libro,nombre_archivo,autor,genero,imagen, likes, fecha_creacion, fecha_actualizacion) VALUES (NULL,'El Principito','principito.pdf','Antoine de Saint-Exupéry',NULL,'portada-principito-obra-mas-famosa-saint-exupery.jpg', 0, '2018-07-25 05:50:01.431428', '2018-07-25 05:50:01.431428');
INSERT INTO libro(id,nombre_libro,nombre_archivo,autor,genero,imagen, likes, fecha_creacion, fecha_actualizacion) VALUES (NULL,'El viejo y el mar','viemar.pdf','<NAME>',NULL,'el_viejo_y_el_mar.jpg', 0, '2018-07-25 05:50:01.431428', '2018-07-25 05:50:01.431428');
|
-- DROP DATABASE A2;
CREATE DATABASE A2;
USE A2;
CREATE TABLE CUSTOMER (
Cust_ID INT PRIMARY KEY,
Cust_Name VARCHAR(31),
Phone VARCHAR(15),
Fax VARCHAR(15)
);
INSERT INTO CUSTOMER (Cust_ID, Cust_Name, Phone, Fax) VALUES
(101, "Ali", "011-123456", "03-3456789"),
(102, "Bella", "012-234567", "03-4567890"),
(103, "Cathy", "013-345678", NULL),
(104, "Dan", NULL, NULL),
(105, NULL, NULL, NULL),
(106, "Ella", "016-678901", "03-6789012");
SELECT * FROM CUSTOMER;
UPDATE CUSTOMER SET Fax = "03-3333000" WHERE Cust_ID = 103;
SELECT * FROM CUSTOMER;
DELETE FROM CUSTOMER;
DROP TABLE CUSTOMER;
CREATE TABLE MICROWAVES (
ID INT PRIMARY KEY,
Maker VARCHAR(15),
Model VARCHAR(15),
Power INT
);
INSERT INTO MICROWAVES (ID, Maker, Model, Power) VALUES
(1, "Sharp", "R252SL", 600),
(2, "Sharp", "R253SL", 700),
(3, "Sharp", "R254SL", 800),
(4, "Sharp", "R33STM", 900),
(5, "Sanyo", "EMS3552", 820),
(6, "Sanyo", "EMS3553", 900),
(7, "Panasonic", "NNE441", 850),
(8, "Panasonic", "NNE442", 900),
(9, "Daewoo", "KDR3000", 800),
(10, "Daewoo", "KDR3100", 900);
SELECT * FROM MICROWAVES;
SELECT DISTINCT(Maker) FROM MICROWAVES;
SELECT Maker, Model, Power FROM MICROWAVES WHERE Power > 600;
SELECT * FROM MICROWAVES WHERE Maker = "Sharp";
SELECT * FROM MICROWAVES WHERE Maker = "Sharp" AND Power > 700;
SELECT * FROM MICROWAVES ORDER BY Power ASC;
SELECT * FROM MICROWAVES WHERE Maker IN ("Sharp", "Daewoo");
SELECT SUM(Power) FROM MICROWAVES;
SELECT COUNT(*) FROM MICROWAVES;
SELECT AVG(Power) FROM MICROWAVES;
SELECT Maker, SUM(Power) FROM MICROWAVES GROUP BY Maker;
SELECT Model, Power AS Tenaga FROM MICROWAVES;
SELECT * FROM MICROWAVES WHERE Maker LIKE "S%";
SELECT * FROM MICROWAVES WHERE Maker LIKE "%o";
SELECT * FROM MICROWAVES WHERE Maker LIKE "_a%";
|
INSERT INTO student VALUES (1, '小明', '2017020210',2);
INSERT INTO student VALUES (2, '小亮', '2017020212',5);
INSERT INTO student VALUES (3, '小红', '2017020215',4);
INSERT INTO course VALUES (1, '算法导论', '周五|08:00-09:00',2);
INSERT INTO course VALUES (2, '数据结构', '周五|08:00-09:00',5);
INSERT INTO course VALUES (3, '离散数学', '周五|14:00-15:00',4); |
-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Host: 1172.16.31.10
-- Waktu pembuatan: 01 Des 2018 pada 01.54
-- Versi server: 10.1.35-MariaDB
-- Versi PHP: 7.2.9
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
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 */;
--
-- Database: `uas_laravel`
--
-- --------------------------------------------------------
--
-- Struktur dari tabel `barangs`
--
CREATE TABLE `barangs` (
`id` int(10) UNSIGNED NOT NULL,
`gudang_id` int(10) UNSIGNED NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`berat` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data untuk tabel `barangs`
--
INSERT INTO `barangs` (`id`, `gudang_id`, `nama`, `berat`, `created_at`, `updated_at`) VALUES
(1, 4, 'Pensil', 100, '2018-11-30 17:33:28', '2018-11-30 17:33:28'),
(2, 2, 'Spidol', 200, '2018-11-30 17:33:40', '2018-11-30 17:33:40'),
(3, 2, 'Penghapus Papan Tulis', 25, '2018-11-30 17:34:02', '2018-11-30 17:34:02'),
(4, 4, 'Penghapus', 50, '2018-11-30 17:34:18', '2018-11-30 17:34:18'),
(5, 2, 'Penggaris Papan Tulis', 25, '2018-11-30 17:34:56', '2018-11-30 17:34:56'),
(6, 4, 'Penggaris', 20, '2018-11-30 17:35:26', '2018-11-30 17:35:26'),
(7, 2, 'Proyektor', 5, '2018-11-30 17:36:03', '2018-11-30 17:36:03'),
(8, 4, 'Pulpen', 100, '2018-11-30 17:36:19', '2018-11-30 17:36:19'),
(9, 3, 'Panci', 2, '2018-11-30 17:36:31', '2018-11-30 17:36:31'),
(10, 3, 'Spatula', 1, '2018-11-30 17:36:41', '2018-11-30 17:36:41'),
(11, 3, 'Baskom', 2, '2018-11-30 17:37:10', '2018-11-30 17:37:10'),
(12, 3, 'Sendok', 10, '2018-11-30 17:37:32', '2018-11-30 17:37:32'),
(13, 5, 'Folio', 100, '2018-11-30 17:37:44', '2018-11-30 17:37:44'),
(14, 5, 'Map', 20, '2018-11-30 17:38:04', '2018-11-30 17:38:04'),
(15, 5, 'Stapler', 15, '2018-11-30 17:38:22', '2018-11-30 17:38:22'),
(16, 5, 'Printer', 2, '2018-11-30 17:38:35', '2018-11-30 17:38:35'),
(17, 6, 'Lemari', 1, '2018-11-30 17:38:47', '2018-11-30 17:38:47'),
(18, 6, 'Meja', 1, '2018-11-30 17:38:58', '2018-11-30 17:38:58'),
(19, 6, 'Kursi', 1, '2018-11-30 17:39:09', '2018-11-30 17:39:09'),
(20, 6, 'Papan Tulis', 1, '2018-11-30 17:39:33', '2018-11-30 17:39:33');
-- --------------------------------------------------------
--
-- Struktur dari tabel `gudangs`
--
CREATE TABLE `gudangs` (
`id` int(10) UNSIGNED NOT NULL,
`alamat` text COLLATE utf8_unicode_ci NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`kapasitas` int(10) UNSIGNED NOT NULL,
`pict` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data untuk tabel `gudangs`
--
INSERT INTO `gudangs` (`id`, `alamat`, `nama`, `kapasitas`, `pict`, `created_at`, `updated_at`) VALUES
(2, 'Smkn 10', 'Gudang sekolah', 100, NULL, '2018-11-30 17:28:33', '2018-11-30 17:28:33'),
(3, 'Jakarta', 'Gudang Rumah', 98, NULL, '2018-11-30 17:28:56', '2018-11-30 17:28:56'),
(4, 'PT.Kantor', 'Gudang Kantor', 129, NULL, '2018-11-30 17:29:38', '2018-11-30 17:29:38'),
(5, 'Dimana Aja', 'Gudang Pemerintah', 523, NULL, '2018-11-30 17:29:59', '2018-11-30 17:29:59'),
(6, 'Mana Saia tau', 'Gudang Barang', 184, NULL, '2018-11-30 17:30:16', '2018-11-30 17:30:16');
-- --------------------------------------------------------
--
-- Struktur dari tabel `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data untuk tabel `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2018_11_30_041232_create_gudang', 1),
(4, '2018_11_30_041343_create_barang', 1);
-- --------------------------------------------------------
--
-- Struktur dari tabel `password_resets`
--
CREATE TABLE `password_resets` (
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`token` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Struktur dari tabel `users`
--
CREATE TABLE `users` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`email_verified_at` timestamp NULL DEFAULT NULL,
`password` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`remember_token` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Indexes for dumped tables
--
--
-- Indeks untuk tabel `barangs`
--
ALTER TABLE `barangs`
ADD PRIMARY KEY (`id`),
ADD KEY `barangs_gudang_id_foreign` (`gudang_id`);
--
-- Indeks untuk tabel `gudangs`
--
ALTER TABLE `gudangs`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `password_resets`
--
ALTER TABLE `password_resets`
ADD KEY `password_resets_email_index` (`email`);
--
-- Indeks untuk tabel `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_email_unique` (`email`);
--
-- AUTO_INCREMENT untuk tabel yang dibuang
--
--
-- AUTO_INCREMENT untuk tabel `barangs`
--
ALTER TABLE `barangs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT untuk tabel `gudangs`
--
ALTER TABLE `gudangs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT untuk tabel `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT untuk tabel `users`
--
ALTER TABLE `users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)
--
--
-- Ketidakleluasaan untuk tabel `barangs`
--
ALTER TABLE `barangs`
ADD CONSTRAINT `barangs_gudang_id_foreign` FOREIGN KEY (`gudang_id`) REFERENCES `gudangs` (`id`) ON DELETE CASCADE;
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 */;
|
--**********************************************************************************************--
-- Title: Assigment08 - Milestone02
-- Author: <NAME>
-- Desc: This file is the script for the Patients Appointment Project.
-- It creates the database including tables, views, and stored procedures.
-- Change Log: When,Who,What
-- 2018-11-28,<NAME>,Created File
-- 2018-11-28,<NAME> Created Clinics, Patients, Doctors, and Appointments tables.
-- 2018-11-28,<NAME> Created Clinics, Patients, Doctors, and Appointments table views.
-- 2018-11-28,<NAME> Created reporting view.
-- 2018-11-29,<NAME> Created Clinics, Patients, Doctors, and Appointments stored procedures.
-- 2018-11-29,<NAME> Created stored procedures testing code.
-- 2018-11-29,<NAME> Set permissions for tables, views, and stored procedures.
--***********************************************************************************************--
Begin Try
Use Master;
If Exists(Select Name From SysDatabases Where Name = 'Assignment08DB_BrianJhong')
Begin
Alter Database [Assignment08DB_BrianJhong] set Single_user With Rollback Immediate;
Drop Database Assignment08DB_BrianJhong;
End
Create Database Assignment08DB_BrianJhong;
End Try
Begin Catch
Print Error_Number();
End Catch
go
Use Assignment08DB_BrianJhong;
-- Create Tables & Add Constraints --
Create Table Clinics (
ClinicID int not null primary key identity(1,1),
ClinicName nvarchar(100) not null unique,
ClinicPhoneNumber nvarchar(100) null check(ClinicPhoneNumber like '206-123-1234'),
ClinicAddress nvarchar(100) not null,
ClinicCity nvarchar(100) not null,
ClinicState nchar(2) not null,
ClinicZipCode nvarchar(10) not null check(ClinicZipCode like '[0-9][0-9][0-9][0-9][0-9]' or
ClinicZipCode like '[0-9][0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]')
);
go
Create Table Patients (
PatientID int not null primary key identity(1,1),
PatientFirstName nvarchar(100) not null,
PatientLastName nvarchar(100) not null,
PatientPhoneNumber nvarchar(100) null check(PatientPhoneNumber like '206-123-1234'),
PatientAddress nvarchar(100) not null,
PatientCity nvarchar(100) not null,
PatientState nchar(2) not null,
PatientZipCode nvarchar(10) not null check(PatientZipCode like '[0-9][0-9][0-9][0-9][0-9]' or
PatientZipCode like '[0-9][0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]')
);
go
Create Table Doctors (
DoctorID int not null primary key identity(1,1),
DoctorFirstName nvarchar(100) not null,
DoctorLastName nvarchar(100) not null,
DoctorPhoneNumber nvarchar(100) null check(DoctorPhoneNumber like '206-123-1234'),
DoctorAddress nvarchar(100) not null,
DoctorCity nvarchar(100) not null,
DoctorState nchar(2) not null,
DoctorZipCode nvarchar(10) not null check(DoctorZipCode like '[0-9][0-9][0-9][0-9][0-9]' or
DoctorZipCode like '[0-9][0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]')
);
go
Create Table Appointments (
AppointmentID int not null primary key identity(1,1),
AppointmentDateTime datetime not null,
AppointmentPatientID int not null foreign key references Patients(PatientID),
AppointmentDoctorID int not null foreign key references Doctors(DoctorID),
AppointmentClinicID int not null foreign key references Clinics(ClinicID)
);
go
-- Create Views --
-- CLINICS VIEW --
Create View vClinics As
Select
ClinicID,
ClinicName,
ClinicPhoneNumber,
ClinicAddress,
ClinicCity,
ClinicState,
ClinicZipCode
From Clinics;
go
-- PATIENTS VIEW --
Create View vPatients As
Select
PatientID,
PatientFirstName,
PatientLastName,
PatientPhoneNumber,
PatientAddress,
PatientCity,
PatientState,
PatientZipCode
From Patients;
go
-- DOCTORS VIEW --
Create View vDoctors As
Select
DoctorID,
DoctorFirstName,
DoctorLastName,
DoctorPhoneNumber,
DoctorAddress,
DoctorCity,
DoctorState,
DoctorZipCode
From Doctors;
go
-- APPOINTMENTS VIEW --
Create View vAppointments As
Select
AppointmentID,
AppointmentDateTime,
AppointmentPatientID,
AppointmentDoctorID,
AppointmentClinicID
From Appointments;
go
-- REPORTING VIEW --
Create View vAppointmentsByPatientsDoctorsAndClinics As
Select
a.AppointmentID,
AppointmentDate = Format(a.AppointmentDateTime, 'MM/dd/yyyy'), --Format as US MM/DD/YYYY from AppointmentDateTime
AppointmentTime = Format(a.AppointmentDateTime, 'hh:mm'), --Format as 24 hour HH:MM from AppointmentDateTime
p.PatientID,
PatientName = p.PatientFirstName + ' ' + p.PatientLastName, --First and Last Name
p.PatientPhoneNumber,
p.PatientAddress,
p.PatientCity,
p.PatientState,
p.PatientZipCode,
d.DoctorID,
DoctorName = d.DoctorFirstName + ' ' + d.DoctorLastName, --First and Last Name
d.DoctorPhoneNumber,
d.DoctorAddress,
d.DoctorCity,
d.DoctorState,
d.DoctorZipCode,
c.ClinicID,
c.ClinicName,
c.ClinicPhoneNumber,
c.ClinicAddress,
c.ClinicCity,
c.ClinicState,
c.ClinicZipCode
From Appointments As a
Inner Join Patients As p
On p.PatientID = a.AppointmentPatientID
Inner Join Doctors As d
On d.DoctorID = a.AppointmentDoctorID
Inner Join Clinics as c
On c.ClinicID = a.AppointmentClinicID
go
-- Add Stored Procedures --
-- INSERT PROCEDURES --
Create Procedure pInsClinics
( @ClinicName nvarchar(100),
@ClinicPhoneNumber nvarchar(100),
@ClinicAddress nvarchar(100),
@ClinicCity nvarchar(100),
@ClinicState nchar(2),
@ClinicZipCode nvarchar(10)
)
/* Author: <NAME>
** Desc: Processes Insertion of data into the Clinics table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pInsClinics stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
Insert Into
Clinics(
ClinicName,
ClinicPhoneNumber,
ClinicAddress,
ClinicCity,
ClinicState,
ClinicZipCode
)
Values (
@ClinicName,
@ClinicPhoneNumber,
@ClinicAddress,
@ClinicCity,
@ClinicState,
@ClinicZipCode
);
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
Create Procedure pInsPatients
( @PatientFirstName nvarchar(100),
@PatientLastName nvarchar(100),
@PatientPhoneNumber nvarchar(100),
@PatientAddress nvarchar(100),
@PatientCity nvarchar(100),
@PatientState nchar(2),
@PatientZipCode nvarchar(10)
)
/* Author: <NAME>
** Desc: Processes Insertion of data into the Patients table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pInsPatients stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
Insert Into
Patients(
PatientFirstName,
PatientLastName,
PatientPhoneNumber,
PatientAddress,
PatientCity,
PatientState,
PatientZipCode
)
Values (
@PatientFirstName,
@PatientLastName,
@PatientPhoneNumber,
@PatientAddress,
@PatientCity,
@PatientState,
@PatientZipCode
);
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
Create Procedure pInsDoctors
( @DoctorFirstName nvarchar(100),
@DoctorLastName nvarchar(100),
@DoctorPhoneNumber nvarchar(100),
@DoctorAddress nvarchar(100),
@DoctorCity nvarchar(100),
@DoctorState nchar(2),
@DoctorZipCode nvarchar(10)
)
/* Author: <NAME>
** Desc: Processes Insertion of data into the Doctors table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pInsDoctors stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
Insert Into
Doctors(
DoctorFirstName,
DoctorLastName,
DoctorPhoneNumber,
DoctorAddress,
DoctorCity,
DoctorState,
DoctorZipCode
)
Values (
@DoctorFirstName,
@DoctorLastName,
@DoctorPhoneNumber,
@DoctorAddress,
@DoctorCity,
@DoctorState,
@DoctorZipCode
);
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
Create Procedure pInsAppointments
( @AppointmentDateTime datetime,
@AppointmentPatientID int,
@AppointmentDoctorID int,
@AppointmentClinicID int
)
/* Author: <NAME>
** Desc: Processes Insertion of data into the Appointments table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pInsAppointments stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
Insert Into
Appointments(
AppointmentDateTime,
AppointmentPatientID,
AppointmentDoctorID,
AppointmentClinicID
)
Values (
@AppointmentDateTime,
@AppointmentPatientID,
@AppointmentDoctorID,
@AppointmentClinicID
);
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
-- UPDATE PROCEDURES --
Create Procedure pUpdClinics
( @ClinicID int,
@ClinicName nvarchar(100),
@ClinicPhoneNumber nvarchar(100),
@ClinicAddress nvarchar(100),
@ClinicCity nvarchar(100),
@ClinicState nchar(2),
@ClinicZipCode nvarchar(10)
)
/* Author: <NAME>
** Desc: Processes Updating of data in the Clinics table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pUpdClinics stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
UPDATE Clinics
Set ClinicName = @ClinicName,
ClinicPhoneNumber = @ClinicPhoneNumber,
ClinicAddress = @ClinicAddress,
ClinicCity = @ClinicCity,
ClinicState = @ClinicState,
ClinicZipCode = @ClinicZipCode
Where ClinicID = @ClinicID;
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
Create Procedure pUpdPatients
( @PatientID int,
@PatientFirstName nvarchar(100),
@PatientLastName nvarchar(100),
@PatientPhoneNumber nvarchar(100),
@PatientAddress nvarchar(100),
@PatientCity nvarchar(100),
@PatientState nchar(2),
@PatientZipCode nvarchar(10)
)
/* Author: <NAME>
** Desc: Processes Updating of data in the Patients table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pUpdPatients stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
UPDATE Patients
Set PatientFirstName = @PatientFirstName,
PatientLastName = @PatientLastName,
PatientPhoneNumber = @PatientPhoneNumber,
PatientAddress = @PatientAddress,
PatientCity = @PatientCity,
PatientState = @PatientState,
PatientZipCode = @PatientZipCode
Where PatientID = @PatientID;
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
Create Procedure pUpdDoctors
( @DoctorID int,
@DoctorFirstName nvarchar(100),
@DoctorLastName nvarchar(100),
@DoctorPhoneNumber nvarchar(100),
@DoctorAddress nvarchar(100),
@DoctorCity nvarchar(100),
@DoctorState nchar(2),
@DoctorZipCode nvarchar(10)
)
/* Author: <NAME>
** Desc: Processes Updating of data in the Doctors table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pUpdDoctors stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
UPDATE Doctors
Set DoctorFirstName = @DoctorFirstName,
DoctorLastName = @DoctorLastName,
DoctorPhoneNumber = @DoctorPhoneNumber,
DoctorAddress = @DoctorAddress,
DoctorCity = @DoctorCity,
DoctorState = @DoctorState,
DoctorZipCode = @DoctorZipCode
Where DoctorID = @DoctorID;
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
Create Procedure pUpdAppointments
( @AppointmentID int,
@AppointmentDateTime datetime,
@AppointmentPatientID int,
@AppointmentDoctorID int,
@AppointmentClinicID int
)
/* Author: <NAME>
** Desc: Processes Updating of data in the Appointments table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pUpdAppointments stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
UPDATE Appointments
Set AppointmentDateTime = @AppointmentDateTime,
AppointmentPatientID = @AppointmentPatientID,
AppointmentDoctorID = @AppointmentDoctorID,
AppointmentClinicID = @AppointmentClinicID
Where AppointmentID = @AppointmentID;
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
-- DELETE PROCEDURES --
Create Procedure pDelClinics
( @ClinicID int
)
/* Author: <NAME>
** Desc: Processes Deletion of data in the Clinics table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pDelClinics stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
Delete
From Clinics
Where ClinicID = @ClinicID;
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
Create Procedure pDelPatients
( @PatientID int
)
/* Author: <NAME>
** Desc: Processes Deletion of data in the Patients table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pDelPatients stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
Delete
From Patients
Where PatientID = @PatientID;
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
Create Procedure pDelDoctors
( @DoctorID int
)
/* Author: <NAME>
** Desc: Processes Deletion of data in the Doctors table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pDelDoctors stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
Delete
From Doctors
Where DoctorID = @DoctorID;
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
Create Procedure pDelAppointments
( @AppointmentID int
)
/* Author: <NAME>
** Desc: Processes Deletion of data in the Appointments table.
** Change Log: When,Who,What
** 2018-11-29,<NAME>,Created pDelAppointments stored procedure.
*/
AS
Begin
Declare @RC int = 0;
Begin Try
Begin Transaction
Delete
From Appointments
Where AppointmentID = @AppointmentID;
Commit Transaction
Set @RC = +1
End Try
Begin Catch
If(@@Trancount > 0) Rollback Transaction
Print Error_Message()
Set @RC = -1
End Catch
Return @RC;
End
go
-- Testing Views --
Select * From vClinics;
go
Select * From vPatients;
go
Select * From vDoctors;
go
Select * From vAppointments;
go
Select * From vAppointmentsByPatientsDoctorsAndClinics;
go
-- Set Permissions --
----- DENY OBJECT PERMISSIONS START HERE -----
Deny Select, Insert, Update, Delete On Clinics To Public;
Deny Select, Insert, Update, Delete On Patients To Public;
Deny Select, Insert, Update, Delete On Doctors To Public;
Deny Select, Insert, Update, Delete On Appointments To Public;
----- PERMISSIONS FOR VIEWS START HERE -----
Grant Select On vClinics To Public;
Grant Select On vPatients To Public;
Grant Select On vDoctors To Public;
Grant Select On vAppointments To Public;
----- PERMISSIONS FOR CLINICS PROCEDURES START HERE -----
Grant Execute On pInsClinics To Public;
Grant Execute On pUpdClinics To Public;
Grant Execute On pDelClinics To Public;
----- PERMISSIONS FOR PATIENTS PROCEDURES START HERE -----
Grant Execute On pInsPatients To Public;
Grant Execute On pUpdPatients To Public;
Grant Execute On pDelPatients To Public;
----- PERMISSIONS FOR DOCTORS PROCEDURES START HERE -----
Grant Execute On pInsDoctors To Public;
Grant Execute On pUpdDoctors To Public;
Grant Execute On pDelDoctors To Public;
----- PERMISSIONS FOR COURSES PROCEDURES START HERE -----
Grant Execute On pInsAppointments To Public;
Grant Execute On pUpdAppointments To Public;
Grant Execute On pDelAppointments To Public;
-- Testing Sprocs --
----- INSERT PROCEDURES TEST CODE START HERE -----
Declare @Status int;
Exec @Status = pInsClinics
@ClinicName = 'SunnyClinic',
@ClinicPhoneNumber = '206-123-1234',
@ClinicAddress = 'Sunny St',
@ClinicCity = 'Seattle',
@ClinicState = 'WA',
@ClinicZipCode = '98001'
Select Case @Status
When +1 Then 'Insert was successful!'
When -1 Then 'Insert failed! Common Issues: Duplicate Data'
End as [Status]
go
Declare @Status int;
Exec @Status = pInsPatients
@PatientFirstName = 'William',
@PatientLastName = 'Bennett',
@PatientPhoneNumber = '206-123-1234',
@PatientAddress = 'Red St',
@PatientCity = 'Seattle',
@PatientState = 'WA',
@PatientZipCode = '98002'
Select Case @Status
When +1 Then 'Insert was successful!'
When -1 Then 'Insert failed! Common Issues: Duplicate Data'
End as [Status]
go
Declare @Status int;
Exec @Status = pInsDoctors
@DoctorFirstName = 'Albert',
@DoctorLastName = 'Wyatt',
@DoctorPhoneNumber = '206-123-1234',
@DoctorAddress = 'Blue St',
@DoctorCity = 'Seattle',
@DoctorState = 'WA',
@DoctorZipCode = '98004'
Select Case @Status
When +1 Then 'Insert was successful!'
When -1 Then 'Insert failed! Common Issues: Duplicate Data'
End as [Status]
go
Declare @Status int;
Exec @Status = pInsAppointments
@AppointmentDateTime = '2018-11-30 06:26:34.500',
@AppointmentPatientID = '1',
@AppointmentDoctorID = '1',
@AppointmentClinicID = '1'
Select Case @Status
When +1 Then 'Insert was successful!'
When -1 Then 'Insert failed! Common Issues: Duplicate Data'
End as [Status]
go
----- SELECT AFTER INSERT -----
Select * From vClinics;
go
Select * From vPatients;
go
Select * From vDoctors;
go
Select * From vAppointments;
go
Select * From vAppointmentsByPatientsDoctorsAndClinics;
go
----- UPDATE PROCEDURES TEST CODE START HERE -----
Declare @Status int;
Exec @Status = pUpdClinics
@ClinicID = @@IDENTITY,
@ClinicName = 'RainbowClinic',
@ClinicPhoneNumber = '206-123-1234',
@ClinicAddress = 'Rainbow St',
@ClinicCity = 'Los Angeles',
@ClinicState = 'CA',
@ClinicZipCode = '40001'
Select Case @Status
When +1 Then 'Update was successful!'
When -1 Then 'Update failed! Common Issues: Duplicate Data or Foreign Key Violation'
End as [Status]
go
Declare @Status int;
Exec @Status = pUpdPatients
@PatientID = @@IDENTITY,
@PatientFirstName = 'John',
@PatientLastName = 'Fergus',
@PatientPhoneNumber = '206-123-1234',
@PatientAddress = 'Yellow St',
@PatientCity = 'New York City',
@PatientState = 'NY',
@PatientZipCode = '02390'
Select Case @Status
When +1 Then 'Update was successful!'
When -1 Then 'Update failed! Common Issues: Duplicate Data or Foreign Key Violation'
End as [Status]
go
Declare @Status int;
Exec @Status = pUpdDoctors
@DoctorID = @@IDENTITY,
@DoctorFirstName = 'Edward',
@DoctorLastName = 'Takumi',
@DoctorPhoneNumber = '206-123-1234',
@DoctorAddress = 'Green St',
@DoctorCity = 'Miami',
@DoctorState = 'FL',
@DoctorZipCode = '09999'
Select Case @Status
When +1 Then 'Update was successful!'
When -1 Then 'Update failed! Common Issues: Duplicate Data or Foreign Key Violation'
End as [Status]
go
Declare @Status int;
Exec @Status = pUpdAppointments
@AppointmentID = @@IDENTITY,
@AppointmentDateTime = '2018-12-01 09:00:00.000',
@AppointmentPatientID = '1',
@AppointmentDoctorID = '1',
@AppointmentClinicID = '1'
Select Case @Status
When +1 Then 'Update was successful!'
When -1 Then 'Update failed! Common Issues: Duplicate Data or Foreign Key Violation'
End as [Status]
go
----- SELECT AFTER UPDATE -----
Select * From vClinics;
go
Select * From vPatients;
go
Select * From vDoctors;
go
Select * From vAppointments;
go
Select * From vAppointmentsByPatientsDoctorsAndClinics;
go
----- DELETE PROCEDURES TEST CODE START HERE -----
Declare @Status int;
Exec @Status = pDelAppointments @AppointmentID = @@IDENTITY;
Select Case @Status
When +1 Then 'Delete was successful!'
When -1 Then 'Delete failed! Common Issues: Foreign Key Violation'
End as [Status]
go
Declare @Status int;
Exec @Status = pDelClinics @ClinicID = @@IDENTITY;
Select Case @Status
When +1 Then 'Delete was successful!'
When -1 Then 'Delete failed! Common Issues: Foreign Key Violation'
End as [Status]
go
Declare @Status int;
Exec @Status = pDelPatients @PatientID = @@IDENTITY;
Select Case @Status
When +1 Then 'Delete was successful!'
When -1 Then 'Delete failed! Common Issues: Foreign Key Violation'
End as [Status]
go
Declare @Status int;
Exec @Status = pDelDoctors @DoctorID = @@IDENTITY;
Select Case @Status
When +1 Then 'Delete was successful!'
When -1 Then 'Delete failed! Common Issues: Foreign Key Violation'
End as [Status]
go
----- SELECT AFTER DELETE -----
Select * From vClinics;
go
Select * From vPatients;
go
Select * From vDoctors;
go
Select * From vAppointments;
go
Select * From vAppointmentsByPatientsDoctorsAndClinics;
go
/**************************************************************************************************/ |
CREATE TABLE `conteudo_curricular` (
`disciplina` varchar(250) NOT NULL,
`carga_horaria` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
INSERT INTO `conteudo_curricular` (`disciplina`, `carga_horaria`) VALUES
('FASE EAD', '40h'),
('SINTAER', '2h'),
('LIGAÇÕES EXTERNAS AO SINTAER', '3h'),
('ATIVIDADE DE INTELIGÊNCIA DA FAB', '2h'),
('PENSAMENTO CRÍTICO NA ANÁLISE DE INTELIGÊNCIA', '2h'),
('DESAFIOS PARA O ANALISTA DE INTELIGÊNCIA', '3h'),
('TECNICAS ANALÍTICAS ESTRUTURADAS', '4h'),
('RELAÇÕES INTERNACIONAIS', '3h'),
('CONJUNTURA NA AMÉRICA DO SUL', '6h'),
('MÉTODO DE PRODUÇÃO DO CONHECIMENTO', '4h'),
('EXERCÍCIO ORIENTADO DE PLANEJAMENTO E ANÁLISE', '3h'),
('CONHECIMENTO INFORME/ INFORMAÇÃO – TEORIA/ EXERCÍCIOS', '14h'),
('OSINT (OPEN SOURCE INTELIGENCE)', '3h'),
('INFLUÊNCIA DA RÚSSIA E CHINA NA AMÉRICA LATINA', '4h'),
('CONHECIMENTO APRECIAÇÃO – TEORIA/ - EXERCÍCIOS/ APRESENTAÇÃO INDIVIDUAL', '20h'),
('ANÁLISE DE PROPAGANDA ADVERSA', '6h'),
('AUTORES CLÁSSICOS DE INTELIGÊNCIA', '2h'),
('ATIVIDADE DE OPERAÇÕES DE INTELIGÊNCIA', '2h'),
('CONTRAINTELIGÊNCIA- SEGURANÇA ORGÂNICA', '2h'),
('CONTRAINTELIGÊNCIA – SEGURANÇA ATIVA', '2h'),
('GEOPOLÍTICA NO ORIENTE MÉDIO', '2h'),
('PLANO DE INTELIGÊNCIA DA AERONÁUTICA (PIAER)', '2h'),
('INTELIGÊNCIA CIBERNÉTICA', '6h'),
('ATIVIDADES ADMINISTRATIVAS', '3h'),
('TOTAL', '140h');
CREATE TABLE `lista_alunos` (
`tratamento` varchar(2) NOT NULL,
`posto` varchar(50) NOT NULL,
`quadro` varchar(50) NOT NULL,
`especialidade` varchar(50) NOT NULL,
`nome_aluno` varchar(50) NOT NULL,
`periodo` varchar(50) NOT NULL,
`curso` varchar(50) NOT NULL,
`om` varchar(50) NOT NULL,
`cpf` varchar(50) NOT NULL,
`saram` varchar(50) NOT NULL,
`grande_comando` varchar(50) NOT NULL,
`cod` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
INSERT INTO `lista_alunos` (`tratamento`, `posto`, `quadro`, `especialidade`, `nome_aluno`, `periodo`, `curso`, `om`, `cpf`, `saram`, `grande_comando`, `cod`) VALUES
('o', 'CL', 'QOEFOT', 'NTE', 'PA<NAME>', 'ainda falta', 'Curso de analise de inteligência – CAI 2021', 'COMAE', '587.357.980-68', '357.130-0', 'COMAE', '326f2a6f1aa13a5e1dbccd15fb00cae9');
COMMIT;
|
<gh_stars>0
CREATE TABLE IF NOT EXISTS `table_def` (
`id` int(10) unsigned NOT NULL auto_increment COMMENT '自增ID',
`p_id` int(10) unsigned NOT NULL default '0' COMMENT '所属项目ID',
`name_eng` varchar(200) NOT NULL default 'aups_t001' COMMENT '英文名称',
`name_cn` varchar(200) NOT NULL COMMENT '中文名称',
`tbl_type` enum('00','01','02') NOT NULL default '00' COMMENT '表类型',
`field_def_table` varchar(200) NOT NULL default 'dpps_field_def' COMMENT '字段定义表, 暂未支持',
`creator` varchar(100) NOT NULL default '0' COMMENT '创建者ID',
`createdate` date NOT NULL default '0000-00-00' COMMENT '创建日期',
`createtime` time NOT NULL default '00:00:00' COMMENT '创建时间',
`mender` varchar(100) NOT NULL default '0' COMMENT '修改者ID',
`menddate` date NOT NULL default '0000-00-00' COMMENT '修改日期',
`mendtime` time NOT NULL default '00:00:00' COMMENT '修改时间',
`list_order` tinyint(2) NOT NULL default '100' COMMENT '显示顺序',
`description` text COMMENT '描述',
`doc_list_order` text COMMENT '文档显示顺序',
`source` enum('db','grab','none') NOT NULL default 'none' COMMENT '来源',
`status_` enum('use','stop','test','del','scrap') NOT NULL default 'use' COMMENT '状态, 使用、停用等',
`arithmetic` text COMMENT '表定义表的算法, 通常是CodeResult类型',
`waiwang_url` varchar(255) default NULL COMMENT '外网URL, 没有提供则继承自project的',
`bendi_uri` varchar(255) default NULL COMMENT '本地URI, 没有提供则继承自project的',
`js_verify_add_edit` enum('TRUE','FALSE') NOT NULL default 'FALSE' COMMENT '是否js验证, 某张表中添加、修改记录的时候',
`js_code_add_edit` mediumtext COMMENT 'js验证代码, 某张表中添加、修改记录的时候',
`created_at` int(10) unsigned NOT NULL default '0' COMMENT '创建时间',
`updated_at` TIMESTAMP on update CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '最近修改时间',
PRIMARY KEY (`id`),
UNIQUE KEY `name_eng` (`p_id`,`name_eng`),
KEY `idx_cdt` (`createdate`,`createtime`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='表定义表';
CREATE TABLE IF NOT EXISTS `field_def` (
`id` int(10) unsigned NOT NULL auto_increment COMMENT '自增ID',
`t_id` int(10) unsigned NOT NULL default '0' COMMENT '表ID',
`name_eng` varchar(100) NOT NULL default 'aups_f001' COMMENT '英文名称',
`name_cn` varchar(200) NOT NULL COMMENT '中文名称',
`creator` varchar(100) NOT NULL default '0' COMMENT '创建者ID',
`createdate` date NOT NULL default '0000-00-00' COMMENT '创建日期',
`createtime` time NOT NULL default '00:00:00' COMMENT '创建时间',
`mender` varchar(100) default '0' COMMENT '修改者ID',
`menddate` date NOT NULL default '0000-00-00' COMMENT '修改日期',
`mendtime` time NOT NULL default '00:00:00' COMMENT '修改时间',
`edit_flag` enum('0','1','2','3') NOT NULL default '0' COMMENT '编辑标记',
`is_null` enum('YES','NO') NOT NULL default 'YES' COMMENT '是否为空. YES:为空;NO:非空',
`key` enum('','PRI','MUL','UNI','fulltext') NOT NULL default '' COMMENT '键类型. PRI:主键;‘MUL’索引;UNI唯一,fulltext:全文搜索',
`extra` enum('','AUTO_INCREMENT','on update CURRENT_TIMESTAMP') NOT NULL default '' COMMENT '额外属性',
`type` enum('VARCHAR','TINYINT','TEXT','DATE','SMALLINT','MEDIUMINT','INT','BIGINT','FLOAT','DOUBLE','DECIMAL','DATETIME','TIMESTAMP','TIME','YEAR','CHAR','TINYBLOB','TINYTEXT','BLOB','MEDIUMBLOB','MEDIUMTEXT','LONGBLOB','LONGTEXT','ENUM','SET','BIT','BOOL','BINARY','VARBINARY') NOT NULL default 'VARCHAR' COMMENT '字段数据类型',
`f_type` enum('Form::CodeResult','Form::TextField','Form::Date','Form::DateTime','Form::Password','Form::TextArea','Form::HTMLEditor','Form::Select','Form::DB_Select','Form::DB_RadioGroup','Form::ImageFile','Form::File','Application::SQLResult','Application::PostInPage','Application::CrossPublish','Application::CodeResult') NOT NULL default 'Form::TextField' COMMENT '字段的算法类型',
`length` varchar(600) default '255' COMMENT '长度',
`attribute` enum('','BINARY','UNSIGNED','UNSIGNED ZEROFILL','ON UPDATE CURRENT_TIMESTAMP') NOT NULL default '' COMMENT '无符号等属性',
`unit` varchar(20) default NULL COMMENT '单位',
`default` text COMMENT '默认值',
`status_` enum('use','stop','test','del','scrap') NOT NULL default 'use' COMMENT '状态, 使用、停用等',
`arithmetic` text COMMENT '字段算法',
`exec_mode` enum('0','1','2','3') NOT NULL default '0' COMMENT '执行模式',
`list_order` smallint(5) NOT NULL default '1000' COMMENT '显示顺序',
`source` enum('db','grab','none') NOT NULL default 'none' COMMENT '来源',
`description` varchar(255) default NULL COMMENT '描述',
`if_display_edit` enum('T','F') NOT NULL default 'T' COMMENT '是否显示在添加或编辑界面',
`created_at` int(10) unsigned NOT NULL default '0' COMMENT '创建时间',
`updated_at` TIMESTAMP on update CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
PRIMARY KEY (`id`),
UNIQUE KEY `ind_2` (`t_id`,`name_eng`),
KEY `t_id` (`t_id`,`list_order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='字段定义表';
CREATE TABLE IF NOT EXISTS `tmpl_design` (
`id` int(10) unsigned NOT NULL auto_increment COMMENT '自增ID',
`tbl_id` int(10) unsigned NOT NULL COMMENT '所属表ID',
`creator` varchar(100) NOT NULL default '0' COMMENT '创建者',
`createdate` date NOT NULL default '0000-00-00' COMMENT '创建日期',
`createtime` time NOT NULL default '00:00:00' COMMENT '创建时间',
`mender` varchar(100) NOT NULL default '0' COMMENT '修改者',
`menddate` date NOT NULL default '0000-00-00' COMMENT '修改日期',
`mendtime` time NOT NULL default '00:00:00' COMMENT '修改时间',
`if_publish` enum('TRUE','FALSE') NOT NULL default 'TRUE' COMMENT '是否发布',
`content_type` enum('Text','HTML','XML','WML','JSON') NOT NULL default 'HTML' COMMENT '内容类型, html、json、xml',
`default_field` varchar(60) NOT NULL default 'url_1' COMMENT '发布地址存放字段, 发布成功以后得到的地址存放到哪个字段中',
`default_url` varchar(255) default NULL COMMENT '默认URL',
`default_html` longtext COMMENT '默认静态模板代码',
`tmpl_expr` text COMMENT '执行条件, 只有满足此表达式条件才执行发布, 必须是PHP表达式(如:${是否发往首页) == "yes" && ${栏目名称} == "国内")',
`description` text COMMENT '描述',
`status_` enum('use','stop','test','del','scrap') NOT NULL default 'use' COMMENT '状态, 使用、停用等',
`created_at` int(10) unsigned NOT NULL default '0' COMMENT '创建时间',
`updated_at` TIMESTAMP on update CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '最近修改时间',
PRIMARY KEY (`id`),
KEY `idx_cdt` (`createdate`,`createtime`),
KEY `idx_mdt` (`menddate`,`mendtime`),
KEY `tbl_id` (`tbl_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='模板设计表';
--ALTER TABLE `dpps_field_def` CHANGE `type` `type` ENUM( 'VARCHAR', 'TINYINT', 'TEXT', 'DATE', 'SMALLINT', 'MEDIUMINT', 'INT', 'BIGINT', 'FLOAT', 'DOUBLE', 'DECIMAL', 'DATETIME', 'TIMESTAMP', 'TIME', 'YEAR', 'CHAR', 'TINYBLOB', 'TINYTEXT', 'BLOB', 'MEDIUMBLOB', 'MEDIUMTEXT', 'LONGBLOB', 'LONGTEXT', 'ENUM', 'SET', 'BIT', 'BOOL', 'BINARY', 'VARBINARY' ) CHARACTER SET utf8 NOT NULL DEFAULT 'VARCHAR' COMMENT '字段数据类型',
--CHANGE `f_type` `f_type` ENUM( 'Form::CodeResult', 'Form::TextField', 'Form::Password', 'Form::TextArea', 'Form::HTMLEditor', 'Form::Select', 'Form::DB_Select', 'Form::DB_RadioGroup', 'Form::ImageFile', 'Form::File', 'Application::SQLResult', 'Application::PostInPage', 'Application::CrossPublish', 'Application::CodeResult' ) CHARACTER SET utf8 NOT NULL DEFAULT 'Form::TextField' COMMENT '字段的算法类型',
--CHANGE `length` `length` VARCHAR( 280 ) CHARACTER SET utf8 NULL DEFAULT '255' COMMENT '长度';
--update `dpps_field_def` set `length`='''VARCHAR'',''TINYINT'',''TEXT'',''DATE'',''SMALLINT'',''MEDIUMINT'',''INT'',''BIGINT'',''FLOAT'',''DOUBLE'',''DECIMAL'',''DATETIME'',''TIMESTAMP'',''TIME'',''YEAR'',''CHAR'',''TINYBLOB'',''TINYTEXT'',''BLOB'',''MEDIUMBLOB'',''MEDIUMTEXT'',''LONGBLOB'',''LONGTEXT'',''ENUM'',''SET'',''BIT'',''BOOL'',''BINARY'',''VARBINARY''' where `name_eng`='type' and `t_id` = (select id from dpps_table_def where name_eng='dpps_field_def');
--update `dpps_field_def` set `length`='''Form::CodeResult'',''Form::TextField'',''Form::Password'',''Form::TextArea'',''Form::HTMLEditor'',''Form::Select'',''Form::DB_Select'',''Form::DB_RadioGroup'',''Form::ImageFile'',''Form::File'',''Application::SQLResult'',''Application::PostInPage'',''Application::CrossPublish'',''Application::CodeResult''' where `name_eng`='f_type' and `t_id` = (select id from dpps_table_def where name_eng='dpps_field_def');
--update `dpps_field_def` set `length`='280' where `name_eng`='length' and `t_id` = (select id from dpps_table_def where name_eng='dpps_field_def');
-- INSERT INTO `dpps_field_def` (`t_id`, `name_eng`, `name_cn`, `creator`, `createdate`, `createtime`, `edit_flag`, `is_null`, `key`, `extra`, `type`, `f_type`, `length`, `attribute`, `unit`, `default`, `status_`, `arithmetic`, `exec_mode`, `list_order`, `source`, `description`) VALUES (13, 'arithmetic', '表定义表的算法', 'admin', DATE_FORMAT(NOW(), '%Y-%m-%d'), DATE_FORMAT(NOW(), '%H:%i:%s'), '0', 'YES', '', '', 'TEXT', 'Form::TextArea', '', '', NULL, 'NULL', 'use', NULL, '0', 1000, 'db', '表定义表的算法, 通常是CodeResult类型');
|
<filename>src/database/getProductInputs.sql
select
p_in.id,
p_in.weight::float / t_sum.weight as fraction
from product p_in
join transformation_input t_in
on t_in.product = p_in.id
join transformation_output t_out
on t_out.transformation = t_in.transformation
join product p_out
on p_out.id = t_out.product
join (
select sub_ti.transformation as id, sum(sub_p.weight) as weight
from product sub_p
join transformation_input sub_ti
on sub_ti.product = sub_p.id
group by sub_ti.transformation
) t_sum
on t_sum.id = t_in.transformation
join transformation_output p_t
on p_t.product = p_in.id
join transformation t
on t.id = p_t.transformation
join actor a
on a.id = t.emitter
where p_out.id = $1;
|
-- +goose NO TRANSACTION
-- +goose Up
-- SQL in this section is executed when the migration is applied.
ALTER TABLE builds ADD releases JSONB;
CREATE INDEX builds_releases ON builds USING GIN (releases);
-- +goose Down
-- SQL in this section is executed when the migration is rolled back.
DROP INDEX builds_releases;
ALTER TABLE builds DROP releases; |
create table item (
id bigserial not null,
discount varchar(255),
name varchar(255),
price varchar(255),
quantity int4 not null,
tax_rate varchar(255),
order_id int8 not null,
primary key (id)
)
;
create table managed_order (
type varchar(31) not null,
id bigserial not null,
contact varchar(255),
creation_date timestamp,
is_canceled boolean not null,
is_fulfilled boolean not null,
personal_takeover boolean not null,
sending_date timestamp,
city varchar(255),
company_name varchar(255),
country varchar(255),
full_name varchar(255),
other varchar(255),
phone_number varchar(255),
postal_code varchar(255),
street_and_number varchar(255),
tracking_number varchar(255),
currency varchar(255),
invoice_id varchar(255),
invoice_number varchar(255),
is_paid boolean,
is_receipt_sent boolean,
is_tender_sent boolean,
note varchar(255),
payment_date timestamp,
payment_type varchar(255),
shopify_order_id varchar(255),
shopify_order_number varchar(255),
tender_id varchar(255),
tender_number varchar(255),
giveaway_platform varchar(255),
primary key (id)
)
;
alter table if exists managed_order
add constraint UK_managed_order_invoice_id unique (invoice_id)
;
alter table if exists managed_order
add constraint UK_managed_order_shopify_order_id unique (shopify_order_id)
;
alter table if exists managed_order
add constraint UK_managed_order_tender_id unique (tender_id)
;
alter table if exists item
add constraint FK_item_managed_order
foreign key (order_id)
references managed_order
; |
INSERT INTO songs (title, artist, video_link, user_id, domain) VALUES ('title 1', 'artist 1', 'adfasfw', 1, 'youtube');
INSERT INTO songs (title, artist, video_link, user_id, domain) VALUES ('title 2', 'artist 2', 'addsffasfw', 1, 'unknown');
INSERT INTO songs (title, artist, video_link, user_id, domain) VALUES ('title 3', 'artist 3', 'adsdwfasfw', 2, 'youtube');
INSERT INTO songs (title, artist, video_link, user_id, domain) VALUES ('title 4', 'artist 4', 'addsfsdwfasfw', 2, 'unknown');
INSERT INTO playlists (user_id, name) VALUES (1, 'playlist 1');
INSERT INTO playlists (user_id, name) VALUES (2, 'playlist 2');
INSERT INTO playlists (user_id, name) VALUES (1, 'playlist 3');
INSERT INTO playlists (user_id, name) VALUES (2, 'playlist 4');
INSERT INTO playlist_songs (song_id, playlist_id, user_id) VALUES (1, 1, 1);
INSERT INTO playlist_songs (song_id, playlist_id, user_id) VALUES (2, 1, 1);
INSERT INTO playlist_songs (song_id, playlist_id, user_id) VALUES (3, 2, 2);
INSERT INTO playlist_songs (song_id, playlist_id, user_id) VALUES (4, 2, 2);
INSERT INTO playlist_songs (song_id, playlist_id, user_id) VALUES (1, 3, 1);
INSERT INTO playlist_songs (song_id, playlist_id, user_id) VALUES (2, 3, 1);
INSERT INTO playlist_songs (song_id, playlist_id, user_id) VALUES (3, 4, 2);
INSERT INTO playlist_songs (song_id, playlist_id, user_id) VALUES (4, 4, 2);
|
CREATE TABLE [dbo].[Users]
(
[Id] VARCHAR(256) NOT NULL PRIMARY KEY,
[Name] VARCHAR(200) NOT NULL,
[Title] VARCHAR(200) NOT NULL,
[Agency] VARCHAR(250) NOT NULL,
[Street] VARCHAR(100) NOT NULL,
[City] VARCHAR(100) NOT NULL,
[State] VARCHAR(50) NOT NULL,
[Zip] VARCHAR(11) NOT NULL,
[TargetPopulationWic] BIT NOT NULL DEFAULT 0,
[TargetPopulationSnap] BIT NOT NULL DEFAULT 0,
[TargetPopulationHeadStart] BIT NOT NULL DEFAULT 0,
[TargetPopulationEfnep] BIT NOT NULL DEFAULT 0,
[TargetPopulationLowIncome] BIT NOT NULL DEFAULT 0,
[TargetPopulationOther] BIT NOT NULL DEFAULT 0
)
|
DO
$$
BEGIN
IF EXISTS (SELECT 1 FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS
WHERE CONSTRAINT_NAME = 'fk_parts__song_id') THEN
ALTER TABLE parts DROP CONSTRAINT fk_parts__song_id;
END IF;
END;
$$; |
DROP PROCEDURE IF EXISTS mysql.check_alter_table;
CREATE PROCEDURE mysql.`check_alter_table`
(
OUT out_error_code TINYINT,
IN in_schema_name VARCHAR(64),
IN in_table_name VARCHAR(64),
IN in_column_name VARCHAR(64),
IN in_is_nullable VARCHAR(3),
IN in_column_type varchar(64),
IN in_is_auto_increment varchar(27),
IN in_column_default longtext,
IN in_alter_command varchar(1000)
)
BEGIN
DECLARE cnt INT;
DECLARE l_sql VARCHAR(1000);
DECLARE l_msg VARCHAR(1000);
SET SQL_MODE='';
SET out_error_code = -1;
SET l_sql= CONCAT(
'SELECT COUNT(*) INTO @cnt
FROM information_schema.columns
WHERE table_schema = LOWER(''',in_schema_name,''')
AND table_name = LOWER(''',in_table_name,''')
AND column_name = LOWER(''',in_column_name,''')
');
SET l_msg = CONCAT(in_column_name, ' column IN ', in_schema_name,'.',in_table_name,' table with the following attributes: ');
IF in_is_nullable is not null then
set l_sql = concat(l_sql, '\n and is_nullable = upper(''', in_is_nullable, ''') ' );
set l_msg = concat(l_msg, '\n ', if(upper(in_is_nullable)='YES','NULL', 'NOT NULL') );
end if;
if in_column_type is not null then
set l_sql = concat(l_sql, '\n and column_type = lower(''', in_column_type, ''') ' );
set l_msg = concat(l_msg, '\n ', upper(in_column_type) );
end if;
if in_is_auto_increment is not null then
set l_sql = concat(l_sql, '\n and extra = lower(''', in_is_auto_increment, ''') ' );
set l_msg = concat(l_msg, '\n ', in_is_auto_increment );
end if;
IF in_column_default IS NOT NULL THEN
set l_sql = concat(l_sql, '\n and column_default = lower(''', in_column_default, ''') ' );
set l_msg = concat(l_msg, '\n default ', in_column_default );
END IF;
SET @q=l_sql;
PREPARE stmt FROM @q;
EXECUTE stmt;
DEALLOCATE PREPARE stmt;
if @cnt=0 then
set @q=in_alter_command;
PREPARE stmt FROM @q;
EXECUTE stmt;
DEALLOCATE PREPARE stmt;
else
set l_msg = concat('There IS ALREADY ',l_msg);
select l_msg;
end if;
SET out_error_code = 0;
END;
|
<reponame>DonovanDMC/MaidBoye
ALTER TABLE `levels`
ADD COLUMN IF NOT EXISTS `id` CHAR(12) NOT NULL,
ADD COLUMN IF NOT EXISTS `guild_id` VARCHAR(21) NOT NULL,
ADD COLUMN IF NOT EXISTS `user_id` VARCHAR(21) NOT NULL,
ADD COLUMN IF NOT EXISTS `xp` MEDIUMINT NOT NULL DEFAULT 0,
-- Indexes
ADD UNIQUE INDEX IF NOT EXISTS `id` (`id`),
ADD UNIQUE INDEX IF NOT EXISTS `guild_user` (`guild_id`, `user_id`),
ADD INDEX IF NOT EXISTS `guild_id` (`guild_id`),
ADD INDEX IF NOT EXISTS `user_id` (`user_id`),
ADD INDEX IF NOT EXISTS `xp` (`xp`),
-- Foreign Keys
ADD CONSTRAINT `fk_levels_guildid` FOREIGN KEY IF NOT EXISTS (`guild_id`) REFERENCES `guilds` (`id`),
ADD CONSTRAINT `fk_levels_userid` FOREIGN KEY IF NOT EXISTS (`user_id`) REFERENCES `users` (`id`);
|
-- file:tsdicts.sql ln:180 expect:true
CREATE TEXT SEARCH CONFIGURATION thesaurus_tst (
COPY=synonym_tst
)
|
-- Groups can be used to control a large amount of devices at once.
-- CREATE TABLE groups (
-- id serial PRIMARY KEY NOT NULL,
-- name text NOT NULL,
-- );
-- Devices can belong to groups.
-- CREATE TABLE group_devices (
-- group_id integer NOT NULL REFERENCES groups(id) ON DELETE CASCADE,
-- device_id integer NOT NULL REFERENCES devices(id) ON DELETE CASCADE,
-- );
-- Groups can also belong to groups, which means "include all devices from child
-- group in parent group".
-- CREATE TABLE group_groups (
-- parent_id integer NOT NULL REFERENCES groups(id) ON DELETE CASCADE,
-- child_id integer NOT NULL REFERENCES groups(id) ON DELETE CASCADE,
-- );
-- Scenes can be created for storing and recalling a given state for devices.
CREATE TABLE scenes (
id serial PRIMARY KEY NOT NULL,
name text NOT NULL
);
CREATE TABLE scene_state (
scene_id integer NOT NULL REFERENCES scenes(id) ON DELETE CASCADE,
device_id integer REFERENCES devices(id) ON DELETE CASCADE,
-- group_id integer REFERENCES groups(id) ON DELETE CASCADE,
group_id text,
-- Optional link to another device, if set it means "copy state from linked device".
link_id integer REFERENCES devices(id) ON DELETE CASCADE,
-- State set on device or group when scene is activated.
-- If link_id is set, these act as overrides.
power boolean,
color jsonb,
brightness float8,
PRIMARY KEY (scene_id, device_id, group_id),
CONSTRAINT device_or_group CHECK ((device_id is not null and group_id is null) or (device_id is null and group_id is not null))
); |
USE [perpetuumsa]
GO
PRINT N'Applying Patch 19';
---------------------------------------------------------
-- Patch 19
-- Aggvalues_fix_seth_t2nexus__2020_10_27
-- Aggvalues_update_MegLRMAgs__2020_12_03
-- Effects_environmental__2020_11_29
-- EntityDef_Insert_RallyTerm__2020_11_18
-- Npcbossinfo_update_customMsgs__2020_11_27
-- Npcreinforcements_update_fluxoreThresh__2020_11_28
-- Npcreinforcements_insert_bossreinforce__2020_11_27
-- Syndicate_rebalance__newammo__2020_08_30
-- Zone_16_invalid_entities__2020_09_16
-- Gifts_xmas__2020_12_13
---------------------------------------------------------
PRINT N'Aggvalues_fix_seth_t2nexus__2020_10_27';
USE [perpetuumsa]
GO
--------------------------------------------------
-- Seth srf areas were off 23->25
-- T2 Shield nexus module missing range field (server defaults to 100, set here just in case)
-- Date: 2020/10/27
--------------------------------------------------
DROP TABLE IF EXISTS #MODIFIERS;
CREATE TABLE #MODIFIERS
(
defName varchar(100),
fieldName varchar(100),
fieldValue float,
);
INSERT INTO #MODIFIERS (defName, fieldName, fieldValue) VALUES
('def_seth_chassis', 'signature_radius', 25),
('def_seth_chassis_mk2', 'signature_radius', 25),
('def_seth_chassis_pr', 'signature_radius', 25),
('def_seth_chassis_reward1', 'signature_radius', 25),
('def_named1_gang_assist_shield_calculation_module', 'default_effect_range', 100);
PRINT N'MERGE SRF AREA UPDATES TO AGGREGATE VALUES FOR Seth and T2 shield nexus';
MERGE INTO
aggregatevalues
USING
#MODIFIERS
ON
field = (SELECT TOP 1 id FROM aggregatefields WHERE fieldName=name)
AND
definition = (SELECT TOP 1 definition FROM entitydefaults WHERE defName=definitionname)
WHEN MATCHED THEN
UPDATE SET
value = fieldValue
WHEN NOT MATCHED THEN
INSERT
(definition, field, value)
VALUES
((SELECT TOP 1 definition FROM entitydefaults WHERE defName=definitionname), (SELECT TOP 1 id FROM aggregatefields WHERE fieldName=name), fieldValue);
PRINT N'MERGED!';
DROP TABLE IF EXISTS #MODIFIERS;
GO
USE [perpetuumsa]
GO
----------------------------------------
-- Shield radius field, increase display units 0->1
--
-- Date modified: 2020/10/27
----------------------------------------
UPDATE aggregatefields SET
digits=1
WHERE name='shield_radius';
GO
PRINT N'Aggvalues_update_MegLRMAgs__2020_12_03';
USE [perpetuumsa]
GO
------------------------------------------------------------
-- LR Med Magnetic weapon Accum and some fitting tweaks
--
-- Date Modified: 2020/12/03
------------------------------------------------------------
DROP TABLE IF EXISTS #STATS;
CREATE TABLE #STATS(
defName VARCHAR(100),
fieldName VARCHAR(100),
fieldValue float
);
INSERT INTO #STATS (defName, fieldName, fieldValue) VALUES
('def_artifact_damaged_longrange_medium_railgun','core_usage',22),
('def_artifact_damaged_longrange_medium_railgun','cpu_usage',40),
('def_artifact_damaged_longrange_medium_railgun','powergrid_usage',185),
('def_artifact_a_longrange_medium_railgun','core_usage',25),
('def_artifact_a_longrange_medium_railgun','cpu_usage',45),
('def_artifact_a_longrange_medium_railgun','powergrid_usage',205),
('def_longrange_standard_medium_railgun','core_usage',22),
('def_longrange_standard_medium_railgun','cpu_usage',40),
('def_longrange_standard_medium_railgun','powergrid_usage',185),
('def_named1_longrange_medium_railgun','core_usage',20),
('def_named1_longrange_medium_railgun','cpu_usage',36),
('def_named1_longrange_medium_railgun','powergrid_usage',170),
('def_named1_longrange_medium_railgun_pr','core_usage',20),
('def_named1_longrange_medium_railgun_pr','cpu_usage',34),
('def_named1_longrange_medium_railgun_pr','powergrid_usage',163),
('def_named2_longrange_medium_railgun','core_usage',25),
('def_named2_longrange_medium_railgun','cpu_usage',43),
('def_named2_longrange_medium_railgun','powergrid_usage',185),
('def_named2_longrange_medium_railgun_pr','core_usage',25),
('def_named2_longrange_medium_railgun_pr','cpu_usage',38),
('def_named2_longrange_medium_railgun_pr','powergrid_usage',176),
('def_named3_longrange_medium_railgun','core_usage',29),
('def_named3_longrange_medium_railgun','cpu_usage',45),
('def_named3_longrange_medium_railgun','powergrid_usage',200),
('def_named3_longrange_medium_railgun_pr','core_usage',29),
('def_named3_longrange_medium_railgun_pr','cpu_usage',43),
('def_named3_longrange_medium_railgun_pr','powergrid_usage',190);
PRINT N'INSERT/UPDATE aggregatevalues FOR MAGNETIC WEAPONS, MED, LR';
MERGE aggregatevalues v USING #STATS s
ON v.definition = (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=s.defName) AND
v.field = (SELECT TOP 1 id FROM aggregatefields WHERE name=s.fieldName)
WHEN MATCHED
THEN UPDATE SET
v.value = s.fieldValue;
DROP TABLE IF EXISTS #STATS;
GO
PRINT N'Effects_environmental__2020_11_29';
USE [perpetuumsa]
GO
PRINT N'ADDING ENVIRONMENTAL EFFECTS';
-----------------------------------------------------
-- Insert new effects, effcat, and modifiers
-- Note: hard-coded values must match enums in server!
-- Date Modified: 11/29/2020
-----------------------------------------------------
DROP TABLE IF EXISTS #EFFS;
CREATE TABLE #EFFS
(
effId INT,
effName VARCHAR(100)
);
DROP TABLE IF EXISTS #EFFECTMODS;
CREATE TABLE #EFFECTMODS
(
effId INT,
fieldName VARCHAR(100),
fieldValue FLOAT
);
DECLARE @effectCatName AS VARCHAR(100) = 'effcat_environmental_effects';
DECLARE @effectDayName AS VARCHAR(100) = 'effect_day';
DECLARE @effectDayClearName AS VARCHAR(100) = 'effect_day_clear';
DECLARE @effectDayOvercastName AS VARCHAR(100) = 'effect_day_overcast';
DECLARE @effectNightName AS VARCHAR(100) = 'effect_night';
DECLARE @effectNightClearName AS VARCHAR(100) = 'effect_night_clear';
DECLARE @effectNightOvercastName AS VARCHAR(100) = 'effect_night_overcast';
DECLARE @effectGoodWeatherName AS VARCHAR(100) = 'effect_weather_good';
DECLARE @effectBadWeatherName AS VARCHAR(100) = 'effect_weather_bad';
DECLARE @effectDayId AS INT = 107;
DECLARE @effectDayClearId AS INT = 108;
DECLARE @effectDayOvercastId AS INT = 109;
DECLARE @effectNightId AS INT = 110;
DECLARE @effectNightClearId AS INT = 111;
DECLARE @effectNightOvercastId AS INT = 112;
DECLARE @effectGoodWeatherId AS INT = 113;
DECLARE @effectBadWeatherId AS INT = 114;
DECLARE @effCatPower AS INT = 45;
INSERT INTO #EFFECTMODS (effId, fieldName, fieldValue) VALUES
(@effectDayId, 'effect_stealth_strength_modifier', -2),
(@effectNightId, 'effect_stealth_strength_modifier', 2),
(@effectGoodWeatherId, 'effect_detection_strength_modifier', 2),
(@effectBadWeatherId, 'effect_detection_strength_modifier', -2),
(@effectDayClearId, 'effect_detection_strength_modifier', 2),
(@effectDayClearId, 'effect_stealth_strength_modifier', -2),
(@effectDayOvercastId, 'effect_detection_strength_modifier', -2),
(@effectDayOvercastId, 'effect_stealth_strength_modifier', -2),
(@effectNightClearId, 'effect_detection_strength_modifier', 2),
(@effectNightClearId, 'effect_stealth_strength_modifier', 2),
(@effectNightOvercastId, 'effect_detection_strength_modifier', -2),
(@effectNightOvercastId, 'effect_stealth_strength_modifier', 2);
INSERT INTO #EFFS (effId, effName) VALUES
(@effectDayId, @effectDayName),
(@effectDayClearId, @effectDayClearName),
(@effectDayOvercastId, @effectDayOvercastName),
(@effectNightId, @effectNightName),
(@effectNightClearId, @effectNightClearName),
(@effectNightOvercastId, @effectNightOvercastName),
(@effectGoodWeatherId, @effectGoodWeatherName),
(@effectBadWeatherId, @effectBadWeatherName);
DELETE FROM effectdefaultmodifiers WHERE effectid IN (SELECT effId FROM #EFFS);
DELETE FROM effects WHERE id IN (SELECT effId FROM #EFFS);
DELETE FROM effectcategories WHERE flag>=@effCatPower;
INSERT INTO effectcategories (name, flag, maxlevel, note) VALUES
(@effectCatName, @effCatPower, 1, 'dynamic zone environmental effects');
DECLARE @catFlag BIGINT;
SET @catFlag = POWER(CAST(2 AS BIGINT), (SELECT TOP 1 CAST(flag AS BIGINT) FROM effectcategories WHERE name=@effectCatName));
SET IDENTITY_INSERT effects ON;
INSERT INTO effects (id, effectcategory, duration, name, description, note, isaura, auraradius, ispositive, display, saveable)
SELECT effId, @catFlag, 0, effName, effName+'_desc', 'environ effects', 1, 0, 1, 1, 0
FROM #EFFS;
SET IDENTITY_INSERT effects OFF;
INSERT INTO effectdefaultmodifiers (effectid, field, value)
SELECT effId, (SELECT TOP 1 id FROM aggregatefields WHERE name=fieldName), fieldValue
FROM #EFFECTMODS;
DROP TABLE IF EXISTS #EFFECTMODS;
DROP TABLE IF EXISTS #EFFS;
GO
PRINT N'EntityDef_Insert_RallyTerm__2020_11_18';
USE [perpetuumsa]
GO
----------------------------------
-- "Rally" Field Terminal
-- Inserts new definition
--
-- Date Modified: 2020/11/18
----------------------------------
DECLARE @def AS INT = 5930;
DECLARE @defName AS VARCHAR(100) = 'def_field_terminal_rally';
-- Add new EntityDefault for a "rally" terminal that doesn't give assignments
PRINT N'ADD RALLY FIELD TERM DEFINITION';
IF NOT EXISTS (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname = @defName)
BEGIN
SET IDENTITY_INSERT [dbo].[entitydefaults] ON;
INSERT INTO [dbo].[entitydefaults]
([definition],[definitionname],[quantity],[attributeflags],[categoryflags],[options],[note],[enabled],[volume],[mass],[hidden],[health],[descriptiontoken],[purchasable],[tiertype],[tierlevel])
VALUES
(@def,@defName,1,943719424,131448,'','Field term w/o missions',1,0,0,0,100,@defName+'_desc',0,null,null);
SET IDENTITY_INSERT [dbo].[entitydefaults] OFF;
END
ELSE
BEGIN
UPDATE [dbo].[entitydefaults] SET
attributeflags = 943719424,
categoryflags = 131448,
options = '',
note = 'Field term w/o missions',
enabled =1,
volume = 0,
mass = 0,
hidden = 0,
health = 100,
descriptiontoken = @defName+'_desc',
purchasable = 0,
tierlevel = null,
tiertype = null
WHERE definitionname=@defName;
END
GO
PRINT N'Npcbossinfo_update_customMsgs__2020_11_27';
USE [perpetuumsa]
GO
------------------------------------------
-- Npcbossinfo chat messages
-- Clean up excess chatter, give others more character
-- Date modified: 2020/11/27
------------------------------------------
PRINT N'UPDATE npcbossinfo: customDeathMessage/customAggressMessage';
UPDATE npcbossinfo SET
customDeathMessage=NULL,
customAggressMessage=NULL
WHERE flockid IN (SELECT id FROM npcflock WHERE name IN (
'kain_protector_stronghold1',
'cameleon_with_numiquol_protector',
'arbalest_with_numiquol_protector',
'artemis_protector_stronghold1',
'intakt_by_protector',
'baphomet_by_protector',
'tyrannos_protector',
'waspish_with_protector',
'troiar_with_protector',
'intakt_stronghold_trash',
'cam_stronghold_trash',
'troiar_stronghold_trash',
'Baph_stronghold_trash',
'Arbalest_stronghold_trash',
'Waspish_stronghold_trash',
'Rough_Rider_Leader',
'Rough_rider_Scout1',
'Rough_rider_scout2',
'def_npc_Malfunctioning_Arkhe',
'def_npc_Imperial_Infantry',
'def_npc_Tribal_Member',
'def_npc_Sacrist_Convert',
'hersh_yellow_boss',
'Blue_Hersh_mech_boss',
'hersh_GreenBoss',
'Hersh_RR_1',
'Hersh_Pit_Boss'));
UPDATE npcbossinfo SET
customDeathMessage='bzzt.. uploading research exfiltration packets... fizzbuzz.. zorp..',
customAggressMessage='zzzzrt.. aggressionN0 routines... ENGAGED'
WHERE flockid IN (SELECT id FROM npcflock WHERE name IN ('def_npc_Malfunctioning_Arkhe'));
UPDATE npcbossinfo SET
customAggressMessage='Oh? You''re Approaching Me?'
WHERE flockid IN (SELECT id FROM npcflock WHERE name IN (
'Rough_Rider_Leader',
'def_npc_Imperial_Infantry',
'def_npc_Tribal_Member',
'def_npc_Sacrist_Convert',
'hersh_yellow_boss',
'Blue_Hersh_mech_boss',
'hersh_GreenBoss',
'Hersh_RR_1',
'Hersh_Pit_Boss'));
UPDATE npcbossinfo SET
customDeathMessage='The Syndicate will fall! We will see to it... Until next time Agent.'
WHERE flockid IN (SELECT id FROM npcflock WHERE name IN (
'Rough_Rider_Leader',
'Hersh_RR_1'));
UPDATE npcbossinfo SET
customDeathMessage='This will not be our last encounter human!'
WHERE flockid IN (SELECT id FROM npcflock WHERE name IN (
'def_npc_Imperial_Infantry',
'def_npc_Tribal_Member',
'def_npc_Sacrist_Convert',
'hersh_yellow_boss',
'Blue_Hersh_mech_boss',
'hersh_GreenBoss'));
UPDATE npcbossinfo SET
customDeathMessage='Thank you human, my consciousness once trapped in this abomination is now free to end this viral slavery! For Nia!'
WHERE flockid IN (SELECT id FROM npcflock WHERE name IN (
'Hersh_Pit_Boss'));
UPDATE npcbossinfo SET
customDeathMessage='Impossible! Humans too self-serving to operate as collective as we. Perhaps we revise our strategies...',
customAggressMessage='Human! I thought I could smell your viral controls on my brother. Let me free him from your digital shackles!'
WHERE flockid IN (SELECT id FROM npcflock WHERE name IN (
'Norhoop_Pitboss_flock_boss',
'Hokkogaros_Pitboss_flock_boss',
'Domhalarn_Pitboss_flock_boss'));
PRINT N'DONE UPDATE npcbossinfo: customDeathMessage/customAggressMessage';
GO
PRINT N'Npcreinforcements_update_fluxoreThresh__2020_11_28';
USE [perpetuumsa]
GO
------------------------------------
-- Npcreinforcements
-- Threshold adjustments to accomodate corrected algorithm
-- Date modified: 2020/11/28
------------------------------------
PRINT N'UPDATING npcreinforcements thresholds for fluxore spawns';
DECLARE @fluxOre AS INT = (SELECT TOP 1 idx FROM minerals WHERE name = 'fluxore');
DECLARE @reinforceType AS INT = (SELECT TOP 1 id FROM npcreinforcementtypes WHERE name='minerals');
UPDATE npcreinforcements SET
threshold=0.01
WHERE
presenceId IN (SELECT TOP 1 id FROM npcpresence WHERE name in ('flux_ore_npc_wave_0')) AND
targetId=@fluxOre AND reinforcementType=@reinforceType;
UPDATE npcreinforcements SET
threshold=0.1
WHERE
presenceId IN (SELECT id FROM npcpresence WHERE name IN
('flux_ore_npc_wave_1_pelistal', 'flux_ore_npc_wave_1_thelodica', 'flux_ore_npc_wave_1_nuimqol')) AND
targetId=@fluxOre AND reinforcementType=@reinforceType;
UPDATE npcreinforcements SET
threshold=0.2
WHERE
presenceId IN (SELECT id FROM npcpresence WHERE name IN
('flux_ore_npc_wave_2_pelistal', 'flux_ore_npc_wave_2_thelodica', 'flux_ore_npc_wave_2_nuimqol')) AND
targetId=@fluxOre AND reinforcementType=@reinforceType;
UPDATE npcreinforcements SET
threshold=0.3
WHERE
presenceId IN (SELECT id FROM npcpresence WHERE name IN
('flux_ore_npc_wave_3_pelistal', 'flux_ore_npc_wave_3_thelodica', 'flux_ore_npc_wave_3_nuimqol')) AND
targetId=@fluxOre AND reinforcementType=@reinforceType;
UPDATE npcreinforcements SET
threshold=0.4
WHERE
presenceId IN (SELECT id FROM npcpresence WHERE name IN
('flux_ore_npc_wave_4_pelistal', 'flux_ore_npc_wave_4_thelodica', 'flux_ore_npc_wave_4_nuimqol')) AND
targetId=@fluxOre AND reinforcementType=@reinforceType;
UPDATE npcreinforcements SET
threshold=0.5
WHERE
presenceId IN (SELECT id FROM npcpresence WHERE name IN
('flux_ore_npc_wave_5_pelistal', 'flux_ore_npc_wave_5_thelodica', 'flux_ore_npc_wave_5_nuimqol')) AND
targetId=@fluxOre AND reinforcementType=@reinforceType;
UPDATE npcreinforcements SET
threshold=0.6
WHERE
presenceId IN (SELECT id FROM npcpresence WHERE name IN
('flux_ore_npc_wave_6_pelistal', 'flux_ore_npc_wave_6_thelodica', 'flux_ore_npc_wave_6_nuimqol')) AND
targetId=@fluxOre AND reinforcementType=@reinforceType;
UPDATE npcreinforcements SET
threshold=0.7
WHERE
presenceId IN (SELECT id FROM npcpresence WHERE name IN
('flux_ore_npc_wave_7_pelistal', 'flux_ore_npc_wave_7_thelodica', 'flux_ore_npc_wave_7_nuimqol')) AND
targetId=@fluxOre AND reinforcementType=@reinforceType;
UPDATE npcreinforcements SET
threshold=0.8
WHERE
presenceId IN (SELECT id FROM npcpresence WHERE name IN
('flux_ore_npc_wave_8_pelistal', 'flux_ore_npc_wave_8_thelodica', 'flux_ore_npc_wave_8_nuimqol')) AND
targetId=@fluxOre AND reinforcementType=@reinforceType;
UPDATE npcreinforcements SET
threshold=0.9
WHERE
presenceId IN (SELECT id FROM npcpresence WHERE name IN
('flux_ore_npc_wave_9_pelistal', 'flux_ore_npc_wave_9_thelodica', 'flux_ore_npc_wave_9_nuimqol')) AND
targetId=@fluxOre AND reinforcementType=@reinforceType;
PRINT N'DONE UPDATING npcreinforcements thresholds for fluxore spawns';
GO
PRINT N'Npcreinforcements_insert_bossreinforce__2020_11_27';
USE [perpetuumsa]
GO
------------------------------------------
-- NPCReinforcements for existing bosses
--
-- Date modified: 2020/12/02
------------------------------------------
PRINT N'ADD/UPDATE npcreinforcements FOR NPC BOSSES';
DECLARE @reinforceType AS INT = (SELECT TOP 1 id FROM npcreinforcementtypes WHERE name='boss');
DROP TABLE IF EXISTS #WAVES;
CREATE TABLE #WAVES (
targetFlockName VARCHAR(100),
presenceName VARCHAR(100),
npcDefName VARCHAR(100),
numInFlock INT,
behaviorType INT,
thresh FLOAT
);
INSERT INTO #WAVES (targetFlockName, presenceName, npcDefName, numInFlock, behaviorType, thresh) VALUES
--Hersh Pitboss
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_0', 'def_npc_argano_basic_rank3', 1, 1, 0.1),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_0', 'def_npc_laird_basic_rank3', 1, 1, 0.1),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_0', 'def_npc_vektor_swab_rank3', 1, 1, 0.1),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_1', 'def_npc_argano_basic_rank3', 1, 1, 0.25),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_1', 'def_npc_laird_basic_rank3', 1, 1, 0.25),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_1', 'def_npc_sequer_basic_rank3', 1, 1, 0.25),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_1', 'def_npc_locust_firstmate_rank3', 1, 1, 0.25),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_1', 'def_npc_vektor_swab_rank3', 1, 1, 0.25),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_2', 'def_npc_sequer_basic_rank4', 2, 1, 0.4),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_2', 'def_npc_termis_basic_rank3', 1, 1, 0.4),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_2', 'def_npc_gargoyle_basic_rank3', 1, 1, 0.4),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_2', 'def_npc_locust_firstmate_rank3', 2, 1, 0.4),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_3', 'def_npc_sequer_basic_rank4', 2, 1, 0.65),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_3', 'def_npc_termis_basic_rank4', 2, 1, 0.65),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_3', 'def_npc_gargoyle_basic_rank4', 2, 1, 0.65),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_3', 'def_npc_locust_firstmate_rank4', 2, 1, 0.65),
('Hersh_Pit_Boss', 'reinforce_pitboss_hersh_wave_3', 'def_npc_callisto_buccaneer_rank2', 1, 1, 0.65),
--Dom Pitboss
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_0', 'def_npc_argano_basic_rank4', 1, 1, 0.1),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_0', 'def_npc_laird_basic_rank4', 1, 1, 0.1),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_0', 'def_npc_yagel_dps_rank4', 1, 1, 0.1),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_1', 'def_npc_cameleon_ewjammer_rank4', 1, 1, 0.25),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_1', 'def_npc_arbalest_interceptor_rank4', 1, 1, 0.25),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_1', 'def_npc_yagel_dps_rank4', 1, 1, 0.25),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_2', 'def_npc_cameleon_ewjammer_rank4', 2, 1, 0.4),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_2', 'def_npc_arbalest_interceptor_rank4', 1, 1, 0.4),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_2', 'def_npc_yagel_dps_rank4', 2, 1, 0.4),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_2', 'def_npc_kain_ew_rank4', 1, 1, 0.4),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_3', 'def_npc_cameleon_ewjammer_rank5', 2, 1, 0.65),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_3', 'def_npc_arbalest_interceptor_rank5', 2, 1, 0.65),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_3', 'def_npc_vagabond_jammer_rank4', 1, 1, 0.65),
('Domhalarn_Pitboss_flock_boss', 'reinforce_pitboss_dom_wave_3', 'def_npc_kain_dps_rank5', 2, 1, 0.65),
--Hokk Pitboss
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_0', 'def_npc_argano_basic_rank4', 1, 1, 0.1),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_0', 'def_npc_laird_basic_rank4', 1, 1, 0.1),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_0', 'def_npc_prometheus_dps_rank4', 1, 1, 0.1),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_1', 'def_npc_intakt_ewjammer_rank4', 1, 1, 0.25),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_1', 'def_npc_baphomet_interceptor_rank4', 1, 1, 0.25),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_1', 'def_npc_prometheus_dps_rank4', 1, 1, 0.25),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_2', 'def_npc_intakt_ewjammer_rank4', 2, 1, 0.4),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_2', 'def_npc_baphomet_interceptor_rank4', 1, 1, 0.4),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_2', 'def_npc_prometheus_dps_rank4', 2, 1, 0.4),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_2', 'def_npc_artemis_ew_rank4', 1, 1, 0.4),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_3', 'def_npc_intakt_ewjammer_rank5', 2, 1, 0.65),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_3', 'def_npc_baphomet_interceptor_rank5', 2, 1, 0.65),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_3', 'def_npc_zenith_jammer_rank4', 1, 1, 0.65),
('Hokkogaros_Pitboss_flock_boss', 'reinforce_pitboss_hokk_wave_3', 'def_npc_artemis_dps_rank5', 2, 1, 0.65),
--Nor Pitboss
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_0', 'def_npc_argano_basic_rank4', 1, 1, 0.1),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_0', 'def_npc_laird_basic_rank4', 1, 1, 0.1),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_0', 'def_npc_castel_dps_rank4', 1, 1, 0.1),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_1', 'def_npc_troiar_ewjammer_rank4', 1, 1, 0.25),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_1', 'def_npc_waspish_interceptor_rank4', 1, 1, 0.25),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_1', 'def_npc_castel_dps_rank4', 1, 1, 0.25),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_2', 'def_npc_troiar_ewjammer_rank4', 2, 1, 0.4),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_2', 'def_npc_waspish_interceptor_rank4', 1, 1, 0.4),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_2', 'def_npc_castel_dps_rank4', 2, 1, 0.4),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_2', 'def_npc_tyrannos_ew_rank4', 1, 1, 0.4),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_3', 'def_npc_troiar_ewjammer_rank5', 2, 1, 0.65),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_3', 'def_npc_waspish_interceptor_rank4', 2, 1, 0.65),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_3', 'def_npc_ictus_jammer_rank4', 1, 1, 0.65),
('Norhoop_Pitboss_flock_boss', 'reinforce_pitboss_hoop_wave_3', 'def_npc_tyrannos_dps_rank5', 2, 1, 0.65),
--Omega Stronghold Bosses
('tyrannos_protector', 'reinforce_strnghld1_tyrannos_wave_0', 'def_npc_troiar_ewjammer_rank5', 1, 2, 0.25),
('tyrannos_protector', 'reinforce_strnghld1_tyrannos_wave_1', 'def_npc_troiar_ewjammer_rank5', 2, 2, 0.55),
('artemis_protector_stronghold1', 'reinforce_strnghld1_artemis_wave_0', 'def_npc_intakt_ewjammer_rank5', 1, 2, 0.25),
('artemis_protector_stronghold1', 'reinforce_strnghld1_artemis_wave_1', 'def_npc_intakt_ewjammer_rank5', 2, 2, 0.55),
('kain_protector_stronghold1', 'reinforce_strnghld1_kain_wave_0', 'def_npc_cameleon_ewjammer_rank5', 1, 2, 0.25),
('kain_protector_stronghold1', 'reinforce_strnghld1_kain_wave_1', 'def_npc_cameleon_ewjammer_rank5', 2, 2, 0.55);
PRINT N'DELETE npcflock, npcpresence, npcreinforcements IF EXISTS where data in temp table';
DELETE FROM npcflock WHERE presenceid in (SELECT id FROM npcpresence WHERE name in (SELECT DISTINCT presenceName FROM #WAVES));
DELETE FROM npcpresence WHERE name in (SELECT DISTINCT presenceName FROM #WAVES);
DELETE FROM npcreinforcements WHERE targetId in (SELECT id FROM npcflock WHERE name IN (SELECT DISTINCT targetFlockName from #WAVES));
PRINT N'INSERT npcflock, npcpresence, npcreinforcements FROM temp table';
INSERT INTO npcpresence
(name,topx,topy,bottomx,bottomy,note,spawnid,enabled,roaming,roamingrespawnseconds,presencetype,maxrandomflock,randomcenterx,randomcentery,randomradius,dynamiclifetime,isbodypull,isrespawnallowed,safebodypull,izgroupid)
SELECT DISTINCT
presenceName, 0, 0, 0, 0, presenceName, 10, 1, 0, 0, 9, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, NULL
FROM #WAVES;
INSERT INTO npcflock
(name,presenceid,flockmembercount,definition,spawnoriginX,spawnoriginY,spawnrangeMin,spawnrangeMax,respawnseconds,totalspawncount,homerange,note,respawnmultiplierlow,enabled,iscallforhelp,behaviorType,npcSpecialType)
SELECT
presenceName+npcDefName, (SELECT id FROM npcpresence WHERE name=presenceName), numInFlock, (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=npcDefName), 0, 0, 0, 10, 0, 1, 55, presenceName+npcDefName, 0.5, 1, 1, behaviorType, 0
FROM #WAVES;
INSERT INTO dbo.npcreinforcements
(reinforcementType, targetId, threshold, presenceId, zoneId)
SELECT
@reinforceType, (SELECT TOP 1 id FROM npcflock WHERE name=targetFlockName), thresh, (SELECT TOP 1 id FROM npcpresence WHERE name=presenceName), NULL
FROM #WAVES;
PRINT N'DONE w/ ADD/UPDATE npcreinforcements FOR NPC BOSSES';
DROP TABLE IF EXISTS #WAVES;
GO
PRINT N'Syndicate_rebalance__newammo__2020_08_30';
USE [perpetuumsa]
GO
--------------------------------------------------
-- Syndicate balance
-- Insert new ammo for firearms with different toxic dmg balance
-- Updates toxic dmg on existing ammo and bombs
-- Updates syndicate bot stats
-- Updates syndicate bot bonuses
-- Last Modified: 2020/12/12
--------------------------------------------------
DECLARE @toxicDamageName VARCHAR(100);
SET @toxicDamageName = 'damage_toxic';
DECLARE @tmShops INT;
SET @tmShops = (SELECT TOP 1 id FROM itemshoppresets WHERE name='tm_preset_pve');
DECLARE @dynCtCategory bigint;
SET @dynCtCategory = (SELECT TOP 1 value FROM categoryFlags WHERE name='cf_dynamic_cprg');
DECLARE @smallToxicAmmo INT;
DECLARE @smallToxicAmmoCT INT;
DECLARE @smallToxicAmmoCTCAPSULE INT;
DECLARE @medToxicAmmo INT;
DECLARE @medToxicAmmoCT INT;
DECLARE @medToxicAmmoCTCAPSULE INT;
SET @smallToxicAmmo = 5924;
SET @smallToxicAmmoCT = 5925;
SET @smallToxicAmmoCTCAPSULE = 5926;
SET @medToxicAmmo = 5927;
SET @medToxicAmmoCT = 5928;
SET @medToxicAmmoCTCAPSULE = 5929;
DROP TABLE IF EXISTS #AMMODEFS;
CREATE TABLE #AMMODEFS(
[definition] [int] NOT NULL,
[definitionname] [varchar](100) NOT NULL,
[quantity] [int] NOT NULL,
[attributeflags] [bigint] NOT NULL,
[categoryflags] [bigint] NOT NULL,
[options] [varchar](max) NULL,
[note] [nvarchar](2048) NULL,
[enabled] [bit] NOT NULL,
[volume] [float] NULL,
[mass] [float] NULL,
[hidden] [bit] NOT NULL,
[health] [float] NOT NULL,
[descriptiontoken] [nvarchar](100) NULL,
[purchasable] [bit] NOT NULL,
[tiertype] [int] NULL,
[tierlevel] [int] NULL,
);
INSERT INTO #AMMODEFS ([definition],[definitionname],[quantity],[attributeflags],[categoryflags],[options],[note],[enabled],[volume],[mass],[hidden],[health],[descriptiontoken],[purchasable],[tiertype],[tierlevel]) VALUES
(@smallToxicAmmo,'def_ammo_small_projectile_t',1000,34816,66314,'#bullettime=f45.0','toxic ammo small',1,0.5,0.1,0,100,'def_ammo_projectile_t_desc',1,0,0),
(@smallToxicAmmoCT,'def_ammo_small_projectile_t_cprg',1,1024,@dynCtCategory,NULL,NULL,1,0.01,0.1,0,100,'calibration_program_desc',0,NULL,NULL),
(@smallToxicAmmoCTCAPSULE,'def_ammo_small_projectile_t_CT_capsule',1,2052,1179,'','CT Capsule!',1,0.1,0.1,0,100,'def_ammo_small_projectile_t_CT_capsule_desc',1,0,0),
(@medToxicAmmo,'def_ammo_medium_projectile_t',1000,67584,131850,'#bullettime=f50.0','toxic ammo med',1,1,0.2,0,100,'def_ammo_projectile_t_desc',1,0,0),
(@medToxicAmmoCT,'def_ammo_medium_projectile_t_cprg',1,1024,@dynCtCategory,NULL,NULL,1,0.01,0.1,0,100,'calibration_program_desc',0,NULL,NULL),
(@medToxicAmmoCTCAPSULE,'def_ammo_medium_projectile_t_CT_capsule',1,2052,1179,'','CT Capsule!',1,0.1,0.1,0,100,'def_ammo_medium_projectile_t_CT_capsule_desc',1,0,0);
DROP TABLE IF EXISTS #AMMOCOMPONENTS;
CREATE TABLE #AMMOCOMPONENTS(
defName VARCHAR(100),
compDefName VARCHAR(100),
amount FLOAT
);
INSERT INTO #AMMOCOMPONENTS (defName, compDefName, amount) VALUES
('def_ammo_small_projectile_t','def_titanium',100),
('def_ammo_small_projectile_t','def_phlobotil',100),
('def_ammo_small_projectile_t','def_polynucleit',100),
('def_ammo_small_projectile_t','def_polynitrocol',100),
('def_ammo_small_projectile_t','def_axicoline',100),
('def_ammo_medium_projectile_t','def_titanium',200),
('def_ammo_medium_projectile_t','def_phlobotil',200),
('def_ammo_medium_projectile_t','def_polynucleit',200),
('def_ammo_medium_projectile_t','def_polynitrocol',200),
('def_ammo_medium_projectile_t','def_axicoline',200);
DROP TABLE IF EXISTS #SHOPENTRIES;
CREATE TABLE #SHOPENTRIES
(
defName varchar(100),
tokenPrice int,
nicPrice int
);
INSERT INTO #SHOPENTRIES (defName, tokenPrice, nicPrice) VALUES
('def_ammo_small_projectile_t_CT_capsule', 20, 1000000),
('def_ammo_medium_projectile_t_CT_capsule', 100, 5000000);
DROP TABLE IF EXISTS #TOXICDMG;
CREATE TABLE #TOXICDMG(
ammoName VARCHAR(100),
dmg INT
);
INSERT INTO #TOXICDMG(ammoName, dmg) VALUES
('def_ammo_large_projectile_a', 9),
('def_ammo_large_projectile_b', 9),
('def_ammo_large_projectile_c', 9),
('def_ammo_large_projectile_d', 9),
('def_ammo_medium_projectile_a', 6),
('def_ammo_medium_projectile_b', 6),
('def_ammo_medium_projectile_c', 6),
('def_ammo_medium_projectile_d', 6),
('def_ammo_medium_projectile_rewa', 6),
('def_ammo_medium_projectile_rewb', 6),
('def_ammo_small_projectile_a', 3),
('def_ammo_small_projectile_b', 3),
('def_ammo_small_projectile_c', 3),
('def_ammo_small_projectile_d', 3),
('def_ammo_small_projectile_rewa', 3),
('def_ammo_small_projectile_rewb', 3);
DROP TABLE IF EXISTS #TOXICBOMB;
CREATE TABLE #TOXICBOMB(
bombName VARCHAR(100),
toxicDmg INT,
chemicalDmg INT,
explosionRange INT,
volume FLOAT
);
INSERT INTO #TOXICBOMB(bombName, toxicDmg, chemicalDmg, explosionRange, volume) VALUES
('def_area_bomb', 1000, 3500, 13, 1),
('def_area_bomb_capsule', 1000, 3500, 15, 7.5),
('def_plant_bomb', 2000, 1000, 13, 1),
('def_plant_bomb_capsule', 2000, 1000, 15, 4);
DROP TABLE IF EXISTS #STATS;
CREATE TABLE #STATS(
defName VARCHAR(100),
fieldName VARCHAR(100),
value FLOAT
);
INSERT INTO #STATS (defName, fieldName, value) VALUES
--('def_vektor_chassis','core_max',200),
--('def_vektor_chassis','core_recharge_time',120),
--('def_vektor_chassis','signature_radius',4.5),
--('def_vektor_leg','speed_max',2.97),
--('def_helix_chassis','core_max',350),
--('def_helix_chassis','core_recharge_time',120),
--('def_helix_chassis','signature_radius',4),
('def_helix_leg','speed_max',3.388), --changed
('def_locust_chassis','core_max',420), --changed
('def_locust_chassis','core_recharge_time',180),
('def_locust_chassis','signature_radius',5.5),
('def_locust_leg','speed_max',2.933), --changed
('def_echelon_chassis','core_max',2050),--changed
('def_echelon_chassis','core_recharge_time',420),
('def_echelon_chassis','signature_radius',10),--changed
('def_echelon_leg','speed_max',2.48),--changed
('def_callisto_chassis','core_max',2600),
('def_callisto_chassis','core_recharge_time',360),
('def_callisto_chassis','signature_radius',9),--changed
('def_callisto_leg','speed_max',2.556),
('def_legatus_chassis','core_max',3850),
('def_legatus_chassis','core_recharge_time',720),
('def_legatus_chassis','signature_radius',22),--changed
('def_legatus_leg','speed_max',1.847),--changed
--('def_ikarus_chassis','core_max',150),
--('def_ikarus_chassis','core_recharge_time',240),
--('def_ikarus_chassis','signature_radius',4),
--('def_ikarus_leg','speed_max',3.35),
--('def_cronus_chassis','core_max',1400),
--('def_cronus_chassis','core_recharge_time',300),
--('def_cronus_chassis','signature_radius',5),
--('def_cronus_leg','speed_max',2.75),
--('def_hermes_chassis','core_max',450),
--('def_hermes_chassis','core_recharge_time',240),
--('def_hermes_chassis','signature_radius',4.5),
--('def_hermes_leg','speed_max',3),
--('def_daidalos_chassis','core_max',1800),
--('def_daidalos_chassis','core_recharge_time',480),
--('def_daidalos_chassis','signature_radius',11),
--('def_daidalos_leg','speed_max',2.25),
--('def_metis_chassis','core_max',3250),
--('def_metis_chassis','core_recharge_time',360),
--('def_metis_chassis','signature_radius',23),
--('def_metis_leg','speed_max',1.7),
--Guns
--('def_standard_medium_autocannon','cycle_time',4000),
--('def_standard_medium_autocannon','damage_modifier',1.6),
--('def_standard_medium_autocannon','falloff',20),
--('def_standard_medium_autocannon','optimal_range',12.5),
--('def_named1_medium_autocannon','cycle_time',4000),
--('def_named1_medium_autocannon','damage_modifier',1.6),
--('def_named1_medium_autocannon','falloff',20),
--('def_named1_medium_autocannon','optimal_range',12.5),
--('def_named1_medium_autocannon_pr','cycle_time',4000),
--('def_named1_medium_autocannon_pr','damage_modifier',1.6),
--('def_named1_medium_autocannon_pr','falloff',20),
--('def_named1_medium_autocannon_pr','optimal_range',12.5),
--('def_named2_medium_autocannon','cycle_time',4000),
--('def_named2_medium_autocannon','damage_modifier',1.7),
--('def_named2_medium_autocannon','falloff',21.5),
--('def_named2_medium_autocannon','optimal_range',14.5),
--('def_named2_medium_autocannon_pr','cycle_time',4000),
--('def_named2_medium_autocannon_pr','damage_modifier',1.7),
--('def_named2_medium_autocannon_pr','falloff',21.5),
--('def_named2_medium_autocannon_pr','optimal_range',14.5),
--('def_named3_medium_autocannon','cycle_time',3000),
--('def_named3_medium_autocannon','damage_modifier',1.35),
--('def_named3_medium_autocannon','falloff',18.5),
--('def_named3_medium_autocannon','optimal_range',15),
--('def_named3_medium_autocannon_pr','cycle_time',3000),
--('def_named3_medium_autocannon_pr','damage_modifier',1.35),
--('def_named3_medium_autocannon_pr','falloff',18.5),
--('def_named3_medium_autocannon_pr','optimal_range',15),
('def_longrange_standard_medium_autocannon','cycle_time',8000),
('def_longrange_standard_medium_autocannon','damage_modifier',2.0),
('def_longrange_standard_medium_autocannon','falloff',28),
('def_longrange_standard_medium_autocannon','optimal_range',22),
('def_named1_longrange_medium_autocannon','cycle_time',8000),
('def_named1_longrange_medium_autocannon','damage_modifier',2.0),
('def_named1_longrange_medium_autocannon','falloff',28),
('def_named1_longrange_medium_autocannon','optimal_range',22),
('def_named1_longrange_medium_autocannon_pr','cycle_time',8000),
('def_named1_longrange_medium_autocannon_pr','damage_modifier',2.0),
('def_named1_longrange_medium_autocannon_pr','falloff',28),
('def_named1_longrange_medium_autocannon_pr','optimal_range',22),
('def_named2_longrange_medium_autocannon','cycle_time',6000),
('def_named2_longrange_medium_autocannon','damage_modifier',1.60),
('def_named2_longrange_medium_autocannon','falloff',31.0),
('def_named2_longrange_medium_autocannon','optimal_range',23.5),
('def_named2_longrange_medium_autocannon_pr','cycle_time',6000),
('def_named2_longrange_medium_autocannon_pr','damage_modifier',1.60),
('def_named2_longrange_medium_autocannon_pr','falloff',31.0),
('def_named2_longrange_medium_autocannon_pr','optimal_range',23.5),
('def_named3_longrange_medium_autocannon','cycle_time',9000),
('def_named3_longrange_medium_autocannon','damage_modifier',2.70),
('def_named3_longrange_medium_autocannon','falloff',32.0),
('def_named3_longrange_medium_autocannon','optimal_range',24.0),
('def_named3_longrange_medium_autocannon_pr','cycle_time',9000),
('def_named3_longrange_medium_autocannon_pr','damage_modifier',2.70),
('def_named3_longrange_medium_autocannon_pr','falloff',32.0),
('def_named3_longrange_medium_autocannon_pr','optimal_range',24.0),
--NEW AMMO
('def_ammo_small_projectile_t','damage_chemical',6),
('def_ammo_small_projectile_t','damage_explosive',1),
('def_ammo_small_projectile_t','damage_kinetic',1),
('def_ammo_small_projectile_t','damage_thermal',1),
('def_ammo_small_projectile_t',@toxicDamageName,20),
('def_ammo_medium_projectile_t','damage_chemical',12),
('def_ammo_medium_projectile_t','damage_explosive',2),
('def_ammo_medium_projectile_t','damage_kinetic',2),
('def_ammo_medium_projectile_t','damage_thermal',2),
('def_ammo_medium_projectile_t',@toxicDamageName,40);
DROP TABLE IF EXISTS #BONUS;
CREATE TABLE #BONUS(
defName VARCHAR(100),
fieldName VARCHAR(100),
value FLOAT
);
INSERT INTO #BONUS (defName, fieldName, value) VALUES
('def_vektor_chassis','damage_toxic_modifier',0.5),
('def_locust_chassis','damage_toxic_modifier',0.5),
('def_echelon_chassis','damage_toxic_modifier',0.5),
('def_legatus_chassis','damage_toxic_modifier',0.5),
('def_vektor_leg','signature_radius',-0.05),
('def_helix_leg','signature_radius',-0.05),
('def_locust_leg','signature_radius',-0.075),--changed
('def_echelon_leg','signature_radius',-0.175),--changed
('def_callisto_leg','signature_radius',-0.1),
('def_legatus_leg','signature_radius',-0.4),--changed
('def_daidalos_leg','signature_radius',-0.2);
DROP TABLE IF EXISTS #BEAMS;
CREATE TABLE #BEAMS
(
ammoName varchar(100),
beamName varchar(100)
);
INSERT INTO #BEAMS (ammoName, beamName) VALUES
('def_ammo_small_projectile_t', 'pnc_small_bullet'),
('def_ammo_medium_projectile_t', 'pnc_medium_bullet');
DROP TABLE IF EXISTS #ENABLESKILLS;
CREATE TABLE #ENABLESKILLS
(
ammoName VARCHAR(100),
extName VARCHAR(100),
level INT
);
INSERT INTO #ENABLESKILLS (ammoName, extName, level) VALUES
('def_ammo_small_projectile_t','ext_small_projectile_turret',8),
('def_ammo_medium_projectile_t','ext_medium_projectile_turret',8);
DROP TABLE IF EXISTS #PROTO_TO_CT;
CREATE TABLE #PROTO_TO_CT
(
protoDefName VARCHAR(100),
ctDefName VARCHAR(100),
level INT
);
INSERT INTO #PROTO_TO_CT (protoDefName, ctDefName, level) VALUES
('def_ammo_small_projectile_t','def_ammo_small_projectile_t_cprg', 2),
('def_ammo_medium_projectile_t','def_ammo_medium_projectile_t_cprg', 2);
SET IDENTITY_INSERT entitydefaults ON;
MERGE entitydefaults d USING #AMMODEFS a
ON d.definition=a.definition AND d.definitionname=a.definitionname
WHEN MATCHED
THEN UPDATE SET
d.[quantity]=a.[quantity],
d.[attributeflags]=a.[attributeflags],
d.[categoryflags]=a.[categoryflags],
d.[options]=a.[options],
d.[note]=a.[note],
d.[enabled]=a.[enabled],
d.[volume]=a.[volume],
d.[mass]=a.[mass],
d.[hidden]=a.[hidden],
d.[health]=a.[health],
d.[descriptiontoken]=a.[descriptiontoken],
d.[purchasable]=a.[purchasable],
d.[tiertype]=a.[tiertype],
d.[tierlevel]=a.[tierlevel]
WHEN NOT MATCHED
THEN INSERT([definition],[definitionname],[quantity],[attributeflags],[categoryflags],[options],[note],[enabled],[volume],[mass],[hidden],[health],[descriptiontoken],[purchasable],[tiertype],[tierlevel]) VALUES
(a.[definition],a.[definitionname],a.[quantity],a.[attributeflags],a.[categoryflags],a.[options],a.[note],a.[enabled],a.[volume],a.[mass],a.[hidden],a.[health],a.[descriptiontoken],a.[purchasable],a.[tiertype],a.[tierlevel]);
SET IDENTITY_INSERT entitydefaults OFF;
PRINT N'INSERT OR UPDATE [dynamiccalibrationtemplates] FOR NEW TOXIC AMMO';
IF NOT EXISTS (SELECT TOP 1 definition FROM dynamiccalibrationtemplates WHERE definition=@smallToxicAmmoCT)
BEGIN
PRINT N'INSERTING 2 RECORDS ON [dynamiccalibrationtemplates]...';
INSERT INTO [dbo].dynamiccalibrationtemplates([definition],[materialefficiency],[timeefficiency],[targetdefinition]) VALUES
(@smallToxicAmmoCT, 10, 10, @smallToxicAmmo),
(@medToxicAmmoCT, 10, 10, @medToxicAmmo);
PRINT N'INSERTED';
END
ELSE
BEGIN
PRINT N'UPDATING 2 RECORDS ON [dynamiccalibrationtemplates]...';
UPDATE dynamiccalibrationtemplates SET
materialefficiency=10,
timeefficiency=10
WHERE definition in (@smallToxicAmmoCT, @medToxicAmmoCT);
PRINT N'UPDATED';
END
PRINT N'INSERT if missing [calibrationtemplateitems] FOR NEW TOXIC AMMO';
IF NOT EXISTS (SELECT TOP 1 definition FROM [calibrationtemplateitems] WHERE definition=@smallToxicAmmoCTCAPSULE)
BEGIN
PRINT N'INSERTING 2 RECORDS ON [calibrationtemplateitems]...';
INSERT INTO [dbo].[calibrationtemplateitems]
([definition],[targetdefinition])
VALUES
(@smallToxicAmmoCTCAPSULE,@smallToxicAmmoCT),
(@medToxicAmmoCTCAPSULE,@medToxicAmmoCT);
PRINT N'INSERTED!';
END
DELETE FROM components WHERE definition in (SELECT definition FROM entitydefaults WHERE definitionname in (SELECT DISTINCT defName FROM #AMMOCOMPONENTS));
PRINT N'DELETE/RE-INSERT components FOR NEW TOXIC AMMO';
INSERT INTO components(definition, componentdefinition, componentamount)
SELECT
(SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=a.defName),
(SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=a.compDefName),
a.amount
FROM #AMMOCOMPONENTS AS a;
PRINT N'INSERT/UPDATE chassisbonus FOR SYNDICATE BOT STATS';
MERGE aggregatevalues v USING #STATS s
ON v.definition = (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=s.defName) AND
v.field = (SELECT TOP 1 id FROM aggregatefields WHERE name=s.fieldName)
WHEN MATCHED
THEN UPDATE SET
v.value = s.value
WHEN NOT MATCHED
THEN INSERT(definition, field, value) VALUES
((SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=s.defName),
(SELECT TOP 1 id FROM aggregatefields WHERE name=s.fieldName),
s.value);
PRINT N'INSERT/UPDATE chassisbonus FOR SYNDICATE BOT BONUSES';
MERGE chassisbonus c USING #BONUS b
ON c.definition = (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=b.defName) AND
c.targetPropertyID = (SELECT TOP 1 id FROM aggregatefields WHERE name=b.fieldName)
WHEN MATCHED
THEN UPDATE SET
c.bonus = b.value;
PRINT N'INSERT/UPDATE aggregatevalues FOR TOXIC DMG AMMO';
MERGE aggregatevalues v USING #TOXICDMG t
ON v.definition = (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=t.ammoName) AND
v.field = (SELECT TOP 1 id FROM aggregatefields WHERE name=@toxicDamageName)
WHEN MATCHED
THEN UPDATE SET
v.value = t.dmg
WHEN NOT MATCHED
THEN INSERT(definition, field, value) VALUES
((SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=t.ammoName),
(SELECT TOP 1 id FROM aggregatefields WHERE name=@toxicDamageName),
t.dmg);
PRINT N'UPDATE definitionconfig FOR BOMBS';
MERGE definitionconfig c USING #TOXICBOMB t
ON c.definition = (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=t.bombName)
WHEN MATCHED
THEN UPDATE SET
c.damage_toxic = t.toxicDmg,
c.damage_chemical = t.chemicalDmg,
c.item_work_range = t.explosionRange;
PRINT N'UPDATE entitydefaults FOR BOMBS';
MERGE entitydefaults d USING #TOXICBOMB t
ON d.definition = (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=t.bombName)
WHEN MATCHED
THEN UPDATE SET
d.volume = t.volume;
PRINT N'UPDATE npc-market sellorders for plant bomb';
UPDATE marketitems SET
price=300000
WHERE itemdefinition=(SELECT TOP 1 definition FROM entitydefaults WHERE definitionname='def_plant_bomb_capsule') AND
isvendoritem=1 AND isSell=1;
PRINT N'DELETE/RE-INSERT beamassignment FOR NEW TOXIC AMMO';
DELETE FROM beamassignment WHERE definition in (SELECT entitydefaults.definition FROM entitydefaults WHERE definitionname in (SELECT DISTINCT ammoName FROM #BEAMS));
INSERT INTO beamassignment (definition, beam)
SELECT
(SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=ammoName),
(SELECT TOP 1 id FROM beams WHERE name=beamName)
FROM #BEAMS
--DELETE and REINSERT
PRINT N'DELETE AMMO REQ-EXTENSIONS';
DELETE FROM enablerextensions WHERE definition in (SELECT definition FROM entitydefaults WHERE definitionname in (SELECT ammoName FROM #ENABLESKILLS));
PRINT N'INSERT AMMO REQ-EXTENSIONS';
INSERT INTO [dbo].[enablerextensions] ([definition],[extensionid],[extensionlevel])
SELECT (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname= ammoName),
(SELECT TOP 1 extensionid FROM extensions WHERE extensionname = extName),
level
FROM #ENABLESKILLS;
PRINT N'DELETE itemresearchlevels FOR ANY EXISTING toxicammo ct pairs';
DELETE FROM itemresearchlevels WHERE definition in (SELECT definition FROM entitydefaults WHERE definitionname in (SELECT DISTINCT protoDefName FROM #PROTO_TO_CT));
--PRINT N'INSERT itemresearchlevels FOR toxicammo ct pairs';
--INSERT INTO itemresearchlevels (definition, calibrationprogram, researchlevel, enabled)
--SELECT
-- (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname = protoDefName),
-- (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname = ctDefName),
-- level, 1
--FROM #PROTO_TO_CT;
PRINT N'[itemshop]';
MERGE [dbo].[itemshop] shop USING #SHOPENTRIES e
ON shop.targetdefinition = (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=e.defName)
WHEN MATCHED
THEN UPDATE SET
presetid=@tmShops,
targetamount=1,
unicoin=e.tokenPrice,
credit=e.nicPrice
WHEN NOT MATCHED
THEN INSERT (presetid, targetdefinition, targetamount, tmcoin, icscoin, asicoin, credit, unicoin, globallimit, purchasecount, standing) VALUES
(@tmShops, (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=e.defName), 1, 0, 0, 0, e.nicPrice, e.tokenPrice, NULL, 1, 0);
PRINT N'DONE: new damage type added to bombs and projectile ammo';
DROP TABLE IF EXISTS #BEAMS;
DROP TABLE IF EXISTS #ENABLESKILLS;
DROP TABLE IF EXISTS #PROTO_TO_CT;
DROP TABLE IF EXISTS #SHOPENTRIES;
DROP TABLE IF EXISTS #AMMODEFS;
DROP TABLE IF EXISTS #AMMOCOMPONENTS;
DROP TABLE IF EXISTS #TOXICBOMB;
DROP TABLE IF EXISTS #TOXICDMG;
DROP TABLE IF EXISTS #BONUS;
DROP TABLE IF EXISTS #STATS;
GO
PRINT N'Zone_16_invalid_entities__2020_09_16';
USE [perpetuumsa]
GO
-----------------------------------------------
-- Some zone entities left over in Zone 16
-- throwing exceptions during server startup
--
-- Date: 2020/09/22
-----------------------------------------------
DELETE FROM zoneentities WHERE eid IN (1328, 1329, 1339) AND synckey IN ('arena_guard', 'tp_back_home', 'tp_back_home2');
GO
PRINT N'Gifts_xmas__2020_12_13';
USE [perpetuumsa]
GO
PRINT N'DISTRIBUTE GIFTS FOR XMAS PATCH!';
DECLARE @packName AS VARCHAR(64) = 'gift-2020-xmas'; --make sure matches in cursor loop
DECLARE @note AS VARCHAR(MAX) = 'Package for gifting 2020 December Patch';
DECLARE @aidDefName AS VARCHAR(100) = 'def_anniversary_package';
DECLARE @ikarusDefName AS VARCHAR(100) = 'def_ikarus_bot';
DECLARE @bombDefName AS VARCHAR(100) = 'def_area_bomb_capsule';
PRINT N'Create Package';
INSERT INTO [dbo].[packages]
([name],[note])
VALUES
(@packName,@note);
DECLARE @packid AS INT = (SELECT TOP 1 id FROM packages WHERE name=@packName);
PRINT N'Items for XMAS 2020!!!';
INSERT INTO [dbo].[packageitems]
([packageid],[definition],[quantity])
VALUES
(@packid, (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=@aidDefName), 2),
(@packid, (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=@ikarusDefName), 1),
(@packid, (SELECT TOP 1 definition FROM entitydefaults WHERE definitionname=@bombDefName), 1);
GO
DECLARE @packid int;
SET @packid = (SELECT TOP 1 id FROM packages WHERE name='gift-2020-xmas');
--TODO use variant of below for future gifting
--This gift gives to all current accounts at patch-time
PRINT N'Give everyone a gift! WARNING CURSOR AHEAD!';
DECLARE @id int;
DECLARE @pass varchar(100);
DECLARE curse CURSOR FOR SELECT accountID FROM accounts
OPEN curse
FETCH NEXT FROM curse INTO @id
WHILE @@FETCH_STATUS = 0 BEGIN
EXEC dbo.accountPackageProcessOne @id, @packid
FETCH NEXT FROM curse INTO @id
END
CLOSE curse
DEALLOCATE curse
PRINT N'GIFTS DISTRIBUTED';
GO
PRINT N'Done! Patch 19 Applied';
GO |
<reponame>soul-catcher/sibsutis<filename>4course/databases/lab4/task5.sql
insert into sal_copy
values (1008, 'Barmen', '100-rentgen', 0.7),
(1009, 'Saharov', 'Yantar', 0.9);
select * from sal_copy;
# spool results.txt;
# spool off;
update sal_copy set comm = comm * 2;
select * from sal_copy;
|
SET @ENTRY := 40400;
UPDATE `creature` SET `spawntimesecs`=86400 WHERE `id` IN (@ENTRY+17, @ENTRY+19, @ENTRY+21, @ENTRY+23);
DELETE FROM `creature_loot_template` WHERE `entry` IN (39746, 39747, 39751);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
(39751, 49426, 100, 1, 0, 1, 1),
(39747, 49426, 100, 1, 0, 1, 1),
(39746, 49426, 100, 1, 0, 1, 1);
SET @ENTRY := 40400;
/*Leave as comment until I will get more dataz
UPDATE `creature_template` SET `mindmg`=, `maxdmg`=, `attackpower`=, `dmg_multiplier`=, `ScriptName`='npc_charscale_assaulter' WHERE `entry`=@ENTRY+19;
UPDATE `creature_template` SET `mindmg`=, `maxdmg`=, `attackpower`=, `dmg_multiplier`=, `ScriptName`='npc_charscale_elite' WHERE `entry`=@ENTRY+21
UPDATE `creature_template` SET `mindmg`=, `maxdmg`=, `attackpower`=, `dmg_multiplier`=, `ScriptName`='npc_charscale_commander' WHERE `entry`=@ENTRY+23;
UPDATE `creature_template` SET `mindmg`=, `maxdmg`=, `attackpower`=, `dmg_multiplier`=, `ScriptName`='npc_charscale_invoker' WHERE `entry`=@ENTRY+17;
*/
UPDATE `instance_template` SET `script`='instance_ruby_sanctum' WHERE `map`=724;
|
<gh_stars>1-10
CREATE TABLE BOB
(
id INTEGER GENERATED ALWAYS AS IDENTITY NOT NULL PRIMARY KEY,
name VARCHAR
);
|
SELECT
NULLIF(1, 1) AS TABLE_CATALOG,
STRIP(COLUMNS.TABSCHEMA) AS TABLE_SCHEMA,
STRIP(COLUMNS.TABNAME) AS TABLE_NAME,
STRIP(COLUMNS.COLNAME) AS COLUMN_NAME
FROM
SYSCAT.COLUMNS AS COLUMNS
WHERE
COLUMNS.HIDDEN = 'I'
ORDER BY
COLUMNS.TABSCHEMA,
COLUMNS.TABNAME,
COLUMNS.COLNAME
WITH UR
|
<reponame>drmashu/koshop<gh_stars>0
DROP TABLE account;
CREATE TABLE IF NOT EXISTS account (
id INT NOT NULL PRIMARY KEY,
name NVARCHAR2(100) NOT NULL,
password NVARCHAR2(20),
role INT
);
CREATE TABLE IF NOT EXISTS customer (
id INT NOT NULL PRIMARY KEY,
postal_code NVARCHAR2(10),
address NVARCHAR2(100),
phone NVARCHAR2(20)
);
|
<reponame>kaiyangjia/Gershwin
/*
Navicat MariaDB Data Transfer
Source Server : my
Source Server Version : 100109
Source Host : localhost:3306
Source Database : interface_tool
Target Server Type : MariaDB
Target Server Version : 100109
File Encoding : 65001
Date: 2016-02-04 16:48:35
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for auth_group
-- ----------------------------
DROP TABLE IF EXISTS `auth_group`;
CREATE TABLE `auth_group` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(80) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of auth_group
-- ----------------------------
-- ----------------------------
-- Table structure for auth_group_permissions
-- ----------------------------
DROP TABLE IF EXISTS `auth_group_permissions`;
CREATE TABLE `auth_group_permissions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`group_id` int(11) NOT NULL,
`permission_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `auth_group_permissions_group_id_0cd325b0_uniq` (`group_id`,`permission_id`),
KEY `auth_group_permissi_permission_id_84c5c92e_fk_auth_permission_id` (`permission_id`),
CONSTRAINT `auth_group_permissi_permission_id_84c5c92e_fk_auth_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`),
CONSTRAINT `auth_group_permissions_group_id_b120cbf9_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of auth_group_permissions
-- ----------------------------
-- ----------------------------
-- Table structure for auth_permission
-- ----------------------------
DROP TABLE IF EXISTS `auth_permission`;
CREATE TABLE `auth_permission` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`content_type_id` int(11) NOT NULL,
`codename` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `auth_permission_content_type_id_01ab375a_uniq` (`content_type_id`,`codename`),
CONSTRAINT `auth_permissi_content_type_id_2f476e4b_fk_django_content_type_id` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of auth_permission
-- ----------------------------
INSERT INTO `auth_permission` VALUES ('1', 'Can add log entry', '1', 'add_logentry');
INSERT INTO `auth_permission` VALUES ('2', 'Can change log entry', '1', 'change_logentry');
INSERT INTO `auth_permission` VALUES ('3', 'Can delete log entry', '1', 'delete_logentry');
INSERT INTO `auth_permission` VALUES ('4', 'Can add permission', '2', 'add_permission');
INSERT INTO `auth_permission` VALUES ('5', 'Can change permission', '2', 'change_permission');
INSERT INTO `auth_permission` VALUES ('6', 'Can delete permission', '2', 'delete_permission');
INSERT INTO `auth_permission` VALUES ('7', 'Can add group', '3', 'add_group');
INSERT INTO `auth_permission` VALUES ('8', 'Can change group', '3', 'change_group');
INSERT INTO `auth_permission` VALUES ('9', 'Can delete group', '3', 'delete_group');
INSERT INTO `auth_permission` VALUES ('10', 'Can add user', '4', 'add_user');
INSERT INTO `auth_permission` VALUES ('11', 'Can change user', '4', 'change_user');
INSERT INTO `auth_permission` VALUES ('12', 'Can delete user', '4', 'delete_user');
INSERT INTO `auth_permission` VALUES ('13', 'Can add content type', '5', 'add_contenttype');
INSERT INTO `auth_permission` VALUES ('14', 'Can change content type', '5', 'change_contenttype');
INSERT INTO `auth_permission` VALUES ('15', 'Can delete content type', '5', 'delete_contenttype');
INSERT INTO `auth_permission` VALUES ('16', 'Can add session', '6', 'add_session');
INSERT INTO `auth_permission` VALUES ('17', 'Can change session', '6', 'change_session');
INSERT INTO `auth_permission` VALUES ('18', 'Can delete session', '6', 'delete_session');
-- ----------------------------
-- Table structure for auth_user
-- ----------------------------
DROP TABLE IF EXISTS `auth_user`;
CREATE TABLE `auth_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`password` varchar(128) NOT NULL,
`last_login` datetime DEFAULT NULL,
`is_superuser` tinyint(1) NOT NULL,
`username` varchar(30) NOT NULL,
`first_name` varchar(30) NOT NULL,
`last_name` varchar(30) NOT NULL,
`email` varchar(254) NOT NULL,
`is_staff` tinyint(1) NOT NULL,
`is_active` tinyint(1) NOT NULL,
`date_joined` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `username` (`username`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of auth_user
-- ----------------------------
INSERT INTO `auth_user` VALUES ('1', 'pbkdf2_sha256$24000$lojVtd3R7Wql$wl/HDmkft2YQwv78QnLuJi31zh7c83OlevNHqG7mmro=', '2016-01-30 10:46:21', '1', 'admin', '', '', '', '1', '1', '2016-01-30 10:35:17');
-- ----------------------------
-- Table structure for auth_user_groups
-- ----------------------------
DROP TABLE IF EXISTS `auth_user_groups`;
CREATE TABLE `auth_user_groups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`group_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `auth_user_groups_user_id_94350c0c_uniq` (`user_id`,`group_id`),
KEY `auth_user_groups_group_id_97559544_fk_auth_group_id` (`group_id`),
CONSTRAINT `auth_user_groups_group_id_97559544_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`),
CONSTRAINT `auth_user_groups_user_id_6a12ed8b_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of auth_user_groups
-- ----------------------------
-- ----------------------------
-- Table structure for auth_user_user_permissions
-- ----------------------------
DROP TABLE IF EXISTS `auth_user_user_permissions`;
CREATE TABLE `auth_user_user_permissions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`permission_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `auth_user_user_permissions_user_id_14a6b632_uniq` (`user_id`,`permission_id`),
KEY `auth_user_user_perm_permission_id_1fbb5f2c_fk_auth_permission_id` (`permission_id`),
CONSTRAINT `auth_user_user_perm_permission_id_1fbb5f2c_fk_auth_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`),
CONSTRAINT `auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of auth_user_user_permissions
-- ----------------------------
-- ----------------------------
-- Table structure for django_admin_log
-- ----------------------------
DROP TABLE IF EXISTS `django_admin_log`;
CREATE TABLE `django_admin_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`action_time` datetime NOT NULL,
`object_id` longtext,
`object_repr` varchar(200) NOT NULL,
`action_flag` smallint(5) unsigned NOT NULL,
`change_message` longtext NOT NULL,
`content_type_id` int(11) DEFAULT NULL,
`user_id` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `django_admin__content_type_id_c4bce8eb_fk_django_content_type_id` (`content_type_id`),
KEY `django_admin_log_user_id_c564eba6_fk_auth_user_id` (`user_id`),
CONSTRAINT `django_admin__content_type_id_c4bce8eb_fk_django_content_type_id` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`),
CONSTRAINT `django_admin_log_user_id_c564eba6_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of django_admin_log
-- ----------------------------
-- ----------------------------
-- Table structure for django_content_type
-- ----------------------------
DROP TABLE IF EXISTS `django_content_type`;
CREATE TABLE `django_content_type` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`app_label` varchar(100) NOT NULL,
`model` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `django_content_type_app_label_76bd3d3b_uniq` (`app_label`,`model`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of django_content_type
-- ----------------------------
INSERT INTO `django_content_type` VALUES ('1', 'admin', 'logentry');
INSERT INTO `django_content_type` VALUES ('3', 'auth', 'group');
INSERT INTO `django_content_type` VALUES ('2', 'auth', 'permission');
INSERT INTO `django_content_type` VALUES ('4', 'auth', 'user');
INSERT INTO `django_content_type` VALUES ('5', 'contenttypes', 'contenttype');
INSERT INTO `django_content_type` VALUES ('6', 'sessions', 'session');
-- ----------------------------
-- Table structure for django_migrations
-- ----------------------------
DROP TABLE IF EXISTS `django_migrations`;
CREATE TABLE `django_migrations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`app` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL,
`applied` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of django_migrations
-- ----------------------------
INSERT INTO `django_migrations` VALUES ('1', 'contenttypes', '0001_initial', '2016-01-30 08:53:23');
INSERT INTO `django_migrations` VALUES ('2', 'auth', '0001_initial', '2016-01-30 08:53:32');
INSERT INTO `django_migrations` VALUES ('3', 'admin', '0001_initial', '2016-01-30 08:53:37');
INSERT INTO `django_migrations` VALUES ('4', 'admin', '0002_logentry_remove_auto_add', '2016-01-30 08:53:37');
INSERT INTO `django_migrations` VALUES ('5', 'contenttypes', '0002_remove_content_type_name', '2016-01-30 08:53:38');
INSERT INTO `django_migrations` VALUES ('6', 'auth', '0002_alter_permission_name_max_length', '2016-01-30 08:53:39');
INSERT INTO `django_migrations` VALUES ('7', 'auth', '0003_alter_user_email_max_length', '2016-01-30 08:53:39');
INSERT INTO `django_migrations` VALUES ('8', 'auth', '0004_alter_user_username_opts', '2016-01-30 08:53:39');
INSERT INTO `django_migrations` VALUES ('9', 'auth', '0005_alter_user_last_login_null', '2016-01-30 08:53:40');
INSERT INTO `django_migrations` VALUES ('10', 'auth', '0006_require_contenttypes_0002', '2016-01-30 08:53:40');
INSERT INTO `django_migrations` VALUES ('11', 'auth', '0007_alter_validators_add_error_messages', '2016-01-30 08:53:40');
INSERT INTO `django_migrations` VALUES ('12', 'sessions', '0001_initial', '2016-01-30 08:53:41');
-- ----------------------------
-- Table structure for django_session
-- ----------------------------
DROP TABLE IF EXISTS `django_session`;
CREATE TABLE `django_session` (
`session_key` varchar(40) NOT NULL,
`session_data` longtext NOT NULL,
`expire_date` datetime NOT NULL,
PRIMARY KEY (`session_key`),
KEY `django_session_de54fa62` (`expire_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of django_session
-- ----------------------------
INSERT INTO `django_session` VALUES ('i4pblhk5nl337eqhfssom7uparcos4ms', 'MGI2N2YyMjVlOTNjY2ZiN<KEY> '2016-02-13 10:46:21');
-- ----------------------------
-- Table structure for it_dict_type_user
-- ----------------------------
DROP TABLE IF EXISTS `it_dict_type_user`;
CREATE TABLE `it_dict_type_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`code` int(2) NOT NULL DEFAULT '2',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of it_dict_type_user
-- ----------------------------
INSERT INTO `it_dict_type_user` VALUES ('1', '管理员', '1');
INSERT INTO `it_dict_type_user` VALUES ('2', '普通用户', '2');
-- ----------------------------
-- Table structure for it_interface
-- ----------------------------
DROP TABLE IF EXISTS `it_interface`;
CREATE TABLE `it_interface` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`module_id` int(11) DEFAULT NULL,
`create_user` int(11) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of it_interface
-- ----------------------------
-- ----------------------------
-- Table structure for it_interface_field
-- ----------------------------
DROP TABLE IF EXISTS `it_interface_field`;
CREATE TABLE `it_interface_field` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) DEFAULT NULL,
`record_id` int(11) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`key` varchar(255) DEFAULT NULL,
`desc` varchar(255) DEFAULT NULL COMMENT '字段简要描述',
`detail` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of it_interface_field
-- ----------------------------
-- ----------------------------
-- Table structure for it_module
-- ----------------------------
DROP TABLE IF EXISTS `it_module`;
CREATE TABLE `it_module` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`project_id` int(11) DEFAULT NULL,
`create_user` int(11) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of it_module
-- ----------------------------
-- ----------------------------
-- Table structure for it_project
-- ----------------------------
DROP TABLE IF EXISTS `it_project`;
CREATE TABLE `it_project` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`create_user` int(11) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of it_project
-- ----------------------------
INSERT INTO `it_project` VALUES ('1', 'test001', '1', '2016-02-03 19:02:10');
-- ----------------------------
-- Table structure for it_record
-- ----------------------------
DROP TABLE IF EXISTS `it_record`;
CREATE TABLE `it_record` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`interface_id` int(11) DEFAULT NULL,
`create_user` int(255) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of it_record
-- ----------------------------
-- ----------------------------
-- Table structure for it_rela_user_project
-- ----------------------------
DROP TABLE IF EXISTS `it_rela_user_project`;
CREATE TABLE `it_rela_user_project` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`project_id` int(11) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
`user_code` int(255) DEFAULT NULL COMMENT '用户在该项目中的角色',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of it_rela_user_project
-- ----------------------------
|
-----------------------------------------
-- NAME: <16_DB_VF_CreatePIL_FLASHBACK_PKG.sql>
-- DESCRIPTION:
-----------------------------------------
-- MODIFICATION HISTORY
-- 1.0
-----------------------------------------
-- IMPORTANT REMARK
-----------------------------------------
-- HEADER
-----------------------------------------
exec deplo_control_pkg.check_version ('ENG', '<DB_SCHEMA_VERSION>');
-----------------------------------------
DEFINE myjob = '16_DB_VF_CreatePIL_FLASHBACK_PKG';
WHENEVER SQLERROR EXIT 1
WHENEVER OSERROR EXIT 2
col myuser noprint new_value myuser
col mydate noprint new_value mydate
col mydb noprint new_value mydb
select UPPER(USER) myuser from dual;
select to_char(sysdate,'YYYYMMDDYHH24MISS')mydate from dual;
select sys_context('USERENV','DB_NAME')mydb from dual;
SET FEEDBACK ON TIME ON TIMING ON ECHO ON HEADING ON VERIFY ON
spool Log/&myjob._&mydb._&myuser._&mydate..log
CREATE OR REPLACE PACKAGE pil_flashback_pkg
AS
-------------------------------------------------------------------
-- Support Package to queries using FLASHBACK feature -- --
-------------------------------------------------------------------
-- Interface Methods: --
-- Save Current SCN as Extract Reference SCN --
PROCEDURE set_flashback_scn;
-- Save Given SCN as Extract Reference SCN --
PROCEDURE set_flashback_scn(p_scn IN NUMBER);
-- Get Extract Reference SCN --
FUNCTION get_flashback_scn RETURN NUMBER;
PRAGMA RESTRICT_REFERENCES (get_flashback_scn, WNPS, WNDS, RNPS);
END pil_flashback_pkg;
/
CREATE OR REPLACE PACKAGE BODY pil_flashback_pkg
AS
-------------------------------------------------------------------
-- Support Package to queries using FLASHBACK feature -- --
-------------------------------------------------------------------
-- Interface Methods: --
-- Save Current SCN as Extract Reference SCN --
PROCEDURE set_flashback_scn IS
BEGIN
Set_flashback_scn (dbms_flashback.get_system_change_number);
END set_flashback_scn;
-- Save Given SCN as Extract Reference SCN --
PROCEDURE Set_flashback_scn(p_scn IN NUMBER)
IS
PRAGMA AUTONOMOUS_TRANSACTION;
BEGIN
-- Try to update xref_flashback_ts --
UPDATE cmn_flashback_scn SET scn = p_scn;
IF SQL%rowcount <> 1 THEN
-- Re-populate xref_flashback_ts except the table contains exactly 1 row --
DELETE cmn_flashback_scn;
INSERT INTO cmn_flashback_scn (scn) VALUES (p_scn);
END IF;
COMMIT;
END set_flashback_scn;
-- Get Extract Reference SCN --
FUNCTION Get_flashback_scn
RETURN NUMBER
IS
v_scn NUMBER;
BEGIN
SELECT scn
INTO v_scn
FROM cmn_flashback_scn;
RETURN v_scn;
EXCEPTION
WHEN no_data_found THEN
raise_application_error(-20000, 'Unable to get flashback SCN: table CMN_FLASHBACK_SCN is empty.');
WHEN too_many_rows THEN
raise_application_error(-20000, 'Unable to get flashback SCN: more than one row in the table CMN_FLASHBACK_SCN.');
END Get_flashback_scn;
END pil_flashback_pkg;
/
show errors;
PROMPT Finished creating the pil_flashback_pkg package ...
-----------------------------------------
|
<gh_stars>10-100
-- true for disabling throttling at all
UPDATE configuration_item SET code='ohf.disable.throttling' where code='ohf.throttling.disable'; |
<filename>Src/java/cql-to-elm/src/test/resources/org/cqframework/cql/cql2elm/NamespaceTests/Core/Main.cql
library Core.Main
define Test: 2 + 2 |
<reponame>goldmansachs/obevo-kata
//// CHANGE name=change0
create table Person (
id integer not null,
firstName varchar(255),
lastName varchar(255),
addressCountryName varchar(255),
myMistakenColumn integer,
primary key (id)
)
GO
|
CREATE TABLE {$NAMESPACE}_harbormaster.harbormaster_buildstep (
id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
phid VARCHAR(64) NOT NULL COLLATE utf8_bin,
buildPlanPHID VARCHAR(64) NOT NULL COLLATE utf8_bin,
className VARCHAR(255) NOT NULL COLLATE utf8_bin,
details LONGTEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
dateCreated INT UNSIGNED NOT NULL,
dateModified INT UNSIGNED NOT NULL,
KEY `key_plan` (buildPlanPHID),
UNIQUE KEY `key_phid` (phid)
) ENGINE=InnoDB, COLLATE utf8_general_ci;
|
DECLARE xx CURSOR FOR SELECT * FROM t;
DECLARE xx BINARY CURSOR FOR SELECT * FROM t;
DECLARE xx INSENSITIVE CURSOR FOR SELECT * FROM t;
DECLARE xx SCROLL CURSOR FOR SELECT * FROM t;
DECLARE xx CURSOR WITH HOLD FOR SELECT * FROM t;
DECLARE xx CURSOR WITHOUT HOLD FOR SELECT * FROM t;
CLOSE xx;
FETCH IN xx;
FETCH NEXT IN xx;
FETCH PRIOR IN xx;
FETCH LAST IN xx;
FETCH ABSOLUTE 2 IN xx;
FETCH RELATIVE 2 IN xx;
FETCH 1 IN xx;
FETCH ALL IN xx;
FETCH FORWARD IN xx;
FETCH FORWARD 2 IN xx;
FETCH FORWARD ALL IN xx;
FETCH BACKWARD IN xx;
FETCH BACKWARD 3 IN xx;
FETCH BACKWARD ALL IN xx;
FETCH BACKWARD ALL FROM xx;
MOVE IN xx;
MOVE NEXT IN xx;
MOVE PRIOR IN xx;
MOVE LAST IN xx;
MOVE ABSOLUTE 2 IN xx;
MOVE RELATIVE 2 IN xx;
MOVE 1 IN xx;
MOVE ALL IN xx;
MOVE FORWARD IN xx;
MOVE FORWARD 2 IN xx;
MOVE FORWARD ALL IN xx;
MOVE BACKWARD IN xx;
MOVE BACKWARD 3 IN xx;
MOVE BACKWARD ALL IN xx;
MOVE BACKWARD ALL FROM xx;
|
<reponame>flaviovilarinho/todoslist
-- MySQL Workbench Forward Engineering
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL,ALLOW_INVALID_DATES';
-- -----------------------------------------------------
-- Schema todoslist
-- -----------------------------------------------------
-- -----------------------------------------------------
-- Schema todoslist
-- -----------------------------------------------------
CREATE SCHEMA IF NOT EXISTS `todoslist` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;
USE `todoslist` ;
-- -----------------------------------------------------
-- Table `todoslist`.`user`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `todoslist`.`user` (
`id` INT NOT NULL AUTO_INCREMENT COMMENT '',
`username` VARCHAR(50) NOT NULL COMMENT '',
`email` VARCHAR(100) NOT NULL COMMENT '',
`password` VARCHAR(255) NOT NULL COMMENT '',
`password_reset_token` VARCHAR(255) NULL COMMENT '',
`auth_key` VARCHAR(32) NOT NULL COMMENT '',
PRIMARY KEY (`id`) COMMENT '',
UNIQUE INDEX `username_UNIQUE` (`username` ASC) COMMENT '',
UNIQUE INDEX `email_UNIQUE` (`email` ASC) COMMENT '',
UNIQUE INDEX `password_reset_token_UNIQUE` (`password_reset_token` ASC) COMMENT '')
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `todoslist`.`project`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `todoslist`.`project` (
`id` INT NOT NULL AUTO_INCREMENT COMMENT '',
`name` VARCHAR(50) NOT NULL COMMENT '',
`user_id` INT NOT NULL COMMENT '',
PRIMARY KEY (`id`) COMMENT '',
INDEX `fk_project_user_idx` (`user_id` ASC) COMMENT '',
CONSTRAINT `fk_project_user`
FOREIGN KEY (`user_id`)
REFERENCES `todoslist`.`user` (`id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION)
ENGINE = InnoDB;
-- -----------------------------------------------------
-- Table `todoslist`.`task`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `todoslist`.`task` (
`id` INT NOT NULL AUTO_INCREMENT COMMENT '',
`description` VARCHAR(255) NOT NULL COMMENT '',
`created_at` DATETIME NOT NULL COMMENT '',
`done_at` DATETIME NULL COMMENT '',
`project_id` INT NOT NULL COMMENT '',
PRIMARY KEY (`id`) COMMENT '',
INDEX `fk_task_project1_idx` (`project_id` ASC) COMMENT '',
CONSTRAINT `fk_task_project1`
FOREIGN KEY (`project_id`)
REFERENCES `todoslist`.`project` (`id`)
ON DELETE CASCADE
ON UPDATE NO ACTION)
ENGINE = InnoDB;
SET SQL_MODE=@OLD_SQL_MODE;
SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;
SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS;
|
<reponame>chriswk/uncage
CREATE TABLE environments (
name TEXT PRIMARY KEY NOT NULL,
display_name TEXT,
sort_order integer DEFAULT 9999,
environment_type text,
enabled boolean DEFAULT true,
protected boolean DEFAULT false,
created_at TIMESTAMP WITH TIME ZONE DEFAULT now()
); |
INSERT INTO `achats` (`id_achat`, `achat_date`, `achat_prix_total`, `id_client`) VALUES
(1, '2020-11-04', 80, 2),
(2, '2020-11-11', 150, 3);
INSERT INTO `adresses` (`id_adresse`, `adr_num`, `adr_rue`, `adr_ville`) VALUES
(1, 24, 'azer', 'zartrtytt'),
(2, 12, '<NAME>', 'paris'),
(3, 45, 'avenue de la republique', 'villejuif');
INSERT INTO `categories` (`id_cat`, `cat_nom`) VALUES
(1, 'accessoire'),
(2, 'equipement'),
(3, 'entretien'),
(4, 'combinaison');
INSERT INTO `clients` (`id_client`, `client_nom`, `client_prenom`, `client_email`, `client_tel`, `client_carte`, `id_adresse`) VALUES
(1, 'name1', 'fname1', 'mail1', '0254856351', 'card1', 1),
(2, 'name2', 'fname2', 'mail2', '0302135456', 'car2', 2),
(3, 'name3', 'fname3', 'mail3', '0123456789', 'card3', 3);
INSERT INTO `contients` (`id_prod`, `id_achat`, `quantite`) VALUES
(1, 2, 1),
(2, 1, 1),
(3, 1, 1),
(3, 2, 1),
(4, 2, 1);
INSERT INTO `produits` (`id_prod`, `prod_nom`, `prod_description`, `prod_prix`, `prod_stock`, `prod_marque`, `prod_image`, `id_cat`) VALUES
(1, 'combi1', 'combinaison sport aquatique', 60, 80, 'marque1', 'img', 4),
(2, 'sac étanche', 'sac étanche 12L', 39.99, 180, 'marque2', 'https://static.fnac-static.com/multimedia/Images/FR/MDM/27/2c/a6/10890279/1540-1/tsp20200810171126/Sac-etanche-Helly-Hansen-12-L-Noir.jpg', 1),
(3, 'pantaton de ski', 'pantalon de ski homme ', 39.99, 200, 'marque3', 'https://contents.mediadecathlon.com/p1705475/k$44c205b859e25f0c0e39ab6a3cd070c7/sq/Pantalon+de+snowboard+et+de+ski+homme+SNB+PA+500+vert.jpg', 4),
(4, 'combinaison de ski', 'combinaisonde ski femme', 50, 40, 'marque3', 'https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTCKXknc52yLUJj-3QRPCBM0teW7eaTlerIC8SLLH0z8Vrx-u6NZrHhgjXzE8nFUCc-lQP1QPY&usqp=CAc', 4);
|
<filename>SPING QUICK START/Day_1/resources/initDB.sql
create table `SQS`.users(
id varchar(8) primary key,
password varchar(8),
name varchar(20),
role varchar(5)
);
insert into `SQS`.users values('test', 'test123', '관리자', 'admin');
insert into `SQS`.users values('user1', 'user1', '홍길동', 'user');
create table `SQS`.board(
SEQ int(5) primary key,
title varchar(200),
writer varchar(20),
content varchar(2000),
regdate timestamp DEFAULT now(),
cnt int(5) default 0
);
insert into `SQS`.board(SEQ, TITLE, WRITER, CONTENT) values(1, '가입인사', '관리자', '잘 부탁드립니다....'); |
alter table feeds add page_link varchar(255) default null after link;
alter table accounts_feeds add `title` varchar(255) default null;
update accounts_feeds, feeds set accounts_feeds.title = feeds.title where accounts_feeds.feed_id=feeds.id;
alter table accounts_feeds modify title varchar(255) not null;
update items set identifier = sha(concat(feed_id,link,title)) where identifier = concat(link,title);
alter table items modify link varchar(2048) NOT NULL;
|
<reponame>rizkidwimartanto/Admin-Agenda-Bappeda
-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Waktu pembuatan: 13 Jul 2021 pada 08.28
-- Versi server: 10.4.19-MariaDB
-- Versi PHP: 8.0.7
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 */;
--
-- Database: `agendabappeda`
--
-- --------------------------------------------------------
--
-- Struktur dari tabel `admin`
--
CREATE TABLE `admin` (
`id` int(11) NOT NULL,
`username` varchar(100) NOT NULL,
`password` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data untuk tabel `admin`
--
INSERT INTO `admin` (`id`, `username`, `password`) VALUES
(1, 'admin', '<PASSWORD>');
-- --------------------------------------------------------
--
-- Struktur dari tabel `adminagendakegiatan`
--
CREATE TABLE `adminagendakegiatan` (
`id` int(11) NOT NULL,
`nama_acara` varchar(255) NOT NULL,
`jam_acara` varchar(100) NOT NULL,
`tanggal_acara` varchar(100) NOT NULL,
`penanggung_jawab` varchar(100) NOT NULL,
`ruangan` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data untuk tabel `adminagendakegiatan`
--
INSERT INTO `adminagendakegiatan` (`id`, `nama_acara`, `jam_acara`, `tanggal_acara`, `penanggung_jawab`, `ruangan`) VALUES
(5, 'Rapat RT', '17:02', '24 Juni 2021', 'Rizki', 'Ruang Kepala'),
(7, 'Rapat Se-Kecamatan', '19:25', '26 Juni 2021', 'Lutfi Eko', 'Ruang Kepala'),
(8, 'Rapat Bappeda Se-Jawa Tengah', '20:56', '05 Juli 2021', '<NAME>', 'Ruang Space Room'),
(9, 'Rapat Bersama Walikota Semarang', '20:57', '05 Juli 2021', '<NAME>', 'Ruang Sekretaris'),
(10, 'Dharma Wanita Bersama Pegawai Bappeda', '10:10', '06 Juli 2021', 'Fauzan Agra', 'Ruang Kepala'),
(11, 'Rapat Kampung Tematik', '21:18', '05 Juli 2021', '<NAME>', 'Ruang Kepala'),
(12, 'Rapat Bersama Kecamatan Semarang Barat', '21:22', '05 Juli 2021', '<NAME>', 'Ruang Space Room'),
(13, 'Rapat Bersama Kecamatan Ngaliyan', '21:27', '05 Juli 2021', 'Fauzan Agra', 'Ruang Sekretaris'),
(14, 'Pembahsan Mengenai Kampung Tematik', '11:30', '20 Juli 2021', 'Lutfi Eko', 'Ruang Kepala'),
(15, 'Pembahsan Mengenai Kampung Tematik', '11:30', '20 Juli 2021', 'Lutfi Eko', 'Ruang Kepala'),
(16, 'Rapat Perencanaan Pembangunan', '10:45', '08 Juli 2021', 'Budi Lestari', 'Ruang Kepala');
-- --------------------------------------------------------
--
-- Struktur dari tabel `kehadirankerja`
--
CREATE TABLE `kehadirankerja` (
`id` int(11) NOT NULL,
`kepala` varchar(155) NOT NULL,
`serketariat` varchar(155) NOT NULL,
`kepala_bidang_ekonomi` varchar(155) NOT NULL,
`tanggal` varchar(155) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data untuk tabel `kehadirankerja`
--
INSERT INTO `kehadirankerja` (`id`, `kepala`, `serketariat`, `kepala_bidang_ekonomi`, `tanggal`) VALUES
(2, 'Kepala Bappeda Ada', 'serketariat Tidak Ada', 'Kepala Bidang Ekonomi Ada', '25 Juni 2021'),
(3, 'Kepala Bappeda Ada', 'Serketariat Ada', 'Kepala Bidang Ekonomi Ada', '05 Juli 2021'),
(4, 'Kepala Bappeda Tidak Ada', 'Serketariat Ada', 'Kepala Bidang Ekonomi Tidak Ada', '05 Juli 2021');
--
-- Indexes for dumped tables
--
--
-- Indeks untuk tabel `admin`
--
ALTER TABLE `admin`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `adminagendakegiatan`
--
ALTER TABLE `adminagendakegiatan`
ADD PRIMARY KEY (`id`);
--
-- Indeks untuk tabel `kehadirankerja`
--
ALTER TABLE `kehadirankerja`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT untuk tabel yang dibuang
--
--
-- AUTO_INCREMENT untuk tabel `admin`
--
ALTER TABLE `admin`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT untuk tabel `adminagendakegiatan`
--
ALTER TABLE `adminagendakegiatan`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
--
-- AUTO_INCREMENT untuk tabel `kehadirankerja`
--
ALTER TABLE `kehadirankerja`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
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 */;
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.